* testsuite/test-expandargv.c: Include unistd.h.
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
ae6da67e 12013-10-23 Gerald Pfeifer <gerald@pfeifer.com>
2
3 * testsuite/test-expandargv.c: Include unistd.h.
4
26505cc0
DD
52013-10-15 David Malcolm <dmalcolm@redhat.com>
6
7 * configure.ac: If --enable-host-shared, use -fPIC.
8 * configure: Regenerate.
9
102013-10-11 Paul Pluzhnikov <ppluzhnikov@google.com>
11
12 * cp-demangle.c (d_name): Demangle local-source-names.
13 * testsuite/demangle-expected: New test.
14
53f94b92
DD
152013-09-10 Paolo Carlini <paolo.carlini@oracle.com>
16
17 PR bootstrap/58386
18 Revert:
19
20 2013-09-10 Gary Benson <gbenson@redhat.com>
21
22 * cp-demangle.c: Include hashtab.h.
23 (struct d_print_info): New field saved_scopes.
24 (d_print_init): Initialize the above.
25 (d_print_free): New function.
26 (cplus_demangle_print_callback): Call the above.
27 (struct d_saved_scope): New structure.
28 (d_store_scope): New function.
29 (d_free_scope) Likewise.
30 (d_restore_scope) Likewise.
31 (d_hash_saved_scope) Likewise.
32 (d_equal_saved_scope) Likewise.
33 (d_print_comp): New variable saved_scope.
34 [DEMANGLE_COMPONENT_REFERENCE,
35 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
36 time the component is traversed, and use the captured scope for
37 subsequent traversals.
46dd5233 38 * testsuite/demangle-expected: Add regression test.
53f94b92 39
eabdca0f
DD
402013-09-10 Gary Benson <gbenson@redhat.com>
41
42 * cp-demangle.c: Include hashtab.h.
43 (struct d_print_info): New field saved_scopes.
44 (d_print_init): Initialize the above.
45 (d_print_free): New function.
46 (cplus_demangle_print_callback): Call the above.
47 (struct d_saved_scope): New structure.
48 (d_store_scope): New function.
49 (d_free_scope) Likewise.
50 (d_restore_scope) Likewise.
51 (d_hash_saved_scope) Likewise.
52 (d_equal_saved_scope) Likewise.
53 (d_print_comp): New variable saved_scope.
54 [DEMANGLE_COMPONENT_REFERENCE,
55 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
56 time the component is traversed, and use the captured scope for
57 subsequent traversals.
46dd5233 58 * testsuite/demangle-expected: Add regression test.
eabdca0f 59
21290977
DD
602013-08-20 Alan Modra <amodra@gmail.com>
61
62 * floatformat.c (floatformat_ibm_long_double): Rename to..
63 (floatformat_ibm_long_double_big): ..this.
64 (floatformat_ibm_long_double_little): New.
65
bc771b3b
TG
662013-07-09 Tristan Gingold <gingold@adacore.com>
67
68 * makefile.vms (OBJS): Add dwarfnames.obj
69
a4818a05
DD
702013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
71
72 PR other/56780
73 * libiberty/configure.ac: Move test for --enable-install-libiberty
74 outside of the 'with_target_subdir' test so that it actually gets
75 run. Add output messages to show the test result.
76 * libiberty/configure: Regenerate.
77 * libiberty/Makefile.in (install_to_libdir): Place the
78 installation of the libiberty library in the same guard as that
79 used for the headers to prevent it being installed unless
80 requested via --enable-install-libiberty.
81
3ecb7338
DD
822013-05-06 David Edelsohn <dje.gcc@gmail.com>
83 Peter Bergner <bergner@vnet.ibm.com>
84 Segher Boessenkool <segher@kernel.crashing.org>
85 Jakub Jelinek <jakub@redhat.com>
86
87 * hashtab.c (hash_pointer): Remove conditional and avoid
88 unexecuted shift equal to wordsize.
89
a903d6ac 902013-04-22 Andi Kleen <ak@linux.intel.com>
29f045bb
DD
91
92 * hashtab.c (hash_pointer): Move to end of file and reimplement.
93
3a4d2339
DD
942013-04-03 Jason Merrill <jason@redhat.com>
95
dcd7e9d6
DD
96 * cp-demangle.c (cplus_demangle_type): Fix function quals.
97 (d_pointer_to_member_type): Simplify.
98
3a4d2339
DD
99 Demangle C++11 ref-qualifier.
100 * cp-demangle.c (d_ref_qualifier): New.
101 (d_nested_name, d_function_type): Use it.
102 (d_parmlist): Don't get confused by a ref-qualifier.
103 (cplus_demangle_type): Reorder ref-qualifier.
104 (d_pointer_to_member_type): Likewise.
105 (d_dump): Handle DEMANGLE_COMPONENT_REFERENCE_THIS and
106 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
107 (d_make_comp, has_return_type, d_encoding): Likewise.
108 (d_print_comp, d_print_mod_list, d_print_mod): Likewise.
109 (d_print_function_type, is_ctor_or_dtor): Likewise.
110
3afd2652
DD
1112013-03-27 Kai Tietz <ktietz@redhat.com>
112
113 * configure: Regenerated.
114
eea30203 1152013-03-06 Tobias Burnus <burnus@net-b.de>
72edb7c2 116
eea30203
DD
117 * libiberty.texi: Update comment, remove lowersections.
118 * obstacks.texi: Regenerate.
119
1202013-03-05 Jakub Jelinek <jakub@redhat.com>
121
122 PR middle-end/56526
123 * simple-object-mach-o.c (simple_object_mach_o_segment): Initialize
124 wrapper_sect_offset to avoid a warning.
72edb7c2 125
2fd2526e
DD
1262013-03-01 Andreas Schwab <schwab@linux-m68k.org>
127
128 * obstacks.texi (Obstacks): Trim @node to only contain the
129 node name.
130 * libiberty.texi (Obstacks): Lower section.
131
a9c3ecea
DD
1322013-02-14 Jason Merrill <jason@redhat.com>
133
134 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
135 (d_print_comp): Likewise.
136
389d9b6c
DD
1372013-02-09 Jakub Jelinek <jakub@redhat.com>
138
139 PR other/56245
140 * regex.c (PTR_INT_TYPE): Define.
141 (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE.
142
fe4b0b46
KT
1432013-01-31 Kai Tietz <ktietz@redhat.com>
144
0f5f799a
DD
145 PR other/54620
146 * sha1.c (sha1_process_block): Handle case that size_t is
147 a wider-integer-scalar as a 32-bit unsigned integer.
148
149 PR other/53413
fe4b0b46
KT
150 * md5.c (md5_process_block): Handle case that size_t is
151 a wider-integer-scalar a 32-bit unsigned integer.
152
07a8e9f0
DD
1532013-01-04 Ian Lance Taylor <iant@google.com>
154
155 PR other/54800
156 * simple-object-mach-o.c (simple_object_mach_o_segment): Don't
157 bother to zero out a buffer we are about to set anyhow.
158
1592013-01-01 David Edelsohn <dje.gcc@gmail.com>
160
161 * simple-object-xcoff.c: New file.
162 * Makefile.in: Add it to build machinery.
163 * simple-object-common.h (simple_object_xcoff_functions): Declare.
164 * simple-object.c (format_functions): Add
165 simple_object_xcoff_functions.
166
1f3de044
DD
1672012-11-10 Jason Merrill <jason@redhat.com>
168
169 * cp-demangle.c (d_unqualified_name): Handle abi tags here.
170 (d_name): Not here.
171
1722012-11-09 Jason Merrill <jason@redhat.com>
173
174 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_TAGGED_NAME.
175 (d_make_comp, d_find_pack, d_print_comp): Likewise.
176 (d_abi_tags): New.
177 (d_name): Call it.
178
995b61fe
DD
1792012-10-08 Jason Merrill <jason@redhat.com>
180
181 * cp-demangle.c (d_special_name, d_dump): Handle TH and TW.
182 (d_make_comp, d_print_comp): Likewise.
183
1842012-09-18 Ian Lance Taylor <iant@google.com>
185
186 * strnlen.c: New file.
187 * configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
188 present.
189 * Makefile.in: Rebuild dependencies.
190 (CFILES): Add strnlen.c.
191 (CONFIGURED_OFILES): Add ./strnlen.$(objext).
192 * configure, config.in, functions.texi: Rebuild.
193
194 * maint-tool: Accept .def files in the include directory.
195
1962012-09-18 Florian Weimer <fweimer@redhat.com>
197
198 PR other/54411
199 * objalloc.c (_objalloc_alloc): Add overflow check covering
200 alignment and CHUNK_HEADER_SIZE addition.
201
b9b64803
L
2022011-08-28 H.J. Lu <hongjiu.lu@intel.com>
203
204 * argv.c (dupargv): Replace malloc with xmalloc. Don't check
205 xmalloc return.
206 (buildargv): Likewise. Also replace strdup with xstrdup.
207 (expandargv): Don't check dupargv return.
208
bf8247ff
L
2092011-08-28 H.J. Lu <hongjiu.lu@intel.com>
210
211 PR binutils/14526
212 * argv.c (buildargv): Replace alloca with xmalloc/free.
213
e372c21c
AS
2142012-08-17 Andreas Schwab <schwab@linux-m68k.org>
215
216 * floatformat.c (floatformat_to_double): Correctly handle numbers
217 between 1 and 2. Simplify handling of denormal number.
218 (main): Test with 1.1.
219
902e4335
MF
2202012-07-31 Mike Frysinger <vapier@gentoo.org>
221
222 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output
223 to swap_bytes, and then call memcpy to move it to ctx->buffer.
224
9974286e
DD
2252012-07-26 Kazu Hirata <kazu@codesourcery.com>
226 Sandra Loosemore <sandra@codesourcery.com>
227
228 * pex-win32.c (pex_win32_exec_child): Only close original file
229 descriptors if child is launched successfully.
230
7c328963
DD
2312012-07-18 Jason Merrill <jason@redhat.com>
232
233 * cp-demangle.c (cplus_demangle_operators): Add *_cast.
234 (op_is_new_cast): New.
235 (d_expression, d_print_comp): Check it.
236
0429544a
DE
2372012-07-13 Doug Evans <dje@google.com>
238
239 * filename_cmp.c (filename_hash, filename_eq): New functions.
240
5afcec73
DD
2412012-06-29 Andreas Schwab <schwab@linux-m68k.org>
242
243 * copying-lib.texi (Library Copying): Don't use @heading inside
244 @enumerate.
245
67bf71fe
DD
2462012-05-22 Tom Tromey <tromey@redhat.com>
247
248 http://sourceware.org/bugzilla/show_bug.cgi?id=14065
249 * testsuite/demangle-expected: Add regression test.
250 * cp-demangle.c (d_find_pack): Return NULL for
251 DEMANGLE_COMPONENT_UNNAMED_TYPE.
252
fa66ec53
DD
2532012-04-27 Tom Tromey <tromey@redhat.com>
254
255 * dwarfnames.c: New file.
256 * Makefile.in (CFILES): Add dwarfnames.
257 (REQUIRED_OFILES): Add dwarfnames.
258 (./dwarfnames.$(objext)): New target.
259
b3641a6e
DD
2602012-04-04 Tristan Gingold <gingold@adacore.com>
261
262 * pex-unix.c (to_ptr32): Fix style.
263
24e829d0
DD
2642012-04-02 Tristan Gingold <gingold@adacore.com>
265
266 * stack-limit.c: Includes ansidecl.h.
267 (stack_limit_increase): Add ATTRIBUTE_UNUSED
268
2692012-03-20 Jason Merrill <jason@redhat.com>
270
271 * cp-demangle.c (cplus_demangle_type): Handle 'auto'.
272
4e3aa408
DD
2732012-03-07 Jason Merrill <jason@redhat.com>
274
275 * cp-demangle.c (cplus_demangle_operators): Add li.
276 (d_unqualified_name): Handle it specially.
277
1712e1d4
JJ
2782012-01-26 Jakub Jelinek <jakub@redhat.com>
279
280 * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
281 about using preprocessor directives inside of macro arguments.
282
d12c31df
DD
2832012-01-22 Douglas B Rupp <rupp@gnat.com>
284
285 * configure: Regenerate.
286
fbfd63c0
DD
2872012-01-10 Jason Merrill <jason@redhat.com>
288
289 * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:
290 Omit a trailing space in the operator name.
291
eb7b5ddb
DD
2922012-01-06 Jason Merrill <jason@redhat.com>
293
294 PR c++/6057
295 PR c++/48051
296 PR c++/50855
297 PR c++/51322
298 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
299 DEMANGLE_COMPONENT_INITIALIZER_LIST.
300 (d_make_comp): Likewise. Allow null right arg for
301 DEMANGLE_COMPONENT_TRINARY_ARG2.
302 (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
303 (d_template_args, d_template_arg): Handle 'J' for argument packs.
304 (d_exprlist): Add terminator parm.
305 (d_expression, d_print_comp): Handle initializer lists, nullary
306 expressions, prefix/suffix operators, and new.
307 (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
308 and DEMANGLE_COMPONENT_INITIALIZER_LIST.
309 * testsuite/demangle-expected: Add tests.
310
311 * cp-demangle.c (cplus_demangle_type): decltype, pack expansion
312 and vector are substitutable.
313 (cplus_demangle_operators): Sort.
314
3152012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
316
317 * configure: Regenerate.
318
dd28faae
DD
3192012-01-02 Jakub Jelinek <jakub@redhat.com>
320
321 * make-relative-prefix.c (make_relative_prefix_1): Avoid
322 stack overflow if PATH contains just a single entry and
323 HOST_EXECUTABLE_SUFFIX needs to be used.
324
325 PR driver/48306
326 * make-relative-prefix.c: Include sys/stat.h.
327 (make_relative_prefix_1): If access succeeds, check also stat
328 if nstore is a regular file.
329
604fcd65
AS
3302011-12-20 Andreas Schwab <schwab@linux-m68k.org>
331
332 * configure: Regenerate.
333
3fee530e
DD
3342011-12-20 Tristan Gingold <gingold@adacore.com>
335
336 * aclocal.m4: Assume strncmp works in cross case.
337 * configure: Regenerate
338
a53e62cf
AS
3392011-12-19 Andreas Schwab <schwab@linux-m68k.org>
340
341 * configure: Regenerate.
342
956a8f8b
DD
3432011-11-07 Richard Henderson <rth@redhat.com>
344
345 Merged from transactional-memory.
346
347 * cp-demangle.c (cplus_demangle_fill_ctor): Accept
348 gnu_v3_object_ctor_group.
349 (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
350 (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
351 and gnu_v3_object_dtor_group.
352 (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
353 and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
354 (d_make_comp, d_print_comp): Likewise.
355 (d_special_name): Generate them.
356
abc6552b
DD
3572011-11-04 Jason Merrill <jason@redhat.com>
358
359 PR c++/48370
360 * cp-demangle.c (d_special_name, d_print_comp): Handle a
361 discriminator number on DEMANGLE_COMPONENT_REFTEMP.
362
cf185ad7
DD
3632011-11-02 Doug Evans <dje@google.com>
364
365 * Makefile.in (CFILES): Add timeval-utils.c.
366 (REQUIRED_OFILES): Add timeval-utils.$(objext).
367 (INSTALLED_HEADERS): Add timeval-utils.h.
368 (timeval-utils.$(objext)): Add rule.
369
eb2722c1
DD
3702011-10-28 Ian Lance Taylor <iant@google.com>
371
372 * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
373
85d7ed08
DD
3742011-10-26 Iain Sandoe <iains@gcc.gnu.org>
375
376 PR target/48108
377 * simple-object-mach-o.c (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
378 GNU_WRAPPER_NAMES): New macros.
379 (simple_object_mach_o_segment): Handle wrapper scheme.
380 (simple_object_mach_o_write_section_header): Allow the segment name
381 to be supplied.
382 (simple_object_mach_o_write_segment): Handle wrapper scheme. Ensure
383 that the top-level segment name in the load command is empty.
384 (simple_object_mach_o_write_to_file): Determine the number of
385 sections during segment output, use that in writing the header.
386
f9fb0b2d
DD
3872011-10-10 Ian Lance Taylor <iant@google.com>
388
389 PR c++/48665
390 * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
391 function type, change them to apply to the "this" parameter.
392 * testsuite/demangle-expected: Add test case.
393
514c97d3
DD
3942011-09-28 Doug Evans <dje@google.com>
395
396 * timeval-utils.c: New file.
514c97d3
DD
397
398 * argv.c (countargv): New function.
399
7955ede5
DD
4002011-09-23 Cary Coutant <ccoutant@google.com>
401
402 PR 40831
403 * cp-demangle.c (d_make_comp): Add new component type.
404 (cplus_demangle_mangled_name): Check for clone suffixes.
405 (d_parmlist): Don't error out if we see '.'.
406 (d_clone_suffix): New function.
407 (d_print_comp): Print info for clone suffixes.
408 * testsuite/demangle-expected: Add new testcases.
409
634e4f4f 4102011-09-23 Ian Lance Taylor <iant@google.com>
139d7133 411 Pierre Vittet <piervit@pvittet.com>
634e4f4f
DD
412
413 * md5.c (md5_process_bytes): Correct handling of unaligned
414 buffer.
415
601a99c6
DD
4162011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
417
418 * aclocal.m4: Include ../config/picflag.m4.
419 * configure.ac (GCC_PICFLAG): Call it.
420 (enable_shared): Clear PICFLAG unless shared.
421 * configure: Regenerate.
422
091c2a96
DD
4232011-08-12 Steve Ellcey <sje@cup.hp.com>
424
425 * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
426
6b6bd65a
DD
4272011-08-06 Uros Bizjak <ubizjak@gmail.com>
428
429 * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
430
4312011-08-01 Jason Merrill <jason@redhat.com>
432
433 PR c++/49932
434 * cp-demangle.c (d_prefix): Handle decltype.
435 * testsuite/demangle-expected: Test it.
436
31ba042a
L
4372011-07-26 H.J. Lu <hongjiu.lu@intel.com>
438
439 * testsuite/demangle-expected: Remove an extra line.
440
04aed652
DD
4412011-07-26 Ian Lance Taylor <iant@google.com>
442
443 * cp-demangle.c (d_print_init): Initialize pack_index field.
444 (d_print_comp): Check for NULL template argument.
445 * testsuite/demangle-expected: Add test case.
446
17a16b0f
DD
4472011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
448
449 PR target/49817
450 * stack-limit.c: Include <stdint.h>.
451
26ac1280
DD
4522011-07-22 Jakub Jelinek <jakub@redhat.com>
453
454 PR c++/49756
455 * stack-limit.c: New file.
456 * Makefile.in: Regenerate deps.
457 (CFILES): Add stack-limit.c.
458 (REQUIRED_OFILES): Add ./stack-limit.$(objext).
459 * configure.ac (checkfuncs): Add getrlimit and setrlimit.
460 (AC_CHECK_FUNCS): Likewise.
461 * configure: Regenerated.
462 * config.in: Regenerated.
463
f2917a30
DD
4642011-07-04 Jason Merrill <jason@redhat.com>
465
466 * cp-demangle.c (d_expression): Handle 'this'.
467 (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
468
7d6b320b
JB
4692011-07-01 Joel Brobecker <brobecker@adacore.com>
470
471 * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
472 HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
473
02e7efbf
JK
4742011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
475
476 PR debug/49408
477 * cp-demangle.c (d_print_comp): Suppress argument list for function
478 references by the '&' unary operator. Keep also already processed
479 variant without the argument list. Suppress argument list types for
480 function call used in an expression.
481 * testsuite/demangle-expected: Fix excessive argument list types in
482 `test for typed function in decltype'. New testcase for no argument
483 list types printed. 3 new testcases for function references by the
484 '&' unary operator..
485
b24539b3
DD
4862011-06-20 Jason Merrill <jason@redhat.com>
487
488 PR c++/37089
489 * cp-demangle.c (d_print_comp): Handle reference smashing.
490 * testsuite/demangle-expected: Test it.
491
ddee5e46
DD
4922011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
493
494 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>:
495 Suppress d_print_mod for DMGL_RET_POSTFIX.
496 * testsuite/demangle-expected: New testcases for --ret-postfix.
497
4982011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
499
500 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>: Do
501 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.
502 * testsuite/demangle-expected: New testcases for --ret-drop.
503 * testsuite/test-demangle.c: Document --ret-drop in a comment.
504 (main): New variable ret_drop, fill it, call cplus_demangle with it.
505
5062011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * cp-demangle.c (struct d_print_info): Remove field options.
509 (d_print_init): Remove parameter options.
510 (cplus_demangle_print_callback): Update all the callers.
511 (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
512 (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
513 Add parameter options, update all the callers.
514
4ff224cb
DD
5152011-04-20 Jim Meyering <meyering@redhat.com>
516
517 * cp-demint.c (cplus_demangle_v3_components): Remove useless
518 if-before-free.
519 * cplus-dem.c (squangle_mop_up): Likewise.
520 (delete_non_B_K_work_stuff): Likewise.
521 * pex-common.c (pex_free): Likewise.
522 * pex-msdos.c (pex_msdos_cleanup): Likewise.
523 * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
524 (win32_spawn): Likewise.
525 * regex.c (FREE_VAR, weak_alias): Likewise.
526 * spaces.c (spaces): Likewise.
527
a55c6f41
DD
5282011-04-10 Jim Meyering <meyering@redhat.com>
529
530 Avoid memory overrun in a test leading to potential double-free.
531 * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
532 i.e., do copy the trailing NUL byte.
533
083faca9
TG
5342011-03-31 Tristan Gingold <gingold@adacore.com>
535
536 * makefile.vms (OBJS): Add filename_cmp.obj
537
007d6189
KT
5382011-02-28 Kai Tietz <kai.tietz@onevision.com>
539
540 * filename_cmp.c (filename_ncmp): New function.
541 * functions.texi: Regenerated.
542
d4d868a2
RW
5432011-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
544
545 * splay-tree.c: Escape wrapping newlines in texinfo markup
546 with '@', to fix function declaration output rendering.
547 * gather-docs: Relax and improve macro name matching to actually
548 match all current names and to allow input line wrapping.
549 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
550 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
551 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
552 pexecute.txh, random.c, setenv.c, setproctitle.c,
553 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
554 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
555 Wrap long texinfo input lines.
556 * functions.texi: Regenerate.
557
5582011-01-18 Mike Frysinger <vapier@gentoo.org>
559
560 * .gitignore: New file.
561
98f0b5d4
DD
5622010-12-08 Doug Evans <dje@google.com>
563
564 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
565 all callers updated. Rewrite to be non-recursive.
566
531ff9fd
DD
5672010-11-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
568
569 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
570
62b06a9e
DD
5712010-11-20 Anthony Green <green@moxielogic.com>
572
573 * configure.ac: Turn PR_SET_NAME link test into a test for
574 sys/prctl.h.
575 * configure, config.in: Rebuilt.
576 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
577 (setproctitle) Test for PR_SET_NAME definition.
578
9b980aa1
RW
5792010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
580
581 PR other/46202
582 * Makefile.in (install-strip): New phony target.
583 (install): Also mark as phony.
584
f9e6589d
DD
5852010-11-16 Ian Lance Taylor <iant@google.com>
586
587 * simple-object.c (simple_object_attributes_merge): Rename from
588 simple_object_attributes_compare. Call merge field.
589 * simple-object-common.h (struct simple_object_functions): Rename
590 attributes_compare field to attribute_merge.
591 * simple-object-elf.c (EM_SPARC): Define.
592 (EM_SPARC32PLUS): Define.
593 (simple_object_elf_attributes_merge): Renamed from
594 simple_object_elf_attributes_compare. Permit EM_SPARC and
595 EM_SPARC32PLUS objects to be merged.
596 (simple_object_elf_functions): Update function name.
597 * simple-object-coff.c (simple_object_coff_attributes_merge):
598 Rename from simple_object_coff_attributes_compare.
599 (simple_object_coff_functions): Update function name.
600 * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
601 Renamed from simple_object_mach_o_attributes_compare.
602 (simple_object_mach_o_functions): Update function name.
603
a0692e36
L
6042010-11-16 H.J. Lu <hongjiu.lu@intel.com>
605
606 PR other/42670
607 PR binutils/11137
608 * cp-demangle.c (d_make_demangle_mangled_name): New.
609 (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
610
611 * testsuite/demangle-expected: Updated.
612
28fadfc4
DD
6132010-11-14 Kai Tietz <kai.tietz@onevision.com>
614
615 * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
616 offset.
617
361c3115
DD
6182010-11-12 Ian Lance Taylor <iant@google.com>
619
620 PR other/46332
621 * cp-demangle.c (d_print_function_type): Don't print parentheses
622 if there are no modifiers to print.
623 * testsuite/demangle-expected: Tweak one test case, add another.
624
9c55e064
RH
6252010-11-04 Richard Henderson <rth@redhat.com>
626
627 * configure.ac (AC_CHECK_HEADERS): Add process.h.
628 (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
629 (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
630 * configure, config.in: Rebuild.
631 * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
632 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
633
ffa54e5c
DD
6342010-11-02 Ian Lance Taylor <iant@google.com>
635 Dave Korn <dave.korn.cygwin@gmail.com>
636 Iain Sandoe <iains@gcc.gnu.org>
637
638 * simple-object.c: New file.
639 * simple-object-common.h: New file.
640 * simple-object-elf.c: New file.
641 * simple-object-mach-o.c: New file.
642 * simple-object-coff.c: New file.
643 * simple-object.txh: New file.
644 * configure.ac: Add AC_TYPE_SSIZE_T.
645 * Makefile.in: Rebuild dependencies.
646 (CFILES): Add simple-object.c, simple-object-coff,
647 simple-object-elf.c, and simple-object-mach-o.c.
648 (REQUIRED_OFILES): Add corresponding object files.
649 * configure: Rebuild.
650 * config.in: Rebuild.
651 * functions.texi: Rebuild.
652
80347f88
DD
6532010-10-29 Ian Lance Taylor <iant@google.com>
654
655 * setproctitle.c: Add space after function name in @deftypefn
656 comment.
657 * functions.texi: Rebuild.
658
85f1f7cf
DD
6592010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
660
661 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
662 * configure: Regenerate.
663
a903d6ac 6642010-10-07 Andi Kleen <ak@linux.intel.com>
94e48200
DD
665
666 * configure: Regenerate.
667 * configure.ac: Turn PR_SET_NAME check into link check.
668
a903d6ac 6692010-10-06 Andi Kleen <ak@linux.intel.com>
9711ae4d
DD
670
671 * Makefile.in (CFILES): Add setproctitle.
672 (CONFIGURED_OFILES): Add setproctitle.
673 (setproctitle): Add rule.
674 * config.in: Regenerate.
675 * configure: Regenerate.
676 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
677 * setproctitle.c: Add file.
678 * functions.texi: Regenerate.
679
6a44904e
DD
6802010-09-22 Tristan Gingold <gingold@adacore.com>
681
682 * cplus-dem.c (ada_demangle): Add comments.
683 Handle stream and controlled type operations.
684 Decoding of some uppercase letters moved before separators.
685 * testsuite/demangle-expected: Add tests.
686
57cf60a5
TT
6872010-09-10 James Lyon <jameslyon0@googlemail.com>
688
689 http://sourceware.org/bugzilla/show_bug.cgi?id=11572
690 * cp-demangle.c (d_find_pack): Add case for
691 DEMANGLE_COMPONENT_LAMBDA.
692 * testsuite/demangle-expected: Add regression test.
693
497462ef
DD
6942010-09-08 Tristan Gingold <gingold@adacore.com>
695
696 PR 44001
697 * maint-tool (missing): Fix pattern for object file.
698 (deps): Use $(objext) for object extension.
699 * Makefile.in (objext): New variable.
700 Replace all occurences of .o with .$(objext)
701 Regenerate with maint-deps
702 * configure.ac (pexecute): Set to the basename.
703 * configure: Regenerate.
704
23701f2e
DD
7052010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
706
707 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
708 corresponding stream has been opened.
709 (pex_free): Close pipe file descriptors corresponding to child's
710 stdout and stderr before waiting.
711
9d8d6261
NC
7122010-08-13 Nick Clifton <nickc@redhat.com>
713
714 * argv.c (expandargv): Limit the number of times that response
715 files are opened in order to prevent infinite recursion.
716
ae30dc00
DD
7172010-07-21 Pascal Obry <obry@adacore.com>
718
719 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
720
f9e9243a
UW
7212010-07-06 Ken Werner <ken.werner@de.ibm.com>
722
723 * floatformat.c (floatformat_ieee_half_big): New variable.
724 (floatformat_ieee_half_little): Likewise.
725
6b13a44c
DD
7262010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
727
728 * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
729 Update copyright years.
730 Move to GFDL 1.3.
731
3baae9d6
JJ
7322010-06-10 Jakub Jelinek <jakub@redhat.com>
733
734 PR other/43838
735 * cp-demangle.c (struct d_print_info): Add flush_count field.
736 (d_print_init): Initialize it to 0.
737 (d_print_flush): Increment it.
738 (d_print_comp): If needed flush before appending ", ". Only
739 decrement dpi->len if no flushes happened during the recursive
740 call.
741 * testsuite/demangle-expected: Add a test for this.
742
219a461e
DD
7432010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
744
745 * splay-tree.c: Update copyright years.
746 (splay_tree_new_typed_alloc): New.
747 (splay_tree_new_with_allocator): Use it.
748
749 * hashtab.c: Update copyright years.
750 (htab_create_typed_alloc): New.
751 (htab_create_alloc): Use it.
752
753 * functions.texi: Regenerate.
754
a2803021
DD
7552010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
756 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
757
758 PR bootstrap/42798
759 * configure.ac: Check for declaration of 'basename(char *)'.
760 * configure: Regenerate.
761
7622010-05-26 Kai Tietz <kai.tietz@onevision.com>
0a5b531f
DD
763
764 * testsuite/demangle-expected: Add tests for __int128
765 and unsigned __int128 types.
766
cf383746
DD
7672010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
768 Jason Merrill <jason@redhat.com>
769
770 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
771 (cplus_demangle_type): Handle nullptr.
772 * testsuite/demangle-expected: Test it.
773
2cd2156f
DD
7742010-04-23 Pedro Alves <pedro@codesourcery.com>
775
776 * lbasename.c (lbasename): Split into ...
777 (unix_lbasename, dos_basename): ... these.
778 (lbasename): ... and reimplement on top of them.
779 * Makefile.in (lbasename.o): Add dependency on
780 $(INCDIR)/filenames.h.
781
45ecb02a
DD
7822010-04-07 Jakub Jelinek <jakub@redhat.com>
783
784 * regex.c (byte_re_match_2_internal): Avoid set but not used
785 warning.
786
f9b58c5b
DD
7872010-03-22 Jason Merrill <jason@redhat.com>
788
789 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
790
178bead7
DD
7912010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
792
793 * Makefile.in (all): Do not use exec.
794
fbe5da0e
DD
7952010-02-04 Tom Tromey <tromey@redhat.com>
796
797 * testsuite/demangle-expected: Add missing --format=gnu-v3.
798
cbc43128
DD
7992010-02-03 Jason Merrill <jason@redhat.com>
800
801 * cp-demangle.c (d_expression): Handle dependent operator name.
802
803 PR c++/12909
804 * cp-demangle.c (d_number_component, d_vector_type): New.
805 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
806
8072010-01-25 Ian Lance Taylor <iant@google.com>
808
809 * cp-demangle.c (cplus_demangle_type): Check for invalid type
810 after "DF".
811 * testsuite/demangle-expected: Add test.
812
9ac9c2b6
DD
8132010-01-20 Jason Merrill <jason@redhat.com>
814
815 PR c++/42338
816 * cp-demangle.c (d_print_comp): Fix array index printing.
817
6d390a9e
DD
8182010-01-11 Tristan Gingold <gingold@adacore.com>
819
820 * cplus-dem.c (ada_demangle): Remove prototype.
821 (grow_vect): Removed.
822 (ada_demangle): Rewritten.
823 (cplus_demangle): Fix indentation.
824 * testsuite/demangle-expected: Add tests for Ada.
825
ffe7cfdf
L
8262010-01-09 Ian Lance Taylor <iant@google.com>
827
828 PR other/42230
829 * cp-demangle.c (d_demangle): Return dgs.alc on success.
830
43e85a8f
DD
8312010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
832
833 PR target/42316
834 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
835 * configure: Regenerate.
836
16b8170d
DE
8372009-12-07 Doug Evans <dje@google.com>
838
839 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
840
e96158fc
BE
8412009-11-26 Ben Elliston <bje@au.ibm.com>
842
19afebda 843 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
e96158fc
BE
844 * configure: Regenerate.
845
cf89a94a
BE
8462009-11-25 Ben Elliston <bje@au.ibm.com>
847
848 * functions.texi: Rebuild.
849
23d03362
BE
8502009-11-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
851 Ben Elliston <bje@au.ibm.com>
852
853 * README: Mention changes to Makefile.in and functions.texi.
854 * gather-docs: Mention 'make stamp-functions' in the header.
855
c90188f6
BE
8562009-11-23 Ben Elliston <bje@au.ibm.com>
857 Ian Lance Taylor <iant@google.com>
858
859 * pex-unix.c (pex_child_error): Improve warning avoidance by
860 checking the results of write(3) and exiting with -2 if any write
861 returns a negative value.
862
ca938790
DD
8632009-11-22 Steve Ward <planet36@gmail.com>
864
865 * dyn-string.c (dyn_string_append_char): Fix typo in comment.
866
17f99e29
BE
8672009-11-20 Ben Elliston <bje@au.ibm.com>
868
869 * pex-unix.c (pex_child_error): Define writeerr macro to avoid
870 unused result warnings from write(3) calls. Undefine writeerr
871 after all uses.
872
79e31468
DD
8732009-10-08 Daniel Gutson <dgutson@codesourcery.com>
874 Daniel Jacobowitz <dan@codesourcery.com>
875 Pedro Alves <pedro@codesourcery.com>
876
877 libiberty/
878 * argv.c (consume_whitespace): New function.
879 (only_whitespace): New function.
880 (buildargv): Always use ISSPACE by calling consume_whitespace.
881 (expandargv): Skip empty files. Do not stop at the first empty
882 argument (calling only_whitespace)..
883 * testsuite/test-expandargv.c: (test_data): Test empty lines
884 and empty arguments.
885 (run_tests): Fix false positives due to shorter arguments.
886
664aa91f
DD
8872009-09-30 Martin Thuresson <martint@google.com>
888
889 * regex.c (byte_re_match_2_internal): Split declaration and
890 assignment to avoid -Wc++-compat warning due to goto.
891
8922009-09-29 Jason Merrill <jason@redhat.com>
893
894 * Makefile.in: Enable demangle target.
895 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
896 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
897 (d_parmlist): Factor out from d_bare_function_type.
898 (d_compact_number): Factor out from d_template_param and d_expression.
899 (d_append_num): Factor out from d_print_comp.
900 (d_print_comp, d_print_mod_list): Handle lambdas.
901 * testsuite/demangle-expected: Add lambda tests.
902
572771db
DD
9032009-09-23 Matthew Gingell <gingell@adacore.com>
904
905 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
906
074d710d
KT
9072009-09-22 Ozkan Sezer <sezeroz@gmail.com>
908
909 * choose-temp.c: Include unistd.h for mingw targets.
910
a17fcd19
DD
9112009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
912
913 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
914
bc426d7a
DD
9152009-09-15 Tristan Gingold <gingold@adacore.com>
916
917 * config.h-vms (intptr_t): Define to compile hashtab.c
918
b4a451f5
L
9192009-09-04 Ozkan Sezer <sezeroz@gmail.com>
920
921 PR target/39065
922 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
923 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
924 * config.in: Regenerated.
925 * configure: Regenerated.
926
fca6a796
L
9272009-09-03 Ozkan Sezer <sezeroz@gmail.com>
928
929 PR target/39065
930 * configure.ac: Also check for intptr_t.
931 * config.h.in: Regenerated.
932 * configure: Regenerated.
933 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
934 instead of of long.
935
fce11aaa
TG
9362009-09-02 Tristan Gingold <gingold@adacore.com>
937
938 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
939 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
940 dependencies. Remove unused FORMAT variable.
941 * configure.com: New file to create build.com DCL script for
942 Itanium VMS or Alpha VMS.
943
d444d2ba
RW
9442009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
945
946 * configure.ac (AC_PREREQ): Bump to 2.64.
947
7a0801a9
L
9482009-08-23 H.J. Lu <hongjiu.lu@intel.com>
949
950 PR ld/10536
951 * Makefile.in (install-html-recursive): Removed.
952
75086676
DD
9532009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
954
955 * config.in: Regenerate.
956 * configure: Regenerate.
957
626aaf89
DD
9582009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
959
960 * Makefile.in (AUTOCONF, configure_deps): New variables.
961 ($(srcdir)/configure): New rule, active only in maintainer mode.
962
b0832eea
DD
9632009-07-29 Douglas B Rupp <rupp@gnat.com>
964
965 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
966
9fef968a
DD
9672009-07-27 Douglas B Rupp <rupp@gnat.com>
968
969 * pex-unix.c (vfork): Remove VMS specific definition (get from header
970 file instead).
971 (to_ptr32): New function.
972 (pex_unix_exec_child): Use it.
973
bdc0e08d
DD
9742009-07-24 Ian Lance Taylor <iant@google.com>
975
976 PR bootstrap/40854
977 * crc32.c (xcrc32): Rename from crc32.
978
6e881691
DD
9792009-07-24 Ian Lance Taylor <iant@google.com>
980
981 * crc32.c: New file.
982 * Makefile.in: Rebuild dependencies.
983 (CFILES): Add crc32.c.
984 (REQUIRED_OFILES): Add ./crc32.o.
985 * functions.texi: Rebuild.
986
d5031754
DD
9872009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
988
989 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
990 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
991 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
992 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
993 (d_demangle_callback): The variable type is now declared as enum.
994 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
995
483d7cf4
DD
9962009-06-21 Jakub Jelinek <jakub@redhat.com>
997
998 * hashtab.c (htab_traverse): Don't call htab_expand for
999 nearly empty hashtabs with sizes 7, 13 or 31.
1000
5d7aee10
NC
10012009-06-16 Nick Clifton <nickc@redhat.com>
1002
1003 PR 10197
1004 * testsuite/test-demangle.c: Rename getline to get_line to avoid
1005 conflicts with system function of the same name.
1006
8893fa20
DD
10072009-05-30 Eli Zaretskii <eliz@gnu.org>
1008
1009 * snprintf.c: Doc fix.
1010
1011 * vsnprintf.c: Doc fix.
1012
b69c3c55
KT
10132009-05-29 Kai Tietz <kai.tietz@onevision.com>
1014
6b6bd65a 1015 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
b69c3c55 1016
0dc69033
DD
10172009-05-29 Michael Matz <matz@suse.de>
1018
1019 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
1020 out when forcing the minimum.
1021 (fibheap_delete_node): Assert that we managed to force the minimum.
1022
56ae5eb9
TG
10232009-05-25 Tristan Gingold <gingold@adacore.com>
1024
1025 * config.h-vms: Rewritten. Define configure macros.
1026 Use DEC-C builtin alloca.
1027
1028 * makefile.vms (OBJS): Update list.
1029 (OPT): New variable.
1030 (CFLAGS): Update compilation flags.
1031 (libiberty.olb): Do not depend on alloca-conf.h anymore.
1032
4e55d6c3
DD
10332009-05-19 Ian Lance Taylor <iant@google.com>
1034 Ben Elliston <bje@au.ibm.com>
1035
1036 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
1037 (cplus_demangle_fill_dtor): Likewise.
1038
ed20019d
JB
10392009-05-17 Julian Brown <julian@codesourcery.com>
1040
1041 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
1042 standard handles (stdin, stdout, stderr) in parent.
1043
59cdf842
JB
10442009-04-29 Julian Brown <julian@codesourcery.com>
1045
6b6bd65a 1046 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
59cdf842 1047 (pex_win32_exec_child): Ensure each process has only one handle open
3ea74505
DD
1048 on pipe endpoints. Close standard input after creating child for
1049 symmetry with standard output/standard error.
59cdf842 1050
e1ad6b9a
DD
10512009-04-25 Eli Zaretskii <eliz@gnu.org>
1052
1053 * Makefile.in (needed-list): Target removed (not used in GCC
1054 3.0 and later). All references deleted.
1055 (mostlyclean): Remove references to needed.awk and needed2.awk.
1056
68724c3d
DD
10572009-04-14 Eli Zaretskii <eliz@gnu.org>
1058
1059 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
1060 existing and required library functions to with_target_subdir
1061 section, so that the native build does detect them at configure
1062 time.
1063 * configure: Regenerated.
6b6bd65a 1064
587c6b96
KT
10652009-04-13 Ozkan Sezer <sezeroz@gmail.com>
1066
6b6bd65a
DD
1067 PR target/39397
1068 * pex-common.h (struct pex_obj): Store pid values as pid_t,
1069 not as long (members *children and (*wait))
1070 * pex-common.c (pex_run_in_environment): Likewise.
1071 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
1072 returned pid value.
1073 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
1074 * pex-msdos.c (pex_msdos_wait): Likewise.
587c6b96 1075
3c72fdec
DD
10762009-04-07 Arnaud Patard <apatard@mandriva.com>
1077
6b6bd65a
DD
1078 * libiberty/configure.ac: Fix Linux/MIPS matching rule.
1079 * libiberty/configure: Regenerate.
3c72fdec 1080
6e881691 10812009-03-27 Ian Lance Taylor <iant@google.com>
10e1b6bb
DD
1082
1083 * memmem.c: New file, from gnulib.
1084 * configure.ac: Add memmem to list of functions provided if they
1085 are not available on the host.
1086 * Makefile.in: Rebuild dependencies.
1087 (CFILES): Add memmem.c.
1088 (CONFIGURED_OFILES): Add memmem.o.
1089 * configure, config.in, functions.texi: Rebuild.
1090
e2e1864d
DD
10912009-03-23 Jason Merrill <jason@redhat.com>
1092
1093 * cp-demangle.c (d_expression): Handle pack expansion.
1094 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
1095 (d_print_subexpr): Don't wrap function parms in ().
1096 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
1097 not finding a pack.
1098
c743cf5d
DD
10992009-03-17 Jason Merrill <jason@redhat.com>
1100
1101 * cp-demangle.c (d_make_function_param): new fn.
1102 (cplus_demangle_mangled_name): Work around abi v2 bug.
1103 (d_expr_primary): Likewise.
1104 (cplus_demangle_operators): Add alignof ops.
1105 (d_expression): Handle function parameters and conversions
1106 with other than 1 operand.
1107 (d_print_comp): Handle function parameters. Fix bug with
1108 function used in type of function.
cbc43128 1109 * testsuite/demangle-expected: Update tests.
c743cf5d 1110
3ca747ab
DD
11112009-02-21 Mark Mitchell <mark@codesourcery.com>
1112
1113 * make-temp-file.c (<windows.h>): Include on Windows.
1114 (choose_tmpdir): On Windows, use GetTempPath.
1115
1b5bf944
DK
11162009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
1117
1118 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
1119 as it no longer shares libiberty object files.
1120 * configure: Regenerated.
1121
60cf58f5
DD
11222009-01-07 Jason Merrill <jason@redhat.com>
1123
1124 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
1125
11262009-01-06 Ben Elliston <bje@au.ibm.com>
1127
1128 * cp-demangle.c (cplus_demangle_type): Return NULL if the
1129 character following a 'D' cannot be recognised.
1130
4e59450e
DD
11312008-12-18 Jason Merrill <jason@redhat.com>
1132
1133 PR c++/38561
1134 * cp-demangle.c (d_expression, d_print_comp): Revert
1135 cast changes.
1136
11372008-12-17 Jason Merrill <jason@redhat.com>
1138
1139 * cp-demangle.c (d_expression): Handle rvalue stubs too.
1140 [DEMANGLE_COMPONENT_CAST]: Update mangling.
1141 (d_print_comp): Avoid extra ", " with empty template argument packs.
1142 Remove handling for obsolete T() mangling.
1143
d2825c1a
DD
11442008-12-10 Jason Merrill <jason@redhat.com>
1145
1146 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
1147 (d_print_comp, d_dump): Likewise.
1148
bb52de30
DJ
11492008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1150
1151 * Makefile.in (CPPFLAGS): Define.
1152 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
1153
eff85da5
DD
11542008-10-15 Paolo Bonzini <bonzini@gnu.org>
1155
1156 PR bootstrap/37137
1157 * Makefile.in (LIBCFLAGS): Remove.
1158 (FLAGS_TO_PASS): Don't mention it.
1159 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
1160
de8a05ff
DE
11612008-10-08 David Edelsohn <edelsohn@gnu.org>
1162
06d61999 1163 * xstrdup.c: Include <sys/types.h> after "config.h"
6b6bd65a 1164
899de170
L
11652008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1166
1167 * configure.ac: Call AC_SYS_LARGEFILE.
1168 * config.in: Regenerated.
1169 * configure: Likewise.
1170
1c08f2c8
DD
11712008-10-06 Jason Merrill <jason@redhat.com>
1172
1173 * cp-demangle.c (struct d_print_info): Add pack_index.
1174 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
1175 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
1176 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
1177 (cplus_demangle_builtin_types): Add char16/32_t.
1178 (cplus_demangle_type): Recognize them.
1179 (d_template_args): Handle empty argument packs.
1180 (d_template_arg): Handle argument packs.
1181 (d_expression): Handle dependent name.
1182 (d_index_template_argument): New fn.
1183 (d_lookup_template_argument): New fn.
1184 (d_find_pack, d_pack_length): New fn.
1185 (d_print_subexpr): Split out...
1186 (d_print_comp): ...from here. Use d_*_template_argument.
1187 Handle empty arg lists. Support pack expansions.
1188 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
d053aef8 1189
ba8cb4ba
DD
11902008-09-09 Jason Merrill <jason@redhat.com>
1191
1192 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
1193 (d_make_comp): Likewise.
1194 (cplus_demangle_type): Handle decltype and DFP types.
1195 (cplus_demangle_operators): Call operator takes 2 args.
1196 (cplus_demangle_builtin_types): Add DFP types.
1197 (d_exprlist): New fn.
1198 (d_expression): Handle parm placeholders, T() and calls.
1199 (d_print_comp): Handle decltype, T() and calls.
1200 * testsuite/demangle-expected: Test the above.
1201
bd8aab1c
DD
12022008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1203
1204 * pex-win32.c (argv_to_argc): New function.
1205 (spawn_script): Duplicate argv before calling win32_spawn.
1206
8975bb30
DD
12072008-07-31 Jakub Jelinek <jakub@redhat.com>
1208
1209 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
1210
f562800d
DD
12112008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
1212
1213 * mkstemps.c (mkstemps): If open failed with errno other than
1214 EEXIST, return immediately.
1215 * make-temp-file.c: Include errno.h.
1216 (make_temp_file): If mkstemps failed, print an error message
1217 before aborting.
1218
b7d9aef1
DD
12192008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1220
1221 * maint-tool (deps): Output config.h instead of stamp-h.
1222 * Makefile.in: Rebuild deps.
1223 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
1224 Reverts 2007-07-11 change.
1225
2c197581
EB
12262008-06-19 Eric Blake <ebb9@byu.net>
1227
1228 Adjust strsignal to POSIX 200x prototype.
1229 * strsignal.c (strsignal): Remove const.
1230
c8536f38
DD
12312008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1232
1233 * configure: Regenerate.
1234
83ef53a9
DD
12352008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1236
1237 * libiberty.texi: Expand TABs, drop indentation outside examples.
1238 * obstacks.texi: Likewise.
1239
017c1138
DD
12402008-04-21 Aurelien Jarno <aurelien@aurel32.net>
1241
1242 * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
1243 * libiberty/configure: Regenerate.
1244
5ae54241
DD
12452008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
1246
1247 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
1248
12492008-04-18 Paolo Bonzini <bonzini@gnu.org>
1250
1251 PR bootstrap/35457
1252 * aclocal.m4: Add override.m4.
1253 * configure: Regenerate.
1254
dddc49b7
DD
12552008-03-31 Ian Lance Taylor <iant@google.com>
1256
1257 * cp-demangle.c (d_substitution): Correct overflow check to avoid
1258 -fstrict-overflow optimizations.
1259
c779bab8
PB
12602008-03-27 Paolo Bonzini <bonzini@gnu.org>
1261
1262 * configure.ac (frags): Don't set, use frag instead.
1263 (PICFLAG): Set here and substitute.
1264 * Makefile.in (PICFLAG): Substitute from autoconf.
1265 * configure: Regenerate.
1266
b68965a0
DD
12672008-03-24 Ian Lance Taylor <iant@google.com>
1268
1269 * sha1.c: New file, from gnulib.
1270 * Makefile.in: Rebuild dependencies.
1271 (CFILES): Add sha1.c.
1272 (REQUIRED_OFILES): Add sha1.o.
1273
daddbc6e
DD
12742008-03-24 Doug Evans <dje@google.com>
1275
1276 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
1277 return from strdup.
1278
6b357a9d
DD
12792008-03-12 Seongbae Park <seongbae.park@gmail.com>
1280
1281 * cplus-dem.c (malloc, realloc): Use void * instead of char *
1282 as return type.
1283
3f69c6bf
DD
12842008-03-11 Nick Clifton <nickc@redhat.com>
1285
1286 * md5.c (md5_process_bytes): Do not assume that memcpy will
1287 provide a return value.
1288
610f4894
BE
12892008-02-19 Ben Elliston <bje@au.ibm.com>
1290
1291 PR other/12618
1292 * testsuite/Makefile.in (mostlyclean): Remove any core file.
1293
830ef634
DD
12942008-01-26 David Daney <ddaney@avtrex.com>
1295
1296 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
1297 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1298 DEMANGLE_COMPONENT_CHARACTER cases.
1299 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
1300 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
1301 (d_make_character): New function.
1302 (d_java_resource): Same.
1303 (d_special_name): Handle "Gr" case.
1304 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
1305 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1306 DEMANGLE_COMPONENT_CHARACTER cases.
1307 * testsuite/demangle-expected: Add test for java resource name
1308 mangling.
1309
b4b41ceb
BE
13102008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
1311
1312 * cplus-dem.c (demangle_function_name): Changed to return value
1313 indicating if a name was correctly demangled.
1314 (iterate_demangle_function): Use demangle_function_name return
1315 value.
1316
145f4ab5
DD
13172008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1318
1319 PR other/33768
1320 * splay-tree.c (rotate_left): Fix minor typo in comment.
1321 (rotate_right): Likewise.
1322
38e654e2
DD
13232007-11-12 Joseph Myers <joseph@codesourcery.com>
1324
1325 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
1326 compiler warnings.
1327 (floatformat_ibm_long_double): Use
1328 floatformat_ibm_long_double_is_valid.
1329
b14d30e1
JM
13302007-11-07 Joseph Myers <joseph@codesourcery.com>
1331 Daniel Jacobowitz <dan@codesourcery.com>
1332
1333 * floatformat.c (mant_bits_set): New.
1334 (floatformat_to_double): Use it. Note no special handling of
1335 split formats.
1336 (floatformat_from_double): Note no special handing of split
1337 formats.
1338 (floatformat_ibm_long_double_is_valid,
1339 floatformat_ibm_long_double): New.
1340 (floatformat_ieee_single_big, floatformat_ieee_single_little,
1341 floatformat_ieee_double_big, floatformat_ieee_double_little,
1342 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
1343 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
1344 floatformat_m68881_ext, floatformat_i960_ext,
1345 floatformat_m88110_ext, floatformat_m88110_harris_ext,
1346 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
1347 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
1348 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
1349 for addition of split_half field.
1350
3a0ab695
DD
13512007-09-06 Tom Tromey <tromey@redhat.com>
1352
1353 * pexecute.txh (pex_free): Document process killing.
1354
8969a67f 13552007-08-31 Douglas Gregor <doug.gregor@gmail.com>
2c197581 1356
8969a67f 1357 * cp-demangle.c (d_dump): Handle
2c197581 1358 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
8969a67f
DD
1359 (d_make_comp): Ditto.
1360 (cplus_demangle_type): Ditto.
1361 (d_print_comp): Ditto.
1362 (d_print_mod): Ditto.
1363 (d_print_function_type): Ditto.
1364
29d89e07
DD
13652007-08-24 Kai Tietz <kai.tietz@onevision.com>
1366
1367 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
1368 * pex-djgpp.c: Likewise.
1369 * pex-msdos.c: Likewise.
1370 * pex-unix.c: Likewise.
1371 * pex-win32.c: Likewise.
1372
cefec409
DD
13732007-08-17 Michael Snyder <msnyder@access-company.com>
1374
1375 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
1376
9250f7f0
DD
13772007-08-03 Michael Snyder <msnyder@access-company.com>
1378
1379 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
1380 leak.
1381
168b8298
MS
13822007-07-31 Michael Snyder <msnyder@access-company.com>
1383
1384 * cp-demangle.c (d_print_comp): Guard against null.
1385
642c7534
BE
13862007-07-25 Ben Elliston <bje@au.ibm.com>
1387
1388 * Makefile.in (CFILES): Remove ternary.c.
1389 (REQUIRED_OFILES): Remove ./ternary.o.
1390 (INSTALLED_HEADERS): Remove ternary.h.
1391 (ternary.o): Remove.
1392 * ternary.c: Remove.
1393
acf3a813
DD
13942007-07-23 DJ Delorie <dj@redhat.com>
1395
1396 * argv.c (writeargv): Fix typo in inline documentation.
1397 * functions.texi: Regenerate.
1398
008d60eb
DD
13992007-07-17 DJ Delorie <dj@redhat.com>
1400
1401 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
1402 gettimeofday entry.
1403 * configure: Likewise.
1404
a590e8e7
AO
14052007-07-11 Alexandre Oliva <aoliva@redhat.com>
1406
1407 * maint-tool (deps): Output stamp-h instead of config.h.
1408 * Makefile.in: Rebuild deps.
1409 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
1410
db42c6e8
DD
14112007-07-02 Simon Baldwin <simonb@google.com>
1412
1413 * argv.c (writeargv): Removed declaration of unused variable.
1414
1f616ca1
PB
14152007-06-14 Paolo Bonzini <bonzini@gnu.org>
1416
1417 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
1418 * configure: Regenerate.
1419
a104c397
PB
14202007-06-14 Paolo Bonzini <bonzini@gnu.org>
1421
1422 * aclocal.m4: Include config/warnings.m4.
1423 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
1424 * configure: Regenerate.
1425
958afec3
GK
14262007-06-07 Geoffrey Keating <geoffk@apple.com>
1427
1428 * configure.ac: Non-default multilibs can be cross compilations.
1429 * configure: Regenerate
1430
0c18fee5
DD
14312007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1432
1433 * argv.c (writeargv): New function.
1434
8bf955e1
GK
14352007-05-05 Geoffrey Keating <geoffk@apple.com>
1436
1437 * cp-demangle.c (d_name): Detect local-source-name.
1438 (d_prefix): Likewise.
1439 (d_unqualified_name): Implement local-source-name.
1440
73bdefcf
JB
14412007-05-03 Joel Brobecker <brobecker@adacore.com>
1442
1443 * filename_cmp.c: Replace include of ctype.h by include of
1444 safe-ctype.h.
1445 (filename_cmp): Use TOLOWER instead of tolower for conversions
1446 that are locale-independent.
1447 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
1448
8535fe17
DD
14492007-04-11 Thomas Neumann tneumann@users.sourceforge.net
1450
1451 * argv.c: Use ANSI C declarations.
1452 * make-relative-prefix.c: Likewise.
1453
34d8f01b
JB
14542007-04-06 Joel Brobecker <brobecker@adacore.com>
1455
1456 * filename_cmp.c (filename_cmp): Improve documentation.
1457
2657faa6
AS
14582007-04-02 Andreas Schwab <schwab@suse.de>
1459
1460 * filename_cmp.c: Include "config.h".
1461
9c577e89
DD
14622007-03-29 Joel Brobecker <brobecker@adacore.com>
1463
1464 * filename_cmp.c: New file.
1465 * Makefile.in (CFILES): Add filename_cmp.c.
1466 (REQUIRED_OFILES): Add filename_cmp.o
1467 (filename_cmp.o): New rule.
1468 * functions.texi: Regenerate.
1469
8d301070
GK
14702007-03-15 Geoffrey Keating <geoffk@apple.com>
1471
1472 * cp-demangle.c (d_encoding): Exit early on error.
1473 (d_pointer_to_member_type): Exit early if cplus_demangle_type
1474 returns NULL.
1475 (cplus_demangle_type): Likewise.
1476 * testsuite/demangle-expected: New testcase.
1477
d7831e7c
DD
14782007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1479
1480 * Makefile.in: Add install-pdf target as copied from
1481 automake v1.10 rules.
1482 * testsuite/Makefile.in: Add dummy install-pdf target.
1483
563d09a5 14842007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
2c197581 1485 Eric Botcazou <ebotcazou@libertysurf.fr>
563d09a5
EB
1486
1487 PR other/16513
1488 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
1489 Install headers in multilib independent location.
1490
1f92e180
DD
14912007-02-26 DJ Delorie <dj@redhat.com>
1492
1493 * configure.ac: add djgpp-specific results, so we don't have to
1494 link during a cross compilation.
1495 * configure: Regenerated.
2c197581 1496
6dd7f013
DD
14972007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1498
1499 * hex.c: Fix typo.
1500 * choose-temp.c: Likewise.
1501 * functions.texi: Regenerate.
1502
53d7966f
VP
15032007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1504
1505 * pex-common.h (struct pex_obj): New fields
2c197581 1506 stderr_pipe and read_err.
53d7966f
VP
1507 * pex-common.c (pex_init_common): Initialize
1508 stderr_pipe.
1509 (pex_run_in_environment): Add error checking
1510 for PEX_STDERR_TO_PIPE. Create a pipe
1511 for stderr if necessary.
1512 (pex_read_err): New.
1513 (pex_free): Close read_err.
1514 * pexecute.txh: Document changes.
1515 * functions.texi: Regenerated.
1516
71f2e6f4
BE
15172007-01-31 Ben Elliston <bje@au.ibm.com>
1518
1519 * strsignal.c (psignal): Change type of signo to int.
1520 * functions.texi: Regenerate.
1521
208c1674
DD
15222007-01-29 Simon Baldwin <simonb@google.com>
1523
1524 * cp-demangle.h (cplus_demangle_operators): External definition
1525 suppressed if not building for libstdc++.
1526 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
1527 to demangling, provides a malloc-less version of __cxa_demangle.
1528 (cplus_demangle_print_callback): Public callback version of
1529 cplus_demangle_print.
1530 (struct d_growable_string): New growable string structure.
1531 (d_growable_string_init): New function, provides support for
1532 growable strings separate from print info.
1533 (d_growable_string_resize): Likewise.
1534 (d_growable_string_append_buffer): Likewise.
1535 (d_growable_string_callback_adapter):): Likewise.
1536 (d_print_init): New print info initialization function.
1537 (d_print_error): Macro replace by inline function.
1538 (d_print_saw_error): Likewise.
1539 (d_append_char): Likewise.
1540 (d_append_buffer): Likewise.
1541 (d_append_string): New inline function, replaces the
1542 d_append_string_constant macro.
1543 (d_flush_buffer): New function, flushes buffer to callback.
1544 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
1545 for unsupported dynamic arrays replaced by alloca().
1546 (d_demangle): Return string length estimating removed.
1547 (d_dump): Moved error case handling from call site into function.
1548 (d_print_resize): Function removed.
1549 (d_print_append_char): Likewise.
1550 (d_print_append_buffer): Likewise.
1551 (d_print_error): Likewise.
1552 (d_print_comp): Added special case handling for Java arrays.
1553 (java_demangle_v3): Removed string post-processing for Java arrays,
1554 now replaced by special case handling in d_print_comp.
1555 (cplus_demangle_v3_callback): Augmented interface to demangling,
1556 provides a malloc-less version of cplus_demangle_v3.
1557 (java_demangle_v3_callback): Augmented interface to demangling,
1558 provides a malloc-less version of java_demangle_v3.
1559
cc0732ba
BE
15602007-01-12 Ben Elliston <bje@au.ibm.com>
1561
0bbe7a79
BE
1562 * pex-unix.c (writeerr): Cast write result to void.
1563
cc0732ba
BE
1564 * choose-temp.c (choose_temp_base): Check the result of the call
1565 to mktemp rather than testing the length of the modified string.
2da20a1b 1566
6ef6358e
GK
15672006-12-20 Geoffrey Keating <geoffk@apple.com>
1568
1569 * cp-demangle.h: Add comment explaining what to do to avoid
1570 overrunning string.
1571 (d_check_char): New.
1572 (d_next_char): Don't advance past trailing '\0'.
1573 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
1574 (d_nested_name): Likewise.
1575 (d_special_name): Likewise.
1576 (d_call_offset): Likewise.
1577 (d_function_type): Likewise.
1578 (d_array_type): Likewise.
1579 (d_pointer_to_member_type): Likewise.
1580 (d_template_param): Likewise.
1581 (d_template_args): Likewise.
1582 (d_template_arg): Likewise.
1583 (d_expr_primary): Likewise.
1584 (d_local_name): Likewise.
1585 (d_substitution): Likewise.
1586 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
1587 * testsuite/test-demangle.c: Include sys/mman.h.
1588 (MAP_ANONYMOUS): Define.
1589 (protect_end): New.
1590 (main): Use protect_end.
1591 * testsuite/demangle-expected: Add testcases for overrunning
1592 the end of the string.
1593
d8f813d4 15942006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
2c197581 1595 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
1596
1597 PR driver/29931
1598 * make-relative-prefix.c (make_relative_prefix_1): New function,
1599 broken out of make_relative_prefix. Make link resolution dependent
1600 on new parameter.
1601 (make_relative_prefix): Use make_relative_prefix_1.
1602 (make_relative_prefix_ignore_links): New function.
1603
fb347196
VP
16042006-11-08 Vladimir Prus <vladimir@codesourcery.com>
1605
1606 * pex-win32.c (no_suffixes): Remove.
1607 (std_suffixes): Add "" as first element.
1608 (find_executable): Remove detection of already-present
1609 extension. Try all suffixes in std_suffixes.
2c197581 1610
9e59254c
JB
16112006-11-07 Julian Brown <julian@codesourcery.com>
1612
1613 * floatformat.c (get_field): Fix segfault with little-endian word
1614 order on 64-bit hosts.
1615 (put_field): Likewise.
1616 (min): Move definition.
1617
3ac01eb2
DD
16182006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
1619
1620 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
1621 (find_executable): Likewise.
1622 (win32_spawn): Cast alloca return to (char**).
1623 Replace malloc with XNEWVEC.
1624 bcopy.c (bcopy): Add explict casts in assignments.
1625
78de3ccc
DD
16262006-10-25 Ben Elliston <bje@au.ibm.com>
1627
1628 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2c197581 1629
bff368bd
DD
16302006-10-10 Brooks Moses <bmoses@stanford.edu>
1631
1632 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
1633 * testsuite/Makefile.in: Added empty "pdf" target.
1634
e63f184e
DD
16352006-09-22 Ian Lance Taylor <ian@airs.com>
1636
1637 PR other/29176
1638 * cp-demangle.c (d_substitution): Check for overflow when
1639 computing substitution index.
1640
069e4b19
CV
16412006-08-30 Corinna Vinschen <corinna@vinschen.de>
1642
1643 * configure.ac: Add case for Mingw as host.
1644 * configure: Regenerate.
1645
cb6c09ac
DD
16462006-08-27 Ian Lance Taylor <ian@airs.com>
1647
1648 PR driver/27622
1649 * pex-common.h (struct pex_funcs): Add toclose parameter to
1650 exec_child field.
1651 * pex-common.c (pex_run_in_environment): Pass toclose to
1652 exec_child.
1653 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
1654 * pex-unix.c (pex_unix_exec_child): Likewise.
1655 * pex-msdos.c (pex_msdos_exec_child): Likewise.
1656 * pex-win32.c (pex_win32_exec_child): Likewise.
1657
1658 PR other/28797
1659 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
1660 for a qualified member which is not a function.
1661 * testsuite/demangle-expected: Add test case.
1662
a7d421b8
DD
16632006-07-27 Jan Hubicka <jh@suse.cz>
1664
1665 PR rtl-optimization/28071
1666 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
1667 downsize the hashtable.
1668
6816f995
AO
16692006-07-04 Peter O'Gorman <peter@pogma.com>
1670
1671 * Makefile.in: chmod 644 before ranlib during install.
1672
7741be99
DD
16732006-06-02 Mark Shinwell <shinwell@codesourcery.com>
1674
1675 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
1676 to environ.
1677
014a8caf
DD
16782006-06-01 Mark Shinwell <shinwell@codesourcery.com>
1679
1680 * pex-common.c: New function pex_run_in_environment.
1681 * pex-common.h: Add environment parameter to exec_child.
1682 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
1683 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
1684 (pex_djgpp_exec_child): Pass environment to child process.
1685 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
1686 (pex_unix_exec_child): Pass environment to child process.
1687 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
1688 New function env_compare for comparing VAR=VALUE pairs.
1689 (win32_spawn): Assemble environment block and pass to CreateProcess.
1690 (spawn_script): Pass environment through to win32_spawn.
1691 (pex_win32_exec_child): Pass environment through to spawn_script and
1692 win32_spawn.
1693 * functions.texi: Regenerate.
1694 * pexecute.txh: Document pex_run_in_environment.
1695
069c63e2
DD
16962006-05-28 Mark Shinwell <shinwell@codesourcery.com>
1697
1698 * mkstemps.c: Open temporary files in binary mode.
1699
f6b66e90
DD
17002006-05-12 Anton Blanchard <anton@samba.org>
1701
1702 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
1703 hold "int%u_t".
1704
c77d28ac
JB
17052006-04-24 Julian Brown <julian@codesourcery.com>
1706
1707 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
1708
3db2e6dd
DD
17092006-03-29 Jim Blandy <jimb@codesourcery.com>
1710
b5d60b68 1711 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
3db2e6dd
DD
1712 (pex_init_common): Initialize obj->input_file.
1713 (pex_run): Close any file opened by pex_input_file.
b5d60b68
DD
1714 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
1715 * pex-common.h (struct pex_obj): New field input_file.
3db2e6dd 1716 (struct pex_funcs): New function ptr fdopenw.
b5d60b68
DD
1717 * pex-unix.c (pex_unix_fdopenw): New function.
1718 (funcs): List it as our fdopenw function.
1719 * pex-win32.c (pex_win32_fdopenw): New function.
1720 (funcs): List it as our fdopenw function.
1721 * pex-djgpp.c (funcs): Leave fdopenw null.
1722 * pex-msdos (funcs): Same.
1723 * functions.texi: Regenerated.
3db2e6dd
DD
1724
17252006-04-10 Jim Blandy <jimb@codesourcery.com>
1726
1727 * pex-common.c (temp_file): New function, containing guts of
1728 pex-style temporary file name generation.
1729 (pex_run): Use it.
1730
545c9aee
DD
17312006-04-06 Carlos O'Donell <carlos@codesourcery.com>
1732
1733 * Makefile.in: Add install-html, install-html-am, and
2c197581
EB
1734 install-html-recursive targets. Define mkdir_p and
1735 NORMAL_INSTALL.
545c9aee
DD
1736 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
1737 * configure: Regenerate.
1738 * testsuite/Makefile.in: Add install-html and html targets.
1739
8e1e9959
DD
17402006-03-31 Mark Mitchell <mark@codesourcery.com>
1741
1742 * pex-win32.c (<errno.h>): Include.
1743 (fix_argv): Remove.
1744 (argv_to_cmdline): New function.
1745 (std_suffixes): New variable.
1746 (no_suffixes): Likewise.
1747 (find_executable): New function.
1748 (win32_spawn): Likewise.
1749 (spawn_script): Use win32_spawn instead of _spawnv[p].
1750 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
1751 (pex_win32_wait): Likewise.
1752
57b126a3
DD
17532006-03-24 Jim Blandy <jimb@codesourcery.com>
1754
1755 * pex-common.c (pex_run): Simplify output name handling.
1756
9223c945
DD
17572006-03-12 Jim Blandy <jimb@red-bean.com>
1758
1759 * pex-common.h (struct pex_obj): Doc fixes.
1760
17612006-03-11 Jim Blandy <jimb@red-bean.com>
1762
1763 * functions.texi: Regenerate.
1764
96f4851a
DD
17652006-02-21 Ben Elliston <bje@au.ibm.com>
1766
1767 * pexecute.c (pwait): Syntax fix for previous change.
1768
1c7a49d2
DD
17692006-02-17 Uttam Pawar <uttamp@us.ibm.com>
1770
1771 * pexecute.c (pwait): Free vector pointer.
1772 * partition.c (partition_print): Free class_elements pointer.
1773
e27d251e
DD
17742006-02-11 Roger Sayle <roger@eyesopen.com>
1775 R. Scott Bailey <scott.bailey@eds.com>
1776 Bill Northcott <w.northcott@unsw.edu.au>
1777
1778 PR bootstrap/16787
1779 * floatformat.c: Include <float.h> where available.
1780 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
1781
fd7d450d
DD
17822006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1783
1784 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
2c197581 1785 supported.
fd7d450d
DD
1786 * configure: Regenerated.
1787
67d78caa
DD
17882006-01-20 Carlos O'Donell <carlos@codesourcery.com>
1789
1790 * testsuite/Makefile.in: Add test-expandargv test.
1791 * testsuite/test-expandargv.c: New test.
1792 * argv.c (expandargv): Check for errors with ferror,
1793 rather than just by looking at return value from fread.
1794
648c3dc0
DD
17952005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
1796
1797 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
1798 to convert from "from".
1799 (floatformat_to_double): Likewise.
1800 (floatformat_from_double): Use explicit cast to convert from "to".
1801
7887b2ce
DD
18022005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1803
1804 PR java/9861
1805 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
1806 and include return type when found.
1807 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
1808 conditional logic to change printing order of return type.when
1809 the DMGL_RET_POSTFIX option is present.
1810 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
1811 call.
1812 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
1813 * testsuite/demangle-expected: Test cases to verify extended encoding.
1814 Updated comment to document --ret-postfix option.
2c197581 1815
718c0ded
DD
18162005-11-06 Richard Guenther <rguenther@suse.de>
1817
1818 * splay-tree.c (rotate_left): New function.
1819 (rotate_right): Likewise.
1820 (splay_tree_splay_helper): Remove.
1821 (splay_tree_splay): Re-implement.
1822
fb10537e
DD
18232005-10-31 Mark Kettenis <kettenis@gnu.org>
1824
1825 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
1826 New variables.
1827
5209596c
MM
18282005-10-07 Mark Mitchell <mark@codesourcery.com>
1829
1830 * at-file.texi: Fix typo.
1831
7b96829c
MM
18322005-10-03 Mark Mitchell <mark@codesourcery.com>
1833
1834 * at-file.texi: New file.
1835
48e79b0a
MM
18362005-09-27 Mark Mitchell <mark@codesourcery.com>
1837
1838 * argv.c (expandargv): Do not use xmalloc_failed.
1839
7b17bc29
MM
18402005-09-26 Mark Mitchell <mark@codesourcery.com>
1841
1842 * argv.c (safe-ctype.h): Include it.
1843 (ISBLANK): Remove.
1844 (stdio.h): Include.
1845 (buildargv): Use ISSPACE instead of ISBLANK.
1846 (expandargv): New function.
1847 * Makefile.in: Regenerated.
1848
f59e96e0
DD
18492005-09-14 Christopher Faylor <cgf@timesys.com>
1850
1851 * pex-win32.c: Include "windows.h".
1852 (backslashify): New function.
1853 (fix_argv): Use backslashify to convert path to windows format.
1854 Allocate one more place in new argv for potential executable from '#!'
1855 parsing.
1856 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
1857 (openkey): Ditto.
1858 (mingw_rootify): Ditto.
1859 (msys_rootify): Ditto.
1860 (spawn_script): New function.
1861 (pex_win32_exec_child): Save translated argv in newargv. Pass to
1862 spawn_script if spawnv* fails.
1863 (main): New function. Conditional on MAIN. Useful for testing.
1864
3b6940c0
DD
18652005-08-17 Mark Kettenis <kettenis@gnu.org>
1866
1867 * floatformat.c (floatformat_always_valid): Change type of last
1868 argument to `void *'.
1869 (floatformat_i387_ext_is_valid): Likewise.
1870 (floatformat_to_double): Change type of second argument to `const
1871 void *'.
1872 (floatformat_from_double): Change type of last argument to `void
1873 *'.
1874 (floatformat_is_valid): Change type of last argument to `const
1875 void *'.
1876 (ieee_test): Remove redundant casts.
1877
a9479c3f
KC
18782005-08-17 Kelley Cook <kcook@gcc.gnu.org>
1879
1880 * strverscmp.c: Update FSF address.
1881 * testsuite/Makefile.in: Likewise.
1882 * testsuite/test-demangle.c: Likewise.
1883 * testsuite/test-pexecute.c: Likewise.
1884
55060c0b
DD
18852005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1886
1887 * getopt.c: Include ansidecl.h before system headers.
1888
6038baea
DD
18892005-07-22 Ben Elliston <bje@gnu.org>
1890
1891 * getopt.c: Include "ansidecl.h".
1892 (_getopt_initialize): Mark argc and argv parameters as unused.
1893
18942005-07-22 Ben Elliston <bje@gnu.org>
1895
1896 * regex.c (regcomp): Change type of `i' from unsigned to int.
1897
c750388a
DD
18982005-07-22 Ben Elliston <bje@gnu.org>
1899
1900 Recover patch lost in the sourceware repository:
1901 2005-07-09 Ben Elliston <bje@au.ibm.com>
1902 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
1903 * memmove.c: Likewise.
1904 * objalloc.c: Likewise.
1905
a4e5c0d8
DD
19062005-07-22 Ben Elliston <bje@gnu.org>
1907
1908 * configure.ac: Check for a getopt(3) declaration.
1909 * configure, config.in: Regenerate.
1910
4fe19082
DD
19112005-07-15 Ben Elliston <bje@au.ibm.com>
1912
1913 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
1914
f2942ea4
DD
19152005-07-12 Ben Elliston <bje@au.ibm.com>
1916
1917 * floatformat.c (floatformat_to_double): Add a comment about a
1918 potential source of warnings when compiling this file.
1919
19202005-07-12 Ben Elliston <bje@au.ibm.com>
1921
1922 * pexecute.c (pexecute): Cast string litrals to char *.
1923 * regex.c (re_comp): Cast a call to gettext() to char *.
1924
4cf896a5
KC
19252005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1926
1927 * config.table: Delete file. Move former contents into ...
1928 * configure.ac: ... here and escape any brackets for m4.
1929 * Makefile.in (config.status): Remove dependency on config.table.
1930 * configure: Regenerate.
1931
20ae7c34
KC
19322005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1933
1934 * config.in: Regenerate for 6/20 change.
1935
6ba85b8c
DD
19362005-07-03 Steve Ellcey <sje@cup.hp.com>
1937
1938 PR other/13906
1939 * md5.c (md5_process_bytes): Check alignment.
1940
19412005-07-01 Ian Lance Taylor <ian@airs.com>
1942
1943 PR other/22268
1944 * cp-demangle.c (d_expr_primary): Don't run off the end of the
1945 string while looking for the end of a literal value.
1946 * testsuite/demangle-expected: Add test case.
1947
c3cca4c9
DD
19482005-06-30 Daniel Berlin <dberlin@dberlin.org>
1949
1950 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2c197581 1951 (DELETED_ENTRY): Ditto.
c3cca4c9 1952
67f3cb05
GK
19532005-06-20 Geoffrey Keating <geoffk@apple.com>
1954
1955 * strverscmp.c: New.
1956 * Makefile.in (CFILES): Add strverscmp.c.
1957 (CONFIGURED_OFILES): Add strverscmp.o.
1958 (strverscmp.o): New rule.
1959 (stamp-functions): Add $(srcdir) to files in source directory.
1960 * configure.ac (funcs): Add strverscmp.
1961 (AC_CHECK_FUNCS): Add strverscmp.
1962 * configure: Regenerate.
1963 * functions.texi: Regenerate.
1964
01e94249
DD
19652005-05-28 Eli Zaretskii <eliz@gnu.org>
1966
1967 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
1968 * config.in, configure: Regenerate.
1969
839e4798
RH
19702005-05-25 Richard Henderson <rth@redhat.com>
1971
1972 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
1973 (d_make_comp, d_print_comp): Likewise.
1974 (d_special_name): Generate one.
1975 * testsuite/demangle-expected: Add a hidden alias test.
1976
abf6a75b
DD
19772005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1978
1979 * configure.ac: Check declarations for calloc(), getenv(),
01e94249 1980 malloc(), realloc() and sbrk().
abf6a75b
DD
1981 * config.in: Regenerate.
1982 * configure: Likewise.
1983
1984 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
1985 instead of xmalloc.
1986 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
1987 * concat.c (liiberty_concat_ptr): Surround definition with an
1988 extern "C" block, if __cplusplus.
1989 (concat): Use XNEWVEC instead of xmalloc.
1990 (reconcat): Likewise.
1991 * cp-demangle.c (struct d_print_template): Rename member
01e94249 1992 "template" to "template_decl". Adjust use throughout the file.
abf6a75b
DD
1993 (d_print_resize): Properly cast return value of realloc().
1994 (cplus_demangle_print): Same for malloc().
1995 (d_demangle): Likewise.
1996 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
1997 "typename" to "type_name".
1998 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
1999 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
2000 (demangle_template_value_parm): Likewise.
2001 (demangle_template): Likewise.
2002 (recursively_demangle): Likewise.
2003 (do_hpacc_template_literal): Likewise.
2004 (do_arg): Likewise.
2005 (remember_type): Likewise.
2006 (remember_Ktype): Likewise.
2007 (register_Btype): Likewise.
2008 (string_need): Use XRESIZEVEC instead of xrealloc().
2009 * dyn-string.c (dyn_string_init): Use XNEWVEC.
2010 (dyn_string_new): Use XNEW.
2011 (dyn_string_resize): Use XRESIZEVEC.
2012 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
2013 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
2014 Otherwise include <stdlib.h>.
2015 (exchange): Cast return value of malloc().
2016 * hashtab.c (htab_size): Define as both macro and non-inline
2017 function.
2018 (htab_elements): Likewise.
2019 * getpwd.c (getpwd): Use XNEWVEC.
2020 (htab_create_alloc_ex): Use C90 prototype-style.
2021 * lrealpath.c (lrealpath): Appropriately cast return value of
01e94249 2022 malloc().
abf6a75b
DD
2023 * make-relative-prefix.c (save_string): Likewise.
2024 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
2025 the file.
2026 (choose_tmpdir): Use XNEWVEC.
2027 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
2028 * pex-common.c (pex_init_common): Use XNEW.
2029 (pex_add_remove): Use XRESIZEVEC.
2030 (pex_run): Likewise.
2031 (pex_get_status_and_time): Likewise.
2032 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
2033 * pex-msdos.c (pex_init): Use XNEW.
2034 (pex_msdos_exec_child): Likewise.
2035 (pex_msdos_exec_child): Use XRESIZEVEC.
2036 * pex-unix.c (pex_wait): Use XNEW.
2037 * pex-win32.c (fix_argv): Use XNEWVEC.
2038 * pexecute.c (pwait): Likewise.
2039 * setenv.c (setenv): Properly cast return value of malloc().
2040 * sigsetmask.c (sigsetmask): Rename local variables "old" and
2041 "new" to "old_sig" and "new_sig".
2042 * sort.c (main): Use XNEWVEC.
2043 * spaces.c (spaces): Cast return value of malloc().
2044 * strndup.c (strndup): Likewise.
2045 * ternary.c (ternary_insert): Use XNEW.
2046 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
2047 with an extern "C" block if __cplusplus.
2048 * xstrdup.c (xstrdup): Cast return value of memcpy().
2049 * xstrerror.c (strerror): Enclose declaration in an extern "C"
2050 block if __cplusplus.
2051 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
2052
2349f557
DD
20532005-05-16 Andreas Jaeger <aj@suse.de>
2054
2055 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
2056 that it's only declared if needed.
2057
2058 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
2059 defined.
2060
e9edcedc
DD
20612005-05-15 Andreas Jaeger <aj@suse.de>
2062
2063 * functions.texi: Regenerated.
2064
f13c9bea
DD
20652005-05-15 Eli Zaretskii <eliz@gnu.org>
2066
2067 * pexecute.txh: Enclose multi-word data types in @deftypefn in
2068 braces. Minor wording fixes. Use --- for em-dash. Use
2069 @enumerate in enumerated lists.
2070
e9edcedc
DD
2071 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
2072 braces.
2073
282d9ec3
ILT
20742005-05-11 Eli Zaretskii <eliz@gnu.org>
2075
2076 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
2077 sys/stat.h.
2078 (pex_init): Fix last argument to pex_init_common.
2079 (pex_djgpp_exec_child): Remove leading underscore from _open,
2080 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
2081 which is undeclared, with `executable', which was unused. Remove
2082 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
2083 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
2084
75919f94
DD
20852005-05-11 Paul Brook <paul@codesourcery.com>
2086
2087 * Makefile.in: Regenerate dependencies.
2088
979c05d3
NC
20892005-05-10 Nick Clifton <nickc@redhat.com>
2090
2091 * Update the address and phone number of the FSF organization in
2092 the GPL notices in the following files:
75919f94
DD
2093 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
2094 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
2095 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
2096 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
2097 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
2098 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
2099 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
2100 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
2101 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
2102 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
2103 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
2104 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
2105 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
979c05d3 2106
0093138c
DD
21072005-05-06 Kelley Cook <kcook@gcc.gnu.org>
2108
2109 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
2110 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
2111 * configure: Regenerate.
2112
21132005-05-06 Kelley Cook <kcook@gcc.gnu.org>
2114
2115 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
2116 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
2117 * aclocal.m4: Don't include accross.m4.
2118 * configure, config.in: Regenerate.
2119
c631edf1
DD
21202005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2121
2122 * fopen_unlocked.c (unlock_std_streams): New.
f13c9bea 2123
c631edf1
DD
2124 * functions.texi: Regenerate.
2125
7b6f6286
DD
21262005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2127
2128 * fopen_unlocked.c (unlock_stream): New.
2129 Consolidate unlocking code into a helper function.
2130
2131 * functions.texi: Regenerate.
2132
fa99459d
DD
21332005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
2134
2135 * asprintf.c: Include config.h.
2136 * basename.c: Likewise.
2137 * fdmatch.c: Likewise.
2138 * hex.c: Likewise.
2139 * lbasename.c: Likewise.
2140 * spaces.c: Likewise.
2141 * xatexit.c:Likewise.
f13c9bea 2142 * configure.ac: Do check declarations for basename, ffs, asprintf
fa99459d
DD
2143 and vasprintf for real.
2144 * configure: Regenerate.
2145
ab70e2a5
DD
21462005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
2147
f13c9bea 2148 * argv.c (dupargv): Allocate space of argv[argc], not
ab70e2a5
DD
2149 sizeof(char *) of that amount. Cast result to char *.
2150
ea7143ac
DD
21512005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
2152
2153 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
f13c9bea 2154 Replace not with negate.
ea7143ac 2155
41c953f9
DD
21562005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
2157
2158 * configure.ac: Check declarations for basename, ffs, asprintf,
2159 vasprintf.
2160 * configure: Regenerate.
2161 * config.in: Likewise.
2162
ac119ae8
DD
21632005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2164
2165 * Makefile.in (CFILES): Add fopen_unlocked.c.
2166 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
2167 Regenerate dependencies.
2168
2169 * configure.ac: Check for stdio_ext.h and __fsetlocking.
2170
2171 * fopen_unlocked.c: New file.
2172
2173 * functions.texi, configure, config.in: Regenerate.
2174
6e933b47
DD
21752005-04-04 Ian Lance Taylor <ian@airs.com>
2176
2177 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
2178 declaration before statement.
2179
aa55ccb1
DD
21802005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2181
14a88c49
DD
2182 * bcmp.c: Fix warnings and implement using memcmp.
2183 * bcopy.c: Fix warnings.
2184 * bzero.c: Fix warnings and implement using memset.
2185
aa55ccb1
DD
2186 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
2187 -Wstrict-prototypes.
2188 * configure, config.in: Regenerate.
2189
2190 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
2191 warnings and reconcile interfaces with relevant standards.
2192
b31a49d7
ILT
21932005-04-02 Ian Lance Taylor <ian@airs.com>
2194
2195 * cp-demangle.c: Update copyright.
2196
0e867e79
DD
21972005-03-31 Joseph S. Myers <joseph@codesourcery.com>
2198
2199 * gettimeofday.c: Add "Supplemental" to @deftypefn.
2200 * functions.texi: Regenerate.
2201
b109e79a
ILT
22022005-03-28 Ian Lance Taylor <ian@airs.com>
2203
2204 * pex-common.c: New file.
2205 * pex-one.c: New file.
2206 * pexecute.c: New file.
2207 * pex-common.h: Include <stdio.h>.
2208 (struct pex_obj): Define.
2209 (struct pex_funcs): Define.
2210 (pex_init_common): Declare.
2211 * pex-unix.c: Rewrite.
2212 * pex-win32.c: Rewrite.
2213 * pex-djgpp.c: Rewrite.
2214 * pex-msdos.c: Rewrite.
2215 * testsuite/text-pexecute.c: New file.
2216 * pexecute.txh: Rewrite.
2217 * configure.ac: Check for wait3 and wait4. Set CHECK to
2218 really-check rather than check-cplus-dem.
2219 * functions.texi: Rebuild.
2220 * Makefile.in: Rebuild dependencies.
2221 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
2222 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
2223 * testsuite/Makefile.in (really-check): New target.
2224 (check-pexecute, test-pexecute): New targets.
2225 * configure: Rebuild.
2226
864e8148 22272005-03-28 Mark Kettenis <kettenis@gnu.org>
f13c9bea 2228
864e8148
DD
2229 * unlink-if-ordinary.c: Include <sys/types.h>.
2230
e064c173
DD
22312005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2232
2233 Convert libiberty to use ISO C prototype style 7/n.
2234 * regex.c (PARAMS): Remove definition.
2235 (PREFIX): Unconditionaly define using ISO C ## operator.
f13c9bea 2236 (init_syntax_once, extract_number, extract_number_and_incr,
e064c173 2237 print_fastmap, print_partial_compiled_pattern,
f13c9bea 2238 print_compiled_pattern, print_double_string, printchar,
e064c173
DD
2239 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
2240 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
f13c9bea
DD
2241 at_begline_loc_p, at_endline_p, group_in_compile_stack,
2242 insert_space, wcs_compile_range, byte_compile_range,
2243 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
2244 re_set_registers, re_search, re_search_2, re_search_3, re_match,
e064c173
DD
2245 re_match_2, count_mbs_length, wcs_re_match_2_internal,
2246 byte_re_match_2_internal, group_match_null_string_p,
2247 alt_match_null_string_p, common_op_match_null_string_p,
f13c9bea 2248 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
e064c173
DD
2249 regexec, regerror, regfree): Use ISO C prototype style.
2250 * partition.c: (elem_compare): Likewise.
2251 * cp-demangle.c (print_usage): Likewise.
2252
1e45deed
DD
22532005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2254
2255 Convert libiberty to use ISO C prototype style 5/n.
2256 * random.c (srandom, initstate, setstate, random): Use ISO C
f13c9bea 2257 prototypes.
1e45deed
DD
2258 * putenv.c (putenv): Likewise.
2259 * physmem.c (physmem_available, physmem_total, main): Likewise.
2260 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
2261 * pex-unix.c (pexecute, pwait): Likewise.
2262 * pex-msdos.c (pexecute, pwait): Likewise.
2263 * pex-djgpp.c (pexecute, pwait): Likewise.
f13c9bea 2264 * partition.c (partition_new, partition_delete, partition_union)
1e45deed 2265 (elem_compare, partition_print): Likewise.
f13c9bea
DD
2266 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
2267 _obstack_allocated_p, _obstack_free, obstack_free,
1e45deed
DD
2268 _obstack_memory_used, print_and_abort, obstack_next_free,
2269 obstack_object_size, obstack_base): Likewise. Remove codes
2270 predicated on !defined(__STDC__).
f13c9bea 2271 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
1e45deed
DD
2272 objalloc_free_block): Use ISO C prototypes.
2273 * mkstemps.c (mkstemps): Likewise.
2274 * memset.c (memset): Likewise.
2275 * mempcpy.c (mempcpy): Likewise.
2276 * rename.c (rename): Likewise.
2277 * rindex.c (rindex): Likewise.
2278 * setenv.c (setenv, unsetenv): Likewise.
2279 * sigsetmask.c (sigsetmask): Likewise.
2280 * snprintf.c (snprintf): Likewise.
f13c9bea 2281 * sort.c (sort_pointers, xmalloc): Likewise.
1e45deed 2282 * spaces.c (spaces): Likewise.
f13c9bea
DD
2283 * splay-tree.c (splay_tree_delete_helper,
2284 splay_tree_splay_helper, splay_tree_splay,
1e45deed 2285 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
f13c9bea 2286 splay_tree_new, splay_tree_xmalloc_allocate,
1e45deed 2287 splay_tree_new_with_allocator, splay_tree_delete,
f13c9bea
DD
2288 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
2289 splay_tree_max, splay_tree_min, splay_tree_predecessor,
2290 splay_tree_successor, splay_tree_foreach,
1e45deed
DD
2291 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
2292 * stpcpy.c (stpcpy): Likewise.
2293 * stpncpy.c (stpncpy): Likewise.
2294 * strcasecmp.c (strcasecmp): Likewise.
2295 * strchr.c (strchr): Likewise.
2296 * strdup.c (strdup): Likewise.
2297
49b1fae4
DD
22982005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2299
2300 Convert libiberty to use ISO C prototype style 6/n.
f13c9bea 2301 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
49b1fae4
DD
2302 strtoerrno, main): Use ISO C prototype style.
2303 * strncasecmp.c (strncasecmp): Likewise.
2304 * strncmp.c (strncmp): Likewise.
2305 * strndup.c (strndup): Likewise.
2306 * strrchr.c (strrchr): Likewise.
f13c9bea 2307 * strsignal.c (init_signal_tables, signo_max, strsignal,
49b1fae4
DD
2308 strsigno, strtosigno, psignal, main): Likewise.
2309 * strstr.c (strstr): Likewise.
2310 * strtod.c (strtod, atof): Likewise.
2311 * strtol.c (strtol): Likewise.
2312 * strtoul.c (strtoul): Likewise.
f13c9bea 2313 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
49b1fae4
DD
2314 ternary_recursivesearch): Likewise.
2315 * tmpnam.c (tmpnam): Likewise.
2316 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
2317 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
2318 * vfork.c (vfork): Likewise.
2319 * vfprintf.c (vfprintf): Likewise.
2320 * vprintf.c (vprintf): Likewise.
2321 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
2322 * vsprintf.c (vsprintf): Likewise.
2323 * waitpid.c (waitpid): Likewise.
2324 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
2325 * xexit.c (xexit): Likewise.
f13c9bea 2326 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
49b1fae4
DD
2327 xcalloc, xrealloc): Likewise.
2328 * xmemdup.c (xmemdup): Likewise.
2329 * xstrdup.c (xstrdup): Likewise.
2330 * xstrerror.c (xstrerror): Likewise.
2331 * xstrndup.c (xstrndup): Likewise.
2332
23332005-03-27 Andreas Jaeger <aj@suse.de>
2334
2335 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
2336 flags.
2337 * configure: Regenerated.
2338
23392005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2340
2341 * getopt1.c (getopt_long_only): Fix thinko.
2342
23432005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2344
2345 Convert libiberty to use ISO C prototype style 4/n.
2346 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
2347 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
2348 htab_create_alloc, htab_set_functions_ex, htab_create,
2349 htab_try_create, htab_delete, htab_empty,
2350 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
2351 htab_find, htab_find_slot_with_hash, htab_find_slot,
2352 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
2353 htab_traverse_noresize, htab_traverse, htab_collisions,
2354 htab_hash_string, iterative_hash): Use ISO C prototype.
2355 * hex.c (hex_init): Likewise.
2356 * index.c (index): Likewise.
2357 * insque.c (insque, remque): Likewise.
2358 * lbasename.c (lbasename): Likewise.
2359 * lrealpath.c (lrealpath): Likewise.
2360 * make-relative-prefix.c (save_string, split_directories,
2361 free_split_directories, make_relative_prefix): Likewise.
2362 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
2363 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
2364 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
2365 * memchr.c (memchr): Likewise.
2366 * memcpy.c (memcpy): Likewise.
2367 * memmove.c (memmove): Likewise.
2368 * gettimeofday.c (gettimeofday): Likewise.
2369 * getruntime.c (get_run_time): Likewise.
2370 * getpwd.c (getpwd, getpwd): Likewise.
2371 * getpagesize.c (getpagesize): Likewise.
2372 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
2373 * getopt.c (my_index, exchange, _getopt_initialize,
2374 _getopt_internal, getopt, main): Likewise.
2375 * getcwd.c (getcwd): Likewise.
2376 * fnmatch.c (fnmatch): Likewise.
2377 * floatformat.c (floatformat_always_valid,
2378 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
2379 put_field, floatformat_from_double, floatformat_is_valid,
2380 ieee_test, main): Likewise.
2381 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
2382 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
2383 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
2384 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
2385 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
2386 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
2387 fibheap_link, fibheap_cut, fibheap_cascading_cut,
2388 fibnode_insert_after, fibnode_remove): Likewise.
2389 * ffs.c (ffs): Likewise.
2390 * fdmatch.c (fdmatch): Likewise.
2391 * dyn-string.c (dyn_string_init, dyn_string_new,
2392 dyn_string_delete, dyn_string_release, dyn_string_resize,
2393 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
2394 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
2395 dyn_string_insert_cstr, dyn_string_insert_char,
2396 dyn_string_append, dyn_string_append_cstr,
2397 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
2398 Likewise.
2399
9334f9c6
DD
24002005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2401
2402 Convert libiberty to use ISO C prototype style 3/n.
49b1fae4
DD
2403 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
2404 consume_count_with_underscores, code_for_qualifier,
2405 qualifier_string, demangle_qualifier, cplus_demangle_opname,
2406 cplus_mangle_opname, cplus_demangle_set_style,
2407 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
9334f9c6 2408 ada_demangle, internal_cplus_demangle, squangle_mop_up,
49b1fae4
DD
2409 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
2410 delete_work_stuff, mop_up, demangle_signature,
2411 demangle_method_args, demangle_template_template_parm,
2412 demangle_expression, demangle_integral_value,
2413 demangle_real_value, demangle_template_value_parm,
2414 demangle_template, arm_pt, demangle_arm_hp_template,
2415 demangle_class_name, demangle_class, iterate_demangle_function,
2416 demangle_prefix, gnu_special, recursively_demangle, arm_special,
2417 demangle_qualified, get_count, do_type, demangle_fund_type,
2418 do_hpacc_template_const_value, do_hpacc_template_literal,
2419 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
2420 register_Btype, remember_Btype, forget_B_and_K_types,
2421 forget_types, demangle_args, demangle_nested_args,
2422 demangle_function_name, string_need, string_delete, string_init,
2423 string_clear, string_empty, string_append, string_appends,
9334f9c6
DD
2424 string_appendn, string_prepend, string_prepends, string_prependn,
2425 string_append_template_idx): Use ISO C prootype style.
2426 * cp-demint.c (cplus_demangle_fill_component,
49b1fae4 2427 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
9334f9c6
DD
2428 cplus_demangle_v3_components): Likewise.
2429
24302005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
2431
2432 Convert libiberty to use ISO C prototype style 2/n.
2433 * cp-demangle.h: Remove uses of PARAMS.
2434 * cp-demangle.c: Likewise.
49b1fae4
DD
2435 (d_dump, cplus_demangle_fill_name,
2436 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
2437 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
2438 d_make_builtin_type, d_make_operator, d_make_extended_operator,
2439 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
2440 cplus_demangle_mangled_name, has_return_type,
2441 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
2442 d_prefix, d_unqualified_name, d_source_name, d_number,
2443 d_identifier, d_operator_name, d_special_name, d_call_offset,
2444 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
2445 d_function_type, d_bare_function_type, d_class_enum_type,
2446 d_array_type, d_pointer_to_member_type, d_template_param,
2447 d_template_args, d_template_arg, d_expression, d_expr_primary,
2448 d_local_name, d_discriminator, d_add_substitution,
2449 d_substitution, d_print_resize, d_print_append_char,
2450 d_print_append_buffer, d_print_error, cplus_demangle_print,
2451 d_print_comp, d_print_java_identifier, d_print_mod_list,
2452 d_print_mod, d_print_function_type, d_print_array_type,
2453 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
2454 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
9334f9c6 2455 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
49b1fae4 2456 print_usage, main):
9334f9c6
DD
2457
24582005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
2459
2460 Convert libiberty to ISO C prototype style 1/n.
2461 * _doprnt.c: Remove conditional #include <varargs.h> on
2462 ANSI_PROTOTYPES as the latter is always assumed.
2463 (_doprnt, checkit, main): Use ISO C prototype.
2464 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
2465 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
49b1fae4 2466 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
9334f9c6
DD
2467 * atexit.c (atexit): Likewise
2468 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
49b1fae4 2469 (asprintf): Use ISO C prototype.
9334f9c6
DD
2470 * basename.c (basename): Likewise
2471 * bcmp.c (bcmp): Likewise.
2472 * bcopy.c (bcopy): Likewise.
2473 * bzero.c (bzero): Likewise.
2474 * bsearch.c (bsearch): Likewise. Improve const-correctness.
2475 * choose-temp.c (choose_temp_base): Likewise.
2476 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
2477 (calloc): Use ISO C prototype.
2478 * clock.c (clock): Likewise.
2479 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
49b1fae4 2480 (vconcat_length, vconcat_copy, concat_length, concat_copy,
9334f9c6
DD
2481 concat_copy2, concat, reconcat, main): Use ISO C prototype.
2482 * copysign.c (copysign): Likewise.
2483
0fad4bdb
DD
24842005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2485
2486 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
2487 (REQUIRED_OFILES): Add xstrndup.o.
2488 (CONFIGURED_OFILES): Add strndup.o.
2489 Regenerate dependencies.
2490
2491 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
2492
2493 * strndup.c, xstrndup.c: New.
2494
2495 * config.in, configure, functions.texi: Regenerate.
2496
51e32d64
DD
24972005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2498
2499 * xmemdup.c, xstrdup.c: Expose the tail call.
2500
8ec32723
DD
25012005-03-09 Mark Mitchell <mark@codesourcery.com>
2502
2503 * configure.ac (funcs): Add gettimeofday.
2504 * configure: Regenerated.
2505 * gettimeofday.c: New file.
2506 * Makefile.in (CFILES): Add gettimeofday.
2507 (CONFIGURED_OFILES): Add gettimeofday.o.
2508 (./gettimeofday.o): New rule.
2509
27ff8836
ILT
25102005-03-09 Ian Lance Taylor <ian@airs.com>
2511
2512 * pex-os2.c: Remove.
2513 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
2514 * Makefile.in (CFILES): Remove pex-os2.c.
2515 (CONFIGURED_OFILES): Remove pex-os2.o.
2516 (pex-os2.o): Remove target.
2517 * configure: Rebuild.
2518
48e39b59
ILT
25192005-03-07 Ian Lance Taylor <ian@airs.com>
2520
2521 * mpw-config.in: Remove.
2522 * mpw-make.sed: Remove.
2523 * mpw.c: Remove.
2524 * Makefile.in (CFILES): Remove pex-mpw.c.
2525 (CONFIGURED_OFILES): Remove pex-mpw.o.
2526 (mpw.o, pex-mpw.o): Remove targets.
2527 * maint-tool (undoc): Remove reference to mpw.c.
2528
65dce80e
DD
25292005-03-06 DJ Delorie <dj@redhat.com>
2530
2531 * configure.ac (target_header_dir): vfork is a stub under djgpp.
2532 * configure: Regenerated.
2533
190eb137
DD
25342005-03-01 Jan Beulich <jbeulich@novell.com>
2535
2536 * Makefile.in (CFILES): Add unlink-if-ordinary.c
2537 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
2538 Add dependencies and rule for unlink-if-ordinary.o.
2539 * unlink-if-ordinary.c: New.
2540
bac7199c
DD
25412005-03-01 Ben Elliston <bje@au.ibm.com>
2542
2543 * hashtab.c (htab_find_slot_with_hash): Make function
2544 documentation clearer.
2545
aca9a742
JM
25462005-02-13 Jason Merrill <jason@redhat.com>
2547
2548 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
2549 arguments.
2550
b5c3b3de
DD
25512005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2552
2553 * hex.c (hex_value): Group 'unsigned int' together to get correct
2554 markup.
2555 * functions.texi: Regenerated.
49b1fae4 2556
46a10049
DD
25572004-12-27 H.J. Lu <hongjiu.lu@intel.com>
2558
2559 * Makefile.in: Undo to 2004-12-17.
2560 * aclocal.m4: Likewise.
2561 * config.table: Likewise.
2562 * configure.ac: Likewise.
2563 * maint-tool: Likewise.
2564 * configure: Likewise.
2565
fbfdf750
DD
25662004-12-19 H.J. Lu <hongjiu.lu@intel.com>
2567
2568 PR bootstrap/19072
2569 * Makefile.in (enable_shared): New substitute.
2570 (LTTARGETLIB): New.
2571 (PREFIXTARGETLIB): New.
2572 (LTTESTLIB): New.
2573 (PREFIXTESTLIB): New.
2574 (CCLD): New.
2575 (LINK): New.
2576 ($(TARGETLIB)): Use $(LINK) to create libraries and create
2577 targets by hand.
2578 ($(TESTLIB)): Likewise.
2579 (mostlyclean): Don't remove .libs. Remove the libtool object
2580 directory.
2581
2582 * config.table (enable_shared): Removed.
2583
2584 * configure.ac (enable_static): Set to yes.
2585 (AC_PROG_LIBTOOL): Removed.
2586 (AM_DISABLE_SHARED): Uncommented.
2587 (AM_PROG_LIBTOOL): Likewise.
2588 (LIBOBJS): Add `./' to avoid VPATH.
2589 (LTLIBOBJS): Likewise.
2590 (enable_shared): Substitute.
2591 * configure: Regenerated.
2592
96e00b33
L
25932004-12-18 H.J. Lu <hongjiu.lu@intel.com>
2594
2595 * Makefile.in (top_builddir): Set to `.'.
2596 (OUTPUT_OPTION): Removed.
2597 (LIBTOOL): New.
2598 (LTLIBOBJS): New.
2599 (EXTRA_LTOFILES): New.
2600 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
2601 (all): Remove stamp-picdir.
2602 (LTCOMPILE): New.
2603 (.c.lo): New rule.
2604 (REQUIRED_LTOFILES): New.
2605 (CONFIGURED_LTOFILES): New.
2606 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
2607 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
2608 (stamp-picdir): Completely removed.
2609 (maint-missing): Pass $(REQUIRED_LTOFILES)
2610 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
2611 $(CONFIGURED_OFILES)
2612 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
2613 $(CONFIGURED_LTOFILES).
2614 (mostlyclean): Also remove *.lo .libs.
2615 Run "make maint-deps".
2616
2617 * aclocal.m4: Include ../libtool.m4.
2618
2619 * config.table: Don't check --enable-shared.
2620
2621 * configure.ac (AC_PROG_LIBTOOL): Add.
2622 (AC_PROG_CC_C_O): Removed.
2623 (OUTPUT_OPTION): Removed.
2624 (NO_MINUS_C_MINUS_O): Removed.
2625 (ltpexecute): New substitute.
2626 (LIBOBJS): Cleanup.
2627 * configure: Regenerated.
2628
2629 * maint-tool: Updated for .lo/libtool.
2630
40a59a4c
DD
26312004-12-11 Ben Elliston <bje@au.ibm.com>
2632
2633 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
2634 * configure: Regenerate.
2635 * config.in: Likewise.
2636
9923bc33
DD
26372004-12-07 DJ Delorie <dj@redhat.com>
2638
2639 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
2640 that recursion (and thus large stack space) is not needed.
2641
70615d15
DD
26422004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
2643
2644 * pex-unix.c: Fix the spelling of longjmp.
2645
eb129e35
DD
26462004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
2647
2648 PR other/18623
2649 * cp-demangle.c (d_call_offset): Remove useless local variables
2650 offset and virtual_offset.
2651 * cplus-dem.c (ada_demangle): Remove useless local variable
2652 at_start_name.
2653 (demangle_template): Remove useless local variable start.
2654
3e0f1404
DD
26552004-11-19 Roger Sayle <roger@eyesopen.com>
2656
2657 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
2658 "ansidecl.h" to avoid redeclaration errors with native compilers.
2659 * regex.c: Protect config.h from multiple inclusion.
2660
6cfb3176
DD
26612004-11-12 Mike Stump <mrs@apple.com>
2662
2663 * Makefile.in (libiberty.html): Fix html generation.
2664
f9b4e353
DD
26652004-09-08 Adam Nemet <anemet@lnxw.com>
2666
2667 * vasprintf.c: Accept __va_copy in addition to va_copy.
2668
49b1fae4 26692004-09-03 Paolo Bonzini <bonzini@gnu.org>
c7efc4d5
PB
2670
2671 * configure: Regenerate.
2672
49b1fae4 26732004-09-02 Paolo Bonzini <bonzini@gnu.org>
f5396bbe
PB
2674
2675 * configure.ac: Do not enable multilibs for build-side libiberty.
2676
49b1fae4 26772004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
950ad202
DD
2678
2679 * lrealpath.c (lrealpath): Add _WIN32 support.
2680
a21da8bf
DD
26812004-06-28 Zack Weinberg <zack@codesourcery.com>
2682
2683 * cp-demangle.h: Declare cplus_demangle_operators,
2684 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
2685 cplus_demangle_type as static if IN_GLIBCPP_V3.
2686
26872004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
2688
2689 PR other/16240
2690 * cp-demangle.c (d_expr_primary): Check for a failure return from
2691 cplus_demangle_type.
2692 * testsuite/demangle-expected: Add test case.
2693
9f7d3e7d
DD
26942004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
2695
2696 * pex-win32.c (fix_argv): Expand comment.
2697
0cb2db3a
DD
26982004-05-25 Daniel Jacobowitz <drow@false.org>
2699
2700 * Makefile.in: Add .NOEXPORT.
2701
25319993
DD
27022004-04-29 Douglas B Rupp <rupp@gnat.com>
2703
2704 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
2705 copyright.
2706
7e9f5c71
DD
27072004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2708
2709 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
2710 * configure: Regenerate.
2711
bb6a587d
DD
27122004-04-22 Richard Henderson <rth@redhat.com>
2713
2714 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
2715 (CHAR_BIT): Provide default.
2716 (struct prime_ent, prime_tab): New.
2717 (higher_prime_index): Rename from higher_prime_number, return index.
2718 (htab_mod_1): New.
2719 (htab_mod, htab_mod_m2): Use it.
2720 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
2721 (htab_expand): Likewise.
2722 * configure.ac: Check for stdint.h.
2723 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
2724 * config.in, configure: Rebuild.
2725
53239e41
DD
27262004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
2727
2728 * strerror.c: Include config.h, and redefine sys_nerr and
2729 sys_errlist, before including ansidecl.h and libiberty.h.
2730
d6ea4e80
DD
27312004-04-13 Jeff Law <law@redhat.com>
2732
2733 * hashtab.c (htab_remove_elt_with_hash): New function.
2734 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
2735
fe046a17
DD
27362004-03-31 Richard Henderson <rth@redhat.com>
2737
2738 * hashtab.c (htab_size): Move to top of file; mark inline.
2739 (htab_elements): Likewise.
2740 (htab_mod, htab_mod_m2): New.
2741 (htab_delete): Refactor htab->size and htab->entries.
2742 (htab_empty): Likewise.
2743 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
2744 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
2745 (htab_clear_slot): Use htab_size, htab_elements.
2746 (htab_traverse_noresize, htab_traverse): Likewise.
2747
e0c148a7
DD
27482004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
2749
12a7367e
DD
2750 * pex-unix.c (pexecute): Use vfork instead of fork, with
2751 appropriate changes to make this safe.
2752 * pex-common.h (STDERR_FILE_NO): Define.
2753
e0c148a7
DD
2754 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
2755 an 80 column screen. Run maint-deps.
2756
85f969cd
DD
27572004-03-09 Kelley Cook <kcook@gcc.gnu.org>
2758
2759 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
2760 * acconfig.h: Delete redundant file.
2761 * config.in: Regenerate.
2762 * configure: Regenerate.
2763
58670637
DD
27642004-03-09 Hans-Peter Nilsson <hp@axis.com>
2765
2766 * configure: Regenerate for config/accross.m4 correction.
2767
758d77be
DD
27682004-03-07 Andreas Jaeger <aj@suse.de>
2769
2770 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
2771 prototypes.
2772 (main): Initialize style.
2773
74aee4eb
DD
27742004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2775
2d733211
DD
2776 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
2777 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
2778 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
2779 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
2780 short types to D_PRINT_DEFAULT. Change other integer types to use
2781 new D_PRINT_* values where appropriate. Change float types to
2782 D_PRINT_FLOAT.
2783 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
2784 values.
2785 * testsuite/demangle-expected: Adjust two test cases.
2786
2787 * cp-demangle.c (d_print_function_type): Print a space before the
2788 parenthesis around the function type in more cases.
2789 * testsuite/demangle-expected: Adjust one test case.
2790
099f84cf
DD
2791 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
2792 parentheses around a cast.
2793 * testsuite/demangle-expected: Adjust two test cases to match new
2794 output.
2795
74aee4eb
DD
2796 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
2797
2798 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
2799 push more than one of the same CV-qualifier on the top of the
2800 stack.
2801 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
2802 move the CV-qualifiers to apply to the element type instead.
2803 (d_print_array_type): When checking the modifiers, keep looking
2804 past ones which have been printed already.
2805 * testsuite/demangle-expected: Add three test cases.
2806
28072004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2808
2809 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
2810 empty string correctly.
2811
2812 * cp-demangle.c (__cxa_demangle): It is not an error if status is
2813 not NULL. It is an error if the mangled name is the same as a
2814 built-in type name.
2815 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
2816 than cplus_demangle_v3.
2817
2818 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2819 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
2820
f9375305
DD
28212004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
2822
2823 * regex.c: Include <ansidecl.h>.
2824 (regcomp): Cast i to int.
2825 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
2826
cbf0ee79
DD
28272004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
2828
2829 * configure.ac: Add m4_pattern_allow(LIBOBJS).
2830 * configure: Regenerate.
2831
37254c9a
DD
28322004-01-22 DJ Delorie <dj@redhat.com>
2833
2834 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
2835 with explicit build rules.
2836 (VPATH): Remove.
2837 (.c.o): Poison.
2838 * configure.ac (pexecute, LIBOBJS): Add ./ .
2839 * maint-tool: Build dependencies with explicit rules.
2840
211333f6
DD
28412004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2842
2843 * strdup.c (strdup): Constify the argument.
2844
3795d586
DD
28452004-01-14 Loren J. Rittle <ljrittle@acm.org>
2846
2847 * Makefile.in (distclean): Remove config.cache.
2848
2d6520ee
DJ
28492004-01-13 Daniel Jacobowitz <drow@mvista.com>
2850
2851 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
2852 takes two parameters.
2853 * cp-demint.c (cplus_demangle_fill_component): Likewise.
2854
59727473
DD
28552004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2856
2857 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
2858 defined, rename some functions which are to become static via
2859 #define.
2860 (CP_STATIC_IF_GLIBCPP_V3): Define.
2861 (struct d_operator_info): Move definition to cp-demangle.h, and
2862 rename to demangle_operator_info. Change all uses.
2863 (enum d_builtin_type_print): Move definition to cp-demangle.h.
2864 (struct d_builtin_type_info): Move definition to cp-demangle.h,
2865 and rename to demangle_builtin_type_info. Change all uses.
2866 (enum d_comp_type): Move definition to include/demangle.h, and
2867 rename to demangle_component_type, and change all enums to start
2868 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
2869 (struct d_comp): Move definition to include/demangle.h, and rename
2870 to demangle_component. Change all uses.
2871 (struct d_info): Move definition to cp-demangle.h.
2872 (cplus_demangle_fill_name): New function.
2873 (cplus_demangle_fill_extended_operator): New function.
2874 (cplus_demangle_fill_ctor): New function.
2875 (cplus_demangle_fill_dtor): New function.
2876 (d_make_empty): Remove type parameter. Change all callers.
2877 (d_make_name): Use cplus_demangle_fill_name.
2878 (d_make_extended_operator): Use
2879 cplus_demangle_fill_extended_operator.
2880 (d_make_ctor): Use cplus_demangle_fill_ctor.
2881 (d_make_dtor): Use cplus_demangle_fill_dtor.
2882 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
2883 non-static by default. Change all callers.
2884 (cplus_demangle_operators): Rename from d_operators. Change all
2885 uses. Make non-static by default. Add sentinel at end of array.
2886 (d_operator_name): Adjust initialization of high for new sentinel
2887 in cplus_demangle_operators.
2888 (cplus_demangle_builtin_types): Rename from d_builtin_types.
2889 Change all uses. Make non-static by default. Change initializer
2890 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
2891 (cplus_demangle_type): Rename from d_type. Make non-static by
2892 default. Change all callers.
2893 (cplus_demangle_init_info): Rename from d_init_info. Make
2894 non-static by default. Change all callers.
2895 * cp-demangle.h: New file.
2896 * cp-demint.c: New file.
2897 * Makefile.in: Rebuild dependencies.
2898 (CFILES): Add cp-demint.c.
2899 (REQUIRED_OFILES): Add cp-demint.o.
2900
1a79b024
DD
29012004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2902
2903 * configure.in: Rename file to ...
2904 * configure.ac: ... this.
2905 * Makefile.in: Update a comment for above change.
2906 * README: Likewise.
2907 * config.in: Regenerate.
2908
820542c9
DD
29092004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
2910
2911 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
2912 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
2913 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
2914 demangling template parameters.
2915 * testsuite/test-demangle.c (fail): New static function.
2916 (main): Support new options in input file: --no-params,
2917 --is-v3-ctor, and --is-v3-dtor.
2918 * testsuite/demangle-expected: Add --no-params to most tests, and
2919 add the correct result when parameters are not demangled. Add
2920 some simple tests for V3 constructor/destructor recognition.
2921
2f9c4058
DD
29222003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2923
2924 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2925
4fd47f10
DJ
29262003-12-22 Daniel Jacobowitz <drow@mvista.com>
2927
2928 PR debug/13272
2929 * Makefile.in (lbasename.o): Depend on filenames.h.
2930 * lbasename.c: Include "filenames.h" instead of defining
2931 its macros locally.
2932
b6fb00c0
DD
29332003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
2934
2935 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
2936 dynamic arrays.
2937 (struct d_operator_info): Add len field.
2938 (struct d_builtin_type_info): Add len and java_len fields.
2939 (struct d_standard_sub_info): Add simple_len, full_len, and
2940 set_last_name_len fields.
2941 (struct d_comp): Add len field to s_string.
2942 (struct d_info): Add send, did_subs, and expansion fields.
2943 (d_append_string_constant): Define.
2944 (d_append_string): Remove. Change all users to use
2945 d_append_string_constant or d_append_buffer instead.
2946 (d_make_sub): Add len parameter. Change all callers.
2947 (d_name): Increase expansion when substituting std::.
2948 (d_unqualified_name): Increase expansion for an operator.
2949 (d_number): Don't use multiplication for negative numbers.
2950 (d_identifier): Make sure there are enough characters in the
2951 string for the specified length. Adjust expansion for an
2952 anonymous namespace.
2953 (d_operators): Initialize len field.
2954 (d_special_name, d_ctor_dtor_name): Increase expansion.
2955 (d_builtin_types): Initialize len and java_len fields.
2956 (d_type): Increase expansion for a builtin type.
2957 (d_cv_qualifiers): Increase expansion for each qualifier.
2958 (d_bare_function_type): Decrease expansion when removing single
2959 void parameter.
2960 (d_template_param): Increment did_subs.
2961 (d_expression): Increase expansion for an operator.
2962 (d_expr_primary): Decrease expansion for a type we will print
2963 specially.
2964 (standard_subs): Initialize new fields.
2965 (d_substitution): Increment did_subs when doing a normal
2966 substitution. Increase expansion for a special substitution.
2967 (d_print): Add estimate parameter. Change all callers.
2968 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
2969 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
2970 (d_print_java_identifier): Rename from d_print_identifier. Handle
2971 only Java case. Change caller.
2972 (d_init_info): Change return type to void. Change all callers.
2973 Initialize send, did_subs, and expansion fields. Do not
2974 initialize comps and subs fields.
2975 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
2976 arrays on stack. Make an estimate of the length of the demangled
2977 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
2978 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
2979 subs arrays on stack.
2980
2730f651
DD
29812003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
2982
2983 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
2984 after the identifier.
2985 * testsuite/demangle-expected: Add test case.
2986
d4edd112
DD
29872003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
2988
2989 Fix for PR c++/13447:
2990 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
2991 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
2992 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
2993 D_COMP_QUAL_NAME.
2994 (is_ctor_or_dtor): Likewise.
2995 (d_local_name): Use D_COMP_LOCAL_NAME rather than
2996 D_COMP_QUAL_NAME.
2997 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
2998 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
2999 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
3000 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
3001 * testsuite/demangle-expected: Add two test cases.
3002
3003 * cp-demangle.c (d_print_function_type): Clear the global modifier
3004 list when printing the modifiers, not just when printing the
3005 function parameters.
3006 * testsuite/demangle-expected: Add two test cases.
3007
d35d0cd4
DD
30082003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
3009
3010 * cp-demangle.c (d_print_function_type): Print the function
3011 parameters with no modifiers.
3012 * testsuite/demangle-expected: Add test case.
3013
3014 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
3015 expect that we've read the entire string.
3016 (is_ctor_or_dtor): Don't expect that we've read the entire
3017 string--reverse patch of 2003-11-29.
3018
09e9708c
DD
30192003-12-15 Brendan Kehoe <brendan@zen.org>
3020
3021 * libiberty/Makefile.in (floatformat.o): Add dependency on
3022 config.h to accompany change of 2003-12-03.
3023
97ceaf5b
DD
30242003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
3025
3026 Fix handling of constructor/destructor of standard substitution:
3027 * cp-demangle.c (struct d_standard_sub_info): Define.
3028 (d_substitution): Add prefix argument. Change all callers.
3029 Rework handling of standard substitutions to print full name when
3030 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
3031 * testsuite/demangle-expected: Add test case.
3032
3033 Fix handling of negative literal constants:
3034 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
3035 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
3036 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
3037 (d_print_comp): Handle D_COMP_LITERAL_NEG.
3038 * testsuite/demangle-expected: Add test case.
3039
858b45cf
DD
30402003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
3041
3042 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
3043 (d_last_char): Define new macro.
3044 (d_make_name): Reject an empty name.
3045 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
3046 (d_substitution, d_print_identifier): Likewise.
3047 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
3048 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
3049 (d_print_mod) Use new d_last_char macro.
3050 (d_print_cast): Use new d_last_char macro.
3051 (is_ctor_or_dtor): Don't leak memory.
3052
3053 Fix handling of member function modifiers:
3054 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
3055 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
3056 (d_dump): Dump new d_comp_type values.
3057 (d_make_comp): Accept new d_comp_type values.
3058 (has_return_type): Only accept _THIS variants of qualifiers.
3059 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
3060 qualifiers.
3061 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
3062 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
3063 qualifiers and printing them at the end, add _THIS qualifiers to
3064 the modifier list.
3065 (d_print_comp) [D_COMP_*_THIS]: New cases.
3066 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
3067 qualifiers.
3068 (d_print_mod_list): Add suffix parameter. Change all callers.
3069 Keep walking the list even if the current modifier has been
3070 printed.
3071 (d_print_mod): Handle new _THIS qualifiers.
3072 (d_print_function_type): Handle new _THIS qualifiers when deciding
3073 whether to print a parenthesis. Put a space before the
3074 parenthesis in some cases. Call d_print_mod_list again at the
3075 end, passing suffix as 1.
3076 (is_ctor_or_dtor): Look for new _THIS qualifiers.
3077 * testsuite/demangle-expected: Add test case.
3078
3079 Fix for PR gcc/13304:
3080 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
3081 before the '<' is itself a '<', insert a space.
3082 (d_print_cast): Likewise.
3083 * testsuite/demangle-expected: Add test case.
3084
3085 Fix for PR gcc/13244:
3086 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
3087 which uses the '>' operator in an extra layer of parens.
3088 * testsuite/demangle-expected: Add test case.
3089
b52927b7
DD
30902003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
3091
3092 * floatformat.c: Include "config.h" and <string.h> if available.
3093 (INFINITY, NAN): Define if not defined by <math.h>.
3094 (floatformat_to_double): Handle NaN, infinity, and denormalized
3095 numbers.
3096 (floatformat_from_double): Likewise.
3097 (ieee_test): In debugging code, use little endian rather than big
3098 endian. Correct tests to handle NaN and to check correct sign of
3099 zero. Omit m68k extended test.
3100 (main): Add more debugging cases.
3101
24afc00d
DD
31022003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
3103
3104 * cp-demangle.c (d_demangle): Only return success if we consumed
3105 the entire demangled string.
3106 (is_ctor_or_dtor): Likewise.
3107
3108 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
3109 to restore expected result of EDG test case to original expected
3110 result.
3111
331c3da2
DD
31122003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
3113
3114 * cp-demangle.c (struct d_print_mod): Add templates field.
3115 (d_make_builtin_type): Check for NULL type.
3116 (d_make_extended_operator): Check for NULL name.
3117 (d_make_ctor, d_make_dtor): Likewise.
3118 (d_mangled_name): Add top_level parameter. Change all callers.
3119 (d_encoding): If DMGL_PARAMS is not set, strip off initial
3120 CV-qualifiers.
3121 (d_type): Check some return values we rely on.
3122 (d_bare_function_type, d_array_type): Likewise.
3123 (d_pointer_to_member_type, d_template_args): Likewise.
3124 (d_add_substitution): Fail if argument is NULL.
3125 (d_print_resize): Check whether buf is NULL.
3126 (d_print_comp): Save current templates list with each modifier.
3127 Don't pass the modifier list down when printing a template.
3128 (d_print_cast): Don't pass the modifier list down when printing a
3129 template.
3130 (d_print_mod_list): Temporarily set templates list while printing
3131 a modifier.
3132 (d_print_mod): Check that buf is not NULL before using it.
3133 (d_print_function_type): Print parens if there is no modifier.
3134 (d_init_info): Permit as many substitutions as there are
3135 characters in the mangled name.
3136 * testsuite/demangle-expected: Add two new test cases.
3137
51948b34
DD
31382003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
3139
3140 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
3141 d_demangle.
3142
6d95373e
DD
31432003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
3144
3145 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
3146 callers.
3147 (print_usage): Display new -p option.
3148 (long_options): Add --no-params.
3149 (main): Accept and handle -p.
3150
54a962d9
DD
31512003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
3152
3153 * cp-demangle.c (has_return_type): Skip qualifiers when checking
3154 whether we have a template.
3155 * testsuite/demangle-expected: Add four new tests.
3156
8fe0d347
DD
31572003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
3158
3159 * testsuite/demangle-expected: Minor changes to match output of
3160 new demangler: adjust whitespace in four tests, and change order
3161 of qualifiers in one test.
3162
3163 * cp-demangle.c: Complete rewrite.
3164
dd9d4b48
DD
31652003-11-19 Mark Mitchell <mark@codesourcery.com>
3166
3167 * cp-demangle.c (demangle_type): Correct thinko in substitution
3168 processing.
3169
0976f6a7
DD
31702003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
3171
3172 * cp-demangle.c (demangle_operator_name): Remove space before
3173 "sizeof".
3174 (demangle_type_ptr): Put qualifiers in the right place. Handle
3175 qualifiers in pointer to member specially.
3176 (demangle_type): Handle qualifiers for pointer or reference
3177 specially. Handle function type.
3178 (demangle_local_name): Save and restore caret around demangling of
3179 initial encoding.
3180
3181 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
3182 cplus_demangle.
3183
3184 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
3185
e7e6980b
DD
31862003-10-31 Andreas Jaeger <aj@suse.de>
3187
3188 * floatformat.c (floatformat_always_valid): Add unused attribute.
3189
97ceaf5b
DD
31902003-10-30 Josef Zlomek <zlomekj@suse.cz>
3191
3192 Jan Hubicka <jh@suse.cz>
3193 * vasprintf.c (int_vasprintf): Pass va_list by value.
3194 Use va_copy for copying va_list.
3195 (vasprintf): Pass va_list by value.
3196
686e72d7
DD
31972003-10-30 Josef Zlomek <zlomekj@suse.cz>
3198
3199 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
3200 instead of increasing n_elements when inserting to deleted slot.
3201
eec65ede
JB
32022003-10-20 J. Brobecker <brobecker@gnat.com>
3203
3204 * cplus-dem.c (demangle_template): Register a new Btype only
3205 when needed.
3206 * testsuite/demangle-expected: Add a new test.
3207
cd275bff
L
32082003-10-16 H.J. Lu <hongjiu.lu@intel.com>
3209
3210 * testsuite/demangle-expected: Update the expected output of
3211 _GLOBAL__I__Z2fnv.
3212
e3b1168e
DJ
32132003-10-02 Daniel Jacobowitz <drow@mvista.com>
3214
3215 * strerror.c: Revert last change. Declare static sys_nerr
3216 and sys_errlist using different names.
3217
efb150d5
DJ
32182003-10-01 Daniel Jacobowitz <drow@mvista.com>
3219
3220 * strerror.c: Don't provide or reference sys_errlist if
3221 strerror is available.
3222
b7ca9213
L
32232003-10-01 H.J. Lu <hongjiu.lu@intel.com>
3224
3225 * configure.in: Check if $MAKEINFO is missing.
3226 * configure: Regenerated.
3227
8ddbb593
DJ
32282003-09-24 Daniel Jacobowitz <drow@mvista.com>
3229
3230 * configure.in: Use AC_PROG_CPP_WERROR.
3231 * configure: Regenerated.
3232
5324d185
AC
32332003-09-22 Andrew Cagney <cagney@redhat.com>
3234
3235 * floatformat.c (floatformat_i387_ext_is_valid): New function.
3236 (floatformat_always_valid): New function.
3237 (floatformat_i387_ext): Initialize new "is_valid" field to
3238 "floatformat_i387_ext_is_valid".
3239 (floatformat_ieee_single_little): Initialize "is_valid" field to
3240 floatformat_always_valid.
3241 (floatformat_ieee_double_big): Ditto.
3242 (floatformat_ieee_double_little): Ditto.
3243 (floatformat_ieee_double_little): Ditto.
3244 (floatformat_ieee_double_littlebyte_bigword): Ditto.
3245 (floatformat_i960_ext): Ditto.
3246 (floatformat_m88110_ext): Ditto.
3247 (floatformat_m88110_harris_ext): Ditto.
3248 (floatformat_arm_ext_big): Ditto.
3249 (floatformat_arm_ext_littlebyte_bigword): Ditto.
3250 (floatformat_ia64_spill_big): Ditto.
3251 (floatformat_ia64_spill_little): Ditto.
3252 (floatformat_ia64_quad_big): Ditto.
3253 (floatformat_ia64_quad_little): Ditto.
3254 (floatformat_ia64_quad_little): Ditto.
3255 (floatformat_is_valid): Call "is_valid".
3256
34f4a113
AC
32572003-09-15 Andrew Cagney <cagney@redhat.com>
3258
3259 * floatformat.c (get_field): Make "data" constant.
3260 (floatformat_is_valid, floatformat_to_double): Make "from"
3261 constant, fix casts.
3262 (floatformat_from_double): Make "from" constant.
3263
3f2aacaf
DJ
32642003-09-15 Daniel Jacobowitz <drow@mvista.com>
3265
3266 * floatformat.c (floatformat_is_valid): New function.
3267 (get_field, put_field): Correct comments.
3268
aae66b9f
DD
32692003-09-06 Josef Zlomek <zlomekj@suse.cz>
3270
3271 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
3272 FIBHEAPKEY_T.
3273
60b04ee8
DD
32742003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3275
3276 PR bootstrap/12100
3277 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
3278 * configure: Rebuilt.
3279
2299a76d
DJ
32802003-08-27 Daniel Jacobowitz <drow@mvista.com>
3281
3282 * aclocal.m4: Include acx.m4 and no-executables.m4.
3283 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
3284 (LIB_AC_PROG_CC): Remove.
3285 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
3286 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
3287 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
3288 performing link tests.
3289 * configure: Regenerated.
3290
9ad1aa29
DD
32912003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3292
a21da8bf 3293 * cp-demangle.c: Clarify what package(s) this is part of.
9ad1aa29 3294
dbb9d0f3
DD
32952003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
3296
3297 * pex-win32.c (pexecute): Mark parameters this_pname and
3298 temp_base as unused. Remove unused variables retries,
3299 sleep_interval. Initialize org_stdin, org_stdout.
3300 (pwait): Mark parameter flags as unused.
3301
33022003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
ab8c7bb1
DD
3303
3304 * pex-win32.c (fix_argv): Ensure that the executable pathname
3305 uses Win32 backslashes.
3306 (pexecute): Cast away constness when assigning *errmsg_arg.
3307
78c5b0a5
L
33082003-06-26 H.J. Lu <hongjiu.lu@intel.com>
3309
3310 * testsuite/demangle-expected: Add more GNU V3 testcases.
3311
70ecf948
DD
33122003-06-22 Zack Weinberg <zack@codesourcery.com>
3313
3314 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
3315 not HC_ASCII and HC_EBCDIC.
3316 Add documentation in form expected by gather-docs.
3317 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
3318 * Makefile.in, functions.texi: Regenerate.
3319
cbc0188b
DD
33202003-06-21 Zack Weinberg <zack@codesourcery.com>
3321
3322 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
3323 for charset determination.
3324
5f73c378
DD
33252003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
3326
3327 * configure.in: Add check for malloc.h needed by
3328 m68k for function free().
3329 * configure: Regenerated.
3330 * config.in: Add HAVE_MALLOC_H.
3331 * hashtab.c: include malloc.h were available for
3332 free().
3333
e69f6c8c 33342003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
cbc0188b 3335
e69f6c8c
DD
3336 PR bootstrap/10974
3337 * physmem.c: Update comment.
3338 * configure.in: Modify test for _system_configuration for older
3339 AIX systems.
3340
3341 * config.in, configure: Regenerated.
cbc0188b 3342
54c60684
DD
33432003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3344
3345 PR other/10810
3346 * test-demangle.c (getline): Fix fence-post error.
3347
5a4e47bd
NC
33482003-06-03 Nick Clifton <nickc@redhat.com>
3349
3350 * asprintf.c: Change comment to note that -1 is returned upon
3351 error.
3352 * vasprintf.c: Likewise.
3353 (vasprintf): Return -1 upon error.
3354 * functions.texi: Document changes to asprintf and vasprintf.
3355
916f5d13
DD
33562003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
3357
3358 * config.table: Accept i[345867]86 variant.
3359
e4f79046
JB
33602003-05-15 Jim Blandy <jimb@redhat.com>
3361
3362 * hex.c (_hex_value): Make this unsigned.
3363 (hex_value): Update documentation for new return type. hex_value
3364 now expands to an unsigned int expression, to avoid unexpected
3365 sign extension when we store it in a bfd_vma, which is larger than
3366 int on some platforms.
3367 * functions.texi: Regenerated.
3368
0f3538e7
DD
33692003-05-07 Josef Zlomek <zlomekj@suse.cz>
3370
3371 * splay-tree.c (splay_tree_predecessor): Fix comment.
3372 (splay_tree_successor): Fix comment.
3373
7108c5dc
JM
33742003-05-07 Jason Merrill <jason@redhat.com>
3375
eafaf5eb 3376 * hashtab.c (iterative_hash): New fn.
7108c5dc
JM
3377 * configure.in: Add AC_C_BIGENDIAN_CROSS.
3378 * aclocal.m4: Include accross.m4.
3379 * configure, config.in: Regenerate.
3380
0b555173
DD
33812003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3382
3383 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
3384 * configure: Regenerate.
3385
8730135a
DD
33862003-05-03 Carlo Wood <carlo@alinoe.com>
3387
3388 * cp-demangle.c: Fix typo in "char_traints" string-literal.
3389
341eccbc
DD
33902003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3391
3392 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
3393 (main): Test that we don't write too much data.
3394
2ed1e5cc
DD
33952003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3396
3397 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
3398 vsnprintf.
3399 * snprintf.c, vsnprintf.c: New files.
3400 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
3401 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
3402 Regenerate dependencies.
3403
3404 * functions.texi, configure, config.in: Regenerated.
3405
10b57b38
DD
34062003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3407
3408 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
3409 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
3410 and stpncpy.
3411 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
3412 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
3413 Regenerate dependencies.
3414
3415 * functions.texi, configure, config.in: Regenerated.
3416
ff773b85
DD
34172003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3418
3419 * argv.c: Fix comments.
3420 * calloc.c: Don't unnecessarily include "libiberty.h".
3421 (bzero): Add prototype.
3422 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
3423 * getcwd.c (getcwd): Use standard definition to avoid conflicts
3424 with system headers.
3425 * hashtab.c (htab_traverse): Delete unused variables.
3426 * rename.c: Include "ansidecl.h".
3427 (rename): Use standard definition to avoid conflicts with system
3428 headers.
3429 * strsignal.c: Rely on ANSI_PROTOTYPES.
3430 * strstr.c: Check GNUC >= 2, not GNUC == 2.
3431 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
3432 * vprintf.c: Include "ansidecl.h" earlier, rely on
3433 ANSI_PROTOTYPES.
3434 * vsprintf.c: Include "ansidecl.h" earlier, rely on
3435 ANSI_PROTOTYPES and possibly include <stdarg.h>.
cbc0188b 3436
ff773b85
DD
3437 * Makefile.in: Regenerate dependencies.
3438
bb325820
DD
34392003-04-15 DJ Delorie <dj@redhat.com>
3440
3441 * maint-tool (deps): Scan for headers in $srcdir also.
3442
258a4893
DD
34432003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3444
3445 PR target/10338
3446 PR bootstrap/10198
3447 PR bootstrap/10140
3448 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
3449 __mempcpy.
3450 * regex.c (regerror): Likewise.
3451
ff773b85
DD
34522003-04-14 Roger Sayle <roger@eyesopen.com>
3453
3454 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
3455 * memchr.c: Likewise.
3456 * strcasecmp.c: Likewise.
3457 * strncasecmp.c: Likewise.
3458 * strncmp.c: Likewise.
3459 * xatexit.c: Likewise.
3460 * xmalloc.c: Likewise.
3461
3462 * copysign.c: Use traditional function declaration instead of DEFUN.
3463 * sigsetmask.c: Likewise.
3464
3465 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
3466 * memset.c: Likewise.
3467
3468 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
3469 * memmove.c: Likewise.
3470
eec539c7
DD
34712003-04-14 Roger Sayle <roger@eyesopen.com>
3472
3473 * strdup.c (strdup): Tweak implementation to use memcpy.
3474
daf7c4ad
DD
34752003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3476
3477 * configure.in (HAVE_UINTPTR_T): Always define.
3478 * configure: Regenerated.
3479
aa072e59
AO
34802003-03-23 Alexandre Oliva <aoliva@redhat.com>
3481
3482 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
3483 instead of $$CC alone.
3484 (install_to_tooldir): Use it.
3485
f77ed96c
DD
34862003-17-03 Jan Hubicka <jh@suse.cz>
3487
3488 * hashtab.c (htab_traverse_noresize): Break out from ...
3489 * hashtab.c (htab_traverse): ... here.
3490
2336e177
DD
34912003-12-03 Jan Hubicka <jh@suse.cz>
3492
3493 * hashtab.c (htab_expand): Fix warning.
3494
3495 * hashtab.c (htab_expand): Compute the size of hashtable based
3496 on the number of elements actually used.
3497 (htab_traverse): Call htab_expand when table is too empty.
3498
d8cbbf95
DD
34992003-03-11 Carlo Wood <carlo@gnu.org>
3500
3501 * cplus-dem.c (demangle_integral_value): Correction to reflect
3502 patch of 2002-01-10 in order to also make negative multi-digits
3503 without leading underscore work.
3504
a01fefeb
DD
35052003-03-03 Mark Mitchell <mark@codesourcery.com>
3506
3507 * cplus-dem.c: Add license exception to copyright notice.
3508
638ceb1a
DD
35092003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3510
3511 * physmem.c: Formatting changes from upstream.
3512
ef803806
DD
35132003-02-24 Danny Smith <dannysmith@users.source.forge.net>
3514
3515 * physmem.c (physmem_total): Add _WIN32 support.
3516 (physmem_available): Likewise.
3517
181fa229
DD
35182003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3519
3520 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
3521 GSI_PHYSMEM.
3522 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
3523
cc529274
DD
35242003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3525
3526 * configure.in: Check for sys/systemcfg.h and
3527 _system_configuration.
3528 * physmem.c: Add support for AIX. Tweek formatting as per
3529 upstream coreutils beta.
3530
35312003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3532 Richard Earnshaw <rearnsha@arm.com>
3533 Geoffrey Keating <geoffk@apple.com>
cbc0188b 3534
cc529274
DD
3535 * configure.in: Check for sys/sysctl.h and sysctl.
3536 * physmem.c: Add support for *bsd and darwin.
3537 * Makefile.in: Generate depedency for physmem.o.
3538
192cbe66
DD
35392003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3540
3541 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
3542 Tru64 UNIX.
3543 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
3544 Tru64 UNIX.
3545
3546 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
3547 machine/hal_sysinfo.h, sys/table.h.
3548 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
3549 * configure, config.in: Regenerate.
3550
ff773b85
DD
35512003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3552
3553 * configure.in: Check for sys/sysmp.h and sysmp.
3554 * physmem.c: Pull upstream copy, add support for irix6.
3555
3556 * config.in, configure: Regenerated.
3557
900d2082
DD
35582003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3559
3560 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
3561 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
3562 pstat_getdynamic.
cbc0188b 3563
4938384a
DD
35642003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3565
3566 * Makefile.in (CFILES): Add physmem.c.
3567 (REQUIRED_OFILES): Add physmem.o.
3568 * configure.in: Check for sys/pstat.h.
3569 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
3570 * physmem.c: New file, copied from textutils.
3571
3572 * config.in, configure: Regenerated.
3573
ba61a412
DJ
35742003-02-20 Daniel Jacobowitz <drow@mvista.com>
3575
3576 * Makefile.in (CFILES): Add lrealpath.c.
3577 (REQUIRED_OFILES): Add lrealpath.o.
3578 (lrealpath.o): Add rule.
3579 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
3580 * configure.in: Add realpath and canonicalize_file_name to
3581 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
3582 for canonicalize_file_name.
3583 * lrealpath.c: New file.
3584 * make-relative-prefix.c: Update documentation.
3585 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
3586 * config.in: Regenerated.
3587 * configure: Regenerated.
3588 * functions.texi: Regenerated.
3589
25dfe0ac
DD
35902003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
3591
3592 * cplus_dem.c: Fix typo: intializes -> initializes.
3593
8b90eef4
AO
35942003-02-20 Alexandre Oliva <aoliva@redhat.com>
3595
3596 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
3597 config.status.
3598 * configure: Rebuilt.
3599
fcd7c7c9
DD
36002003-02-13 Daniel Jacobowitz <drow@mvista.com>
3601
3602 Fix PR c++/7612.
3603 * cplus-dem.c (demangle_signature): Call string_delete.
3604 Remove extra string_init.
3605 (demangle_arm_hp_template): Call string_delete instead of
3606 string_clear. Add missing string_delete call.
3607 (demangle_qualified): Add missing string_delete call.
3608 (do_type): Remove unused variable btype. Add missing string_delete
3609 call. Call string_delete instead of string_clear.
3610 (demangle_fund_type): Move variable btype inside of the switch
3611 statement. Add missing string_delete call.
3612 (do_arg): Call string_delete instead of string_clear. Remove extra
3613 string_init.
3614 (demangle_nested_args): Free work->previous_argument.
3615
073c427b
DD
36162003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3617
3618 * acconfig.h: New file. Add uintptr_t.
3619 * config.in: Regenerated.
3620
f8bd3000
DD
36212003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
3622
3623 * libiberty.texi: Update to GFDL 1.2.
3624
85b9a938
DD
36252003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3626
3627 * Makefile.in (libiberty_topdir): New subst.
3628 (mkinstalldirs): Redefine in terms of the above.
3629 * configure.in: AC_SUBST it.
3630 * configure: Regenerate.
3631
578460f2
AO
36322003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3633
3634 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
3635 (info-subdir, install-info-subdir, clean-info-subdir)
3636 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
3637 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
3638 Pass $(FLAGS_TO_PASS).
3639
7f285245
AO
36402003-01-27 Alexandre Oliva <aoliva@redhat.com>
3641
3642 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
3643 /`$$CC -print-multi-os-directory`.
3644
5f9624e3
DJ
36452003-01-26 Daniel Jacobowitz <drow@mvista.com>
3646
3647 * hashtab.c (htab_create_alloc_ex): New function.
3648 (hatab_set_functions_ex): New function.
3649 (htab_delete, htab_expand): Support alternate allocation functions.
3650
9c2259b8
DD
36512003-01-24 Christopher Faylor <cgf@redhat.com>
3652
3653 * configure.in: Remove special pex-cygwin consideration.
3654 * configure: Regenerate.
3655 * pex-cygwin.c: Remove.
3656 * Makefile.in: Remove pex-cygwin.[co] lines.
3657
5a17353c
DD
36582003-01-24 Zack Weinberg <zack@codesourcery.com>
3659
3660 * Makefile.in (CFILES): Add pex-*.c.
3661 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
3662 (CONFIGURED_OFILES): Add pex-*.o.
3663 (TEXIFILES): Add pexecute.txh.
3664 (pexecute.o): Delete rule.
3665 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
3666 pex-unix.o, pex-win32.o): New rules.
3667 * configure.in: Change AC_INIT argument to xmalloc.c.
3668 Compute appropriate pexecute implementation and substitute it
3669 as @pexecute@.
3670
3671 * pexecute.c: Split up into...
3672 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
3673 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
3674 new files.
3675
3676 * functions.texi: Regenerate.
3677 * configure: Regenerate.
3678
eed2b28c
DD
36792003-01-20 Josef Zlomek <zlomekj@suse.cz>
3680
3681 * hashtab.c (htab_expand): Fix allocation of new entries.
3682
27a39a5f
DD
36832003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3684
3685 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
3686
3687 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
3688 mkinstalldirs command.
3689
b51c1553
DD
36902002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
3691
3692 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
3693 Define for hosts with HOST_EXECUTABLE_SUFFIX.
3694
756954c3
DD
36952002-11-24 Nick Clifton <nickc@redhat.com>
3696
3697 * make-relative-prefix.c (make_relative_prefix): Ensure return
3698 string is empty before using strcat to construct it.
3699
2a80c0a4
DD
37002002-11-22 Daniel Jacobowitz <drow@mvista.com>
3701
3702 * Makefile.in: Add make-relative-prefix.c.
3703 * make-relative-prefix.c: New file.
3704 * functions.texi: Rebuilt.
3705
768b20d8
JJ
37062002-11-16 Jakub Jelinek <jakub@redhat.com>
3707
3708 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
3709 used with arguments in traditional C' warnings.
3710
f52d1d64
JJ
37112002-10-16 Jakub Jelinek <jakub@redhat.com>
3712
3713 * config.table: Use mh-s390pic for s390x too.
3714
0d3deb8d
DD
37152002-10-06 Andreas Jaeger <aj@suse.de>
3716
3717 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
3718 variable and of strict-aliasing warning.
3719 (grow_vect): Use char as first parameter.
3720
1b67de92
DD
37212002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3722
3723 * Makefile.in (all): Fix multilib parallel build.
3724
585cc78f
DD
37252002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
3726
3727 * cp-demangle.c (demangling_new): Cast 0 to enum.
3728 (demangle_char): Cast return of strdup to char *.
3729 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
3730 (is_gnu_v3_mangled_dtor): Likewise.
3731 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
3732 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
3733 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
3734 * md5.c (md5_process_bytes): Cast results back to const void *.
3735 (md5_process_block): Add cast to const md5_uint32 *.
3736 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
3737 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
3738 unsigned short.
3739 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
3740 to void *.
3741 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
3742
e21b0cc1
NC
37432002-09-19 Nick Clifton <nickc@redhat.com>
3744
3745 * README: Update email addresses for bugs and patches.
3746
a54ba43f
DD
37472002-09-10 Mike Stump <mrs@apple.com>
3748
3749 * splay-tree.c (splay_tree_successor): Fix comments.
3750
37512002-09-11 Zack Weinberg <zack@codesourcery.com>
3752
3753 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
3754 * testsuite/Makefile.in: Adjust for test-demangle.
3755 * testsuite/regress-demangle: Deleted.
3756 * testsuite/test-demangle.c: New file.
3757 * testsuite/demangle-expected: Change \$ to $ throughout, now that
3758 this file is not being read by a shell script.
3759
01cea699
DD
37602002-09-05 Roger Sayle <roger@eyesopen.com>
3761
3762 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
3763
a2832523
DD
37642002-08-07 DJ Delorie <dj@redhat.com>
3765
3766 * regex.c (re_error_msgid): Just use a simple array of strings.
3767 (re_compile_pattern): Compensate.
3768 (re_comp): Likewise.
3769 (re_comp): Likewise.
3770 (regerror): Likewise.
3771
1e3f0be0
DD
37722002-07-29 Neil Booth <neil@daikokuya.co.uk>
3773
3774 * cplus-dem.c (PREPEND_BLANK): Remove.
3775
b851d07b
DD
37762002-07-10 Jason Merrill <jason@redhat.com>
3777
3778 * cp-demangle.c (demangle_identifier): Support extended Unicode
3779 characters.
3780
2a9dffbf
DD
37812002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3782
3783 * cp-demangle.c (demangle_v3_with_details): Wrap in
3784 !defined IN_GLIBCPP_V3.
3785
793011ca
DD
37862002-07-01 Mark Mitchell <mark@codesourcery.com>
3787
3788 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
3789 Set it for the "st" operator.
3790 (demangle_expression): Handle expressions with types as arguments.
3791
b39b76b8
DD
37922002-06-30 Douglas Rupp <rupp@gnat.com>
3793
3794 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
3795 * Makefile.in (OUTPUT_OPTION): Use.
3796
4748c6d8
DD
37972002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
3798
3799 * Makefile.in (install_to_libdir): Add $(DESTDIR).
3800 (install_to_tooldir): Likewise.
3801
f9c3326a
DD
38022002-06-17 Douglas Rupp <rupp@gnat.com>
3803
3804 * lbasename.c: Add 2002 to copyright.
3805 (IS_DIR_SEPARATOR): Remove VMS junk.
3806
18893690
DD
38072002-06-05 Geoffrey Keating <geoffk@redhat.com>
3808
3809 * hashtab.c (htab_create): New stub function for backward
3810 compatibility.
3811 (htab_try_create): Likewise.
3812
38132002-06-03 Geoffrey Keating <geoffk@redhat.com>
3814
3815 * hashtab.c (htab_create): Delete.
3816 (htab_try_create): Delete.
3817 (htab_create_alloc): New.
3818 (htab_delete): Support user-specified memory allocation.
3819 (htab_expand): Likewise.
3820
38212002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
3822
3823 * configure.in: Fix typo in the code checking for sys_errlist.
3824 * configure: Regenerated.
3825
9296c8b2
DD
38262002-05-13 Andreas Schwab <schwab@suse.de>
3827
3828 * config.table: Use mh-x86pic also for x86-64.
3829
52d98c2d
DD
38302002-05-08 Alexandre Oliva <aoliva@redhat.com>
3831
3832 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
3833 script entry, and set LD to it when configuring multilibs.
3834 * configure: Rebuilt.
3835
cafa3917
DD
38362002-05-07 Mark Mitchell <mark@codesourcery.com>
3837
3838 * configure.in (AC_TYPE_PID_T): Use it.
3839 * configure: Regenerated.
3840 * getruntime.c: Include <sys/types.h>.
3841 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
3842
b1c933fc
RH
38432002-04-09 Richard Henderson <rth@redhat.com>
3844
3845 * hashtab.c (higher_prime_number): Use 7 as minimum.
3846 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
3847 (htab_find_slot_with_hash): Likewise.
3848
0c4460bb
DD
38492002-04-01 Phil Edwards <pme@gcc.gnu.org>
3850
3851 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
3852 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
3853 not compile if IN_GLIBCPP_V3 defined.
3854 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
3855
f2160d2b
DD
38562002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
3857
3ebf1f59 3858 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
f2160d2b
DD
3859 if it is NULL.
3860
7dd4d42a
DD
38612002-03-27 DJ Delorie <dj@redhat.com>
3862
3863 * hex.c: Add documentation.
3864 (_hex_value): Provide non-ASCII empty table.
3865 (hex_init): Initialize the non-ASCII table.
3866 * functions.texi: Regenerate.
3867
38e57a35
DD
38682002-03-27 Mark Mitchell <mark@codesourcery.com>
3869
3870 * dyn-string.c: Add libgcc exception to copyright notice.
3871
cfed0715
DD
38722002-03-26 H.J. Lu (hjl@gnu.org)
3873
3874 * config.table: Support --with-build-subdir.
3875 * configure.in: Likewise.
3876 * configure: Rebuild.
3877
1504972f
DD
38782002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
3879
3880 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
3881 seen.
3882
35efcd67
DD
38832002-03-12 Mark Mitchell <mark@codesourcery.com>
3884
3885 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
3886 notice.
3887
dabc64ea
DD
38882002-03-11 Douglas B Rupp <rupp@gnat.com>
3889
3890 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
3891
3ddbd84c
JB
38922002-03-06 Jim Blandy <jimb@redhat.com>
3893
3894 * splay-tree.c (splay_tree_xmalloc_allocate,
3895 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
3896 prototyped definitions. Mark `data' arguments as unused.
3897
efdab807
AC
38982002-03-06 Andrew Cagney <ac131313@redhat.com>
3899
3900 * floatformat.c (floatformat_arm_ext_big): Delete definition.
3901
50d4562d
DD
39022002-03-04 Phil Edwards <pme@gcc.gnu.org>
3903
3904 * configure.in: Add --enable-install-libiberty option.
3905 * Makefile.in (INSTALLED_HEADERS): New variable.
3906 (install_to_libdir): Possibly also copy headers.
3907 * configure: Regenerated.
3908
39092002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
3910
3911 * xmalloc.c (xmalloc_fail): Clarify error message further.
3912
6e9980f5
DD
39132002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
3914
3915 * xmalloc.c (xmalloc_fail): Clarify error message.
3916
18893690 39172002-02-22 Jim Blandy <jimb@redhat.com>
2bbcdae9
JB
3918
3919 * splay-tree.c (splay_tree_xmalloc_allocate,
3920 splay_tree_xmalloc_deallocate): New functions.
3921 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
3922 above functions and a dummy data pointer.
3923 (splay_tree_new_with_allocator): New function.
3924 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
3925 splay_tree_remove): Use the splay tree's allocation and
3926 deallocation functions.
3927
59ea9fe7
DD
39282002-02-19 Scott Snyder <snyder@fnal.gov>
3929
3930 * testsuite/demangle-expected: Add test case for infinite loop in
3931 demangler.
3932 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
3933 if do_type() doesn't make any progress --- prevents an infinite
3934 loop.
3935
6f848550
DD
39362002-02-18 Carlo Wood <carlo@gnu.org>
3937
3938 PR c++/5390
3939 * cplus-dem.c (demangle_integral_value): Accept multi-digit
3940 numbers that do not start with an underscore; This is needed
3941 for integer template parameters. This doesn't break anything
3942 because multi-digit numbers are never followed by a digit.
3943 * testsuite/demangle-expected: Corrected all mangled test
3944 cases with multi-digit template parameters: g++ 2.95.x does
3945 not generate underscores around these parameters.
3946
44354ae1
DD
39472002-02-05 Jason Merrill <jason@redhat.com>
3948
3949 * cplus-dem.c (flags): Add DMGL_VERBOSE
3950 (cplus_demangle_v3_p): Remove.
3951 (demangle_it): Add DMGL_TYPES to passed flags.
3952 * cp-demangle.c (cplus_demangle_v3_all): Remove.
3953 (cplus_demangle_v3_type): Remove.
3954 (cplus_demangle_v3): Add options parm.
3955
42da15d6
DD
39562002-02-02 H.J. Lu (hjl@gnu.org)
3957
3958 * cp-demangle.c (cp_demangle_type): Do not protect with
3959 IN_LIBGCC2.
3960 (cplus_demangle_v3_all): New.
3961 (cplus_demangle_v3): Call cplus_demangle_v3_all.
3962 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
3963
3964 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
3965 Initialized to cplus_demangle_v3.
3966 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
3967 of cplus_demangle_v3.
3968 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
3969 command line symbol.
3970
3971 * testsuite/regress-demangle: Pass the mangled name at the
3972 command line.
3973
b117c158
DD
39742002-02-01 H.J. Lu <hjl@gnu.org>
3975
3976 * cp-demangle.c (cp_demangle_type): Call demangling_new with
3977 DMGL_GNU_V3.
3978
c78d91b1
DD
39792002-01-31 Phil Edwards <pme@gcc.gnu.org>
3980
3981 * cp-demangle.c: Revert yesterday's change.
3982
bef8b55d
DD
39832002-01-31 Adam Megacz <adam@xwt.org>
3984
3985 * gcc/libiberty/configure.in: Treat mingw the same as cywin
3986 wrt HAVE_SYS_ERRLIST.
3987
2c955b8b
DD
39882002-01-30 Phil Edwards <pme@gcc.gnu.org>
3989
3990 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
3991 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
3992 cp_demangle_type.
3993 * testsuite/demangle-expected: New gnu-v3 test.
3994
58b1717a
RH
39952002-01-22 Momchil Velikov <velco@fadata.bg>
3996
3997 * configure.in (variable detection): Use arrays of unspecified
3998 size instead of plain integers.
3999
cc096b71
DD
40002002-01-18 DJ Delorie <dj@redhat.com>
4001
4002 * Makefile.in (TESTLIB): New. This library is for future
4003 testsuites.
4004 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
4005 break down by letter.
4006 (REQUIRED_OFILES): List long-to-compile files first.
4007 (maint-deps): New, target for updating dependencies.
4008 (dependencies): Update.
4009 * maint-tool: Add dependency-generating option.
4010 * configure.in: Check for _doprnt even if we're not providing it.
4011 * configure: Regenerate.
4012
4013 * _doprnt.c: Modifications to allow compiling on any platform.
4014 * copysign.c: Likewise.
4015 * putenv.c: Likewise.
4016 * setenv.c: Likewise.
4017 * vsprintf.c: Likewise.
4018
40192002-01-15 Douglas B Rupp <rupp@gnat.com>
4020
4021 * mkstemps.c (mkstemps): On VMS, open temp file with option
4022 that causes it to be deleted when closed.
4023
20d54542
DD
40242002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4025
c23795e2
DD
4026 * cp-demangle.c (long_options): Const-ify.
4027 * cplus-dem.c (long_options): Likewise.
4028
20d54542
DD
4029 * cplus-dem.c (mystrstr): Delete. All callers changed to use
4030 strstr instead.
4031
f348a7b1
DD
40322001-12-31 Ira Ruben <ira@apple.com>
4033
4034 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
4035 * configure: Regenerated.
4036
d86cd745
DD
40372001-12-24 Douglas B. Rupp <rupp@gnat.com>
4038
4039 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
4040 * configure: Regenerated.
4041
ae533646
DD
40422001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
4043
4044 PR other/2719
4045 * cplus-dem.c (consume_count): Treat negative count as an error.
4046 * testsuite/demangle-expected: Added testcase.
4047
c0eb281b
DD
4048Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
4049
4050 * configure.in: Hardcode that vfork works on VMS host.
4051 * configure: Regenerated.
4052
2da4c07f
RH
40532001-12-06 Richard Henderson <rth@redhat.com>
4054
4055 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
4056 (cplus_demangle): Support no_demangling.
4057
24acd898
DD
40582001-11-27 Zack Weinberg <zack@codesourcery.com>
4059
4060 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
4061 in libiberty context. Fix typo in leading comment.
4062 * configure.in: Fix various AC_DEFINEs so autoheader works.
4063 If any of vprintf, vsprintf, vfprintf is missing from libc,
4064 then AC_REPLACE_FUNCS(_doprnt).
4065
fec50157 40662001-11-26 DJ Delorie <dj@redhat.com>
d86cd745 4067 Daniel Jacobowitz <drow@mvista.com>
fec50157
DD
4068
4069 * Makefile.in (stamp-h): Depend on Makefile for proper
4070 serialization.
4071 (*-subdir): Depend on config.h for proper serialization.
4072
5527febf
DD
40732001-11-26 DJ Delorie <dj@redhat.com>
4074
4075 * configure.in: Check for alloca.h (for regex.c and putenv.c).
4076 * configure: Regenerate.
4077 * config.h: Add HAVE_ALLOCA_H.
4078
941d74a0
DD
40792001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4080
4081 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
4082 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
4083 is available.
4084
dc579051
DD
4085Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
4086
4087 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
4088 * configure.in (HAVE_UINTPTR_T): Test for system defining
4089 uintptr_t and define HAVE_UINTPTR_T appropriately.
4090 * regex.c (uintptr_t): Do not provide a definition if the
4091 system provided one.
4092
4093 * regex.c (PREFIX): Provide an alternate definition for
4094 non-ANSI/ISO compilers.
4095 (ARG_PREFIX): Likewise.
4096
1a78a35a
DD
40972001-11-12 Jim Meyering <meyering@lucent.com>
4098
4099 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
4100 this code would end up calling gettext even in packages built
4101 with --disable-nls.
4102 * getopt.c (_): Likewise.
4103 * regex.c (_): Likewise.
4104
4e55c4b6
DD
41052001-11-03 Alan Modra <amodra@bigpond.net.au>
4106
4107 * configure.in: Cope with missing makeinfo.
4108 * configure: Regenerate.
4109
d311a83a
DD
41102001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4111
4112 * hex.c (hex_init): Provide empty stub.
4113
4114 * hex.c (hex_init): Delete.
4115 (_hex_value): Const-ify and initialize at compile-time.
4116
3bc62f91
DD
41172001-10-19 H.J. Lu <hjl@gnu.org>
4118
4119 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
4120 necessary.
4121
5d852400
DD
41222001-10-17 DJ Delorie <dj@redhat.com>
4123
4124 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
4125 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
5527febf 4126 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5d852400
DD
4127 Improve manual formatting.
4128 * functions.texi: Regenerate.
4129
ba19b94f
DD
41302001-10-15 DJ Delorie <dj@redhat.com>
4131
4132 * Makefile.in (TEXIFILES): Add fnmatch.txh.
4133 (maint-undoc): New.
4134 maint-tool: Add "undoc" tool.
4135 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
4136 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
4137 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
4138 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
4139 documentation.
4140 * fnmatch.txh: New.
4141 * functions.texi: Regenerate.
4142
56056af5
DD
41432001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
4144
4145 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
4146 * strtod.c: Use "ISO C" instead of "ANSI C".
4147 * functions.texi: Regenerate.
4148
99b58139
DD
41492001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
4150
4151 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
4152 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
4153 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
4154 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
4155 spelling. Give names to function arguments in documentation. Use
4156 (void) prototypes in documentation.
4157 * functions.texi: Regenerate.
4158
e6450fe5
DD
41592001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4160
4161 * argv.c (buildargv, tests, main): Const-ify.
4162 * cp-demangle.c (operator_code): Likewise.
4163 * cplus-dem.c (optable, libiberty_demanglers,
4164 cplus_demangle_set_style, cplus_demangle_name_to_style,
4165 print_demangler_list): Likewise.
4166 * hashtab.c (higher_prime_number): Likewise.
4167 * strcasecmp.c (charmap): Likewise.
4168 * strerror.c (error_info, strerror, main): Likewise.
4169 * strncasecmp.c (charmap): Likewise.
4170 * strsignal.c (signal_info): Likewise.
4171
da191b5b
DD
41722001-09-29 DJ Delorie <dj@redhat.com>
4173
4174 * configure: Regenerate.
4175
916aaa12
DD
41762001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4177
4178 * concat.c: Include stdlib.h.
4179
fa9f0e33
DD
41802001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
4181
4182 * libiberty.texi: (Top level): Add syncodeindex pg. Add
4183 @dircategory and @direntry directives. Add @finalout.
4184 (many nodes): Lose the next,prev,up pointers on the @nide line.
4185 (Using, Supplemental Functions, Replacement Functions): Fix
4186 markup.
4187 (Functions): Move around, to allow makeinfo to build the manual
4188 without next,prev,up pointers in thye node lines.
4189 (Licenses): Fix typos.
4190
4191 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
4192 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
4193 * functions.texi: Regenerate.
4194
4195 * copying-lib.texi: Lose the next,prev,up pointers on the @node
4196 line.
4197
41982001-09-27 DJ Delorie <dj@redhat.com>
4199
4200 * configure.in: Don't use in-tree texinfo, because libiberty must
4201 be built before it. Check for makeinfo version 4 or higher.
4202 * functions.texi: Regenerate.
4203
39423523
DD
42042001-09-20 DJ Delorie <dj@redhat.com>
4205 Phil Edwards <pedwards@disaster.jaj.com>
4206
4207 * configure.in (MAKEINFO, PERL): Detect these.
4208 (--enable-maintainer-mode): Add.
4209 * configure: Regenerate.
4210 * Makefile.in (MAKEINFO, PERL): Define.
4211 (libiberty.info, libiberty.dvi, libiberty.html): New.
4212 (CFILES): Add bsearch.c.
4213 (CONFIGURED_OFILES): New, list of objects configure might add.
4214 (maint-missing, maint-buildall): New, for maintainers only.
4215 (clean, mostlyclean): Add info/dvi/html files.
4216 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
4217 * gather-docs: New, for maintainers.
4218 * maint-tool: New, for maintainers.
4219 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
4220 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
4221 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
4222 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
4223 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
4224 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
4225 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
4226 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
4227 documentation.
4228
66c94e19
DD
42292001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4230
4231 * concat.c (reconcat): Fix for traditional C.
4232
99ee3a8f
DD
42332001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4234
4235 * concat.c (reconcat): New function.
4236
54c20242
DD
42372001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4238
4239 * concat.c (vconcat_length, vconcat_copy, concat_length,
4240 concat_copy, concat_copy2): New functions.
4241 (concat): Use vconcat_length/vconcat_copy.
4242
4243 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
4244 Define.
4245
843f21be
DD
42462001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4247
4248 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
4249 VA_FIXEDARG & VA_CLOSE.
4250
4251 * vasprintf.c: Check HAVE_STRING_H when including string.h.
4252 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
4253 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
4254
8a423cb3
DD
42552001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4256
4257 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
4258
dc676635
DD
42592001-08-23 Ulrich Drepper <drepper@redhat.com>
4260
4261 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
4262
42632001-08-23 Ulrich Drepper <drepper@redhat.com>
4264
4265 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
4266 instead of mbrtowc.
4267 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
4268 wcslen, and __wcscoll instead of wcscoll.
4269
f080c76d
DD
42702001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
4271
3ebf1f59
DD
4272 * fibheap.c (fibheap_init, fibnode_init): Remove.
4273 (fibheap_new, fibnode_new): Use xcalloc to allocate and
4274 initialize memory.
4275 (fibheap_insert): Remove check for node allocation failure.
f080c76d 4276
f01b59ed
DD
42772001-08-21 Richard Henderson <rth@redhat.com>
4278
4279 * Makefile.in (fibheap.o): Depend on config.h.
4280 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
4281 functions for inlining.
4282
4283Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
4284
4285 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
4286 hosting on cygwin.
4287 * configure: Regenerate.
4288
eb828599
AC
42892001-08-20 Andrew Cagney <ac131313@redhat.com>
4290
4291 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
4292 HARRIS_FLOAT_FORMAT.
4293 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
4294 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
4295 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
4296 (floatformat_m88110_harris_ext): New float formats.
4297
4e55c4b6
DD
42982001-08-20 Daniel Berlin <dan@cgsoftware.com>
4299
4300 * fibheap.c: New file. Fibonacci heap.
4301
4302 * Makefile.in (CFILES): Add fibheap.c.
4303 (REQUIRED_OFILES): Add fibheap.o.
4304 (fibheap.o): Add dependencies for fibheap.o.
4305
68a41de7
DD
43062001-08-17 Christopher Faylor <cgf@cygnus.com>
4307
4308 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
4309 * configure: Regenerate.
4310
8fc34799
DD
43112001-08-16 Richard Henderson <rth@redhat.com>
4312
4313 * hashtab.c (htab_hash_string): New.
4314
16bad250
AC
43152001-08-13 Andrew Cagney <ac131313@redhat.com>
4316
4317 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
4318 name.
4319
a9022147
DD
43202001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
4321
4322 * regex.c (wcs_regex_compile): Use appropriate string
4323 to compare with collating element.
4324 Fix the padding for the alignment.
4325
8aefe91a 43262001-08-10 Andrew Cagney <ac131313@redhat.com>
3ea71002
AC
4327
4328 * lbasename.c (lbasename): Change function definition to return a
4329 const char pointer.
4330
e7e9b069
DD
43312001-08-07 Jason Merrill <jason_merrill@redhat.com>
4332
4333 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
4334 for".
4335
cc5144f8
DD
43362001-08-03 Richard Henderson <rth@redhat.com>
4337
4338 * Makefile.in (concat.o): Depend on config.h.
4339
8aefe91a
DD
43402001-07-30 Andreas Jaeger <aj@suse.de>
4341
4342 * concat.c: Include "config.h".
4343
86710ce2
DD
43442001-07-30 Andreas Jaeger <aj@suse.de>
4345
4346 * regex.c: Declare wcs functions only if compiling with
4347 MBS_SUPPORT.
4348 Don't use #elif for traditional C.
4349
43502001-07-23 Ulrich Drepper <drepper@redhat.com>
4351
4352 * regex.c: Revamp memory allocation for WCHAR functions to
4353 not use too much stack.
4354
43552001-07-30 Andreas Jaeger <aj@suse.de>
4356
4357 * regex.c: Declare wcs functions only if compiling with
4358 MBS_SUPPORT.
4359 Don't use #elif for traditional C.
4360
a5d8f731
DD
43612001-07-25 Daniel Jacobowitz <drow@mvista.com>
4362
4363 * Makefile.in (regex.o): Add dependency on config.h.
4364
6ad8a379
DD
43652001-07-18 Andreas Schwab <schwab@suse.de>
4366
4367 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
4368 underscore character.
4369
43702001-07-18 Ulrich Drepper <drepper@redhat.com>
4371
4372 * regex.c: Limit string length printed in debug messages to 100
4373 chars.
4374
43752001-07-18 Andreas Jaeger <aj@suse.de>
4376
4377 * regex.c: Place under LGPL version 2.1.
4378
2a6ef469
DD
43792001-07-10 Jeff Johnston <jjohnstn@redhat.com>
4380
4381 * Makefile.in: Add support for regex code.
4382 * regex.c: New file.
4383
7b78baae
DD
43842001-07-05 Mark Klein <mklein@dis.com>
4385
4386 * Makefile.in: Add ffs.c dependency.
4387 * configure.in: Add ffs.c.
4388 * ffs.c: New file.
4389
926150e2
DD
43902001-06-18 Richard Henderson <rth@redhat.com>
4391
4392 * concat.c: Include <sys/types.h>.
4393
11f6f21d
DD
43942001-06-11 Loren J. Rittle <ljrittle@acm.org>
4395
4396 bootstrap/3106
4397 * strerror.c (sys_nerr): Hide the OS header version.
4398 * strsignal.c (sys_nsig): Likewise.
4399
d42dae6c
DD
44002001-06-10 Richard Henderson <rth@redhat.com>
4401
4402 * concat.c: Include string.h. Fix int vs size_t usage.
4403 Simplify the iteration loops. Use memcpy.
4404
e05c6d27
DD
44052001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
4406
4407 * partition.c: Fix misspelling of `implementation'.
4408
b50c4073
DD
44092001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4410
4411 * md5.c (md5_init_ctx): Declare constants as unsigned.
4412 (md5_process_block): Likewise.
4413
457161bf
DD
44142001-05-07 Zack Weinberg <zackw@stanford.edu>
4415
4416 * cp-demangle.c (demangle_v3_with_details,
4417 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
4418 function definition.
4419 * ternary.c: Use K+R style function definitions. Use PTR, not
4420 void *. Make arguments constant where possible.
4421
e00bc6a7
DD
44222001-05-07 Mark Mitchell <mark@codesourcery.com>
4423
4424 * splay-tree.h (splay_tree_max): New function.
4425 (splay_tree_min): Likewise.
4426
400ee7e1
DB
44272001-04-15 Daniel Berlin <dan@cgsoftware.com>
4428
4429 * ternary.c: New file - Ternary search tree implementation.
a5dd804e
DB
4430
4431 * Makefile.in: Add ternary.o, and ternary.c dependencies.
400ee7e1 4432
d9697354
DD
44332001-04-03 Zack Weinberg <zackw@stanford.edu>
4434
4435 * make-temp-file.c (try): Inline.
4436
a7bf099b
DD
44372001-02-28 Richard Henderson <rth@redhat.com>
4438
4439 * Makefile.in (make-temp-file.o): Depend on config.h.
4440
30a1def2
DD
44412001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4442
4443 * memchr.c (memchr): Adjust condition to avoid infinite loop.
4444
079c672a
DD
44452001-03-23 Jakub Jelinek <jakub@redhat.com>
4446
4447 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
4448 `_' not followed by a digit is invalid.
4449
a88e356a
JB
44502001-03-22 Jim Blandy <jimb@redhat.com>
4451
4452 * cp-demangle.c (string_list_delete): Use dyn_string_delete
4453 instead of free, to free the contents as well as the string
4454 structure.
4455
1dffcc66
DD
44562001-03-21 Zack Weinberg <zackw@stanford.edu>
4457
4458 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
4459 Don't default P_tmpdir to anything. Try /var/tmp before
4460 /usr/tmp.
4461
44622001-03-20 Zack Weinberg <zackw@stanford.edu>
4463
4464 * choose-temp.c: Split off make_temp_file, and the code
4465 duplicated between it and choose_temp_base, into...
4466 * make-temp-file.c: ... here; new file.
4467
4468 * Makefile.in (CFILES): Add make-temp-file.c.
4469 (REQUIRED_OFILES): Add make-temp-file.o.
4470
e61231f1
JB
44712001-03-20 Jim Blandy <jimb@redhat.com>
4472
4473 * cp-demangle.c (struct demangling_def): New fields:
4474 is_constructor and is_destructor.
4475 (demangling_new): Initialize them.
4476 (demangle_ctor_dtor_name): Set them, if we detect a constructor
4477 or destructor.
4478 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
4479 is_gnu_v3_mangled_dtor): New functions.
4480
a9cbbe6d
DD
44812001-03-20 Jason Merrill <jason@redhat.com>
4482
4483 * cplus-dem.c (main): Skip initial $.
4484
b1e51b3c
DD
44852001-03-15 Michael Meissner <meissner@redhat.com>
4486
4487 * hashtab.c (higher_prime_number): Silence warning that 4294967291
4488 might be a signed integer under pre-ISO C systems.
4489
8aa30e60 44902001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
fa03f0a7 4491 John David Anglin <dave@hiauly1.hia.nrc.ca>
8aa30e60 4492
8aa30e60
DD
4493 * libiberty/lbasename.c: New file.
4494 * libiberty/Makefile.in: Update for lbasename.
8aefe91a 4495
30673bf5
DD
44962001-03-06 Zack Weinberg <zackw@stanford.edu>
4497
4498 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
4499 * configure.in: Replace all alloca logic with a simple use of
4500 the above new macro.
4501 * config.table: Kill *-*-beos* entry.
4502 * config/mh-beos: Delete.
4503 * configure, config.in: Regenerate.
fa03f0a7 4504
30673bf5
DD
4505 * Makefile.in (ALLOCA, HFILES): Kill.
4506 (REQUIRED_OFILES): Add alloca.o.
4507 (alloca.o): Depend on libiberty.h.
4508 (argv.o): Don't depend on alloca-conf.h.
4509 * alloca-conf.h: Delete.
4510 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
4511 blocks. Provide the C alloca unconditionally. Use PTR where
4512 appropriate. Make i00afunc static.
4513 * argv.c: Don't include alloca-conf.h.
fa03f0a7 4514
5810f394
DD
45152001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4516
4517 * cplus-dem.c (main): Cast enum style to int.
fa03f0a7 4518
a9db032a
DD
45192001-02-16 Loren J. Rittle <ljrittle@acm.org>
4520
4521 * cplus-dem.c (main): Initialize style.
fa03f0a7 4522
8aefe91a
DD
45232001-02-02 Phil Edwards <pme@sources.redhat.com>
4524
4525 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
4526
bc9bf259
DD
45272001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
4528
4529 Add support for Java demangling under the v3 ABI:
4530 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
4531 (struct demangling_def): Add `style' field.
4532 (demangling_new): New parameter `style'. Set it in demangling_t.
4533 (demangle_prefix): Use NAMESPACE_SEPARATOR.
4534 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
4535 (cp_demangle): New parameter `style'. Pass it to demangling_new().
4536 (main): Call cp_demangle with extra parameter.
4537 (java_demangle_v3): New function.
4538 (java_builtin_type_names): New. Table of primitive type names used
4539 for Java demangling.
4540 (demangle_builtin_type): Look up in java_builtin_type_names if doing
4541 Java output.
4542 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
4543 demangling.
4544 (long_options): Remove obsolete `java' option.
4545 (main): Remove explicit handling of `java' option. Instead, pass style
4546 parameter in cplus_demangle flags as gdb does.
4547 * testsuite/demangle.expected: Add some Java test cases.
fa03f0a7 4548
f6528837
DD
45492000-12-29 DJ Delorie <dj@redhat.com>
4550
4551 * fnmatch.c: Make the note about the origins of this file more
4552 accurate, at least until we can sync with glibc.
4553 * getopt.c: Ditto.
4554 * getopt1.c: Ditto.
4555 * md5.c: Ditto.
4556 * obstack.c: Ditto.
9d969b59 4557
c6da642e
DD
45582000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4559
4560 * bsearch.c: New file.
4561 * configure.in (funcs): Add bsearch.
4562 (AC_CHECK_FUNCS): Likewise.
4563 * configure, config.in: Regenerate.
4564
ae7d06ad 45652000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
4566
4567 * safe-ctype.c: #include "ansidecl.h".
4568 * strtod.c: Likewise.
4569
ae7d06ad 45702000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
4571
4572 * strtoul.c: Include safe-ctype.h, not ctype.h.
4573
ac424eb3
DD
45742000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
4575
4576 * safe-ctype.c: New file.
4577 * Makefile.in (CFILES): Add safe-ctype.c.
4578 (REQUIRED_OFILES): Add safe-ctype.o.
4579
4580 * argv.c: Define ISBLANK and use it, not isspace.
4581 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
4582 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
4583 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
4584 before calling TOLOWER(c)/TOUPPER(c).
4585
4415a860
DD
45862000-12-07 Mike Stump <mrs@wrs.com>
4587
4588 * Makefile.in (distclean): When cleaning, remove testsuite.
4589
849ee224
DD
45902000-12-05 Jason Merrill <jason@redhat.com>
4591
4592 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
4593 name before allocating the dyn_string.
4594
ae7d06ad 45952000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
4596
4597 * cp-demangle.c: s/new_abi/v3/.
4598 * cplus-dem.c: Likewise.
4599 (current_demangling_style): Now auto_demangling.
4600 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 4601 (main): Use standard symbol chars for auto_demangling.
e49a569c 4602
ae7d06ad 46032000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
4604
4605 * hashtab.c (higher_prime_number): Use a table, rather than a
4606 seive, to find the next prime.
ae7d06ad
NC
4607
46082000-11-22 H.J. Lu <hjl@gnu.org>
4609
4610 * cplus-dem.c (main): Handle gnat_demangling.
4611
46122000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
4613
4614 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
4615 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
4616 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
4617 argument form of AC_DEFINE in dummy definitions block. Use
4618 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
4619 in dummy block. Preload cache variables instead of bypassing
4620 tests, where possible.
4621 * acconfig.h: Removed.
ae7d06ad 4622
2ea7befd
DD
4623 * xmalloc.c (xmalloc_failed): New function, does error
4624 reporting on failed allocation.
4625 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 4626
f1775526
HPN
46272000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
4628
4629 * cplus-dem.c (cplus_demangle): Fix formatting.
4630 (grow_vect): Ditto.
4631 (ada_demangle): Ditto.
4632 (internal_cplus_demangle): Ditto.
4633 (mop_up): Ditto.
4634
46352000-11-21 H.J. Lu <hjl@gnu.org>
4636
4637 * cplus-dem.c (main): Handle java_demangling.
4638
ae7d06ad 46392000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
4640
4641 * cplus-dem.c (grow_vect): Prototype.
4642 (ada_demangle): Cast the arg of ctype macros to unsigned char.
4643
5dd42ef4
HPN
46442000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
4645
4646 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
4647 parameter `option'.
4648
296731c1
DD
46492000-11-15 Kenneth Block <kenneth.block@compaq.com>
4650
8944fb9d 4651 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
4652 be used in GCC.
4653
6e53a714 46542000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 4655
5dd42ef4 4656 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
4657 list.
4658
99a4c1bd
HPN
46592000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
4660
4661 * hashtab.c (htab_expand): Change to return int. Use calloc or
8aefe91a
DD
4662 xcalloc depending on htab->return_allocation_failure. Return zero
4663 if calloc fails.
99a4c1bd
HPN
4664 (htab_create): Update comment to cover memory allocation.
4665 (htab_try_create): New.
4666 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
8aefe91a 4667 Update comment to cover this.
99a4c1bd 4668
e0f3df8f
HPN
46692000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4670
4671 * hashtab.c: Change void * to PTR where necessary.
4672 (htab_create, htab_expand): Correct formatting of comment before
4673 function.
4674
ae7d06ad 46752000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
4676
4677 * cp-demangle.c (string_list_def): Add caret_position and comments.
4678 (result_caret_pos): New macro.
4679 (result_append_string): Rename to...
4680 (result_add_string): ... this, and insert at caret position.
ae7d06ad 4681 Rename throughout.
59666b35
DD
4682 (result_append): Rename to...
4683 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 4684 throughout.
59666b35
DD
4685 (result_append_char): Rename to...
4686 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 4687 throughout.
59666b35
DD
4688 (result_append_space): Remove.
4689 (string_list_new): Initialize caret position.
4690 (result_add_separated_char): Use caret position.
4691 (result_get_caret): New funtion.
4692 (result_set_caret): Likewise.
4693 (result_shift_caret): Likewise.
4694 (result_previous_char_is_space): Likewise.
4695 (substitution_start): Use caret position.
4696 (substitution_add): Likewise.
4697 (demangling_new): Initialize caret position.
4698 (demangle_encoding): Use caret position.
ae7d06ad 4699 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
4700 (demangle_type_ptr): Use switch statement. Handle pointers to
4701 arrays. Don't use result_append_space. Use caret position.
4702 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
4703 call to demangle_array_type.
4704 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 4705
ae7d06ad 47062000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
4707
4708 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
4709
47102000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
4711
4712 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
4713
47142000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4715
4716 * splay-tree.c: #include <stdio.h>.
4717
47182000-09-14 Hans-Peter Nilsson <hp@axis.com>
4719
4720 * testsuite/demangle-expected: Add two tests for anonymous
4721 namespaces.
4722 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
4723
47242000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
4725
4726 * splay-tree.c (splay_tree_predecessor): New function.
4727 (splay_tree_successor): Likewise.
ae7d06ad
NC
4728
47292000-09-10 Hans-Peter Nilsson <hp@axis.com>
4730
4731 * testsuite/demangle-expected: Add four tests for type_info
4732 mangling.
4733 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
4734 for a non-template non-qualified type_info function or node.
4735
47362000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4737
4738 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
4739
47402000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4741
4742 * md5.c: #include "ansidecl.h".
4743
47442000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4745
4746 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
4747 (demangle_type): Handle substitution candidates correctly in the
4748 face of special substitutions.
ae7d06ad
NC
4749
47502000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4751
4752 * cp-demangle.c (demangle_encoding): Rename variable.
4753 (demangle_name): Rename parameter. Handle return type
4754 suppression.
4755 (demangle_nested_name): Rename parameter.
4756 (demangle_prefix): Likewise. Change return type suppression.
4757 (demangle_unqualified_name): Add parameter. Flag constructors and
4758 conversion operators.
4759 (demangle_special_name): Fix comment.
4760 (demangle_type): Rename variable.
4761 (demangle_bare_function_type): Check for missing return type and
4762 parameter.
4763 (demangle_class_enum_type): Rename parameter.
4764 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
4765
47662000-08-31 DJ Delorie <dj@redhat.com>
4767
4768 * configure.in (Cygwin): special case cygwin only when we're
4769 building cygwin, not when we're hosting cygwin.
4770
47712000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4772
4773 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
4774 <expression>.
ae7d06ad
NC
4775
47762000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4777
4778 * cp-demangle.c (demangle_type_ptr): Increment position past
4779 pointer and reference characters.
ae7d06ad
NC
4780
47812000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4782
4783 * cp-demangle.c (demangle_nv_offset): New function.
4784 (demangle_v_offset): Likewise.
4785 (demangle_call_offset): Likewise.
4786 (demangle_special_name): Update thunk demangling to comply with
4787 ABI changes.
ae7d06ad
NC
4788
47892000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4790
4791 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
4792 (substitution_def): Remove template_parm_number.
4793 (NOT_TEMPLATE_PARM): Remove.
4794 (result_insert_string): New macro.
4795 (result_insert): Likewise.
4796 (result_insert_char): Likewise.
4797 (substitution_add): Remove last parameter. Don't store template
4798 parm number.
4799 (BFT_NO_RETURN_TYPE): Define as NULL.
4800 (demangle_encoding): Adjust call to demangle_bare_function_type.
4801 (demangle_name): Adjust substitution. Adjust call to
4802 substitution_add.
4803 (demangle_prefix): Adjust call to substitution_add.
4804 (demangle_identifier): Handle anonymous namespaces.
4805 (demangle_operator_name): Change demangling of vendor-extended
4806 operator to match ABI changes.
4807 (demangle_type_ptr): Change parameters. Make recursive. Handle
4808 substitutions here.
4809 (demangle_type): Adjust calls to demangle_template_param,
4810 substitution_add, and demangle_type_ptr. Fix substitution of
4811 templated types.
4812 (demangle_function_type): Change parameter to a pointer.
4813 (demangle_bare_function_type): Likewise. Adjust insertion point.
4814 (demangle_template_param): Remove last parameter.
4815 (demangle_expr_primary): Remove unused variable. Adjust call to
4816 demangle_template_param.
4817 (is_mangled_char): Accept `$' and `.'.
4818 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
4819 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
4820
48212000-08-31 Hans-Peter Nilsson <hp@axis.com>
4822
4823 * testsuite/demangle-expected: Add nine tests for
4824 underscore-after-number followed by five tests for name-signature
4825 delimiter.
4826
48272000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
4828
4829 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
4830
48312000-08-28 Jason Merrill <jason@redhat.com>
4832
4833 * Makefile.in (REQUIRED_OFILES): Add md5.o.
4834 (CFILES): Add md5.c.
4835 * md5.c: New file.
4836
48372000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4838
4839 * cp-demangle.c (demangle_name): Initialize template_p in local
4840 name case. Don't re-add substitutions as candidates.
4841 (demangle_nested_name): Use <unqualified-name>.
4842 (demangle_prefix): Likewise. Don't add template names as
4843 substitution candidates twice, or re-add a substitution or the
4844 last prefix component.
4845 (demangle_local_name): Adjust output format.
ae7d06ad
NC
4846
48472000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4848
4849 * cp-demangle.c (result_add_separated_char): Change parameter to
4850 int.
4851 (substitution_add): Don't check for duplicates. Check if
4852 previously allocated size is zero.
4853 (demangle_name): Remove duplicate check for std substitution.
4854 Clear template flag appropriately.
4855 (demangle_prefix): Remove argument to demangle_substitution.
4856 Don't check that template flag is already set.
4857 (demangle_operator_name): Add pt operator.
4858 (demangle_type): Don't treat r as built-in type. Remove argument
4859 to demangle_substitution. Fix substitution candidate mechanics.
4860 Handle <template-template-parm>s. Improve comments.
4861 (demangle_template_param): Don't handle template arg lists here.
4862 (demangle_substitution): Remove parameter.
4863 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
4864
48652000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
4866
4867 * libiberty/random.c (end_ptr): Revert previous change.
ae7d06ad
NC
4868
48692000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
4870
4871 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
4872 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
4873 * libiberty/random.c (end_ptr): Likewise.
ae7d06ad
NC
4874
48752000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4876
4877 * cp-demangle.c (result_close_template_list): Remove function.
4878 (result_add_separated_char): New function.
4879 (result_open_template_list): New macro.
4880 (result_close_template_list): Likewise.
4881 (demangle_prefix): Don't set template_p if the
4882 prefix ends with a ctor name.
4883 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
4884 (demangle_type): Check for template args after substitution.
4885 (demangle_template_args): Use result_open_template_list.
d3e85005 4886
ae7d06ad 48872000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 4888
ae7d06ad 4889 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 4890
ae7d06ad 48912000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
4892
4893 * config/mh-openedition.h: Added -DLE370 definition.
4894
a9f34fb6
JL
48952000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
4896
4897 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
4898 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
4899 Cast program to 'char *' in errmsg_arg assignment.
4900 (PWAIT_ERROR): Define.
4901 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
4902 to DJGPP's WIF* macros.
4903
90aaccd1 49042000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 4905 Jeff Law <law@cygnus.com>
90aaccd1 4906
ae7d06ad 4907 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 4908
90aaccd1 4909 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
4910 * rename.c: Include config.h, unistd.h
4911 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 4912
6ef554e3
HPN
49132000-07-24 Hans-Peter Nilsson <hp@axis.com>
4914
4915 * cplus-dem.c (work_stuff_copy_to_from): New.
4916 (delete_non_B_K_work_stuff): New.
4917 (delete_work_stuff): New.
4918 (mop_up): Break out work_stuff partly destruction to
4919 delete_non_B_K_work_stuff.
4920 (iterate_demangle_function): New.
4921 (demangle_prefix): Call iterate_demangle_function instead of
4922 demangle_function_name. Leave handling of name-signature
4923 __-delimiters to iterate_demangle_function.
4924 (demangle_integral_value): Strip an optional
4925 following underscore cautiously. Handle negative numbers.
4926
ae7d06ad 49272000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 4928
ae7d06ad 4929 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
4930 if (AUTO_DEMANGLING || GNU_DEMANGLING)
4931
ae7d06ad
NC
49322000-07-21 Alex Samuel <samuel@codesourcery.com>
4933
4934 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
4935 allocating ctor mangling.
4936 (demangle_array_type): Handle empty and non-constant array length.
4937
b1233257 49382000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
4939 Jeff Law <law@cygnus.com>
4940
4941 * configure.in (AC_CHECK_HEADERS): Add time.h.
4942 (AC_HEADER_TIME): Add check.
4943 * configure, config.in: Regenerate.
4944 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
4945
4946 * configure.in (AC_CHECK_HEADERS): Add limits.h.
4947 * configure, config.in: Regenerate.
4948 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
4949 * strtol.c, strtoul.c: #include "config.h". Portably #include
4950 <limits.h> and/or <sys/param.h>.
4951 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 4952
7d3ffcaf
JL
4953 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
4954 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
4955 * configure, config.in: Regenerate.
4956 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
4957
b1233257
JL
4958 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
4959
ae7d06ad
NC
49602000-07-21 Mike Stump <mrs@wrs.com>
4961
4962 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
4963 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
4964
49652000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4966
4967 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
4968
4969 * setenv.c (setenv): Initialize variable `ep'.
4970
4971 * sigsetmask.c (abort): Prototype.
4972
4973 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
4974 __STDC__ for stdarg.h include.
4975 (int_vasprintf): Prototype.
4976 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
4977 definition. Cast `global_total_width' in comparison.
4978 (main): Prototype. Return a value.
4979
4980 * vfork.c (fork): Prototype.
4981
4982 * xexit.c: Include config.h.
4983
9adf30b2
JL
49842000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
4985
4986 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
4987 and print it with %u.
4988
2ed78d1b
HPN
49892000-07-17 Hans-Peter Nilsson <hp@axis.com>
4990
4991 * testsuite/regress-demangle (failed test): Show result and
4992 expected output.
4993
0473bdf7
AH
49942000-07-07 Andrew Haley <aph@cygnus.com>
4995
4996 * cplus-dem.c (main): fflush() after emitting last char before
4997 waiting for input.
4998
03d5f569
JM
49992000-06-28 Alex Samuel <samuel@codesourcery.com>
5000
5001 * cp-demangle.c (demangle_encoding): Accept no substitutions.
5002 (demangle_name): Handle <substitution> followed by
5003 <unqualified-template-name>.
5004 (demangle_type): Follow special substitutions with
5005 <class-enum-type>
5006 (demangle_subtitution): Set template_p for special substitutions.
5007 (main): Fix typos.
ae7d06ad 5008
03d5f569
JM
50092000-06-27 Alex Samuel <samuel@codesourcery.com>
5010
5011 * cp-demangle.c (demangle_special_name): Swap base and derived
5012 class when demangling construction vtables.
5013
50142000-06-21 Alex Samuel <samuel@codesourcery.com>
5015
5016 * cp-demangle.c: Don't include ctype.h.
5017 (IS_DIGIT): New macro.
5018 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
5019 instead of isdigit and isalpanum.
5020 (demangling_def): Make name and next const pointers.
5021 (STATUS_ALLOCATION_FAILED): New status code.
5022 (dyn_string_append_space): Handle failure in
5023 dyn_string_append_char.
5024 (int_to_dyn_string): Likewise. Change return value to status_t.
5025 (string_list_new): Handle failure of dyn_string_init.
5026 (result_close_template_list): Change return type to status_t.
5027 Handle failure in dyn_string_append.
5028 (result_push): Change return value to status_t. Handle failure in
5029 string_list_new. Handle failure of result_push throughout.
5030 (substitution_add): Change return value to status_t. Handle
5031 dyn_string failures. Handle failure of substitution_add
5032 throughout.
5033 (template_arg_list_new): Return NULL on allocation failure.
5034 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
5035 Handle error result throughout.
5036 (result_append): Likewise.
5037 (result_append_char): Likewise.
5038 (result_append_space): Likewise.
5039 (demangling_new): Make argument a const pointer. Handle
5040 allocation failures.
5041 (demangle_template_args): Handle failure in template_arg_list_new
5042 and result_close_template_list.
5043 (demangle_discriminator): Return if int_to_dyn_string fails.
5044 (cp_demangle): Likewise.
5045 (cp_demangle_type): New function.
5046 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
5047 memory allocation failure.
5048 (main): Likewise.
5049 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
5050 IN_LIBGCC2.
5051 (dyn_string_init): Change return value to int. Handle
5052 RETURN_ON_ALLOCATION_FAILURE case.
5053 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
5054 (dyn_string_release): Delete the dyn_string.
5055 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
5056 (dyn_string_copy): Change return type to int.
5057 (dyn_string_copy_cstr): Likewise.
5058 (dyn_string_prepend): Likewise.
5059 (dyn_string_prepend_cstr): Likewise.
5060 (dyn_string_insert): Likewise.
5061 (dyn_string_insert_cstr): Likewise.
5062 (dyn_string_append): Likewise.
5063 (dyn_string_append_cstr): Likewise.
5064 (dyn_string_append_char): Likewise.
5065 (dyn_string_substring): Likewise.
ae7d06ad 5066
eb383413 50672000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 5068
eb383413
L
5069 * cp-demangle.c (demangle_operator_name): Add spaces before
5070 names beginning with a letter: delete, delete[], new, new[],
5071 sizeof.
5072 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 5073
eb383413
L
5074Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
5075
5076 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
5077
5078Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
5079
5080 * cp-demangle.c (stdio.h): File included unconditionaly.
5081 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
5082 * dyn-string.c (stdio.h): File included.
5083 * partition.c (partition_print): No `&' needed to take the address of
5084 a function.
5085
50862000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5087
5088 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 5089
eb383413
L
5090 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
5091
5092 * cp-demangle.c (demangle_char): Change parameter from char to int.
5093 (demangle_expression, demangle_expr_primary): Remove extra
5094 semi-colon in prototype.
5095
5096 * dyn-string.c (dyn_string_append_char): Change parameter from
5097 char to int.
5098
5099 * memcmp.c (memcmp): Constify.
5100
5101 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
5102 __extension__.
5103
5104 * partition.c (elem_compare): Prototype. Don't cast away
5105 const-ness.
5106
5107 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 5108
eb383413
L
51092000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5110
5111 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
5112
5113 * cp-demangle.c: Include demangle.h.
5114 (template_arg_list_new): DeANSIfy.
5115 (cp_demangle): Make static and add prototype.
5116 (operator_code, operators): Constify.
5117 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
5118
51192000-06-05 Alex Samuel <samuel@codesourcery.com>
5120
5121 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
5122 unsigned char.
5123 (demangle_unqualified_name): Likewise.
5124 (demangle_number_literally): Likewise.
5125 (demangle_type): Likewise.
5126 (demangle_substitution): Likewise.
5127 (is_mangled_char): Likewise, for isalnum.
5128
51292000-06-04 Alex Samuel <samuel@codesourcery.com>
5130
5131 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
5132 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
5133 (cp-demangle.o): New dependency.
5134 (dyn-string.o): Likewise.
5135
5136 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
5137
5138 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
5139 demangler.
5140 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
5141 demangling mode.
5142 (gnu_new_abi_symbol_characters): New function.
5143 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
5144 file.
5145 * cp-demangle.c: New file.
ae7d06ad 5146
f03aa80d
AC
5147Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
5148
5149 * floatformat.c: Add name to each floatformat field.
5150
77bfb694
JL
5151Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
5152
5153 * Makefile.in (objalloc.o): Depend on config.h
5154
5c82d20a
ZW
51552000-05-29 Zack Weinberg <zack@wolery.cumb.org>
5156
eb383413 5157 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
5158 if HAVE_STRING_H.
5159 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
5160 * objalloc.c: Include config.h. Include stdlib.h and don't
5161 declare malloc or free if HAVE_STDLIB_H.
5162 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
5163 else declare malloc without prototype. Include string.h if
5164 HAVE_STRING_H, else declare memset without prototype. Don't
5165 include stddef.h.
5166
eb383413
L
51672000-05-23 Mike Stump <mrs@wrs.com>
5168
5169 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
8aefe91a 5170 -j3.
eb383413
L
5171
51722000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
5173
5174 * xmalloc.c: Include config.h for HAVE_SBRK definition.
5175
51762000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5177
ae7d06ad 5178 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
5179 probably zero, also eliminate a warning on alpha.
5180
51812000-05-15 David Edelsohn <edelsohn@gnu.org>
5182
5183 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
5184 on $(enable_shared).
5185
51862000-05-10 Jakub Jelinek <jakub@redhat.com>
5187
5188 * config.table: Use mh-sparcpic for sparc*-*-*.
5189
51902000-05-08 Nick Clifton <nickc@cygnus.com>
5191
5192 * Makefile.in (CFILES): Add strncmp.c.
5193 (NEEDED): Add strncmp.
5194
51952000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 5196
eb383413
L
5197 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
5198 Cast the arguments to `islower' to `unsigned char'.
5199 (print_demangler_list): Prototype.
5200
5201Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
5202
5203 * sort.c (UCHAR_MAX): Provide fallback definition.
5204
52052000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
5206
5207 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
5208 SUBDIRS.
5209
eb383413
L
52102000-04-28 Kenneth Block <block@zk3.dec.com>
5211 Jason Merrill <jason@casey.cygnus.com>
5212
ae7d06ad
NC
5213 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
5214 (cplus_demangle_set_style): New function for setting style.
5215 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
5216
52172000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5218
5219 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
5220
5221 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
5222 (libiberty_AC_FUNC_STRNCMP): Invoke.
5223
5224 * strncmp.c: New file.
5225
5226Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
5227
5228 * hashtab.c (htab_expand): Add prototype.
5229 (find_empty_slot_for_expand): Likewise.
5230
52312000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5232
5233 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
5234 match prototype.
5235 (htab_expand): Cast the return value of xcalloc.
5236
52372000-04-24 Mark Mitchell <mark@codesourcery.com>
5238
5239 * hashtab.c (hash_pointer): New function.
5240 (eq_pointer): Likewise.
5241 (htab_hash_pointer): New variable.
5242 (htab_eq_pointer): Likewise.
5243
52442000-04-23 Mark Mitchell <mark@codesourcery.com>
5245
5246 * sort.c (sort_pointers): Fix endianness bugs.
5247
5248 * sort.c: New file.
5249 * Makefile.in (CFILES): Add sort.c
5250 (REQUIRED_OFILES): Add sort.o.
5251 (sort.o): New target.
5252
19be4303
JL
52532000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5254
5255 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
5256 4.3BSD systems.
5257
eb383413
L
5258Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5259
5260 * hashtab.c: Various minor cleanups.
5261 (htab_find_slot_with_hash): INSERT is now enum insert_option.
5262 (htab_find_slot): Likewise.
5263
52642000-04-16 Dave Pitts <dpitts@cozx.com>
5265
5266 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 5267
afe36a78
RH
52682000-04-05 Richard Henderson <rth@cygnus.com>
5269
5270 * splay-tree.c (splay_tree_remove): New.
5271
eb383413
L
52722000-03-30 Mark Mitchell <mark@codesourcery.com>
5273
5274 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
5275 codes.
5276 (htab_find_with_hash): Likewise.
5277 (htab_find_slot_with_hash): Likewise.
ae7d06ad 5278
eb383413
L
52792000-03-29 Zack Weinberg <zack@wolery.cumb.org>
5280
5281 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
5282 unless it will be used. Rearrange loop for better
5283 optimization.
5284 (higher_prime_number): Add static prototype.
5285
b4fe2683
JM
5286Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
5287
5288 * Makefile.in (partition.o): Depend on config.h
5289
52902000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
5291
5292 * hashtab.c (find_empty_slot_for_expand): New function.
5293 (htab_expand): Use it instead of htab_find_slot.
5294 (htab_find_with_hash): Renamed from htab_find; now accepts extra
5295 argument HASH.
5296 (htab_find_slot_with_hash): Likewise for htab_find_slot.
5297 (htab_find): New wrapper function.
5298 (htab_find_slot): Likewise.
5299 (htab_traverse): Pass slot, not entry, to called function.
5300
53012000-03-09 Alex Samuel <samuel@codesourcery.com>
5302
5303 * Makefile.in (CFILES): Add partition.c.
5304 (REQUIRED_OFILES): Add partition.o.
5305 (partition.o): New rule.
5306 * partition.c: New file.
ae7d06ad 5307
b4fe2683
JM
53082000-03-09 Zack Weinberg <zack@wolery.cumb.org>
5309
5310 * hashtab.c (htab_create): Set del_f.
5311 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
5312 Use it.
5313
53142000-03-08 Zack Weinberg <zack@wolery.cumb.org>
5315
5316 * hashtab.c: Remove debugging variables (all_searches,
5317 all_collisions, all_expansions). Delete
5318 all_hash_table_collisions.
5319 (create_hash_table, delete_hash_table, empty_hash_table,
5320 find_hash_table_entry, remove_element_from_hash_table_entry,
5321 clear_hash_table_slot, traverse_hash_table, hash_table_size,
5322 hash_table_elements_number, hash_table_collisions): Rename to:
5323 htab_create, htab_delete, htab_empty, htab_find_slot,
5324 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
5325 htab_elements, htab_collisions.
5326 (htab_find): New function, handles common case where you don't
5327 plan to add or delete an entry.
5328 (htab_expand): Don't create a whole new table, just a new
5329 entry vector.
5330 (htab_find_slot): Simplify logic.
5331
08372f14
ILT
53321999-08-03 Ian Lance Taylor <ian@zembu.com>
5333
5334 * floatformat.c: Add casts to avoid signed/unsigned warnings.
5335 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
5336
5337 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
5338 $(TARGETLIB)n so it works on MSDOS.
5339 (install_to_tooldir): Likewise.
5340
9c8ac5a9
ILT
53411999-07-21 Ian Lance Taylor <ian@zembu.com>
5342
5343 From Mark Elbrecht:
5344 * makefile.dos: Remove; obsolete.
8f36e47c 5345 * configure.bat: Remove; obsolete.
9c8ac5a9 5346
0c0a36a4
ILT
53471999-07-11 Ian Lance Taylor <ian@zembu.com>
5348
5349 * splay-tree.c (splay_tree_insert): Add initialization to avoid
5350 warning.
5351
53522000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
5353
5354 * pexecute.c: Conditionally include string.h.
b4fe2683 5355 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
5356
53572000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5358
5359 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
5360 we're using gcc.
5361
5362 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
5363
53641999-12-27 Geoff Keating <geoffk@cygnus.com>
5365
5366 * vasprintf.c (int_vasprintf): Don't re-read the format character
5367 as this mishandles strings like '%%s'.
5368
53691999-12-05 Mark Mitchell <mark@codesourcery.com>
5370
5371 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
5372 rather than struct splay_tree_node.
5373 (splay_tree_insert): Use struct splay_tree_s rather than struct
5374 splay_tree.
5375
5376Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
5377
5378 * hashtab.c (sys/types.h): File included.
5379
53801999-11-22 Jason Merrill <jason@casey.cygnus.com>
5381
5382 * strtoul.c, strtol.c, random.c: Remove advertising clause from
5383 BSD license, pursuant with
5384
5385 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
5386
5387Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
5388
5389 * hashtab.c: Include stdio.h.
5390
5391Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
5392
5393 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
5394
5395Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
5396
5397 * xstrdup (sys/types.h): Include this file.
5398
53991999-10-28 Nathan Sidwell <nathan@acm.org>
5400
5401 * Makefile.in (SUBDIRS): New macro.
5402 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
5403 avoid multiple subdirectory cleaning.
5404 (*-subdir): Use SUBDIRS.
5405
54061999-10-25 Jim Kingdon <http://developer.redhat.com/>
5407
5408 * cplus-dem.c: Move declarations of standard_symbol_characters and
5409 hp_symbol_characters inside #ifdef MAIN to avoid compiler
5410 warnings.
5411
54121999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
5413
5414 * hashtab.c (find_hash_table_entry): When returning a
5415 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
5416 (clear_hash_table_slot): New function which deletes an entry
5417 by its position in the table, not its value.
5418 (traverse_hash_table): New function which calls a hook
5419 function for every live entry in the table.
5420
54211999-10-19 Mark Mitchell <mark@codesourcery.com>
5422
5423 * cplus-dem.c (INTBUF_SIZE): New macro.
5424 (string_append_template_idx): New function.
5425 (demangle_expression): Likewise.
5426 (demangle_integral_value): Use it.
5427 (demangle_real_value): New function, split out from ...
5428 (demangle_template_value_parm): ... here. Use
5429 string_append_template_idx. Use demangle_real_value.
5430 (demangle_template): Use string_append_template_idx.
5431 (demangle_qualified): Use consume_count_with_underscores.
5432 (get_count): Tweak formatting.
5433 (do_type): Use string_append_template_idx.
b4fe2683 5434
0c0a36a4
ILT
54351999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5436
5437 * calloc.c: Add a public domain notice.
5438
5439Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
5440
5441 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
5442
5443Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
5444
5445 * Makefile.in (CFILES): Add hashtab.c
5446 (REQUIRED_OFILES): Add hashtab.o
5447 (hashtab.o): Add dependencies.
5448 * hashtab.c: New file
5449
5450Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
5451
5452 * basename.c (DIR_SEPARATOR): New macro.
5453 (DIR_SEPARATOR_2): Likewise.
5454 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
5455 (IS_DIR_SEPARATOR): Likewise.
5456 (main): Handle MSDOS style pathname.
5457
54581999-10-11 Mark Mitchell <mark@codesourcery.com>
5459
5460 * cplus-dem.c (do_type): Handle pointer to member types whose
5461 enclosing classes have namespace scope.
5462
5463Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
5464
5465 * config.table: Provide a backup shell for executing move-if-change.
5466
54671999-10-02 Mark Mitchell <mark@codesourcery.com>
5468
5469 * xmalloc.c (xmalloc): Fix spelling error.
5470 (xcalloc, xrealloc): Likewise.
5471
54721999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5473
5474 * cplus-dem.c (fancy_abort, demangle_integral_value,
5475 demangle_arm_hp_template, recursively_demangle,
5476 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
5477 (program_name, program_version, fatal): Constify a char*.
5478 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
5479 (main): Call return, not exit.
5480
54811999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5482
5483 * choose-temp.c: Remove obsolete comment about gcc.
5484 (make_temp_file): Constify a char*.
5485
5486Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5487
5488 * xmemdup.c: Include sys/types.h.
5489
54901999-09-07 Jeff Garzik <jgarzik@pobox.com>
5491
5492 * xmemdup.c: New xmemdup function.
5493 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
5494
5495Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
5496
b4fe2683 5497 * config.table: Add openedition target.
0c0a36a4
ILT
5498 * config/mh-openedition: New file.
5499
5500Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
5501
5502 * pexecute.c (pexecute): Fill in temp_base when needed.
5503
55041999-08-31 Richard Henderson <rth@cygnus.com>
5505
5506 * getpwd.c: Check HAVE_GETCWD before defining it away.
5507
55081999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5509
5510 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
5511 (REQUIRED_OFILES): Add getpwd.o.
5512 (getpwd.o): Add target.
5513
5514 * configure.in (AC_PREREQ): Bump to 2.13.
5515 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
5516
5517 * getpwd.c: New file, moved here from gcc.
5518
55191999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5520
5521 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
5522 comparing against a signed quantity.
5523 (arm_special): Likewise.
5524 (demangle_fund_type): Likewise.
5525 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 5526 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
5527 (main): Constify variable `valid_symbols'.
5528
5529Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
5530
5531 * strtoul.c (strtoul): Add parentheses around && within ||.
5532
5533Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
5534
5535 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
5536 libdir, libsubdir and tooldir.
5537
55381999-08-01 Mark Mitchell <mark@codesourcery.com>
5539
5540 * splay-tree.c (splay_tree_insert): Return the new node.
5541
35ca97ea
RH
55421999-07-14 Richard Henderson <rth@cygnus.com>
5543
b4fe2683 5544 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
5545 prototyping directly.
5546 * choose-temp.c: Conditionally include string.h.
5547
0c0a36a4
ILT
55481999-07-12 Jason Merrill <jason@yorick.cygnus.com>
5549
5550 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
5551
af32ff69
ILT
55521999-07-11 Ian Lance Taylor <ian@zembu.com>
5553
5554 * splay-tree.c (splay_tree_insert): Add initialization to avoid
5555 warning.
5556
0c0a36a4
ILT
55571999-07-07 Jason Merrill <jason@yorick.cygnus.com>
5558
5559 * Makefile.in (needed-list): Only include stuff we actually need
5560 for libstdc++.
5561
55621999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5563
5564 * configure.in (checkfuncs): Add gettimeofday.
5565 * config.in, configure: Regenerated.
5566
5567Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
5568
5569 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
5570 the test fails.
5571 * configure: Regenerate.
5572
55731999-06-10 Mike Stump <mrs@wrs.com>
5574
5575 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
5576 parallel builds.
5577
55781999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5579
5580 * putenv.c: Include ansidecl.h to define `const'.
5581 * setenv.c: Likewise.
5582
5583Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
5584
5585 * Makefile.in (CFILES): Add putenv.c and setenv.c.
5586 * configure.in (funcs): Add putenv and setenv.
5587 (AC_CHECK_FUNCS): Check for putenv and setenv.
5588 * configure: Rebuilt.
5589 * putenv.c setenv.c: New files.
5590
5591 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
5592 bytes of space using malloc.
5593
5594Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
5595
5596 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
5597 the *mangled pointer beyond the end of the string. Clean up code to
5598 match prevailing coding style.
5599
56001999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5601
5602 * tmpnam.c (L_tmpnam): Fix typo.
5603
5604Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
5605
5606 * cplus-dem.c (standard_symbol_characters): Renamed from
5607 standard_symbol_alphabet. No longer modify TABLE.
5608 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
5609 modify TABLE.
5610 (main): Corresponding changes. Use strchr to determine if a
5611 character is valid.
5612
e9868447
JB
56131999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
5614
5615 * cplus-dem.c (main): Use table lookup to distinguish identifier
5616 characters from non-identifier characters.
5617 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
5618
33fbbfbc
RH
5619Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
5620
5621 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
5622 * getruntime.c: Only attempt to include sys/resource.h and
5623 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
5624 are defined.
5625
0c0a36a4
ILT
5626Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
5627
5628 * configure.in (alloca detection): Handle alloca directly for interix.
5629 * configure: Rebuilt.
5630
5631Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
5632
5633 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
5634
252b5132
RH
56351999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5636
5637 Fix from Dale Hawkins:
b4fe2683 5638 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
5639 reallocated properly if we use it again.
5640
5641 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
5642 stricter about syntax. Always null-terminate string.
5643
c1687039
ILT
5644Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
5645
5646 * configure.in (checkfuncs): Check for sbrk.
5647 * config.in: Rebuilt.
5648 * configure: Likewise.
5649 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
5650
0c0a36a4
ILT
56511999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
5652
5653 Fix from Marcus Daniels:
5654 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
5655 identifier looking for another underscore.
5656
5657Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
5658
5659 * pexecute.c: Change all references to __UWIN__ to _UWIN.
5660 * xmalloc.c: Likewise.
5661 (xcalloc): UWIN has sbrk.
5662 (xrealloc): Fix guard macro.
5663
252b5132
RH
56641999-04-11 Richard Henderson <rth@cygnus.com>
5665
5666 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
5667 or <alloca.h>.
5668 * clock.c (GNU_HZ): New definition.
5669 (clock): Use it.
5670 * getruntime.c: Likewise.
5671
5672 * config.table: Use mh-beos.
5673 * config/mh-beos: New file.
5674
0c0a36a4
ILT
56751999-04-11 Mark Mitchell <mark@codesourcery.com>
5676
5677 * cplus-dem.c (demangle_template_value_parm): Handle
5678 pointers-to-members.
5679 (do_type): Handle template parameters as qualifiers.
5680
252b5132
RH
56811999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
5682
5683 * cplus-dem.c: Attempt to handle overflows in counts with some
5684 semblance of grace.
5685 (consume_count): Detect overflows. Return -1 to indicate errors,
5686 instead of zero.
5687 (demangle_template_value_parm, demangle_template): Handle change
5688 to consume_count's return convention.
5689
0c0a36a4
ILT
56901999-04-05 Tom Tromey <tromey@cygnus.com>
5691
5692 * testsuite/regress-demangle: New file.
5693 * testsuite/demangle-expected: New file.
252b5132 5694
0c0a36a4
ILT
5695 * Makefile.in (all, check, installcheck, info, install-info,
5696 clean-info, dvi, install, etags, tags, mostlyclean, clean,
5697 distclean, maintainer-clean, realclean): Depend on corresponding
5698 `-subdir' target.
5699 (all-subdir check-subdir installcheck-subdir info-subdir
5700 install-info-subdir clean-info-subdir dvi-subdir
5701 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
5702 distclean-subdir maintainer-clean-subdir): New target.
5703 * testsuite/Makefile.in: New file.
5704 * configure: Rebuilt.
5705 * configure.in: Create testsuite/Makefile.
252b5132
RH
5706
57071999-04-02 Mark Mitchell <mark@codesourcery.com>
5708
5709 * splay-tree.h (splay_tree_compare_pointers): Define.
5710
57111999-03-30 Mark Mitchell <mark@codesourcery.com>
5712
5713 * splay-tree.c (splay_tree_compare_ints): Define.
5714
57151999-03-30 Tom Tromey <tromey@cygnus.com>
5716
5717 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
5718 don't advance input pointer.
5719 (demangle_class_name): If consume_count didn't find a count, do
5720 nothing. Don't bother with `strlen' sanity check; consume_count
5721 does it for us.
5722
57231999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5724
5725 From Art Haas <ahaas@neosoft.com>:
5726 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
5727 when doing arm or hp style.
5728 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 5729
252b5132
RH
5730Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
5731
5732 * pexecute.c (__CYGWIN32__): Rename to
5733 (__CYGWIN__): this.
5734 * xmalloc.c: Likewise.
5735
5736 Changes to support i386-pc-uwin.
5737 * configure.in (*-*-uwin*): Workaround for vfork bug.
5738 * configure: Regenerate.
5739 * pexecute.c (pexecute): Be like standard Unix.
5740 (pwait): Likewise.
5741 * xmalloc.c (first_break): Define.
5742 (xmalloc_set_program_name): Use.
5743 (xmalloc): Use.
5744
5745Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5746
5747 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
5748
5749Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
5750
5751 * config.table: Check cygwin*, not cygwin32*.
5752
5753Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
5754
5755 * Makefile.in: Change mkstemp -> mkstemps.
5756
5757Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
5758
5759 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
5760 * configure.in (funcs): Check for and conditionally add mkstemps to
5761 the list of functions libiberty will provide.
5762 * configure: Rebuilt.
b4fe2683 5763
252b5132
RH
5764Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
5765
b4fe2683 5766 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
5767 platforms that don't have HZ.
5768 * getruntime.c (HZ): Likewise.
5769
5770Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
5771
5772 * Makefile.in (xstrdup.o): Depend on config.h.
5773
5774Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
5775
5776 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
5777 freeing it.
5778
5779Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5780
5781 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
5782
5783Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5784
5785 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
5786 splay-tree.o.
5787
57881999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
5789
5790 * configure.in: Require autoconf 2.12.1 or higher.
5791
57921998-12-30 Michael Meissner <meissner@cygnus.com>
5793
5794 * random.c (NULL): Don't redefine NULL if it is already defined.
5795
5796Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5797
5798 * argv.c (buildargv): Cast the result of alloca in assignment.
5799
5800 * choose-temp.c: Include stdlib.h.
5801
5802 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
8aefe91a
DD
5803 (snarf_numeric_literal): Constify first parameter.
5804 (code_for_qualifier): Avoid a gcc extension, make the parameter an
5805 int, not a char.
252b5132
RH
5806 (demangle_qualifier): Likewise.
5807 (demangle_signature): Cast the argument of a ctype function to
5808 unsigned char.
5809 (arm_pt): Add parens around assignment used as truth value.
5810 (demangle_arm_hp_template): Constify variable `args'.
5811 (do_hpacc_template_const_value): Cast the argument of a ctype
5812 function to unsigned char.
5813 (do_hpacc_template_literal): Remove unused variable `i'.
5814 (snarf_numeric_literal): Constify parameter `args'.
5815 Cast the argument of a ctype function to unsigned char.
5816
5817 * floatformat.c (floatformat_to_double): Add explicit braces to
8aefe91a 5818 avoid ambiguous `else'.
252b5132
RH
5819
5820 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
8aefe91a
DD
5821 `cstart' and `cend' to unsigned char. Cast the argument of macro
5822 `FOLD', which uses ctype functions, to unsigned char.
252b5132
RH
5823
5824 * objalloc.c (free): Add prototype.
5825
5826Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
5827
5828 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
5829
5830Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
5831
5832 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
8aefe91a 5833 doesn't exist.
252b5132 5834 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 5835
252b5132
RH
5836Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5837
5838 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
5839 bumping the pointer we read from. Also prepend these codes,
5840 as we do in other places.
5841
58421998-12-18 Nick Clifton <nickc@cygnus.com>
5843
5844 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
5845 'const char *' in order to match its usage when calling siblings.
5846 (snarf_numeric_literal): Make first arg 'const char **' in order
5847 to match usage.
5848
5849Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5850
5851 * choose-temp.c: Don't check IN_GCC anymore.
5852
5853 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
5854 * memchr.c (memchr): Likewise.
5855 * memcpy.c (memcpy): Likewise.
5856 * memmove.c (memmove): Likewise.
5857
5858 * mkstemp.c: Don't check IN_GCC anymore.
5859 * pexecute.c: Likewise.
5860 * splay-tree.c: Likewise.
5861
5862 * strchr.c (strchr): Use `const', not `CONST'.
5863 * strrchr.c (strrchr): Likewise.
5864 * strtol.c (strtol): Likewise.
5865 * strtoul.c (strtoul): Likewise.
5866
5867Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
5868 Elena Zannoni <ezannoni@cygnus.com>
5869 Stan Shebs <shebs@cygnus.com>
5870 Edith Epstein <eepstein@cygnus.com>
5871 Andres MacLeod <amacleod@cygnus.com>
5872 Satish Pai <pai@apollo.hp.com>
5873
5874 * HP aCC demangling support.
5875 * cplus-dem.c
5876 (main): Remove default to HP style demangling, set to EDG
8aefe91a
DD
5877 demangling correctly when -edg specified; set the demangling style
5878 when user specifies 'edg'. Set strip_underscore to
5879 prepends_underscore, if not HPUXHPPA. Set
5880 current_demangling_style to hp_demangling if HPUXHPPA. Set
5881 current demangling style correctly if the switch is hp. Read
5882 label correctly also in the HP style case.
252b5132 5883 (work_stuff): add temp_start field; add field for volatile member
8aefe91a 5884 function.
252b5132 5885 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
8aefe91a 5886 style for this case is the same as ARM.
252b5132
RH
5887 (demangle_args): handle EDG_DEMANGLING style; support HP style.
5888 (demangle_arm_hp_template): new function. (It was
8aefe91a
DD
5889 demangle_arm_pt.); check and set value of temp_start field in
5890 multiple places. Also, when ceching for end of template args,
5891 check to see if at end of static member of template class.
252b5132 5892 (demangle_class): new local variable : save_class_name_end Don't
8aefe91a 5893 include template args in string defining class.
252b5132
RH
5894 (demangle_class_name): use demangel_arm_hp_template.
5895 (demangle_function_name): handle case where demangling style is
8aefe91a
DD
5896 HP_DEMANGLING and currently point at an 'X' in the mangled name.
5897 Handle EDG_DEMANGLING style. Handle constructor and destructor
5898 ops for HP style.
252b5132 5899 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
8aefe91a
DD
5900 styles. global destructor and constructor for HP style are same
5901 as for ARM style. Same for local variables.
252b5132
RH
5902 (demangle_qualified): handle EDG_DEMANGLING style.
5903 (demangle_signature): add case for volatile member function. For
8aefe91a
DD
5904 cases '1' - '9' : initialize the temp_start field to -1 and handle
5905 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
5906 and AUTO_DEMANGLING styles. If expecting a function and managed
5907 to demangle the funct args, then handle the LUCID_DEMANGLING,
5908 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
5909 class name after "Lnnn_ in HP style case. HP style too needs to
5910 forget types. _nnn is OK for HP style, so don't report failure.
252b5132 5911 (do_hpacc_template_const_value): new function. Handle template's
8aefe91a 5912 value param for HP/aCC.
252b5132 5913 (do_hpacc_template_literal): new function. Handle a template's
8aefe91a 5914 literal parameter for HP aCC.
252b5132
RH
5915 (recursively_demangle): new function
5916 (snarf_numeric_literal): new function.
5917 (usage): add 'edg' to the list of demangling styles; add hp switch
8aefe91a 5918 to message.
252b5132
RH
5919
5920Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
5921
5922 * pexecute.c: Remove obsolete ifdefed cygwin code.
5923
5924Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5925
5926 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
5927 * cplus-dem.c: Likewise. Conform to libiberty.h.
5928 * pexecute.c: Likewise.
5929 * splay-tree.c: Likewise.
5930
59311998-11-25 Mike Stump <mrs@wrs.com>
5932
5933 * Makefile.in (splay-tree.o): Add config.h dependency.
5934
5935Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5936
5937 * configure.in: Use AC_PREREQ(2.12.1).
5938
59391998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
5940
b4fe2683 5941 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
5942
5943Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
5944
5945 * mpw.c (mpw_access): Add missing parens.
5946
5947Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5948
5949 * configure.in: Call AC_HEADER_SYS_WAIT.
5950
5951 * pexecute.c: Include sys/wait.h when !IN_GCC.
5952
5953Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
5954
5955 * pexecute.c: revert back to checking old Cygwin
5956 preprocessor symbol until some time has passed.
5957
5958Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
5959
5960 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
5961 since it will now support similar constructs.
5962
5963Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5964
5965 * configure.in: Check for calloc.
5966
5967 * calloc.c: New file.
5968
5969 * xmalloc.c (xcalloc): New function.
5970
5971Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5972
5973 *cplus-dem.c (demangle_prefix): Use the last "__"
5974 in the mangled name when looking for the signature. This allows
5975 template names to begin with "__".
5976
59771998-11-08 Mark Mitchell <mark@markmitchell.com>
5978
5979 * cplus-dem.c (type_kind_t): Add tk_reference.
5980 (demangle_template_value_parm): Handle it.
5981 (do_type): Use it for references, instead of tk_pointer.
5982
5983 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
5984 not internal_cplus_demangle.
5985
5986Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5987
5988 * choose-temp.c: Don't include gansidecl.h.
5989 * mkstemp.c: Likewise.
5990 * pexecute.c: Likewise.
5991
5992Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
5993
b4fe2683
JM
5994 * configure.in: detect cygwin* instead of cygwin32*
5995 * configure: regenerate
252b5132
RH
5996
5997Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5998
5999 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
8aefe91a
DD
6000 whether to include config.h. Possibly include unistd.h in the
6001 !IN_GCC case. Define VFORK_STRING as a printable function call
6002 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
6003 defined, include vfork.h. If VMS is defined, define vfork()
6004 appropriately. Remove vfork check on USG, we're using autoconf.
6005 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
6006 locally what string to use.
252b5132
RH
6007
60081998-10-26 Mark Mitchell <mark@markmitchell.com>
6009
6010 * splay-tree.c: Tweak include directives to make sure declarations of
6011 xmalloc and free are available.
6012
60131998-10-25 Mark Mitchell <mark@markmitchell.com>
6014
6015 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
6016 anonymous namespaces.
6017
60181998-10-23 Mark Mitchell <mark@markmitchell.com>
6019
6020 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
6021 with type_quals.
6022 (TYPE_UNQUALIFIED): New macro.
6023 (TYPE_QUAL_CONST): Likewise.
6024 (TYPE_QUAL_VOLATILE): Likewise.
6025 (TYPE_QUAL_RESTRICT): Likewise.
6026 (code_for_qualifier): New function.
6027 (qualifier_string): Likewise.
6028 (demangle_qualifier): Likewise.
6029 (internal_cplus_demangle): Use them.
6030 (demangle_signature): Likewise.
6031 (demangle_template_value_parm): Likewise.
6032 (do_type): Likewise.
6033 (demangle_fund_type)): Likewise.
6034
6035Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6036
6037 * splay-tree.c (splay_tree_foreach_helper): Make definition static
6038 to match prototype.
6039
60401998-10-21 Mark Mitchell <mark@markmitchell.com>
6041
6042 * splay-tree.c: New file.
6043 * Makefile.in (CFILES): Add it.
6044 (REQUIRED_OFILES): Likewise.
6045 (splay-tree.o): Add dependencies.
6046
6047Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6048
6049 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
6050 range of 'K' index.
6051
6052Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6053
6054 * choose-temp.c: Prototype mkstemps() when IN_GCC.
6055
6056 * cplus-dem.c (consume_count): Cast argument of ctype macro to
6057 `unsigned char'.
6058 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
6059 comparing against one.
6060 (cplus_mangle_opname): Likewise.
6061 (demangle_integral_value): Cast argument of ctype macro to
6062 `unsigned char'.
6063 (demangle_template_value_parm): Likewise.
6064 (demangle_template): Initialize variable `bindex'. Cast the
6065 result of `strlen' to (int) when comparing against one. Remove
6066 unused variable `start_of_value_parm'.
6067 (demangle_class_name): Cast the result of `strlen' to (int) when
6068 comparing against one.
6069 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
6070 (gnu_special): Likewise. Cast the result of `strlen' to (int)
6071 when comparing against one.
6072 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
6073 (get_count): Likewise.
6074 (do_type): Likewise. Cast the result of `strlen' to (int) when
6075 comparing against one.
6076 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
6077 (demangle_function_name): Cast the result of `strlen' to (int)
6078 when comparing against one.
6079
6080 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
6081 comparing against one.
6082
6083Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
6084
b4fe2683
JM
6085 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
6086 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
6087 * config.in, configure: Rebuilt.
252b5132
RH
6088
6089 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
6090 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
6091 * config.in, configure: Rebuilt.
6092
6093Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
6094
b4fe2683 6095 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
6096
6097Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
6098
6099 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
6100
6101Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
6102
6103 * Merge egcs & devo libiberty.
6104
ba8cb4ba 61051998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
252b5132
RH
6106
6107 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
6108
6109Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6110
6111 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
8aefe91a
DD
6112 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
6113 IN_GCC.
252b5132
RH
6114
6115 * vasprintf.c: Include stdarg.h/varargs.h first.
6116
6117 * vprintf.c: Likewise.
6118
6119Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
6120
6121 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
6122 is the canonical copy. Define ISSPACE if !IN_GCC.
6123 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
6124 * getopt1.c, obstack.c: Similarly.
6125 * Makefile.in: Build mkstemp.o
6126
6127Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
6128
6129 * configure.in: Include asprintf in list of functions known not
6130 to be in newlib.
6131 * configure: Rebuild.
6132
6133Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
6134
6135 * cplus-dem.c (work_stuff): Add dllimported.
6136 (demangled_prefix): Mark symbols imported from PE DLL.
6137 (internal_cplus_demangled): Handle.
6138
61391998-08-17 Jason Merrill <jason@yorick.cygnus.com>
6140
6141 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
6142 stay failed.
6143
6144Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6145
6146 * cplus-dem.c: Include config.h if it exists. Also, only
6147 prototype malloc/realloc if we can't get stdlib.h.
6148
6149Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
6150
6151 * configure.in: Switch back to checking --with-target-subdir when
6152 deciding whether to check for newlib, undoing part of July 15
6153 change.
6154 * configure: Rebuild.
6155
6156Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
6157
6158 * cplus-dem.c (type_kind_t): New type.
6159 (demangle_template_value_parm): Add type_kind_t parameter. Rely
6160 on this paramter, rather than demangling the type again.
6161 (demangle_integral_value): Pass tk_integral.
6162 (demangle_template_: Pass the value returned from do_type.
6163 (do_type): Return a type_kind_t. Pass tk_integral to
6164 demangle_template_value_parm for array bounds.
6165 (demangle_fund_type): Likewise.
6166
6167 Also incorporate from GCC version:
6168
6169 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
6170
6171 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
6172
6173Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6174
6175 * cplus-dem.c (demangle_nested_args): Make function definition
6176 static to match the prototype.
6177
6178Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
6179
6180 * cplus-dem.c (type_kind_t): New type.
6181 (demangle_template_value_parm): Add type_kind_t parameter. Rely
6182 on this paramter, rather than demangling the type again.
6183 (demangle_integral_value): Pass tk_integral.
6184 (demangle_template_: Pass the value returned from do_type.
6185 (do_type): Return a type_kind_t. Pass tk_integral to
6186 demangle_template_value_parm for array bounds.
6187 (demangle_fund_type): Likewise.
6188
6189 Also incorporate from GCC version:
6190
6191 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
6192
6193 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
6194
6195Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
6196
6197 * Makefile.in (ALLOCA): New variable.
6198 ($(TARGETLIB)): Add $(ALLOCA) to library.
6199 (needed-list): Add $(ALLOCA).
6200 ($(ALLOCA)): Depend upon stamp-picdir.
6201
6202Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6203
6204 * cplus-dem.c (demangle_nested_args): Make function definition
6205 static to match the prototype.
6206
6207Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
6208
6209 * configure.in: Check --with-cross-host rather than
6210 --with-target-subdir when deciding whether build uses a cross
6211 compiler, and when deciding where to install the library.
6212 * configure: Rebuild.
6213
6214Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
6215
6216 * cplus-dem.c (demangle_nested_args): Return a value.
6217
6218Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
6219
6220 * cplus-dem.c (string): Move definition before work_stuff.
6221 (work_stuff): Add volatile_type, forgetting_types,
6222 previous_argument, and nrepeats fields.
6223 (SCOPE_STRING): New macro.
6224 (demangle_template): Add `remember' parameter. Add comment.
6225 Register the `B' code type here, if remembering. Tidy. Fix crash
6226 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
6227 (demangle_nested_args): New function.
6228 (internal_cplus_demangle): Handle volatile-qualified member
6229 functions.
6230 (mop_up): Delete the previous_argument string if present.
6231 (demangle_signature): Tidy. Handle volatile-qualified member
6232 functions. Handle back-references using the `B' code. Use extra
6233 parameter to demangle_template and SCOPE_STRING where appropriate.
6234 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
6235 code.
6236 (demangle_class): Use SCOPE_STRING.
6237 (gnu_special): Pass additional argument to demangle_template.
6238 Use SCOPE_STRING.
6239 (demangle_qualified): Save qualified types for later
6240 back-references. Handle constructors and destructors for template
6241 types correctly.
6242 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
6243 demangle_template. Use demangled_nested_args. Don't remember
6244 qualified types here; that's now done in demangle_qualified.
6245 Similarly for templates.
6246 (do_arg): Improve commment. Handle 'n' repeat code.
6247 (remember_type): Check forgetting_types.
6248 (demangle_args): Deal with 'n' repeat codes. Tidy.
6249
6250Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
6251
6252 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
6253 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
6254
6255Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
6256
6257 * configure.in (setobjs): Correct quoting error in cygwin32 case.
6258 From Chris Faylor <cgf@cygnus.com>.
6259
6260Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
6261
6262 * obstack.c: Update to latest FSF version.
6263
6264Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
6265
6266 * Makefile.in: Add a dependency on stamp-picdir for the
6267 objects, so that we can do a parallel build.
6268
6269Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
6270
6271 * configure.in (checkfuncs): Add missing "'".
6272
6273Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
6274
6275 * obstack.c (_obstack_memory_used): Elide this function if we're
6276 on a system with GNU libc.
6277
6278Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
6279
6280 * Makefile.in (distclean): Remove config.log.
6281
6282Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6283
6284 * Makefile.in (distclean): Don't remove alloca-conf.h.
6285
6286Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
6287
6288 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
6289
62901998-05-21 Mark Mitchell <mmitchell@usa.net>
6291
6292 * cplus-dem.c (do_type): Handle volatile qualification.
6293
62941998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
6295
6296 * configure.in: Check for unistd.h as well.
6297 * configure: Rebuild.
6298 * config.in: Rebuild.
6299 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
6300 is defined in unistd.h. Reformat conditional block for easier reading.
6301
6302 * config.table (shared): Default to no if ${enable_shared}
6303 is unset or empty; this logic is used by the toplevel
6304 configure scripts, too.
6305
6306Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
6307
6308 * config.table: Add line to set enable_shared in the Makefile
6309 as needed.
6310
6311Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6312
6313 * cplus-dem.c (squangle_mop_up): Change return type to void.
6314 (internal_cplus_demangle): Remove unused parameter `options'.
6315 All callers changed.
6316 (cplus_demangle_opname): Remove function wide variable `int i' and
6317 replace with `size_t i' at each location where it is used.
6318 (cplus_mangle_opname): change type of `i' from int to size_t.
6319
6320Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
6321
6322 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
6323 than sparc or sun.
6324 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
6325
6326Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
6327
6328 * configure.in: Set libiberty_topdir correctly when srcdir is
6329 "." and with_target_subdir is not set.
6330 * configure: Rebuild.
6331
6332Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
6333
6334 * configure.in: Add *-*-mingw32* case.
6335 * configure: Rebuild.
6336
6337Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
6338
6339 * config.table: Never use a PIC file for *-*-cygwin32*.
6340
6341 * Makefile.in (config.status): Depend upon config.table.
6342
6343 * configure.in: On a cygwin32 host, always compile random, and
6344 don't test for sys_siglist, strsignal, or psignal.
6345 * configure: Rebuild.
6346
6347 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
6348 * getcwd.c: Likewise.
6349 * getpagesize.c: Likewise.
6350 * getruntime.c: Likewise.
6351
6352Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
6353
6354 Use autoconf tests rather than the old dummy.c test:
6355 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
6356 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
6357 most functions. Add special cases to handle newlib and VxWorks.
6358 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
6359 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
6360 CONFIG_FILES is set; set ac_file before calling it.
6361 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
6362 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
6363 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
6364 (i[3456]-*-mingw32*): Remove.
6365 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
6366 (LIBOBJS): New variable.
6367 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
6368 (all): Depend upon needed-list. Don't check RULE1.
6369 (@target_makefile_frag@): Remove.
6370 (COMPILE.c): Include @DEFS@.
6371 (HFILES): Add alloca-conf.h.
6372 (REQUIRED_OFILES): Remove basename.o.
6373 ($(TARGETLIB)): New target.
6374 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
6375 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
6376 (needed-list, config.h): Rewrite.
6377 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
6378 (.always.): Remove.
6379 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
6380 (stamp-h): New target.
6381 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
6382 (basename.o): Don't depend upon config.h.
6383 (getruntime.o): Depend upon config.h.
6384 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
6385 NEED_on_exit.
6386 * basename.c: Don't include config.h. Don't check NEED_basename.
6387 * clock.c: Include config.h.
6388 * getcwd.c: Likewise.
6389 * getpagesize.c: Likewise.
6390 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
6391 HAVE_TIMES.
6392 * strerror.c: Change uses of NEED_sys_errlist to
6393 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
6394 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
6395 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
6396 HAVE_PSIGNAL.
6397 * acconfig.h: New file.
6398 * dummy.c: Remove.
6399 * functions.def: Remove.
6400 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
6401 * config/mh-windows (HDEFINES): Remove.
6402 * config/mh-cygwin32: Remove.
6403 * config/mh-go32: Remove.
6404 * config/mh-irix4: Remove.
6405 * config/mh-riscix: Remove.
6406 * config/mh-sysv4: Remove.
6407 * config/mt-mingw32: Remove.
6408 * config/mt-vxworks5: Remove.
6409 * config.in: New file, generated using autoheader.
6410 * configure: Rebuild.
6411
6412Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
6413
6414 * configure.in: Rewrite to use autoconf.
6415 * configure: Generate using autoconf.
6416 * config/mh-a68bsd: Remove.
6417 * config/mh-apollo68: Remove.
6418 * config/mh-hpbsd: Remove.
6419 * config/mh-ncr3000: Remove.
6420 * config/mh-sysv: Remove.
6421 * config/mh-aix (RANLIB, INSTALL): Don't define.
6422 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
6423 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
6424 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
6425 * config.table: Change config_shell to CONFIG_SHELL, and use
6426 libiberty_topdir to find move-if-change.
8aefe91a 6427 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
252b5132
RH
6428 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
6429 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
6430 * Makefile.in (srcdir): Set to @srcdir@.
6431 (VPATH): Likewise.
6432 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
6433 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
6434 (CC, CFLAGS, RANLIB)): Likewise.
6435 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
6436 (target_makefile_frag, host_makefile_frag): Add substitutions.
6437 (INSTALL_DEST): Set to @INSTALL_DEST@.
6438 (Makefile): Depend upon config.status. Don't depend upon
6439 $(host_makefile_frag) or $(target_makefile_frag).
6440 (config.status): New target.
6441
6442Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6443
6444 * config/mt-sunos4: Remove. Should be handled by --with-headers
6445 and --with-libraries options at top level.
6446 * config.table: Never use mt-sunos4.
6447
6448 * alloca-conf.h: New file, combining alloca-norm.h and
6449 alloca-botch.h.
6450 * alloca-norm.h: Remove.
6451 * alloca-botch.h: Remove.
6452 * configure.in: Set shell variables files and links to empty.
6453 * config.table: Don't set shell variable files.
6454 * configure.bat: Don't create alloca-conf.h.
6455 * makefile.vms: Likewise.
6456 * mpw-config.in: Likewise.
6457 * vmsbuild.com: Likewise.
6458
6459Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
6460
6461 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
6462 target depending upon config.h.
6463 (alloca.o): Add target depending upon config.h
6464 (basename.o, choose-temp.o, fnmatch.o): Likewise.
6465 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
6466 (strsignal.o, xstrerror.o): Likewise.
6467
6468Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6469
6470 * cplus-dem.c (cplus_demangle_opname): Initialize work.
6471
6472Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
6473
6474 * cplus-dem.c (demangle_qualified): Replace missing else.
6475
6476Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6477
6478 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
6479 length in the name of a virtual table.
6480
6481Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
6482
6483 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
6484 (cplus_demangle_opname): Call mop_up_squangle.
6485 (cplus_demangle): Initialize squangle info, then call
6486 internal_cplus_demangle. (Most code moved there as well)
6487 (internal_cplus_demangle): New function, performs most of what use
6488 to be done in cplus_demangle, but is only called with this file.
6489 (squangle_mop_up): New function to clean up B and K code data.
6490 (mop_up): set pointers to NULL after freeing.
6491 (demangle_signature, demangle_template, demangle_class): Add
6492 switch elements to handle K and B codes.
6493 (demangle_prefix, gnu_special, demangle_qualified): Add
6494 code to handle K and B codes.
6495 (do_type, demangle_fund_type): Handle B and K codes.
6496 (remember_Ktype): New function to store K info.
6497 (register_Btype, remember_Btype): New functions for B codes.
6498 (forget_B_and_K_types): New function to destroy B and K info.
6499
6500Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
6501
6502 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
6503
6504Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
6505
6506 * config.table: Make locating frag files failsafe even for the
6507 special case if configuring and building in srcdir.
6508
6509Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
6510
6511 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
6512
6513Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
6514
6515 * choose-temp.c: Sync with copy in gcc.
6516
6517Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
6518
6519 * getopt.c: Update to latest FSF version.
6520 * getopt1.c: Likewise.
6521
6522Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
6523
6524 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
6525 strings that are not actually lengths.
6526
6527Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
6528
6529 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
6530 (.c.o): Check value of enable_shared, not PICFLAG.
6531 (stamp-picdir): Dito.
6532
6533Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
6534
b4fe2683
JM
6535 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
6536 since it gets built automatically
252b5132
RH
6537
6538Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
6539
6540 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
6541 the currently shipping OS.
6542
6543Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
6544
6545 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
6546 Add fnmatch.o and objalloc.o; remove vasprintf.o.
6547 [config.h]: Define NEED_strsignal.
6548
6549Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
6550
6551 * functions.def: Correct argument types for strerror and
6552 strsignal. Reported by Alex Gutman <agutman@emc.com>.
6553
6554Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
6555
6556 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
6557 values.
6558
6559Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
6560 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
6561
6562 Add mingw32 support.
6563 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
6564 (pwait): New function for mingw32.
6565
6566 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
6567 * config/mt-mingw32: New file.
6568 * xmalloc.c (first_break): Not used for mingw32.
6569 (xmalloc_set_program_name): Don't use sbrk on mingw32.
6570 (xmalloc): Likewise.
6571 (xrealloc): Likewise.
6572
6573Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
6574
6575 * choose-temp.c: Sync with gcc version.
6576
6577Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
6578
6579 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
6580 to all filenames in libdir and tooldir.
6581 (distclean): Do MULTICLEAN before deleting Makefile.
6582 (stamp-needed, stamp-config): Add MULTISRCTOP to
6583 pathname for move-if-change.
6584
6585Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
6586
6587 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
6588
6589Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
6590
6591 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
6592 was already defined previously.
6593
6594Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
6595
6596 * Makefile.in (INSTALL): Use ../install-sh, not install.
6597
6598Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
6599
6600 * Makefile.in (CFILES): Add pexecute.c.
6601
6602Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
6603
6604 * asprintf.c: Consistently use either stdarg or varargs.
6605
6606Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
6607
6608 * cplus-dem.c (demangle_signature): Don't look for return types on
6609 constructors. Handle member template constructors.
6610
6611Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
6612
6613 * README: Fix configuration instructions.
6614
6615Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
6616
6617 * pexecute.c: Update to current version from /gd/gnu/lib:
6618
6619 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
6620
b4fe2683 6621 * pexecute.c: Use spawn if __CYGWIN32__.
252b5132
RH
6622
6623 1997-08-08 Paul Eggert <eggert@twinsun.com>
6624
b4fe2683 6625 * pexecute.c: Include "config.h" first, as per autoconf manual.
252b5132
RH
6626
6627 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
6628
b4fe2683
JM
6629 * pexecute.c (fix_argv): New function.
6630 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
6631 Add underscore to cwait function call.
252b5132
RH
6632
6633Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
6634
b4fe2683
JM
6635 * cplus-dem.c (demangle_template): Add new parameter. Handle new
6636 template-function mangling.
6637 (consume_count_with_underscores): New function.
6638 (demangle_signature): Handle new name-mangling scheme.
252b5132
RH
6639
6640Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
6641
6642 * asprintf.c: stdarg.h when ALMOST_STDC
6643 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
8aefe91a 6644 strncasecmp.o.
252b5132
RH
6645
6646Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
6647
6648 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
6649
6650 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
6651
6652 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
6653
6654Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6655
6656 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
6657
6658Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6659
6660 * asprintf.c (asprintf): New file.
6661 * Makefile.in (CFILES): Add asprintf.c
6662 * functions.def: Ditto.
6663
6664Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
6665
6666 * argv.c (dupargv): New function, duplicate an argument vector.
6667
6668Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
6669
6670 * config/mh-cygwin32: also build random.o
6671
6672Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
6673
6674 * cplus-dem.c: Add 'extern' to prepends_underscore.
6675
6676Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
6677
6678 * cplus-dem.c: Various changes to produce Java output when passed
6679 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
6680 (main): Support --java and -j flags to set DMGL_JAVA.
6681
6682Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6683
6684 * config/mh-go32 (CC, AR, RANLIB): Don't define.
6685
6686Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
6687
6688 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
6689 (pexecute.o): New target.
6690
6691 * Makefile.in (stamp-needed): New target, replacing needed-list.
6692 (needed-list): Just depend upon stamp-needed.
6693 (stamp-config): New target, replacing config.h.
6694 (config.h): Just depend upon stamp-config.
6695 (mostlyclean): Remove stamp-*.
6696
6697Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
6698
6699 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
6700 INSTALL_DATA for multilibbed installs
6701
6702Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
6703
6704 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
6705
6706 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
6707
6708 * choose-temp.c (try): Insist that temp dir be searchable.
6709
6710 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
6711
6712 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
6713 for current directory.
6714
6715 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
6716
6717 * pexecute.c: Remove special cases for cygwin32.
6718 (pwait): Remove local definition of `pid'.
6719
6720 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
6721
6722 * pexecute.c (vfork): Supply new definition for VMS.
6723 (pwait): Use waitpid instead of wait for VMS.
6724
6725Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6726
6727 * cplus-dem.c (do_type): Handle `J'.
6728 (demangle_fund_type): Print "complex" for it.
6729
6730Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
6731
6732 * configure.in: Don't turn on multilib here.
6733
6734Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6735
6736 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
6737 elided; needed by gdb and not present in libc.
6738
6739Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
6740
6741 * Makefile.in (clean): Remove tmpmulti.out.
6742
6743Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
6744
6745 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
6746 Add new floatformat, mainly for ARM doubles.
6747
6748Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
6749
6750 * config.table: Use ${config_shell} with ${moveifchange}. From
6751 Thomas Graichen <graichen@rzpd.de>.
6752
6753Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
6754
6755 * configure.in: Enable multilibing by default.
6756 Update multilib template to read config-ml.in.
6757
6758Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
6759
6760 * makefile.vms: Add objalloc.
6761
6762Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6763
6764 * cplus-dem.c (demangle_it): Add prototype declaration.
6765 (usage, fatal): Likewise.
6766
6767 * xexit.c (_xexit_cleanup): Add prototype.
6768
6769 * strerror.c (init_error_tables): Declare.
6770
6771Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
6772
6773 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
6774 * strsignal.c: Only define strsignal if NEED_strsignal.
6775 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
6776 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
6777 to xneeded-list.
6778 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
6779 (EXTRA_OFILES): Define to vasprintf.o.
6780 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
6781 (EXTRA_OFILES): Add vasprintf.o.
6782 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
6783 (vxneeded-list): Add vasprintf.o.
6784
6785Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
6786
6787 * objalloc.c: Include <stdio.h>.
6788
6789Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
6790
6791 * objalloc.c: New file.
6792 * Makefile.in (CFILES): Add objalloc.c
6793 (REQUIRED_OFILES): Add objalloc.o.
6794 (objalloc.o): New target.
6795
6796Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
6797
6798 * obstack.c: Update to current FSF version.
6799
6800Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
6801
6802 * cplus-dem.c: Add prototypes for all static functions.
6803 (mystrstr): Make static. Make arguments and result const.
6804 (cplus_match): Remove; not used.
6805
6806Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6807
6808 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
6809 __t* symbols.
6810
6811Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
6812
6813 * spaces.c: Declare malloc and free properly.
6814 * strsignal.c (init_signal_tables): Add prototype.
6815 * xatexit.c (_xexit_cleanup): Add parameter declarations.
6816
6817Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6818
6819 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
6820 also required because of xmalloc.o.
6821
6822Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
6823
6824 * strsignal.c: Unconditionally redefine sys_siglist around the
6825 inclusion of the system header files.
6826
6827Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
6828
6829 * makefile.vms: Remove 8 bit characters. Update to latest
6830 gcc release.
6831
6832Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
6833
6834 * strsignal.c: Use NEED_sys_siglist instead of
6835 LOSING_SYS_SIGLIST.
6836 * config.table: Don't use mh-lynxos.
6837 * config/mh-lynxos: Remove.
6838
6839Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
6840
6841 * cplus-dem.c: Fix indenting; make identical to the copy
6842 in GCC.
6843 (do_type, case 'M'): Check for a template as well as a class.
6844
6845Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6846
6847 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
6848 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
6849 libiberty is incorrect, as well.
6850
6851Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6852
6853 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
6854 alloca takes a size_t argument, not just unsigned.
6855
6856Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6857
6858 * cplus-dem.c: Note that this file also lives in GCC.
6859
6860Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6861
6862 * alloca.c: Remove include of libiberty.h for hpux.
6863 * argv.c: Replace defs from libiberty.h.
6864 * spaces.c: Put back externs from removed from libiberty.h.
6865 * vasprintf.c: Remove include of libiberty.h for hpux.
6866
6867Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6868
6869 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
6870
6871Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6872
6873 * cplus-dem.c: Revert last two commits due to conflicts with
6874 hpux system headers.
6875
6876Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6877
6878 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
6879 Revert last commit due to conflicts with hpux system headers.
6880
6881Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6882
6883 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
6884 libiberty.h when compiled with a standard compiler.
6885
6886Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6887
6888 * alloca.c: Include libiberty.h for definition of xmalloc.
6889 Don't redefine NULL.
6890 * argv.c: Move prototypes to libiberty.h.
6891 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
6892 Don't redefine NULL.
6893 Use casts to eliminate compiler warnings.
6894 * spaces.c: Remove prototypes for malloc and free which are
6895 already in libibrty.h.
6896 * strcasecmp.c: Use casts to eliminate compiler warnings.
6897 * vasprintf.c: Include libiberty.h for definition of malloc.
6898 Don't redefine NULL.
6899 * vprintf.c: Include stdarg.h if __STDC__.
6900
6901Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6902
6903 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
6904
6905Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
6906
6907 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
6908 upward components correctly.
6909
6910Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
6911
6912 * config.table, config/mh-windows: Add support for building under
6913 MSVC (the Microsoft build environment).
6914
6915Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
6916
6917 * fnmatch.c: Undef const if not __STDC__.
6918
6919Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
6920
6921 * fnmatch.c: New file.
6922 * Makefile.in (CFILES): Add fnmatch.c.
6923 (REQUIRED_OFILES): Add fnmatch.o.
6924 (fnmatch.o): New target.
6925
6926Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
6927
6928 * cplus-dem.c (demangle_template): Fix handling of address args.
6929 (gnu_special): Handle type_info stuff.
6930
6931Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6932
6933 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
6934 (mpwify_filename): Handle "::/" case.
6935
6936Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
6937
6938 * config/mh-cygwin32: new file (need -DNEED_basename and
6939 -DNEED_sys_siglist for native NT rebuilding)
6940 * config.table (*-*-cygwin32): new entry
6941 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
6942
6943Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6944
6945 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
6946
6947Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
6948
6949 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
6950 messed with arguments that included a '/', add escape chars
6951 to double quotes, remove const decl from arg that Mac
6952 compilers don't seem to like.
6953
6954Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
6955
6956 * pexecute.c: Update test for win32 (&& ! cygwin32).
6957 * choose-temp.c: fix WIN32 preprocessor defines
6958
6959Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
6960
6961 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
6962 to editing of default makefile rule.
6963
6964Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
6965
6966 * alloca-norm.h: Include <malloc.h> if _WIN32.
6967 * argv.c: Include non-prototyped decls for malloc and string
6968 functions if ! _WIN32 or if __GNUC__.
6969
6970Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
6971
6972 * config.h-vms: New file.
6973 * makefile.vms: Use it.
6974
6975Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6976
6977 * getopt.c (_getopt_internal): If argc is 0, just return (before
6978 we reference *argv and segfault).
6979
6980Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6981
6982 * Makefile.in (distclean): Add multilib.out.
6983
6984Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
6985
6986 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
6987 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
6988
6989Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
6990
6991 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
6992
6993 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
6994
6995 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
6996
6997 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
6998 (do_ofiles): Allow nonexistent source file in pass 3.
6999 (chk_deffunc): New routine.
7000
7001Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
7002
7003 * pexecute.c (PEXECUTE_VERBOSE): Define.
7004 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
7005
7006Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7007
7008 * Makefile.in (docdir): Removed.
7009
7010Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7011
7012 * Makefile.in (oldincludedir): Removed.
7013
7014Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7015
b4fe2683 7016 * Makefile.in (datadir): Set to $(prefix)/share.
252b5132
RH
7017
7018Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
7019
7020 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
7021 checking for errors from do_type.
7022
7023Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
7024
7025 * makefile.vms: New file.
7026 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
7027 than declaring malloc, realloc, and sbrk.
7028
7029Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
7030
7031 * pexecute.c: New file.
7032
7033Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
7034
7035 * xmalloc.c: Declare sbrk.
7036
7037Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7038
7039 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
7040 declaration.
7041
7042Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
7043
7044 * xstrerror.c: Include <stdio.h>.
7045
7046Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
7047
7048 * Makefile.in (CFILES): Add atexit.c.
7049
7050Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
7051
7052 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
7053
7054Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
7055
7056 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
7057 #include <stdio.h>
7058 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
7059
7060Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
7061
b4fe2683 7062 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
252b5132
RH
7063 Reverts Feb 8, 1995 change.
7064
7065Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
7066
7067 * choose-temp.c: New file.
7068 * Makefile.in (CFILES): Add choose-temp.c.
7069 (REQUIRED_OFILES): Add choose-temp.o.
7070
7071Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
7072
7073 * floatformat.c (floatformat_to_double): Don't bias exponent when
7074 handling zero's, denorms or NaNs.
7075
7076Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
7077
7078 * floatformat.c (floatformat_to_double): Fix bugs with handling
7079 numbers with fractions < 32 bits.
7080
7081Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
7082
7083 * config.table: Permit --enable-shared to specify a list of
7084 directories.
7085
7086Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
7087
7088 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
7089 arguments.
7090
7091Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
7092
7093 * configure.in: If srcdir is `.' and with_target_subdir is not
7094 `.', then set MULTISRCTOP before calling config-ml.in.
7095
7096Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
7097
7098 * mpw.c (mpw_open): Add debugging output option.
7099
7100Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
7101
7102 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
7103
7104Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
7105
7106 * mpw.c (mpwify_filename): Change 6 to 5 in
7107 strncmp (unixname, "/tmp/", 5).
7108
7109Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
7110
7111 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
7112 handle 0 as a pointer value parameter.
7113
7114Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
7115
7116 * Makefile.in (all): Depend upon required-list.
7117 (required-list): New target.
7118 (clean): Remove required-list.
7119
7120Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
7121
7122 * win32.c: Deleted.
7123 * config.table (i386-*-win32): Deleted.
7124 * config/mh-i386win32: Deleted.
7125
7126Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
7127
7128 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
7129 const char *.
7130 (cplus_mangle_opname): Change return type and opname parameter to
7131 const char *. Don't cast return value.
7132
7133Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
7134
7135 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
7136 definition.
7137
7138Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
7139
7140 * obstack.c: Update copyright to 1996.
7141 (_obstack_memory_used): Define new function. Called via
7142 obstack_memory_used macro.
7143
7144Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
7145
7146 * xstrdup.c: New file.
7147 * Makefile.in (CFILES): Add xstrdup.c.
7148 (REQUIRED_OFILES): Add xstrdup.o.
7149 (xstrdup.o): New target.
7150
7151Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
7152
7153 * atexit.c: New stub to provide atexit on systems that have
7154 on_exit, like SunOS 4.1.x systems.
7155 * functions.def (on_exit, atexit): Ditto.
7156
7157Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
7158
7159 * mpw.c (mpw_abort): Remove decl.
7160 (mpw_access): Move debugging printf.
7161
7162Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
7163
7164 * config.table: Consistently use ${host} rather than ${xhost} or
7165 ${target}.
7166 * configure.in: Don't bother to set ${xhost} before calling
7167 config.table.
7168
7169Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7170
7171 * Makefile.in (.c.o): Use test instead of the left bracket, to
7172 avoid problems with some versions of make.
7173
7174Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
7175
7176 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
7177
7178Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
7179
7180 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
7181 which was set to just alloca.o, which is now automatically marked
7182 as needed by the autoconfiguration process.
7183
7184Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
7185
7186 * config.table: Check ${with_cross_host} rather than comparing
7187 ${host} and ${target}.
7188
7189Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
7190
7191 * configure.in: If with_target_subdir is empty, set xhost to
7192 ${host} rather than ${target} before calling config.table.
7193
7194Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
7195
7196 * Makefile.in (MULTITOP): Deleted.
7197 (MULTISRCTOP, MULTIBUILDTOP): New.
7198 (FLAGS_TO_PASS): Delete INCDIR.
7199 (INCDIR): Add $(MULTISRCTOP).
7200 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
7201 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
7202 instead of cfg-ml-pos.in.
7203 (cross-compile check): Change to test for with_target_subdir.
7204 (EXTRA_LINKS): Delete.
7205
7206Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
7207
7208 * mpw-make.sed: Add getpagesize.c.o to needed-list.
7209 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
7210 functions that are supplied by Metrowerks libraries.
7211 (fstat): Clean up descriptor->pointer conversion code.
7212 (InstallConsole, etc): Empty definitions, for when linking
7213 with SIOUX.
7214
7215Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
7216
7217 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
7218 (.c.o): Stylistic change.
7219
7220Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
7221
7222 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
7223 phdm@info.ucl.ac.be (Philippe De Muyter).
7224
7225Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
7226
7227 * configure.in: Correct sed call.
7228
7229Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
7230
7231 * configure.in: Clean up / simplify for native.
7232
7233 * configure.in: Merge in stuff from ../xiberty/configure.in.
7234 * Makefile.in (CC): Add definition (so it can be overrridden
7235 by ../configure).
7236
7237Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
7238
7239 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
7240 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
7241 (link): Remove useless definition with error return.
7242 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
7243 Use UnsignedWide type for microsecond counts.
7244
7245Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
7246
7247 * memcmp.c (memcmp): Argument types are const void *, not void
7248 *const.
7249
7250 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
7251 sys/types.h.
7252 * strcasecmp.c (strcasecmp): Ditto.
7253
7254Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
7255
7256 * Makefile.in (BISON): Remove macro.
7257
7258Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
7259
7260 * Makefile.in (HFILES): Add default empty definition.
7261 * mpw-config.in (config.h): Only update if changed.
7262 * mpw-make.in: Remove.
7263 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
7264 * mpw.c: Remove semi-clone of strerror code.
7265 (sys_nerr, sys_errlist): Define here.
7266 (Microseconds): Only define as A-line trap if m68k Mac.
7267
7268Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
7269
7270 * Makefile.in (maintainer-clean): New synonym for distclean.
7271
7272Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
7273
7274 * config.table: For host, generalize rs6000-ibm-aix*
7275 to *-ibm-aix* so we also include powerpc.
7276
7277Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7278
7279 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
7280
7281 * xstrerror.c: New file.
7282 * Makefile.in, vmsbuild.com: Compile it.
7283
7284Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
7285
7286 * config.table (i386-*-win32): New.
7287
7288Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
7289
7290 * Makefile.in (MULTITOP): New variable.
7291 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
7292 (all): Add multilib support.
7293 (install_to_tooldir, *clean): Likewise.
7294
7295Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
7296
7297 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
7298
7299Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
7300
7301 * vmsbuild.com: create "new-lib.olb", build libiberty under that
7302 name, and then make it become "liberty.olb" when done, so that an
7303 incomplete build attempt never leaves behind something which looks
7304 like a complete library.
7305
7306Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
7307
7308 * config/mh-i386pe: New file for PE hosts.
7309 * config.table: Understand PE hosts.
7310
7311Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7312
7313 * cplus-dem.c: Update from gcc.
7314
7315 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
b4fe2683 7316 <stddef.h>.
252b5132
RH
7317 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
7318
7319Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
7320
7321 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
7322 * mpw.c: Only test DebugPI once whenever printing debug info.
7323 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
7324 also fix to not write on input filename buffer.
7325 (mpw_access): Use stat() instead of open(), works for directories
7326 as well as files.
7327
7328Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7329
7330 * Makefile.in: Massage broken shells that require 'else true'.
7331
7332Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
7333
7334 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
7335 Declare __builtin_alloca in the sparc case, as argv.c did.
7336 * argv.c: Replace inline version of alloca-norm.h at start of file with
7337 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
7338 because alloca-norm.h needs to declare alloca as "PTR".
7339
7340Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
7341
7342 * win32.c: New file.
7343
7344Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7345
7346 * dummy.c: #include "alloca-conf.h".
7347
7348Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7349
7350 * Makefile.in (mostlyclean): Remove stamp-picdir.
7351 (clean): Don't.
7352
7353Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7354
7355 * config.table (frags): Use toplevel pic frags.
7356
7357 * Makefile.in (PICFLAG): New macro.
7358 (all): Depend on stamp-picdir.
7359 (needed-list): Ditto.
7360 (.c.o): Also build pic object.
7361 (stamp-picdir): New rule.
7362 (mostlyclean): Remove pic.
7363 (clean): Remove stamp-picdir.
7364
7365Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
7366
7367 * vmsbuild.com (config.h): Add `#define NEED_basename'.
7368
7369Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
7370
7371 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
7372 to libio-style copyright.
7373 * getpagesize.c: Remove FSF copyright.
7374
7375Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7376
7377 Added improved VMS support from Pat Rankin:
7378
7379 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
7380
7381 * vmsbuild.com: new file.
7382
7383 * getpagesize.c (getpagesize): implement for VMS;
7384 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
7385 support for EVMSERR.
7386
7387Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7388
7389 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
7390
7391 * floatformat.c (floatformat_arm_ext): Define.
7392
7393Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7394
7395 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
7396 strerror.c, strsignal.c: Remove FSF copyright.
7397 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
7398
7399Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
7400
7401 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
7402 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
7403 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
7404 * strchr.c, strrchr.c: Add cast to suppress const warning.
7405
7406Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7407
7408 * cplus-dem.c: Use const instead of CONST. Don't include
b4fe2683 7409 ansidecl.h directly.
252b5132
RH
7410
7411Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7412
7413 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
b4fe2683 7414 xrealloc.
252b5132 7415 (-DMAIN): Don't rely on an externally-defined version number;
b4fe2683
JM
7416 instead, require the version number to be defined as a
7417 preprocessor macro. Handle the RS/6000 leading dot. Define
7418 xmalloc, xrealloc and fatal. Don't strip a leading underscore
7419 if we couldn't demangle the word.
252b5132
RH
7420
7421Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
7422
7423 (Old mpw.c change descriptions retained for informational value.)
7424 * mpw.c (warning_threshold): Default to .4 sec.
7425 (overflow_count, current_progress): New globals.
7426 (warn_if_spin_delay): Include current progress type,
7427 such as program name, in message.
7428 (mpw_start_progress): Set current_progress variable from arg.
7429 (mpw_end_progress): Report spin delays by power-of-two-size
7430 buckets instead of constant-size buckets.
7431
7432 * mpw.c: Clean up formatting, types, returns, etc.
7433 (ENOSYS): Define.
7434 (mpw_fread, mpw_fwrite): Define.
7435 (sleep): Define correctly.
7436
7437 * mpw.c: New code to implement cursor spinning support.
7438 (umask): New function.
7439 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
7440
7441 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
7442 basenames for MPW and MPW/Unix filenames.
7443 (mpw_special_init): New function, calls Macsbug if desired.
7444
7445 * mpw.c: Add GPL notice.
7446 (mpwify_filename): Add more transformations.
7447 (mpw_fopen): Call mpwify_filename on file names.
7448 (rename): Remove.
7449 (chdir, getcwd): Add simple definitions.
7450
7451 * mpw.c: Random cleanups, remove unused code bits.
7452 Added copy of strerror.c for gcc's use.
7453 (stat, fstat, _stat): New versions based on Guido van Rossum code.
7454
7455 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
7456
7457 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
7458 (fork, vfork, etc): Print error messages if called.
7459 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
7460 rename, chown): Define.
7461
7462 * mpw-config.in: New file, MPW version of configure.in.
7463 * mpw-make.in: New file, MPW version of Makefile.in.
7464 * mpw.c: New file, MPW compatibility routines.
7465
7466Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7467
7468 * basename.c: Include config.h before checking for NEED_basename.
7469
7470Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7471
7472 * functions.def: Add DEFFUNC for basename.
7473
7474 * basename.c: Only define basename if NEED_basename.
7475
7476Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7477
7478 * config.table: Fix --enable-shared logic for native builds.
7479
7480Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7481
7482 * cplus-dem.c (demangle_template): Demangle bool literals properly.
7483
7484Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
7485
7486 * strtol.c strtoul.c: Replace these with less buggy versions from
7487 NetBSD. (strtoul in particular couldn't handle base 16.)
7488
7489Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
7490
7491 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
7492
7493 * clock.c: If NO_SYS_PARAM_H is defined, don't include
7494 <sys/param.h>.
7495 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
7496
7497Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
7498
7499 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
7500 a number; ANSI appears to permit any expression, including a
7501 function call.
7502
7503 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
7504 xiberty.
7505 * config/mt-vxworks5: New file.
7506
7507Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
7508
7509 * basename.c (basename): Change argument to be const.
7510
7511Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7512
7513 * Makefile.in (lneeded-list): Don't worry about xmalloc.
7514
7515Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
7516
7517 * Makefile.in (distclean): Delete xhost-mkfrag.
7518
7519Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7520
7521 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
7522
7523Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7524
7525 * hex.c: New file.
7526 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
7527 (hex.o): Add dependencies.
7528
7529 * cplus-dem.c (demangle_prefix): For GNU style constructor and
7530 destructor names, try demangling the remainder of the string.
7531
7532Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
7533
7534 * vasprintf.c (int_vasprintf): New static function.
7535 (vasprintf): Use int_vasprintf. Removes assumption that va_list
7536 is assignment compatible.
7537
7538Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7539
7540 * Makefile.in (LIBCFLAGS): New variable.
7541 (FLAGS_TO_PASS): Pass it.
7542 (.c.o): Use it.
7543
7544Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7545
7546 * getopt.c, getopt1.c: Do compile these functions under Linux,
7547 since many native versions are based on glibc but are buggy.
7548
7549Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
7550
7551 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
7552 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
7553
7554Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7555
7556 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
7557 * functions.def: Remove vasprintf.
7558
7559Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7560
7561 * xmalloc.c (first_break): New static variable.
7562 (xmalloc_set_program_name): Record sbrk (0) in first_break.
7563 (xmalloc): If memory allocation fails, try to report how much
7564 memory was allocated by the program up to this point.
7565 (xrealloc): Likewise.
7566
7567Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
7568
7569 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
7570 when linking dummy.
7571 * config.table: Add host RISCiX Makefile frag.
7572 * config/mh-riscix: New file.
7573
7574Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7575
7576 * Makefile.in (FLAGS_TO_PASS): Define.
7577 ($(RULE1)): Use $(FLAGS_TO_PASS).
7578
7579Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7580
7581 * vasprintf.c: Include <string.h>.
7582 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
7583 * xatexit.c: Declare malloc.
7584
7585Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
7586
7587 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
7588 one below).
7589
7590Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
7591
7592 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
b4fe2683 7593 the type index is greater than 9.
252b5132
RH
7594
7595Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
7596
7597 * cplus-dem.c (demangle_qualified): accept optional '_' between
7598 qualified name. This is baecause the template name may end with
7599 numeric and can mixed up with the length of next qualified name.
7600
7601Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
7602
7603 * config/mt-sunos4: Use our standard location for cross-includes
7604 and cross-libs when the target is also a "host" environment (ie no
7605 newlib; includes and such don't belong to us). This is specific
7606 to the Cygnus Support environment.
7607
7608Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
7609
7610 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
7611 xxx<ch=81>.
7612
7613Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
7614
7615 * cplus-dem.c (main): flush stdout to make pipe work.
7616
7617Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
7618
7619 * config.table (*-*-cxux7*): Recognize.
7620 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
7621 Harris-specific float format.
7622 * config/mh-cxux7: New file.
7623
7624Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7625
7626 * cplus-dem.c (demangle_template): Make sure that the result of
7627 consume_count doesn't index beyond the end of the string.
7628
7629Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7630
7631 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
7632 earlier. Improve test for new vtable mangling. Change output back
7633 to `virtual table'.
7634
7635Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7636
7637 * obstack.c: Always compile this code, even if using the GNU
7638 library. Avoids problems with relatively recent binary
7639 incompatibility.
7640
7641Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7642
7643 * cplus-dem.c: Include libiberty.h.
7644 (xmalloc, xrealloc, free): Don't declare.
7645 (strstr): Don't declare parameters.
7646 (xmalloc, xrealloc): Don't define.
7647 (long_options): Add no-strip-underscores.
7648 (main): Call xmalloc_set_program_name. Pass n in short options to
7649 getopt_long. Handle option 'n' to not strip underscores.
7650 (usage): Mention -n and --no-strip-underscores.
7651
7652Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
7653
7654 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
b4fe2683 7655 space.
252b5132
RH
7656 (gnu_special): Demangle template and qualified names in a vtable name.
7657
7658Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7659
7660 From gas-2.3 and binutils-2.4 net releases:
7661
7662 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
7663
7664 * makefile.dos: [new] Makefile for dos/go32
7665 * configure.bat: update for latest files
7666 * msdos.c: remove some functions now in libc.a
7667
7668Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
7669
7670 * cplus-dem.c (gnu_special): Recognize thunks, as well as
7671 the new naming style for vtables (when -fvtable-thunks).
7672
7673Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7674
7675 * Makefile.in (XTRAFLAGS): Don't define.
7676 (.c.o, dummy.o): Don't use XTRAFLAGS.
7677 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
7678
7679Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7680
7681 * vasprintf.c: New file.
7682 * Makefile.in, functions.def: Add it.
7683
7684Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
7685
7686 * cplus-dem.c (demangle_fund_type): Grok bool.
7687
7688Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
7689
7690 * config.table: Add go32
7691 * config/mh-go32: New template.
7692
7693Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
7694
7695 * config.table, config/mt-sunos4: config for when sun4 is cross target.
7696
7697Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7698
b4fe2683
JM
7699 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
7700 Declare strlen to return int. Don't include stddef.h.
252b5132
RH
7701
7702Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
7703
b4fe2683
JM
7704 * getopt.c: Delete use of IN_GCC to control whether
7705 stddef.h or gstddef.h is included.
252b5132
RH
7706
7707Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
7708
7709 * cplus-dem.c (demangle_signature): Fix a bug in template function
7710 type numbering.
7711
7712Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
7713
7714 * cplus-dem.c (demangle_signature): Fix template function with arm
7715 style argument type number, Tn.
7716
7717Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
7718
7719 * cplus-dem.c (optable): Add new[] and delete[].
7720
7721Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7722
7723 * argv.c (buildargv): Don't produce empty argument just because
7724 there is trailing whitespace.
7725
7726Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
7727
7728 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
7729 Handle 'p' same as 'P'.
7730 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
7731
7732Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7733
7734 * floatformat.c (get_field, put_field): Fix off by one error in
7735 little endian case.
7736
7737Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7738
7739 * floatformat.c (floatformat_from_double): Pass unsigned char *,
7740 not char *, to put_field.
7741
7742Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
7743
7744 * memmove.c: Re-wrote; placed in public domain.
7745
7746Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7747
7748 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
7749 __Q* as a constructor.
7750
7751Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
7752
7753 * ieee-float.c: Removed; no longer used.
7754 * Makefile.in: Changed accordingly.
7755
7756Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7757
7758 * floatformat.c (get_field): Removed unused local variable i.
7759 (put_field): Removed unused local variable i.
7760
7761Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7762
7763 * floatformat.c: New file, intended to replace ieee-float.c.
7764 * Makefile.in: Change accordingly.
7765
7766Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
7767
7768 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
7769 (_getopt_initialize): New function, broken out of _getopt_internal.
7770 (_getopt_internal):
7771 If long_only and the ARGV-element has the form "-f", where f is
7772 a valid short option, don't consider it an abbreviated form of
7773 a long option that starts with f. Otherwise there would be no
7774 way to give the -f short option.
7775
7776Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7777
b4fe2683
JM
7778 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
7779 Test just __STDC__, not emacs.
252b5132
RH
7780
7781Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7782
b4fe2683
JM
7783 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
7784 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
252b5132
RH
7785
7786Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7787
b4fe2683 7788 * getopt.c (_NO_PROTO): Define before config.h is included.
252b5132
RH
7789
7790Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7791
b4fe2683 7792 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
252b5132
RH
7793 <config.h> only under these, else "config.h".
7794
7795Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7796
b4fe2683
JM
7797 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
7798 <config.h> instead of "config.h".
252b5132
RH
7799
7800Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
7801
7802 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
7803 whether to use prototypes or not.
7804 * strerror.c (const): Never undefine; let ansidecl.h handle it.
7805 * strsignal.c (const): Likewise.
7806
7807Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7808
7809 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
7810 Merging common and initialized variables need not be supported by
7811 ANSI C compilers.
7812 (xatexit): Initialize _xexit_cleanup if not already set.
7813 * xexit.c: Comment fix.
7814
7815Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7816
7817 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
7818 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
7819 assuming that realloc works correctly.
7820
7821Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7822
7823 * concat.c, ieee-float.c: Replace inclusion of <string.h>
7824 with explicit function declarations, as recommended by Ian Taylor.
7825
7826Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
7827
7828 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
7829 (malloc, realloc): Declare.
7830
7831Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7832
7833 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
7834 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
7835 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
7836 * xmalloc.c: Likewise.
7837 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
7838 macros, not <varargs.h> macros.
7839 * spaces.c (spaces): Make return type const. Don't crash if
7840 malloc returns NULL.
7841 * strerror.c (struct error_info): Make name and msg fields const.
7842 (error_names): Make const.
7843 (strerrno): Make const.
7844 (strtoerrno): Make argument const.
7845 * strsignal.c (struct signal_info): Make name and msg fields
7846 const.
7847 (signal_names, sys_siglist): Make const.
7848 (strsignal, strsigno): Make const.
7849 (strtosigno): Make argument const.
7850 * xatexit.c: Declare parameter types.
7851 * xmalloc.c (name): Make const.
7852 (xmalloc_set_program_name): Make argument const.
7853 * Makefile.in (INCDIR): Define.
7854 (.c.o): Use $(INCDIR).
7855 (dummy.o): Likewise.
7856 (argv.o, basename.o): New targets; depend on libiberty.h.
7857 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
7858 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
7859 (xmalloc.o): Likewise.
7860 (cplus-dem.o): New target; depend on demangle.h.
7861 (getopt.o, getopt1.o): New targets; depend on getopt.h.
7862 (ieee-float.o): New target; depend on ieee-float.h.
7863 (obstack.o): New target; depend on obstack.h.
7864
7865Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7866
7867 Handle obstack_chunk_alloc returning NULL. This allows
7868 obstacks to be used by libraries, without forcing them
7869 to call exit or longjmp.
7870 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
7871 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
7872 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
7873
7874Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7875
7876 * concat.c, ieee-float.c: Include <string.h>.
7877
7878Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7879
7880 * xmalloc.c (xmalloc_set_program_name): New function.
7881 (xmalloc, xrealloc): Include the name in the error message, if set.
7882
7883 * Replace atexit.c with xatexit.c.
7884 * Makefile.in (CFILES), functions.def: Change references.
7885
7886Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
7887
7888 * getruntime.c (get_run_time): Use getrusage or times if
7889 HAVE_GETRUSAGE or HAVE_TIMES are defined.
7890
7891Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7892
7893 * atexit.c: New file.
7894 * Makefile.in (CFILES), functions.def: Add it.
7895 * xexit.c: New file.
7896 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
7897 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
7898 Change request for 0 bytes into request for 1 byte.
7899
7900Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7901
7902 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
7903 unsigned long, to avoid warnings.
7904
7905Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7906
7907 * dummy.c: Don't include time.h ever; always define clock_t as
7908 "unsigned long". Until gcc/fixincludes ensures that clock_t
7909 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
7910 exist, clock_t probably doesn't either.
7911
7912Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
7913
7914 * clock.c, getruntime.c: New files.
7915 * Makefile.in: Add to file lists.
7916 * functions.def (clock): Add to list.
7917 * dummy.c (time.h): Add if __STDC__.
7918 (clock_t): #define as "unsigned long" if not __STDC__.
7919
7920Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7921
7922 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
7923 Edler).
7924
7925Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7926
7927 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
7928 linking.
7929
7930Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7931
7932 * cplus-dem.c (demangle_arm_pt): New function. Common code
7933 for ARM template demangling.
7934 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
7935 * cplus-dem.c (demangle_prefix): Likewise.
7936
7937Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
7938
7939 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
7940
7941Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
7942
7943 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
7944 * strerror.c, strsignal.c: As a small space optimization, don't
7945 include messages when they aren't actually used.
7946
7947 Merge changes from takefive.co.at!joe (Josef Leherbauer)
7948 * cplus-dem.c (demangle_prefix, demangle_function_name,
7949 cplus_demangle_opname): Fixes for systems where cplus_marker
7950 is something other than '$'.
7951
7952Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
7953
7954 * waitpid.c: Simple-minded approcimation to waitpid
7955 using vanilla wait.
7956 * functions.def, Makefile.in: Update accordingly,
7957
7958Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
7959
7960 * cplus-dem.c(demangle_template): fix bug template instantiation
7961 with value of user defined type.
7962
7963Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
7964
7965 * cplus-dem.c(cplus_demangle_opname): add the subject new function
7966 to support unified search of operator in class.
7967
7968Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7969
7970 gcc -Wall lint:
7971 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
7972 "digit = *s" as condition in while loop.
7973
7974Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
7975
7976 * Makefile.in: pass SHELL to recursive make
7977
7978Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
7979
7980 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
7981 be (const char*), for ANSI (and gcc w/fixproto) consistency.
7982
7983Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7984
7985 * config.table: Make *-*-hiux* use mh-hpux.
7986
7987Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7988
7989 * config.table: Add * to end of all OS names.
7990
7991Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7992
7993 * Makefile.in (lneeded-list): ensure that object file names are
7994 not duplicated, as multiple instances of the same object file in
7995 a library causes problems on some machines
7996
7997Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7998
7999 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
8000
8001Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8002
8003 * strncasecmp.c: new file, implements strncasecmp
8004 * strcasecmp.c: new file, implement strcasecmp
8005
8006 * Makefile.in (CFILES): list these two new source files
8007
8008 * functions.def: add strcasecmp and strncasecmp entries
8009
8010Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8011
8012 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
8013 according to ANSI C.
8014
8015Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
8016
8017 * cplus-dem.c: add support of ARM global constructor/destructor,
8018 and 'G' for passing record or union in parameter.
8019
8020Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8021
8022 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
8023 should not be in functions.def.
8024
8025Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8026
8027 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
8028 not be in functions.def.
8029
8030Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
8031
8032 * cplus-dem.c: change globl constructor/destructor to proper name
8033
8034Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
8035
8036 * cplus-dem.c: fix bug in constructor/destructor
8037
8038Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
8039
8040 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
8041
8042Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
8043
8044 * cplus-dem.c: Fix demangle_template prototype
8045
8046Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
8047
8048 * cplus-dem.c: fix template demangling
8049 * cplus-dem.c: fix const type demangling
8050 * cplus-dem.c: fix constructor/destructor, virtual table,
8051 qualifier, global constructor/destructor demangling
8052
8053Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8054
8055 * strsignal.c, strerror.c: Use fully-bracketed initializer to
8056 keep gcc -Wall happy.
8057
8058Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
8059
8060 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
8061 patch.
8062
8063Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8064
8065 Patch from Paul Flinders:
8066 * cplus-dem.c (do_type): Deal with arrays.
8067
8068Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8069
8070 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
8071 than 9 classes.
8072
8073Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
8074
8075 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
8076 not initialized" warnings under HP/UX
8077
8078Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8079
8080 * strerror.c: Move include of stdio.h after sys_errlist #define.
8081 Also remove NULL definition (stdio.h always defines NULL, so it
8082 never did anything but clutter up the code).
8083
8084Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8085
8086 * Makefile.in, functions.def: handle xmalloc.c
8087
8088 * xmalloc.c: provide xmalloc and xrealloc functions
8089
8090Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8091
8092 * cplus-dem.c: Fix a comment.
8093
8094Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8095
8096 * getopt1.c: Declare const the way getopt.c does.
8097
8098Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8099
8100 * obstack.c, alloca.c: Update from FSF.
8101 * getopt.c, getopt1.c: Update to current FSF version, which
8102 doesn't use alloca.
8103
8104Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8105
8106 * Makefile.in (demangle): Add the target with a message saying
8107 where demangle went.
8108
8109Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8110
8111 * Makefile.in: Remove obsolete `demangle' target.
8112
8113Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
8114
8115 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
8116 avoid infinite loop on vtbl symbols with disambiguating "junk"
8117 tacked on the end.
8118
8119Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8120
8121 * strsignal.c: work around some systems losing definitions of
8122 sys_siglist
8123
8124 * config/mh-lynxos: this system has a losing definition of
8125 sys_siglist
8126
8127 * config.table: use mh-lynxos for *-*-lynxos
8128
8129Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8130
8131 * config.table: Add support for HPPA BSD hosts.
8132
8133 * config/mh-hpbsd: New file.
8134
8135Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
8136
8137 * Makefile.in (TAGS): make work when srcdir != objdir.
8138
8139Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8140
8141 * cplus-dem.c (main): Add long options, including --help and
8142 --version.
8143 (usage): New function from code in main.
8144
8145Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
8146
8147 * config.table: New shell scipt, sourced by both ./configure,in
8148 and ../xiberty/configure.in, to avoid maintainance lossages.
8149 * configure.in and ../xiberty/configure.in: Use config.table.
8150
8151 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
8152 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
8153 * ../xiberty/configure.in: Update from ./configure.in.
8154
8155Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8156
8157 * Makefile.in: remove parentdir support
8158
8159Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8160
8161 * cplus-dem.c (xrealloc): Match definition with prototype.
8162
8163Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8164
8165 * cplus-dem.c (demangle_prefix): Demangle cfront
8166 local variables as an extension to ARM demangling.
8167
8168Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8169
8170 * ieee-float.c: Don't require pointers to double to be aligned.
8171
8172Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
8173
b4fe2683 8174 (merge changes from dlong@cse.ucsc.edu)
252b5132
RH
8175 * cplus-dem.c (consume_count): Simplify.
8176 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
8177 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
8178
8179 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
8180 full prototypes.
8181 * cplus-dem.c (free): Add prototype.
8182 * cplus-dem.c (optable): Fully bracketize initializer.
8183
8184Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
8185
8186 * cplus-dem.c: Whether initial underscores are stripped
8187 depends on the external variable prepends_underscore
8188 (which is generated by the binutils Makefile).
8189
8190Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
8191
8192 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
8193
8194Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
8195
8196 * cplus-dem.c (consume_count): Return zero if arg does not
8197 start with digit, and don't consume any input.
8198
8199Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
8200
8201 * Makefile.in (demangle): Use ${srcdir} not $^.
8202
8203 * strtod.c: New file, needed at least for BSD 4.3.
8204
8205Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
8206
8207 * strsignal.c (sys_siglist): For ANSI compilations, type is
8208 "const char *const". Also remove conditionalization on __STDC__
8209 since const is defined away for non-ANSI.
8210
8211Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
8212
8213 * configure.in: Recognize *-*-hpux.
8214 * config/mh-hpux: New file.
8215
8216Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
8217
8218 * tmpnam.c: Added ANSI tmpnam() function.
8219 * functions.def, Makefile.in: Update accordingly.
8220
8221Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8222
8223 * cplus-dem.c (demangle_function_name): Get the demangling of
8224 stop__1A right.
8225
8226Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
8227
8228 * cplus-dem.c: Declare strstr return type.
8229
8230Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
8231
8232 * strsignal.c: Add some AIX signals.
8233
8234Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
8235
8236 * Makefile.in (MAKEOVERRIDES): Define to be empty.
8237
8238Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8239
8240 * Makefile.in: add installcheck & dvi targets
8241
8242Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
8243
8244 * ieee-float.c: New file, moved from ../gdb (since it is
8245 needed by ../opcode/m68k-dis.c).
8246
8247Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
8248
8249 * cplus-dem.c: Replace all references to cfront with ARM.
8250
8251Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
8252
8253 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
8254 to be more useful as a filter.
8255
8256Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8257
8258 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
8259 destination directory before running $(RANLIB), in case that
8260 program tries to create a file in the current directory as part of
8261 its work.
8262
8263Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
8264
8265 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
8266 because BSD 4.4 lacks one. Isn't this fun?
8267
8268Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
8269
8270 * cplus-dem.c (demangle_signature): Set func_done after
8271 demangling a template.
8272 * cplus-dem.c (demangle_template): Fix several small bugs
8273 in demangling GNU style templates.
8274 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
8275 style constructors.
8276 * cplus-dem.c (gnu_special): Fix for templates in GNU style
8277 static data members.
8278
8279Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
8280
8281 * cplus-dem.c (demangle_signature): Modify to include type
8282 modifiers like static and const in remembered types.
8283
8284Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
8285
8286 * cplus-dem.c (demangled_qualified): Add new parameter that tells
8287 whether to prepend or append the qualifiers.
8288 * cplus-dem.c (string_prepends): Used now, remove #if 0.
8289 * cplus-dem.c (demangle_signature): Call demangle_qualified
8290 with prepending.
5dd42ef4 8291 * cplus-dem.c (gnu_special): Recognize static data members that
252b5132
RH
8292 use qualified names.
8293 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
8294 temporary buffer and the prepend or append them to the result,
8295 as specified by the new "append" flag.
8296 * cplus-dem.c (do_type): Call demangled_qualified with
8297 appending.
8298
8299Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
8300
8301 * strsignal.c (signal_table): Now const.
8302 (init_signal_tables): Variable eip now points to const.
8303
8304 * strerror.c (error_table): Now const.
8305 (init_error_tables): Variable eip now points to const.
8306
8307Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
8308
8309 * memchr.c (memchr): New (ANSI standard) function.
8310 * Makefile.in, functions.def: Added memchr.
8311 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
8312
8313Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8314
8315 * getopt.c: remove use of USG around <alloca.h>, which never meant
8316 anything anyway
8317
8318 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
8319 of USG and USGr4
8320
8321Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
8322
8323 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
8324 it's now a type according to the ANSI X3J16 working paper; output
8325 "wchar_t" for it.
8326 (demangle_template): Accept `w' as an integral type.
8327 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
8328 counterparts malloc and realloc to `char *'.
8329 (main): Exit with a 0 status.
8330 * Makefile.in (demangle): Don't expect the user to define
8331 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
8332 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
8333
8334Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
8335
8336 * Makefile.in (AR_FLAGS): Avoid verbosity.
8337 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
8338 replace USGr4 with HAVE_SYSCONF.
8339 * config/mh-solaris: Remove; mh-sysv4 works now.
8340 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
8341 * configure.in: Simplify host matching table, remove separate
8342 solaris config file.
8343
8344Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
8345
8346 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
8347
8348Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
8349
8350 * cplus-dem.c (xmalloc, xrealloc): Add decls.
8351 (remember_type): Don't cast xmalloc.
8352 (string_need): Likewise; don't cast xrealloc either.
8353
8354Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
8355
8356 * Makefile.in, functions.defs, rename.c: added simple
8357 implementation of rename, since some binutils programs use it.
8358
8359Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
8360
8361 * strsignal.c: Add appropriate 'const' to sys_siglist
8362 extern declaration (if __STDC__). (Needed for Linux.)
8363 * strsignal.c (strsignal): Add cast to remove const-ness.
8364
8365Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
8366
8367 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
8368 before "'s, diagnosed by BSD 4.4 awk.
8369
8370Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
8371
8372 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
8373 and $(NEEDED_LIST), to give some hooks for xiberty.
8374
8375Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8376
8377 * configure.in: use cpu-vendor-triple instead of nested cases
8378
8379Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
8380
8381 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
8382 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
8383 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
8384 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
8385 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
8386 Convert from using GPL to LGPL.
8387
8388Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
8389
8390 * Makefile.in (errors): Leave dummy.o and dummy around so that
8391 we can see how the needed list was generated (it's sometimes wrong).
8392 (mostlyclean): Remove them.
8393
8394Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
8395
8396 * getcwd.c: supply a default if MAXPATHLEN is not defined.
8397
8398 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
8399
8400Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
8401
8402 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
8403 when cross-compiling.
8404
8405Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
8406
8407 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
8408 as a time optimization.
8409
8410 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
8411 be more expensive than simply demangling.
8412
8413 * cplus-dem.c (cplus_match): new function.
8414
8415Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
8416
8417 * cplus-dem.c: #include <stdio.h>, to define NULL.
8418 Define current_demangling_style.
8419
8420Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
8421
8422 * cplus-dem.c: New file, moved from ../gdb.
8423 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
8424 function, to avoid compiling in target-dependency for CPLUS_MARKER.
8425 * cplus-dem.c (cplus_demangle): Allow demangling style option
8426 to be passed as a parameter, but using the global variable
8427 current_demangling_style as a default.
8428 * Makefile.in: Update for cplus-dem.c
8429
8430Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
8431
8432 * obstack.c: Merge in comment changes from FSF version. Now
8433 matches the FSF version exactly.
8434
8435Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
8436
8437 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
8438 least on losing DECstations!); use if-then-else instead.
8439
8440Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
8441
8442 * Makefile.in: always create installation directories.
8443
8444Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8445
b5d60b68 8446 * Makefile.in: clean up definition of CFILES, more comments
252b5132
RH
8447
8448Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
8449
8450 * getopt.c (my_index): Make first arg const to match strchr,
8451 which it sometimes is remapped to.
8452
8453Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
8454
8455 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
8456 * obstack.c (_obstack_begin): Initialize use_extra_arg.
8457 * obstack.c (_obstack_begin_1): New, from FSF version.
8458
8459Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
8460
8461 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
8462 extra_arg.
8463 * obstack.c (_obstack_begin): Remove area_id and flags arguments
8464 (previously added for mmalloc support, interface has changed).
8465 Also convert flags usage to use use_extra_arg and maybe_empty_object.
8466
8467Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
8468
8469 * argv.c: Move expandargv inline and eliminate static variables.
8470 Rewrite to always allocate in powers of two. Fix to return an
8471 argv with a single null string arg if passed a null string.
8472
8473Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
8474
8475 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
8476 "(void)" casts from function calls where the return value is
8477 ignored, in accordance with GNU coding standards.
8478
8479Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
8480
8481 * bcopy.c, strerror.c, strsignal.c: Lint.
8482
8483Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8484
8485 * getopt.c: merge changes from make.
8486
8487Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
8488
8489 * alloca.c: Incorporate fixes from gdb/alloca.c.
8490 FIXME: Eventually move gdb's alloca configuration files here,
8491 and remove gdb/alloca.c and its Makefile.in support.
8492
8493Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
8494
8495 * dummy.c: Define NOTHING to /*nothing*/, change return type
8496 of main to int and return zero.
8497 * functions.def: Supply NOTHING as the fourth arg to macros
8498 that don't have an explicit arg, to satisfy picky preprocessors.
8499
8500Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
8501
8502 * Makefile.in: Clean up *clean rules, as per standards.texi.
8503
8504Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8505
8506 * getopt.c, getopt1.c: merged largely gratuitous, mostly
8507 whitespace diffs from other prep distributions.
8508
8509Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
8510
8511 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
8512 it is broken on ncr 3000's.
8513
8514Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
8515
8516 * sigsetmask.c: Rewrite. Old one was very confused about its
8517 arguments and result. New one can't do much, but at least knows
8518 what it can't do, and it's good enough for GDB's use.
8519
8520Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
8521
8522 * functions.def: Use proper prototype for strtoul.
8523
8524Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
8525
8526 * Makefile.in: Add random.c.
8527 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
8528 * configure.in: update solaris2 config.
8529
8530Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
8531
8532 * random.c: Add for random() and srandom().
8533 * functions.def: Add random
8534
8535Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
8536
8537 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
8538 using /usr/ucb/install.
8539
8540Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
8541
8542 * strerror.c: Kludge to guard against a conflict with
8543 possible declaration of sys_errlist in errno.h.
8544
8545Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
8546
8547 * configure.in, config/mh-solaris: add solaris2 config support.
8548
8549Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
8550
8551 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
8552 is not defined (should be defined in signal.h, says Posix.).
8553
8554Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
8555
8556 * getopt.c: merged changes from make-3.62.11.
8557
8558Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
8559
8560 * getopt.c: merged changes from bison-1.18.
8561
8562Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
8563
8564 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
8565 since that introduces a circular dependency.
8566 ($(EXTRA_OFILES) are used to build config.h.)
8567
8568 * strtoul.c: Fixes to handle non-decimal bases better.
8569
8570Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
8571
8572 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
8573 * Makefile.dos: Finish MINUS_G eradication.
8574 * Makefile.in (CFILES): Add strsignal.c.
8575 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
8576 * Makefile.in (needed-list): Split creation of errors file to
8577 separate make target.
8578 * Makefile.in (config.h, needed2.awk, errors): New targets.
8579 * Makefile.in (clean): Split to multiple lines, add needed2.awk
8580 and config.h.
8581 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
8582 * functions.def (strerror): Remove from optional list.
8583 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
8584 * functions.def (strerror, psignal): DEFFUNC's
8585 * strerror.c: Rewrite from scratch to use sys_errlist only if
8586 available, add errno_max(), add strerrno(), add strtoerrno(),
8587 add test driver.
8588 * strsignal.c: New file, signal equivalent to strerror.c.
8589 Uses sys_siglist if available, defines signo_max(), strsignal(),
8590 strsigno(), strtosigno(), psignal(), and test driver.
8591
8592Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
8593
8594 * Makefile.in: do not print recursion line.
8595
8596 * Makefile.in: allow CFLAGS to be passed in from command line.
8597 Removed MINUS_G. Default CFLAGS to -g.
8598
8599Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
8600
8601 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
8602 so libg++ users don't have to be inconvenienced by a
8603 libc.a bug (libc.a needs copysign, but doesn't define it!).
8604 * configure.in: Use config/mh-aix.
8605 * strtoul.c: Handle '-' as required by ANSI.
8606 Clean up radix handling.
8607 * strstr.c: Fix buggy algorithm.
8608 * Makefile.in: Change so that ${EXTRA_OFILES} is
8609 appended to needed-list (which is used by libg++).
8610
8611Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
8612
8613 * configure.in: Recognize new ncr3000 config.
8614 * config/mh-ncr3000: New config file.
8615
8616Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
8617
8618 * argv.c, dummy.c: Lint.
8619
8620Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
8621
8622 * config/mh-sysv4: New config file.
8623 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
8624 host_os == sysv4.
8625 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
8626 pagesize.
8627
8628Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
8629
8630 * getopt.c: Lint.
8631
8632Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
8633
8634 * functions.def (alloca): Fix return type and args to avoid
8635 type clash with gcc's builtin alloca.
8636
8637Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
8638
8639 * configure.in, config/mh-irix4: irix4 support.
8640
8641 * Makefile.in, functions.def, alloca.c: added alloca.
8642
8643Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
8644
8645 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
8646
8647Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
8648
8649 * argv.c: Fix various external function definitions to be
8650 correct in an ANSI compilation environment.
8651
8652Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
8653
8654 * obstack.c: Changes to support calling mmalloc functions,
8655 which take an additional argument over malloc functions.
8656
8657Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
8658
8659 * added check target.
8660
8661Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
8662
8663 * argv.c: #include alloca-conf.h (needed by AIX).
8664
8665Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8666
8667 * Makefile.in, configure.in: removed traces of namesubdir,
8668 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8669 copyrights to '92, changed some from Cygnus to FSF.
8670
8671Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
8672
8673 * argv.c: Check in Fred's version which fixes problems with
8674 alloca().
8675
8676Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
8677
8678 * makefile.dos: Remove NUL to keep patch from failing.
8679
8680Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
8681
8682 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
8683
8684Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
8685
8aefe91a 8686 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
252b5132
RH
8687
8688Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
8689
8690 * argv.c: New file to build and destroy standard argument
8691 vectors from a command string.
8692
8693 * Makefile.in: Add argv.c and argv.o to appropriate macros.
8694
8695Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
8696
8697 * configure.in: Change svr4 references to sysv4.
8698
8699 * rindex.c: Declare return type of externally used function
8700 strrchr().
8701
8702Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
8703
8704 * Makefile.in: Remove "***" in normal output, since Make produces
8705 this on errors, and it's convenient to search for.
8706
8707Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
8708
8709 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
8710 New ANSI functions. The old non-ANSI functions (such as bcopy)
8711 should be avoided.
8712 * bcopy.c: Fix to correctly handle overlapping regions.
8713 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
8714 * functions.def: Add the new functions.
8715 * functions.def: Add 4th parameter to DEF macro,
8716 an ansidecl.h-style prototype.
8717 * dummy.c: Use expanded DEF macro to create a dummy function
8718 call, with correct parameter types. (This avoids some
8719 complaints from gcc about predefined builtins.)
8720
8721 Move the functionality of config/mh-default into Makefile.in.
8722 This avoid duplication, and simplifies things slightly.
8723 * Makefile.in: Tweak so we don't need config/mh-default.
8724 * README: Update.
8725 * configure.in: No longer need config/mh-default.
8726 * config/mh-default: Deleted.
8727 * config/mh-sysv: Remove lines copied from old mh-default.
8728
8729Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
8730
8731 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
8732 'mknod' device numbers.
8733
8734Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
8735
8736 * fdmatch.c, Makefile.in: Add new function that takes two
8737 open file descriptors and returns nonzero if they refer to
8738 the same file, zero otherwise. (used in gdb)
8739
8740Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
8741 From DJ:
8742 * msdos.c: stub functions for dos.
8743 * makefile.dos, configdj.bat: new.
8744 * getopt.c: Don't include alloca-conf.h in a GO32 world.
8745
8746
8747Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8748
8749 * Makefile.in: infodir belongs in datadir.
8750
8751Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8752
8753 * Makefile.in: remove spaces following hyphens because bsd make
8754 can't cope. added standards.text support. install using
8755 INSTALL_DATA.
8756
8757 * configure.in: remove commontargets as it is no longer a
8758 recognized hook.
8759
8760Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8761
8762 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8763 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8764 and mandir now keyed off datadir by default.
8765
8766Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
8767
8768 * Makefile.in: find-needed.awk does not fit in 14 chars.
8769
8770 * Makefile.in: Suppress error checking when compiling the test
8771 program, because Ultrix make/sh aborts there due to a bug.
8772
8773Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
8774
8775 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
8776 * README: Explained how the auto-configuration works,
8777 and how to add new files and/or configurations.
8778
8779Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
8780
8781 * strtoul.c: Avoid defining ULONG_MAX if already defined;
8782 cast a const char * to char * for pedants.
8783
8784 * getopt.c: Only define "const" after local include files get to,
8785 and only if they haven't defined it.
8786
8787Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
8788
8789 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
8790 emulate it with getwd() if available. This avoids callers having
8791 to find a MAXPATHLEN or PATH_MAX value from somewhere.
8792 * Makefile.in, functions.def: getwd->getcwd.
8793 * configure.in: Use generic case for every system.
8794 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
8795 * config/mh-sysv: Use default handling, just add -DUSG.
8796
8797Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
8798
8799 * Makefile.in, config/mh-default: Re-do make magic
8800 so that for the default ("automatic") mode we only
8801 compile the files we actually need. Do this using
8802 a recursive make: The top-level generates the list
8803 of needed files (loosely, the ones missing in libc),
8804 and then passes that list to the recursive make.
8805 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
8806
8807Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
8808
8809 RS/6000 host support (grumble).
8810
8811 * configure.in: Build alloca-conf.h file from alloca-norm.h
8812 (everything else) or alloca-botch.h (rs/6000).
8813 * Makefile.in: Include . on the include path.
8814 * getopt.c: Use alloca-conf.h.
8815 * alloca-norm.h: How to declare alloca on reasonable machines.
8816 * alloca-botch.h: How to declare alloca on braindead machines.
8817
8818Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
8819
8820 * concat.c : New file, like concat() in gdb but can take a
8821 variable number of arguments rather than fixed at 3 args. For
8822 now, client applications must supply an xmalloc(), which is a
8823 front end function to malloc() that deals with out-of-memory
8824 conditions.
8825
8826 * Makefile.in: Add concat.c and concat.o to appropriate macros.
8827
8828Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
8829
8830 * config/mh-svr4: Add sigsetmask to list of required functions.
8831
8832Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
8833
8834 * vsprintf.c: New file.
8835 * functions.def, Makefile.in: Add vsprintf.
8836
8837Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
8838
8839 * configure.in, config/mh-rs6000: Add rs/6000 host support.
8840 * Makefile.in: Compile with debug info.
8841
8842Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
8843
8844 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
8845 config/mf-default: Added a default configuration mode,
8846 which includes into libiberty.a functions that are "missing" in libc.
8847 * strdup.c, vprintf.c, vfprintf.c: New files.
8848
8849Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
8850
8851 * config/hmake-svr4: New file.
8852
8853 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
8854
8855 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
8856 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
8857 files containing either portable C versions or emulations using
8858 native library calls.
8859
8860 * strerror.c: Add copyright, internal documentation, etc.
8861
8862 * strtol.c: Replace hardwired hex constants with some more
8863 portable macros. Remove illegal (according to gcc) cast.
8864
8865 * strtoul.c: Replace hardwired hex constant with more portable
8866 macro.
8867
8868 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
8869 can override them. Add new source and object file names to CFILES
8870 and OFILES respectively.
8871
8872 * configure.in: Add support for SVR4 makefile fragments.
8873
8874Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
8875
8876 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
8877 over-ridden by config/hmake-*
8878 * configure.in: added m88kcvs to sysv list
8879
8880Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
8881
8882 * Makefile.in: Most hosts need strerror, but one or two don't,
8883 and they override these definitions in the host-dependent makefile
8884 fragment.
8885 * config/hmake-mach: The odd man out on strerror -- it's supplied.
8886 * strerror.c: New file.
8887
8888 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
8889 it and bfd uses it.
8890 * configure.in, Makefile.in, config/hmake-mach: Only configure
8891 strtol & strotoul in on Mach.
8892
8893Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
8894
8895 * obstack.c: Merge with latest FSF version.
8896
8897\f
8898Local Variables:
8899version-control: never
8900End:
This page took 0.976277 seconds and 4 git commands to generate.