]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcpp/ChangeLog
* doc/install.texi: Add binutils version recommendation for mips-*-*.
[thirdparty/gcc.git] / libcpp / ChangeLog
CommitLineData
5c3c3683
DJ
12006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * Makefile.in (CATALOGS): Add po/ prefix.
4 * configure: Regenerated.
5
b2bd74bc
CD
62006-05-23 Carlos O'Donell <carlos@codesourcery.com>
7
8 * Makefile.in: Add install-html target. Add install-html to .PHONY
9
be8ac3e2
GZ
102006-02-17 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
11
12 * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
13 * files.c (_cpp_get_file_stat): New function.
14 * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
15 * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
16 * internal.h (_cpp_get_file_stat): Prototype.
17 (struct cpp_buffer): Add timestamp.
18
83900997
JJ
192006-01-23 Jakub Jelinek <jakub@redhat.com>
20
21 PR preprocessor/25717
22 * init.c (cpp_init_builtins): If __STDC__ will not change value
23 between system headers and other sources, define it as a normal
24 macro rather than a builtin.
25 * macro.c (_cpp_builtin_macro_text) <case BT_STDC>: Only check
26 cpp_in_system_header condition.
27
282006-01-05 Paolo Bonzini <bonzini@gnu.org>
9220c30c
PB
29
30 * Makefile.in: Use -MMD instead of -MD.
31
bc4071dd
RH
322006-01-04 Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
33 Richard Henderson <rth@redhat.com>
34
35 Merge from gomp branch:
36 * directives.c (struct pragma_entry): Add is_deferred. Add ident
37 entry to value union.
38 (end_directive): Don't eat the line if in_deferred_pragma.
39 (run_directive): Remove pragma hacks.
40 (insert_pragma_entry): Remove.
41 (new_pragma_entry): New.
42 (register_pragma_1): Split out of register_pragma. Only handle
43 the lookup tree and return the new entry.
44 (cpp_register_pragma): Fill in the pragma entry here.
45 (cpp_register_deferred_pragma): New.
46 (register_pragma_internal): New.
47 (_cpp_init_internal_pragmas): Use register_pragma_internal.
48 (do_pragma): Allow pragma expansion after namespace. For deferred
49 pragmas, don't slurp the line into a string.
50 (destringize_and_run): Save tokens for deferred pragmas.
51 (cpp_handle_deferred_pragma): Remove.
52 * macro.c (builtin_macro): Remove pragma token hack.
53 (_cpp_push_token_context): Rename from push_token_context and export.
54 * internal.h (struct lexer_state): Add pragma_allow_expansion.
55 (_cpp_push_token_context): Declare.
56 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
57 a token. Update the line number correctly if so.
58 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
59 (cpp_token_val_index): Return CPP_TOKEN_FLD_PRAGMA for pragmas.
60 * include/cpplib.h (PRAGMA_EOL): New.
61 (CPP_TOKEN_FLD_PRAGMA): New.
62 (struct cpp_token): Add val.pragma.
63 (struct cpp_options): Remove defer_pragmas.
64 (cpp_handle_deferred_pragma): Remove.
65 (cpp_register_deferred_pragma): Declare.
66
d09e893f
JJ
672006-01-01 Jakub Jelinek <jakub@redhat.com>
68
69 PR c++/25294
70 * directives.c (do_pragma): If pragma line ends with multi-line
71 block comment, end the saved deferred pragma string before that
72 comment. Handle embedded '\0' chars on the pragma line.
73
ab84748a
VR
742005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
75
76 PR c++/23333
77 * include/cpplib.h: Add PURE_ZERO to flags for the cpp_token structure.
78
ad6ed77e
JG
792005-12-07 Jon Grimm <jgrimm2@us.ibm.com>
80 Ben Elliston <bje@au.ibm.com>
81
82 * include/cpplib.h (CPP_N_DFLOAT): New.
83 * expr.c (interpret_float_suffix): Identify df, dd, and dl
84 suffixes as decimal floating point constants.
85 (cpp_classify_number): Disallow hexadecimal DFP constants.
86
ba096620 872005-11-14 Gerald Pfeifer <gerald@pfeifer.com>
bc4071dd 88 Ian Lance Taylor <ian@airs.com>
ba096620
GP
89
90 * include/cpplib.h (struct cpp_callbacks): Annotate error with
91 ATTRIBUTE_FPTR_PRINTF(3,0) instead of ATTRIBUTE_PRINTF(3,0).
92
456b8ce5
UB
932005-11-09 Per Bothner <per@bothner.com>
94 Uros Bizjak <uros@kss-loka.si>
95
96 PR c/24101
97 * init.c (read_original_filename): Temporarily set
98 state.in_directive before calling _cpp_lex_direct for
99 CPP_HASH tokens.
100
5571f74f
JW
1012005-11-03 James E Wilson <wilson@specifix.com>
102
103 PR preprocessor/24202
104 * files.c (_cpp_pop_file_buffer): Set buffer_valid to false.
105
a63607ed
JM
1062005-11-04 Joseph S. Myers <joseph@codesourcery.com>
107
108 * include/cpplib.h (struct cpp_callbacks): Make error take
109 va_list* parameter.
110 * errors.c (cpp_error): Update call to callback.
111
651ed942
AP
1122005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
113
114 PR preprocessor/22042
115 * macro.c (_cpp_builtin_macro_text): Lower the needed max
116 buffer size.
117 (cpp_quote_string): Don't octalify non printable
118 charactors.
119
178b58b5
JM
1202005-11-03 Joseph S. Myers <joseph@codesourcery.com>
121
122 PR c++/17964
123 * include/cpplib.h (struct cpp_options): Add client_diagnostic.
124 (struct cpp_callbacks): Add error.
125 * errors.c (cpp_error): If client_diagnostic, use error callback.
126 * charset.c (convert_escape): Don't use %03o in diagnostic.
127
3ee5ed11 1282005-10-21 James E Wilson <wilson@specifix.com>
6568f34b
JW
129
130 PR preprocessor/15220
131 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all
132 callers. Pass to open_file_failed.
133 (open_file_failed): New parameter angle_brackets. Fix all callers.
134 Use in print_dep assignment.
135 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
136 * internal.h (_cpp_find_file): Add new parm to declaration.
137
077fc835
KH
1382005-10-08 Kazu Hirata <kazu@codesourcery.com>
139
140 * configure.ac: Require 64-bit int for arm*-*-*eabi*.
141 * configure: Regenerate.
142
cbc43ae0
ILT
1432005-10-04 Ian Lance Taylor <ian@airs.com>
144
145 PR preprocessor/13726
146 * directives.c (check_eol_return_comments): New static function.
147 (parse_include): Add buf parameter. Change all callers.
148 (do_include_common): If not discard comments, turn on
149 save_comments. Pass collected comments to include callback.
150 * include/cpplib.h (struct cpp_callbacks): Add new parameter to
151 include callback: cpp_token list.
152
af15a2fe
JM
1532005-09-20 Joseph S. Myers <joseph@codesourcery.com>
154
155 * include/cpplib.h (struct cpp_options): Add extended_identifiers.
156 * init.c (struct lang_flags, lang_defaults): Add
157 extended_identifiers.
158 (cpp_set_lang): Use it.
159 * lex.c (forms_identifier_p): Check extended_identifiers.
160
f5eab47e
JJ
1612005-08-30 Jakub Jelinek <jakub@redhat.com>
162
163 PR preprocessor/20348
164 PR preprocessor/20356
165 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
166 2004-06-05 changes.
167
467129e6
KG
1682005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
169
170 * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
171 -Wmissing-format-attribute.
172
173 * configure: Regenerate.
174
200031d1
KC
1752005-06-29 Kelley Cook <kcook@gcc.gnu.org>
176
177 * all files: Update FSF address in copyright headers.
178 * makeucnid.c (write_copyright): Update outputted FSF address.
179
f610dd5f
ZW
1802005-06-13 Zack Weinberg <zack@codesourcery.com>
181
182 * configure.ac: Invoke ZW_CREATE_DEPDIR and
183 ZW_PROG_COMPILER_DEPENDENCIES.
184 * aclocal.m4, configure: Regenerate.
185 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
186 New variables.
187 (distclean): Clean up $(DEPDIR) and its contents.
188 (.c.o): Use $(COMPILE).
189 Include $(DEPDIR)/*.Po for most object->header dependencies.
190
c3f829c1
GDR
1912005-05-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
192
193 * configure.ac: Check declarations for asprintf and vasprintf.
194 * config.in: Regenerate.
195 * configure: Likewise.
196
197 * charset.c (conversion_loop): Use XRESIZEVEC.
198 (convert_no_conversion): Likewise.
199 (convert_using_iconv): Likewise.
200 (init_iconv_desc): Cast return value of alloca.
201 (cpp_host_to_exec_charset): Use XNEWVEC.
202 (emit_numeric_escape): Use XRESIZEVEC.
203 (cpp_interpret_string): Use XNEWVEC.
204 (cpp_interpret_string): Use XRESIZEVEC.
205 (_cpp_interpret_identifier): Cast return value of alloca.
206 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
207 * directives.c (glue_header_name): Use XNEWVEC and XRESIZEVEC.
208 (parse_include): Use XNEWVEC.
209 (insert_pragma_entry): Rename local variable "new" to
f610dd5f 210 "new_entry".
c3f829c1
GDR
211 (save_registered_pragmas): Cast return value of xmemdup.
212 (destringize_and_run): Same for alloca.
213 (parse_assertion): Likewise.
214 (do_assert): Cast allocated storage to proper type.
215 (cpp_define): Likewise.
216 (_cpp_define_builtin): Likewise.
217 (cpp_undef): Likewise.
218 (handle_assertion): Likewise.
219 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
220 * expr.c (CPP_UPLUS): Cast value to type cpp_ttype.
221 (CPP_UMINUS): Likewise.
222 (struct cpp_operator): Rename from struct operator.
223 (_cpp_expand_op_stack): Use XRESIZEVEC.
224 * files.c (pch_open_file): Use XNEWVEC.
225 (pch_open_file): Use XRESIZEVEC.
226 (read_file_guts): Use XNEWVEC and XRESIZEVEC.
227 (dir_name_of_file): Use XNEWVEC.
228 (make_cpp_file): Use XCNEW.
229 (make_cpp_dir): Likewise.
230 (allocate_file_hash_entries): USE XNEWVEC.
231 (cpp_included): Cast return value of htab_find_with_hash.
232 (append_file_to_dir): Use XNEWVEC.
233 (read_filename_string): Likewise. Use XRESIZEVEC too.
234 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
235 (remap_filename): Use XNEWVEC.
236 (struct pchf_entry): Move definition out of struct pchf_data.
237 (_cpp_save_file_entries): Use XCNEWVAR.
238 (_cpp_read_file_entries): Use XNEWVAR.
239 * identifiers.c (alloc_node): Use XOBNEW.
240 * init.c (cpp_create_reader): Use XCNEW.
241 (cpp_init_builtins): Cast of b->value to enum builtin_type.
242 (read_original_directory): Cast return value of alloca.
243 * lex.c (add_line_note): Use XRESIZEVEC.
244 (warn_about_normalization): Use XNEWVEC.
245 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
246 (new_buff): Use XNEWVEC.
247 * line-map.c (linemap_add): Use XRESIZEVEC.
248 * macro.c (builtin_macro): Cast return value of alloca.
249 (paste_tokens): Likewise.
250 (expand_arg): Use XNEWVEC and XRESIZEVEC.
251 (_cpp_save_parameter): Use XRESIZEVEC.
252 (create_iso_definition): Cast allocated storage to proper type.
253 (_cpp_create_definition): Likewise.
254 (cpp_macro_definition): Use XRESIZEVEC.
255 * makedepend.c (add_clm): Use XNEW.
256 (add_dir): Likewise.
257 * mkdeps.c (munge): Use XNEWVEC.
258 (deps_init): Use XCNEW.
259 (deps_add_target): Use XRESIZEVEC.
260 (deps_add_default_target): Cast return value of alloca.
261 (deps_add_dep): Use XRESIZEVEC.
262 (deps_add_vpath): Likewise. Use XNEWVEC too.
263 (deps_restore): Likewise.
264 * pch.c (save_idents): Use XNEW and XNEWVEC.
265 (cpp_save_state): Use XNEW.
266 (count_defs): Cast return value of htab_find.
267 (write_defs): Likewise.
268 (cpp_write_pch_deps): Use XNEWVEC.
269 (collect_ht_nodes): Use XRESIZEVEC.
270 (cpp_valid_state): Use XNEWVEC.
271 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup.
272 * symtab.c (ht_create): Use XCNEW.
273 (ht_lookup_with_hash): Cast return value of obstack_copy0.
274 (ht_expand): Use XCNEWVEC.
275 * system.h (HAVE_DESIGNATED_INITIALIZERS): False if __cplusplus.
276 (bool): Do not define if __cplusplus.
277
1ed17cd5
ZW
2782005-05-12 Zack Weinberg <zack@codesourcery.com>
279
280 * directives.c (#sccs table entry): Mark IN_I, consistent with #ident.
281 (do_sccs): Delete function definition, #define to do_ident.
282 (do_ident): Don't hardwire directive name.
283
5a8c20ce
RK
2842005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
285
286 PR bootstrap/21230
287 * configure: Regenerate.
288
473c5bc9
AP
2892005-04-27 Andris Pavenis <pavenis@latnet.lv>
290
291 * files.c: Include io.h for DJGPP to get prototype of setmode.
292
c1fc5047
PB
2932005-04-19 Per Bothner <per@bothner.com>
294
295 PR preprocessor/20907
296 * line-map.c (linemap_line_start): Fix bug when we need to increse
297 column_bits but can re-use the current line_map.
298
042630ad
KG
2992005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
300
301 * system.h (fopen, fdopen, freopen): Define these to the unlocked
302 libiberty functions.
303
0d667716
KG
3042005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
305
306 * configure.ac (libcpp_UNLOCKED_FUNCS): New.
307 (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
308 * system.h (putchar, getc, getchar, clearerr, feof, fileno,
309 fflush, fgetc, fgets, ferror, fread): Redefine to the associated
310 _unlocked function.
311 (fwrite_unlocked): Fix prototype.
1ed17cd5 312
0d667716
KG
313 * configure, config.in: Regenerate.
314
cae064e7
JJ
3152005-04-05 Jakub Jelinek <jakub@redhat.com>
316
317 PR preprocessor/19475
318 * macro.c (create_iso_definition): For < ISO C99, don't
319 pedwarn if there is no whitespace between macro name and its
320 replacement, but the replacement starts with a basic character
321 set character.
322
cbada204
AJ
3232005-03-28 Andreas Jaeger <aj@suse.de>
324
325 * lex.c (warn_about_normalization): Cast field width to int to
326 avoid warning.
327
f42eccdb
JM
3282005-03-19 Joseph S. Myers <joseph@codesourcery.com>
329
330 * configure.ac: Consistently use solaris2.1[0-9]* instead of
331 solaris2.1[0-9].
332 * configure: Regenerate.
333
c79e602b
GK
3342005-03-15 Geoffrey Keating <geoffk@apple.com>
335
336 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
337 UCN rather than printing an error.
338
50668cf6
GK
3392005-03-14 Geoffrey Keating <geoffk@apple.com>
340
6baba9bb
GK
341 * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
342
3432005-03-14 Geoffrey Keating <geoffk@apple.com>
1ed17cd5 344
50668cf6
GK
345 * init.c (cpp_create_reader): Default warn_normalize to normalized_C.
346 * charset.c: Update for new format of ucnid.h.
347 (ucn_valid_in_identifier): Update for new format of ucnid.h.
348 Add NST parameter, and update it; update callers.
349 (cpp_valid_ucn): Add NST parameter, update callers. Replace abort
350 with cpp_error.
351 (convert_ucn): Pass normalize_state to cpp_valid_ucn.
352 * internal.h (struct normalize_state): New.
353 (INITIAL_NORMALIZE_STATE): New.
354 (NORMALIZE_STATE_RESULT): New.
355 (NORMALIZE_STATE_UPDATE_IDNUM): New.
356 (_cpp_valid_ucn): New.
357 * lex.c (warn_about_normalization): New.
358 (forms_identifier_p): Add normalize_state parameter, update callers.
359 (lex_identifier): Add normalize_state parameter, update callers. Keep
360 the state current.
361 (lex_number): Likewise.
362 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
363 it with warn_about_normalization.
364 * makeucnid.c: New.
365 * ucnid.h: Replace.
366 * ucnid.pl: Remove.
367 * ucnid.tab: Make appropriate for input to makeucnid.c. Remove
368 comments about obsolete version of C++.
369 * include/cpplib.h (enum cpp_normalize_level): New.
370 (struct cpp_options): Add warn_normalize field.
371
47e20491
GK
3722005-03-11 Geoffrey Keating <geoffk@apple.com>
373
374 * directives.c (glue_header_name): Update call to cpp_spell_token.
375 * internal.h (_cpp_interpret_identifier): New.
376 * charset.c (_cpp_interpret_identifier): New.
377 (_cpp_valid_ucn): Allow UCN version of '$'.
378 * lex.c (lex_identifier): Add extra parameter to indicate if initial
379 character was '$' or '\'. Support identifiers with UCNs.
380 (forms_identifier_p): Allow UCNs.
381 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
382 (utf8_to_ucn): New.
383 (cpp_spell_token): Add FORSTRING parameter. Use it.
384 (cpp_token_as_text): Update call to cpp_spell_token.
385 (cpp_output_token): Write UCNs back out.
386 (stringify_arg): Update call to cpp_spell_token.
387 (paste_tokens): Likewise.
388 (cpp_macro_definition): Likewise.
389 * macro.c (stringify_arg): Likewise.
390 (paste_tokens): Likewise.
391 (cpp_macro_definition): Likewise.
392 * include/cpplib.h: Add parameter to cpp_spell_token.
393
73096711
JJ
3942005-03-04 Jakub Jelinek <jakub@redhat.com>
395
396 PR bootstrap/20282
397 PR bootstrap/20305
398 * macro.c (replace_args, cpp_get_token): Copy whole
399 cpp_token_u instead of just cpp_string field from it.
400
2203a881
DP
4012005-02-28 Devang Patel <dpatel@apple.com>
402
403 * directives.c (do_line): Save sysp early before line table is
404 realloc'ed.
1ed17cd5 405
c5ff069d
ZW
4062005-02-20 Zack Weinberg <zack@codesourcery.com>
407
408 PR 18785
409 * charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
410 (cpp_host_to_exec_charset): New function.
411 * include/cpplib.h: Declare cpp_host_to_exec_charset.
412
04c90eea
DP
4132005-02-19 Devang Patel <dpatel@apple.com>
414
415 * charset.c (_cpp_convert_input): Check '\r' before inserting
416 '\n' at the end.
c5ff069d 417
6da55c00
EC
4182005-02-15 Eric Christopher <echristo@redhat.com>
419
420 PR preprocessor/19077
421 * macro.c (cpp_macro_definition): Move handling of whitespace
422 to PREV_WHITE conditional. Remove overloading of len
423 variable.
424
31c3e631
KH
4252005-02-14 Kazu Hirata <kazu@cs.umass.edu>
426
427 * directives.c, files.c, init.c, internal.h, macro.c, pch.c,
428 traditional.c: Update copyright.
429
be0f1e54
PB
4302005-02-14 Paolo Bonzini <bonzini@gnu.org>
431
432 PR bootstrap/19818
433 * configure.ac: Check for declaration of basename and getopt.
434 * config.in: Regenerate.
435 * configure: Regenerate.
436 * internal.h (ustrcspn): New.
437 * macro.c (create_iso_definition): Fix allocation of memory.
438 (padding_token): Add cast to remove const-ness.
439 * pch.c (cpp_read_state): Use ustrcspn.
440
ecddfb39
MS
4412005-02-08 Mike Stump <mrs@apple.com>
442
443 * files.c (pchf_adder): Remove.
444 (struct pchf_adder_info): Likewise.
445 (_cpp_save_file_entries): Write out all files so that #import works.
446
9fcdd891
JM
4472005-01-23 Joseph S. Myers <joseph@codesourcery.com>
448
449 * configure: Regenerate.
450
ecfd72e7
TS
4512005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
452
453 * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
454
6c25a4f7 455 * include/cpplib.h: Also update copyright years.
c5ff069d 456
942926ad
GK
4572005-01-03 Geoffrey Keating <geoffk@apple.com>
458
459 * files.c (_cpp_find_file): Add files found by search_path_exhausted
460 to the list of all files.
461
a2566ae9
GDR
4622005-01-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
463
464 * internal.h: Update references to Cpp lib filenames.
465 * directives.c: Likewise.
466 * init.c: Likewise.
467 * macro.c: Likewise.
468 * traditional.c: Likewise.
469
1b449375
EB
4702004-12-15 Eric Botcazou <ebotcazou@libertysurf.fr>
471
472 PR preprocessor/15167
473 * files.c (destroy_cpp_file): New function.
474 (should_stack_file): Make a new file if the
475 compared file is still stacked.
476
28303828
NN
4772004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
478
c5ff069d 479 PR preprocessor/17610
28303828
NN
480 * directives.c (do_include_common): Error out if an empty filename
481 is given for #include (or #include_next or #import).
482
c812785a
RS
4832004-11-27 Roger Sayle <roger@eyesopen.com>
484 Zack Weinberg <zack@codesourcery.com>
485
486 * internal.h: Replace all uses of uchar with unsigned char.
487 * include/cpp-id-data.h: Likewise. Guard typedef of uchar
488 with !IN_GCC, so uchar is only defined whilst building libcpp.
489
f91eaa01
KC
4902004-11-24 Kelley Cook <kcook@gcc.gnu.org>
491
492 * aclocal.m4: Regenerate.
493
f78ce0c2
RS
4942004-11-24 Roger Sayle <roger@eyesopen.com>
495
496 PR preprocessor/15824
497 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
498 directly, instead of the non-existant "system.h" and "ansidecl.h".
499 * configure: Regenerate.
500
b5b3e36a 5012004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 502 Joseph Myers <joseph@codesourcery.com>
b5b3e36a
DJ
503
504 * internal.h (struct lexer_state): Add in_deferred_pragma.
505 * directives.c (struct pragma_entry): Add allow_expansion.
506 (insert_pragma_entry): Take allow_expansion flag.
507 (register_pragma): Likewise.
508 (cpp_register_pragma): Likewise.
509 (_cpp_init_internal_pragmas): Update calls to cpp_register_pragma.
510 (do_pragma): Honor allow_expansion.
511 (cpp_handle_deferred_pragma): Set in_deferred_pragma.
512 * include/cpplib.h (cpp_register_pragma): Update prototype.
513
a8e68029 5142004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
c5ff069d 515 Mark Mitchell <mark@codesourcery.com>
a8e68029
DJ
516
517 * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
518 need_64bit_hwint=yes.
519 * configure: Regenerate.
520
50f47ee0
JM
5212004-11-09 Joseph S. Myers <joseph@codesourcery.com>
522
523 * Makefile.in ($(PACKAGE).pot): New rule. Depend on
524 po/$(PACKAGE).pot.
525 (po/$(PACKAGE).pot): Use ":" instead of "," in --keyword
526 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
527 Remove local srcdir path from generated file.
528
968e08d6 5292004-11-04 Zack Weinberg <zack@codesourcery.com>
c5ff069d 530 Gerald Pfeifer <gerald@pfeifer.com>
968e08d6
ZW
531
532 * internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
533 as well.
534
3da3d587
ZW
5352004-10-27 Zack Weinberg <zack@codesourcery.com>
536
537 PR 18075
538 * directives.c (do_pragma): Do not defer pragmas which are unknown.
539 (cpp_handle_deferred_pragma): Add cast to silence warning.
540
ac24fc25
JM
5412004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
542
543 * errors.c (_cpp_begin_message): Print "error: " for errors.
544
7731405b
AJ
5452004-10-10 Andreas Jaeger <aj@suse.de>
546
547 * makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
548 * Makefile.in (makedepend.o): Add dependency on mkdeps.h.
549
646544e3
AP
5502004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
551
552 * pch.c (cpp_write_pch_state): Remove variable z as it is not
553 used.
554 (cpp_read_state): Remove unused variables, m, d and mac_count.
555
67a74146
PB
5562004-09-29 Per Bothner <per@bothner.com>
557
558 * directives.c (cpp_handle_deferred_pragma): Save, clear and restore
559 cb.line_change. Otherwise do_pragma will call the line_change
560 call-back with a meaningless line number.
561
018a4785
ZW
5622004-09-24 Zack Weinberg <zack@codesourcery.com>
563
564 * configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
565 programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
566 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
567 * aclocal.m4, configure: Regenerate.
568 * init.c: Include localedir.h.
569 * Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
570 (DEFS): Delete.
571 (.c.o): Use $(ALL_CFLAGS).
572 (localedir.h, localedir.hs): New rules.
573 (clean): Use rm -rf to remove directories.
574 (distclean): Also delete localedir.h and localedir.hs.
575 (init.o): Update dependencies.
576
88fa57d7
KC
5772004-09-22 Kelley Cook <kcook@gcc.gnu.org>
578
579 * Makefile.in (aclocal.m4): Update dependencies.
580 * configure.ac (AC_CONFIG_MACRO_DIR): New.
581 * aclocal.m4, configure: Regenerate.
582
8f8e9aa5
ZW
5832004-09-17 Zack Weinberg <zack@codesourcery.com>
584
a29f62d9
ZW
585 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
586 (_cpp_convert_input, _cpp_default_encoding): Add comments.
587 Some other comments in this file also tweaked.
588
8f8e9aa5
ZW
589 * directives.c (do_pragma): Save current buffer position
590 before lexing the pragma keywords; don't call
591 _cpp_backup_tokens in the defer_pragmas case.
592
a2981930
PB
5932004-09-15 Per Bothner <per@bothner.com>
594
595 * include/line-map.h (line_map_start): Add parameter names so
596 preceding comment makes sense.
597 (linemap_add): Remove from comment mention of non-existing parameter.
598
21b11495
ZW
5992004-09-09 Matt Austern <austern@apple.com>
600 Zack Weinberg <zack@codesourcery.com>
601
602 * include/cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_
603 prefixes throughout. Add entry for PRAGMA. Remove
604 unnecessary "= 0" from EQ.
605 (enum cpp_ttype): Adjust OP and TK definitions to restore
606 prefixes, via token-paste.
607 (CPP_LAST_EQ, CPP_FIRST_DIGRAPH, CPP_LAST_PUNCTUATOR, CPP_LAST_CPP_OP):
608 Change from #defines to additional cpp_ttype enumerators.
609 (struct cpp_options): Add defer_pragmas.
610 (cpp_handle_deferred_pragma): Prototype new interface.
611
612 * internal.h (struct cpp_reader): Add directive_result.
613 * directives.c (struct pragma_entry): Add is_internal field;
614 give boolean fields type bool.
615 (start_directive): Initialize pfile->directive_result.type.
616 (_cpp_do__Pragma): Likewise.
617 (run_directive): Do not crash if pfile->buffer->prev is NULL.
618 (insert_pragma_entry): Add 'internal' argument; set new->is_internal
619 from it.
620 (register_pragma): New static function, bulk of former
621 cpp_register_pragma here; add 'internal' argument, pass along
622 to insert_pragma_entry.
623 (cpp_register_pragma): Now a wrapper around register_pragma which
624 always passes false for 'internal' argument.
625 (_cpp_init_internal_pragmas): Call register_pragma directly, passing
626 true for 'internal'.
627 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
628 an internal pragma, save text till the end of the line as a CPP_PRAGMA
629 token instead of executing the pragma.
630 (cpp_handle_deferred_pragma): New interface.
631 * lex.c (token_spellings): Adjust OP and TK definitions to
632 match changes to cpplib.h.
633 (_cpp_lex_token): Check for a directive-result token and
634 return it if present.
635 (cpp_token_val_index): Handle CPP_PRAGMA.
636 * macro.c (cpp_builtin_macro_text): Correct comment.
637 (builtin_macro): Handle directive-result tokens from _cpp_do__Pragma.
638
0fd9e8dd
SB
6392004-09-06 Serge Belyshev <belyshev@lubercy.com>
640
641 PR preprocessor/14699
642 * symtab.c (ht_dump_statistics): Change type of sum_of_squares
643 from size_t to double.
644
39b8ce7f
AS
6452004-08-28 Andreas Schwab <schwab@suse.de>
646 Andreas Jaeger <aj@suse.de>
647
648 * configure.ac: Set PACKAGE correctly.
649 * configure: Regenerated.
650
5d1f4b27
PB
6512004-08-25 Paolo Bonzini <bonzini@gnu.org>
652
653 * Makefile.in: Add back top_builddir.
654
078e3ffe
PB
6552004-08-25 Paolo Bonzini <bonzini@gnu.org>
656
657 * configure.ac: Replace Automake macro invocations
658 with manual Autoconf checks and substitutions.
659 * configure: Regenerate.
660 * aclocal.m4: Regenerate.
661 * config.in: Regenerate.
662 * Makefile.am: Removed.
663 * Makefile.in: Heavy simplification and reorganization.
664
b3f8d95d
MM
6652004-08-09 Mark Mitchell <mark@codesourcery.com>
666
667 * configure.ac (arm*-*-eabi*): New target.
668 (arm*-*-symbianelf*): Likewise.
669 * configure: Regenerated.
670
72bb2c39
BI
6712004-07-24 Bernardo Innocenti <bernie@develer.com>
672
673 * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove.
674 * directives.c: Use XNEW-family macros from libiberty.
675 * lex.c: Likewise.
676 * macro.c: Likewise.
677 * cpplib.h (cpp_deps_style): Export enum with name.
678
21b11495 6792004-07-23 Matthias Klose <doko@debian.org>
72bb2c39 680
21b11495 681 * init.c (init_library): Use PACKAGE for the text domain.
85eac2a0 682
a23ee064
AP
6832004-07-16 Andris Pavenis <pavenis@latnet.lv>
684
685 PR preprocessor/16366
686 * internal.h (struct cpp_reader): New field dir_hash.
687 * files.c (make_cpp_dir): Use dir_hash, not file_hash.
688 (_cpp_init_files, _cpp_cleanup_files): Update for new field.
689
a09d4744
NB
6902004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
691
692 PR preprocessor/16192
693 PR preprocessor/15913
694 PR preprocessor/15572
695 * expr.c (_cpp_parse_expr): Handle remaining cases where an
696 expression is missing.
697 * init.c (post_options): Traditional cpp doesn't do // comments.
698
f58f7def
PB
6992004-06-30 Per Bothner <per@bothner.com>
700
701 * include/line-map.h (fileline): Remove old typedef.
702 * internal.h (struct cpp_reader): Use source_location typedef instead.
703
e83d8d43
ZW
7042004-06-26 Zack Weinberg <zack@codesourcery.com>
705
706 Partially revert patch of 2004-06-05.
707 * files.c (search_cache): Remove pfile argument. Don't check
708 for file that would be found by "" or <> search here...
709 (_cpp_find_file): ...do it here, before calling find_file_in_dir.
710 Do not apply directory-of-current-file correction to files
711 found by this check. Rearrange code slightly.
712
c0d578e6
GK
7132004-06-21 Geoffrey Keating <geoffk@apple.com>
714
715 * files.c (should_stack_file): Correct swapped parameters to call
716 to cb.read_pch.
717 * pch.c (cpp_valid_state): Handle -fpreprocessed.
718
159d5224
PB
7192004-06-15 Paolo Bonzini <bonzini@gnu.org>
720
721 * Makefile.in: Regenerate with automake 1.8.5.
722 * aclocal.m4: Likewise.
723 * configure: Regenerate.
724
2fac9c01
ZW
7252004-06-11 Zack Weinberg <zack@codesourcery.com>
726
727 * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
728 * configure, config.in: Regenerate.
729 * system.h: Unconditionally define bool as unsigned char,
730 BOOL_BITFIELD as unsigned int.
731 * .cvsignore: New file.
732
d8044160
GK
7332004-06-09 Geoffrey Keating <geoffk@apple.com>
734
735 * traditional.c (push_replacement_text): Set macro->traditional.
736 (save_replacement_text): Likewise.
737 * pch.c (cpp_write_pch_state): Don't write list of defined macros.
738 (struct save_macro_item): Delete.
739 (struct save_macro_data): Use a character array not the previous
740 structured format.
741 (save_macros): Save macro as text not as internal structures.
742 (cpp_prepare_state): Update for changes to save_macro_data.
743 (cpp_read_state): Don't read macros defined in PCH. Restore
2cf22451 744 -D macros as text.
d8044160
GK
745 * macro.c (create_iso_definition): Honour alloc_subobject.
746 Clear traditional flag.
747 (_cpp_create_definition): Honour alloc_subobject.
748 * lex.c (cpp_token_val_index): New.
749 * internal.h: Include cpp-id-data.h.
750 (uchar): Move definition to cpp-id-data.h.
751 (U): Likewise.
752 (cpp_macro): Likewise.
753 * directives.c (struct answer): Move to cpp-id-data.h.
754 (do_assert): Honour alloc_subobject.
2cf22451
ZW
755
756 * include/symtab.h (struct ht): Add field 'alloc_subobject'.
757 * include/cpplib.h (struct cpp_string): Add GTY marker.
758 (enum cpp_token_fld_kind): New.
759 (struct cpp_token): Add GTY markers.
760 (cpp_token_val_index): Prototype.
761 (CPP_HASHNODE_VALUE_IDX): New.
762 (struct cpp_hashnode): Don't skip fields of 'value' when marking.
763 * include/cpp-id-data.h: New file.
d8044160 764
0ca8e815
PB
7652004-06-09 Paolo Bonzini <bonzini@gnu.org>
766
767 * Makefile.am (all-local): New.
768 * Makefile.in: Regenerate.
769
b51fa00f
RS
7702004-06-06 Roger Sayle <roger@eyesopen.com>
771
772 * Makefile.am (LIBICONV): Declare.
773 (makedepend_LDADD): Use LIBICONV.
774 * Makefile.in: Regenerate.
775
5e2f3f39
AP
7762004-06-05 Andrew Pinski <pinskia@physics.uc.edu>
777
778 * Makefile.am (LIBINTL): Declare
779 (makedepend_LDADD): Use LIBINTL.
780 * Makefile.in: Regenerate.
781
c6e83800
ZW
7822004-06-05 Zack Weinberg <zack@codesourcery.com>
783
784 * Makefile.am: Add makedepend.
785 * Makefile.in, aclocal.m4: Regenerate.
786 * charset.c: Insert a space to avoid a warning.
787 * directives.c: Include mkdeps.h.
788 (_cpp_handle_directive): Reenable macro expander if appropriate.
789 (undefine_macros): Inline body of _cpp_free_definition for speed.
790 Do not call undef callback or _cpp_warn_if_unused_macro.
791 (cpp_get_deps): New interface.
792 * files.c (search_cache): Add pfile argument. Check for file
793 that would be found by "" or <> search here...
794 (_cpp_find_file): ...not here. Correct recorded start_dir of
795 files found by directory-of-current-file search that would be
796 found by "" or <> search.
797 * init.c (cpp_add_dependency_target): Delete.
798 * internal.h (struct lexer_state): Add discarding_output flag.
799 * lex.c (lex_identifier): Compute hash function while scanning.
800 * macro.c (cpp_scan_nooutput): Disable macro expansion outside
801 directives.
802 * makedepend.c: New file.
803 * mkdeps.c (struct deps): Add vpath vector.
804 (apply_vpath, deps_add_vpath): New function.
805 (deps_free): Free vpath vector.
806 (deps_add_dep, deps_add_target): Use apply_vpath.
807 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
808 (ht_lookup_with_hash): New function.
809 * cpplib.h, mkdeps.h: Update prototypes.
810 * symtab.h: Update prototypes.
811 (HT_HASHSTEP, HT_FINISH): New macros.
812
b453c95f
GK
8132004-05-29 Geoffrey Keating <geoffk@apple.com>
814
815 * symtab.c (ht_create): Set entries_owned.
816 (ht_destroy): Honour entries_owned.
817 (ht_expand): Likewise.
818 (ht_load): New.
2cf22451
ZW
819 * include/symtab.h (struct ht): New field 'entries_owned'
820 (ht_load): New prototype.
b453c95f 821
963e23c5
PB
8222004-05-26 Paolo Bonzini <bonzini@gnu.org>
823
824 PR bootstrap/15651
825 * configure.ac: Fix m4 quoting when picking
826 the size of HOST_WIDE_INT.
827 * configure: Regenerate.
828
0429bc77
PB
8292004-05-25 Paolo Bonzini <bonzini@gnu.org>
830
831 * Makefile.am: the correct directory for
832 gettext include files is given by @INCINTL@.
833 * Makefile.in: Regenerate.
834
c86dd7db
PB
8352004-05-24 Paolo Bonzini <bonzini@gnu.org>
836
837 * system.h [!ENABLE_NLS]: dgettext takes two
838 parameters.
839
4f4e53dd
PB
8402004-05-23 Paolo Bonzini <bonzini@gnu.org>
841
842 Moved libcpp from the gcc subdirectory to the toplevel.
843 * Makefile.am: New file.
844 * Makefile.in: Regenerate.
845 * configure.ac: New file.
846 * configure: Regenerate.
847 * config.in: Regenerate.
848 * charset.c: Moved from gcc/cppcharset.c. Add note about
849 brokenness of input charset detection. Adjust for change
850 in name of cppucnid.h.
851 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h.
852 * expr.c: Moved from gcc/cppexp.c.
853 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h.
854 Remove #define of O_BINARY, it is in system.h.
855 * identifiers.c: Moved from gcc/cpphash.c.
856 * internal.h: Moved from gcc/cpphash.h. Change header
857 guard name. All other files adjusted to match name change.
858 * init.c: Moved from gcc/cppinit.c.
859 (init_library) [ENABLE_NLS]: Call bindtextdomain.
860 * lex.c: Moved from gcc/cpplex.c.
861 * directives.c: Moved from gcc/cpplib.c.
862 * macro.c: Moved from gcc/cppmacro.c.
863 * pch.c: Moved from gcc/cpppch.c. Do not include intl.h.
864 * traditional.c: Moved from gcc/cpptrad.c.
865 * ucnid.h: Moved from gcc/cppucnid.h. Change header
866 guard name.
867 * ucnid.pl: Moved from gcc/cppucnid.pl.
868 * ucnid.tab: Moved from gcc/cppucnid.tab. Change header
869 guard name.
870 * symtab.c: Moved from gcc/hashtable.c.
871 * line-map.c: Moved from gcc. Do not include intl.h.
872 * mkdeps.c: Moved from gcc.
873 * system.h: New file.
2cf22451
ZW
874 * include/cpplib.h: Moved from gcc. Change header guard name.
875 * include/line-map.h: Moved from gcc. Change header guard name.
876 * include/mkdeps.h: Moved from gcc. Change header guard name.
877 * include/symtab.h: Moved from gcc/hashtable.h. Change header
878 guard name.