diff options
author | dpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-19 19:48:02 +0000 |
---|---|---|
committer | dpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-19 19:48:02 +0000 |
commit | f86986bc4138190a73652471c3e7af5d2a62a0d3 (patch) | |
tree | 374c60752b401e773bee9a1c4325104556d62c52 /libcpp/ChangeLog | |
parent | 25bd9e4227796ca0c4d3ccd7bbfbd471f1b12075 (diff) | |
download | ppe42-gcc-f86986bc4138190a73652471c3e7af5d2a62a0d3.tar.gz ppe42-gcc-f86986bc4138190a73652471c3e7af5d2a62a0d3.zip |
* charset.c (_cpp_convert_input): Check '\r' before inserting
'\n' at the end.
* gcc.dg/cpp/mac-eol-at-eof.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 5c58eb7ceb8..0764fc8e4b3 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-02-19 Devang Patel <dpatel@apple.com> + + * charset.c (_cpp_convert_input): Check '\r' before inserting + '\n' at the end. + 2005-02-15 Eric Christopher <echristo@redhat.com> PR preprocessor/19077 |