Dianne Skoll
|
914f03d5eb
|
Fix bad comment.
|
2022-10-14 11:45:04 -04:00 |
|
Dianne Skoll
|
a801f6d4ce
|
Token names are already lower-case.
|
2022-10-14 11:43:36 -04:00 |
|
Dianne Skoll
|
fde5a7b4ca
|
Can use strcmp rather than StrCmpI in FindOperator since they are not alphabetic
|
2022-10-14 11:41:11 -04:00 |
|
Dianne Skoll
|
48a4314dd2
|
Remove "validate" field from system variables. It was never used.
|
2022-10-14 10:42:05 -04:00 |
|
Dianne Skoll
|
7455748d54
|
Eliminate compiler warning.
|
2022-10-13 08:28:09 -04:00 |
|
Dianne Skoll
|
a25afb9771
|
Fix ancient logic error in dynamic buffer code.
|
2022-10-12 19:38:18 -04:00 |
|
Dianne Skoll
|
6252a472b5
|
Get rid of useless macro.
|
2022-10-12 19:21:35 -04:00 |
|
Dianne Skoll
|
dbe4c662c1
|
Add the "FUNSET" command to delete user-defined functions.
|
2022-10-12 14:12:13 -04:00 |
|
Dianne Skoll
|
8ada68ce54
|
Add the "columns(str)" variant.
|
2022-10-11 13:18:44 -04:00 |
|
Dianne Skoll
|
b42d5fd412
|
Add rows() and columns() built-in function.
|
2022-10-11 11:52:35 -04:00 |
|
Dianne Skoll
|
c62f676813
|
Diagnose unterminated %{...} sequence
|
2022-10-11 10:35:31 -04:00 |
|
Dianne Skoll
|
b7047da89e
|
Allow user-defined substitutions of the form: %{name} or %*{name} that call subst_name.
|
2022-10-11 09:07:08 -04:00 |
|
Dianne Skoll
|
07fd975935
|
Add the $AddBlankLines system variable.
|
2022-10-10 22:49:28 -04:00 |
|
Dianne Skoll
|
3c120bf561
|
Avoid compiler warning.
|
2022-10-10 17:04:51 -04:00 |
|
Dianne Skoll
|
b9839421f2
|
make "MSF" correctly wrap UTF-8 text.
|
2022-10-10 11:05:38 -04:00 |
|
Dianne Skoll
|
67601507fa
|
More robust handling of ANSI color escape sequences.
|
2022-10-09 22:00:06 -04:00 |
|
Dianne Skoll
|
c2e5534462
|
Make "REM ... MSF ..." handle ANSI color escape sequences correctly.
|
2022-10-09 21:55:09 -04:00 |
|
Dianne Skoll
|
e0998a3991
|
Implement trigtags()
|
2022-10-09 21:31:24 -04:00 |
|
Dianne Skoll
|
9d68134f0f
|
Make PrintValue escape only byte values < 32
|
2022-10-09 17:53:40 -04:00 |
|
Dianne Skoll
|
0ff589c288
|
Merge branch 'utf8' into 'master'
Convert files to UTF-8
|
2022-10-09 17:02:45 +00:00 |
|
Dianne Skoll
|
f3cca092be
|
Add tests for ansicolors function and new $Use...Colors variables.
|
2022-10-09 12:59:52 -04:00 |
|
Dianne Skoll
|
7218d55f08
|
Add $TerminalBackground special variable.
|
2022-10-09 12:40:48 -04:00 |
|
Dianne Skoll
|
ec72c74016
|
Add $Use256Colors, $UseBGVTColors, $UseTrueColors and $UseVTColors special variables.
|
2022-10-09 12:16:33 -04:00 |
|
Dianne Skoll
|
dd3c0e14ed
|
Make wording more consistent.
|
2022-10-06 17:52:19 -04:00 |
|
Dianne Skoll
|
a2bc0acd3c
|
Use English day names in "OMIT DUMP"
|
2022-10-06 15:20:37 -04:00 |
|
Dianne Skoll
|
dedb9766c9
|
Make a SATISFY-type reminder with ADDOMIT but no MSG actually add to the omits.
Previously, something like: REM 1 May ADDOMIT SATISFY 1
would not add to the global OMIT list.
|
2022-10-06 08:35:50 -04:00 |
|
Dianne Skoll
|
a24c2f6905
|
Refactor code.
|
2022-10-05 16:36:08 -04:00 |
|
Dianne Skoll
|
fac31a10b8
|
Add the timezone() built-in function.
|
2022-10-05 16:28:38 -04:00 |
|
Dianne Skoll
|
fba9f139ed
|
Add global OMIT of the form:
OMIT wkday [wkday...]
For example: OMIT Saturday Sunday
|
2022-10-05 14:12:53 -04:00 |
|
Dianne Skoll
|
805c2e0c69
|
Implement the utctolocal and localtoutc functions.
|
2022-10-04 16:23:45 -04:00 |
|
Jochen Sprickerhof
|
6973f62d74
|
Convert files to UTF-8
|
2022-09-26 20:03:05 +02:00 |
|
Dianne Skoll
|
f8ea124b1f
|
Add OS error message if we can't open file.
|
2022-09-24 10:57:32 -04:00 |
|
Dianne Skoll
|
01ce6b2d8f
|
Clamp min CalWidth at 71.
|
2022-09-24 10:40:04 -04:00 |
|
Dianne Skoll
|
b39e0eab7e
|
Get rid of ComputeCalWidth - it's obsolete
|
2022-09-24 10:39:05 -04:00 |
|
Dianne Skoll
|
d6fc451d74
|
Refactor code.
|
2022-09-24 10:34:05 -04:00 |
|
Dianne Skoll
|
ac91556fc2
|
Make '-wn' initialize FormWidth as well.
|
2022-09-24 10:29:23 -04:00 |
|
Dianne Skoll
|
ccf639efe6
|
Make '-wt' accept FormWidth as well as CalWidth
|
2022-09-24 10:27:19 -04:00 |
|
Dianne Skoll
|
a8aa3b328b
|
Add "-wt" option to size calendar according to terminal window.
|
2022-09-24 10:26:06 -04:00 |
|
Dianne Skoll
|
ea7aafaf5e
|
Refactor code to reduce copy-paste coding.
|
2022-09-24 09:16:50 -04:00 |
|
Dianne Skoll
|
18043080ba
|
Properly detect missing quote after escape sequence.
|
2022-09-23 20:42:57 -04:00 |
|
Dianne Skoll
|
7cd8cf3a77
|
Dump strings more sensibly in PrintValue.
|
2022-09-23 19:10:36 -04:00 |
|
Dianne Skoll
|
7a0c164843
|
Dump strings more sensibly.
|
2022-09-23 19:05:26 -04:00 |
|
Dianne Skoll
|
740bb44956
|
Don't consider IFTRIG true if we could not compute a trigger date.
Bug noted by Gunther Reißig
|
2022-09-22 08:48:19 -04:00 |
|
Dianne Skoll
|
5b953769fe
|
Obey $DefaultColor in a SATISFY-type reminder.
Bug found by Gunther Reißig.
|
2022-09-22 08:37:37 -04:00 |
|
Dianne Skoll
|
1ae00ce778
|
No need to reset NumTriggered.
|
2022-09-21 19:11:30 -04:00 |
|
Dianne Skoll
|
a01e05c1db
|
Fix bug introduced in commit 98c5bf511e:
Don't print a banner when issuing a queued reminder.
|
2022-09-21 18:17:25 -04:00 |
|
Dianne Skoll
|
63fb3e99f3
|
Make "test" depend on "all" rather than just "remind"
|
2022-09-19 13:56:11 -04:00 |
|
Dianne Skoll
|
9e85b1932d
|
Mark today in bold iff "remind -c" color output is enabled.
|
2022-09-19 11:32:10 -04:00 |
|
Dianne Skoll
|
4ba7f5b1f2
|
Only embolden today if stdout is a tty
|
2022-09-19 10:44:21 -04:00 |
|
Dianne Skoll
|
fc93ae890a
|
Allow NULL pointers to be supplied to FromJulian if we are not interested in specific values
|
2022-09-17 23:04:34 -04:00 |
|