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