]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
fp-cmp-4.c (FLOAT): New.
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
5e2f3f39
AP
12004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
2
3 * Makefile.am (LIBINTL): Declare
4 (makedepend_LDADD): Use LIBINTL.
5 * Makefile.in: Regenerate.
6
c6e83800
ZW
72004-06-05 Zack Weinberg <zack@codesourcery.com>
8
9 * Makefile.am: Add makedepend.
10 * Makefile.in, aclocal.m4: Regenerate.
11 * charset.c: Insert a space to avoid a warning.
12 * directives.c: Include mkdeps.h.
13 (_cpp_handle_directive): Reenable macro expander if appropriate.
14 (undefine_macros): Inline body of _cpp_free_definition for speed.
15 Do not call undef callback or _cpp_warn_if_unused_macro.
16 (cpp_get_deps): New interface.
17 * files.c (search_cache): Add pfile argument. Check for file
18 that would be found by "" or <> search here...
19 (_cpp_find_file): ...not here. Correct recorded start_dir of
20 files found by directory-of-current-file search that would be
21 found by "" or <> search.
22 * init.c (cpp_add_dependency_target): Delete.
23 * internal.h (struct lexer_state): Add discarding_output flag.
24 * lex.c (lex_identifier): Compute hash function while scanning.
25 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
26 directives.
27 * makedepend.c: New file.
28 * mkdeps.c (struct deps): Add vpath vector.
29 (apply_vpath, deps_add_vpath): New function.
30 (deps_free): Free vpath vector.
31 (deps_add_dep, deps_add_target): Use apply_vpath.
32 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
33 (ht_lookup_with_hash): New function.
34 * cpplib.h, mkdeps.h: Update prototypes.
35 * symtab.h: Update prototypes.
36 (HT_HASHSTEP, HT_FINISH): New macros.
37
b453c95f
GK
382004-05-29 Geoffrey Keating <geoffk@apple.com>
39
40 * symtab.c (ht_create): Set entries_owned.
41 (ht_destroy): Honour entries_owned.
42 (ht_expand): Likewise.
43 (ht_load): New.
44
963e23c5
PB
452004-05-26 Paolo Bonzini <bonzini@gnu.org>
46
47 PR bootstrap/15651
48 * configure.ac: Fix m4 quoting when picking
49 the size of HOST_WIDE_INT.
50 * configure: Regenerate.
51
0429bc77
PB
522004-05-25 Paolo Bonzini <bonzini@gnu.org>
53
54 * Makefile.am: the correct directory for
55 gettext include files is given by @INCINTL@.
56 * Makefile.in: Regenerate.
57
c86dd7db
PB
582004-05-24 Paolo Bonzini <bonzini@gnu.org>
59
60 * system.h [!ENABLE_NLS]: dgettext takes two
61 parameters.
62
4f4e53dd
PB
632004-05-23 Paolo Bonzini <bonzini@gnu.org>
64
65 Moved libcpp from the gcc subdirectory to the toplevel.
66 * Makefile.am: New file.
67 * Makefile.in: Regenerate.
68 * configure.ac: New file.
69 * configure: Regenerate.
70 * config.in: Regenerate.
71 * charset.c: Moved from gcc/cppcharset.c. Add note about
72 brokenness of input charset detection. Adjust for change
73 in name of cppucnid.h.
74 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
75 * expr.c: Moved from gcc/cppexp.c.
76 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
77 Remove #define of O_BINARY, it is in system.h.
78 * identifiers.c: Moved from gcc/cpphash.c.
79 * internal.h: Moved from gcc/cpphash.h. Change header
80 guard name. All other files adjusted to match name change.
81 * init.c: Moved from gcc/cppinit.c.
82 (init_library) [ENABLE_NLS]: Call bindtextdomain.
83 * lex.c: Moved from gcc/cpplex.c.
84 * directives.c: Moved from gcc/cpplib.c.
85 * macro.c: Moved from gcc/cppmacro.c.
86 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
87 * traditional.c: Moved from gcc/cpptrad.c.
88 * ucnid.h: Moved from gcc/cppucnid.h. Change header
89 guard name.
90 * ucnid.pl: Moved from gcc/cppucnid.pl.
91 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
92 guard name.
93 * symtab.c: Moved from gcc/hashtable.c.
94 * line-map.c: Moved from gcc. Do not include intl.h.
95 * mkdeps.c: Moved from gcc.
96 * system.h: New file.
97