OSDN Git Service

PR 18075
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index 5727f1b..48f6527 100644 (file)
@@ -1,5 +1,57 @@
+2004-10-27  Zack Weinberg  <zack@codesourcery.com>
+
+       PR 18075
+       * directives.c (do_pragma): Do not defer pragmas which are unknown.
+       (cpp_handle_deferred_pragma): Add cast to silence warning.
+
+2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * errors.c (_cpp_begin_message): Print "error: " for errors.
+
+2004-10-10  Andreas Jaeger  <aj@suse.de>
+
+       * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
+       * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
+
+2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * pch.c (cpp_write_pch_state): Remove variable z as it is not
+       used.
+       (cpp_read_state): Remove unused variables, m, d and mac_count.
+
+2004-09-29  Per Bothner  <per@bothner.com>
+
+       * directives.c (cpp_handle_deferred_pragma):  Save, clear and restore
+       cb.line_change.  Otherwise do_pragma will call the line_change
+       call-back with a meaningless line number.
+
+2004-09-24  Zack Weinberg  <zack@codesourcery.com>
+
+       * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
+       programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
+       ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
+       * aclocal.m4, configure: Regenerate.
+       * init.c: Include localedir.h.
+       * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
+       (DEFS): Delete.
+       (.c.o): Use $(ALL_CFLAGS).
+       (localedir.h, localedir.hs): New rules.
+       (clean): Use rm -rf to remove directories.
+       (distclean): Also delete localedir.h and localedir.hs.
+       (init.o): Update dependencies.
+
+2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in (aclocal.m4): Update dependencies.
+       * configure.ac (AC_CONFIG_MACRO_DIR): New.
+       * aclocal.m4, configure: Regenerate.
+
 2004-09-17  Zack Weinberg  <zack@codesourcery.com>
 
+       * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
+       (_cpp_convert_input, _cpp_default_encoding): Add comments.
+       Some other comments in this file also tweaked.
+
        * directives.c (do_pragma): Save current buffer position
        before lexing the pragma keywords; don't call
        _cpp_backup_tokens in the defer_pragmas case.