Dianne Skoll
|
5e333f6162
|
Add the SYSINCLUDE directive.
|
2024-12-13 08:18:22 -05:00 |
|
Dianne Skoll
|
973019c4c7
|
Implement TRANSLATE keyword.
|
2024-12-09 12:56:40 -05:00 |
|
Dianne Skoll
|
0f5de395ff
|
Add FRENAME command.
|
2024-11-13 17:29:32 -05:00 |
|
Dianne Skoll
|
533718b0a0
|
Massive whitespace cleanups: Untabify everything.
|
2024-11-08 20:30:13 -05:00 |
|
Dianne Skoll
|
a20f2b588e
|
Accept either 12:34 or '12:34' as a time constant.
|
2024-09-13 13:02:46 -04:00 |
|
Dianne Skoll
|
3389f1c91b
|
Refactor init_token and token_error.
|
2024-09-12 10:58:35 -04:00 |
|
Dianne Skoll
|
b2d47ae979
|
Initialize token.val in a few places.
|
2024-09-12 10:51:00 -04:00 |
|
Dianne Skoll
|
d56ac6332a
|
Use switch rather than if...else chains
Remind unit tests / tests (push) Successful in 33s
|
2024-09-11 11:37:30 -04:00 |
|
Dianne Skoll
|
b054baf590
|
Stricter tokenization of datetime
|
2024-09-11 09:01:52 -04:00 |
|
Dianne Skoll
|
42f5e3467d
|
Better error messages for ill-formed time.
|
2024-09-11 08:52:06 -04:00 |
|
Dianne Skoll
|
97013ae89b
|
Return T_Illegal with a negative tok.val if we can't parse a numeric token.
|
2024-09-11 08:45:31 -04:00 |
|
Dianne Skoll
|
56e62b1b4d
|
More error checking of bad date specs.
|
2024-09-10 14:27:46 -04:00 |
|
Dianne Skoll
|
c645db5ede
|
Diagnose bad YYYY-MM-DD constants in REM command.
|
2024-09-10 14:09:52 -04:00 |
|
Dianne Skoll
|
8a5b88338b
|
Add --print-tokens long option to dump Remind tokens to stdout.
|
2024-09-08 10:29:49 -04:00 |
|
Dianne Skoll
|
b49c0f52bd
|
Implement EXPR ON and EXPR OFF
|
2024-06-02 12:39:00 -04:00 |
|
Dianne Skoll
|
72d10178bf
|
Mass-update copyright year to 2024.
|
2023-12-31 12:05:03 -05:00 |
|
Dianne Skoll
|
18f21693af
|
Clean up some warnings from cppcheck static analyzer.
|
2023-02-07 10:28:02 -05:00 |
|
Dianne Skoll
|
2f196e3c9f
|
Update copyright year. :)
|
2022-12-30 13:43:28 -05:00 |
|
Dianne Skoll
|
0cea410529
|
Add a bunch of: "SPDX-License-Identifier: GPL-2.0-only" comments.
|
2022-12-26 14:24:33 -05:00 |
|
Dianne Skoll
|
a1eafb2c89
|
Add NOQUEUE modifier; reverse order of args to soleq and make second arg optional (defaults to today())
|
2022-12-23 11:04:18 -05:00 |
|
Dianne Skoll
|
4aacf74e25
|
More renaming of jul -> dse
|
2022-12-21 13:35:12 -05:00 |
|
Dianne Skoll
|
a801f6d4ce
|
Token names are already lower-case.
|
2022-10-14 11:43:36 -04:00 |
|
Dianne Skoll
|
dbe4c662c1
|
Add the "FUNSET" command to delete user-defined functions.
|
2022-10-12 14:12:13 -04:00 |
|
Dianne Skoll
|
5e9b1e7464
|
Fix compilation errors for non-English languages.
|
2022-03-20 10:49:37 -04:00 |
|
Dianne Skoll
|
4d17494371
|
Bump copyright date.
|
2022-03-14 21:12:20 -04:00 |
|
Dianne Skoll
|
7f3d4812a8
|
Add Lastday and Lastworkday syntactic sugar
|
2022-03-11 21:11:16 -05:00 |
|
Dianne Skoll
|
e1fa11c94c
|
Add the First/Second/Third/Fourth/Last syntactic sugar and the
~N/~~N forms of "back"
|
2022-03-11 20:53:52 -05:00 |
|
Dianne Skoll
|
c098acc659
|
Update man pages.
|
2022-01-30 13:58:33 -05:00 |
|
Dianne Skoll
|
e51d7f3c6d
|
Add "DO file" command which is equivalent to "INCLUDE [filedir()]/file"
|
2022-01-20 19:30:10 -05:00 |
|
Dianne Skoll
|
a83bf495b1
|
Don't convert 90-99 to 1900-1999
|
2021-11-21 10:17:06 -05:00 |
|
Dianne Skoll
|
79289fe6c4
|
Add ADDMOMIT keyword; bump version to 03.03.10
|
2021-11-18 15:13:12 -05:00 |
|
Dianne Skoll
|
f109c3d696
|
Remove C99-ism.
|
2021-10-05 13:54:04 -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
|
34409f7a7d
|
Update copyright year.
|
2021-04-02 10:43:54 -04:00 |
|
Dianne Skoll
|
498a429b2c
|
Add MAYBE-UNCOMPUTABLE modifier to trigger.
|
2020-09-25 22:08:49 -04:00 |
|
Dianne Skoll
|
d51944f36c
|
Allow duration to be specified as a single number, meaning minutes.
Don't convert 90-99 to 1990-1999 when parsing numbers.
|
2020-02-22 12:31:17 -05:00 |
|
Dianne Skoll
|
037c79fb0f
|
Allow times to have am/pm specifications.
|
2020-02-22 12:24:37 -05:00 |
|
Dianne Skoll
|
993373414f
|
Parse times and datetimes with trailing am/pm
|
2020-02-22 12:14:18 -05:00 |
|
Dianne Skoll
|
fbbffb4672
|
Bump version to 3.1.18 and copyright year to 2020.
|
2019-12-30 11:15:00 -05:00 |
|
Dianne Skoll
|
fa0428b9fe
|
Fix compile error for Romanian language; avoid compiler warning for non-English languages.
|
2019-12-29 19:08:48 -05:00 |
|
Dianne Skoll
|
52d252723f
|
Depenguinization.
|
2018-11-04 10:56:47 -05:00 |
|
David F. Skoll
|
29c8475ea9
|
s/David/Dianne/
|
2015-04-17 02:07:18 -04:00 |
|
David F. Skoll
|
b21a206c26
|
Fix token comparisons to be case-insensitive.
|
2010-09-13 20:17:02 -04:00 |
|
David F. Skoll
|
e827516b72
|
Add "OMIT start THROUGH end" syntax. Also add "OMIT DEBUG"
Add syntactic sugar:
REM start THROUGH end is converted to REM start *1 UNTIL end
|
2010-08-31 12:19:08 -04:00 |
|
David F. Skoll
|
184d29c592
|
More work on -j ("Purge Mode") option.
|
2010-04-19 15:57:35 -04:00 |
|
David F. Skoll
|
516c4e2c39
|
Allow literal dates and datetimes in REM and OMIT statements.
This lets us avoid cluttering up files with [trigger(expr)]; we can
use [expr] directly.
|
2009-05-09 16:41:15 -04:00 |
|
David F. Skoll
|
8d8d4b667d
|
Implement OMITFUNC clause in REM command.
|
2008-08-29 20:48:58 -04:00 |
|
David F. Skoll
|
03e9dbf364
|
More const qualification.
|
2008-01-28 11:39:15 -05:00 |
|
David F. Skoll
|
f055664f77
|
More const-correctness.
|
2008-01-27 11:02:03 -05:00 |
|
David F. Skoll
|
b40d5d7984
|
Performance improvements.
|
2007-08-22 12:00:12 -04:00 |
|