]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restrict locale settings to the file they occur in
authorse <se@FreeBSD.org>
Thu, 5 Nov 2020 08:58:21 +0000 (08:58 +0000)
committerse <se@FreeBSD.org>
Thu, 5 Nov 2020 08:58:21 +0000 (08:58 +0000)
commit3c1670525f137e08a2256fba33b35f690254568c
tree3cc4fe0a99fa36a3b080e83e2ff0fdeed2e74f64
parentc595f5564265bfc1ee48cf69ff5b4a3d26de3b96
Restrict locale settings to the file they occur in

This prevents LANG= in an included file from affecting the interpretation
of month and day names in the including file.

Make the internal pre-processor accept white space between the "#" at
the start of the line and the keyword for better compatibility with cpp.

Add support for the cpp keywords #warning and #error.

MFC after: 3 days
usr.bin/calendar/calendar.1
usr.bin/calendar/calendar.h
usr.bin/calendar/events.c
usr.bin/calendar/io.c