| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-01 | tests: date: avoid test failure on NetBSD | Collin Funk | 1 | -1/+7 | |
| * tests/date/date-tz.sh: Allow date to fail with large values for TZ since NetBSD's tzalloc function limits them to 256 bytes. | |||||
| 2025-10-28 | tests: fix new date/resolution.sh test on macOS | Pádraig Brady | 1 | -3/+4 | |
| * tests/date/resolution.sh: Fix comparison on systems with less than nano second reslution, where we use sed to discard the redundant trailing zeros output by date --resolution. Reported by Bruno Haible on macOS. | |||||
| 2025-10-23 | tests: date: test --resolution and %-N | Pádraig Brady | 1 | -0/+31 | |
| * tests/date/resolution.sh: New test for --resolution and %-N. * tests/local.mk: Reference the new test. | |||||
| 2025-10-23 | tests: date: test --reference | Pádraig Brady | 1 | -0/+50 | |
| * tests/date/reference.sh: Ensure the -r option is tested. * tests/local.mk: Add the test. | |||||
| 2025-10-13 | tests: date: check that the hour format of the current locale is used | Collin Funk | 1 | -0/+40 | |
| * tests/date/date-locale-hour.sh: New file. * tests/local.mk (all_tests): Add the new test. Co-authored-by: Pádraig Brady <P@draigBrady.com> | |||||
| 2025-07-23 | tests: date: add tests for the Ethiopian calendar | Collin Funk | 1 | -0/+45 | |
| * tests/date/date-ethiopia.sh: New file. * tests/local.mk (all_tests): Add the test. | |||||
| 2025-07-23 | tests: date: add tests for the Solar Hijri calendar | Collin Funk | 1 | -0/+45 | |
| * tests/date/date-iran.sh: New file. * tests/local.mk (all_tests): Add the test. | |||||
| 2025-07-21 | tests: date: add tests for the Thai solar calendar | Collin Funk | 1 | -0/+46 | |
| * tests/date/date-thailand.sh: New file. * tests/local.mk (all_tests): Add the test. | |||||
| 2025-06-10 | date: port test to NetBSD 10 | Paul Eggert | 1 | -3/+6 | |
| Problem reported by Collin Funk in: https://lists.gnu.org/r/bug-gnulib/2025-06/msg00094.html * tests/date/date-debug.sh: Also allow NetBSD 10 mktime behavior. Although NetBSD contradicts POSIX, POSIX is likely wrong here and I vaguely recall that there’s a POSIX correction in progress that will allow the NetBSD behavior. | |||||
| 2025-06-08 | build: update gnulib submodule to latest | Paul Eggert | 1 | -1/+1 | |
| * tests/date/date-debug.sh: Update to match current behavior of Gnulib's parse-datetime module. | |||||
| 2025-04-23 | tests: add a test case for negative relative date | Pádraig Brady | 1 | -0/+3 | |
| * tests/date/date.pl: To exercise option processing. | |||||
| 2025-01-01 | maint: update all copyright year number ranges | Pádraig Brady | 5 | -5/+5 | |
| Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year. | |||||
| 2024-01-01 | maint: update all copyright year number ranges | Pádraig Brady | 5 | -5/+5 | |
| Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Manually update copyright year, until we fully sync with gnulib at a later stage. * tests/sample-test: Adjust to use the single most recent year. | |||||
| 2023-06-19 | tests: move tests to a directory per utility | Sylvestre Ledru | 5 | -0/+845 | |
| * cfg.mk: Adjust syntax check exclusion paths. * tests/local.mk: Adjust for renamed tests. | |||||
| 2005-08-13 | . | Jim Meyering | 4 | -750/+0 | |
| 2005-08-13 | move a bunch of tests to ../misc/date | Jim Meyering | 1 | -23/+0 | |
| 2005-08-13 | move a bunch of tests to ../misc/date | Jim Meyering | 1 | -41/+0 | |
| 2005-08-13 | move a handful of tests to ../misc/date | Jim Meyering | 1 | -20/+2 | |
| 2005-08-13 | With todays additions, the generated shell script, | Jim Meyering | 1 | -18/+1 | |
| tests/date/date-tests had becoming far too large (over 350KB), so use the superior-but-perl-requiring framework instead. * tests/date/Test.pm: Move new tests from here... * tests/misc/date: ...to this new file. | |||||
| 2005-08-13 | (test_vector): Add 364 more tests like the above. | Jim Meyering | 1 | -1/+5 | |
| Remove unused $sunos4 variable. | |||||
| 2005-08-13 | (test_vector) [cross-dst]: New test for just-fixed getdate.y bug. | Jim Meyering | 1 | -0/+9 | |
| 2005-08-12 | . | Jim Meyering | 1 | -2/+2 | |
| 2005-08-02 | . | Jim Meyering | 1 | -25/+23 | |
| 2005-08-02 | (empty-format): New test, for this case. | Jim Meyering | 1 | -0/+2 | |
| 2005-07-12 | . | Jim Meyering | 1 | -1/+1 | |
| 2005-07-08 | Regenerate. | Paul Eggert | 1 | -1/+1 | |
| 2005-07-07 | . | Jim Meyering | 1 | -5/+5 | |
| 2005-07-03 | . | Jim Meyering | 1 | -33/+34 | |
| 2005-07-03 | Regenerate. | Paul Eggert | 1 | -17/+18 | |
| 2005-07-02 | . | Jim Meyering | 1 | -1/+1 | |
| 2005-06-30 | . | Jim Meyering | 1 | -15/+16 | |
| 2005-06-27 | . | Jim Meyering | 1 | -50/+52 | |
| 2005-06-20 | . | Jim Meyering | 1 | -5/+5 | |
| 2005-06-02 | Regenerate. | Paul Eggert | 1 | -54/+54 | |
| 2005-05-30 | Regenerate. | Paul Eggert | 1 | -11/+11 | |
| 2005-05-18 | Regenerate. | Paul Eggert | 1 | -1/+1 | |
| 2005-05-14 | Regenerate. | Paul Eggert | 1 | -1/+1 | |
| 2005-05-14 | . | Jim Meyering | 1 | -1/+1 | |
| 2005-05-14 | . | Jim Meyering | 1 | -33/+32 | |
| 2005-05-13 | . | Jim Meyering | 1 | -29/+29 | |
| 2005-04-30 | Regenerate. | Paul Eggert | 1 | -18/+18 | |
| 2005-04-11 | Regenerate. | Paul Eggert | 1 | -13/+13 | |
| 2005-03-22 | . | Jim Meyering | 1 | -1/+1 | |
| 2005-03-21 | Regenerate. | Paul Eggert | 1 | -1/+1 | |
| 2005-03-19 | . | Jim Meyering | 1 | -4/+5 | |
| 2005-03-09 | . | Jim Meyering | 1 | -25/+25 | |
| 2005-03-01 | . | Jim Meyering | 1 | -1/+0 | |
| 2005-02-26 | Regenerate. | Paul Eggert | 1 | -0/+1 | |
| 2005-02-22 | Regenerate. | Paul Eggert | 1 | -4/+7 | |
| 2005-02-21 | Regenerate. | Paul Eggert | 1 | -17/+18 | |
