freebsd-dev/contrib/gcclibs/libcpp/ChangeLog.apple
Pedro F. Giffuni e1b3bb5380 libcpp: misc fixes from Apple's GCC.
Fixes some bugs detected by Apple:
#error with unmatched quotes
pragma mark

Obtained from:	Apple GCC 4.2 - 5553
MFC after:	1 week
2014-01-05 00:32:38 +00:00

15 lines
372 B
Plaintext

2008-08-04 Bill Wendling <wendling@apple.com>
Radar 6121572
* charset.c (_cpp_convert_input): Don't read to.text[-1].
2008-05-01 Mike Stump <mrs@apple.com>
Radar 5774975
* charset.c (_cpp_convert_input): Eat UTF-8 BOM.
2005-02-17 Devang Patel <dpatel@apple.com>
Radar 3958387
* libcpp/lex.c (_cpp_get_fresh_line): Check warn_newline_at_eof.