]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
* gcc.c-torture/execute/20051021-1.c: New test.
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
077fc835
KH
12005-10-08 Kazu Hirata <kazu@codesourcery.com>
2
3 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
4 * configure: Regenerate.
5
cbc43ae0
ILT
62005-10-04 Ian Lance Taylor <ian@airs.com>
7
8 PR preprocessor/13726
9 * directives.c (check_eol_return_comments): New static function.
10 (parse_include): Add buf parameter. Change all callers.
11 (do_include_common): If not discard comments, turn on
12 save_comments. Pass collected comments to include callback.
13 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
14 include callback: cpp_token list.
15
af15a2fe
JM
162005-09-20 Joseph S. Myers <joseph@codesourcery.com>
17
18 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
19 * init.c (struct lang_flags, lang_defaults): Add
20 extended_identifiers.
21 (cpp_set_lang): Use it.
22 * lex.c (forms_identifier_p): Check extended_identifiers.
23
f5eab47e
JJ
242005-08-30 Jakub Jelinek <jakub@redhat.com>
25
26 PR preprocessor/20348
27 PR preprocessor/20356
28 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
29 2004-06-05 changes.
30
467129e6
KG
312005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
32
33 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
34 -Wmissing-format-attribute.
35
36 * configure: Regenerate.
37
200031d1
KC
382005-06-29 Kelley Cook <kcook@gcc.gnu.org>
39
40 * all files: Update FSF address in copyright headers.
41 * makeucnid.c (write_copyright): Update outputted FSF address.
42
f610dd5f
ZW
432005-06-13 Zack Weinberg <zack@codesourcery.com>
44
45 * configure.ac: Invoke ZW_CREATE_DEPDIR and
46 ZW_PROG_COMPILER_DEPENDENCIES.
47 * aclocal.m4, configure: Regenerate.
48 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
49 New variables.
50 (distclean): Clean up $(DEPDIR) and its contents.
51 (.c.o): Use $(COMPILE).
52 Include $(DEPDIR)/*.Po for most object->header dependencies.
53
c3f829c1
GDR
542005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
55
56 * configure.ac: Check declarations for asprintf and vasprintf.
57 * config.in: Regenerate.
58 * configure: Likewise.
59
60 * charset.c (conversion_loop): Use XRESIZEVEC.
61 (convert_no_conversion): Likewise.
62 (convert_using_iconv): Likewise.
63 (init_iconv_desc): Cast return value of alloca.
64 (cpp_host_to_exec_charset): Use XNEWVEC.
65 (emit_numeric_escape): Use XRESIZEVEC.
66 (cpp_interpret_string): Use XNEWVEC.
67 (cpp_interpret_string): Use XRESIZEVEC.
68 (_cpp_interpret_identifier): Cast return value of alloca.
69 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
70 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
71 (parse_include): Use XNEWVEC.
72 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 73 "new_entry".
c3f829c1
GDR
74 (save_registered_pragmas): Cast return value of xmemdup.
75 (destringize_and_run): Same for alloca.
76 (parse_assertion): Likewise.
77 (do_assert): Cast allocated storage to proper type.
78 (cpp_define): Likewise.
79 (_cpp_define_builtin): Likewise.
80 (cpp_undef): Likewise.
81 (handle_assertion): Likewise.
82 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
83 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
84 (CPP_UMINUS): Likewise.
85 (struct cpp_operator): Rename from struct operator.
86 (_cpp_expand_op_stack): Use XRESIZEVEC.
87 * files.c (pch_open_file): Use XNEWVEC.
88 (pch_open_file): Use XRESIZEVEC.
89 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
90 (dir_name_of_file): Use XNEWVEC.
91 (make_cpp_file): Use XCNEW.
92 (make_cpp_dir): Likewise.
93 (allocate_file_hash_entries): USE XNEWVEC.
94 (cpp_included): Cast return value of htab_find_with_hash.
95 (append_file_to_dir): Use XNEWVEC.
96 (read_filename_string): Likewise. Use XRESIZEVEC too.
97 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
98 (remap_filename): Use XNEWVEC.
99 (struct pchf_entry): Move definition out of struct pchf_data.
100 (_cpp_save_file_entries): Use XCNEWVAR.
101 (_cpp_read_file_entries): Use XNEWVAR.
102 * identifiers.c (alloc_node): Use XOBNEW.
103 * init.c (cpp_create_reader): Use XCNEW.
104 (cpp_init_builtins): Cast of b->value to enum builtin_type.
105 (read_original_directory): Cast return value of alloca.
106 * lex.c (add_line_note): Use XRESIZEVEC.
107 (warn_about_normalization): Use XNEWVEC.
108 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
109 (new_buff): Use XNEWVEC.
110 * line-map.c (linemap_add): Use XRESIZEVEC.
111 * macro.c (builtin_macro): Cast return value of alloca.
112 (paste_tokens): Likewise.
113 (expand_arg): Use XNEWVEC and XRESIZEVEC.
114 (_cpp_save_parameter): Use XRESIZEVEC.
115 (create_iso_definition): Cast allocated storage to proper type.
116 (_cpp_create_definition): Likewise.
117 (cpp_macro_definition): Use XRESIZEVEC.
118 * makedepend.c (add_clm): Use XNEW.
119 (add_dir): Likewise.
120 * mkdeps.c (munge): Use XNEWVEC.
121 (deps_init): Use XCNEW.
122 (deps_add_target): Use XRESIZEVEC.
123 (deps_add_default_target): Cast return value of alloca.
124 (deps_add_dep): Use XRESIZEVEC.
125 (deps_add_vpath): Likewise. Use XNEWVEC too.
126 (deps_restore): Likewise.
127 * pch.c (save_idents): Use XNEW and XNEWVEC.
128 (cpp_save_state): Use XNEW.
129 (count_defs): Cast return value of htab_find.
130 (write_defs): Likewise.
131 (cpp_write_pch_deps): Use XNEWVEC.
132 (collect_ht_nodes): Use XRESIZEVEC.
133 (cpp_valid_state): Use XNEWVEC.
134 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
135 * symtab.c (ht_create): Use XCNEW.
136 (ht_lookup_with_hash): Cast return value of obstack_copy0.
137 (ht_expand): Use XCNEWVEC.
138 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
139 (bool): Do not define if __cplusplus.
140
1ed17cd5
ZW
1412005-05-12 Zack Weinberg <zack@codesourcery.com>
142
143 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
144 (do_sccs): Delete function definition, #define to do_ident.
145 (do_ident): Don't hardwire directive name.
146
5a8c20ce
RK
1472005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
148
149 PR bootstrap/21230
150 * configure: Regenerate.
151
473c5bc9
AP
1522005-04-27 Andris Pavenis <pavenis@latnet.lv>
153
154 * files.c: Include io.h for DJGPP to get prototype of setmode.
155
c1fc5047
PB
1562005-04-19 Per Bothner <per@bothner.com>
157
158 PR preprocessor/20907
159 * line-map.c (linemap_line_start): Fix bug when we need to increse
160 column_bits but can re-use the current line_map.
161
042630ad
KG
1622005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
163
164 * system.h (fopen, fdopen, freopen): Define these to the unlocked
165 libiberty functions.
166
0d667716
KG
1672005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
168
169 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
170 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
171 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
172 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
173 _unlocked function.
174 (fwrite_unlocked): Fix prototype.
1ed17cd5 175
0d667716
KG
176 * configure, config.in: Regenerate.
177
cae064e7
JJ
1782005-04-05 Jakub Jelinek <jakub@redhat.com>
179
180 PR preprocessor/19475
181 * macro.c (create_iso_definition): For < ISO C99, don't
182 pedwarn if there is no whitespace between macro name and its
183 replacement, but the replacement starts with a basic character
184 set character.
185
cbada204
AJ
1862005-03-28 Andreas Jaeger <aj@suse.de>
187
188 * lex.c (warn_about_normalization): Cast field width to int to
189 avoid warning.
190
f42eccdb
JM
1912005-03-19 Joseph S. Myers <joseph@codesourcery.com>
192
193 * configure.ac: Consistently use solaris2.1[0-9]* instead of
194 solaris2.1[0-9].
195 * configure: Regenerate.
196
c79e602b
GK
1972005-03-15 Geoffrey Keating <geoffk@apple.com>
198
199 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
200 UCN rather than printing an error.
201
50668cf6
GK
2022005-03-14 Geoffrey Keating <geoffk@apple.com>
203
6baba9bb
GK
204 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
205
2062005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 207
50668cf6
GK
208 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
209 * charset.c: Update for new format of ucnid.h.
210 (ucn_valid_in_identifier): Update for new format of ucnid.h.
211 Add NST parameter, and update it; update callers.
212 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
213 with cpp_error.
214 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
215 * internal.h (struct normalize_state): New.
216 (INITIAL_NORMALIZE_STATE): New.
217 (NORMALIZE_STATE_RESULT): New.
218 (NORMALIZE_STATE_UPDATE_IDNUM): New.
219 (_cpp_valid_ucn): New.
220 * lex.c (warn_about_normalization): New.
221 (forms_identifier_p): Add normalize_state parameter, update callers.
222 (lex_identifier): Add normalize_state parameter, update callers. Keep
223 the state current.
224 (lex_number): Likewise.
225 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
226 it with warn_about_normalization.
227 * makeucnid.c: New.
228 * ucnid.h: Replace.
229 * ucnid.pl: Remove.
230 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
231 comments about obsolete version of C++.
232 * include/cpplib.h (enum cpp_normalize_level): New.
233 (struct cpp_options): Add warn_normalize field.
234
47e20491
GK
2352005-03-11 Geoffrey Keating <geoffk@apple.com>
236
237 * directives.c (glue_header_name): Update call to cpp_spell_token.
238 * internal.h (_cpp_interpret_identifier): New.
239 * charset.c (_cpp_interpret_identifier): New.
240 (_cpp_valid_ucn): Allow UCN version of '$'.
241 * lex.c (lex_identifier): Add extra parameter to indicate if initial
242 character was '$' or '\'. Support identifiers with UCNs.
243 (forms_identifier_p): Allow UCNs.
244 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
245 (utf8_to_ucn): New.
246 (cpp_spell_token): Add FORSTRING parameter. Use it.
247 (cpp_token_as_text): Update call to cpp_spell_token.
248 (cpp_output_token): Write UCNs back out.
249 (stringify_arg): Update call to cpp_spell_token.
250 (paste_tokens): Likewise.
251 (cpp_macro_definition): Likewise.
252 * macro.c (stringify_arg): Likewise.
253 (paste_tokens): Likewise.
254 (cpp_macro_definition): Likewise.
255 * include/cpplib.h: Add parameter to cpp_spell_token.
256
73096711
JJ
2572005-03-04 Jakub Jelinek <jakub@redhat.com>
258
259 PR bootstrap/20282
260 PR bootstrap/20305
261 * macro.c (replace_args, cpp_get_token): Copy whole
262 cpp_token_u instead of just cpp_string field from it.
263
2203a881
DP
2642005-02-28 Devang Patel <dpatel@apple.com>
265
266 * directives.c (do_line): Save sysp early before line table is
267 realloc'ed.
1ed17cd5 268
c5ff069d
ZW
2692005-02-20 Zack Weinberg <zack@codesourcery.com>
270
271 PR 18785
272 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
273 (cpp_host_to_exec_charset): New function.
274 * include/cpplib.h: Declare cpp_host_to_exec_charset.
275
04c90eea
DP
2762005-02-19 Devang Patel <dpatel@apple.com>
277
278 * charset.c (_cpp_convert_input): Check '\r' before inserting
279 '\n' at the end.
c5ff069d 280
6da55c00
EC
2812005-02-15 Eric Christopher <echristo@redhat.com>
282
283 PR preprocessor/19077
284 * macro.c (cpp_macro_definition): Move handling of whitespace
285 to PREV_WHITE conditional. Remove overloading of len
286 variable.
287
31c3e631
KH
2882005-02-14 Kazu Hirata <kazu@cs.umass.edu>
289
290 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
291 traditional.c: Update copyright.
292
be0f1e54
PB
2932005-02-14 Paolo Bonzini <bonzini@gnu.org>
294
295 PR bootstrap/19818
296 * configure.ac: Check for declaration of basename and getopt.
297 * config.in: Regenerate.
298 * configure: Regenerate.
299 * internal.h (ustrcspn): New.
300 * macro.c (create_iso_definition): Fix allocation of memory.
301 (padding_token): Add cast to remove const-ness.
302 * pch.c (cpp_read_state): Use ustrcspn.
303
ecddfb39
MS
3042005-02-08 Mike Stump <mrs@apple.com>
305
306 * files.c (pchf_adder): Remove.
307 (struct pchf_adder_info): Likewise.
308 (_cpp_save_file_entries): Write out all files so that #import works.
309
9fcdd891
JM
3102005-01-23 Joseph S. Myers <joseph@codesourcery.com>
311
312 * configure: Regenerate.
313
ecfd72e7
TS
3142005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
315
316 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
317
6c25a4f7 318 * include/cpplib.h: Also update copyright years.
c5ff069d 319
942926ad
GK
3202005-01-03 Geoffrey Keating <geoffk@apple.com>
321
322 * files.c (_cpp_find_file): Add files found by search_path_exhausted
323 to the list of all files.
324
a2566ae9
GDR
3252005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
326
327 * internal.h: Update references to Cpp lib filenames.
328 * directives.c: Likewise.
329 * init.c: Likewise.
330 * macro.c: Likewise.
331 * traditional.c: Likewise.
332
1b449375
EB
3332004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
334
335 PR preprocessor/15167
336 * files.c (destroy_cpp_file): New function.
337 (should_stack_file): Make a new file if the
338 compared file is still stacked.
339
28303828
NN
3402004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
341
c5ff069d 342 PR preprocessor/17610
28303828
NN
343 * directives.c (do_include_common): Error out if an empty filename
344 is given for #include (or #include_next or #import).
345
c812785a
RS
3462004-11-27 Roger Sayle <roger@eyesopen.com>
347 Zack Weinberg <zack@codesourcery.com>
348
349 * internal.h: Replace all uses of uchar with unsigned char.
350 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
351 with !IN_GCC, so uchar is only defined whilst building libcpp.
352
f91eaa01
KC
3532004-11-24 Kelley Cook <kcook@gcc.gnu.org>
354
355 * aclocal.m4: Regenerate.
356
f78ce0c2
RS
3572004-11-24 Roger Sayle <roger@eyesopen.com>
358
359 PR preprocessor/15824
360 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
361 directly, instead of the non-existant "system.h" and "ansidecl.h".
362 * configure: Regenerate.
363
b5b3e36a 3642004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 365 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
366
367 * internal.h (struct lexer_state): Add in_deferred_pragma.
368 * directives.c (struct pragma_entry): Add allow_expansion.
369 (insert_pragma_entry): Take allow_expansion flag.
370 (register_pragma): Likewise.
371 (cpp_register_pragma): Likewise.
372 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
373 (do_pragma): Honor allow_expansion.
374 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
375 * include/cpplib.h (cpp_register_pragma): Update prototype.
376
a8e68029 3772004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 378 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
379
380 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
381 need_64bit_hwint=yes.
382 * configure: Regenerate.
383
50f47ee0
JM
3842004-11-09 Joseph S. Myers <joseph@codesourcery.com>
385
386 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
387 po/$(PACKAGE).pot.
388 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
389 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
390 Remove local srcdir path from generated file.
391
968e08d6 3922004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 393 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
394
395 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
396 as well.
397
3da3d587
ZW
3982004-10-27 Zack Weinberg <zack@codesourcery.com>
399
400 PR 18075
401 * directives.c (do_pragma): Do not defer pragmas which are unknown.
402 (cpp_handle_deferred_pragma): Add cast to silence warning.
403
ac24fc25
JM
4042004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
405
406 * errors.c (_cpp_begin_message): Print "error: " for errors.
407
7731405b
AJ
4082004-10-10 Andreas Jaeger <aj@suse.de>
409
410 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
411 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
412
646544e3
AP
4132004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
414
415 * pch.c (cpp_write_pch_state): Remove variable z as it is not
416 used.
417 (cpp_read_state): Remove unused variables, m, d and mac_count.
418
67a74146
PB
4192004-09-29 Per Bothner <per@bothner.com>
420
421 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
422 cb.line_change. Otherwise do_pragma will call the line_change
423 call-back with a meaningless line number.
424
018a4785
ZW
4252004-09-24 Zack Weinberg <zack@codesourcery.com>
426
427 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
428 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
429 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
430 * aclocal.m4, configure: Regenerate.
431 * init.c: Include localedir.h.
432 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
433 (DEFS): Delete.
434 (.c.o): Use $(ALL_CFLAGS).
435 (localedir.h, localedir.hs): New rules.
436 (clean): Use rm -rf to remove directories.
437 (distclean): Also delete localedir.h and localedir.hs.
438 (init.o): Update dependencies.
439
88fa57d7
KC
4402004-09-22 Kelley Cook <kcook@gcc.gnu.org>
441
442 * Makefile.in (aclocal.m4): Update dependencies.
443 * configure.ac (AC_CONFIG_MACRO_DIR): New.
444 * aclocal.m4, configure: Regenerate.
445
8f8e9aa5
ZW
4462004-09-17 Zack Weinberg <zack@codesourcery.com>
447
a29f62d9
ZW
448 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
449 (_cpp_convert_input, _cpp_default_encoding): Add comments.
450 Some other comments in this file also tweaked.
451
8f8e9aa5
ZW
452 * directives.c (do_pragma): Save current buffer position
453 before lexing the pragma keywords; don't call
454 _cpp_backup_tokens in the defer_pragmas case.
455
a2981930
PB
4562004-09-15 Per Bothner <per@bothner.com>
457
458 * include/line-map.h (line_map_start): Add parameter names so
459 preceding comment makes sense.
460 (linemap_add): Remove from comment mention of non-existing parameter.
461
21b11495
ZW
4622004-09-09 Matt Austern <austern@apple.com>
463 Zack Weinberg <zack@codesourcery.com>
464
465 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
466 prefixes throughout. Add entry for PRAGMA. Remove
467 unnecessary "= 0" from EQ.
468 (enum cpp_ttype): Adjust OP and TK definitions to restore
469 prefixes, via token-paste.
470 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
471 Change from #defines to additional cpp_ttype enumerators.
472 (struct cpp_options): Add defer_pragmas.
473 (cpp_handle_deferred_pragma): Prototype new interface.
474
475 * internal.h (struct cpp_reader): Add directive_result.
476 * directives.c (struct pragma_entry): Add is_internal field;
477 give boolean fields type bool.
478 (start_directive): Initialize pfile->directive_result.type.
479 (_cpp_do__Pragma): Likewise.
480 (run_directive): Do not crash if pfile->buffer->prev is NULL.
481 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
482 from it.
483 (register_pragma): New static function, bulk of former
484 cpp_register_pragma here; add 'internal' argument, pass along
485 to insert_pragma_entry.
486 (cpp_register_pragma): Now a wrapper around register_pragma which
487 always passes false for 'internal' argument.
488 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
489 true for 'internal'.
490 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
491 an internal pragma, save text till the end of the line as a CPP_PRAGMA
492 token instead of executing the pragma.
493 (cpp_handle_deferred_pragma): New interface.
494 * lex.c (token_spellings): Adjust OP and TK definitions to
495 match changes to cpplib.h.
496 (_cpp_lex_token): Check for a directive-result token and
497 return it if present.
498 (cpp_token_val_index): Handle CPP_PRAGMA.
499 * macro.c (cpp_builtin_macro_text): Correct comment.
500 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
501
0fd9e8dd
SB
5022004-09-06 Serge Belyshev <belyshev@lubercy.com>
503
504 PR preprocessor/14699
505 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
506 from size_t to double.
507
39b8ce7f
AS
5082004-08-28 Andreas Schwab <schwab@suse.de>
509 Andreas Jaeger <aj@suse.de>
510
511 * configure.ac: Set PACKAGE correctly.
512 * configure: Regenerated.
513
5d1f4b27
PB
5142004-08-25 Paolo Bonzini <bonzini@gnu.org>
515
516 * Makefile.in: Add back top_builddir.
517
078e3ffe
PB
5182004-08-25 Paolo Bonzini <bonzini@gnu.org>
519
520 * configure.ac: Replace Automake macro invocations
521 with manual Autoconf checks and substitutions.
522 * configure: Regenerate.
523 * aclocal.m4: Regenerate.
524 * config.in: Regenerate.
525 * Makefile.am: Removed.
526 * Makefile.in: Heavy simplification and reorganization.
527
b3f8d95d
MM
5282004-08-09 Mark Mitchell <mark@codesourcery.com>
529
530 * configure.ac (arm*-*-eabi*): New target.
531 (arm*-*-symbianelf*): Likewise.
532 * configure: Regenerated.
533
72bb2c39
BI
5342004-07-24 Bernardo Innocenti <bernie@develer.com>
535
536 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
537 * directives.c: Use XNEW-family macros from libiberty.
538 * lex.c: Likewise.
539 * macro.c: Likewise.
540 * cpplib.h (cpp_deps_style): Export enum with name.
541
21b11495 5422004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 543
21b11495 544 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 545
a23ee064
AP
5462004-07-16 Andris Pavenis <pavenis@latnet.lv>
547
548 PR preprocessor/16366
549 * internal.h (struct cpp_reader): New field dir_hash.
550 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
551 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
552
a09d4744
NB
5532004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
554
555 PR preprocessor/16192
556 PR preprocessor/15913
557 PR preprocessor/15572
558 * expr.c (_cpp_parse_expr): Handle remaining cases where an
559 expression is missing.
560 * init.c (post_options): Traditional cpp doesn't do // comments.
561
f58f7def
PB
5622004-06-30 Per Bothner <per@bothner.com>
563
564 * include/line-map.h (fileline): Remove old typedef.
565 * internal.h (struct cpp_reader): Use source_location typedef instead.
566
e83d8d43
ZW
5672004-06-26 Zack Weinberg <zack@codesourcery.com>
568
569 Partially revert patch of 2004-06-05.
570 * files.c (search_cache): Remove pfile argument. Don't check
571 for file that would be found by "" or <> search here...
572 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
573 Do not apply directory-of-current-file correction to files
574 found by this check. Rearrange code slightly.
575
c0d578e6
GK
5762004-06-21 Geoffrey Keating <geoffk@apple.com>
577
578 * files.c (should_stack_file): Correct swapped parameters to call
579 to cb.read_pch.
580 * pch.c (cpp_valid_state): Handle -fpreprocessed.
581
159d5224
PB
5822004-06-15 Paolo Bonzini <bonzini@gnu.org>
583
584 * Makefile.in: Regenerate with automake 1.8.5.
585 * aclocal.m4: Likewise.
586 * configure: Regenerate.
587
2fac9c01
ZW
5882004-06-11 Zack Weinberg <zack@codesourcery.com>
589
590 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
591 * configure, config.in: Regenerate.
592 * system.h: Unconditionally define bool as unsigned char,
593 BOOL_BITFIELD as unsigned int.
594 * .cvsignore: New file.
595
d8044160
GK
5962004-06-09 Geoffrey Keating <geoffk@apple.com>
597
598 * traditional.c (push_replacement_text): Set macro->traditional.
599 (save_replacement_text): Likewise.
600 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
601 (struct save_macro_item): Delete.
602 (struct save_macro_data): Use a character array not the previous
603 structured format.
604 (save_macros): Save macro as text not as internal structures.
605 (cpp_prepare_state): Update for changes to save_macro_data.
606 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 607 -D macros as text.
d8044160
GK
608 * macro.c (create_iso_definition): Honour alloc_subobject.
609 Clear traditional flag.
610 (_cpp_create_definition): Honour alloc_subobject.
611 * lex.c (cpp_token_val_index): New.
612 * internal.h: Include cpp-id-data.h.
613 (uchar): Move definition to cpp-id-data.h.
614 (U): Likewise.
615 (cpp_macro): Likewise.
616 * directives.c (struct answer): Move to cpp-id-data.h.
617 (do_assert): Honour alloc_subobject.
2cf22451
ZW
618
619 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
620 * include/cpplib.h (struct cpp_string): Add GTY marker.
621 (enum cpp_token_fld_kind): New.
622 (struct cpp_token): Add GTY markers.
623 (cpp_token_val_index): Prototype.
624 (CPP_HASHNODE_VALUE_IDX): New.
625 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
626 * include/cpp-id-data.h: New file.
d8044160 627
0ca8e815
PB
6282004-06-09 Paolo Bonzini <bonzini@gnu.org>
629
630 * Makefile.am (all-local): New.
631 * Makefile.in: Regenerate.
632
b51fa00f
RS
6332004-06-06 Roger Sayle <roger@eyesopen.com>
634
635 * Makefile.am (LIBICONV): Declare.
636 (makedepend_LDADD): Use LIBICONV.
637 * Makefile.in: Regenerate.
638
5e2f3f39
AP
6392004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
640
641 * Makefile.am (LIBINTL): Declare
642 (makedepend_LDADD): Use LIBINTL.
643 * Makefile.in: Regenerate.
644
c6e83800
ZW
6452004-06-05 Zack Weinberg <zack@codesourcery.com>
646
647 * Makefile.am: Add makedepend.
648 * Makefile.in, aclocal.m4: Regenerate.
649 * charset.c: Insert a space to avoid a warning.
650 * directives.c: Include mkdeps.h.
651 (_cpp_handle_directive): Reenable macro expander if appropriate.
652 (undefine_macros): Inline body of _cpp_free_definition for speed.
653 Do not call undef callback or _cpp_warn_if_unused_macro.
654 (cpp_get_deps): New interface.
655 * files.c (search_cache): Add pfile argument. Check for file
656 that would be found by "" or <> search here...
657 (_cpp_find_file): ...not here. Correct recorded start_dir of
658 files found by directory-of-current-file search that would be
659 found by "" or <> search.
660 * init.c (cpp_add_dependency_target): Delete.
661 * internal.h (struct lexer_state): Add discarding_output flag.
662 * lex.c (lex_identifier): Compute hash function while scanning.
663 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
664 directives.
665 * makedepend.c: New file.
666 * mkdeps.c (struct deps): Add vpath vector.
667 (apply_vpath, deps_add_vpath): New function.
668 (deps_free): Free vpath vector.
669 (deps_add_dep, deps_add_target): Use apply_vpath.
670 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
671 (ht_lookup_with_hash): New function.
672 * cpplib.h, mkdeps.h: Update prototypes.
673 * symtab.h: Update prototypes.
674 (HT_HASHSTEP, HT_FINISH): New macros.
675
b453c95f
GK
6762004-05-29 Geoffrey Keating <geoffk@apple.com>
677
678 * symtab.c (ht_create): Set entries_owned.
679 (ht_destroy): Honour entries_owned.
680 (ht_expand): Likewise.
681 (ht_load): New.
2cf22451
ZW
682 * include/symtab.h (struct ht): New field 'entries_owned'
683 (ht_load): New prototype.
b453c95f 684
963e23c5
PB
6852004-05-26 Paolo Bonzini <bonzini@gnu.org>
686
687 PR bootstrap/15651
688 * configure.ac: Fix m4 quoting when picking
689 the size of HOST_WIDE_INT.
690 * configure: Regenerate.
691
0429bc77
PB
6922004-05-25 Paolo Bonzini <bonzini@gnu.org>
693
694 * Makefile.am: the correct directory for
695 gettext include files is given by @INCINTL@.
696 * Makefile.in: Regenerate.
697
c86dd7db
PB
6982004-05-24 Paolo Bonzini <bonzini@gnu.org>
699
700 * system.h [!ENABLE_NLS]: dgettext takes two
701 parameters.
702
4f4e53dd
PB
7032004-05-23 Paolo Bonzini <bonzini@gnu.org>
704
705 Moved libcpp from the gcc subdirectory to the toplevel.
706 * Makefile.am: New file.
707 * Makefile.in: Regenerate.
708 * configure.ac: New file.
709 * configure: Regenerate.
710 * config.in: Regenerate.
711 * charset.c: Moved from gcc/cppcharset.c. Add note about
712 brokenness of input charset detection. Adjust for change
713 in name of cppucnid.h.
714 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
715 * expr.c: Moved from gcc/cppexp.c.
716 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
717 Remove #define of O_BINARY, it is in system.h.
718 * identifiers.c: Moved from gcc/cpphash.c.
719 * internal.h: Moved from gcc/cpphash.h. Change header
720 guard name. All other files adjusted to match name change.
721 * init.c: Moved from gcc/cppinit.c.
722 (init_library) [ENABLE_NLS]: Call bindtextdomain.
723 * lex.c: Moved from gcc/cpplex.c.
724 * directives.c: Moved from gcc/cpplib.c.
725 * macro.c: Moved from gcc/cppmacro.c.
726 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
727 * traditional.c: Moved from gcc/cpptrad.c.
728 * ucnid.h: Moved from gcc/cppucnid.h. Change header
729 guard name.
730 * ucnid.pl: Moved from gcc/cppucnid.pl.
731 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
732 guard name.
733 * symtab.c: Moved from gcc/hashtable.c.
734 * line-map.c: Moved from gcc. Do not include intl.h.
735 * mkdeps.c: Moved from gcc.
736 * system.h: New file.
2cf22451
ZW
737 * include/cpplib.h: Moved from gcc. Change header guard name.
738 * include/line-map.h: Moved from gcc. Change header guard name.
739 * include/mkdeps.h: Moved from gcc. Change header guard name.
740 * include/symtab.h: Moved from gcc/hashtable.h. Change header
741 guard name.