aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorBernardo Innocenti <bernie@develer.com>2004-07-24 20:04:42 +0200
committerBernardo Innocenti <bernie@gcc.gnu.org>2004-07-24 20:04:42 +0200
commit72bb2c39ce1c3506d94f7e2e7c2db84ee8535add (patch)
tree30cd686465d5c32ae3feab21b35a78240675f666 /libcpp/ChangeLog
parent5673cd61cee5815e83181a8145e541d091329adf (diff)
downloadgcc-72bb2c39ce1c3506d94f7e2e7c2db84ee8535add.tar.gz
gcc-72bb2c39ce1c3506d94f7e2e7c2db84ee8535add.tar.bz2
gcc-72bb2c39ce1c3506d94f7e2e7c2db84ee8535add.zip
internal.h (xnew, [...]): Remove.
* internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove. * directives.c: Use XNEW-family macros from libiberty. * lex.c: Likewise. * macro.c: Likewise. * cpplib.h (cpp_deps_style): Export enum with name. From-SVN: r85121
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 5c225a3eb8f..2c568b0473d 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,5 +1,13 @@
+2004-07-24 Bernardo Innocenti <bernie@develer.com>
+
+ * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
+ * directives.c: Use XNEW-family macros from libiberty.
+ * lex.c: Likewise.
+ * macro.c: Likewise.
+ * cpplib.h (cpp_deps_style): Export enum with name.
+
2004-07-23 Matthias Klose <doko@debian.org>
-
+
init.c (init_library): Use PACKAGE for the text domain.
2004-07-16 Andris Pavenis <pavenis@latnet.lv>