Dianne Skoll
|
005ccef953
|
Pass NULLs in a bunch of places where FromDSE result is not needed.
|
2025-07-02 14:21:32 -04:00 |
|
Dianne Skoll
|
578c98c865
|
Pass NULLs to FromDSE for info we don't need.
|
2025-07-02 14:10:42 -04:00 |
|
Dianne Skoll
|
64bf3381c6
|
Document mon(STRING)
|
2025-07-02 14:02:42 -04:00 |
|
Dianne Skoll
|
02ade6fc58
|
Add tests.
|
2025-07-02 11:42:03 -04:00 |
|
Dianne Skoll
|
2954fca8d8
|
Allow month to be specified by name in all places where it can be specified by number.
|
2025-07-02 11:40:02 -04:00 |
|
Dianne Skoll
|
8356dacf2a
|
Allow first argument of daysinmon to be a string.
|
2025-07-02 11:20:15 -04:00 |
|
Dianne Skoll
|
4fd145cf4e
|
Allow daysinmon() to take a single DATE or DATETIME argument.
|
2025-07-02 10:14:48 -04:00 |
|
Dianne Skoll
|
1af2bdf8f1
|
Add test to ensure "unsatisfied" SATISFY clears trigvalid()
|
2025-07-01 16:51:16 -04:00 |
|
Dianne Skoll
|
9b98e65e01
|
Don't set trigvalid() for a reminder whose SATISFY clause is never satisfied.
|
2025-07-01 16:49:06 -04:00 |
|
Dianne Skoll
|
0f83b98698
|
Fix bug that didn't save trigger date for a fully-specified REM in the past.
|
2025-06-30 19:23:45 -04:00 |
|
Dianne Skoll
|
4fd62f9894
|
Move contents of NOTE-ABOUT-AI.txt into README.md
|
2025-06-26 10:51:34 -04:00 |
|
Dianne Skoll
|
cc06592fe0
|
Update documentation to reflect reality.
|
2025-06-18 11:02:37 -04:00 |
|
Dianne Skoll
|
21d28ebfc3
|
Bump version to 05.04.01.
05.04.01
|
2025-06-15 09:29:36 -04:00 |
|
Dianne Skoll
|
b300422cdb
|
Update release notes.
|
2025-06-15 09:27:57 -04:00 |
|
Dianne Skoll
|
37e09f4671
|
Fix bug in processing UNTIL clause.
Bug found by Ian! D. Allen.
|
2025-06-15 09:15:48 -04:00 |
|
Dianne Skoll
|
b6e53341c8
|
Add utils/add-html-anchors.rem standard file.
|
2025-06-10 14:26:51 -04:00 |
|
Dianne Skoll
|
896fcf1d7f
|
Yet more wording.
|
2025-06-07 23:05:34 -04:00 |
|
Dianne Skoll
|
72155329f2
|
Tweak wording, again.
|
2025-06-07 23:04:47 -04:00 |
|
Dianne Skoll
|
36c7db510a
|
Tweak wording.
|
2025-06-07 23:03:46 -04:00 |
|
Dianne Skoll
|
d4aa73747d
|
Add some comments.
|
2025-06-07 22:45:02 -04:00 |
|
Dianne Skoll
|
3ed657b708
|
Add a couple more SPECIALs to test.
|
2025-06-07 22:40:55 -04:00 |
|
Dianne Skoll
|
0441c0263b
|
Make rem2pdf *ACTUALLY* support "special colour"
|
2025-06-07 22:38:19 -04:00 |
|
Dianne Skoll
|
c40d4ee672
|
Fix misleading comment.
|
2025-06-07 22:13:08 -04:00 |
|
Dianne Skoll
|
96f2d6537a
|
Update the main README.md file.
|
2025-06-06 21:54:49 -04:00 |
|
Dianne Skoll
|
dc777c95df
|
Fix cppcheck warning.
05.04.00
|
2025-06-03 16:54:47 -04:00 |
|
Dianne Skoll
|
3090d77346
|
Update WHATSNEW.
|
2025-06-03 12:34:08 -04:00 |
|
Dianne Skoll
|
157d2821f3
|
Don't Eprint errors if we're supposed to be ignoring lines.
|
2025-05-28 14:52:12 -04:00 |
|
Dianne Skoll
|
71d2da19a8
|
Introduce "FSET - f(args) expr" syntax to define a function and suppress any "redefined function" warnings.
|
2025-05-28 14:40:46 -04:00 |
|
Dianne Skoll
|
516b9c81b3
|
Get rid of ancient cruft.
|
2025-05-28 14:23:56 -04:00 |
|
Dianne Skoll
|
58d0e38f1a
|
Remove superfluous assignments.
|
2025-05-28 14:17:21 -04:00 |
|
Dianne Skoll
|
68d487ade9
|
Make a macro DBGX to avoid typo-ing '&' as '&&' in future. :)
|
2025-05-26 22:44:28 -04:00 |
|
Dianne Skoll
|
9d42879170
|
Make "value" constant iff variable exists and is constant.
Otherwise, it's non-constant.
|
2025-05-26 22:22:49 -04:00 |
|
Dianne Skoll
|
db70aabc97
|
Use ParseIdentifier instead of ParseToken with "PRESERVE"
to avoid creating illegal variable names.
|
2025-05-26 22:09:21 -04:00 |
|
Dianne Skoll
|
c8f55ef60b
|
Note that value evaluates its second argument lazily.
|
2025-05-26 21:59:24 -04:00 |
|
Dianne Skoll
|
44b50fc6be
|
Make "value()" evaluate its second argument lazily.
If the variable whose name is the first argument exists, don't
bother evaluating the second argument.
|
2025-05-26 21:56:04 -04:00 |
|
Dianne Skoll
|
a69a96529b
|
Update WHATSNEW.
05.04.00-BETA-2
|
2025-05-26 10:49:41 -04:00 |
|
Dianne Skoll
|
f4e5cc63a6
|
Dedup
|
2025-05-25 14:56:37 -04:00 |
|
Dianne Skoll
|
136122b1db
|
Fix a couple of minor problems found by "remind -du"
|
2025-05-25 14:54:49 -04:00 |
|
Dianne Skoll
|
4cc63b1548
|
Add some details about nuances of "u" debugging flag.
|
2025-05-25 13:38:21 -04:00 |
|
Dianne Skoll
|
9390b4335b
|
Make another string translatable.
|
2025-05-24 23:35:16 -04:00 |
|
Dianne Skoll
|
1fcf11a816
|
Change the help text for the -d flag.
|
2025-05-24 23:20:45 -04:00 |
|
Dianne Skoll
|
c4107e6a6f
|
Fix up Bevrijdingsdag
|
2025-05-24 23:19:13 -04:00 |
|
Dianne Skoll
|
ab03232341
|
Minor tweak
|
2025-05-24 23:15:51 -04:00 |
|
Dianne Skoll
|
51a65841cd
|
Warn if a variable is UNSET without having been used (if -du is in effect)
|
2025-05-24 23:13:39 -04:00 |
|
Dianne Skoll
|
5035deaff1
|
Tweak warning wording; add tests.
|
2025-05-24 23:09:57 -04:00 |
|
Dianne Skoll
|
09caa8988a
|
Add warning if we SET a variable that has already been set, but not used (if -du debug flag is set)
|
2025-05-24 23:06:50 -04:00 |
|
Dianne Skoll
|
9624b1045c
|
Track filename and line number where variables are defined.
|
2025-05-24 22:58:28 -04:00 |
|
Dianne Skoll
|
102748397f
|
Remove a couple of inappropriate "free" calls.
|
2025-05-24 22:58:16 -04:00 |
|
Dianne Skoll
|
f852f7e7e5
|
Refactor conversion of "-" to "-stdin-"
|
2025-05-24 22:55:02 -04:00 |
|
Dianne Skoll
|
8d88192483
|
Keep a hash table of filenames we've seen so we don't need to strdup the current filename all over the place.
|
2025-05-24 22:51:16 -04:00 |
|