svn commit: r367221 - head
Stefan Eßer
se at FreeBSD.org
Sat Oct 31 16:39:28 UTC 2020
Author: se
Date: Sat Oct 31 16:39:27 2020
New Revision: 367221
URL: https://svnweb.freebsd.org/changeset/base/367221
Log:
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.
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Sat Oct 31 16:24:11 2020 (r367220)
+++ head/UPDATING Sat Oct 31 16:39:27 2020 (r367221)
@@ -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
More information about the svn-src-all
mailing list