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