OSDN Git Service

2007-05-02 Eric Christopher <echristo@apple.com>
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index 40c216b..cc5a716 100644 (file)
@@ -1,3 +1,34 @@
+2007-05-02  Eric Christopher  <echristo@apple.com>
+
+       * expr.c (num_div_op): Don't overflow if the result is
+       zero.
+
+2007-05-02  Tom Tromey  <tromey@redhat.com>
+
+       PR preprocessor/28709:
+       * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
+
+2007-03-30  Michael Meissner  <michael.meissner@amd.com>
+
+       * directives.c (lex_macro_node_from_str): Fix alloca call to be
+       type correct.
+
+2007-03-30  Richard Henderson  <rth@redhat.com>
+
+       * directives.c (lex_macro_node_from_str): New.
+       (cpp_push_definition, cpp_pop_definition): New.
+       * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare.
+
+2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add dummy install-pdf target.
+
+2007-01-30  Tom Tromey  <tromey@redhat.com>
+
+       PR preprocessor/30468:
+       * mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
+       './'.
+
 2007-01-30  Tom Tromey  <tromey@redhat.com>
 
        PR preprocessor/29966: