]> gcc.gnu.org Git - gcc.git/blame - libcpp/ChangeLog
* gfortran.dg/pr20755.f: Fixed bad format.
[gcc.git] / libcpp / ChangeLog
CommitLineData
cbada204
AJ
12005-03-28 Andreas Jaeger <aj@suse.de>
2
3 * lex.c (warn_about_normalization): Cast field width to int to
4 avoid warning.
5
f42eccdb
JM
62005-03-19 Joseph S. Myers <joseph@codesourcery.com>
7
8 * configure.ac: Consistently use solaris2.1[0-9]* instead of
9 solaris2.1[0-9].
10 * configure: Regenerate.
11
c79e602b
GK
122005-03-15 Geoffrey Keating <geoffk@apple.com>
13
14 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
15 UCN rather than printing an error.
16
50668cf6
GK
172005-03-14 Geoffrey Keating <geoffk@apple.com>
18
6baba9bb
GK
19 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
20
212005-03-14 Geoffrey Keating <geoffk@apple.com>
22
50668cf6
GK
23 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
24 * charset.c: Update for new format of ucnid.h.
25 (ucn_valid_in_identifier): Update for new format of ucnid.h.
26 Add NST parameter, and update it; update callers.
27 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
28 with cpp_error.
29 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
30 * internal.h (struct normalize_state): New.
31 (INITIAL_NORMALIZE_STATE): New.
32 (NORMALIZE_STATE_RESULT): New.
33 (NORMALIZE_STATE_UPDATE_IDNUM): New.
34 (_cpp_valid_ucn): New.
35 * lex.c (warn_about_normalization): New.
36 (forms_identifier_p): Add normalize_state parameter, update callers.
37 (lex_identifier): Add normalize_state parameter, update callers. Keep
38 the state current.
39 (lex_number): Likewise.
40 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
41 it with warn_about_normalization.
42 * makeucnid.c: New.
43 * ucnid.h: Replace.
44 * ucnid.pl: Remove.
45 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
46 comments about obsolete version of C++.
47 * include/cpplib.h (enum cpp_normalize_level): New.
48 (struct cpp_options): Add warn_normalize field.
49
47e20491
GK
502005-03-11 Geoffrey Keating <geoffk@apple.com>
51
52 * directives.c (glue_header_name): Update call to cpp_spell_token.
53 * internal.h (_cpp_interpret_identifier): New.
54 * charset.c (_cpp_interpret_identifier): New.
55 (_cpp_valid_ucn): Allow UCN version of '$'.
56 * lex.c (lex_identifier): Add extra parameter to indicate if initial
57 character was '$' or '\'. Support identifiers with UCNs.
58 (forms_identifier_p): Allow UCNs.
59 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
60 (utf8_to_ucn): New.
61 (cpp_spell_token): Add FORSTRING parameter. Use it.
62 (cpp_token_as_text): Update call to cpp_spell_token.
63 (cpp_output_token): Write UCNs back out.
64 (stringify_arg): Update call to cpp_spell_token.
65 (paste_tokens): Likewise.
66 (cpp_macro_definition): Likewise.
67 * macro.c (stringify_arg): Likewise.
68 (paste_tokens): Likewise.
69 (cpp_macro_definition): Likewise.
70 * include/cpplib.h: Add parameter to cpp_spell_token.
71
73096711
JJ
722005-03-04 Jakub Jelinek <jakub@redhat.com>
73
74 PR bootstrap/20282
75 PR bootstrap/20305
76 * macro.c (replace_args, cpp_get_token): Copy whole
77 cpp_token_u instead of just cpp_string field from it.
78
2203a881
DP
792005-02-28 Devang Patel <dpatel@apple.com>
80
81 * directives.c (do_line): Save sysp early before line table is
82 realloc'ed.
83
c5ff069d
ZW
842005-02-20 Zack Weinberg <zack@codesourcery.com>
85
86 PR 18785
87 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
88 (cpp_host_to_exec_charset): New function.
89 * include/cpplib.h: Declare cpp_host_to_exec_charset.
90
04c90eea
DP
912005-02-19 Devang Patel <dpatel@apple.com>
92
93 * charset.c (_cpp_convert_input): Check '\r' before inserting
94 '\n' at the end.
c5ff069d 95
6da55c00
EC
962005-02-15 Eric Christopher <echristo@redhat.com>
97
98 PR preprocessor/19077
99 * macro.c (cpp_macro_definition): Move handling of whitespace
100 to PREV_WHITE conditional. Remove overloading of len
101 variable.
102
31c3e631
KH
1032005-02-14 Kazu Hirata <kazu@cs.umass.edu>
104
105 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
106 traditional.c: Update copyright.
107
be0f1e54
PB
1082005-02-14 Paolo Bonzini <bonzini@gnu.org>
109
110 PR bootstrap/19818
111 * configure.ac: Check for declaration of basename and getopt.
112 * config.in: Regenerate.
113 * configure: Regenerate.
114 * internal.h (ustrcspn): New.
115 * macro.c (create_iso_definition): Fix allocation of memory.
116 (padding_token): Add cast to remove const-ness.
117 * pch.c (cpp_read_state): Use ustrcspn.
118
ecddfb39
MS
1192005-02-08 Mike Stump <mrs@apple.com>
120
121 * files.c (pchf_adder): Remove.
122 (struct pchf_adder_info): Likewise.
123 (_cpp_save_file_entries): Write out all files so that #import works.
124
9fcdd891
JM
1252005-01-23 Joseph S. Myers <joseph@codesourcery.com>
126
127 * configure: Regenerate.
128
ecfd72e7
TS
1292005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
130
131 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
132
6c25a4f7 133 * include/cpplib.h: Also update copyright years.
c5ff069d 134
942926ad
GK
1352005-01-03 Geoffrey Keating <geoffk@apple.com>
136
137 * files.c (_cpp_find_file): Add files found by search_path_exhausted
138 to the list of all files.
139
a2566ae9
GDR
1402005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
141
142 * internal.h: Update references to Cpp lib filenames.
143 * directives.c: Likewise.
144 * init.c: Likewise.
145 * macro.c: Likewise.
146 * traditional.c: Likewise.
147
1b449375
EB
1482004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
149
150 PR preprocessor/15167
151 * files.c (destroy_cpp_file): New function.
152 (should_stack_file): Make a new file if the
153 compared file is still stacked.
154
28303828
NN
1552004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
156
c5ff069d 157 PR preprocessor/17610
28303828
NN
158 * directives.c (do_include_common): Error out if an empty filename
159 is given for #include (or #include_next or #import).
160
c812785a
RS
1612004-11-27 Roger Sayle <roger@eyesopen.com>
162 Zack Weinberg <zack@codesourcery.com>
163
164 * internal.h: Replace all uses of uchar with unsigned char.
165 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
166 with !IN_GCC, so uchar is only defined whilst building libcpp.
167
f91eaa01
KC
1682004-11-24 Kelley Cook <kcook@gcc.gnu.org>
169
170 * aclocal.m4: Regenerate.
171
f78ce0c2
RS
1722004-11-24 Roger Sayle <roger@eyesopen.com>
173
174 PR preprocessor/15824
175 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
176 directly, instead of the non-existant "system.h" and "ansidecl.h".
177 * configure: Regenerate.
178
b5b3e36a 1792004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 180 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
181
182 * internal.h (struct lexer_state): Add in_deferred_pragma.
183 * directives.c (struct pragma_entry): Add allow_expansion.
184 (insert_pragma_entry): Take allow_expansion flag.
185 (register_pragma): Likewise.
186 (cpp_register_pragma): Likewise.
187 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
188 (do_pragma): Honor allow_expansion.
189 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
190 * include/cpplib.h (cpp_register_pragma): Update prototype.
191
a8e68029 1922004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 193 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
194
195 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
196 need_64bit_hwint=yes.
197 * configure: Regenerate.
198
50f47ee0
JM
1992004-11-09 Joseph S. Myers <joseph@codesourcery.com>
200
201 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
202 po/$(PACKAGE).pot.
203 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
204 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
205 Remove local srcdir path from generated file.
206
968e08d6 2072004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 208 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
209
210 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
211 as well.
212
3da3d587
ZW
2132004-10-27 Zack Weinberg <zack@codesourcery.com>
214
215 PR 18075
216 * directives.c (do_pragma): Do not defer pragmas which are unknown.
217 (cpp_handle_deferred_pragma): Add cast to silence warning.
218
ac24fc25
JM
2192004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
220
221 * errors.c (_cpp_begin_message): Print "error: " for errors.
222
7731405b
AJ
2232004-10-10 Andreas Jaeger <aj@suse.de>
224
225 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
226 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
227
646544e3
AP
2282004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
229
230 * pch.c (cpp_write_pch_state): Remove variable z as it is not
231 used.
232 (cpp_read_state): Remove unused variables, m, d and mac_count.
233
67a74146
PB
2342004-09-29 Per Bothner <per@bothner.com>
235
236 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
237 cb.line_change. Otherwise do_pragma will call the line_change
238 call-back with a meaningless line number.
239
018a4785
ZW
2402004-09-24 Zack Weinberg <zack@codesourcery.com>
241
242 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
243 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
244 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
245 * aclocal.m4, configure: Regenerate.
246 * init.c: Include localedir.h.
247 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
248 (DEFS): Delete.
249 (.c.o): Use $(ALL_CFLAGS).
250 (localedir.h, localedir.hs): New rules.
251 (clean): Use rm -rf to remove directories.
252 (distclean): Also delete localedir.h and localedir.hs.
253 (init.o): Update dependencies.
254
88fa57d7
KC
2552004-09-22 Kelley Cook <kcook@gcc.gnu.org>
256
257 * Makefile.in (aclocal.m4): Update dependencies.
258 * configure.ac (AC_CONFIG_MACRO_DIR): New.
259 * aclocal.m4, configure: Regenerate.
260
8f8e9aa5
ZW
2612004-09-17 Zack Weinberg <zack@codesourcery.com>
262
a29f62d9
ZW
263 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
264 (_cpp_convert_input, _cpp_default_encoding): Add comments.
265 Some other comments in this file also tweaked.
266
8f8e9aa5
ZW
267 * directives.c (do_pragma): Save current buffer position
268 before lexing the pragma keywords; don't call
269 _cpp_backup_tokens in the defer_pragmas case.
270
a2981930
PB
2712004-09-15 Per Bothner <per@bothner.com>
272
273 * include/line-map.h (line_map_start): Add parameter names so
274 preceding comment makes sense.
275 (linemap_add): Remove from comment mention of non-existing parameter.
276
21b11495
ZW
2772004-09-09 Matt Austern <austern@apple.com>
278 Zack Weinberg <zack@codesourcery.com>
279
280 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
281 prefixes throughout. Add entry for PRAGMA. Remove
282 unnecessary "= 0" from EQ.
283 (enum cpp_ttype): Adjust OP and TK definitions to restore
284 prefixes, via token-paste.
285 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
286 Change from #defines to additional cpp_ttype enumerators.
287 (struct cpp_options): Add defer_pragmas.
288 (cpp_handle_deferred_pragma): Prototype new interface.
289
290 * internal.h (struct cpp_reader): Add directive_result.
291 * directives.c (struct pragma_entry): Add is_internal field;
292 give boolean fields type bool.
293 (start_directive): Initialize pfile->directive_result.type.
294 (_cpp_do__Pragma): Likewise.
295 (run_directive): Do not crash if pfile->buffer->prev is NULL.
296 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
297 from it.
298 (register_pragma): New static function, bulk of former
299 cpp_register_pragma here; add 'internal' argument, pass along
300 to insert_pragma_entry.
301 (cpp_register_pragma): Now a wrapper around register_pragma which
302 always passes false for 'internal' argument.
303 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
304 true for 'internal'.
305 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
306 an internal pragma, save text till the end of the line as a CPP_PRAGMA
307 token instead of executing the pragma.
308 (cpp_handle_deferred_pragma): New interface.
309 * lex.c (token_spellings): Adjust OP and TK definitions to
310 match changes to cpplib.h.
311 (_cpp_lex_token): Check for a directive-result token and
312 return it if present.
313 (cpp_token_val_index): Handle CPP_PRAGMA.
314 * macro.c (cpp_builtin_macro_text): Correct comment.
315 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
316
0fd9e8dd
SB
3172004-09-06 Serge Belyshev <belyshev@lubercy.com>
318
319 PR preprocessor/14699
320 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
321 from size_t to double.
322
39b8ce7f
AS
3232004-08-28 Andreas Schwab <schwab@suse.de>
324 Andreas Jaeger <aj@suse.de>
325
326 * configure.ac: Set PACKAGE correctly.
327 * configure: Regenerated.
328
5d1f4b27
PB
3292004-08-25 Paolo Bonzini <bonzini@gnu.org>
330
331 * Makefile.in: Add back top_builddir.
332
078e3ffe
PB
3332004-08-25 Paolo Bonzini <bonzini@gnu.org>
334
335 * configure.ac: Replace Automake macro invocations
336 with manual Autoconf checks and substitutions.
337 * configure: Regenerate.
338 * aclocal.m4: Regenerate.
339 * config.in: Regenerate.
340 * Makefile.am: Removed.
341 * Makefile.in: Heavy simplification and reorganization.
342
b3f8d95d
MM
3432004-08-09 Mark Mitchell <mark@codesourcery.com>
344
345 * configure.ac (arm*-*-eabi*): New target.
346 (arm*-*-symbianelf*): Likewise.
347 * configure: Regenerated.
348
72bb2c39
BI
3492004-07-24 Bernardo Innocenti <bernie@develer.com>
350
351 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
352 * directives.c: Use XNEW-family macros from libiberty.
353 * lex.c: Likewise.
354 * macro.c: Likewise.
355 * cpplib.h (cpp_deps_style): Export enum with name.
356
21b11495 3572004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 358
21b11495 359 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 360
a23ee064
AP
3612004-07-16 Andris Pavenis <pavenis@latnet.lv>
362
363 PR preprocessor/16366
364 * internal.h (struct cpp_reader): New field dir_hash.
365 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
366 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
367
a09d4744
NB
3682004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
369
370 PR preprocessor/16192
371 PR preprocessor/15913
372 PR preprocessor/15572
373 * expr.c (_cpp_parse_expr): Handle remaining cases where an
374 expression is missing.
375 * init.c (post_options): Traditional cpp doesn't do // comments.
376
f58f7def
PB
3772004-06-30 Per Bothner <per@bothner.com>
378
379 * include/line-map.h (fileline): Remove old typedef.
380 * internal.h (struct cpp_reader): Use source_location typedef instead.
381
e83d8d43
ZW
3822004-06-26 Zack Weinberg <zack@codesourcery.com>
383
384 Partially revert patch of 2004-06-05.
385 * files.c (search_cache): Remove pfile argument. Don't check
386 for file that would be found by "" or <> search here...
387 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
388 Do not apply directory-of-current-file correction to files
389 found by this check. Rearrange code slightly.
390
c0d578e6
GK
3912004-06-21 Geoffrey Keating <geoffk@apple.com>
392
393 * files.c (should_stack_file): Correct swapped parameters to call
394 to cb.read_pch.
395 * pch.c (cpp_valid_state): Handle -fpreprocessed.
396
159d5224
PB
3972004-06-15 Paolo Bonzini <bonzini@gnu.org>
398
399 * Makefile.in: Regenerate with automake 1.8.5.
400 * aclocal.m4: Likewise.
401 * configure: Regenerate.
402
2fac9c01
ZW
4032004-06-11 Zack Weinberg <zack@codesourcery.com>
404
405 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
406 * configure, config.in: Regenerate.
407 * system.h: Unconditionally define bool as unsigned char,
408 BOOL_BITFIELD as unsigned int.
409 * .cvsignore: New file.
410
d8044160
GK
4112004-06-09 Geoffrey Keating <geoffk@apple.com>
412
413 * traditional.c (push_replacement_text): Set macro->traditional.
414 (save_replacement_text): Likewise.
415 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
416 (struct save_macro_item): Delete.
417 (struct save_macro_data): Use a character array not the previous
418 structured format.
419 (save_macros): Save macro as text not as internal structures.
420 (cpp_prepare_state): Update for changes to save_macro_data.
421 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 422 -D macros as text.
d8044160
GK
423 * macro.c (create_iso_definition): Honour alloc_subobject.
424 Clear traditional flag.
425 (_cpp_create_definition): Honour alloc_subobject.
426 * lex.c (cpp_token_val_index): New.
427 * internal.h: Include cpp-id-data.h.
428 (uchar): Move definition to cpp-id-data.h.
429 (U): Likewise.
430 (cpp_macro): Likewise.
431 * directives.c (struct answer): Move to cpp-id-data.h.
432 (do_assert): Honour alloc_subobject.
2cf22451
ZW
433
434 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
435 * include/cpplib.h (struct cpp_string): Add GTY marker.
436 (enum cpp_token_fld_kind): New.
437 (struct cpp_token): Add GTY markers.
438 (cpp_token_val_index): Prototype.
439 (CPP_HASHNODE_VALUE_IDX): New.
440 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
441 * include/cpp-id-data.h: New file.
d8044160 442
0ca8e815
PB
4432004-06-09 Paolo Bonzini <bonzini@gnu.org>
444
445 * Makefile.am (all-local): New.
446 * Makefile.in: Regenerate.
447
b51fa00f
RS
4482004-06-06 Roger Sayle <roger@eyesopen.com>
449
450 * Makefile.am (LIBICONV): Declare.
451 (makedepend_LDADD): Use LIBICONV.
452 * Makefile.in: Regenerate.
453
5e2f3f39
AP
4542004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
455
456 * Makefile.am (LIBINTL): Declare
457 (makedepend_LDADD): Use LIBINTL.
458 * Makefile.in: Regenerate.
459
c6e83800
ZW
4602004-06-05 Zack Weinberg <zack@codesourcery.com>
461
462 * Makefile.am: Add makedepend.
463 * Makefile.in, aclocal.m4: Regenerate.
464 * charset.c: Insert a space to avoid a warning.
465 * directives.c: Include mkdeps.h.
466 (_cpp_handle_directive): Reenable macro expander if appropriate.
467 (undefine_macros): Inline body of _cpp_free_definition for speed.
468 Do not call undef callback or _cpp_warn_if_unused_macro.
469 (cpp_get_deps): New interface.
470 * files.c (search_cache): Add pfile argument. Check for file
471 that would be found by "" or <> search here...
472 (_cpp_find_file): ...not here. Correct recorded start_dir of
473 files found by directory-of-current-file search that would be
474 found by "" or <> search.
475 * init.c (cpp_add_dependency_target): Delete.
476 * internal.h (struct lexer_state): Add discarding_output flag.
477 * lex.c (lex_identifier): Compute hash function while scanning.
478 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
479 directives.
480 * makedepend.c: New file.
481 * mkdeps.c (struct deps): Add vpath vector.
482 (apply_vpath, deps_add_vpath): New function.
483 (deps_free): Free vpath vector.
484 (deps_add_dep, deps_add_target): Use apply_vpath.
485 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
486 (ht_lookup_with_hash): New function.
487 * cpplib.h, mkdeps.h: Update prototypes.
488 * symtab.h: Update prototypes.
489 (HT_HASHSTEP, HT_FINISH): New macros.
490
b453c95f
GK
4912004-05-29 Geoffrey Keating <geoffk@apple.com>
492
493 * symtab.c (ht_create): Set entries_owned.
494 (ht_destroy): Honour entries_owned.
495 (ht_expand): Likewise.
496 (ht_load): New.
2cf22451
ZW
497 * include/symtab.h (struct ht): New field 'entries_owned'
498 (ht_load): New prototype.
b453c95f 499
963e23c5
PB
5002004-05-26 Paolo Bonzini <bonzini@gnu.org>
501
502 PR bootstrap/15651
503 * configure.ac: Fix m4 quoting when picking
504 the size of HOST_WIDE_INT.
505 * configure: Regenerate.
506
0429bc77
PB
5072004-05-25 Paolo Bonzini <bonzini@gnu.org>
508
509 * Makefile.am: the correct directory for
510 gettext include files is given by @INCINTL@.
511 * Makefile.in: Regenerate.
512
c86dd7db
PB
5132004-05-24 Paolo Bonzini <bonzini@gnu.org>
514
515 * system.h [!ENABLE_NLS]: dgettext takes two
516 parameters.
517
4f4e53dd
PB
5182004-05-23 Paolo Bonzini <bonzini@gnu.org>
519
520 Moved libcpp from the gcc subdirectory to the toplevel.
521 * Makefile.am: New file.
522 * Makefile.in: Regenerate.
523 * configure.ac: New file.
524 * configure: Regenerate.
525 * config.in: Regenerate.
526 * charset.c: Moved from gcc/cppcharset.c. Add note about
527 brokenness of input charset detection. Adjust for change
528 in name of cppucnid.h.
529 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
530 * expr.c: Moved from gcc/cppexp.c.
531 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
532 Remove #define of O_BINARY, it is in system.h.
533 * identifiers.c: Moved from gcc/cpphash.c.
534 * internal.h: Moved from gcc/cpphash.h. Change header
535 guard name. All other files adjusted to match name change.
536 * init.c: Moved from gcc/cppinit.c.
537 (init_library) [ENABLE_NLS]: Call bindtextdomain.
538 * lex.c: Moved from gcc/cpplex.c.
539 * directives.c: Moved from gcc/cpplib.c.
540 * macro.c: Moved from gcc/cppmacro.c.
541 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
542 * traditional.c: Moved from gcc/cpptrad.c.
543 * ucnid.h: Moved from gcc/cppucnid.h. Change header
544 guard name.
545 * ucnid.pl: Moved from gcc/cppucnid.pl.
546 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
547 guard name.
548 * symtab.c: Moved from gcc/hashtable.c.
549 * line-map.c: Moved from gcc. Do not include intl.h.
550 * mkdeps.c: Moved from gcc.
551 * system.h: New file.
2cf22451
ZW
552 * include/cpplib.h: Moved from gcc. Change header guard name.
553 * include/line-map.h: Moved from gcc. Change header guard name.
554 * include/mkdeps.h: Moved from gcc. Change header guard name.
555 * include/symtab.h: Moved from gcc/hashtable.h. Change header
556 guard name.
This page took 0.221566 seconds and 5 git commands to generate.