]> gcc.gnu.org Git - gcc.git/blob - libcpp/ChangeLog
Makefile.def (host_modules): add libcpp.
[gcc.git] / libcpp / ChangeLog
1 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
2
3 Moved libcpp from the gcc subdirectory to the toplevel.
4 * Makefile.am: New file.
5 * Makefile.in: Regenerate.
6 * configure.ac: New file.
7 * configure: Regenerate.
8 * config.in: Regenerate.
9 * charset.c: Moved from gcc/cppcharset.c. Add note about
10 brokenness of input charset detection. Adjust for change
11 in name of cppucnid.h.
12 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
13 * expr.c: Moved from gcc/cppexp.c.
14 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
15 Remove #define of O_BINARY, it is in system.h.
16 * identifiers.c: Moved from gcc/cpphash.c.
17 * internal.h: Moved from gcc/cpphash.h. Change header
18 guard name. All other files adjusted to match name change.
19 * init.c: Moved from gcc/cppinit.c.
20 (init_library) [ENABLE_NLS]: Call bindtextdomain.
21 * lex.c: Moved from gcc/cpplex.c.
22 * directives.c: Moved from gcc/cpplib.c.
23 * macro.c: Moved from gcc/cppmacro.c.
24 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
25 * traditional.c: Moved from gcc/cpptrad.c.
26 * ucnid.h: Moved from gcc/cppucnid.h. Change header
27 guard name.
28 * ucnid.pl: Moved from gcc/cppucnid.pl.
29 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
30 guard name.
31 * symtab.c: Moved from gcc/hashtable.c.
32 * line-map.c: Moved from gcc. Do not include intl.h.
33 * mkdeps.c: Moved from gcc.
34 * system.h: New file.
35
This page took 0.043411 seconds and 5 git commands to generate.