Compare commits

...

49 Commits

Author SHA1 Message Date
Dianne Skoll
4b7870f6b1 Fix docs/WHATSNEW 2025-10-20 12:11:09 -04:00
Dianne Skoll
e11b899f7e Prep for 06.01.06 release 2025-10-20 11:51:30 -04:00
Dianne Skoll
8e4987eeba Don't enable LTO on Solaris. 2025-10-20 11:40:18 -04:00
Dianne Skoll
aa56d27aea Better checking for -flto flags. 2025-10-20 11:32:25 -04:00
Dianne Skoll
b3278cd9d5 Adjust order of items in man page. 2025-10-20 11:16:38 -04:00
Dianne Skoll
09814eac68 Add --title-url=URL option to rem2pdf. 2025-10-20 11:12:25 -04:00
Dianne Skoll
0e8889441d Defensive programming... check bounds. 2025-10-19 21:29:29 -04:00
Dianne Skoll
d9503bd14d Default --bg-color to no color at all (transparent). 2025-10-19 20:34:14 -04:00
Dianne Skoll
a5c18f8825 Fix positioning of week number and PANGO @... reminders. 2025-10-19 18:43:59 -04:00
Dianne Skoll
f7fc9f57bd Fix punctuation. 2025-10-19 18:24:06 -04:00
Dianne Skoll
6931c81716 Document the new rem2pdf color options. 2025-10-19 18:22:45 -04:00
Dianne Skoll
2eb80c4ba1 Add new color command-line options to rem2pdf. Also make "SHADE" fill the entire rectangle.
New color options are:

--line-color=RRGGBB     Set line color
--title-color=RRGGBB    Set title color
--header-color=RRGGBB   Set header color
--daynum-color=RRGGBB   Set day number color
--smallcal-color=RRGGBB Set small calendar color
--bg-color=RRGGBB       Set background color
2025-10-19 18:16:27 -04:00
Dianne Skoll
f5dbba3864 Use our StrDup function. 2025-10-18 14:23:14 -04:00
Dianne Skoll
3fc57fb76e Don't leak variables. 2025-10-18 11:31:36 -04:00
Dianne Skoll
ff9d27a6ca Fix a few potential memory leaks. 2025-10-18 11:26:40 -04:00
Dianne Skoll
e82767f821 Guard definition of __EXTENSIONS__ so it happens only on Sun boxes. 2025-10-18 10:54:10 -04:00
Dianne Skoll
772daaa877 Don't pass "grep" the -a flag if it's not supported. 2025-10-14 14:02:06 -04:00
Dianne Skoll
941cb0f63e Make it compile on OpenIndiana. 2025-10-14 13:57:39 -04:00
Dianne Skoll
15960f7e4a Try to get it to compile on openindiana 2025-10-14 13:42:22 -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
a22b0b8daf Silence cppcheck warning. 2025-10-12 22:49:16 -04:00
Dianne Skoll
382ff47369 NL translation 2025-10-12 21:25:18 -04:00
Dianne Skoll
cab749b651 Look for sys/termios.h - needed for TIOCGWINSZ on some systtems. 2025-10-12 20:43:41 -04:00
Dianne Skoll
2dc5a7776d Use cp /dev/null instead of echo -n "" to truncate output file. 2025-10-12 14:13:32 -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
5534bf8272 Don't set nonconst_expr on a reminder if the non-constant expression is only in the *BODY* of the reminder.
Only set it if it affects the trigger specification.
2025-10-12 11:22:13 -04:00
Dianne Skoll
f726b09fc6 Suppress some spurious debugging output when we use "-dt" with a TZ reminder. 2025-10-11 11:56:48 -04:00
Dianne Skoll
f07a6d1bed Add a warning_level guard. 2025-10-10 16:41:43 -04:00
Dianne Skoll
a0a362c418 Explicitly use en_US dictionary for spell-checking. 2025-10-09 18:35:17 -04:00
Dianne Skoll
0b45bc818b More spell-checking. 2025-10-09 18:31:30 -04:00
Dianne Skoll
b6ad32749b A tad more verbosity. 2025-10-09 18:24:24 -04:00
Dianne Skoll
ec36fc8cf8 Also spellcheck README.md. 2025-10-09 18:18:06 -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
4bf9abc791 Fix spelling errors. 2025-10-09 18:14:30 -04:00
Dianne Skoll
51d895dbb1 If "spellintian" is installed, run it against the man pages. 2025-10-09 17:38:36 -04:00
Dianne Skoll
517251dd05 Document that tzconvert() attempts to validate time zone names. 2025-10-09 12:45:12 -04:00
Dianne Skoll
834741f91b Don't warn if timezone "" is specified. 2025-10-09 12:45:01 -04:00
Dianne Skoll
19b33bb9bc Make "tzconvert" warn about bad time zones. 2025-10-09 12:40:42 -04:00
Dianne Skoll
1acb343cf3 Use UTC instead of Universal. Apparently, "Universal" is not...er... universally installed. 2025-10-09 11:41:15 -04:00
Dianne Skoll
b5b00468cc Update WHATSNEW. 2025-10-09 11:25:15 -04:00
Dianne Skoll
5042621073 Bump version to 06.01.05 2025-10-09 11:04:03 -04:00
Dianne Skoll
e2152b1e82 Add semi-exhaustive TZ tests. 2025-10-09 10:23:59 -04:00
Dianne Skoll
4adfc4b20e Clarify man page. 2025-10-09 09:30:49 -04:00
Dianne Skoll
6a4a1ab2d5 Add more TZ tests. 2025-10-08 23:17:10 -04:00
Dianne Skoll
a19b79951e Fix more TZ bugs; warn if TZ name looks suspicious. 2025-10-08 23:07:37 -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
b3f03e3e0c Fix a few problems found by spellintian. 2025-10-08 13:16:41 -04:00
Dianne Skoll
593d367eaa Fix spelling errors. 2025-10-08 12:45:00 -04:00
29 changed files with 4295 additions and 130 deletions

View File

@@ -2,7 +2,7 @@
Remind is a full-featured calendar/alarm program. Copying policy is
in the file "COPYRIGHT" included with the source; Remind is licensed under
the GNU General Public License, Vesion 2.
the GNU General Public License, Version 2.
## Prerequisites:

109
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for remind 06.01.04.
# Generated by GNU Autoconf 2.72 for remind 06.01.06.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -601,8 +601,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='remind'
PACKAGE_TARNAME='remind'
PACKAGE_VERSION='06.01.04'
PACKAGE_STRING='remind 06.01.04'
PACKAGE_VERSION='06.01.06'
PACKAGE_STRING='remind 06.01.06'
PACKAGE_BUGREPORT=''
PACKAGE_URL='https://dianne.skoll.ca/projects/remind/'
@@ -1258,7 +1258,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures remind 06.01.04 to adapt to many kinds of systems.
'configure' configures remind 06.01.06 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1320,7 +1320,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of remind 06.01.04:";;
short | recursive ) echo "Configuration of remind 06.01.06:";;
esac
cat <<\_ACEOF
@@ -1408,7 +1408,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
remind configure 06.01.04
remind configure 06.01.06
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1871,7 +1871,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by remind $as_me 06.01.04, which was
It was created by remind $as_me 06.01.06, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
@@ -2477,6 +2477,7 @@ as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H"
as_fn_append ac_header_c_list " sys/termios.h sys_termios_h HAVE_SYS_TERMIOS_H"
as_fn_append ac_header_c_list " readline/readline.h readline_readline_h HAVE_READLINE_READLINE_H"
as_fn_append ac_header_c_list " readline/history.h readline_history_h HAVE_READLINE_HISTORY_H"
@@ -2659,6 +2660,12 @@ cat <<'EOF'
EOF
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers src/config.h"
@@ -4028,6 +4035,7 @@ fi
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
@@ -4217,31 +4225,70 @@ printf "%s\n" "#define TM_IN_SYS_TIME 1" >>confdefs.h
fi
U="`uname -s`"
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
# LTO fails on Solaris for some reason
if test "$U" != "SunOS" -a "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
# Check for link-time optimization support
f=-flto=auto
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $f" >&5
printf %s "checking whether $CC supports $f... " >&6; }
if $CC -Werror -E $f - < /dev/null > /dev/null 2>&1 ; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
CFLAGS="$CFLAGS $f"
f=-ffat-lto-objects
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $f" >&5
printf %s "checking whether $CC supports $f... " >&6; }
if $CC -Werror -E $f - < /dev/null > /dev/null 2>&1 ; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
CFLAGS="$CFLAGS $f"
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
fi
CFLAGS="$CFLAGS -flto=auto"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -flto=auto" >&5
printf %s "checking whether $CC supports -flto=auto... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int x = 1;
int
main (void)
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
lto=yes
else case e in #(
e) lto=no
;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lto" >&5
printf "%s\n" "$lto" >&6; }
if test "x$lto" != "xyes" ; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -ffat-lto-object" >&5
printf %s "checking whether $CC supports -ffat-lto-object... " >&6; }
CFLAGS="$CFLAGS -ffat-lto-objects"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int x = 1;
int
main (void)
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"
then :
lto=yes
else case e in #(
e) lto=no
;;
esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lto" >&5
printf "%s\n" "$lto" >&6; }
if test "x$lto" != "xyes" ; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -flto=auto"
fi
fi
fi
@@ -4848,7 +4895,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by remind $as_me 06.01.04, which was
This file was extended by remind $as_me 06.01.06, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4913,7 +4960,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
remind config.status 06.01.04
remind config.status 06.01.06
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(remind, 06.01.04, , , https://dianne.skoll.ca/projects/remind/)
AC_INIT(remind, 06.01.06, , , https://dianne.skoll.ca/projects/remind/)
AC_CONFIG_SRCDIR([src/queue.c])
cat <<'EOF'
@@ -13,6 +13,7 @@ cat <<'EOF'
EOF
AC_LANG([C])
AC_CONFIG_HEADERS([src/config.h])
AC_ARG_ENABLE(perl-build-artifacts,
@@ -31,7 +32,7 @@ AC_PATH_PROG([PERL], [perl])
dnl Checks for libraries.
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(readline, readline)
AC_CHECK_HEADERS_ONCE([sys/time.h stdint.h readline/readline.h readline/history.h])
AC_CHECK_HEADERS_ONCE([sys/time.h sys/termios.h stdint.h readline/readline.h readline/history.h])
dnl Integer sizes
AC_CHECK_SIZEOF(unsigned int)
@@ -43,25 +44,38 @@ AC_CHECK_HEADERS(strings.h sys/types.h glob.h wctype.h locale.h langinfo.h sys/i
dnl Checks for typedefs, structures, and compiler characteristics.
AC_STRUCT_TM
U="`uname -s`"
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
# LTO fails on Solaris for some reason
if test "$U" != "SunOS" -a "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
# Check for link-time optimization support
f=-flto=auto
AC_MSG_CHECKING([whether $CC supports $f])
if $CC -Werror -E $f - < /dev/null > /dev/null 2>&1 ; then
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS $f"
f=-ffat-lto-objects
AC_MSG_CHECKING([whether $CC supports $f])
if $CC -Werror -E $f - < /dev/null > /dev/null 2>&1 ; then
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS $f"
else
AC_MSG_RESULT([no])
fi
CFLAGS="$CFLAGS -flto=auto"
AC_MSG_CHECKING([whether $CC supports -flto=auto])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
[[int x = 1;]],
[[]])],
[lto=yes],
[lto=no]
)
AC_MSG_RESULT([$lto])
if test "x$lto" != "xyes" ; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes"
else
AC_MSG_RESULT([no])
AC_MSG_CHECKING([whether $CC supports -ffat-lto-object])
CFLAGS="$CFLAGS -ffat-lto-objects"
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
[[int x = 1;]],
[[]])],
[lto=yes],
[lto=no]
)
AC_MSG_RESULT([$lto])
if test "x$lto" != "xyes" ; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -flto=auto"
fi
fi
fi

View File

@@ -1,5 +1,54 @@
CHANGES TO REMIND
* VERSION 6.1 Patch 6 - 2025-10-20
- NEW FEATURE: rem2pdf: Add command-line options to set colors of various
parts of the calendar such as the gridlines, the day numbers, etc.
- NEW FEATURE: rem2pdf: Add a command-line option to make the calendar title
into a hotlink to a URL that you supply.
- IMPROVEMENT: remind: Make the tzconvert() function warn about possibly
invalid time zone names, similar to the warning issued by the TZ keyword.
- IMPROVEMENT: "make test": If spellintian and hunspell are installed,
use them to spell-check and lint the man pages and README.md file.
- PORTABILITY IMPROVEMENT: Make Remind compile on OpenIndiana (a
Solaris derivative.) "make test" fails because of deficiencies in
the Solaris C library, however.
- MINOR FIXES: Fix various spelling errors caught by hunspell.
- BUG FIX: rem2pdf: Correct a bug in the coordinate-tracking of calendar boxes
so that SHADE fills the entire box and absolutely-positioned PANGO items
are positioned correctly.
- MINOR BUG FIX: remind: Suppress spurious debugging output when using
"-dt" flag with a TZ clause.
- MINOR BUG FIX: remind: For the purposes of purge mode, don't consider a
non-constant expression in the *body* of a reminder to be a problem.
- MINOR BUG FIX: remind: Fix a couple of (unlikely-to-be-triggered) memory
leaks.
- MINOR BUG FIX: include/holidays/jewish.rem: Don't leak private
functions and variables to the calling file.
* VERSION 6.1 Patch 5 - 2025-10-09
- BUG FIX: remind: Yet another bug in TZ handling was fixed. I hope this
is the final TZ bug; the test suite has had a large number of TZ tests
added.
- IMPROVEMENT: remind: If the directory /usr/share/zoneinfo exists, Remind
warns about time zone names that look invalid. You can override the
warning by prefixing your time zone name with "!" if you want to use
non-file-based time zone names like "UTC+0400".
- MINOR IMPROVEMENTS: A couple of man page typos were fixed.
* VERSION 6.1 Patch 4 - 2025-10-08
- BUG FIX: remind: In calendar mode, reminders that specify a TZ zone
@@ -1344,7 +1393,7 @@ CHANGES TO REMIND
ansitext.rem (the latter defines standard ANSI escape codes for
changing text attributes such as bold, underline, etc.)
- NEW EXAMPLES: add examples/alignmemt.rem, examples/ansitext and
- NEW EXAMPLES: add examples/alignment.rem, examples/ansitext and
examples/astro
- BUG FIX: remind: Make MSF correctly format UTF-8 text and text with
@@ -2566,7 +2615,7 @@ CHANGES TO REMIND
+ BUG FIXES
- Rem2PS was passing specials like HTML, etc. in PostScript output.
YECH! Fix courtesty of Derek J. Decker.
YECH! Fix courtesy of Derek J. Decker.
- Fixed a typo in danish.h, courtesy of Niels Kristian Bech Jensen.

View File

@@ -1,5 +1,5 @@
# Save variables and functions that we will mess with
PUSH-VARS InIsrael IncludeIsraeliHolidays Reform IncludeOmer IncludeOmerCal SunCal
PUSH-VARS InIsrael IncludeIsraeliHolidays Reform IncludeOmer IncludeOmerCal SunCal ostart yz
PUSH-FUNCS _chan _h2 _h2I _YZ _PastSat _BackTwoSat
SET InIsrael value("InIsrael", 0)

View File

@@ -160,7 +160,7 @@ Helvetica-BoldOblique.
.RE
.TP
\fB\-s\fR[\fBthed\fR] \fIsize\fR
Set the size (in points) of the text for the the calendar title,
Set the size (in points) of the text for the calendar title,
day-of-week headings, the calendar entries, and the day numbers,
respectively. \fISize\fR must be a decimal number. The default sizes
are equivalent to specifying:
@@ -205,7 +205,7 @@ illustrated with examples:
.fi
.PP
That example creates a blank calendar for the entire year of 1994, and
sends it the the printer named "laser."
sends it to the printer named "laser."
.PP
.nf
remind \-p ~/.reminders | rem2ps \-l \-sd 18 > cal.ps
@@ -581,7 +581,7 @@ If an AT clause was present, this key contains the event start time in
the format \fIYYYY-MM-DD\fRT\fIHH:MM\fR in the \fIsystem default time zone\fR.
.TP
.B eventstart_in_tz \fIdt\fR
If a TZ clause was present, this key containes the event start time in
If a TZ clause was present, this key contains the event start time in
the format \fIYYYY-MM-DD\fRT\fIHH:MM\fR in the \fItime zone specified
by TZ\fR.
.TP

View File

@@ -514,7 +514,7 @@ your reminders will be triggered in the future. Similarly, you can
supply a \fItime\fR to set \fBRemind\fR's notion of "now" to a
particular time. Supplying a \fItime\fR on the command line also
implicitly enables the \fB\-q\fR option and disables the \fB\-z\fR
option. The \fItime\fR may be specified in 24-hour format (eg, 13:20)
option. The \fItime\fR may be specified in 24-hour format (e.g., 13:20)
or common "AM/PM" format (1:20pm).
.PP
If you would rather specify the date more succinctly, you can supply
@@ -1359,7 +1359,7 @@ background, and activates timed reminders when the system time reached
the specified time. Note that if you use the \fBNOQUEUE\fR modifier
in the \fBREM\fR command, then this queuing and background activation
is \fInot\fR performed. \fBNOQUEUE\fR is useful if you want a time
to be associated with a reminder (eg, in the calendar) but are not
to be associated with a reminder (e.g., in the calendar) but are not
interested in a popup reminder happening at the specified time.
.PP
@@ -1789,7 +1789,7 @@ or \fB\-ppp\fR option.
use \fBrem2pdf\fR instead.
.TP
.B o
The "simple calendar" formats (ie, \fBremind\fR's \fB\-s\fR, \fB\-n\fR and
The "simple calendar" formats (i.e., \fBremind\fR's \fB\-s\fR, \fB\-n\fR and
\fB\-p\fR options) convert newlines to spaces.
.PP
All calendar back-ends collapse multiple spaces to a single space and
@@ -2046,7 +2046,7 @@ for the month of August and need to water plants every Wednesday:
.PP
Running that command on 13 Aug yields: "Plants 7 days ago." because you
have not told \fBRemind\fR that you completed the first watering. If you finish
your duties and add a COMMPLETE-THROUGH date of 2025-08-27, then \fBRemind\fR
your duties and add a COMPLETE-THROUGH date of 2025-08-27, then \fBRemind\fR
never reminds you of that task in the future.
.PP
In Purge Mode, \fBRemind\fR will not purge TODOs unless they have been marked
@@ -2133,7 +2133,7 @@ For example, the following sequences are equivalent:
.fi
.PP
Note that \fBRemind\fR has a compiled-in limit to the number of full
OMITs. If you omit a range of \fIN\fR fully-specified (ie, year
OMITs. If you omit a range of \fIN\fR fully-specified (i.e., year
included) days, then \fIN\fR full OMITs are used up. Trying to omit a
very large range may result in the error "Too many full OMITs"
.PP
@@ -2264,9 +2264,20 @@ adjusted to Thursday, 14 May 2026 at 06:59 UTC because of the
time zone adjustment.
.PP
If you use an invalid time zone name after the \fBTZ\fR keyword,
results are undefined. Unfortunately, \fBRemind\fR cannot diagnose
this error becase the C library \fBtzset()\fR function has no
error return.
results are undefined. As mentioned previously, time zone names
\fIare\fR case-sensitive; America/Toronto is valid, but
america/toronto is not.
.PP
If you are on a system that stores time zone data in
/usr/share/zoneinfo, then \fBRemind\fR will attempt to validate the
time zone name and will warn you if it appears to be invalid. If you
want to specify a time zone that lacks a file under
/usr/share/zoneinfo anyway, and want to suppress the warning, prefix
the time zone name with "!". For example:
.PP
.nf
REM Thursday AT 14:45 TZ !EST+5EDT,M3.2.0/2,M11.1.0/2 MSG Old TZ format
.fi
.PP
In a reminder with the \fBTZ\fR keyword, OMIT dates are evaluated in
the specified time zone. Here's an example: Suppose the local time zone
@@ -3420,7 +3431,7 @@ problems. See also the section "MACHINES WITH A 32-BIT TIME_T TYPE"
.B $TodoFilter (read-only)
If 0, then both events and TODOs are being output. If 1, then the
\fB\-\-only-todos\fR command-line option was supplied. If 2, then
the \fB\-\-only-events\fR command-line option was spplied.
the \fB\-\-only-events\fR command-line option was supplied.
.TP
.B $UntimedFirst (read-only)
Set to 1 if the \fB\-g\fR option is used with a fourth sort character
@@ -4725,7 +4736,7 @@ to use \fBsoleq()\fR.
Returns a string representing where Remind's standard output is going.
The return values are one of the following: "TTY" if standard-output
is a terminal, "BLOCKDEV" if it is a block device (very unlikely),
"CHARDEV" if it is a character device (eg, /dev/null), "DIR" if it
"CHARDEV" if it is a character device (e.g., /dev/null), "DIR" if it
is a directory (very unlikely), "PIPE" if it is a pipe or FIFO,
"SYMLINK" if it is a symlink (very unlikely), "SOCKET" if it is a
socket, or "UNKNOWN" if it could not be determined.
@@ -5074,6 +5085,7 @@ If \fBdstzone\fR is omitted or is the empty string, the default system
time zone is used as the destination zone. The return value is a
DATETIME. Time zone names are system-dependent; consult your
operating system for legal values. Here is an example:
.RS
.PP
.nf
tzconvert('2007-07-08@01:14', "Canada/Eastern", "Canada/Pacific")
@@ -5083,6 +5095,12 @@ operating system for legal values. Here is an example:
2007-07-07@22:14
.fi
.PP
If your system includes the directory /usr/share/zoneinfo, \fBRemind\fR
will warn you if you use an invalid time zone name for \fBsrczone\fR or
\fBdstzone\fR. To suppress these warnings, add a "!" to the beginning
of the time zone name.
.RE
.PP
.TP
.B upper(s_string)
Returns a \fBSTRING\fR with all lower-case characters in \fIstring\fR
@@ -6442,7 +6460,7 @@ the trigger. For example:
REM 1992-01-01 MSG This will be purged after Jan 1 1992
REM [nonconst('1992-01-01')] MSG This will never be purged
REM Wed UNTIL 1993-12-31 MSG THis will be purged after 1993
REM Wed UNTIL 1993-12-31 MSG This will be purged after 1993
REM Wed UNTIL [nonconst('1993-12-31')] MSG Never purged
.fi
.PP

View File

@@ -110,7 +110,7 @@ The seventh control specifies what \fBRemind\fR should do if a reminder
falls on a holiday or weekend.
Enter the body of the reminder into the \fBSummary:\fR text entry. If
you want, you can enter a location, a URL, and and longer description
you want, you can enter a location, a URL, and a longer description
in the \fBLocation:\fR, \fBURL:\fR and \fBDescription:\fR boxes. If
you enter anything here, they will be added as \fBINFO\fR items to the
reminder.

View File

@@ -48,6 +48,7 @@ my $settings = {
entry_font => 'Sans',
small_cal_font => 'Sans',
title_url => '',
title_size => 14,
header_size => 12,
daynum_size => 14,
@@ -65,6 +66,12 @@ my $settings = {
eps => 0,
verbose => 0,
line_color => '000000',
title_color => '000000',
header_color => '000000',
daynum_color => '000000',
smallcal_color => '000000',
bg_color => '',
weeks_per_page => 1,
};
@@ -110,6 +117,13 @@ Options:
--margin-bottom=S Specify bottom margin size in 1/72nds of an inch
--margin-left=S Specify left margin size in 1/72nds of an inch
--margin-right=S Specify right margin size in 1/72nds of an inch
--line-color=RRGGBB Set line color
--title-color=RRGGBB Set title color
--header-color=RRGGBB Set header color
--daynum-color=RRGGBB Set day number color
--smallcal-color=RRGGBB Set small calendar color
--bg-color=RRGGBB Set background color
--title-url=URL Link calendar title to URL
--verbose, -v Print progress messages
--help Display this help
EOF
@@ -130,6 +144,7 @@ my $ret = GetOptions('landscape|l' => \$settings->{landscape},
'wrap|y' => \$settings->{wrap_calendar},
'height|h=i' => \$settings->{height},
'title-font=s' => \$settings->{title_font},
'title-url=s' => \$settings->{title_url},
'header-font=s' => \$settings->{header_font},
'daynum-font=s' => \$settings->{daynum_font},
'entry-font=s' => \$settings->{entry_font},
@@ -145,6 +160,12 @@ my $ret = GetOptions('landscape|l' => \$settings->{landscape},
'margin-left=f' => \$settings->{margin_left},
'margin-right=f' => \$settings->{margin_right},
'verbose|v' => \$settings->{verbose},
'line-color=s' => \$settings->{line_color},
'bg-color=s' => \$settings->{bg_color},
'title-color=s' => \$settings->{title_color},
'header-color=s' => \$settings->{header_color},
'daynum-color=s' => \$settings->{daynum_color},
'smallcal-color=s' => \$settings->{smallcal_color},
'help' => \$help
);
if (!$ret) {
@@ -157,6 +178,28 @@ if ($help) {
exit(0);
}
my $bad = 0;
foreach my $setting (qw(bg_color line_color title_color header_color daynum_color smallcal_color)) {
my $c = $settings->{$setting};
if ($setting eq 'bg_color' && $c eq '') {
$settings->{bg_color} = [-1, -1, -1];
next;
}
my $color = Remind::PDF->get_rgb($c);
if (!defined($color)) {
my $s = $setting;
$s =~ s/_/-/g;
print STDERR "Invalid color value `$c' for option --$s\n";
$bad = 1;
} else {
$settings->{$setting} = $color;
}
}
if ($bad) {
exit(1);
}
if ($settings->{weeks_per_page} < 1) {
$settings->{weeks_per_page} = 1;}
elsif ($settings->{weeks_per_page} > 4) {
@@ -441,7 +484,7 @@ The default media size will be marked with an asterisk.
=item --width=I<n>, -wI<n>, --height=I<m>, -hI<m>
Rather than specifying a named media size, directly specify the width
and height of the output in 1/72ths of an inch. You must specify both
and height of the output in 1/72ndths of an inch. You must specify both
width and height for the options to be respected.
=item --title-font=I<font>
@@ -471,28 +514,28 @@ calendars. The default is Sans.
=item --title-size=I<n>
Specify the size of the title font in 1/72ths of an inch. The default
Specify the size of the title font in 1/72ndths of an inch. The default
is 14. This size, and indeed all following sizes, may be specified as
floating-point numbers.
=item --header-size=I<n>
Specify the size of the header font in 1/72ths of an inch. The default is 14.
Specify the size of the header font in 1/72ndths of an inch. The default is 14.
=item --daynum-size=I<n>
Specify the size of the day number font in 1/72ths of an inch. The
Specify the size of the day number font in 1/72ndths of an inch. The
default is 14.
=item --entry-size=I<n>
Specify the size of the calendar entry font in 1/72ths of an inch.
Specify the size of the calendar entry font in 1/72ndths of an inch.
The default is 8.
=item --border-size=I<n>
Specify the size of the blank border between the contents of a calendar
box and the centre of the lines surrounding it, in 1/72ths of an inch.
box and the centre of the lines surrounding it, in 1/72ndths of an inch.
The default is 4.
=item --line-thickness=I<n>
@@ -501,24 +544,61 @@ Specify the thickness of the lines drawn on the calendar. The default is 1.
=item --margin-top=I<n>
The size of the margin at the top of the page in 1/72ths of an inch.
The size of the margin at the top of the page in 1/72ndths of an inch.
The default is 36.
=item --margin-bottom=I<n>
The size of the margin at the bottom of the page in 1/72ths of an inch.
The size of the margin at the bottom of the page in 1/72ndths of an inch.
The default is 36.
=item --margin-left=I<n>
The size of the margin at the left of the page in 1/72ths of an inch.
The size of the margin at the left of the page in 1/72ndths of an inch.
The default is 36.
=item --margin-right=I<n>
The size of the margin at the right of the page in 1/72ths of an inch.
The size of the margin at the right of the page in 1/72ndths of an inch.
The default is 36.
=item --line-color=RGB
The color of the calendar grid lines. For this option and all
following color options, the color may be specified as either 3 or 6
hex digits, specifying the R, G and B components respectively. For
example, FFFFFF is white, FF0000 is a saturated red, and so on. If
you supply 3 hex digits, then they are effectively doubled, so that
(for example) 5AF is expanded to 55AAFF.
=item --title-color=RGB
The color of the calendar title at the top of the page.
=item --header-color=RGB
The color of the weekday names in the header row.
=item --daynum-color=RGB
The color of the day numbers (and the moon phases, if any.)
=item --smallcal-color=RGB
The color of the small monthly calendars, if any.
=item --bg-color=RGB
The color of the page background.
Note that all colors default to black (000) except for the
page background, which defaults to no color at all (ie, transparent).
=item --title-url=URL
Make the calendar title a link to URL. Note that no syntax checking is
done on the URL; it's up to you to make sure it is valid.
=item --wrap, -y
Modify the calendar so that if it would normally require 6 rows to print,
@@ -541,7 +621,7 @@ is rendered.
=head1 USAGE
To use B<rem2df>, pipe the output of B<remind> with one of the
To use B<rem2pdf>, pipe the output of B<remind> with one of the
B<-p>, B<-pp> or B<-ppp> options into B<rem2pdf>. The PDF output
will be sent to standard output. So for example, to print a 12-month
calendar for the year 2030, use:

View File

@@ -476,6 +476,14 @@ sub render
return;
}
}
my ($r, $g, $b) = @{$settings->{bg_color}};
if ($r >= 0 && $g >= 0 && $b >= 0) {
$cr->save;
$self->set_cr_color($cr, $settings->{bg_color});
$cr->rectangle(0, 0, $settings->{width}, $settings->{height});
$cr->fill();
$cr->restore;
}
$self->setup_daymap($settings);
$self->{horiz_lines} = [];
$cr->set_line_cap('square');
@@ -521,6 +529,10 @@ sub render
print STDERR "WARNING: overfull calendar box\n";
}
# The vertical lines
# Set the color
$cr->save;
$self->set_cr_color($cr, $settings->{line_color});
my $cell = ($settings->{width} - $settings->{margin_left} - $settings->{margin_right}) / 7;
for (my $i=0; $i<=7; $i++) {
$cr->move_to($settings->{margin_left} + $i * $cell, $top_line);
@@ -535,6 +547,7 @@ sub render
$cr->stroke();
}
$cr->restore;
if ($settings->{verbose}) {
print STDERR "rem2pdf: Rendered " . $self->{monthname} . ' ' . $self->{year} . "\n";
}
@@ -542,6 +555,18 @@ sub render
$cr->show_page();
}
sub set_cr_color {
my ($self, $cr, $color_array) = @_;
my ($r, $g, $b) = @$color_array;
if ($r < 0 || $g < 0 || $b < 0 ||
$r > 255 || $g > 255 || $b > 255) {
return;
}
$cr->set_source_rgb($r / 255,
$g / 255,
$b / 255);
}
=head2 draw_row($cr, $settings, $so_far, $row, $start_day, $start_col)
Draw a single row in the calendar. C<$cr> is a Cairo drawing context
@@ -638,7 +663,7 @@ sub draw_day
$cr->set_source_rgb($shade->{r} / 255,
$shade->{g} / 255,
$shade->{b} / 255);
$cr->rectangle($x1, $y1, $x2 - $x1, $y2 - $y1);
$cr->rectangle($x1, $y1, $x2 - $x1, $y2 - $y1 + $settings->{border_size});
$cr->fill();
$cr->restore;
}
@@ -655,6 +680,7 @@ sub draw_day
# Don't actually draw if we're just previewing to get the cell height
if ($height) {
$cr->save;
$self->set_cr_color($cr, $settings->{daynum_color});
if ($settings->{numbers_on_left}) {
$cr->move_to($x1 + $settings->{border_size}, $so_far + $settings->{border_size});
} else {
@@ -740,6 +766,7 @@ sub draw_daynames
my ($wid, $h) = $layout->get_pixel_size();
$cr->save;
$self->set_cr_color($cr, $settings->{header_color});
$cr->move_to($settings->{margin_left} + $i * $cell + $cell/2 - $wid/2, $so_far);
Pango::Cairo::show_layout($cr, $layout);
$cr->restore();
@@ -765,6 +792,8 @@ sub draw_title
my ($self, $cr, $settings) = @_;
my $title = $self->{monthname} . ' ' . $self->{year};
my $url = $settings->{title_url} // '';
# set_page_label not available in older versions of Cairo
eval { $cr->get_target()->set_page_label($title); };
my $layout = Pango::Cairo::create_layout($cr);
@@ -775,12 +804,44 @@ sub draw_title
my ($w, $h) = $layout->get_pixel_size();
$cr->save();
$self->set_cr_color($cr, $settings->{title_color});
$cr->move_to($settings->{width}/2 - $w/2, $settings->{margin_top});
if ($url ne '') {
$cr->tag_begin(Cairo::TAG_LINK, "uri='$url'");
}
Pango::Cairo::show_layout($cr, $layout);
if ($url ne '') {
$cr->tag_end(Cairo::TAG_LINK);
}
$cr->restore();
return $h + $settings->{margin_top} + $settings->{border_size};
}
=head2 get_rgb($color)
Parses a 3- or 6-hex-digit color value and returs [red, green, blue]. If
color could not be parsed, returns undef
=cut
sub get_rgb
{
my ($self, $color) = @_;
my ($r, $g, $b);
if ($color =~ /^([0-9a-f])([0-9a-f])([0-9a-f])$/i) {
$r = hex($1);
$g = hex($2);
$b = hex($3);
$r = $r * 16 + $r;
$g = $g * 16 + $g;
$b = $b * 16 + $b;
return [$r, $g, $b];
} elsif ($color =~ /^([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i) {
return [hex($1), hex($2), hex($3)];
}
return undef;
}
=head2 draw_small_calendar($cr, $x, $y, $width, $height, $settings, $month, $days, $start_wkday)
Draw a small calendar on the Cairo context C<$cr>. The top left-hand
@@ -828,6 +889,7 @@ sub draw_small_calendar
$layout->set_text(Encode::decode('UTF-8', $month));
my ($mw, $mh) = $layout->get_pixel_size();
$cr->save();
$self->set_cr_color($cr, $settings->{smallcal_color});
$cr->move_to($x + $width/2 - $mw/2, $y);
Pango::Cairo::show_layout($cr, $layout);
$cr->restore();
@@ -849,6 +911,7 @@ sub draw_small_calendar
$layout->set_font_description($desc);
$layout->set_text($l);
$cr->save();
$self->set_cr_color($cr, $settings->{smallcal_color});
$cr->move_to($x + $col*$wid, $y);
Pango::Cairo::show_layout($cr, $layout);
$cr->restore();
@@ -866,6 +929,7 @@ sub draw_small_calendar
}
$layout->set_text($dt);
$cr->save();
$self->set_cr_color($cr, $settings->{smallcal_color});
$cr->move_to($x + $col*$wid, $y);
Pango::Cairo::show_layout($cr, $layout);
$cr->restore();
@@ -1055,6 +1119,16 @@ sub render
return;
}
}
if ((($index-1) % $settings->{weeks_per_page}) == 0) {
my ($r, $g, $b) = @{$settings->{bg_color}};
if ($r >= 0 && $g >= 0 && $b >= 0) {
$cr->save;
$self->set_cr_color($cr, $settings->{bg_color});
$cr->rectangle(0, 0, $settings->{width}, $settings->{height});
$cr->fill();
$cr->restore;
}
}
$settings->{numbers_on_left} = 1;
# Set up bounding box
@@ -1117,6 +1191,7 @@ sub draw_headings
my ($wid, $h) = $layout->get_pixel_size();
$cr->save;
$self->set_cr_color($cr, $settings->{header_color});
$cr->move_to($settings->{margin_left} + $i * $cell + $cell/2 - $wid/2, $self->{bounding_box}[1]);
Pango::Cairo::show_layout($cr, $layout);
$cr->restore();
@@ -1132,6 +1207,7 @@ sub draw_headings
my ($wid2, $h2) = $layout->get_pixel_size();
$cr->save;
$self->set_cr_color($cr, $settings->{header_color});
$cr->move_to($settings->{margin_left} + $i * $cell + $cell/2 - $wid2/2, $self->{bounding_box}[1] + $h);
Pango::Cairo::show_layout($cr, $layout);
$cr->restore();
@@ -1232,6 +1308,8 @@ sub draw_lines
{
my ($self, $cr, $settings) = @_;
$cr->save;
$self->set_cr_color($cr, $settings->{line_color});
# Top horizonal line
$cr->move_to($self->{bounding_box}[0], $self->{bounding_box}[1]);
$cr->line_to($self->{bounding_box}[2], $self->{bounding_box}[1]);
@@ -1255,6 +1333,7 @@ sub draw_lines
$cr->line_to($x, $self->{bounding_box}[3]);
$cr->stroke();
}
$cr->restore;
}
sub create_from_hash

View File

@@ -151,7 +151,8 @@ sub render
my ($wid, $h) = $layout->get_pixel_size();
$cr->save();
$cr->move_to($x2 - $settings->{border_size}/4 - $wid, $y2 - $settings->{border_size}/4 - $h);
Remind::PDF->set_cr_color($cr, $settings->{daynum_color});
$cr->move_to($x2 - $settings->{border_size}/2 - $wid, $y2 + $settings->{border_size} - $h);
my $url;
if ($self->{info} && $self->{info}->{url}) {
$url = $self->{info}->{url};
@@ -234,12 +235,13 @@ sub render
if ($url) {
$cr->tag_begin(Cairo::TAG_LINK, "uri='$url'");
}
$self->draw_moon($xc, $yc, $cr);
$self->draw_moon($xc, $yc, $cr, $settings);
if ($url) {
$cr->tag_end(Cairo::TAG_LINK);
}
if ($layout) {
$cr->save();
Remind::PDF->set_cr_color($cr, $settings->{daynum_color});
$cr->move_to ($xc + ($self->{size}/2) + $settings->{border_size},
$yc + ($self->{size}/2) - $self->{fontsize} );
if ($url) {
@@ -255,8 +257,9 @@ sub render
sub draw_moon
{
my ($self, $xc, $yc, $cr) = @_;
my ($self, $xc, $yc, $cr, $settings) = @_;
$cr->save();
Remind::PDF->set_cr_color($cr, $settings->{daynum_color});
$cr->new_path();
$cr->arc($xc, $yc, $self->{size}/2, 0, 2*3.1415926535);
if ($self->{phase} == 0) {
@@ -351,7 +354,7 @@ sub render
$x = $x1 + $self->{atx};
}
if ($self->{aty} < 0) {
$y = $y2 + $self->{aty} - $h;
$y = $y2 + $self->{aty} - $h + $settings->{border_size};
} else {
$y = $y1 + $self->{aty};
}

View File

@@ -6,10 +6,11 @@ Icon=tkremind
Terminal=false
Name=tkremind
Comment=TkRemind Calendar Program
Comment[nl]=TkRemind Kalender Programma
Categories=Office;Calendar;
Keywords=Calendar;remind;
Keywords[ca]=Calendari;remind;
Keywords[de]=Kalender;remind;
Keywords[en_GB]=Calendar;remind;
Keywords[es]=Calendario;remind;
Keywords[nl]=Kalender;remind;

View File

@@ -1870,7 +1870,9 @@ static void GenerateCalEntries(int col)
default:
if (!SuppressImplicitRemWarnings) {
Wprint("Unrecognized command; interpreting as REM");
if (warning_level("05.00.03")) {
Wprint(tr("Unrecognized command; interpreting as REM"));
}
WarnedAboutImplicit = 1;
}
CreateParser(CurLine, &p);
@@ -2078,7 +2080,7 @@ static int DoCalRem(ParsePtr p, int col)
}
/* Adjust trigger date/time to time zone */
dse = AdjustTriggerForTimeZone(&trig, dse, &tim);
dse = AdjustTriggerForTimeZone(&trig, dse, &tim, 1);
/* Add to global OMITs if so indicated */
if (trig.addomit) {
@@ -2109,7 +2111,7 @@ static int DoCalRem(ParsePtr p, int col)
}
/* Save nonconst_expr flag */
nonconst_expr = p->nonconst_expr;
nonconst_expr = trig.nonconst_expr;
/* Convert PS and PSF to PASSTHRU */
if (trig.typ == PS_TYPE) {
strcpy(trig.passthru, "PostScript");

View File

@@ -66,6 +66,9 @@
/* Define to 1 if you have the <sys/inotify.h> header file. */
#undef HAVE_SYS_INOTIFY_H
/* Define to 1 if you have the <sys/termios.h> header file. */
#undef HAVE_SYS_TERMIOS_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

View File

@@ -101,7 +101,7 @@ InsertDedupeEntry(int trigger_date, int trigger_time, char const *body)
}
e->trigger_date = trigger_date;
e->trigger_time = trigger_time;
e->body = strdup(body);
e->body = StrDup(body);
if (!e->body) {
free(e);
return;

View File

@@ -35,7 +35,7 @@ static int ComputeTrigDuration(TimeTrig const *t);
static int CalledEnterTimezone = 0;
int AdjustTriggerForTimeZone(Trigger *trig, int dse, TimeTrig *tim)
int AdjustTriggerForTimeZone(Trigger *trig, int dse, TimeTrig *tim, int debug_ok)
{
int y, m, d, hour, minute;
int r;
@@ -59,7 +59,7 @@ int AdjustTriggerForTimeZone(Trigger *trig, int dse, TimeTrig *tim)
/* Adjust eventstart also */
trig->eventstart = dse * MINUTES_PER_DAY + tim->ttime;
SaveAllTriggerInfo(trig, tim, dse, tim->ttime, 1);
if (DebugFlag & DB_PRTTRIG) {
if (debug_ok && (DebugFlag & DB_PRTTRIG)) {
fprintf(ErrFp, "%s(%s): Trig(tz_adj %s) = %s, %d %s, %d AT %02d:%02d",
GetCurrentFilename(), line_range(LineNoStart, LineNo), trig->tz,
get_day_name(dse % 7), tm.tm_mday, get_month_name(tm.tm_mon),
@@ -143,6 +143,7 @@ void EnterTimezone(char const *tz)
CurYear = tm.tm_year + 1900;
DSEToday = DSE(CurYear, CurMon, CurDay);
/* Adjust DSEToday back by a day if midnight in our time zone requires it */
if (SysTime < LocalSysTime) {
DSEToday--;
@@ -533,7 +534,7 @@ int DoRem(ParsePtr p)
}
/* Adjust trigger date/time to time zone */
dse = AdjustTriggerForTimeZone(&trig, dse, &tim);
dse = AdjustTriggerForTimeZone(&trig, dse, &tim, 1);
/* Add to global OMITs if so indicated */
if (trig.addomit) {
@@ -545,8 +546,8 @@ int DoRem(ParsePtr p)
}
if (PurgeMode) {
if (trig.expired || (!trig.is_todo && dse < DSEToday)) {
if (p->expr_happened) {
if (p->nonconst_expr) {
if (trig.expr_happened) {
if (trig.nonconst_expr) {
if (!Hush) {
PurgeEchoLine("%s\n", "#!P: Next line may have expired, but contains non-constant expression");
PurgeEchoLine("%s\n", "#!P: or a relative SCANFROM clause");
@@ -631,7 +632,7 @@ int DoRem(ParsePtr p)
PrintJSONKeyPairInt("time_in_tz", tim.ttime_orig);
}
}
if (p->nonconst_expr) {
if (trig.nonconst_expr) {
PrintJSONKeyPairInt("nonconst_expr", 1);
}
if (if_depth) {
@@ -832,6 +833,8 @@ int ParseRem(ParsePtr s, Trigger *trig, TimeTrig *tim)
trig->adj_for_last = 0;
trig->infos = NULL;
trig->tz = NULL;
trig->nonconst_expr = 0;
trig->expr_happened = 0;
int parsing = 1;
while(parsing) {
@@ -1096,6 +1099,7 @@ int ParseRem(ParsePtr s, Trigger *trig, TimeTrig *tim)
s->expr_happened = 1;
nonconst_debug(s->nonconst_expr, tr("OMITFUNC counts as a non-constant expression"));
s->nonconst_expr = 1;
trig->nonconst_expr = 1;
DBufFree(&buf);
break;
@@ -1200,6 +1204,12 @@ int ParseRem(ParsePtr s, Trigger *trig, TimeTrig *tim)
}
}
if (s->nonconst_expr) {
trig->nonconst_expr = 1;
}
if (s->expr_happened) {
trig->expr_happened = 1;
}
if (trig->need_wkday && trig->wd == NO_WD) {
Eprint("Weekday name(s) required");
return E_PARSE_ERR;
@@ -1236,7 +1246,7 @@ int ParseRem(ParsePtr s, Trigger *trig, TimeTrig *tim)
}
}
if (!s->nonconst_expr) {
if (!trig->nonconst_expr) {
if (trig->y != NO_YR && trig->m != NO_MON && trig->d != NO_DAY && trig->until != NO_UNTIL) {
if (DSE(trig->y, trig->m, trig->d) > trig->until) {
Wprint(tr("Warning: UNTIL/THROUGH date earlier than start date"));
@@ -1264,6 +1274,20 @@ int ParseRem(ParsePtr s, Trigger *trig, TimeTrig *tim)
check_trigger_function(trig->warn, "WARN");
check_trigger_function(trig->omitfunc, "OMITFUNC");
}
/* Check that TZ looks plausible */
if (trig->tz && (*trig->tz != '!')) {
warn_if_timezone_bad(trig->tz);
}
/* Remove leading ! from TZ spec */
if (trig->tz && *trig->tz == '!') {
char *stz = (char *) trig->tz;
while (*stz) {
*stz = *(stz+1);
stz++;
}
}
return OK;
}
@@ -1482,6 +1506,7 @@ static int ParseScanFrom(ParsePtr s, Trigger *t, int type)
s->expr_happened = 1;
nonconst_debug(s->nonconst_expr, tr("Relative SCANFROM counts as a non-constant expression"));
s->nonconst_expr = 1;
t->nonconst_expr = 1;
return OK;
default:

View File

@@ -159,7 +159,7 @@ void SetCurrentFilename(char const *fname)
fprintf(ErrFp, "Out of Memory!\n");
exit(1);
}
e->fname = strdup(fname);
e->fname = StrDup(fname);
if (!e->fname) {
fprintf(ErrFp, "Out of Memory!\n");
exit(1);

View File

@@ -13,6 +13,11 @@
#include "version.h"
#include "config.h"
/* Required on OpenIndiana / Solaris */
#ifdef __sun
#define __EXTENSIONS__
#endif
#ifdef REM_USE_WCHAR
#define _XOPEN_SOURCE 600
#include <wctype.h>
@@ -28,6 +33,10 @@
#include <strings.h>
#endif
#ifdef HAVE_SYS_TERMIOS_H
#include <sys/termios.h>
#endif
#include <ctype.h>
#include <math.h>
#include <sys/ioctl.h>
@@ -1506,6 +1515,7 @@ static int FIsconst(expr_node *node, Value *locals, Value *ans, int *nonconst)
PUT(PrintValue(ans, NULL));
OUT();
}
DestroyValue(junk);
return OK;
}
@@ -2767,6 +2777,7 @@ static int FIif(expr_node *node, Value *locals, Value *ans, int *nonconst)
}
if (truthy(&v)) {
DestroyValue(v);
r = evaluate_expr_node(cur->sibling, locals, ans, nonconst);
if (r == OK && DBGX) {
PUT(", ");
@@ -2782,6 +2793,8 @@ static int FIif(expr_node *node, Value *locals, Value *ans, int *nonconst)
}
DBG(DBufFree(&DebugBuf));
return r;
} else {
DestroyValue(v);
}
DBG(PUT(", ?"));
cur = cur->sibling->sibling;
@@ -4320,6 +4333,7 @@ static int FTzconvert(func_info *info)
{
int year, month, day, hour, minute, r;
int dse, tim;
char const *src_tz, *tgt_tz;
struct tm tm;
if (ARG(0).type != DATETIME_TYPE ||
@@ -4333,11 +4347,26 @@ static int FTzconvert(func_info *info)
minute = r % 60;
if (Nargs == 2) {
src_tz = ARGSTR(1);
warn_if_timezone_bad(src_tz);
if (*src_tz == '!') {
src_tz++;
}
r = tz_convert(year, month, day, hour, minute,
ARGSTR(1), NULL, &tm);
src_tz, NULL, &tm);
} else {
src_tz = ARGSTR(1);
warn_if_timezone_bad(src_tz);
if (*src_tz == '!') {
src_tz++;
}
tgt_tz = ARGSTR(2);
warn_if_timezone_bad(tgt_tz);
if (*tgt_tz == '!') {
tgt_tz++;
}
r = tz_convert(year, month, day, hour, minute,
ARGSTR(1), ARGSTR(2), &tm);
src_tz, tgt_tz, &tm);
}
if (r == -1) return E_CANT_CONVERT_TZ;
@@ -4605,7 +4634,7 @@ FEvalTrig(func_info *info)
RetVal.type = DATE_TYPE;
RETVAL = dse;
} else {
dse = AdjustTriggerForTimeZone(&trig, dse, &tim);
dse = AdjustTriggerForTimeZone(&trig, dse, &tim, 1);
RetVal.type = DATETIME_TYPE;
RETVAL = (MINUTES_PER_DAY * dse) + tim.ttime;
}
@@ -4720,7 +4749,7 @@ FTrig(func_info *info)
FreeTrig(&trig);
continue;
}
dse = AdjustTriggerForTimeZone(&trig, dse, &tim);
dse = AdjustTriggerForTimeZone(&trig, dse, &tim, 1);
if (ShouldTriggerReminder(&trig, &tim, dse, &r)) {
LastTrig = dse;
RETVAL = dse;

View File

@@ -35,6 +35,11 @@
#include <grp.h>
#endif
#ifdef HAVE_SYS_TERMIOS_H
#include <sys/termios.h>
#endif
#include "types.h"
#include "globals.h"
#include "protos.h"

View File

@@ -1307,7 +1307,7 @@ int DoIfTrig(ParsePtr p)
push_if(0, 0);
} else {
if (dse >= 0) {
dse = AdjustTriggerForTimeZone(&trig, dse, &tim);
dse = AdjustTriggerForTimeZone(&trig, dse, &tim, 1);
}
if (ShouldTriggerReminder(&trig, &tim, dse, &err)) {
push_if(1, 0);

View File

@@ -300,7 +300,9 @@ int system_to_stderr(char const *cmd);
int system1(char const *cmd);
int tz_set_tz (char const *tz);
int tz_convert(int year, int month, int day, int hour, int minute, char const *src_tz, char const *tgt_tz, struct tm *tm);
int AdjustTriggerForTimeZone(Trigger *trig, int dse, TimeTrig *tim);
int AdjustTriggerForTimeZone(Trigger *trig, int dse, TimeTrig *tim, int debug_ok);
void EnterTimezone(char const *tz);
void ExitTimezone(char const *tz);
int warning_level(char const *which);
void warn_if_timezone_bad(char const *tz);

View File

@@ -621,11 +621,15 @@ int ComputeTriggerNoAdjustDuration(int today, Trigger *trig, TimeTrig const *tim
if (trig->tz) {
TimeTrig copy = *tim;
int new_result;
int force_retry = 0;
ExitTimezone(trig->tz);
new_result = AdjustTriggerForTimeZone(trig, result, &copy);
new_result = AdjustTriggerForTimeZone(trig, result, &copy, 0);
if (trig->scanfrom == NO_SCANFROM && new_result < DSEToday) {
force_retry = 1;
}
EnterTimezone(trig->tz);
if (result + duration_days >= today &&
new_result + duration_days < today) {
if (force_retry ||
(result + duration_days >= today &&new_result + duration_days < today)) {
/* If we are not making progress, then give up: It's expired */
if (nextstart <= save_nextstart) {
trig->expired = 1;

View File

@@ -143,10 +143,13 @@ typedef struct {
int eventstart; /* Original event start (datetime) */
int eventstart_orig; /* Original event start in TZ (datetime) */
int eventduration; /* Original event duration (minutes) */
int maybe_uncomputable; /* Suppress "can't compute trigger" warnings */
int addomit; /* Add trigger date to global OMITs */
int noqueue; /* Don't queue even if timed */
int max_overdue; /* Stop warning if TODO is too far overdue */
unsigned char addomit; /* Add trigger date to global OMITs */
unsigned char maybe_uncomputable; /* Suppress "can't compute trigger" warnings */
unsigned char nonconst_expr; /* Non-constant expression encountered */
unsigned char expr_happened;
char sched[VAR_NAME_LEN+1]; /* Scheduling function */
char warn[VAR_NAME_LEN+1]; /* Warning function */
char omitfunc[VAR_NAME_LEN+1]; /* OMITFUNC function */

View File

@@ -28,10 +28,31 @@ static char const DontEscapeMe[] =
#include <ctype.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
#include "types.h"
#include "globals.h"
#include "protos.h"
static int HaveZoneinfoDir = -1;
#define ZONE_DIR "/usr/share/zoneinfo"
static int have_zoneinfo_dir(void)
{
struct stat sb;
if (HaveZoneinfoDir < 0) {
if (stat(ZONE_DIR, &sb) < 0) {
HaveZoneinfoDir = 0;
} else if ((sb.st_mode & S_IFMT) != S_IFDIR) {
HaveZoneinfoDir = 0;
} else {
HaveZoneinfoDir = 1;
}
}
return HaveZoneinfoDir;
}
/* Call this instead of system() so if called ignores return code,
we don't get a compiler warning. Also redirect stdin to /dev/null */
int system1(char const *cmd)
@@ -378,3 +399,37 @@ warning_level(char const *which)
if (!WarningLevel) return 1;
return strcmp(WarningLevel, which) >= 0;
}
void
warn_if_timezone_bad(char const *tz)
{
DynamicBuffer zfile;
struct stat sb;
int r;
if (!tz) {
return;
}
if (!*tz) {
return;
}
if (*tz == '!') {
return;
}
if (!have_zoneinfo_dir()) {
return;
}
DBufInit(&zfile);
DBufPuts(&zfile, ZONE_DIR);
DBufPuts(&zfile, "/");
DBufPuts(&zfile, tz);
r = stat(DBufValue(&zfile), &sb);
DBufFree(&zfile);
if (r < 0) {
if (warning_level("06.01.05")) {
Wprint(tr("No time zone file found for TZ `%s'... is it valid?"),
tz);
}
}
}

964
tests/manpage-personal-dict Normal file
View File

@@ -0,0 +1,964 @@
00PM
00am
00pm
00test
0SNgvsDvx7M
0m
0x
0x1F
0xFE12
0xfe00
10x14
12string7
13ths
15am
1GB
1pm
20am
20pm
22AM
2GB
2PM
2s
30PM
34am
3string34
45am
45pm
55AAFF
591test
59pm
5AF
5EDT
5v
72ndths
A3
A4
A5
ADDOMIT
AddBlankLines
Afoo
Aimale
Alberani
AmigaDOS
ApR
Aq
Args
B'Av
B4
B5
BLOCKDEV
Badros
Bazzanini
Bech
Benedetto
Bevrijdingsdag
Bj
Björn
Bloois
BoldOblique
Borland
BoxHeight
BoxWidth
Budler
Buitléir
Bœsch
C99
CDE's
CFLAGS
CHARDEV
CIx
CIy
CLOEXEC
COLOUR
CONTEXTs
CPAN
CPP's
CalMode
CalType
CalcMinsFromUTC
CalcUTC
Clément
Config
Conover
Cottel
Couto
Ctrl
D'oh
DATETIME
DATETIMEs
DATEs
DBufPutc
DOH
DOSes
DOTREMINDERS
DSE
DUMPVARS
DURATIONs
Daia
DateSep
DateTimeSep
Davide
Daví
Davíðsson
DaySize
DedupeReminders
DefaultColor
DefaultDelta
DefaultPrio
DefaultTDelta
Deiconify
DeltaOffset
DeltaOverride
Dershowitz
DestroyValue
Doggett
Doh
DontFork
DontQueue
DontTrigAts
Dosubst
Dov
Duperval
EF
ENDIF
EOF
ERRMSG
ESC
EXPR
Eee
Eerste
Eloi
Emanuele
EndSent
EndSentIg
EntrySize
Example2
Expr
ExpressionTimeLimit
FF0000
FFF
FFFFFF
FIFOs
FRENAME
FSET
FSETting
FUNCS
FUNSET
Feldstern
FindToken
FirstIndent
Flagson
Fname
FoldYear
FormWidth
FreeBSD
Fromnow
GPL
Gedalia
Getopt
GhostView
Gurman
HANKERSON
HEBCAL
HH
HTMLCLASS
Ha'atzmaut
HaShoah
Hankerson
HashPJW
HashVal
Hashana
Hazikaron
HeadSize
Helvetica
HideCompletedTodos
Hoeltig
Hohl
Hplu
Hurray
HushMode
IFTRIG
IFs
IIF
INCLUDECMD
INCLUDEd
INCLUDed
INTs
IRIX
ISOLATIN1
Iconified
IgnoreOnce
Img
InBoxHeight
InfDelta
IntMax
IntMin
Ip
JAHRZEITS
JSON
JSONMode
JSONQUEUE
JeiEl
Jens
Jerzy
Jin
Jochen
Joop
Kamens
Kasdorp
Katan
Kiefte
Koningsdag
Kristian
LANGID
LDFLAGS
LGBTQ
LLM
LOGNAME
LRM
Laatste
Labour
Lastday
Lastworkday
LatDeg
LatMin
LatSec
LineWidth
Liviu
LocalToUTC
LongDec
LongDeg
LongMin
LongSec
Lynnerup
M11
M3
MD5
MMam
MMpm
MSC
MSF
MSGPREFIX
MSGSUFFIX
Madsen
Makefile
Makefiles
Marczykowski
Marek
Marinus
MaxFullOmits
MaxLateMinutes
MaxPartialOmits
MaxSatIter
MaxStringLen
MaxX
MaxY
MaybeXS
McGlothlen
Meeus
Mikko
MinX
MinY
MinsFromUTC
Mogens
Moontime
Mplu
Msg
Möller
NOQUEUE
Nachum
Neuhauser
NextMode
Niels
Nieuwe
Noto
Num
NumFullOmits
NumPartialOmits
NumQueued
NumTrig
Nx
OMF
OMITFUNC
OMITs
OMITted
OS2
OSC
OnceFile
OpenIndiana
Oskiewicz
PANGO
PNG
POSIX
PPP
PSCal
PSFILE
PSFile
PageBoundingBox
PageDown
PageUp
Pango
ParseUntriggered
Paulo
Pelzl
Philipp
Pinard
Plaser
PostScript
PreCal
PrefixLineNo
Puskas
QDOS
README
REM2PS
RGB
Rafa
Rahman
Randen
Readline
Reingold
Reißig
Rem2HTML
Rem2PDF
Rem2PS
Remind's
Rhys
Rickel
Rosh
Ruderich
RunOff
SAS
SATISFied
SCANFROM
SCANFROMs
SCHED
SEGV's
SGI
SIGCONT
SIGINT
SMSQ
SMTP
SORTBANNER
SPDX
SPECIALs
SVG
SYMLINK
SYSINCLUDE
SYSV
Sadinoff
Sanderson
Schleusener
Schmitt
Schwarz
Shapir
Shvat
Siegel
Silvonen
Silvonen's
SimpleCal
SimpleCalendar
Sipe
Skoll
Slusallek
Sobczyk
Solaris
SortByDate
SortByPrio
SortByTime
Sparc
Spc
Speeded
Sprickerhof
Strassfeld
SubsIndent
Sunview
SuppressImplicitWarnings
SuppressLRM
SysInclude
TAGs
TKREMIND
TKTAG
TODO
TODOS
TODOs
TRIGVALID
TTY
TZ
Ta'anit
Tamkin
Tamuz
Tavis
Tcl
Td
Terbeck
TerminalBackground
Thronicke
TimeSep
TimetIs64bit
Tishrey
TitleSize
Tk
TkRemind
TodoFilter
Torre
Tru64
Trygve
Tt
Tw
Tzom
UNCOMPUTABLE
UNIXes
USNO
UTCToLocal
UTF
Ud
UntimedFirst
Use256Colors
UseBGVTColors
UseTrueColors
UseVTColors
Uw
Uy
VT00
VT100
Valerio
Vens
Volle
WHATSNEW
WarningLevel
Wehr
Werschulz
Wextra
Willem
Willmann
XTerm
XY
YECH
YYYY
Yaffe
Yellin
Yom
Ziemer
Zoltan
acknowledgement
adawn
adusk
afOo
aflag
america
amiga
ampm
ansi
ansicolor
ansitext
ap
aq
aq1993
arg
arg1
arg2
argN
args
argv
asc
astro
atime
autoconf
autoreconf
b1
backend
backends
backslashed
backurl
barbarbafoo
baseyr
behaviour
bg
c12
c3
cairo
calprefix
calsuffix
caltype
catcherr
ccl
centimetres
centre
cgi
charset
chinese
clc
cm2rem
cm2trem
cmd
cmd1
cmd2
cn
codepoint
config
const
cppcheck
cron
csh
css
da
date1
date2
datepart
datetime
datetimes
day1
day2
dayname
daynames
daynum
daysinmon
daysinmonnth
daysinnextmonth
daysinprevmonth
daystart
defs
dev
devel
dfs
dh
difftime
doesn
dosubst
doublequote
dq
dqi
dqis
ds
dstzone
dt
dur
dx
easterdate
edur
eergisteren
eg
emacs
emxomf
encodings
endian
endif
envvar
eps
estart
eval
evaltrig
eventduration
eventstart
execed
executables
expr
favour
fcntl
fd
feb
ffat
fg
fgrep
filedate
filedatetime
filedir
fileinfo
findfont
finnish
firstquarter
firstwkday
fixups
flagsoff
flagson
fname
fontsize
forwurl
fri
fset
ftshe
fullmoon
func
funcs
gaa
garbhol
gcc
getenv
grey
greyed
gridline
gridlines
groff
gvim
hasn
hdate
hebdate
hebday
hebmon
hebyear
hm
hostname
html
htmlescape
htmlstriptags
hunspell
i1
i2
iCal
ical2rem
iconified
iconv
idq
ie
ifdef
ifelse
ifoo
iif
imgbase
initgroups
inotify
inotifywait
isany
isconst
isdst
isleap
isomitted
itkpdf
itkprint
itkremind
ivar
j2
jahr
jahrzeit
jahrzeits
jan
jewish
json
kall
kcmd1
kcommand
keym
kwartier
kxmessage
lastquarter
latin1
leapyear
leapyears
len
lgbtq
libcairo
libjson
libpango
libreadline
lineno
linux
listbox
localomit
localtoutc
lpr
lrtb
lt
lto
luni
lz
maan
makefile
maxlen
maybexs
mbchar
mbindex
mbstrlen
mbsubstr
md
memcpy
messageBox
metacharacters
minsfromutc
mktime
mmedia
mojibake
monday
mondayfirst
monnum
month1
month2
monthname
moondate
moondatetime
moonphase
moonphases
moonrisedir
moonsetdir
moonsize
moontime
moontool
moveable
moveto
mr
msg
msgprefix
msgsuffix
mul
multibyte
multitrig
mydate
mydelta
mydir
myfunc1
mylang
myprolog
myreminders
myscript
nF
nHello
nbar
nd
ndawn
ndusk
newdate
newmoon
nextmonthname
nextmonthyear
nl
nnn
nohup
nonconst
nonomitted
noreminders
nostripped
nostyle
notesize
noto
nqueued
nroff
num
ok
oktober
ol
ons
ordx
orthodoxeaster
os2
ostype
otherfunc
overmorgen
p12
packlist
padstr
pango
passthru
patchlevel
pathnames
pdf
perl
perllocal
pn
png
pngs
popen
pp12
pp3
ppp
pre
preprocessor
prev
prevmonthname
prevmonthyear
printf
prio
psmoon
psshade
qid
queueing
quux
rF
rawbody
readline
realcurrent
realnow
realtoday
rem2html
rem2pdf
rem2pdf's
rem2ps
rem2ps2
remind's
rescan
rn
ro
romanian
rwx
sa
saturday
scalefont
scanfrom
sched
se
segfaulting
setenv
setfont
setgray
setpagedevice
sfun
sgn
shalem
shar
shellescape
shextvlfqnu
shouldn
smachot
smallcal
soleq
somefile
sortbanner
spc
spellintian
src
srczone
sson
stderr
stdin
stdout
sthd
str1
str2
strcasecmp
strdup
stringwidth
strlen
strncasecmp
stylesheet
subprocess
subst
substr
sudo
sundAy
svg
symlink
sys
sysnotify
t1
t2
tThere
tableonly
tcl
tcllib
tdelta
test1
test2
th
thed
thirdfunc
thisyear
thu
timegm
timelocal
timepart
tk
tkpng
tkremind
tkreminders
tkremindrc
tm
todo
todos
tokenizer
toronto
tq
trep
trepeat
trig1
trig2
trigN
trigback
trigbase
trigcompletethrough
trigdate
trigdatetime
trigdelta
trigduration
trigeventduration
trigeventstart
trigeventstarttz
trigfrom
triggerable
triginfo
trigistodo
trigmaxoverdue
trigpriority
trigrep
trigscanfrom
trigtags
trigtime
trigtimedelta
trigtimerep
trigtimetz
trigtz
triguntil
trigvalid
troff
tshed
tt
ttime
tty
tue
txt
typeof
tz
tzconvert
ubitux
ui
uid
unbuffered
undefine
underlinefg
uniq
unsets
untimed
untriggerable
untriggered
uppper
url
userid
utcflag
utctolocal
utf
utf8
utils
uwhatever
v5
varname
ve
w0
wakeups
weekno
wfun
whoami
wkday
wkdaynum
wkstart
wn
www
x00
xAB
xdg
xinitrc
xless
xmessage
xsiz
xsiz1
year1
year2
yeardiff
yrstart
ysiz
ysiz1
yy
yyyy
z0
zapf
ziens
zj
zn
één

View File

@@ -31,9 +31,17 @@ REMIND="../src/remind --flush -q"
OUT="../tests/test.out"
CMP="../tests/test.cmp"
# Set a known timezone so moon phases show up in predictable places
TZ=Universal
TZ=UTC
export TZ
# Check if "grep" accepts "-a" flag
echo TEST | grep -a TEST > /dev/null 2>&1
if test $? = 0 ; then
GREP_A="-a"
else
GREP_A=""
fi
# Colorize output iff stdout is a tty
stty <&1 > /dev/null 2>&1
if test $? = 0; then
@@ -78,7 +86,7 @@ TEST_GETENV="foo bar baz" ; export TEST_GETENV
echo "Test 1" > $OUT
echo "" >> $OUT
echo "Running main tests"
$REMIND -e -dxte ../tests/test.rem 16 feb 1991 12:13 2>&1 | grep -v -a 'TimetIs64bit' >> $OUT 2>&1
$REMIND -e -dxte ../tests/test.rem 16 feb 1991 12:13 2>&1 | grep -v $GREP_A 'TimetIs64bit' >> $OUT 2>&1
echo "" >> $OUT
echo "Test 2" >> $OUT
echo "" >> $OUT
@@ -638,7 +646,7 @@ $REMIND -c ../tests/dedupe.rem 1 November 2023 >> $OUT 2>&1
$REMIND -q ../tests/dedupe.rem 8 November 2023 >> $OUT 2>&1
# Remove references to SysInclude, which is build-specific
grep -F -v -a '$SysInclude' < $OUT > $OUT.1 && mv -f $OUT.1 $OUT
grep -F -v $GREP_A '$SysInclude' < $OUT > $OUT.1 && mv -f $OUT.1 $OUT
# If "man" accepts the --warnings flag, test all the man pages.
RUNMAN=0
@@ -654,6 +662,44 @@ for i in ../man/*.1 ; do
fi
done
# If we have "spellintian", run it against man pages
cat <<'EOF' >> $OUT
If spellintian is installed, its output (if any) follows...
EOF
spellintian /dev/null < /dev/null > /dev/null 2>&1
if test $? = 0 ; then
echo "Linting man pages"
# we grep out some false-positives from rem2ps
spellintian --picky ../man/*.1 2>&1 | grep -v -F 'MinX MinX (duplicate word)' | grep -v -F 'MinY MinY (duplicate word)' | grep -v -F 'show show (duplicate word)' >> $OUT 2>&1
fi
# If we have "hunspell", run it against man pages
cat <<'EOF' >> $OUT
If hunspell is installed, its output (if any) follows...
EOF
HUNSPELL="hunspell -d en_US -l -p manpage-personal-dict"
$HUNSPELL /dev/null < /dev/null > /dev/null 2>&1
if test $? = 0; then
echo "Spell-checking man pages, WHATSNEW and README.md"
cat ../man/*.1 | $HUNSPELL -n >> $OUT 2>&1
cat ../docs/WHATSNEW | $HUNSPELL >> $OUT 2>&1
cat ../README.md | $HUNSPELL >> $OUT 2>&1
# If we have pod2man, check rem2pdf and rem2html man pages too
pod2man < ../rem2html/rem2html.in > /dev/null 2>&1
if test $? = 0 ; then
pod2man < ../rem2html/rem2html.in | $HUNSPELL -n >> $OUT 2>&1
pod2man < ../rem2pdf/bin/rem2pdf.in | $HUNSPELL -n >> $OUT 2>&1
fi
fi
echo "" >> $OUT
# Test --print-tokens long option
$REMIND --print-tokens < /dev/null >> $OUT 2>&1
@@ -675,7 +721,7 @@ EOF
# Make sure stupidly-long translations of "am" and "pm" can't cause a
# segmentation fault
$REMIND -c - 1 Feb 2024 <<'EOF' >> $OUT 2>&1
$REMIND -c - 1 Feb 2024 <<'EOF' >> $OUT 2>&1
TRANS "am" "alsdkjalksdj alksjd alksdj alksjd laksjd laksjd laksjd laksjd laksjd laksjd laksjd laksjd lkasjd laksjd laksjd lkajs dlkajs dlkasj dlkasjd lkajsd lkajs dlkasjd lkasj dlkajsd lkasjd lkasjd laksjd laksjd laksjd alskdj alskdj alksdj alksdj alskdj alksdj aslkdj"
TRANS "pm" "oiwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwjwwwwwwwwwwwwwwwjwpqoejkpqwojepqowjepqojwepqowjepqowjepqowjepqowjepqowjepqowjepqojwepqowjepqowjepqowjepqowjepqowjeqpweoj"
@@ -807,7 +853,7 @@ $REMIND --json ../tests/json-redirect.rem 1 Jan 2025 > /dev/null 2>> $OUT
# Test %: substitution sequence in all the languages
for i in ../include/lang/??.rem ; do
$REMIND "-ii=\"$i\"" -p - 2025-08-13 <<'EOF' 2>&1 | grep -a 2025/ >> $OUT
$REMIND "-ii=\"$i\"" -p - 2025-08-13 <<'EOF' 2>&1 | grep $GREP_A 2025/ >> $OUT
DO [i]
REM TODO 2025-08-13 MSG %(LANGID) Task1%:
REM TODO 2025-08-13 COMPLETE-THROUGH 2025-08-12 MSG %(LANGID) Task2%:
@@ -879,6 +925,28 @@ EOF
# For this one, we need to force an error so we make sure the error is
# reported in -stdin- and not cat|
(echo 'INCLUDECMD cat'; sleep $DELAY; echo 'set a 1/0') | $REMIND - 2025-10-01 >> $OUT 2>&1
$REMIND --json - 2025-10-01 <<'EOF' >> $OUT 2>&1
# Nonconst-expr in trigger
set a nonconst(1)
REM 2025-10-01 MSG Nonconst NOT set [today()]
REM 2025 Oct [a] MSG Nonconst IS set [today()]
REM 2025 Oct [a] MSG Nonconst IS set
EOF
$REMIND -j - 2025-12-31 <<'EOF' >> $OUT 2>&1
# Nonconst-expr in trigger
set $ParseUntriggered 1
set a nonconst(1)
REM 2025-10-01 MSG Nonconst NOT set [today()]
REM 2025 Oct [a] MSG Nonconst IS set [today()]
REM 2025 Oct [a] MSG Nonconst IS set
REM 2025 Oct [1] MSG Expr but not nonconst [today()]
REM 2025-10-01 MSG No expr seen [1+2]
EOF
# Purge mode
cmp -s $OUT $CMP
if [ "$?" = "0" ]; then
echo "Remind: Acceptance tests ${GRN}PASSED${NRM}"

View File

@@ -1,4 +1,7 @@
#!/bin/sh
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
DIR=`dirname $0`
cd $DIR
if test $? != 0 ; then
@@ -37,7 +40,7 @@ OUT=../tests/tz.out
CMP=../tests/tz.cmp
echo "Running timezone tests"
echo -n "" > $OUT 2>&1
cp /dev/null $OUT
TZ=Europe/Amsterdam $REMIND - 2025-09-03@14:00 <<'EOF' >> $OUT 2>&1
SET $AddBlankLines=0
@@ -143,9 +146,9 @@ TZ=America/Los_Angeles $REMIND - 2026-01-01 <<'EOF' >> $OUT 2>&1
BANNER %
SET $AddBlankLines 0
REM AT 13:33 TZ America/Los_Angeles TZ Universal MSG Whatsup? %*l %3.
REM AT 13:33 TZ America/Los_Angeles TZ UTC MSG Whatsup? %*l %3.
REM AT 13:33 TZ "" TZ America/Los_Angeles MSG Whatsup? %*l %3.
REM TZ Universal MSG Borked
REM TZ UTC MSG Borked
EOF
TZ=America/Toronto $REMIND -dx - 2025-09-01@01:00 <<'EOF' >> $OUT 2>&1
@@ -190,6 +193,68 @@ TZ=America/Toronto $REMIND -s - 2025-10-01 <<'EOF' >> $OUT 2>&1
REM Wednesday AT 14:00 TZ Australia/Sydney MSG 2PM Sydney
EOF
echo "" >> $OUT
# Every day and a SATISFY reminder
TZ=America/Toronto $REMIND -s - 2025-10-01 <<'EOF' >> $OUT 2>&1
REM AT 04:44 TZ America/Los_Angeles MSG 04:44 every day in L.A.
REM 2 AT 05:00 TZ America/Los_Angeles MSG 05:00 on 2nd in L.A.
REM Wed AT 06:00 TZ America/Los_Angeles MSG 06:00 on Wed in L.A.
REM Wed AT 23:00 TZ America/Los_Angeles MSG 23:00 on Wed in L.A.
REM AT 09:00 TZ America/Los_Angeles SATISFY [!($Td % 3)] MSG 09:00 every third day in L.A.
REM AT 22:00 TZ America/Los_Angeles SATISFY [!($Td % 3)] MSG 22:00 every third day in L.A.
EOF
echo "" >> $OUT
# And the inverse
TZ=America/Los_Angeles $REMIND -s - 2025-10-01 <<'EOF' >> $OUT 2>&1
REM AT 04:44 TZ America/Toronto MSG 04:44 every day in T.O.
REM 2 AT 05:00 TZ America/Toronto MSG 05:00 on 2nd in T.O.
REM Wed AT 06:00 TZ America/Toronto MSG 06:00 on Wed in T.O.
REM Wed AT 01:00 TZ America/Toronto MSG 01:00 on Wed in T.O.
REM AT 09:00 TZ America/Toronto SATISFY [!($Td % 3)] MSG 09:00 every third day in T.O.
REM AT 02:00 TZ America/Toronto SATISFY [!($Td % 3)] MSG 02:00 every third day in T.O.
EOF
# Semi-exhaustive checking...
OFFSETS="-12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12"
cat <<'EOF' >> $OUT
NOTE NOTE NOTE: The notation UTC+n denotes a time zone n hours
WEST of UTC, and UTC-n denotes a time zone n hours EAST of
UTC... the opposite of what you might think. The zone
UTC+1 is two hours EARLIER than UTC-1.
EOF
for src in $OFFSETS; do
srczone="UTC$src"
for dst in $OFFSETS ; do
dstzone="UTC$dst"
(echo 'BANNER %'; echo "REM AT 00:00 TZ !$dstzone MSG 00:00 at $dstzone in [getenv(\"TZ\")] is %3, %r %m; diff=[(\$Tt-00:00)/60]") | TZ=$srczone $REMIND '-i$addblanklines=0' - 2025-10-09@12:00 >> $OUT 2>&1
done
done
for src in $OFFSETS; do
srczone="UTC$src"
for dst in $OFFSETS ; do
dstzone="UTC$dst"
(echo 'BANNER %'; echo "REM AT 12:00 TZ !$dstzone MSG 12:00 at $dstzone in [getenv(\"TZ\")] is %3, %r %m; diff=[(\$Tt-12:00)/60]") | TZ=$srczone $REMIND '-i$addblanklines=0' - 2025-10-09@12:00 >> $OUT 2>&1
done
done
for src in $OFFSETS; do
srczone="UTC$src"
for dst in $OFFSETS ; do
dstzone="UTC$dst"
(echo 'BANNER %'; echo "REM 11 ++10 AT 00:00 TZ !$dstzone MSG 00:00 on 11th at $dstzone in [getenv(\"TZ\")] is %3, %r %m; diff=[(trigdatetime()-'2025-10-11@00:00')/60]") | TZ=$srczone $REMIND '-i$addblanklines=0' - 2025-10-09@12:00 >> $OUT 2>&1
done
done
for src in $OFFSETS; do
srczone="UTC$src"
for dst in $OFFSETS ; do
dstzone="UTC$dst"
(echo 'BANNER %'; echo "REM 11 ++10 AT 12:00 TZ !$dstzone MSG 12:00 on 11th at $dstzone in [getenv(\"TZ\")] is %3, %r %m; diff=[(trigdatetime()-'2025-10-11@12:00')/60]") | TZ=$srczone $REMIND '-i$addblanklines=0' - 2025-10-09@12:00 >> $OUT 2>&1
done
done
cmp -s $OUT $CMP
if [ "$?" = "0" ] ; then
echo "Remind: Time zone tests ${GRN}PASSED${NRM}"

View File

@@ -1046,7 +1046,7 @@ set a057 value("a05"+"6")
"a05" + "6" => "a056"
value("a056") => "SDFJHSDF KSJDFH KJSDFH KSJDFH"
set a058 version()
version() => "06.01.04"
version() => "06.01.06"
set a059 wkday(today())
today() => 1991-02-16
wkday(1991-02-16) => "Saturday"
@@ -2609,7 +2609,7 @@ a056 "SDFJHSDF KSJDFH KJSDFH KSJDFH"
a007 "1991-02-16"
a057 "SDFJHSDF KSJDFH KJSDFH KSJDFH"
a008 "11:44"
a058 "06.01.04"
a058 "06.01.06"
a059 "Saturday"
a010 12
a060 6
@@ -5562,8 +5562,8 @@ REM SATISFY ""
REM SATISFY [version() > "01.00.00"]
../tests/test.rem(1074): SATISFY: expression has no reference to trigdate() or $T...
../tests/test.rem(1074): Trig = Saturday, 16 February, 1991
version() => "06.01.04"
"06.01.04" > "01.00.00" => 1
version() => "06.01.06"
"06.01.06" > "01.00.00" => 1
../tests/test.rem(1074): Trig(satisfied) = Saturday, 16 February, 1991
REM SATISFY [max(x, max(x, 1, 2, 3), 4, 5, 6) * 5]
../tests/test.rem(1075): SATISFY: expression has no reference to trigdate() or $T...
@@ -23707,7 +23707,7 @@ SECURITY: Won't read world-writable file or directory!
Error reading include_dir/ww: Can't open file
SECURITY: Won't read world-writable file or directory!
Error reading include_dir/ww: No files matching *.rem
06.01.04
06.01.06
Enabling test mode: This is meant for the acceptance test.
Do not use --test in production.
In test mode, the system time is fixed at 2025-01-06@19:00
@@ -24458,6 +24458,13 @@ Checking ../man/rem.1...
Checking ../man/rem2ps.1...
Checking ../man/remind.1...
Checking ../man/tkremind.1...
If spellintian is installed, its output (if any) follows...
If hunspell is installed, its output (if any) follows...
# Remind Tokens
addomit
@@ -25088,6 +25095,7 @@ TRANSLATE "Invalid translation: Both original and translated must have the same
TRANSLATE "Missing REM type; assuming MSG" ""
TRANSLATE "No Adar A in %d" ""
TRANSLATE "No substition function `%s' defined" ""
TRANSLATE "No time zone file found for TZ `%s'... is it valid?" ""
TRANSLATE "Non-constant built-in function `%s' makes expression non-constant" ""
TRANSLATE "Non-constant expression converted to constant by `const' built-in function" ""
TRANSLATE "Nonexistence of global variable `%s' makes value() non-constant" ""
@@ -39917,3 +39925,22 @@ devnull test b
-stdin-(2): `/': Division by zero
No reminders.
[
{"banner":"Reminders for Wednesday, 1st October, 2025:"},
{"date":"2025-10-01","filename":"-stdin-","lineno":3,"d":1,"m":10,"y":2025,"is_todo":0,"trigbase":"2025-10-1 ","priority":5000,"body":"Nonconst NOT set 2025-10-01"},
{"date":"2025-10-01","filename":"-stdin-","lineno":4,"nonconst_expr":1,"d":1,"m":10,"y":2025,"is_todo":0,"trigbase":"2025-10-1 ","priority":5000,"body":"Nonconst IS set 2025-10-01"},
{"date":"2025-10-01","filename":"-stdin-","lineno":5,"nonconst_expr":1,"d":1,"m":10,"y":2025,"is_todo":0,"trigbase":"2025-10-1 ","priority":5000,"body":"Nonconst IS set"}
]
# Nonconst-expr in trigger
set $ParseUntriggered 1
set a nonconst(1)
#!P: Expired: REM 2025-10-01 MSG Nonconst NOT set [today()]
#!P: Next line may have expired, but contains non-constant expression
#!P: or a relative SCANFROM clause
REM 2025 Oct [a] MSG Nonconst IS set [today()]
#!P: Next line may have expired, but contains non-constant expression
#!P: or a relative SCANFROM clause
REM 2025 Oct [a] MSG Nonconst IS set
#!P: Next line has expired, but contains expression... please verify
#!P: Expired: REM 2025 Oct [1] MSG Expr but not nonconst [today()]
#!P: Expired: REM 2025-10-01 MSG No expr seen [1+2]

File diff suppressed because it is too large Load Diff