Mention the more strict consistency checks performed by calendar(), which

can make the program abort with an error message on previously accepted
but malformed input files.
This commit is contained in:
Stefan Eßer 2020-10-31 16:39:27 +00:00
parent e128bd0ff9
commit 7afa1a753e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367221

View File

@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20101030:
The internal pre-processor in the calendar(1) program has been
extended to support more C pre-processor commands (e.g. #ifdef, #else,
and #undef) and to detect unbalanced conditional statements.
Error messages have been extended to include the filename and line
number if processing stops to help fixing malformed data files.
20101026:
All the data files for the calendar(1) program, except calendar.freebsd,
have been moved to the deskutils/calendar-data port, much like the