Dianne Skoll
2dc5a7776d
Use cp /dev/null instead of echo -n "" to truncate output file.
2025-10-12 14:13:32 -04:00
Dianne Skoll
2723875a18
Only check the trigger portion of a REM for expressions in purge mode, not body.
2025-10-12 13:38:47 -04:00
Dianne Skoll
81a186607b
Add test for improved nonconst-expr tracking.
2025-10-12 11:25:55 -04:00
Dianne Skoll
f726b09fc6
Suppress some spurious debugging output when we use "-dt" with a TZ reminder.
2025-10-11 11:56:48 -04:00
Dianne Skoll
a0a362c418
Explicitly use en_US dictionary for spell-checking.
2025-10-09 18:35:17 -04:00
Dianne Skoll
0b45bc818b
More spell-checking.
2025-10-09 18:31:30 -04:00
Dianne Skoll
b6ad32749b
A tad more verbosity.
2025-10-09 18:24:24 -04:00
Dianne Skoll
ec36fc8cf8
Also spellcheck README.md.
2025-10-09 18:18:06 -04:00
Dianne Skoll
2afb71b233
If "hunspell" is installed, spell-check WHATSNEW and man pages.
2025-10-09 18:14:36 -04:00
Dianne Skoll
51d895dbb1
If "spellintian" is installed, run it against the man pages.
2025-10-09 17:38:36 -04:00
Dianne Skoll
1acb343cf3
Use UTC instead of Universal. Apparently, "Universal" is not...er... universally installed.
2025-10-09 11:41:15 -04:00
Dianne Skoll
5042621073
Bump version to 06.01.05
2025-10-09 11:04:03 -04:00
Dianne Skoll
e2152b1e82
Add semi-exhaustive TZ tests.
2025-10-09 10:23:59 -04:00
Dianne Skoll
6a4a1ab2d5
Add more TZ tests.
2025-10-08 23:17:10 -04:00
Dianne Skoll
a19b79951e
Fix more TZ bugs; warn if TZ name looks suspicious.
2025-10-08 23:07:37 -04:00
Dianne Skoll
21f5462657
On systems that have /usr/share/zoneinfo (Linux and FreeBSD, for example) attempt to validate TZ time zone names.
2025-10-08 22:05:49 -04:00
Dianne Skoll
54cbd87a7e
Silence unused variable warning.
2025-10-07 23:23:10 -04:00
Dianne Skoll
775e0a85ec
Fix logic so you can set IncludeOmer and IncludeOmerCal independently.
2025-10-07 23:21:37 -04:00
Dianne Skoll
996e9ee212
Colorize test PASS/FAIL indicators iff stdout is a tty.
2025-10-07 21:43:23 -04:00
Dianne Skoll
41306bfad5
Use "sleep 0.2" on systems that support it.
2025-10-07 20:46:34 -04:00
Dianne Skoll
d084a48da7
Add test to verify that INCLUDECMD cmd connects cmd's standard input to /dev/null.
2025-10-07 20:38:21 -04:00
Dianne Skoll
e038f74b28
Document that INCLUDECMD's cmd has stdin < /dev/null
...
Make testing yet a bit more verbose.
2025-10-07 20:31:21 -04:00
Dianne Skoll
453bba5172
Pluralize.
2025-10-07 16:24:39 -04:00
Dianne Skoll
8ce56acc7a
Make tests ever so slightly more verbose.
2025-10-07 16:23:22 -04:00
Dianne Skoll
90648e4091
Refactor filename into a shell variable.
2025-10-07 15:46:27 -04:00
Dianne Skoll
074feffaab
Make sure we redirect stdin from /dev/null for RUN and shell()
2025-10-07 14:34:19 -04:00
Dianne Skoll
a11a80304a
Bump version to 06.01.04.
2025-10-08 04:11:46 +11:00
Dianne Skoll
561245a5e8
Fix timezone bug reported by Jin Chen.
2025-10-08 04:09:33 +11:00
Dianne Skoll
1cb2c6aa23
Simplify test script.
2025-10-01 21:16:04 -04:00
Dianne Skoll
26ec92675c
Give more specific ADDOMIT advice.
2025-09-29 14:22:10 -04:00
Dianne Skoll
01461929d7
Fix line-counting logic that made entirely-empty weeks one row too short.
2025-09-29 09:48:15 -04:00
Dianne Skoll
b3a2c0e7c7
Don't add a spurious blank line if there are no entries at all for a given calendar row.
2025-09-28 22:52:44 -04:00
Dianne Skoll
7decbed3ff
In the tests/ directory, make "make test" the default make target.
2025-09-27 09:39:20 -04:00
Dianne Skoll
5610590fa8
Be pickier about $WarningLevel. Make sure it matches the Perl regex: ^\d\d\.\d\d\.\d\d$
2025-09-27 09:38:00 -04:00
Dianne Skoll
2f86920842
Add $WarningLevel special variable.
2025-09-25 17:55:16 -04:00
Dianne Skoll
604e1b049c
Add a warning to use SCANFROM with a moveable ADDOMIT.
2025-09-24 13:02:12 -04:00
Dianne Skoll
e2cfa46289
Update version to 06.01.02
2025-09-19 13:41:03 -04:00
Dianne Skoll
af69f8779d
Don't loop forever if a reminder moves backwards because of a time zone difference.
...
If we are not making progress, it's because the reminder has expired.
2025-09-19 13:33:23 -04:00
Dianne Skoll
d9a2b15814
Bump version number to 06.01.01.
2025-09-12 11:33:15 -04:00
Dianne Skoll
aa090bf319
Add tests for PrintValue string truncation.
2025-09-12 11:22:51 -04:00
Dianne Skoll
d15c8f106b
Support hexadecimal integer constants in expressions; add hex() function.
2025-09-11 17:02:22 -04:00
Dianne Skoll
565bca4380
Add statistic for max expr node evaluations per line.
2025-09-11 12:04:32 -04:00
Dianne Skoll
adb38fe82e
Fix off-by-one error.
2025-09-11 11:25:20 -04:00
Dianne Skoll
57545ddc3f
Add test for --max-expr-complexity
2025-09-11 11:20:29 -04:00
Dianne Skoll
804cf14a78
Implement --max-expr-complexity
2025-09-11 11:11:11 -04:00
Dianne Skoll
55975154b1
Add codepoint() and mbchar() functions.
2025-09-10 17:33:57 -04:00
Dianne Skoll
3c6191ba61
Add tests where index() does not find the needle.
2025-09-10 13:48:28 -04:00
Dianne Skoll
375576fcc5
Add better support for multi-byte character set.
...
The functions mbindex, mbstrlen and mbsubstr are just like
index, strlen and substr, but they use and return 1-based
character indexes rather than 1-based byte indexes.
2025-09-10 13:25:27 -04:00
Dianne Skoll
928f65ae47
Add a few more time zone tests.
2025-09-08 12:26:34 -04:00
Dianne Skoll
b0784feb1a
Bump version to 06.01.00.
2025-09-04 15:58:07 -04:00