aboutsummaryrefslogtreecommitdiff
path: root/date.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a new build system for everything, and revamp directories.Runxi Yu2024-08-061-0/+32
| | | | | | | | | | | Previously there was quite a bit of sed(1)'ing going on on each source file, and a bit of copying them to box_tmp. Now we use preprocessor directives instead, things should be much cleaner. And since it's a pain to prefix strings, move all programs out of subdirs. I've also clarified the Makefile system a bit. I'm unsure how to make standalone programs with POSIX Make, so currently we only generate fases-in-a-box.
* organise repoFerass 'Vitali64' EL HAFIDI2022-06-301-43/+0
| | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
* date: format date based on user inputFerass 'Vitali64' EL HAFIDI2022-06-291-6/+14
| | | | Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
* [PATCH 32/57] date: removed unused argc/argv from main()Leah Rowe2022-06-241-7/+1
|
* [PATCH 30/57] centralized MakefileLeah Rowe2022-06-241-0/+41