Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 16:39:27 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367221 - head
Message-ID:  <202010311639.09VGdRoS043478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010311639.09VGdRoS043478>