Dianne Skoll
42f868db07
Prep for 06.01.09 release.
2025-10-31 11:02:16 -04:00
Dianne Skoll
7a319466cf
Fix error output
2025-10-30 18:00:34 -04:00
Dianne Skoll
05ead8c40d
More helpful errors when parsing expressions.
2025-10-30 14:30:29 -04:00
Dianne Skoll
d59fe832fd
Update version number.
2025-10-27 10:24:11 -04:00
Dianne Skoll
0268020579
Bump version to 06.01.07
2025-10-23 11:23:10 -04:00
Dianne Skoll
e11b899f7e
Prep for 06.01.06 release
2025-10-20 11:51:30 -04:00
Dianne Skoll
f05ef363fc
Use built-in nonconst() function instead of contortions to get a nonconst value.
2025-10-13 11:05:58 -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
2afb71b233
If "hunspell" is installed, spell-check WHATSNEW and man pages.
2025-10-09 18:14:36 -04:00
Dianne Skoll
5042621073
Bump version to 06.01.05
2025-10-09 11:04:03 -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
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
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
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
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
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
b0784feb1a
Bump version to 06.01.00.
2025-09-04 15:58:07 -04:00
Dianne Skoll
ef7021972e
Add trigimetz and trigeventstarttz functions.
2025-09-04 15:36:27 -04:00
Dianne Skoll
dfabda7dee
add trigtz() function
2025-09-03 14:19:31 -04:00
Dianne Skoll
e147925462
Make tests pass; update remind conf mode.
2025-09-03 13:58:09 -04:00
Dianne Skoll
0416d6da9c
Update to version 06.00.02.
2025-09-01 10:02:14 -04:00
Dianne Skoll
5d46df871f
Clamp trigger() to "1 January 1990 AT 00:00" if UTC flag is used.
2025-08-28 13:30:21 -04:00
Dianne Skoll
c5d661124c
Never return a year < 1990 from trigger()
2025-08-28 12:53:28 -04:00
Dianne Skoll
2f239f77a5
Default $ParseUntriggered to 0 instead of 1
2025-08-27 11:34:10 -04:00
Dianne Skoll
7c56aad791
FIx tests.
2025-08-21 11:49:16 -04:00
Dianne Skoll
6689cbfda3
Explicitly set latitude and longitude in test files.
2025-08-19 15:04:03 -04:00
Dianne Skoll
c9002d5b54
Bump version to 06.00.01
2025-08-19 12:38:38 -04:00
Dianne Skoll
e87849256b
Make --flush simply set standard I/O streams to unbuffered.
2025-08-15 22:41:18 -04:00
Dianne Skoll
fd8ecd88a8
Add --flush option; use it in tests.
...
Should help with weird systems whose C libraries have different flushing rules.
2025-08-15 22:36:20 -04:00
Dianne Skoll
6474f4e0b6
Note that user-defined functions defined in a RUN-OFF context will have RUN OFF during evaluation.
2025-08-15 20:43:59 -04:00
Dianne Skoll
7b7b861399
Disable RUN in callbacks to ordx and subst_xxx functions.
2025-08-15 20:27:51 -04:00
Dianne Skoll
5f9e227dc8
Document and test overriding of %: %! %? %@ %#
2025-08-15 15:28:23 -04:00