]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restrict locale settings to the file they occur in
authorStefan Eßer <se@FreeBSD.org>
Thu, 5 Nov 2020 08:58:21 +0000 (08:58 +0000)
committerStefan Eßer <se@FreeBSD.org>
Thu, 5 Nov 2020 08:58:21 +0000 (08:58 +0000)
commit0357fa2632daccc2c11e01434b91e2274eb4775e
tree3cc4fe0a99fa36a3b080e83e2ff0fdeed2e74f64
parent20172854ab47f3f4b0dac5fe67ac6afe53bb8d64
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