OSDN Git Service

* cppfiles.c (open_file): Correct typo.
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index ef6c397..21b7248 100644 (file)
@@ -1,3 +1,27 @@
+2007-06-17  Danny Smith  <dannysmith@users.sourceforge.net
+
+       * cppfiles.c (open_file): Correct typo.
+
+2007-06-16  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * cppfiles.c (open_file): Prevent the call
+       for stat from overwriting errno.
+
+2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * cppfiles.c (open_file): Account for the
+        fact that on windows, opening a directory gives
+        EACCES.
+
+2007-06-05  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>
+
+       PR preprocessor/23479
+       * expr.c (cpp_classify_number): Implement 0b-prefixed binary
+       integer constants.
+       (append_digit): Likewise.
+       * include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-prefixed
+       binary integer constants.
+
 2007-05-31  Dave Korn  <dave.korn@artimi.com>
 
        PR preprocessor/14331