Dianne Skoll
|
a2cc5943e0
|
Fix test case
|
2021-09-05 10:54:56 -04:00 |
|
Dianne Skoll
|
895ac6f0f7
|
Fix bugs in INCLUDECMD. Improve INCLUDECMD documentation. Add ! feature
If you use:
INCLUDECMD !some_command
then RUN is disabled for the outptu of some_command.
|
2021-09-05 10:49:04 -04:00 |
|
Dianne Skoll
|
759ca0253e
|
Strip leading spaces from arg to INCLUDECMD.
|
2021-09-05 10:05:18 -04:00 |
|
Dianne Skoll
|
0ca368c8d9
|
Parse arg to INCLUDECMD as a character string, not a sequence of tokens.
|
2021-09-05 10:02:59 -04:00 |
|
Dianne Skoll
|
a467cc1b84
|
Document that results of INCLUDECMD commands are cached.
|
2021-09-04 23:27:17 -04:00 |
|
Dianne Skoll
|
c65fd826a5
|
Use cached results of commands.
|
2021-09-04 23:25:37 -04:00 |
|
Dianne Skoll
|
bd6f4e1b43
|
Add test for includecmd
|
2021-09-04 23:11:46 -04:00 |
|
Dianne Skoll
|
169520914f
|
Document INCLUDECMD
|
2021-09-04 23:06:59 -04:00 |
|
Dianne Skoll
|
a163a0c446
|
Add INCLUDECMD command
Executes a shell command and reads the resulting output as a Remind script.
|
2021-09-04 23:00:03 -04:00 |
|
Dianne Skoll
|
295aeb0ed8
|
Prevent floating-point exception if we evaluate $IntMin * (-1)
|
2021-08-30 12:31:43 -04:00 |
|
Dianne Skoll
|
9b2fdad56c
|
Remove obsolete script.
|
2021-07-12 13:14:44 -04:00 |
|
Dianne Skoll
|
7a1184d3c5
|
Don't set LC_ALL to en_US.utf-8 if it's already set to a UTF-8 locale
|
2021-06-27 13:03:59 -04:00 |
|
Dianne Skoll
|
b036244316
|
Document that -n causes -g to be ignored.
|
2021-06-01 14:29:48 -04:00 |
|
Dianne Skoll
|
5ad5366e8a
|
Doc fix: *num should be *rep
|
2021-05-25 10:24:21 -04:00 |
|
Dianne Skoll
|
244677e524
|
Prep for 3.3.7 release.
03.03.07
|
2021-05-10 16:53:16 -04:00 |
|
Dianne Skoll
|
f5a094a973
|
Fix bug in handling of WKDAY DAY YEAR date specification.
|
2021-04-15 12:29:30 -04:00 |
|
Dianne Skoll
|
5681ebdb12
|
Simplify "REM MSG ..." case.
|
2021-04-13 20:54:54 -04:00 |
|
Dianne Skoll
|
664fa5f08f
|
Fix bug: Remind would sometimes compute incorrect trigger date for:
REM 29 Feb SOME_WEEKDAY MSG ...
|
2021-04-13 12:21:37 -04:00 |
|
Dianne Skoll
|
14edec5eae
|
Pass in wd to macro explicitly.
|
2021-04-13 12:11:13 -04:00 |
|
Dianne Skoll
|
6adfd2e739
|
Wrap code to advance to next specified weekday in a macro.
|
2021-04-13 12:08:20 -04:00 |
|
Dianne Skoll
|
34409f7a7d
|
Update copyright year.
|
2021-04-02 10:43:54 -04:00 |
|
Dianne Skoll
|
7e13d1052c
|
Don't run test suite as "root".
|
2021-04-01 19:41:19 -04:00 |
|
Dianne Skoll
|
eb1998c888
|
Update version
03.03.06
|
2021-03-30 16:34:24 -04:00 |
|
Dianne Skoll
|
543252cbaf
|
Update docs.
|
2021-03-30 16:28:54 -04:00 |
|
Dianne Skoll
|
6df7c59876
|
Don't change locale to en_US.utf-8 if it is already a UTF-8 locale.
|
2021-03-25 09:43:42 -04:00 |
|
Dianne Skoll
|
f780e0afc3
|
Fix typo.
|
2021-02-28 10:03:05 -05:00 |
|
Dianne Skoll
|
310e8d3287
|
Clarify comment.
|
2021-02-15 16:37:20 -05:00 |
|
Dianne Skoll
|
ba51bdf258
|
Add tests for arithmetic overflow.
|
2021-02-15 16:35:23 -05:00 |
|
Dianne Skoll
|
ef88b844fb
|
Catch integer overflow with "/".
|
2021-02-15 10:50:56 -05:00 |
|
Dianne Skoll
|
67b96b0a26
|
Send error messages to stderr
|
2021-02-09 12:13:21 -05:00 |
|
Dianne Skoll
|
562da30fb5
|
Update TkRemind requirements.
|
2021-02-09 12:08:43 -05:00 |
|
Dianne Skoll
|
21175e8cf6
|
Add $IntMax and $IntMin special variables.
|
2021-02-02 17:10:17 -05:00 |
|
Dianne Skoll
|
80d01f7158
|
Check for overflow in abs()
|
2021-02-02 17:04:14 -05:00 |
|
Dianne Skoll
|
90cac447e4
|
Document how Remind handles overflow.
|
2021-02-01 19:54:31 -05:00 |
|
Dianne Skoll
|
04bf5b0a8b
|
Add explanatory comments about overflow-checking functions
|
2021-01-30 21:04:44 -05:00 |
|
Dianne Skoll
|
d667c15b25
|
Add overflow checks for unary minus.
|
2021-01-30 21:02:56 -05:00 |
|
Dianne Skoll
|
2123bf4b18
|
Check all Subtract implementations for overflow.
|
2021-01-30 15:15:02 -05:00 |
|
Dianne Skoll
|
429a64f29e
|
Make all + implementations consistent
|
2021-01-30 15:12:46 -05:00 |
|
Dianne Skoll
|
f39381dd6c
|
Check for overflow on addition of all integer types.
|
2021-01-30 15:07:55 -05:00 |
|
Dianne Skoll
|
0a9eb07f6f
|
Check for overflow on addition, subtraction, multiplication of integers
|
2021-01-30 12:56:37 -05:00 |
|
Dianne Skoll
|
9c287e3fd7
|
Check for overflow when parsing integer constant.
|
2021-01-29 18:09:35 -05:00 |
|
Dianne Skoll
|
cce4b2cb14
|
Update docs.
03.03.05
|
2021-01-21 15:48:26 -05:00 |
|
Dianne Skoll
|
e49d9f8ab6
|
Bump version to 03.03.05
|
2021-01-21 15:44:18 -05:00 |
|
Dianne Skoll
|
48cbeb28f4
|
Make options file configurable.
|
2021-01-16 09:49:44 -05:00 |
|
Dianne Skoll
|
57d5c54559
|
Tidy up color options.
|
2021-01-15 21:16:44 -05:00 |
|
Dianne Skoll
|
3b2260f67e
|
Tweak appearance
|
2021-01-15 19:19:13 -05:00 |
|
Dianne Skoll
|
d423a62327
|
Add ability to change fg/bg colors.
|
2021-01-15 18:55:38 -05:00 |
|
Dianne Skoll
|
ac8da00030
|
Update man page for new font-change options; document keyboard shortcuts for navigating.
|
2021-01-15 09:52:40 -05:00 |
|
Dianne Skoll
|
77eb7fb99d
|
Update copyright date.
|
2021-01-15 09:46:55 -05:00 |
|
Dianne Skoll
|
a751149dd3
|
Fix typo.
|
2021-01-15 08:15:58 -05:00 |
|