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