summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: cd && ln as advised by Autoconf manualHEADmasterP. J. McDermott2023-10-161-6/+8
* build, man: Add manual pageP. J. McDermott2023-10-144-0/+95
* build: Simplify a sed script and echo/rm commandsP. J. McDermott2023-10-141-5/+3
* build: Don't truncate ABOUT-NLSP. J. McDermott2023-10-121-2/+0
* main: Print spaces not tabs in options helpP. J. McDermott2023-10-121-6/+6
* main: Don't translate "@ (atsign) %s%s\n"P. J. McDermott2023-10-061-1/+1
* build: Fix path to executable in dist-hookP. J. McDermott2023-10-061-1/+2
* TODO: UpdateP. J. McDermott2023-10-061-2/+0
* m4: Whitelist files in Git instead of blacklistingP. J. McDermott2023-10-061-8/+10
* build: Distribute tests/formats.expP. J. McDermott2023-10-061-0/+1
* build: Enable test suite by defaultP. J. McDermott2023-10-061-8/+4
* build: Make dist-hook depend on programP. J. McDermott2023-10-061-0/+8
* main: Set text domain and localeP. J. McDermott2023-10-062-2/+16
* datetime, main: Translate stringsP. J. McDermott2023-10-062-23/+25
* main: Combine help and license puts() callsP. J. McDermott2023-10-061-13/+13
* build: gettextizeP. J. McDermott2023-10-0610-4/+80
* build: Generate "FORMATS" file in $(distdir)P. J. McDermott2023-10-051-4/+8
* build: Automake broke the test suite summaryP. J. McDermott2023-10-051-0/+4
* m4: UpdateP. J. McDermott2023-10-058-369/+476
* scripts/update-m4.sh: New scriptP. J. McDermott2023-10-051-0/+30
* build: Optionally install "@" symbolic linkP. J. McDermott2023-10-052-0/+28
* build: Rename binary to "atsign"P. J. McDermott2023-10-055-14/+14
* tests: Parameterize timesP. J. McDermott2022-03-291-15/+19
* datetime: Drop newly unused use of timegm()P. J. McDermott2022-03-294-27/+1
* main: If debugging, print formatted timeP. J. McDermott2022-03-293-6/+9
* datetime: Get target (struct tm *) from callerP. J. McDermott2022-03-294-21/+22
* datetime: Use difftime() in normalizationP. J. McDermott2022-03-282-3/+2
* datetime: Don't use mktime()/localtime() shortcutsP. J. McDermott2022-03-282-21/+31
* TODO: Add tasksP. J. McDermott2022-03-271-0/+9
* datetime: Change sanity checksP. J. McDermott2022-03-231-4/+4
* datetime: s/ ;/;/P. J. McDermott2022-03-231-2/+2
* datetime: Add glibc timegm() feature test macrosP. J. McDermott2022-03-221-0/+3
* Update copyright yearsP. J. McDermott2022-03-226-6/+5
* .gitignore: Exclude FORMATSP. J. McDermott2022-03-221-0/+1
* datetime, formats: Conform to strptime() space reqP. J. McDermott2022-03-223-22/+56
* datetime: Fix initial formatting buffer sizeP. J. McDermott2022-03-221-1/+1
* datetime: Don't forget to copy NUL chars to bufferP. J. McDermott2022-03-221-6/+6
* datetime: Copy time-only & misc formats to bufferP. J. McDermott2022-03-221-3/+12
* formats: Reformat commentP. J. McDermott2022-03-221-2/+7
* formats: Remove extra space in some misc formatsP. J. McDermott2022-03-221-4/+4
* TODO: AddP. J. McDermott2022-03-211-0/+2
* README, build: Generate list of formatsP. J. McDermott2022-03-214-74/+25
* build: Simplify dist-hookP. J. McDermott2022-03-211-8/+6
* formats: Add formats with "%a." and "%b."P. J. McDermott2022-03-213-1/+98
* formats: Lengthen date format stringsP. J. McDermott2022-03-211-132/+132
* datetime: Move formats into another fileP. J. McDermott2022-03-214-195/+217
* TODO: AddP. J. McDermott2022-03-201-0/+4
* datetime: Print full weekday and month namesP. J. McDermott2022-03-202-0/+181
* datetime: Lengthen commentsP. J. McDermott2022-03-201-46/+46
* datetime: Add formats with "."P. J. McDermott2022-03-203-1/+14