]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/ChangeLog
sse-22.c (dg-options): Add -march=k8.
[thirdparty/gcc.git] / libiberty / ChangeLog
CommitLineData
4bbff96e
JM
12011-08-01 Jason Merrill <jason@redhat.com>
2
3 PR c++/49932
4 * cp-demangle.c (d_prefix): Handle decltype.
5 * testsuite/demangle-expected: Test it.
6
52bed4d7
L
72011-07-26 H.J. Lu <hongjiu.lu@intel.com>
8
9 * testsuite/demangle-expected: Remove an extra line.
10
f2e6f32e
ILT
112011-07-26 Ian Lance Taylor <iant@google.com>
12
13 * cp-demangle.c (d_print_init): Initialize pack_index field.
14 (d_print_comp): Check for NULL template argument.
15 * testsuite/demangle-expected: Add test case.
16
a0a22423
GP
172011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
18
19 PR target/49817
20 * stack-limit.c: Include <stdint.h>.
21
d423df48
JJ
222011-07-22 Jakub Jelinek <jakub@redhat.com>
23
24 PR c++/49756
25 * stack-limit.c: New file.
26 * Makefile.in: Regenerate deps.
27 (CFILES): Add stack-limit.c.
28 (REQUIRED_OFILES): Add ./stack-limit.$(objext).
29 * configure.ac (checkfuncs): Add getrlimit and setrlimit.
30 (AC_CHECK_FUNCS): Likewise.
31 * configure: Regenerated.
32 * config.in: Regenerated.
33
a517066d
JM
342011-07-04 Jason Merrill <jason@redhat.com>
35
36 * cp-demangle.c (d_expression): Handle 'this'.
37 (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
38
985b34c7
JB
392011-07-01 Joel Brobecker <brobecker@adacore.com>
40
41 * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
42 HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
43
cb0ad104
JK
442011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 PR debug/49408
47 * cp-demangle.c (d_print_comp): Suppress argument list for function
48 references by the '&' unary operator. Keep also already processed
49 variant without the argument list. Suppress argument list types for
50 function call used in an expression.
51 * testsuite/demangle-expected: Fix excessive argument list types in
52 `test for typed function in decltype'. New testcase for no argument
53 list types printed. 3 new testcases for function references by the
54 '&' unary operator..
55
dd70e080
JM
562011-06-20 Jason Merrill <jason@redhat.com>
57
58 PR c++/37089
59 * cp-demangle.c (d_print_comp): Handle reference smashing.
60 * testsuite/demangle-expected: Test it.
61
5fe8e1e9
JK
622011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
63
64 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>:
65 Suppress d_print_mod for DMGL_RET_POSTFIX.
66 * testsuite/demangle-expected: New testcases for --ret-postfix.
67
f019462c
JK
682011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>: Do
71 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.
72 * testsuite/demangle-expected: New testcases for --ret-drop.
73 * testsuite/test-demangle.c: Document --ret-drop in a comment.
74 (main): New variable ret_drop, fill it, call cplus_demangle with it.
75
743a99db
JK
762011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * cp-demangle.c (struct d_print_info): Remove field options.
79 (d_print_init): Remove parameter options.
80 (cplus_demangle_print_callback): Update all the callers.
81 (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
82 (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
83 Add parameter options, update all the callers.
84
04695783
JM
852011-04-20 Jim Meyering <meyering@redhat.com>
86
87 * cp-demint.c (cplus_demangle_v3_components): Remove useless
88 if-before-free.
89 * cplus-dem.c (squangle_mop_up): Likewise.
90 (delete_non_B_K_work_stuff): Likewise.
91 * pex-common.c (pex_free): Likewise.
92 * pex-msdos.c (pex_msdos_cleanup): Likewise.
93 * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
94 (win32_spawn): Likewise.
95 * regex.c (FREE_VAR, weak_alias): Likewise.
96 * spaces.c (spaces): Likewise.
97
4b9726d4
JM
982011-04-10 Jim Meyering <meyering@redhat.com>
99
100 Avoid memory overrun in a test leading to potential double-free.
101 * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
102 i.e., do copy the trailing NUL byte.
103
178aa0f6
TG
1042011-03-31 Tristan Gingold <gingold@adacore.com>
105
106 * makefile.vms (OBJS): Add filename_cmp.obj
107
94369251
KT
1082011-02-28 Kai Tietz <kai.tietz@onevision.com>
109
110 * filename_cmp.c (filename_ncmp): New function.
111 * functions.texi: Regenerated.
112
996c0cb0
RW
1132011-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
114
115 * splay-tree.c: Escape wrapping newlines in texinfo markup
116 with '@', to fix function declaration output rendering.
117 * gather-docs: Relax and improve macro name matching to actually
118 match all current names and to allow input line wrapping.
119 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
120 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
121 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
122 pexecute.txh, random.c, setenv.c, setproctitle.c,
123 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
124 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
125 Wrap long texinfo input lines.
126 * functions.texi: Regenerate.
127
9e7955b2
MF
1282011-01-18 Mike Frysinger <vapier@gentoo.org>
129
130 * .gitignore: New file.
131
23346f36
DE
1322010-12-08 Doug Evans <dje@google.com>
133
134 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
135 all callers updated. Rewrite to be non-recursive.
136
4c7d97e6
RO
1372010-11-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
138
139 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
140
52ae149d
AG
1412010-11-20 Anthony Green <green@moxielogic.com>
142
143 * configure.ac: Turn PR_SET_NAME link test into a test for
144 sys/prctl.h.
145 * configure, config.in: Rebuilt.
146 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
147 (setproctitle) Test for PR_SET_NAME definition.
148
455c8f48
RW
1492010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
150
151 PR other/46202
152 * Makefile.in (install-strip): New phony target.
153 (install): Also mark as phony.
154
d82f74d3
ILT
1552010-11-16 Ian Lance Taylor <iant@google.com>
156
157 * simple-object.c (simple_object_attributes_merge): Rename from
158 simple_object_attributes_compare. Call merge field.
159 * simple-object-common.h (struct simple_object_functions): Rename
160 attributes_compare field to attribute_merge.
161 * simple-object-elf.c (EM_SPARC): Define.
162 (EM_SPARC32PLUS): Define.
163 (simple_object_elf_attributes_merge): Renamed from
164 simple_object_elf_attributes_compare. Permit EM_SPARC and
165 EM_SPARC32PLUS objects to be merged.
166 (simple_object_elf_functions): Update function name.
167 * simple-object-coff.c (simple_object_coff_attributes_merge):
168 Rename from simple_object_coff_attributes_compare.
169 (simple_object_coff_functions): Update function name.
170 * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
171 Renamed from simple_object_mach_o_attributes_compare.
172 (simple_object_mach_o_functions): Update function name.
173
431f321f
L
1742010-11-16 H.J. Lu <hongjiu.lu@intel.com>
175
176 PR other/42670
177 PR binutils/11137
178 * cp-demangle.c (d_make_demangle_mangled_name): New.
179 (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
180
181 * testsuite/demangle-expected: Updated.
182
28d1e73f
KT
1832010-11-14 Kai Tietz <kai.tietz@onevision.com>
184
185 * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
186 offset.
187
759fe240
ILT
1882010-11-12 Ian Lance Taylor <iant@google.com>
189
190 PR other/46332
191 * cp-demangle.c (d_print_function_type): Don't print parentheses
192 if there are no modifiers to print.
193 * testsuite/demangle-expected: Tweak one test case, add another.
194
3b63ca7e
RH
1952010-11-04 Richard Henderson <rth@redhat.com>
196
197 * configure.ac (AC_CHECK_HEADERS): Add process.h.
198 (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
199 (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
200 * configure, config.in: Rebuild.
201 * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
202 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
203
1cfabf34
ILT
2042010-11-02 Ian Lance Taylor <iant@google.com>
205 Dave Korn <dave.korn.cygwin@gmail.com>
206 Iain Sandoe <iains@gcc.gnu.org>
207
208 * simple-object.c: New file.
209 * simple-object-common.h: New file.
210 * simple-object-elf.c: New file.
211 * simple-object-mach-o.c: New file.
212 * simple-object-coff.c: New file.
213 * simple-object.txh: New file.
214 * configure.ac: Add AC_TYPE_SSIZE_T.
215 * Makefile.in: Rebuild dependencies.
216 (CFILES): Add simple-object.c, simple-object-coff,
217 simple-object-elf.c, and simple-object-mach-o.c.
218 (REQUIRED_OFILES): Add corresponding object files.
219 * configure: Rebuild.
220 * config.in: Rebuild.
221 * functions.texi: Rebuild.
222
c3735614
ILT
2232010-10-29 Ian Lance Taylor <iant@google.com>
224
225 * setproctitle.c: Add space after function name in @deftypefn
226 comment.
227 * functions.texi: Rebuild.
228
0e0f02ff
RW
2292010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
230
231 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
232 * configure: Regenerate.
233
4e00fad2
AK
2342010-10-07 Andi Kleen <ak@linux.intel.com>
235
236 * configure: Regenerate.
237 * configure.ac: Turn PR_SET_NAME check into link check.
238
6e9bd0f8
AK
2392010-10-06 Andi Kleen <ak@linux.intel.com>
240
241 * Makefile.in (CFILES): Add setproctitle.
242 (CONFIGURED_OFILES): Add setproctitle.
243 (setproctitle): Add rule.
244 * config.in: Regenerate.
245 * configure: Regenerate.
246 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
247 * setproctitle.c: Add file.
248 * functions.texi: Regenerate.
249
a69d9775
TG
2502010-09-22 Tristan Gingold <gingold@adacore.com>
251
252 * cplus-dem.c (ada_demangle): Add comments.
253 Handle stream and controlled type operations.
254 Decoding of some uppercase letters moved before separators.
255 * testsuite/demangle-expected: Add tests.
256
48255616
JL
2572010-09-10 James Lyon <jameslyon0@googlemail.com>
258
259 http://sourceware.org/bugzilla/show_bug.cgi?id=11572
260 * cp-demangle.c (d_find_pack): Add case for
261 DEMANGLE_COMPONENT_LAMBDA.
262 * testsuite/demangle-expected: Add regression test.
263
16f60fcb
TG
2642010-09-08 Tristan Gingold <gingold@adacore.com>
265
266 PR 44001
267 * maint-tool (missing): Fix pattern for object file.
268 (deps): Use $(objext) for object extension.
269 * Makefile.in (objext): New variable.
270 Replace all occurences of .o with .$(objext)
271 Regenerate with maint-deps
272 * configure.ac (pexecute): Set to the basename.
273 * configure: Regenerate.
274
93f36faa
MR
2752010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
276
277 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
278 corresponding stream has been opened.
279 (pex_free): Close pipe file descriptors corresponding to child's
280 stdout and stderr before waiting.
281
ec760bea
NC
2822010-08-13 Nick Clifton <nickc@redhat.com>
283
284 * argv.c (expandargv): Limit the number of times that response
285 files are opened in order to prevent infinite recursion.
286
79cf7628
PO
2872010-07-21 Pascal Obry <obry@adacore.com>
288
289 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
290
d414dde9
KW
2912010-07-06 Ken Werner <ken.werner@de.ibm.com>
292
293 * floatformat.c (floatformat_ieee_half_big): New variable.
294 (floatformat_ieee_half_little): Likewise.
295
1e913734
GP
2962010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
297
298 * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
299 Update copyright years.
300 Move to GFDL 1.3.
301
9c4d7e52
JJ
3022010-06-10 Jakub Jelinek <jakub@redhat.com>
303
304 PR other/43838
305 * cp-demangle.c (struct d_print_info): Add flush_count field.
306 (d_print_init): Initialize it to 0.
307 (d_print_flush): Increment it.
308 (d_print_comp): If needed flush before appending ", ". Only
309 decrement dpi->len if no flushes happened during the recursive
310 call.
311 * testsuite/demangle-expected: Add a test for this.
312
a9429e29
LB
3132010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
314
315 * splay-tree.c: Update copyright years.
316 (splay_tree_new_typed_alloc): New.
317 (splay_tree_new_with_allocator): Use it.
318
319 * hashtab.c: Update copyright years.
320 (htab_create_typed_alloc): New.
321 (htab_create_alloc): Use it.
322
323 * functions.texi: Regenerate.
324
c3f247f4
RW
3252010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
326 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
327
328 PR bootstrap/42798
329 * configure.ac: Check for declaration of 'basename(char *)'.
330 * configure: Regenerate.
331
3322010-05-26 Kai Tietz <kai.tietz@onevision.com>
a6766312
KT
333
334 * testsuite/demangle-expected: Add tests for __int128
335 and unsigned __int128 types.
336
14c2101d
JM
3372010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
338 Jason Merrill <jason@redhat.com>
339
340 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
341 (cplus_demangle_type): Handle nullptr.
342 * testsuite/demangle-expected: Test it.
343
3009276c
PA
3442010-04-23 Pedro Alves <pedro@codesourcery.com>
345
346 * lbasename.c (lbasename): Split into ...
347 (unix_lbasename, dos_basename): ... these.
348 (lbasename): ... and reimplement on top of them.
349 * Makefile.in (lbasename.o): Add dependency on
350 $(INCDIR)/filenames.h.
351
0bb8c134
JJ
3522010-04-07 Jakub Jelinek <jakub@redhat.com>
353
354 * regex.c (byte_re_match_2_internal): Avoid set but not used
355 warning.
356
ce30e6fd
JM
3572010-03-22 Jason Merrill <jason@redhat.com>
358
359 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
360
ef74edbd
RW
3612010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
362
363 * Makefile.in (all): Do not use exec.
364
2480e18f
TT
3652010-02-04 Tom Tromey <tromey@redhat.com>
366
367 * testsuite/demangle-expected: Add missing --format=gnu-v3.
368
abfe01ce
JM
3692010-02-03 Jason Merrill <jason@redhat.com>
370
f000c6a7
JM
371 * cp-demangle.c (d_expression): Handle dependent operator name.
372
abfe01ce
JM
373 PR c++/12909
374 * cp-demangle.c (d_number_component, d_vector_type): New.
375 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
376
79b754d4
ILT
3772010-01-25 Ian Lance Taylor <iant@google.com>
378
379 * cp-demangle.c (cplus_demangle_type): Check for invalid type
380 after "DF".
381 * testsuite/demangle-expected: Add test.
382
4d43dcde
JM
3832010-01-20 Jason Merrill <jason@redhat.com>
384
385 PR c++/42338
386 * cp-demangle.c (d_print_comp): Fix array index printing.
387
5b40c067
TG
3882010-01-11 Tristan Gingold <gingold@adacore.com>
389
390 * cplus-dem.c (ada_demangle): Remove prototype.
391 (grow_vect): Removed.
392 (ada_demangle): Rewritten.
393 (cplus_demangle): Fix indentation.
394 * testsuite/demangle-expected: Add tests for Ada.
395
9b2adcdb
L
3962010-01-09 Ian Lance Taylor <iant@google.com>
397
398 PR other/42230
399 * cp-demangle.c (d_demangle): Return dgs.alc on success.
400
ed945ad9
NI
4012010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
402
403 PR target/42316
404 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
405 * configure: Regenerate.
406
698861dc
DE
4072009-12-07 Doug Evans <dje@google.com>
408
409 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
410
59a8dc25
BE
4112009-11-26 Ben Elliston <bje@au.ibm.com>
412
413 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
414 * configure: Regenerate.
415
1dd2c57b
BE
4162009-11-25 Ben Elliston <bje@au.ibm.com>
417
418 * functions.texi: Rebuild.
419
f8766c93
MLI
4202009-11-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
421 Ben Elliston <bje@au.ibm.com>
422
423 * README: Mention changes to Makefile.in and functions.texi.
424 * gather-docs: Mention 'make stamp-functions' in the header.
425
5120dc38
BE
4262009-11-23 Ben Elliston <bje@au.ibm.com>
427 Ian Lance Taylor <iant@google.com>
428
429 * pex-unix.c (pex_child_error): Improve warning avoidance by
430 checking the results of write(3) and exiting with -2 if any write
431 returns a negative value.
432
d90a2c59
SW
4332009-11-22 Steve Ward <planet36@gmail.com>
434
435 * dyn-string.c (dyn_string_append_char): Fix typo in comment.
436
c22c44ba
BE
4372009-11-20 Ben Elliston <bje@au.ibm.com>
438
439 * pex-unix.c (pex_child_error): Define writeerr macro to avoid
440 unused result warnings from write(3) calls. Undefine writeerr
441 after all uses.
442
70277b30
DG
4432009-10-08 Daniel Gutson <dgutson@codesourcery.com>
444 Daniel Jacobowitz <dan@codesourcery.com>
445 Pedro Alves <pedro@codesourcery.com>
446
447 libiberty/
448 * argv.c (consume_whitespace): New function.
449 (only_whitespace): New function.
450 (buildargv): Always use ISSPACE by calling consume_whitespace.
451 (expandargv): Skip empty files. Do not stop at the first empty
452 argument (calling only_whitespace)..
453 * testsuite/test-expandargv.c: (test_data): Test empty lines
454 and empty arguments.
455 (run_tests): Fix false positives due to shorter arguments.
456
4578037e
MT
4572009-09-30 Martin Thuresson <martint@google.com>
458
459 * regex.c (byte_re_match_2_internal): Split declaration and
460 assignment to avoid -Wc++-compat warning due to goto.
461
d5f4eddd
JM
4622009-09-29 Jason Merrill <jason@redhat.com>
463
464 * Makefile.in: Enable demangle target.
465 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
466 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
467 (d_parmlist): Factor out from d_bare_function_type.
468 (d_compact_number): Factor out from d_template_param and d_expression.
469 (d_append_num): Factor out from d_print_comp.
470 (d_print_comp, d_print_mod_list): Handle lambdas.
471 * testsuite/demangle-expected: Add lambda tests.
472
31a9bec4 4732009-09-23 Matthew Gingell <gingell@adacore.com>
30b639a8
MG
474
475 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
476
bcf11ab4
OS
4772009-09-22 Ozkan Sezer <sezeroz@gmail.com>
478
479 * choose-temp.c: Include unistd.h for mingw targets.
480
50cb834f
RO
4812009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
482
483 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
484
384ed84d
TG
4852009-09-15 Tristan Gingold <gingold@adacore.com>
486
487 * config.h-vms (intptr_t): Define to compile hashtab.c
488
0e497905
OS
4892009-09-04 Ozkan Sezer <sezeroz@gmail.com>
490
491 PR target/39065
492 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
493 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
494 * config.in: Regenerated.
495 * configure: Regenerated.
496
2e3dac6f
OS
4972009-09-03 Ozkan Sezer <sezeroz@gmail.com>
498
499 PR target/39065
500 * configure.ac: Also check for intptr_t.
501 * config.h.in: Regenerated.
502 * configure: Regenerated.
503 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
504 instead of of long.
505
f071aaca
TG
5062009-09-02 Tristan Gingold <gingold@adacore.com>
507
508 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
509 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
510 dependencies. Remove unused FORMAT variable.
511 * configure.com: New file to create build.com DCL script for
512 Itanium VMS or Alpha VMS.
513
df58e648
RW
5142009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
515
516 * configure.ac (AC_PREREQ): Bump to 2.64.
517
2eba9355
L
5182009-08-23 H.J. Lu <hongjiu.lu@intel.com>
519
520 PR ld/10536
521 * Makefile.in (install-html-recursive): Removed.
522
5213506e
RW
5232009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
524
525 * config.in: Regenerate.
526 * configure: Regenerate.
527
6efbd53f
RW
5282009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
529
530 * Makefile.in (AUTOCONF, configure_deps): New variables.
531 ($(srcdir)/configure): New rule, active only in maintainer mode.
532
2958f4a2
DR
5332009-07-29 Douglas B Rupp <rupp@gnat.com>
534
535 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
536
b303ef51
DR
5372009-07-27 Douglas B Rupp <rupp@gnat.com>
538
539 * pex-unix.c (vfork): Remove VMS specific definition (get from header
540 file instead).
541 (to_ptr32): New function.
542 (pex_unix_exec_child): Use it.
543
330b922f
ILT
5442009-07-24 Ian Lance Taylor <iant@google.com>
545
546 PR bootstrap/40854
547 * crc32.c (xcrc32): Rename from crc32.
548
b524249c
ILT
5492009-07-24 Ian Lance Taylor <iant@google.com>
550
551 * crc32.c: New file.
552 * Makefile.in: Rebuild dependencies.
553 (CFILES): Add crc32.c.
554 (REQUIRED_OFILES): Add ./crc32.o.
555 * functions.texi: Rebuild.
556
23b1a789
JK
5572009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
560 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
561 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
562 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
563 (d_demangle_callback): The variable type is now declared as enum.
564 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
565
a46f975b
JJ
5662009-06-21 Jakub Jelinek <jakub@redhat.com>
567
568 * hashtab.c (htab_traverse): Don't call htab_expand for
569 nearly empty hashtabs with sizes 7, 13 or 31.
570
ee07afa0
NC
5712009-06-16 Nick Clifton <nickc@redhat.com>
572
573 PR 10197
574 * testsuite/test-demangle.c: Rename getline to get_line to avoid
575 conflicts with system function of the same name.
576
ec5c6f4a
EZ
5772009-05-30 Eli Zaretskii <eliz@gnu.org>
578
579 * snprintf.c: Doc fix.
580
581 * vsnprintf.c: Doc fix.
582
bb870b58
KT
5832009-05-29 Kai Tietz <kai.tietz@onevision.com>
584
585 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
586
4cfaf1ec
MM
5872009-05-29 Michael Matz <matz@suse.de>
588
589 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
590 out when forcing the minimum.
591 (fibheap_delete_node): Assert that we managed to force the minimum.
592
0d38b677
TG
5932009-05-25 Tristan Gingold <gingold@adacore.com>
594
595 * config.h-vms: Rewritten. Define configure macros.
596 Use DEC-C builtin alloca.
597
598 * makefile.vms (OBJS): Update list.
599 (OPT): New variable.
600 (CFLAGS): Update compilation flags.
601 (libiberty.olb): Do not depend on alloca-conf.h anymore.
602
7859dde7
ILT
6032009-05-19 Ian Lance Taylor <iant@google.com>
604 Ben Elliston <bje@au.ibm.com>
605
606 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
607 (cplus_demangle_fill_dtor): Likewise.
608
965cc3c3
JB
6092009-05-17 Julian Brown <julian@codesourcery.com>
610
611 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
612 standard handles (stdin, stdout, stderr) in parent.
613
6874160d
JB
6142009-04-29 Julian Brown <julian@codesourcery.com>
615
616 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
617 (pex_win32_exec_child): Ensure each process has only one handle open
618 on pipe endpoints. Close standard input after creating child for
619 symmetry with standard output/standard error.
620
ae2040df
EZ
6212009-04-25 Eli Zaretskii <eliz@gnu.org>
622
623 * Makefile.in (needed-list): Target removed (not used in GCC
624 3.0 and later). All references deleted.
625 (mostlyclean): Remove references to needed.awk and needed2.awk.
626
01459fb5
EZ
6272009-04-14 Eli Zaretskii <eliz@gnu.org>
628
629 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
630 existing and required library functions to with_target_subdir
631 section, so that the native build does detect them at configure
632 time.
633 * configure: Regenerated.
634
92c3e704
OS
6352009-04-13 Ozkan Sezer <sezeroz@gmail.com>
636
637 PR target/39397
638 * pex-common.h (struct pex_obj): Store pid values as pid_t,
639 not as long (members *children and (*wait))
640 * pex-common.c (pex_run_in_environment): Likewise.
641 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
642 returned pid value.
643 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
644 * pex-msdos.c (pex_msdos_wait): Likewise.
645
020e3d02
AP
6462009-04-07 Arnaud Patard <apatard@mandriva.com>
647
648 * libiberty/configure.ac: Fix Linux/MIPS matching rule.
649 * libiberty/configure: Regenerate.
650
b524249c 6512009-03-27 Ian Lance Taylor <iant@google.com>
5fbd9447
ILT
652
653 * memmem.c: New file, from gnulib.
654 * configure.ac: Add memmem to list of functions provided if they
655 are not available on the host.
656 * Makefile.in: Rebuild dependencies.
657 (CFILES): Add memmem.c.
658 (CONFIGURED_OFILES): Add memmem.o.
659 * configure, config.in, functions.texi: Rebuild.
660
6afcfe0a
JM
6612009-03-23 Jason Merrill <jason@redhat.com>
662
663 * cp-demangle.c (d_expression): Handle pack expansion.
664 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
665 (d_print_subexpr): Don't wrap function parms in ().
666 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
667 not finding a pack.
668
448545cb
JM
6692009-03-17 Jason Merrill <jason@redhat.com>
670
671 * cp-demangle.c (d_make_function_param): new fn.
672 (cplus_demangle_mangled_name): Work around abi v2 bug.
673 (d_expr_primary): Likewise.
674 (cplus_demangle_operators): Add alignof ops.
675 (d_expression): Handle function parameters and conversions
676 with other than 1 operand.
677 (d_print_comp): Handle function parameters. Fix bug with
678 function used in type of function.
79b754d4 679 * testsuite/demangle-expected: Update tests.
448545cb 680
8c9abf1f
MM
6812009-02-21 Mark Mitchell <mark@codesourcery.com>
682
683 * make-temp-file.c (<windows.h>): Include on Windows.
684 (choose_tmpdir): On Windows, use GetTempPath.
685
04f9f7b5
DK
6862009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
687
688 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
689 as it no longer shares libiberty object files.
690 * configure: Regenerated.
691
30471e01
JM
6922009-01-07 Jason Merrill <jason@redhat.com>
693
694 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
695
381009fe
BE
6962009-01-06 Ben Elliston <bje@au.ibm.com>
697
698 * cp-demangle.c (cplus_demangle_type): Return NULL if the
699 character following a 'D' cannot be recognised.
700
938e76ad
JM
7012008-12-18 Jason Merrill <jason@redhat.com>
702
703 PR c++/38561
704 * cp-demangle.c (d_expression, d_print_comp): Revert
705 cast changes.
706
a77f94e2
JM
7072008-12-17 Jason Merrill <jason@redhat.com>
708
709 * cp-demangle.c (d_expression): Handle rvalue stubs too.
710 [DEMANGLE_COMPONENT_CAST]: Update mangling.
711 (d_print_comp): Avoid extra ", " with empty template argument packs.
712 Remove handling for obsolete T() mangling.
713
07523e7c
JM
7142008-12-10 Jason Merrill <jason@redhat.com>
715
716 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
717 (d_print_comp, d_dump): Likewise.
718
b36c386c
DJ
7192008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
720
721 * Makefile.in (CPPFLAGS): Define.
722 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
723
269f1d98
PB
7242008-10-15 Paolo Bonzini <bonzini@gnu.org>
725
61b74e12 726 PR bootstrap/37137
269f1d98
PB
727 * Makefile.in (LIBCFLAGS): Remove.
728 (FLAGS_TO_PASS): Don't mention it.
729 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
730
0c9e8424
DE
7312008-10-08 David Edelsohn <edelsohn@gnu.org>
732
733 * xstrdup.c: Include <sys/types.h> after "config.h"
734
d208e2d2
JK
7352008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * configure.ac: Call AC_SYS_LARGEFILE.
738 * config.in: Regenerated.
739 * configure: Likewise.
740
38179091
JM
7412008-10-06 Jason Merrill <jason@redhat.com>
742
743 * cp-demangle.c (struct d_print_info): Add pack_index.
744 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
745 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
746 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
747 (cplus_demangle_builtin_types): Add char16/32_t.
748 (cplus_demangle_type): Recognize them.
749 (d_template_args): Handle empty argument packs.
750 (d_template_arg): Handle argument packs.
751 (d_expression): Handle dependent name.
752 (d_index_template_argument): New fn.
753 (d_lookup_template_argument): New fn.
754 (d_find_pack, d_pack_length): New fn.
755 (d_print_subexpr): Split out...
756 (d_print_comp): ...from here. Use d_*_template_argument.
757 Handle empty arg lists. Support pack expansions.
758 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
759
5a3d7e74
JM
7602008-09-09 Jason Merrill <jason@redhat.com>
761
762 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
763 (d_make_comp): Likewise.
764 (cplus_demangle_type): Handle decltype and DFP types.
765 (cplus_demangle_operators): Call operator takes 2 args.
766 (cplus_demangle_builtin_types): Add DFP types.
767 (d_exprlist): New fn.
768 (d_expression): Handle parm placeholders, T() and calls.
769 (d_print_comp): Handle decltype, T() and calls.
770 * testsuite/demangle-expected: Test the above.
771
98b45309
AL
7722008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
773
774 * pex-win32.c (argv_to_argc): New function.
775 (spawn_script): Duplicate argv before calling win32_spawn.
776
60ecfb1b
JJ
7772008-07-31 Jakub Jelinek <jakub@redhat.com>
778
779 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
780
a23eb008
DV
7812008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
782
783 * mkstemps.c (mkstemps): If open failed with errno other than
784 EEXIST, return immediately.
785 * make-temp-file.c: Include errno.h.
786 (make_temp_file): If mkstemps failed, print an error message
787 before aborting.
788
f59a2f55
RW
7892008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
790
791 * maint-tool (deps): Output config.h instead of stamp-h.
792 * Makefile.in: Rebuild deps.
793 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
794 Reverts 2007-07-11 change.
795
6819ba36
EB
7962008-06-19 Eric Blake <ebb9@byu.net>
797
798 Adjust strsignal to POSIX 200x prototype.
799 * strsignal.c (strsignal): Remove const.
800
18c04407
RW
8012008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
802
803 * configure: Regenerate.
804
6ccde948
RW
8052008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
806
807 * libiberty.texi: Expand TABs, drop indentation outside examples.
808 * obstacks.texi: Likewise.
809
951b54cc
AJ
8102008-04-21 Aurelien Jarno <aurelien@aurel32.net>
811
812 * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
813 * libiberty/configure: Regenerate.
814
b6baa67d
KVH
8152008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
816
817 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
818
deb984e6
PB
8192008-04-18 Paolo Bonzini <bonzini@gnu.org>
820
821 PR bootstrap/35457
822 * aclocal.m4: Add override.m4.
823 * configure: Regenerate.
824
eeda7b98
ILT
8252008-03-31 Ian Lance Taylor <iant@google.com>
826
827 * cp-demangle.c (d_substitution): Correct overflow check to avoid
828 -fstrict-overflow optimizations.
829
c91c9c2e
PB
8302008-03-27 Paolo Bonzini <bonzini@gnu.org>
831
832 * configure.ac (frags): Don't set, use frag instead.
833 (PICFLAG): Set here and substitute.
834 * Makefile.in (PICFLAG): Substitute from autoconf.
835 * configure: Regenerate.
836
598848e4
ILT
8372008-03-24 Ian Lance Taylor <iant@google.com>
838
839 * sha1.c: New file, from gnulib.
840 * Makefile.in: Rebuild dependencies.
841 (CFILES): Add sha1.c.
842 (REQUIRED_OFILES): Add sha1.o.
843
01b11940
DE
8442008-03-24 Doug Evans <dje@google.com>
845
846 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
847 return from strdup.
848
5a9340fd
SP
8492008-03-12 Seongbae Park <seongbae.park@gmail.com>
850
851 * cplus-dem.c (malloc, realloc): Use void * instead of char *
852 as return type.
853
73b38fce
NC
8542008-03-11 Nick Clifton <nickc@redhat.com>
855
856 * md5.c (md5_process_bytes): Do not assume that memcpy will
857 provide a return value.
858
5ff3a208
BE
8592008-02-19 Ben Elliston <bje@au.ibm.com>
860
861 PR other/12618
862 * testsuite/Makefile.in (mostlyclean): Remove any core file.
863
e5df4fb1
DD
8642008-01-26 David Daney <ddaney@avtrex.com>
865
866 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
867 DEMANGLE_COMPONENT_COMPOUND_NAME, and
868 DEMANGLE_COMPONENT_CHARACTER cases.
869 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
870 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
871 (d_make_character): New function.
872 (d_java_resource): Same.
873 (d_special_name): Handle "Gr" case.
874 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
875 DEMANGLE_COMPONENT_COMPOUND_NAME, and
876 DEMANGLE_COMPONENT_CHARACTER cases.
877 * testsuite/demangle-expected: Add test for java resource name
878 mangling.
879
62b445b3
TJB
8802008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
881
882 * cplus-dem.c (demangle_function_name): Changed to return value
883 indicating if a name was correctly demangled.
884 (iterate_demangle_function): Use demangle_function_name return
885 value.
886
daf6ff4c
MLI
8872008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
888
889 PR other/33768
890 * splay-tree.c (rotate_left): Fix minor typo in comment.
891 (rotate_right): Likewise.
892
983a6f8d
JM
8932007-11-12 Joseph Myers <joseph@codesourcery.com>
894
895 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
896 compiler warnings.
897 (floatformat_ibm_long_double): Use
898 floatformat_ibm_long_double_is_valid.
899
da59326f
JM
9002007-11-07 Joseph Myers <joseph@codesourcery.com>
901 Daniel Jacobowitz <dan@codesourcery.com>
902
903 * floatformat.c (mant_bits_set): New.
904 (floatformat_to_double): Use it. Note no special handling of
905 split formats.
906 (floatformat_from_double): Note no special handing of split
907 formats.
908 (floatformat_ibm_long_double_is_valid,
909 floatformat_ibm_long_double): New.
910 (floatformat_ieee_single_big, floatformat_ieee_single_little,
911 floatformat_ieee_double_big, floatformat_ieee_double_little,
912 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
913 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
914 floatformat_m68881_ext, floatformat_i960_ext,
915 floatformat_m88110_ext, floatformat_m88110_harris_ext,
916 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
917 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
918 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
919 for addition of split_half field.
920
48492bdf
TT
9212007-09-06 Tom Tromey <tromey@redhat.com>
922
923 * pexecute.txh (pex_free): Document process killing.
924
1ab28be5 9252007-08-31 Douglas Gregor <doug.gregor@gmail.com>
6819ba36 926
1ab28be5 927 * cp-demangle.c (d_dump): Handle
6819ba36 928 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1ab28be5
DG
929 (d_make_comp): Ditto.
930 (cplus_demangle_type): Ditto.
931 (d_print_comp): Ditto.
932 (d_print_mod): Ditto.
933 (d_print_function_type): Ditto.
934
1651030c
KT
9352007-08-24 Kai Tietz <kai.tietz@onevision.com>
936
937 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
938 * pex-djgpp.c: Likewise.
939 * pex-msdos.c: Likewise.
940 * pex-unix.c: Likewise.
941 * pex-win32.c: Likewise.
942
9c79ad8b
MS
9432007-08-17 Michael Snyder <msnyder@access-company.com>
944
945 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
946
fd83e387
MS
9472007-08-03 Michael Snyder <msnyder@access-company.com>
948
949 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
950 leak.
951
ac847e32
MS
9522007-07-31 Michael Snyder <msnyder@access-company.com>
953
954 * cp-demangle.c (d_print_comp): Guard against null.
955
f4f29b59
BE
9562007-07-25 Ben Elliston <bje@au.ibm.com>
957
958 * Makefile.in (CFILES): Remove ternary.c.
959 (REQUIRED_OFILES): Remove ./ternary.o.
960 (INSTALLED_HEADERS): Remove ternary.h.
961 (ternary.o): Remove.
962 * ternary.c: Remove.
963
f4e00f44
DD
9642007-07-23 DJ Delorie <dj@redhat.com>
965
966 * argv.c (writeargv): Fix typo in inline documentation.
967 * functions.texi: Regenerate.
968
6a9131e7
DD
9692007-07-17 DJ Delorie <dj@redhat.com>
970
971 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
972 gettimeofday entry.
973 * configure: Likewise.
974
0f3d38b6
AO
9752007-07-11 Alexandre Oliva <aoliva@redhat.com>
976
977 * maint-tool (deps): Output stamp-h instead of config.h.
978 * Makefile.in: Rebuild deps.
979 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
980
38bb3485
SB
9812007-07-02 Simon Baldwin <simonb@google.com>
982
983 * argv.c (writeargv): Removed declaration of unused variable.
984
aa2480c5
PB
9852007-06-14 Paolo Bonzini <bonzini@gnu.org>
986
987 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
988 * configure: Regenerate.
989
3bbd5a19
PB
9902007-06-14 Paolo Bonzini <bonzini@gnu.org>
991
992 * aclocal.m4: Include config/warnings.m4.
993 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
994 * configure: Regenerate.
995
abea993f
GK
9962007-06-07 Geoffrey Keating <geoffk@apple.com>
997
998 * configure.ac: Non-default multilibs can be cross compilations.
999 * configure: Regenerate
1000
2091ff66
NF
10012007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1002
1003 * argv.c (writeargv): New function.
1004
a2aa65f0
GK
10052007-05-05 Geoffrey Keating <geoffk@apple.com>
1006
1007 * cp-demangle.c (d_name): Detect local-source-name.
1008 (d_prefix): Likewise.
1009 (d_unqualified_name): Implement local-source-name.
1010
186c60ab
JB
10112007-05-03 Joel Brobecker <brobecker@adacore.com>
1012
1013 * filename_cmp.c: Replace include of ctype.h by include of
1014 safe-ctype.h.
1015 (filename_cmp): Use TOLOWER instead of tolower for conversions
1016 that are locale-independent.
1017 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
1018
017133fd
TN
10192007-04-11 Thomas Neumann tneumann@users.sourceforge.net
1020
1021 * argv.c: Use ANSI C declarations.
1022 * make-relative-prefix.c: Likewise.
1023
96a94ff4
JB
10242007-04-06 Joel Brobecker <brobecker@adacore.com>
1025
1026 * filename_cmp.c (filename_cmp): Improve documentation.
1027
320fc205
AS
10282007-04-02 Andreas Schwab <schwab@suse.de>
1029
1030 * filename_cmp.c: Include "config.h".
1031
cde515d9
JB
10322007-03-29 Joel Brobecker <brobecker@adacore.com>
1033
1034 * filename_cmp.c: New file.
1035 * Makefile.in (CFILES): Add filename_cmp.c.
1036 (REQUIRED_OFILES): Add filename_cmp.o
1037 (filename_cmp.o): New rule.
1038 * functions.texi: Regenerate.
1039
771904f1
GK
10402007-03-15 Geoffrey Keating <geoffk@apple.com>
1041
1042 * cp-demangle.c (d_encoding): Exit early on error.
1043 (d_pointer_to_member_type): Exit early if cplus_demangle_type
1044 returns NULL.
1045 (cplus_demangle_type): Likewise.
1046 * testsuite/demangle-expected: New testcase.
1047
267686a7
BM
10482007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1049
1050 * Makefile.in: Add install-pdf target as copied from
1051 automake v1.10 rules.
1052 * testsuite/Makefile.in: Add dummy install-pdf target.
1053
5f81370d 10542007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
6819ba36 1055 Eric Botcazou <ebotcazou@libertysurf.fr>
5f81370d
PB
1056
1057 PR other/16513
1058 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
1059 Install headers in multilib independent location.
1060
f86b57e4
DD
10612007-02-26 DJ Delorie <dj@redhat.com>
1062
1063 * configure.ac: add djgpp-specific results, so we don't have to
1064 link during a cross compilation.
1065 * configure: Regenerated.
6819ba36 1066
15b16eb5
RW
10672007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1068
1069 * hex.c: Fix typo.
1070 * choose-temp.c: Likewise.
1071 * functions.texi: Regenerate.
1072
7cf4c53d
VP
10732007-01-31 Vladimir Prus <vladimir@codesourcery.com>
1074
1075 * pex-common.h (struct pex_obj): New fields
6819ba36 1076 stderr_pipe and read_err.
7cf4c53d
VP
1077 * pex-common.c (pex_init_common): Initialize
1078 stderr_pipe.
1079 (pex_run_in_environment): Add error checking
1080 for PEX_STDERR_TO_PIPE. Create a pipe
1081 for stderr if necessary.
1082 (pex_read_err): New.
1083 (pex_free): Close read_err.
1084 * pexecute.txh: Document changes.
1085 * functions.texi: Regenerated.
1086
ae452ed1
BE
10872007-01-31 Ben Elliston <bje@au.ibm.com>
1088
1089 * strsignal.c (psignal): Change type of signo to int.
1090 * functions.texi: Regenerate.
1091
456cc5cf
SB
10922007-01-29 Simon Baldwin <simonb@google.com>
1093
1094 * cp-demangle.h (cplus_demangle_operators): External definition
1095 suppressed if not building for libstdc++.
1096 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
1097 to demangling, provides a malloc-less version of __cxa_demangle.
1098 (cplus_demangle_print_callback): Public callback version of
1099 cplus_demangle_print.
1100 (struct d_growable_string): New growable string structure.
1101 (d_growable_string_init): New function, provides support for
1102 growable strings separate from print info.
1103 (d_growable_string_resize): Likewise.
1104 (d_growable_string_append_buffer): Likewise.
1105 (d_growable_string_callback_adapter):): Likewise.
1106 (d_print_init): New print info initialization function.
1107 (d_print_error): Macro replace by inline function.
1108 (d_print_saw_error): Likewise.
1109 (d_append_char): Likewise.
1110 (d_append_buffer): Likewise.
1111 (d_append_string): New inline function, replaces the
1112 d_append_string_constant macro.
1113 (d_flush_buffer): New function, flushes buffer to callback.
1114 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
1115 for unsupported dynamic arrays replaced by alloca().
1116 (d_demangle): Return string length estimating removed.
1117 (d_dump): Moved error case handling from call site into function.
1118 (d_print_resize): Function removed.
1119 (d_print_append_char): Likewise.
1120 (d_print_append_buffer): Likewise.
1121 (d_print_error): Likewise.
1122 (d_print_comp): Added special case handling for Java arrays.
1123 (java_demangle_v3): Removed string post-processing for Java arrays,
1124 now replaced by special case handling in d_print_comp.
1125 (cplus_demangle_v3_callback): Augmented interface to demangling,
1126 provides a malloc-less version of cplus_demangle_v3.
1127 (java_demangle_v3_callback): Augmented interface to demangling,
1128 provides a malloc-less version of java_demangle_v3.
1129
7d37bf39
BE
11302007-01-12 Ben Elliston <bje@au.ibm.com>
1131
1a8e58a3
BE
1132 * pex-unix.c (writeerr): Cast write result to void.
1133
4d4f0164
BE
1134 * choose-temp.c (choose_temp_base): Check the result of the call
1135 to mktemp rather than testing the length of the modified string.
7d37bf39 1136
5165f125
GK
11372006-12-20 Geoffrey Keating <geoffk@apple.com>
1138
1139 * cp-demangle.h: Add comment explaining what to do to avoid
1140 overrunning string.
1141 (d_check_char): New.
1142 (d_next_char): Don't advance past trailing '\0'.
1143 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
1144 (d_nested_name): Likewise.
1145 (d_special_name): Likewise.
1146 (d_call_offset): Likewise.
1147 (d_function_type): Likewise.
1148 (d_array_type): Likewise.
1149 (d_pointer_to_member_type): Likewise.
1150 (d_template_param): Likewise.
1151 (d_template_args): Likewise.
1152 (d_template_arg): Likewise.
1153 (d_expr_primary): Likewise.
1154 (d_local_name): Likewise.
1155 (d_substitution): Likewise.
1156 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
1157 * testsuite/test-demangle.c: Include sys/mman.h.
1158 (MAP_ANONYMOUS): Define.
1159 (protect_end): New.
1160 (main): Use protect_end.
1161 * testsuite/demangle-expected: Add testcases for overrunning
1162 the end of the string.
1163
334737af 11642006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
6819ba36 1165 J"orn Rennecke <joern.rennecke@st.com>
334737af
AS
1166
1167 PR driver/29931
1168 * make-relative-prefix.c (make_relative_prefix_1): New function,
1169 broken out of make_relative_prefix. Make link resolution dependent
1170 on new parameter.
1171 (make_relative_prefix): Use make_relative_prefix_1.
1172 (make_relative_prefix_ignore_links): New function.
1173
e9903c67
VP
11742006-11-08 Vladimir Prus <vladimir@codesourcery.com>
1175
1176 * pex-win32.c (no_suffixes): Remove.
1177 (std_suffixes): Add "" as first element.
1178 (find_executable): Remove detection of already-present
1179 extension. Try all suffixes in std_suffixes.
6819ba36 1180
36b82060
JB
11812006-11-07 Julian Brown <julian@codesourcery.com>
1182
1183 * floatformat.c (get_field): Fix segfault with little-endian word
1184 order on 64-bit hosts.
1185 (put_field): Likewise.
1186 (min): Move definition.
1187
7445de0a
DS
11882006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
1189
1190 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
1191 (find_executable): Likewise.
1192 (win32_spawn): Cast alloca return to (char**).
1193 Replace malloc with XNEWVEC.
1194 bcopy.c (bcopy): Add explict casts in assignments.
1195
97977a91
BE
11962006-10-25 Ben Elliston <bje@au.ibm.com>
1197
1198 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
6819ba36 1199
b5422ad7
BM
12002006-10-10 Brooks Moses <bmoses@stanford.edu>
1201
1202 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
1203 * testsuite/Makefile.in: Added empty "pdf" target.
1204
53e3e587
ILT
12052006-09-22 Ian Lance Taylor <ian@airs.com>
1206
1207 PR other/29176
1208 * cp-demangle.c (d_substitution): Check for overflow when
1209 computing substitution index.
1210
70aec81b
CV
12112006-08-30 Corinna Vinschen <corinna@vinschen.de>
1212
1213 * configure.ac: Add case for Mingw as host.
1214 * configure: Regenerate.
1215
022d4166
ILT
12162006-08-27 Ian Lance Taylor <ian@airs.com>
1217
5317e1c7
ILT
1218 PR driver/27622
1219 * pex-common.h (struct pex_funcs): Add toclose parameter to
1220 exec_child field.
1221 * pex-common.c (pex_run_in_environment): Pass toclose to
1222 exec_child.
1223 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
1224 * pex-unix.c (pex_unix_exec_child): Likewise.
1225 * pex-msdos.c (pex_msdos_exec_child): Likewise.
1226 * pex-win32.c (pex_win32_exec_child): Likewise.
1227
022d4166
ILT
1228 PR other/28797
1229 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
1230 for a qualified member which is not a function.
1231 * testsuite/demangle-expected: Add test case.
1232
3050098b
JH
12332006-07-27 Jan Hubicka <jh@suse.cz>
1234
1235 PR rtl-optimization/28071
1236 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
1237 downsize the hashtable.
1238
706601d9
PG
12392006-07-04 Peter O'Gorman <peter@pogma.com>
1240
1241 * Makefile.in: chmod 644 before ranlib during install.
1242
239559e7
MS
12432006-06-02 Mark Shinwell <shinwell@codesourcery.com>
1244
1245 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
1246 to environ.
1247
ea60341e
MS
12482006-06-01 Mark Shinwell <shinwell@codesourcery.com>
1249
1250 * pex-common.c: New function pex_run_in_environment.
1251 * pex-common.h: Add environment parameter to exec_child.
1252 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
1253 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
1254 (pex_djgpp_exec_child): Pass environment to child process.
1255 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
1256 (pex_unix_exec_child): Pass environment to child process.
1257 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
1258 New function env_compare for comparing VAR=VALUE pairs.
1259 (win32_spawn): Assemble environment block and pass to CreateProcess.
1260 (spawn_script): Pass environment through to win32_spawn.
1261 (pex_win32_exec_child): Pass environment through to spawn_script and
1262 win32_spawn.
1263 * functions.texi: Regenerate.
1264 * pexecute.txh: Document pex_run_in_environment.
1265
8967e029
MS
12662006-05-28 Mark Shinwell <shinwell@codesourcery.com>
1267
1268 * mkstemps.c: Open temporary files in binary mode.
1269
824bceb0
AB
12702006-05-12 Anton Blanchard <anton@samba.org>
1271
1272 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
1273 hold "int%u_t".
1274
9fff6432
JB
12752006-04-24 Julian Brown <julian@codesourcery.com>
1276
1277 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
1278
8eff378c
JB
12792006-03-29 Jim Blandy <jimb@codesourcery.com>
1280
f33a23a0 1281 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
8eff378c
JB
1282 (pex_init_common): Initialize obj->input_file.
1283 (pex_run): Close any file opened by pex_input_file.
f33a23a0
AP
1284 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
1285 * pex-common.h (struct pex_obj): New field input_file.
8eff378c 1286 (struct pex_funcs): New function ptr fdopenw.
f33a23a0
AP
1287 * pex-unix.c (pex_unix_fdopenw): New function.
1288 (funcs): List it as our fdopenw function.
1289 * pex-win32.c (pex_win32_fdopenw): New function.
1290 (funcs): List it as our fdopenw function.
1291 * pex-djgpp.c (funcs): Leave fdopenw null.
1292 * pex-msdos (funcs): Same.
1293 * functions.texi: Regenerated.
8eff378c 1294
5ea49f9c
JB
12952006-04-10 Jim Blandy <jimb@codesourcery.com>
1296
1297 * pex-common.c (temp_file): New function, containing guts of
1298 pex-style temporary file name generation.
1299 (pex_run): Use it.
1300
cf61af07
CD
13012006-04-06 Carlos O'Donell <carlos@codesourcery.com>
1302
1303 * Makefile.in: Add install-html, install-html-am, and
6819ba36
EB
1304 install-html-recursive targets. Define mkdir_p and
1305 NORMAL_INSTALL.
cf61af07
CD
1306 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
1307 * configure: Regenerate.
1308 * testsuite/Makefile.in: Add install-html and html targets.
1309
bd9e7c5c
MM
13102006-03-31 Mark Mitchell <mark@codesourcery.com>
1311
1312 * pex-win32.c (<errno.h>): Include.
1313 (fix_argv): Remove.
1314 (argv_to_cmdline): New function.
1315 (std_suffixes): New variable.
1316 (no_suffixes): Likewise.
1317 (find_executable): New function.
1318 (win32_spawn): Likewise.
1319 (spawn_script): Use win32_spawn instead of _spawnv[p].
1320 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
1321 (pex_win32_wait): Likewise.
1322
58df1c41
JB
13232006-03-24 Jim Blandy <jimb@codesourcery.com>
1324
1325 * pex-common.c (pex_run): Simplify output name handling.
1326
7d898fa2
JB
13272006-03-12 Jim Blandy <jimb@red-bean.com>
1328
1329 * pex-common.h (struct pex_obj): Doc fixes.
1330
ddbbee51
JB
13312006-03-11 Jim Blandy <jimb@red-bean.com>
1332
1333 * functions.texi: Regenerate.
1334
f49712d8
BE
13352006-02-21 Ben Elliston <bje@au.ibm.com>
1336
1337 * pexecute.c (pwait): Syntax fix for previous change.
1338
8f629dc5
UP
13392006-02-17 Uttam Pawar <uttamp@us.ibm.com>
1340
1341 * pexecute.c (pwait): Free vector pointer.
1342 * partition.c (partition_print): Free class_elements pointer.
1343
12c61ac3
RS
13442006-02-11 Roger Sayle <roger@eyesopen.com>
1345 R. Scott Bailey <scott.bailey@eds.com>
1346 Bill Northcott <w.northcott@unsw.edu.au>
1347
1348 PR bootstrap/16787
1349 * floatformat.c: Include <float.h> where available.
1350 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
1351
e8f9ec35
GDR
13522006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1353
1354 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
6819ba36 1355 supported.
e8f9ec35
GDR
1356 * configure: Regenerated.
1357
974c2c56
CD
13582006-01-20 Carlos O'Donell <carlos@codesourcery.com>
1359
1360 * testsuite/Makefile.in: Add test-expandargv test.
1361 * testsuite/test-expandargv.c: New test.
1362 * argv.c (expandargv): Check for errors with ferror,
1363 rather than just by looking at return value from fread.
1364
573b07c7
GDR
13652005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
1366
1367 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
1368 to convert from "from".
1369 (floatformat_to_double): Likewise.
1370 (floatformat_from_double): Use explicit cast to convert from "to".
1371
92aed1cb
TL
13722005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1373
1374 PR java/9861
1375 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
1376 and include return type when found.
1377 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
1378 conditional logic to change printing order of return type.when
1379 the DMGL_RET_POSTFIX option is present.
1380 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
1381 call.
1382 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
1383 * testsuite/demangle-expected: Test cases to verify extended encoding.
1384 Updated comment to document --ret-postfix option.
6819ba36 1385
73a08f87
RG
13862005-11-06 Richard Guenther <rguenther@suse.de>
1387
1388 * splay-tree.c (rotate_left): New function.
1389 (rotate_right): Likewise.
1390 (splay_tree_splay_helper): Remove.
1391 (splay_tree_splay): Re-implement.
1392
0432a5de
MK
13932005-10-31 Mark Kettenis <kettenis@gnu.org>
1394
1395 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
1396 New variables.
1397
cb120852
MM
13982005-10-07 Mark Mitchell <mark@codesourcery.com>
1399
1400 * at-file.texi: Fix typo.
1401
36dd6d31
MM
14022005-10-03 Mark Mitchell <mark@codesourcery.com>
1403
1404 * at-file.texi: New file.
1405
affbb54a
MM
14062005-09-27 Mark Mitchell <mark@codesourcery.com>
1407
1408 * argv.c (expandargv): Do not use xmalloc_failed.
1409
97393d0a
MM
14102005-09-26 Mark Mitchell <mark@codesourcery.com>
1411
1412 * argv.c (safe-ctype.h): Include it.
1413 (ISBLANK): Remove.
1414 (stdio.h): Include.
1415 (buildargv): Use ISSPACE instead of ISBLANK.
1416 (expandargv): New function.
240921b9 1417 * Makefile.in: Regenerated.
97393d0a 1418
0d676b85
CF
14192005-09-14 Christopher Faylor <cgf@timesys.com>
1420
1421 * pex-win32.c: Include "windows.h".
1422 (backslashify): New function.
1423 (fix_argv): Use backslashify to convert path to windows format.
1424 Allocate one more place in new argv for potential executable from '#!'
1425 parsing.
1426 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
1427 (openkey): Ditto.
1428 (mingw_rootify): Ditto.
1429 (msys_rootify): Ditto.
1430 (spawn_script): New function.
1431 (pex_win32_exec_child): Save translated argv in newargv. Pass to
1432 spawn_script if spawnv* fails.
1433 (main): New function. Conditional on MAIN. Useful for testing.
1434
e89b6c1c
MK
14352005-08-17 Mark Kettenis <kettenis@gnu.org>
1436
1437 * floatformat.c (floatformat_always_valid): Change type of last
1438 argument to `void *'.
1439 (floatformat_i387_ext_is_valid): Likewise.
1440 (floatformat_to_double): Change type of second argument to `const
1441 void *'.
1442 (floatformat_from_double): Change type of last argument to `void
1443 *'.
1444 (floatformat_is_valid): Change type of last argument to `const
1445 void *'.
1446 (ieee_test): Remove redundant casts.
1447
0cbe2a68
KC
14482005-08-17 Kelley Cook <kcook@gcc.gnu.org>
1449
1450 * strverscmp.c: Update FSF address.
1451 * testsuite/Makefile.in: Likewise.
1452 * testsuite/test-demangle.c: Likewise.
1453 * testsuite/test-pexecute.c: Likewise.
1454
ca1cc111
KG
14552005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1456
1457 * getopt.c: Include ansidecl.h before system headers.
1458
f4f94d6b
BE
14592005-07-22 Ben Elliston <bje@gnu.org>
1460
1461 * getopt.c: Include "ansidecl.h".
1462 (_getopt_initialize): Mark argc and argv parameters as unused.
1463
8cfb7ab7
BE
14642005-07-22 Ben Elliston <bje@gnu.org>
1465
1466 * regex.c (regcomp): Change type of `i' from unsigned to int.
1467
b4db223f
BE
14682005-07-22 Ben Elliston <bje@gnu.org>
1469
1470 Recover patch lost in the sourceware repository:
1471 2005-07-09 Ben Elliston <bje@au.ibm.com>
1472 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
1473 * memmove.c: Likewise.
1474 * objalloc.c: Likewise.
1475
8b82b724
BE
14762005-07-22 Ben Elliston <bje@gnu.org>
1477
1478 * configure.ac: Check for a getopt(3) declaration.
1479 * configure, config.in: Regenerate.
1480
7c22afcb
BE
14812005-07-15 Ben Elliston <bje@au.ibm.com>
1482
1483 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
1484
72f93778
BE
14852005-07-12 Ben Elliston <bje@au.ibm.com>
1486
1487 * floatformat.c (floatformat_to_double): Add a comment about a
1488 potential source of warnings when compiling this file.
1489
6c5844d2
BE
14902005-07-12 Ben Elliston <bje@au.ibm.com>
1491
1492 * pexecute.c (pexecute): Cast string litrals to char *.
1493 * regex.c (re_comp): Cast a call to gettext() to char *.
1494
769b009e
KC
14952005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1496
1497 * config.table: Delete file. Move former contents into ...
1498 * configure.ac: ... here and escape any brackets for m4.
1499 * Makefile.in (config.status): Remove dependency on config.table.
1500 * configure: Regenerate.
1501
f379ddd1
KC
15022005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1503
1504 * config.in: Regenerate for 6/20 change.
1505
6cbfa10e
SE
15062005-07-03 Steve Ellcey <sje@cup.hp.com>
1507
1508 PR other/13906
1509 * md5.c (md5_process_bytes): Check alignment.
1510
8c7262af
ILT
15112005-07-01 Ian Lance Taylor <ian@airs.com>
1512
1513 PR other/22268
1514 * cp-demangle.c (d_expr_primary): Don't run off the end of the
1515 string while looking for the end of a literal value.
1516 * testsuite/demangle-expected: Add test case.
1517
a3648cfc
DB
15182005-06-30 Daniel Berlin <dberlin@dberlin.org>
1519
1520 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
6819ba36 1521 (DELETED_ENTRY): Ditto.
a3648cfc 1522
83fbfe42
GK
15232005-06-20 Geoffrey Keating <geoffk@apple.com>
1524
1525 * strverscmp.c: New.
1526 * Makefile.in (CFILES): Add strverscmp.c.
1527 (CONFIGURED_OFILES): Add strverscmp.o.
1528 (strverscmp.o): New rule.
1529 (stamp-functions): Add $(srcdir) to files in source directory.
1530 * configure.ac (funcs): Add strverscmp.
1531 (AC_CHECK_FUNCS): Add strverscmp.
1532 * configure: Regenerate.
1533 * functions.texi: Regenerate.
1534
ddcf783b
EZ
15352005-05-28 Eli Zaretskii <eliz@gnu.org>
1536
1537 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
1538 * config.in, configure: Regenerate.
1539
15da2806
RH
15402005-05-25 Richard Henderson <rth@redhat.com>
1541
1542 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
1543 (d_make_comp, d_print_comp): Likewise.
1544 (d_special_name): Generate one.
1545 * testsuite/demangle-expected: Add a hidden alias test.
1546
d7cf8390
GDR
15472005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1548
1549 * configure.ac: Check declarations for calloc(), getenv(),
ddcf783b 1550 malloc(), realloc() and sbrk().
d7cf8390
GDR
1551 * config.in: Regenerate.
1552 * configure: Likewise.
1553
1554 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
1555 instead of xmalloc.
1556 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
1557 * concat.c (liiberty_concat_ptr): Surround definition with an
1558 extern "C" block, if __cplusplus.
1559 (concat): Use XNEWVEC instead of xmalloc.
1560 (reconcat): Likewise.
1561 * cp-demangle.c (struct d_print_template): Rename member
ddcf783b 1562 "template" to "template_decl". Adjust use throughout the file.
d7cf8390
GDR
1563 (d_print_resize): Properly cast return value of realloc().
1564 (cplus_demangle_print): Same for malloc().
1565 (d_demangle): Likewise.
1566 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
1567 "typename" to "type_name".
1568 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
1569 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
1570 (demangle_template_value_parm): Likewise.
1571 (demangle_template): Likewise.
1572 (recursively_demangle): Likewise.
1573 (do_hpacc_template_literal): Likewise.
1574 (do_arg): Likewise.
1575 (remember_type): Likewise.
1576 (remember_Ktype): Likewise.
1577 (register_Btype): Likewise.
1578 (string_need): Use XRESIZEVEC instead of xrealloc().
1579 * dyn-string.c (dyn_string_init): Use XNEWVEC.
1580 (dyn_string_new): Use XNEW.
1581 (dyn_string_resize): Use XRESIZEVEC.
1582 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
1583 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
1584 Otherwise include <stdlib.h>.
1585 (exchange): Cast return value of malloc().
1586 * hashtab.c (htab_size): Define as both macro and non-inline
1587 function.
1588 (htab_elements): Likewise.
1589 * getpwd.c (getpwd): Use XNEWVEC.
1590 (htab_create_alloc_ex): Use C90 prototype-style.
1591 * lrealpath.c (lrealpath): Appropriately cast return value of
ddcf783b 1592 malloc().
d7cf8390
GDR
1593 * make-relative-prefix.c (save_string): Likewise.
1594 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
1595 the file.
1596 (choose_tmpdir): Use XNEWVEC.
1597 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
1598 * pex-common.c (pex_init_common): Use XNEW.
1599 (pex_add_remove): Use XRESIZEVEC.
1600 (pex_run): Likewise.
1601 (pex_get_status_and_time): Likewise.
1602 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
1603 * pex-msdos.c (pex_init): Use XNEW.
1604 (pex_msdos_exec_child): Likewise.
1605 (pex_msdos_exec_child): Use XRESIZEVEC.
1606 * pex-unix.c (pex_wait): Use XNEW.
1607 * pex-win32.c (fix_argv): Use XNEWVEC.
1608 * pexecute.c (pwait): Likewise.
1609 * setenv.c (setenv): Properly cast return value of malloc().
1610 * sigsetmask.c (sigsetmask): Rename local variables "old" and
1611 "new" to "old_sig" and "new_sig".
1612 * sort.c (main): Use XNEWVEC.
1613 * spaces.c (spaces): Cast return value of malloc().
1614 * strndup.c (strndup): Likewise.
1615 * ternary.c (ternary_insert): Use XNEW.
1616 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
1617 with an extern "C" block if __cplusplus.
1618 * xstrdup.c (xstrdup): Cast return value of memcpy().
1619 * xstrerror.c (strerror): Enclose declaration in an extern "C"
1620 block if __cplusplus.
1621 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
1622
99e4078f
AJ
16232005-05-16 Andreas Jaeger <aj@suse.de>
1624
1625 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
1626 that it's only declared if needed.
1627
1628 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
1629 defined.
1630
766643be
AJ
16312005-05-15 Andreas Jaeger <aj@suse.de>
1632
1633 * functions.texi: Regenerated.
1634
2b836651
EZ
16352005-05-15 Eli Zaretskii <eliz@gnu.org>
1636
1637 * pexecute.txh: Enclose multi-word data types in @deftypefn in
1638 braces. Minor wording fixes. Use --- for em-dash. Use
1639 @enumerate in enumerated lists.
1640
d842a495
AJ
1641 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
1642 braces.
1643
5db1c531
EZ
16442005-05-11 Eli Zaretskii <eliz@gnu.org>
1645
1646 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
1647 sys/stat.h.
1648 (pex_init): Fix last argument to pex_init_common.
1649 (pex_djgpp_exec_child): Remove leading underscore from _open,
1650 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
1651 which is undeclared, with `executable', which was unused. Remove
1652 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
1653 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
1654
bd7d50f8
PB
16552005-05-11 Paul Brook <paul@codesourcery.com>
1656
1657 * Makefile.in: Regenerate dependencies.
1658
ee58dffd
NC
16592005-05-10 Nick Clifton <nickc@redhat.com>
1660
1661 * Update the address and phone number of the FSF organization in
1662 the GPL notices in the following files:
1663 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
1664 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
1665 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
1666 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
1667 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
1668 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
1669 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
1670 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
1671 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
1672 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
1673 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
1674 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
1675 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
1676
c1300f45
KC
16772005-05-06 Kelley Cook <kcook@gcc.gnu.org>
1678
1679 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
1680 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
1681 * configure: Regenerate.
1682
fbc1bc09
KC
16832005-05-06 Kelley Cook <kcook@gcc.gnu.org>
1684
1685 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
1686 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
1687 * aclocal.m4: Don't include accross.m4.
1688 * configure, config.in: Regenerate.
1689
32e82bd8
KG
16902005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1691
1692 * fopen_unlocked.c (unlock_std_streams): New.
2b836651 1693
32e82bd8
KG
1694 * functions.texi: Regenerate.
1695
6feaa084
KG
16962005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1697
1698 * fopen_unlocked.c (unlock_stream): New.
1699 Consolidate unlocking code into a helper function.
1700
1701 * functions.texi: Regenerate.
1702
3c60ae5a
GDR
17032005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
1704
1705 * asprintf.c: Include config.h.
1706 * basename.c: Likewise.
1707 * fdmatch.c: Likewise.
1708 * hex.c: Likewise.
1709 * lbasename.c: Likewise.
1710 * spaces.c: Likewise.
1711 * xatexit.c:Likewise.
2b836651 1712 * configure.ac: Do check declarations for basename, ffs, asprintf
3c60ae5a
GDR
1713 and vasprintf for real.
1714 * configure: Regenerate.
1715
0e0af50b
GDR
17162005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
1717
2b836651 1718 * argv.c (dupargv): Allocate space of argv[argc], not
fec02a2d 1719 sizeof(char *) of that amount. Cast result to char *.
0e0af50b 1720
4cf88ac3
GDR
17212005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
1722
1723 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
2b836651 1724 Replace not with negate.
4cf88ac3 1725
1ff7682c
GDR
17262005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
1727
1728 * configure.ac: Check declarations for basename, ffs, asprintf,
1729 vasprintf.
1730 * configure: Regenerate.
1731 * config.in: Likewise.
1732
78a7dc90
KG
17332005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1734
1735 * Makefile.in (CFILES): Add fopen_unlocked.c.
1736 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
1737 Regenerate dependencies.
1738
1739 * configure.ac: Check for stdio_ext.h and __fsetlocking.
1740
1741 * fopen_unlocked.c: New file.
1742
1743 * functions.texi, configure, config.in: Regenerate.
1744
2f84c996
ILT
17452005-04-04 Ian Lance Taylor <ian@airs.com>
1746
1747 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
1748 declaration before statement.
1749
f9a9ac80
KG
17502005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1751
29138797
KG
1752 * bcmp.c: Fix warnings and implement using memcmp.
1753 * bcopy.c: Fix warnings.
1754 * bzero.c: Fix warnings and implement using memset.
1755
f9a9ac80
KG
1756 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
1757 -Wstrict-prototypes.
1758 * configure, config.in: Regenerate.
1759
1760 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
1761 warnings and reconcile interfaces with relevant standards.
1762
23ea4f4a
ILT
17632005-04-02 Ian Lance Taylor <ian@airs.com>
1764
1765 * cp-demangle.c: Update copyright.
1766
1e3a2100
JM
17672005-03-31 Joseph S. Myers <joseph@codesourcery.com>
1768
1769 * gettimeofday.c: Add "Supplemental" to @deftypefn.
1770 * functions.texi: Regenerate.
1771
a584cf65
ILT
17722005-03-28 Ian Lance Taylor <ian@airs.com>
1773
1774 * pex-common.c: New file.
1775 * pex-one.c: New file.
1776 * pexecute.c: New file.
1777 * pex-common.h: Include <stdio.h>.
1778 (struct pex_obj): Define.
1779 (struct pex_funcs): Define.
1780 (pex_init_common): Declare.
1781 * pex-unix.c: Rewrite.
1782 * pex-win32.c: Rewrite.
1783 * pex-djgpp.c: Rewrite.
1784 * pex-msdos.c: Rewrite.
1785 * testsuite/text-pexecute.c: New file.
1786 * pexecute.txh: Rewrite.
1787 * configure.ac: Check for wait3 and wait4. Set CHECK to
1788 really-check rather than check-cplus-dem.
1789 * functions.texi: Rebuild.
1790 * Makefile.in: Rebuild dependencies.
1791 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
1792 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
1793 * testsuite/Makefile.in (really-check): New target.
1794 (check-pexecute, test-pexecute): New targets.
1795 * configure: Rebuild.
1796
93764b5b 17972005-03-28 Mark Kettenis <kettenis@gnu.org>
2b836651 1798
93764b5b
MK
1799 * unlink-if-ordinary.c: Include <sys/types.h>.
1800
93079c81
GDR
18012005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1802
1803 Convert libiberty to use ISO C prototype style 7/n.
1804 * regex.c (PARAMS): Remove definition.
1805 (PREFIX): Unconditionaly define using ISO C ## operator.
2b836651 1806 (init_syntax_once, extract_number, extract_number_and_incr,
93079c81 1807 print_fastmap, print_partial_compiled_pattern,
2b836651 1808 print_compiled_pattern, print_double_string, printchar,
93079c81
GDR
1809 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
1810 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
2b836651
EZ
1811 at_begline_loc_p, at_endline_p, group_in_compile_stack,
1812 insert_space, wcs_compile_range, byte_compile_range,
1813 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
1814 re_set_registers, re_search, re_search_2, re_search_3, re_match,
93079c81
GDR
1815 re_match_2, count_mbs_length, wcs_re_match_2_internal,
1816 byte_re_match_2_internal, group_match_null_string_p,
1817 alt_match_null_string_p, common_op_match_null_string_p,
2b836651 1818 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
93079c81
GDR
1819 regexec, regerror, regfree): Use ISO C prototype style.
1820 * partition.c: (elem_compare): Likewise.
1821 * cp-demangle.c (print_usage): Likewise.
1822
885f2199
GDR
18232005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1824
1825 Convert libiberty to use ISO C prototype style 5/n.
1826 * random.c (srandom, initstate, setstate, random): Use ISO C
2b836651 1827 prototypes.
885f2199
GDR
1828 * putenv.c (putenv): Likewise.
1829 * physmem.c (physmem_available, physmem_total, main): Likewise.
1830 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
1831 * pex-unix.c (pexecute, pwait): Likewise.
1832 * pex-msdos.c (pexecute, pwait): Likewise.
1833 * pex-djgpp.c (pexecute, pwait): Likewise.
2b836651 1834 * partition.c (partition_new, partition_delete, partition_union)
885f2199 1835 (elem_compare, partition_print): Likewise.
2b836651
EZ
1836 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
1837 _obstack_allocated_p, _obstack_free, obstack_free,
885f2199
GDR
1838 _obstack_memory_used, print_and_abort, obstack_next_free,
1839 obstack_object_size, obstack_base): Likewise. Remove codes
1840 predicated on !defined(__STDC__).
2b836651 1841 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
885f2199
GDR
1842 objalloc_free_block): Use ISO C prototypes.
1843 * mkstemps.c (mkstemps): Likewise.
1844 * memset.c (memset): Likewise.
1845 * mempcpy.c (mempcpy): Likewise.
1846 * rename.c (rename): Likewise.
1847 * rindex.c (rindex): Likewise.
1848 * setenv.c (setenv, unsetenv): Likewise.
1849 * sigsetmask.c (sigsetmask): Likewise.
1850 * snprintf.c (snprintf): Likewise.
2b836651 1851 * sort.c (sort_pointers, xmalloc): Likewise.
885f2199 1852 * spaces.c (spaces): Likewise.
2b836651
EZ
1853 * splay-tree.c (splay_tree_delete_helper,
1854 splay_tree_splay_helper, splay_tree_splay,
885f2199 1855 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
2b836651 1856 splay_tree_new, splay_tree_xmalloc_allocate,
885f2199 1857 splay_tree_new_with_allocator, splay_tree_delete,
2b836651
EZ
1858 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
1859 splay_tree_max, splay_tree_min, splay_tree_predecessor,
1860 splay_tree_successor, splay_tree_foreach,
885f2199
GDR
1861 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
1862 * stpcpy.c (stpcpy): Likewise.
1863 * stpncpy.c (stpncpy): Likewise.
1864 * strcasecmp.c (strcasecmp): Likewise.
1865 * strchr.c (strchr): Likewise.
1866 * strdup.c (strdup): Likewise.
1867
7a17ef5e
GDR
18682005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1869
1870 Convert libiberty to use ISO C prototype style 6/n.
2b836651 1871 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
7a17ef5e
GDR
1872 strtoerrno, main): Use ISO C prototype style.
1873 * strncasecmp.c (strncasecmp): Likewise.
1874 * strncmp.c (strncmp): Likewise.
1875 * strndup.c (strndup): Likewise.
1876 * strrchr.c (strrchr): Likewise.
2b836651 1877 * strsignal.c (init_signal_tables, signo_max, strsignal,
7a17ef5e
GDR
1878 strsigno, strtosigno, psignal, main): Likewise.
1879 * strstr.c (strstr): Likewise.
1880 * strtod.c (strtod, atof): Likewise.
1881 * strtol.c (strtol): Likewise.
1882 * strtoul.c (strtoul): Likewise.
2b836651 1883 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
7a17ef5e
GDR
1884 ternary_recursivesearch): Likewise.
1885 * tmpnam.c (tmpnam): Likewise.
1886 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
1887 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
1888 * vfork.c (vfork): Likewise.
1889 * vfprintf.c (vfprintf): Likewise.
1890 * vprintf.c (vprintf): Likewise.
1891 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
1892 * vsprintf.c (vsprintf): Likewise.
1893 * waitpid.c (waitpid): Likewise.
1894 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
1895 * xexit.c (xexit): Likewise.
2b836651 1896 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
7a17ef5e
GDR
1897 xcalloc, xrealloc): Likewise.
1898 * xmemdup.c (xmemdup): Likewise.
1899 * xstrdup.c (xstrdup): Likewise.
1900 * xstrerror.c (xstrerror): Likewise.
1901 * xstrndup.c (xstrndup): Likewise.
1902
1134b11d
AJ
19032005-03-27 Andreas Jaeger <aj@suse.de>
1904
1905 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
1906 flags.
1907 * configure: Regenerated.
1908
e78410c1
GDR
19092005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1910
1911 * getopt1.c (getopt_long_only): Fix thinko.
1912
6da879de
GDR
19132005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1914
1915 Convert libiberty to use ISO C prototype style 4/n.
1134b11d
AJ
1916 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
1917 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
1918 htab_create_alloc, htab_set_functions_ex, htab_create,
1919 htab_try_create, htab_delete, htab_empty,
1920 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
1921 htab_find, htab_find_slot_with_hash, htab_find_slot,
1922 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
1923 htab_traverse_noresize, htab_traverse, htab_collisions,
6da879de
GDR
1924 htab_hash_string, iterative_hash): Use ISO C prototype.
1925 * hex.c (hex_init): Likewise.
1926 * index.c (index): Likewise.
1134b11d 1927 * insque.c (insque, remque): Likewise.
6da879de
GDR
1928 * lbasename.c (lbasename): Likewise.
1929 * lrealpath.c (lrealpath): Likewise.
1134b11d 1930 * make-relative-prefix.c (save_string, split_directories,
6da879de 1931 free_split_directories, make_relative_prefix): Likewise.
1134b11d
AJ
1932 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
1933 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
6da879de
GDR
1934 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
1935 * memchr.c (memchr): Likewise.
1936 * memcpy.c (memcpy): Likewise.
1937 * memmove.c (memmove): Likewise.
1938 * gettimeofday.c (gettimeofday): Likewise.
1939 * getruntime.c (get_run_time): Likewise.
1940 * getpwd.c (getpwd, getpwd): Likewise.
1941 * getpagesize.c (getpagesize): Likewise.
1942 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
1134b11d 1943 * getopt.c (my_index, exchange, _getopt_initialize,
6da879de
GDR
1944 _getopt_internal, getopt, main): Likewise.
1945 * getcwd.c (getcwd): Likewise.
1946 * fnmatch.c (fnmatch): Likewise.
1134b11d
AJ
1947 * floatformat.c (floatformat_always_valid,
1948 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
1949 put_field, floatformat_from_double, floatformat_is_valid,
6da879de 1950 ieee_test, main): Likewise.
1134b11d
AJ
1951 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
1952 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
1953 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
1954 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
1955 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
1956 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
1957 fibheap_link, fibheap_cut, fibheap_cascading_cut,
6da879de
GDR
1958 fibnode_insert_after, fibnode_remove): Likewise.
1959 * ffs.c (ffs): Likewise.
1960 * fdmatch.c (fdmatch): Likewise.
1134b11d
AJ
1961 * dyn-string.c (dyn_string_init, dyn_string_new,
1962 dyn_string_delete, dyn_string_release, dyn_string_resize,
1963 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
1964 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
1965 dyn_string_insert_cstr, dyn_string_insert_char,
1966 dyn_string_append, dyn_string_append_cstr,
6da879de 1967 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
1134b11d 1968 Likewise.
6da879de 1969
500d7701
GDR
19702005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1971
1972 Convert libiberty to use ISO C prototype style 3/n.
1134b11d
AJ
1973 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
1974 consume_count_with_underscores, code_for_qualifier,
1975 qualifier_string, demangle_qualifier, cplus_demangle_opname,
1976 cplus_mangle_opname, cplus_demangle_set_style,
1977 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
500d7701 1978 ada_demangle, internal_cplus_demangle, squangle_mop_up,
1134b11d
AJ
1979 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
1980 delete_work_stuff, mop_up, demangle_signature,
1981 demangle_method_args, demangle_template_template_parm,
1982 demangle_expression, demangle_integral_value,
1983 demangle_real_value, demangle_template_value_parm,
1984 demangle_template, arm_pt, demangle_arm_hp_template,
1985 demangle_class_name, demangle_class, iterate_demangle_function,
1986 demangle_prefix, gnu_special, recursively_demangle, arm_special,
1987 demangle_qualified, get_count, do_type, demangle_fund_type,
1988 do_hpacc_template_const_value, do_hpacc_template_literal,
1989 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
1990 register_Btype, remember_Btype, forget_B_and_K_types,
1991 forget_types, demangle_args, demangle_nested_args,
1992 demangle_function_name, string_need, string_delete, string_init,
1993 string_clear, string_empty, string_append, string_appends,
500d7701
GDR
1994 string_appendn, string_prepend, string_prepends, string_prependn,
1995 string_append_template_idx): Use ISO C prootype style.
1996 * cp-demint.c (cplus_demangle_fill_component,
1134b11d 1997 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
500d7701
GDR
1998 cplus_demangle_v3_components): Likewise.
1999
9486db4f
GDR
20002005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
2001
2002 Convert libiberty to use ISO C prototype style 2/n.
2003 * cp-demangle.h: Remove uses of PARAMS.
2004 * cp-demangle.c: Likewise.
1134b11d
AJ
2005 (d_dump, cplus_demangle_fill_name,
2006 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
2007 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
2008 d_make_builtin_type, d_make_operator, d_make_extended_operator,
2009 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
2010 cplus_demangle_mangled_name, has_return_type,
2011 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
2012 d_prefix, d_unqualified_name, d_source_name, d_number,
2013 d_identifier, d_operator_name, d_special_name, d_call_offset,
2014 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
2015 d_function_type, d_bare_function_type, d_class_enum_type,
2016 d_array_type, d_pointer_to_member_type, d_template_param,
2017 d_template_args, d_template_arg, d_expression, d_expr_primary,
2018 d_local_name, d_discriminator, d_add_substitution,
2019 d_substitution, d_print_resize, d_print_append_char,
2020 d_print_append_buffer, d_print_error, cplus_demangle_print,
2021 d_print_comp, d_print_java_identifier, d_print_mod_list,
2022 d_print_mod, d_print_function_type, d_print_array_type,
2023 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
2024 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
9486db4f 2025 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
1134b11d 2026 print_usage, main):
9486db4f
GDR
2027
20282005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
2029
2030 Convert libiberty to ISO C prototype style 1/n.
2031 * _doprnt.c: Remove conditional #include <varargs.h> on
2032 ANSI_PROTOTYPES as the latter is always assumed.
2033 (_doprnt, checkit, main): Use ISO C prototype.
2034 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
2035 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
1134b11d 2036 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
9486db4f
GDR
2037 * atexit.c (atexit): Likewise
2038 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
1134b11d 2039 (asprintf): Use ISO C prototype.
9486db4f
GDR
2040 * basename.c (basename): Likewise
2041 * bcmp.c (bcmp): Likewise.
2042 * bcopy.c (bcopy): Likewise.
2043 * bzero.c (bzero): Likewise.
2044 * bsearch.c (bsearch): Likewise. Improve const-correctness.
2045 * choose-temp.c (choose_temp_base): Likewise.
2046 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
2047 (calloc): Use ISO C prototype.
2048 * clock.c (clock): Likewise.
2049 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
1134b11d 2050 (vconcat_length, vconcat_copy, concat_length, concat_copy,
9486db4f
GDR
2051 concat_copy2, concat, reconcat, main): Use ISO C prototype.
2052 * copysign.c (copysign): Likewise.
2053
17998b22
KG
20542005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2055
2056 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
2057 (REQUIRED_OFILES): Add xstrndup.o.
2058 (CONFIGURED_OFILES): Add strndup.o.
2059 Regenerate dependencies.
2060
2061 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
2062
2063 * strndup.c, xstrndup.c: New.
2064
2065 * config.in, configure, functions.texi: Regenerate.
2066
bb99744f
KG
20672005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2068
2069 * xmemdup.c, xstrdup.c: Expose the tail call.
2070
17049f0b
MM
20712005-03-09 Mark Mitchell <mark@codesourcery.com>
2072
2073 * configure.ac (funcs): Add gettimeofday.
2074 * configure: Regenerated.
2075 * gettimeofday.c: New file.
2076 * Makefile.in (CFILES): Add gettimeofday.
2077 (CONFIGURED_OFILES): Add gettimeofday.o.
2078 (./gettimeofday.o): New rule.
2079
6af8bd50
ILT
20802005-03-09 Ian Lance Taylor <ian@airs.com>
2081
2082 * pex-os2.c: Remove.
2083 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
2084 * Makefile.in (CFILES): Remove pex-os2.c.
2085 (CONFIGURED_OFILES): Remove pex-os2.o.
2086 (pex-os2.o): Remove target.
2087 * configure: Rebuild.
2088
c80d391c
ILT
20892005-03-07 Ian Lance Taylor <ian@airs.com>
2090
2091 * mpw-config.in: Remove.
2092 * mpw-make.sed: Remove.
2093 * mpw.c: Remove.
2094 * Makefile.in (CFILES): Remove pex-mpw.c.
2095 (CONFIGURED_OFILES): Remove pex-mpw.o.
2096 (mpw.o, pex-mpw.o): Remove targets.
2097 * maint-tool (undoc): Remove reference to mpw.c.
2098
fe8ee922
DD
20992005-03-06 DJ Delorie <dj@redhat.com>
2100
2101 * configure.ac (target_header_dir): vfork is a stub under djgpp.
2102 * configure: Regenerated.
2103
c363985d
JB
21042005-03-01 Jan Beulich <jbeulich@novell.com>
2105
2106 * Makefile.in (CFILES): Add unlink-if-ordinary.c
2107 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
2108 Add dependencies and rule for unlink-if-ordinary.o.
2109 * unlink-if-ordinary.c: New.
2110
6a88516c
BE
21112005-03-01 Ben Elliston <bje@au.ibm.com>
2112
2113 * hashtab.c (htab_find_slot_with_hash): Make function
2114 documentation clearer.
2115
b8b3c655
JM
21162005-02-13 Jason Merrill <jason@redhat.com>
2117
2118 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
2119 arguments.
2120
e8805990
TS
21212005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2122
2123 * hex.c (hex_value): Group 'unsigned int' together to get correct
2124 markup.
2125 * functions.texi: Regenerated.
1134b11d 2126
24f2cabb
L
21272004-12-27 H.J. Lu <hongjiu.lu@intel.com>
2128
2129 * Makefile.in: Undo to 2004-12-17.
2130 * aclocal.m4: Likewise.
2131 * config.table: Likewise.
2132 * configure.ac: Likewise.
2133 * maint-tool: Likewise.
2134 * configure: Likewise.
2135
3d815594
L
21362004-12-19 H.J. Lu <hongjiu.lu@intel.com>
2137
2138 PR bootstrap/19072
2139 * Makefile.in (enable_shared): New substitute.
2140 (LTTARGETLIB): New.
2141 (PREFIXTARGETLIB): New.
2142 (LTTESTLIB): New.
2143 (PREFIXTESTLIB): New.
2144 (CCLD): New.
2145 (LINK): New.
2146 ($(TARGETLIB)): Use $(LINK) to create libraries and create
2147 targets by hand.
2148 ($(TESTLIB)): Likewise.
2149 (mostlyclean): Don't remove .libs. Remove the libtool object
2150 directory.
2151
2152 * config.table (enable_shared): Removed.
2153
2154 * configure.ac (enable_static): Set to yes.
2155 (AC_PROG_LIBTOOL): Removed.
2156 (AM_DISABLE_SHARED): Uncommented.
2157 (AM_PROG_LIBTOOL): Likewise.
2158 (LIBOBJS): Add `./' to avoid VPATH.
2159 (LTLIBOBJS): Likewise.
2160 (enable_shared): Substitute.
2161 * configure: Regenerated.
2162
207db768
L
21632004-12-18 H.J. Lu <hongjiu.lu@intel.com>
2164
2165 * Makefile.in (top_builddir): Set to `.'.
2166 (OUTPUT_OPTION): Removed.
2167 (LIBTOOL): New.
2168 (LTLIBOBJS): New.
2169 (EXTRA_LTOFILES): New.
2170 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
2171 (all): Remove stamp-picdir.
2172 (LTCOMPILE): New.
2173 (.c.lo): New rule.
2174 (REQUIRED_LTOFILES): New.
2175 (CONFIGURED_LTOFILES): New.
2176 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
2177 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
2178 (stamp-picdir): Completely removed.
2179 (maint-missing): Pass $(REQUIRED_LTOFILES)
2180 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
2181 $(CONFIGURED_OFILES)
2182 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
2183 $(CONFIGURED_LTOFILES).
2184 (mostlyclean): Also remove *.lo .libs.
2185 Run "make maint-deps".
2186
2187 * aclocal.m4: Include ../libtool.m4.
2188
2189 * config.table: Don't check --enable-shared.
2190
2191 * configure.ac (AC_PROG_LIBTOOL): Add.
2192 (AC_PROG_CC_C_O): Removed.
2193 (OUTPUT_OPTION): Removed.
2194 (NO_MINUS_C_MINUS_O): Removed.
2195 (ltpexecute): New substitute.
2196 (LIBOBJS): Cleanup.
2197 * configure: Regenerated.
2198
2199 * maint-tool: Updated for .lo/libtool.
2200
d49d0907
BE
22012004-12-11 Ben Elliston <bje@au.ibm.com>
2202
2203 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
2204 * configure: Regenerate.
2205 * config.in: Likewise.
2206
b180d5fb
DD
22072004-12-07 DJ Delorie <dj@redhat.com>
2208
2209 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
2210 that recursion (and thus large stack space) is not needed.
2211
ecc30353
MK
22122004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
2213
2214 * pex-unix.c: Fix the spelling of longjmp.
2215
0b167d51
ILT
22162004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
2217
2218 PR other/18623
2219 * cp-demangle.c (d_call_offset): Remove useless local variables
2220 offset and virtual_offset.
2221 * cplus-dem.c (ada_demangle): Remove useless local variable
2222 at_start_name.
2223 (demangle_template): Remove useless local variable start.
2224
2d59754f
RS
22252004-11-19 Roger Sayle <roger@eyesopen.com>
2226
2227 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
2228 "ansidecl.h" to avoid redeclaration errors with native compilers.
2229 * regex.c: Protect config.h from multiple inclusion.
2230
ea27a394
MS
22312004-11-12 Mike Stump <mrs@apple.com>
2232
610784f0
MS
2233 * Makefile.in (libiberty.html): Fix html generation.
2234
626ff3de
AN
22352004-09-08 Adam Nemet <anemet@lnxw.com>
2236
2237 * vasprintf.c: Accept __va_copy in addition to va_copy.
2238
1134b11d 22392004-09-03 Paolo Bonzini <bonzini@gnu.org>
7b3ed47d
PB
2240
2241 * configure: Regenerate.
2242
1134b11d 22432004-09-02 Paolo Bonzini <bonzini@gnu.org>
27cfe310
PB
2244
2245 * configure.ac: Do not enable multilibs for build-side libiberty.
2246
1134b11d 22472004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
50a2de96
DS
2248
2249 * lrealpath.c (lrealpath): Add _WIN32 support.
2250
0cf61401
ZW
22512004-06-28 Zack Weinberg <zack@codesourcery.com>
2252
2253 * cp-demangle.h: Declare cplus_demangle_operators,
2254 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
2255 cplus_demangle_type as static if IN_GLIBCPP_V3.
2256
00a5aa9c
ILT
22572004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
2258
2259 PR other/16240
2260 * cp-demangle.c (d_expr_primary): Check for a failure return from
2261 cplus_demangle_type.
5cd29062 2262 * testsuite/demangle-expected: Add test case.
00a5aa9c 2263
b47785f4
DS
22642004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
2265
2266 * pex-win32.c (fix_argv): Expand comment.
2267
54b2f310
DJ
22682004-05-25 Daniel Jacobowitz <drow@false.org>
2269
2270 * Makefile.in: Add .NOEXPORT.
2271
8fd58397
DR
22722004-04-29 Douglas B Rupp <rupp@gnat.com>
2273
2274 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
2275 copyright.
2276
6489430a
MR
22772004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2278
2279 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
2280 * configure: Regenerate.
2281
9bf3c9cc
RH
22822004-04-22 Richard Henderson <rth@redhat.com>
2283
2284 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
2285 (CHAR_BIT): Provide default.
2286 (struct prime_ent, prime_tab): New.
2287 (higher_prime_index): Rename from higher_prime_number, return index.
2288 (htab_mod_1): New.
2289 (htab_mod, htab_mod_m2): Use it.
2290 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
2291 (htab_expand): Likewise.
2292 * configure.ac: Check for stdint.h.
2293 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
2294 * config.in, configure: Rebuild.
2295
80790b05
ILT
22962004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
2297
2298 * strerror.c: Include config.h, and redefine sys_nerr and
2299 sys_errlist, before including ansidecl.h and libiberty.h.
2300
7f96816a
JL
23012004-04-13 Jeff Law <law@redhat.com>
2302
2303 * hashtab.c (htab_remove_elt_with_hash): New function.
2304 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
2305
d9175b87
RH
23062004-03-31 Richard Henderson <rth@redhat.com>
2307
2308 * hashtab.c (htab_size): Move to top of file; mark inline.
2309 (htab_elements): Likewise.
2310 (htab_mod, htab_mod_m2): New.
2311 (htab_delete): Refactor htab->size and htab->entries.
2312 (htab_empty): Likewise.
2313 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
2314 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
2315 (htab_clear_slot): Use htab_size, htab_elements.
2316 (htab_traverse_noresize, htab_traverse): Likewise.
2317
e8190aa2
ILT
23182004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
2319
fed8129b
ILT
2320 * pex-unix.c (pexecute): Use vfork instead of fork, with
2321 appropriate changes to make this safe.
2322 * pex-common.h (STDERR_FILE_NO): Define.
2323
e8190aa2
ILT
2324 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
2325 an 80 column screen. Run maint-deps.
2326
a4f74b58
KC
23272004-03-09 Kelley Cook <kcook@gcc.gnu.org>
2328
2329 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
2330 * acconfig.h: Delete redundant file.
2331 * config.in: Regenerate.
2332 * configure: Regenerate.
2333
3beb1315
HPN
23342004-03-09 Hans-Peter Nilsson <hp@axis.com>
2335
2336 * configure: Regenerate for config/accross.m4 correction.
2337
688556b9
AJ
23382004-03-07 Andreas Jaeger <aj@suse.de>
2339
2340 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
2341 prototypes.
2342 (main): Initialize style.
2343
80a19ac8
ILT
23442004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2345
31058ee3
ILT
2346 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
2347 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
2348 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
2349 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
2350 short types to D_PRINT_DEFAULT. Change other integer types to use
2351 new D_PRINT_* values where appropriate. Change float types to
2352 D_PRINT_FLOAT.
2353 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
2354 values.
2355 * testsuite/demangle-expected: Adjust two test cases.
2356
2357 * cp-demangle.c (d_print_function_type): Print a space before the
2358 parenthesis around the function type in more cases.
2359 * testsuite/demangle-expected: Adjust one test case.
2360
93f20626
ILT
2361 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
2362 parentheses around a cast.
2363 * testsuite/demangle-expected: Adjust two test cases to match new
2364 output.
2365
dbd6ec2b
ILT
2366 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
2367
80a19ac8
ILT
2368 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
2369 push more than one of the same CV-qualifier on the top of the
2370 stack.
2371 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
2372 move the CV-qualifiers to apply to the element type instead.
2373 (d_print_array_type): When checking the modifiers, keep looking
2374 past ones which have been printed already.
2375 * testsuite/demangle-expected: Add three test cases.
2376
8ad1c80e
ILT
23772004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2378
e8ed4ac2
ILT
2379 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
2380 empty string correctly.
2381
4a368ffd
ILT
2382 * cp-demangle.c (__cxa_demangle): It is not an error if status is
2383 not NULL. It is an error if the mangled name is the same as a
2384 built-in type name.
2385 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
2386 than cplus_demangle_v3.
2387
8ad1c80e
ILT
2388 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2389 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
2390
ef2a223f
MK
23912004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
2392
2393 * regex.c: Include <ansidecl.h>.
2394 (regcomp): Cast i to int.
2395 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
2396
5254fd7b
ILT
23972004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
2398
2399 * configure.ac: Add m4_pattern_allow(LIBOBJS).
2400 * configure: Regenerate.
2401
398b3deb
DD
24022004-01-22 DJ Delorie <dj@redhat.com>
2403
2404 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
2405 with explicit build rules.
2406 (VPATH): Remove.
2407 (.c.o): Poison.
2408 * configure.ac (pexecute, LIBOBJS): Add ./ .
2409 * maint-tool: Build dependencies with explicit rules.
2410
4e394293
KH
24112004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2412
2413 * strdup.c (strdup): Constify the argument.
2414
0046e342
LR
24152004-01-14 Loren J. Rittle <ljrittle@acm.org>
2416
2417 * Makefile.in (distclean): Remove config.cache.
2418
d4f3ce5c
DJ
24192004-01-13 Daniel Jacobowitz <drow@mvista.com>
2420
2421 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
2422 takes two parameters.
2423 * cp-demint.c (cplus_demangle_fill_component): Likewise.
2424
5e777af5
ILT
24252004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2426
2427 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
2428 defined, rename some functions which are to become static via
2429 #define.
2430 (CP_STATIC_IF_GLIBCPP_V3): Define.
2431 (struct d_operator_info): Move definition to cp-demangle.h, and
2432 rename to demangle_operator_info. Change all uses.
2433 (enum d_builtin_type_print): Move definition to cp-demangle.h.
2434 (struct d_builtin_type_info): Move definition to cp-demangle.h,
2435 and rename to demangle_builtin_type_info. Change all uses.
2436 (enum d_comp_type): Move definition to include/demangle.h, and
2437 rename to demangle_component_type, and change all enums to start
2438 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
2439 (struct d_comp): Move definition to include/demangle.h, and rename
2440 to demangle_component. Change all uses.
2441 (struct d_info): Move definition to cp-demangle.h.
2442 (cplus_demangle_fill_name): New function.
2443 (cplus_demangle_fill_extended_operator): New function.
2444 (cplus_demangle_fill_ctor): New function.
2445 (cplus_demangle_fill_dtor): New function.
2446 (d_make_empty): Remove type parameter. Change all callers.
2447 (d_make_name): Use cplus_demangle_fill_name.
2448 (d_make_extended_operator): Use
2449 cplus_demangle_fill_extended_operator.
2450 (d_make_ctor): Use cplus_demangle_fill_ctor.
2451 (d_make_dtor): Use cplus_demangle_fill_dtor.
2452 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
2453 non-static by default. Change all callers.
2454 (cplus_demangle_operators): Rename from d_operators. Change all
2455 uses. Make non-static by default. Add sentinel at end of array.
2456 (d_operator_name): Adjust initialization of high for new sentinel
2457 in cplus_demangle_operators.
2458 (cplus_demangle_builtin_types): Rename from d_builtin_types.
2459 Change all uses. Make non-static by default. Change initializer
2460 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
2461 (cplus_demangle_type): Rename from d_type. Make non-static by
2462 default. Change all callers.
2463 (cplus_demangle_init_info): Rename from d_init_info. Make
2464 non-static by default. Change all callers.
2465 * cp-demangle.h: New file.
2466 * cp-demint.c: New file.
2467 * Makefile.in: Rebuild dependencies.
2468 (CFILES): Add cp-demint.c.
2469 (REQUIRED_OFILES): Add cp-demint.o.
2470
c31d56ed
KC
24712004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2472
2473 * configure.in: Rename file to ...
2474 * configure.ac: ... this.
2475 * Makefile.in: Update a comment for above change.
2476 * README: Likewise.
2477 * config.in: Regenerate.
2478
e4796f1c
ILT
24792004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
2480
2481 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
2482 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
2483 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
2484 demangling template parameters.
2485 * testsuite/test-demangle.c (fail): New static function.
2486 (main): Support new options in input file: --no-params,
2487 --is-v3-ctor, and --is-v3-dtor.
2488 * testsuite/demangle-expected: Add --no-params to most tests, and
2489 add the correct result when parameters are not demangled. Add
2490 some simple tests for V3 constructor/destructor recognition.
2491
4d425229
KG
24922003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2493
2494 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2495
6b309c6e
DJ
24962003-12-22 Daniel Jacobowitz <drow@mvista.com>
2497
2498 PR debug/13272
2499 * Makefile.in (lbasename.o): Depend on filenames.h.
2500 * lbasename.c: Include "filenames.h" instead of defining
2501 its macros locally.
2502
2d6c4025
ILT
25032003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
2504
2505 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
2506 dynamic arrays.
2507 (struct d_operator_info): Add len field.
2508 (struct d_builtin_type_info): Add len and java_len fields.
2509 (struct d_standard_sub_info): Add simple_len, full_len, and
2510 set_last_name_len fields.
2511 (struct d_comp): Add len field to s_string.
2512 (struct d_info): Add send, did_subs, and expansion fields.
2513 (d_append_string_constant): Define.
2514 (d_append_string): Remove. Change all users to use
2515 d_append_string_constant or d_append_buffer instead.
2516 (d_make_sub): Add len parameter. Change all callers.
2517 (d_name): Increase expansion when substituting std::.
2518 (d_unqualified_name): Increase expansion for an operator.
2519 (d_number): Don't use multiplication for negative numbers.
2520 (d_identifier): Make sure there are enough characters in the
2521 string for the specified length. Adjust expansion for an
2522 anonymous namespace.
2523 (d_operators): Initialize len field.
2524 (d_special_name, d_ctor_dtor_name): Increase expansion.
2525 (d_builtin_types): Initialize len and java_len fields.
2526 (d_type): Increase expansion for a builtin type.
2527 (d_cv_qualifiers): Increase expansion for each qualifier.
2528 (d_bare_function_type): Decrease expansion when removing single
2529 void parameter.
2530 (d_template_param): Increment did_subs.
2531 (d_expression): Increase expansion for an operator.
2532 (d_expr_primary): Decrease expansion for a type we will print
2533 specially.
2534 (standard_subs): Initialize new fields.
2535 (d_substitution): Increment did_subs when doing a normal
2536 substitution. Increase expansion for a special substitution.
2537 (d_print): Add estimate parameter. Change all callers.
2538 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
2539 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
2540 (d_print_java_identifier): Rename from d_print_identifier. Handle
2541 only Java case. Change caller.
2542 (d_init_info): Change return type to void. Change all callers.
2543 Initialize send, did_subs, and expansion fields. Do not
2544 initialize comps and subs fields.
2545 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
2546 arrays on stack. Make an estimate of the length of the demangled
2547 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
2548 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
2549 subs arrays on stack.
2550
2307e075
ILT
25512003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
2552
2553 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
2554 after the identifier.
2555 * testsuite/demangle-expected: Add test case.
2556
a91d1af0
ILT
25572003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
2558
2559 Fix for PR c++/13447:
2560 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
2561 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
2562 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
2563 D_COMP_QUAL_NAME.
2564 (is_ctor_or_dtor): Likewise.
2565 (d_local_name): Use D_COMP_LOCAL_NAME rather than
2566 D_COMP_QUAL_NAME.
2567 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
2568 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
2569 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
2570 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
2571 * testsuite/demangle-expected: Add two test cases.
2572
2573 * cp-demangle.c (d_print_function_type): Clear the global modifier
2574 list when printing the modifiers, not just when printing the
2575 function parameters.
2576 * testsuite/demangle-expected: Add two test cases.
2577
8d686df2
ILT
25782003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
2579
cbc278f4
ILT
2580 * cp-demangle.c (d_print_function_type): Print the function
2581 parameters with no modifiers.
2582 * testsuite/demangle-expected: Add test case.
2583
8d686df2
ILT
2584 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
2585 expect that we've read the entire string.
2586 (is_ctor_or_dtor): Don't expect that we've read the entire
2587 string--reverse patch of 2003-11-29.
2588
adf269c7
BK
25892003-12-15 Brendan Kehoe <brendan@zen.org>
2590
2591 * libiberty/Makefile.in (floatformat.o): Add dependency on
2592 config.h to accompany change of 2003-12-03.
2593
374caa50
ILT
25942003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
2595
2596 Fix handling of constructor/destructor of standard substitution:
2597 * cp-demangle.c (struct d_standard_sub_info): Define.
2598 (d_substitution): Add prefix argument. Change all callers.
2599 Rework handling of standard substitutions to print full name when
2600 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
2601 * testsuite/demangle-expected: Add test case.
2602
2603 Fix handling of negative literal constants:
2604 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
2605 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
2606 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
2607 (d_print_comp): Handle D_COMP_LITERAL_NEG.
2608 * testsuite/demangle-expected: Add test case.
2609
a51753e4
ILT
26102003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
2611
2612 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
2613 (d_last_char): Define new macro.
2614 (d_make_name): Reject an empty name.
2615 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
2616 (d_substitution, d_print_identifier): Likewise.
2617 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
2618 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
2619 (d_print_mod) Use new d_last_char macro.
2620 (d_print_cast): Use new d_last_char macro.
2621 (is_ctor_or_dtor): Don't leak memory.
2622
2623 Fix handling of member function modifiers:
2624 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
2625 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
2626 (d_dump): Dump new d_comp_type values.
2627 (d_make_comp): Accept new d_comp_type values.
2628 (has_return_type): Only accept _THIS variants of qualifiers.
2629 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
2630 qualifiers.
2631 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
2632 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
2633 qualifiers and printing them at the end, add _THIS qualifiers to
2634 the modifier list.
2635 (d_print_comp) [D_COMP_*_THIS]: New cases.
2636 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
2637 qualifiers.
2638 (d_print_mod_list): Add suffix parameter. Change all callers.
2639 Keep walking the list even if the current modifier has been
2640 printed.
2641 (d_print_mod): Handle new _THIS qualifiers.
2642 (d_print_function_type): Handle new _THIS qualifiers when deciding
2643 whether to print a parenthesis. Put a space before the
2644 parenthesis in some cases. Call d_print_mod_list again at the
2645 end, passing suffix as 1.
2646 (is_ctor_or_dtor): Look for new _THIS qualifiers.
2647 * testsuite/demangle-expected: Add test case.
2648
2649 Fix for PR gcc/13304:
2650 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
2651 before the '<' is itself a '<', insert a space.
2652 (d_print_cast): Likewise.
2653 * testsuite/demangle-expected: Add test case.
2654
2655 Fix for PR gcc/13244:
2656 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
2657 which uses the '>' operator in an extra layer of parens.
2658 * testsuite/demangle-expected: Add test case.
2659
bee6ab3e
ILT
26602003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
2661
2662 * floatformat.c: Include "config.h" and <string.h> if available.
2663 (INFINITY, NAN): Define if not defined by <math.h>.
2664 (floatformat_to_double): Handle NaN, infinity, and denormalized
2665 numbers.
2666 (floatformat_from_double): Likewise.
2667 (ieee_test): In debugging code, use little endian rather than big
2668 endian. Correct tests to handle NaN and to check correct sign of
2669 zero. Omit m68k extended test.
2670 (main): Add more debugging cases.
2671
f26deb3d
ILT
26722003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
2673
2674 * cp-demangle.c (d_demangle): Only return success if we consumed
2675 the entire demangled string.
2676 (is_ctor_or_dtor): Likewise.
2677
2678 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
2679 to restore expected result of EDG test case to original expected
2680 result.
2681
81dc098b
ILT
26822003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
2683
2684 * cp-demangle.c (struct d_print_mod): Add templates field.
2685 (d_make_builtin_type): Check for NULL type.
2686 (d_make_extended_operator): Check for NULL name.
2687 (d_make_ctor, d_make_dtor): Likewise.
2688 (d_mangled_name): Add top_level parameter. Change all callers.
2689 (d_encoding): If DMGL_PARAMS is not set, strip off initial
2690 CV-qualifiers.
2691 (d_type): Check some return values we rely on.
2692 (d_bare_function_type, d_array_type): Likewise.
2693 (d_pointer_to_member_type, d_template_args): Likewise.
2694 (d_add_substitution): Fail if argument is NULL.
2695 (d_print_resize): Check whether buf is NULL.
2696 (d_print_comp): Save current templates list with each modifier.
2697 Don't pass the modifier list down when printing a template.
2698 (d_print_cast): Don't pass the modifier list down when printing a
2699 template.
2700 (d_print_mod_list): Temporarily set templates list while printing
2701 a modifier.
2702 (d_print_mod): Check that buf is not NULL before using it.
2703 (d_print_function_type): Print parens if there is no modifier.
2704 (d_init_info): Permit as many substitutions as there are
2705 characters in the mangled name.
2706 * testsuite/demangle-expected: Add two new test cases.
2707
eb459c81
ILT
27082003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
2709
2710 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
2711 d_demangle.
2712
ad07f5e5
ILT
27132003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
2714
2715 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
2716 callers.
2717 (print_usage): Display new -p option.
2718 (long_options): Add --no-params.
2719 (main): Accept and handle -p.
2720
0ba5c8a2
ILT
27212003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
2722
2723 * cp-demangle.c (has_return_type): Skip qualifiers when checking
2724 whether we have a template.
2725 * testsuite/demangle-expected: Add four new tests.
2726
bd6946d1
ILT
27272003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
2728
9cca376f
ILT
2729 * testsuite/demangle-expected: Minor changes to match output of
2730 new demangler: adjust whitespace in four tests, and change order
2731 of qualifiers in one test.
2732
bd6946d1
ILT
2733 * cp-demangle.c: Complete rewrite.
2734
6df5a5c7
MM
27352003-11-19 Mark Mitchell <mark@codesourcery.com>
2736
2737 * cp-demangle.c (demangle_type): Correct thinko in substitution
2738 processing.
2739
a9b571f2
ILT
27402003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
2741
820555e6
ILT
2742 * cp-demangle.c (demangle_operator_name): Remove space before
2743 "sizeof".
2744 (demangle_type_ptr): Put qualifiers in the right place. Handle
2745 qualifiers in pointer to member specially.
2746 (demangle_type): Handle qualifiers for pointer or reference
2747 specially. Handle function type.
2748 (demangle_local_name): Save and restore caret around demangling of
2749 initial encoding.
2750
c4328d32
ILT
2751 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
2752 cplus_demangle.
2753
a9b571f2
ILT
2754 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
2755
ad37274a
AJ
27562003-10-31 Andreas Jaeger <aj@suse.de>
2757
2758 * floatformat.c (floatformat_always_valid): Add unused attribute.
2759
27eb8ab1
JZ
27602003-10-30 Josef Zlomek <zlomekj@suse.cz>
2761
2762 Jan Hubicka <jh@suse.cz>
2763 * vasprintf.c (int_vasprintf): Pass va_list by value.
2764 Use va_copy for copying va_list.
2765 (vasprintf): Pass va_list by value.
2766
e0432c1c
JZ
27672003-10-30 Josef Zlomek <zlomekj@suse.cz>
2768
2769 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
2770 instead of increasing n_elements when inserting to deleted slot.
2771
08c5b96d
B
27722003-10-20 J. Brobecker <brobecker@gnat.com>
2773
2774 * cplus-dem.c (demangle_template): Register a new Btype only
2775 when needed.
2776 * testsuite/demangle-expected: Add a new test.
2777
968e3f93
L
27782003-10-16 H.J. Lu <hongjiu.lu@intel.com>
2779
2780 * testsuite/demangle-expected: Update the expected output of
2781 _GLOBAL__I__Z2fnv.
2782
bca48dc6
DJ
27832003-10-02 Daniel Jacobowitz <drow@mvista.com>
2784
2785 * strerror.c: Revert last change. Declare static sys_nerr
2786 and sys_errlist using different names.
2787
b9e8f4b3
DJ
27882003-10-01 Daniel Jacobowitz <drow@mvista.com>
2789
2790 * strerror.c: Don't provide or reference sys_errlist if
2791 strerror is available.
2792
c0590bfd
L
27932003-10-01 H.J. Lu <hongjiu.lu@intel.com>
2794
2795 * configure.in: Check if $MAKEINFO is missing.
2796 * configure: Regenerated.
2797
b033df90
DJ
27982003-09-24 Daniel Jacobowitz <drow@mvista.com>
2799
2800 * configure.in: Use AC_PROG_CPP_WERROR.
2801 * configure: Regenerated.
2802
83c07342
AC
28032003-09-22 Andrew Cagney <cagney@redhat.com>
2804
2805 * floatformat.c (floatformat_i387_ext_is_valid): New function.
2806 (floatformat_always_valid): New function.
2807 (floatformat_i387_ext): Initialize new "is_valid" field to
2808 "floatformat_i387_ext_is_valid".
2809 (floatformat_ieee_single_little): Initialize "is_valid" field to
2810 floatformat_always_valid.
2811 (floatformat_ieee_double_big): Ditto.
2812 (floatformat_ieee_double_little): Ditto.
2813 (floatformat_ieee_double_little): Ditto.
2814 (floatformat_ieee_double_littlebyte_bigword): Ditto.
2815 (floatformat_i960_ext): Ditto.
2816 (floatformat_m88110_ext): Ditto.
2817 (floatformat_m88110_harris_ext): Ditto.
2818 (floatformat_arm_ext_big): Ditto.
2819 (floatformat_arm_ext_littlebyte_bigword): Ditto.
2820 (floatformat_ia64_spill_big): Ditto.
2821 (floatformat_ia64_spill_little): Ditto.
2822 (floatformat_ia64_quad_big): Ditto.
2823 (floatformat_ia64_quad_little): Ditto.
2824 (floatformat_ia64_quad_little): Ditto.
2825 (floatformat_is_valid): Call "is_valid".
2826
c9fbef12
AC
28272003-09-15 Andrew Cagney <cagney@redhat.com>
2828
2829 * floatformat.c (get_field): Make "data" constant.
2830 (floatformat_is_valid, floatformat_to_double): Make "from"
2831 constant, fix casts.
2832 (floatformat_from_double): Make "from" constant.
2833
9c8860c3
DJ
28342003-09-15 Daniel Jacobowitz <drow@mvista.com>
2835
2836 * floatformat.c (floatformat_is_valid): New function.
2837 (get_field, put_field): Correct comments.
2838
13f7d3a1
JZ
28392003-09-06 Josef Zlomek <zlomekj@suse.cz>
2840
2841 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
2842 FIBHEAPKEY_T.
2843
03eec143 28442003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
86d75906
JDA
2845
2846 PR bootstrap/12100
2847 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
2848 * configure: Rebuilt.
2849
238235ef
DJ
28502003-08-27 Daniel Jacobowitz <drow@mvista.com>
2851
2852 * aclocal.m4: Include acx.m4 and no-executables.m4.
2853 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
2854 (LIB_AC_PROG_CC): Remove.
2855 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
2856 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
2857 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
2858 performing link tests.
2859 * configure: Regenerated.
2860
2b81b2c9
NN
28612003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2862
0cf61401 2863 * cp-demangle.c: Clarify what package(s) this is part of.
2b81b2c9 2864
7b96f3e4
DS
28652003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
2866
2867 * pex-win32.c (pexecute): Mark parameters this_pname and
2868 temp_base as unused. Remove unused variables retries,
2869 sleep_interval. Initialize org_stdin, org_stdout.
2870 (pwait): Mark parameter flags as unused.
2871
28722003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
bacb96b2
DS
2873
2874 * pex-win32.c (fix_argv): Ensure that the executable pathname
2875 uses Win32 backslashes.
2876 (pexecute): Cast away constness when assigning *errmsg_arg.
2877
6f8507b1
L
28782003-06-26 H.J. Lu <hongjiu.lu@intel.com>
2879
2880 * testsuite/demangle-expected: Add more GNU V3 testcases.
2881
21299dbd
ZW
28822003-06-22 Zack Weinberg <zack@codesourcery.com>
2883
2884 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
2885 not HC_ASCII and HC_EBCDIC.
2886 Add documentation in form expected by gather-docs.
2887 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
2888 * Makefile.in, functions.texi: Regenerate.
2889
7468e0b5
ZW
28902003-06-21 Zack Weinberg <zack@codesourcery.com>
2891
2892 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
2893 for charset determination.
2894
cf8e4b78
DH
28952003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
2896
2897 * configure.in: Add check for malloc.h needed by
2898 m68k for function free().
2899 * configure: Regenerated.
2900 * config.in: Add HAVE_MALLOC_H.
2901 * hashtab.c: include malloc.h were available for
2902 free().
2903
aa9dc53d 29042003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
7468e0b5 2905
aa9dc53d
ACY
2906 PR bootstrap/10974
2907 * physmem.c: Update comment.
2908 * configure.in: Modify test for _system_configuration for older
2909 AIX systems.
2910
2911 * config.in, configure: Regenerated.
7468e0b5 2912
8191fe81
JDA
29132003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2914
2915 PR other/10810
2916 * test-demangle.c (getline): Fix fence-post error.
2917
8d398258
NC
29182003-06-03 Nick Clifton <nickc@redhat.com>
2919
2920 * asprintf.c: Change comment to note that -1 is returned upon
2921 error.
2922 * vasprintf.c: Likewise.
2923 (vasprintf): Return -1 upon error.
2924 * functions.texi: Document changes to asprintf and vasprintf.
2925
29ad6d3f
KC
29262003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
2927
2928 * config.table: Accept i[345867]86 variant.
2929
49a19cfd
JB
29302003-05-15 Jim Blandy <jimb@redhat.com>
2931
2932 * hex.c (_hex_value): Make this unsigned.
2933 (hex_value): Update documentation for new return type. hex_value
2934 now expands to an unsigned int expression, to avoid unexpected
2935 sign extension when we store it in a bfd_vma, which is larger than
2936 int on some platforms.
2937 * functions.texi: Regenerated.
2938
d5d4eae2
JZ
29392003-05-07 Josef Zlomek <zlomekj@suse.cz>
2940
2941 * splay-tree.c (splay_tree_predecessor): Fix comment.
2942 (splay_tree_successor): Fix comment.
2943
5cc5a0d0
JM
29442003-05-07 Jason Merrill <jason@redhat.com>
2945
9d70d418 2946 * hashtab.c (iterative_hash): New fn.
5cc5a0d0
JM
2947 * configure.in: Add AC_C_BIGENDIAN_CROSS.
2948 * aclocal.m4: Include accross.m4.
2949 * configure, config.in: Regenerate.
2950
05c30f22
KG
29512003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2952
2953 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
2954 * configure: Regenerate.
2955
41fe9404
CW
29562003-05-03 Carlo Wood <carlo@alinoe.com>
2957
2958 * cp-demangle.c: Fix typo in "char_traints" string-literal.
2959
52dd3224
KG
29602003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2961
2962 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
2963 (main): Test that we don't write too much data.
2964
bd3fbc6b
KG
29652003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2966
2967 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
2968 vsnprintf.
2969 * snprintf.c, vsnprintf.c: New files.
2970 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
2971 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
2972 Regenerate dependencies.
2973
2974 * functions.texi, configure, config.in: Regenerated.
2975
029bcc09
KG
29762003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2977
2978 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
2979 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
2980 and stpncpy.
2981 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
2982 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
2983 Regenerate dependencies.
2984
2985 * functions.texi, configure, config.in: Regenerated.
2986
c9ac9147
KG
29872003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2988
2989 * argv.c: Fix comments.
2990 * calloc.c: Don't unnecessarily include "libiberty.h".
2991 (bzero): Add prototype.
2992 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
2993 * getcwd.c (getcwd): Use standard definition to avoid conflicts
2994 with system headers.
2995 * hashtab.c (htab_traverse): Delete unused variables.
2996 * rename.c: Include "ansidecl.h".
2997 (rename): Use standard definition to avoid conflicts with system
2998 headers.
2999 * strsignal.c: Rely on ANSI_PROTOTYPES.
3000 * strstr.c: Check GNUC >= 2, not GNUC == 2.
3001 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
3002 * vprintf.c: Include "ansidecl.h" earlier, rely on
3003 ANSI_PROTOTYPES.
3004 * vsprintf.c: Include "ansidecl.h" earlier, rely on
3005 ANSI_PROTOTYPES and possibly include <stdarg.h>.
7468e0b5 3006
c9ac9147
KG
3007 * Makefile.in: Regenerate dependencies.
3008
98475c57
DD
30092003-04-15 DJ Delorie <dj@redhat.com>
3010
3011 * maint-tool (deps): Scan for headers in $srcdir also.
3012
55adc7bd
KG
30132003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3014
3015 PR target/10338
3016 PR bootstrap/10198
3017 PR bootstrap/10140
3018 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
3019 __mempcpy.
3020 * regex.c (regerror): Likewise.
3021
0ae0f1b0
RS
30222003-04-14 Roger Sayle <roger@eyesopen.com>
3023
3024 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
3025 * memchr.c: Likewise.
3026 * strcasecmp.c: Likewise.
3027 * strncasecmp.c: Likewise.
3028 * strncmp.c: Likewise.
3029 * xatexit.c: Likewise.
3030 * xmalloc.c: Likewise.
3031
3032 * copysign.c: Use traditional function declaration instead of DEFUN.
3033 * sigsetmask.c: Likewise.
3034
3035 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
3036 * memset.c: Likewise.
3037
3038 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
3039 * memmove.c: Likewise.
3040
88702c45
RS
30412003-04-14 Roger Sayle <roger@eyesopen.com>
3042
3043 * strdup.c (strdup): Tweak implementation to use memcpy.
3044
39e8d049
KG
30452003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3046
3047 * configure.in (HAVE_UINTPTR_T): Always define.
3048 * configure: Regenerated.
3049
9f2e0608
AO
30502003-03-23 Alexandre Oliva <aoliva@redhat.com>
3051
3052 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
3053 instead of $$CC alone.
3054 (install_to_tooldir): Use it.
3055
dbccdc42
JH
30562003-17-03 Jan Hubicka <jh@suse.cz>
3057
3058 * hashtab.c (htab_traverse_noresize): Break out from ...
3059 * hashtab.c (htab_traverse): ... here.
3060
0a8e3de3
JH
30612003-12-03 Jan Hubicka <jh@suse.cz>
3062
cd22e4af
JH
3063 * hashtab.c (htab_expand): Fix warning.
3064
0a8e3de3
JH
3065 * hashtab.c (htab_expand): Compute the size of hashtable based
3066 on the number of elements actually used.
3067 (htab_traverse): Call htab_expand when table is too empty.
3068
8fe85775
CW
30692003-03-11 Carlo Wood <carlo@gnu.org>
3070
3071 * cplus-dem.c (demangle_integral_value): Correction to reflect
3072 patch of 2002-01-10 in order to also make negative multi-digits
3073 without leading underscore work.
3074
3bf27822
MM
30752003-03-03 Mark Mitchell <mark@codesourcery.com>
3076
3077 * cplus-dem.c: Add license exception to copyright notice.
3078
434fa0b8
KG
30792003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3080
3081 * physmem.c: Formatting changes from upstream.
3082
ed935c35
DS
30832003-02-24 Danny Smith <dannysmith@users.source.forge.net>
3084
3085 * physmem.c (physmem_total): Add _WIN32 support.
3086 (physmem_available): Likewise.
3087
7f9fc006
RO
30882003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3089
3090 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
3091 GSI_PHYSMEM.
3092 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
3093
d47f75c4
KG
30942003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3095
3096 * configure.in: Check for sys/systemcfg.h and
3097 _system_configuration.
3098 * physmem.c: Add support for AIX. Tweek formatting as per
3099 upstream coreutils beta.
3100
170230b7
KG
31012003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3102 Richard Earnshaw <rearnsha@arm.com>
3103 Geoffrey Keating <geoffk@apple.com>
7468e0b5 3104
170230b7
KG
3105 * configure.in: Check for sys/sysctl.h and sysctl.
3106 * physmem.c: Add support for *bsd and darwin.
3107 * Makefile.in: Generate depedency for physmem.o.
3108
4a06f7f2
RO
31092003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3110
3111 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
3112 Tru64 UNIX.
3113 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
3114 Tru64 UNIX.
3115
3116 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
3117 machine/hal_sysinfo.h, sys/table.h.
3118 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
3119 * configure, config.in: Regenerate.
3120
64c7e556
KG
31212003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3122
3123 * configure.in: Check for sys/sysmp.h and sysmp.
3124 * physmem.c: Pull upstream copy, add support for irix6.
3125
3126 * config.in, configure: Regenerated.
3127
e9019af6
KG
31282003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3129
3130 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
3131 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
3132 pstat_getdynamic.
7468e0b5 3133
a354191e
KG
31342003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3135
3136 * Makefile.in (CFILES): Add physmem.c.
3137 (REQUIRED_OFILES): Add physmem.o.
3138 * configure.in: Check for sys/pstat.h.
3139 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
3140 * physmem.c: New file, copied from textutils.
3141
3142 * config.in, configure: Regenerated.
3143
4876b2b4
DJ
31442003-02-20 Daniel Jacobowitz <drow@mvista.com>
3145
3146 * Makefile.in (CFILES): Add lrealpath.c.
3147 (REQUIRED_OFILES): Add lrealpath.o.
3148 (lrealpath.o): Add rule.
3149 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
3150 * configure.in: Add realpath and canonicalize_file_name to
3151 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
3152 for canonicalize_file_name.
3153 * lrealpath.c: New file.
3154 * make-relative-prefix.c: Update documentation.
3155 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
3156 * config.in: Regenerated.
3157 * configure: Regenerated.
3158 * functions.texi: Regenerated.
3159
e182f0a3 31602003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
3161
3162 * cplus_dem.c: Fix typo: intializes -> initializes.
3163
3343fdd2
AO
31642003-02-20 Alexandre Oliva <aoliva@redhat.com>
3165
3166 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
3167 config.status.
3168 * configure: Rebuilt.
3169
902cf50c
DJ
31702003-02-13 Daniel Jacobowitz <drow@mvista.com>
3171
3172 Fix PR c++/7612.
3173 * cplus-dem.c (demangle_signature): Call string_delete.
3174 Remove extra string_init.
3175 (demangle_arm_hp_template): Call string_delete instead of
3176 string_clear. Add missing string_delete call.
3177 (demangle_qualified): Add missing string_delete call.
3178 (do_type): Remove unused variable btype. Add missing string_delete
3179 call. Call string_delete instead of string_clear.
3180 (demangle_fund_type): Move variable btype inside of the switch
3181 statement. Add missing string_delete call.
3182 (do_arg): Call string_delete instead of string_clear. Remove extra
3183 string_init.
3184 (demangle_nested_args): Free work->previous_argument.
3185
7ac27e08
KG
31862003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3187
3188 * acconfig.h: New file. Add uintptr_t.
3189 * config.in: Regenerated.
3190
b3a8389d
JM
31912003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
3192
3193 * libiberty.texi: Update to GFDL 1.2.
3194
d8c22ce7
CC
31952003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3196
3197 * Makefile.in (libiberty_topdir): New subst.
3198 (mkinstalldirs): Redefine in terms of the above.
3199 * configure.in: AC_SUBST it.
3200 * configure: Regenerate.
3201
4ce1921a
CC
32022003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3203
3204 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
3205 (info-subdir, install-info-subdir, clean-info-subdir)
3206 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
3207 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
3208 Pass $(FLAGS_TO_PASS).
3209
93239fdb
AO
32102003-01-27 Alexandre Oliva <aoliva@redhat.com>
3211
3212 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
3213 /`$$CC -print-multi-os-directory`.
3214
74828682
DJ
32152003-01-26 Daniel Jacobowitz <drow@mvista.com>
3216
3217 * hashtab.c (htab_create_alloc_ex): New function.
3218 (hatab_set_functions_ex): New function.
3219 (htab_delete, htab_expand): Support alternate allocation functions.
3220
ece0e59f
CF
32212003-01-24 Christopher Faylor <cgf@redhat.com>
3222
3223 * configure.in: Remove special pex-cygwin consideration.
3224 * configure: Regenerate.
3225 * pex-cygwin.c: Remove.
3226 * Makefile.in: Remove pex-cygwin.[co] lines.
3227
55d0e5e0
ZW
32282003-01-24 Zack Weinberg <zack@codesourcery.com>
3229
3230 * Makefile.in (CFILES): Add pex-*.c.
3231 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
3232 (CONFIGURED_OFILES): Add pex-*.o.
3233 (TEXIFILES): Add pexecute.txh.
3234 (pexecute.o): Delete rule.
3235 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
3236 pex-unix.o, pex-win32.o): New rules.
3237 * configure.in: Change AC_INIT argument to xmalloc.c.
3238 Compute appropriate pexecute implementation and substitute it
3239 as @pexecute@.
3240
3241 * pexecute.c: Split up into...
3242 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
3243 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
3244 new files.
3245
3246 * functions.texi: Regenerate.
3247 * configure: Regenerate.
3248
120cdf68
JZ
32492003-01-20 Josef Zlomek <zlomekj@suse.cz>
3250
3251 * hashtab.c (htab_expand): Fix allocation of new entries.
3252
90e5b39f
CC
32532003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3254
3255 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
3256
d7082cd7
CC
3257 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
3258 mkinstalldirs command.
3259
eaed9290
DS
32602002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
3261
3262 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
3263 Define for hosts with HOST_EXECUTABLE_SUFFIX.
3264
ef4e4181
NC
32652002-11-24 Nick Clifton <nickc@redhat.com>
3266
3267 * make-relative-prefix.c (make_relative_prefix): Ensure return
3268 string is empty before using strcat to construct it.
3269
42766f8d
DJ
32702002-11-22 Daniel Jacobowitz <drow@mvista.com>
3271
3272 * Makefile.in: Add make-relative-prefix.c.
3273 * make-relative-prefix.c: New file.
3274 * functions.texi: Rebuilt.
3275
783080ab
JJ
32762002-11-16 Jakub Jelinek <jakub@redhat.com>
3277
3278 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
3279 used with arguments in traditional C' warnings.
3280
7da64d7a
JJ
32812002-10-16 Jakub Jelinek <jakub@redhat.com>
3282
3283 * config.table: Use mh-s390pic for s390x too.
3284
de78f58b
AJ
32852002-10-06 Andreas Jaeger <aj@suse.de>
3286
3287 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
3288 variable and of strict-aliasing warning.
3289 (grow_vect): Use char as first parameter.
3290
6c5d742e
KG
32912002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3292
3293 * Makefile.in (all): Fix multilib parallel build.
3294
f08b7eee
JDA
32952002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
3296
3297 * cp-demangle.c (demangling_new): Cast 0 to enum.
3298 (demangle_char): Cast return of strdup to char *.
3299 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
3300 (is_gnu_v3_mangled_dtor): Likewise.
3301 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
3302 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
3303 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
3304 * md5.c (md5_process_bytes): Cast results back to const void *.
3305 (md5_process_block): Add cast to const md5_uint32 *.
3306 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
3307 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
3308 unsigned short.
3309 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
3310 to void *.
3311 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
3312
8d87f295
NC
33132002-09-19 Nick Clifton <nickc@redhat.com>
3314
3315 * README: Update email addresses for bugs and patches.
3316
6eedb9ca
MS
33172002-09-10 Mike Stump <mrs@apple.com>
3318
3319 * splay-tree.c (splay_tree_successor): Fix comments.
3320
3fd9d606
ZW
33212002-09-11 Zack Weinberg <zack@codesourcery.com>
3322
b2196e8f 3323 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
3fd9d606
ZW
3324 * testsuite/Makefile.in: Adjust for test-demangle.
3325 * testsuite/regress-demangle: Deleted.
3326 * testsuite/test-demangle.c: New file.
3327 * testsuite/demangle-expected: Change \$ to $ throughout, now that
3328 this file is not being read by a shell script.
3329
70c4e67a
RS
33302002-09-05 Roger Sayle <roger@eyesopen.com>
3331
3332 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
3333
65b91091
DD
33342002-08-07 DJ Delorie <dj@redhat.com>
3335
3336 * regex.c (re_error_msgid): Just use a simple array of strings.
3337 (re_compile_pattern): Compensate.
3338 (re_comp): Likewise.
3339 (re_comp): Likewise.
3340 (regerror): Likewise.
3341
437974a9
NB
33422002-07-29 Neil Booth <neil@daikokuya.co.uk>
3343
3344 * cplus-dem.c (PREPEND_BLANK): Remove.
de78f58b 3345
28a34ec1
JM
33462002-07-10 Jason Merrill <jason@redhat.com>
3347
3348 * cp-demangle.c (demangle_identifier): Support extended Unicode
3349 characters.
3350
84326592
KG
33512002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3352
3353 * cp-demangle.c (demangle_v3_with_details): Wrap in
de78f58b 3354 !defined IN_GLIBCPP_V3.
84326592 3355
5d69ba1f
MM
33562002-07-01 Mark Mitchell <mark@codesourcery.com>
3357
3358 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
3359 Set it for the "st" operator.
3360 (demangle_expression): Handle expressions with types as arguments.
3361
7fda878c
DR
33622002-06-30 Douglas Rupp <rupp@gnat.com>
3363
3364 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
3365 * Makefile.in (OUTPUT_OPTION): Use.
3366
112bae77
PB
33672002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
3368
3369 * Makefile.in (install_to_libdir): Add $(DESTDIR).
3370 (install_to_tooldir): Likewise.
3371
53309d5c
DR
33722002-06-17 Douglas Rupp <rupp@gnat.com>
3373
3374 * lbasename.c: Add 2002 to copyright.
3375 (IS_DIR_SEPARATOR): Remove VMS junk.
3376
045b3a49
GK
33772002-06-05 Geoffrey Keating <geoffk@redhat.com>
3378
3379 * hashtab.c (htab_create): New stub function for backward
3380 compatibility.
3381 (htab_try_create): Likewise.
3382
e2500fed
GK
33832002-06-03 Geoffrey Keating <geoffk@redhat.com>
3384
3385 * hashtab.c (htab_create): Delete.
3386 (htab_try_create): Delete.
3387 (htab_create_alloc): New.
3388 (htab_delete): Support user-specified memory allocation.
3389 (htab_expand): Likewise.
3390
9f3dbd92
RL
33912002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
3392
3393 * configure.in: Fix typo in the code checking for sys_errlist.
3394 * configure: Regenerated.
3395
e4723404
AS
33962002-05-13 Andreas Schwab <schwab@suse.de>
3397
3398 * config.table: Use mh-x86pic also for x86-64.
3399
6706f116
AO
34002002-05-08 Alexandre Oliva <aoliva@redhat.com>
3401
3402 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
3403 script entry, and set LD to it when configuring multilibs.
3404 * configure: Rebuilt.
3405
deae2ed9
MM
34062002-05-07 Mark Mitchell <mark@codesourcery.com>
3407
3408 * configure.in (AC_TYPE_PID_T): Use it.
3409 * configure: Regenerated.
3410 * getruntime.c: Include <sys/types.h>.
3411 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
3412
4fc4e478
RH
34132002-04-09 Richard Henderson <rth@redhat.com>
3414
3415 * hashtab.c (higher_prime_number): Use 7 as minimum.
3416 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
3417 (htab_find_slot_with_hash): Likewise.
3418
bd7e6f2d
PE
34192002-04-01 Phil Edwards <pme@gcc.gnu.org>
3420
3421 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
3422 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
3423 not compile if IN_GLIBCPP_V3 defined.
3424 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
3425
a8f55e51
BM
34262002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
3427
de78f58b 3428 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
a8f55e51
BM
3429 if it is NULL.
3430
96adcacb
DD
34312002-03-27 DJ Delorie <dj@redhat.com>
3432
3433 * hex.c: Add documentation.
3434 (_hex_value): Provide non-ASCII empty table.
3435 (hex_init): Initialize the non-ASCII table.
3436 * functions.texi: Regenerate.
3437
2b613c6a
MM
34382002-03-27 Mark Mitchell <mark@codesourcery.com>
3439
3440 * dyn-string.c: Add libgcc exception to copyright notice.
3441
cd862df8
L
34422002-03-26 H.J. Lu (hjl@gnu.org)
3443
3444 * config.table: Support --with-build-subdir.
3445 * configure.in: Likewise.
3446 * configure: Rebuild.
3447
ed300793
SG
34482002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
3449
3450 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
3451 seen.
3452
b3dd43df
MM
34532002-03-12 Mark Mitchell <mark@codesourcery.com>
3454
3455 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
3456 notice.
3457
50c74579
DR
34582002-03-11 Douglas B Rupp <rupp@gnat.com>
3459
3460 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
3461
957978a4
JB
34622002-03-06 Jim Blandy <jimb@redhat.com>
3463
3464 * splay-tree.c (splay_tree_xmalloc_allocate,
3465 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
3466 prototyped definitions. Mark `data' arguments as unused.
3467
ccc49bed
AC
34682002-03-06 Andrew Cagney <ac131313@redhat.com>
3469
3470 * floatformat.c (floatformat_arm_ext_big): Delete definition.
3471
48d7db63
PE
34722002-03-04 Phil Edwards <pme@gcc.gnu.org>
3473
3474 * configure.in: Add --enable-install-libiberty option.
3475 * Makefile.in (INSTALLED_HEADERS): New variable.
3476 (install_to_libdir): Possibly also copy headers.
3477 * configure: Regenerated.
3478
af18e951
NB
34792002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
3480
3481 * xmalloc.c (xmalloc_fail): Clarify error message further.
3482
d8d7c3c3
NB
34832002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
3484
3485 * xmalloc.c (xmalloc_fail): Clarify error message.
3486
00c2f96f
JB
34872002-02-22 Jim Blandy <jimb@redhat.com>
3488
3489 * splay-tree.c (splay_tree_xmalloc_allocate,
3490 splay_tree_xmalloc_deallocate): New functions.
3491 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
3492 above functions and a dummy data pointer.
3493 (splay_tree_new_with_allocator): New function.
3494 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
3495 splay_tree_remove): Use the splay tree's allocation and
3496 deallocation functions.
3497
b1c1a22f
SS
34982002-02-19 Scott Snyder <snyder@fnal.gov>
3499
3500 * testsuite/demangle-expected: Add test case for infinite loop in
3501 demangler.
3502 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
3503 if do_type() doesn't make any progress --- prevents an infinite
3504 loop.
3505
336669e7
CW
35062002-02-18 Carlo Wood <carlo@gnu.org>
3507
3508 PR c++/5390
3509 * cplus-dem.c (demangle_integral_value): Accept multi-digit
3510 numbers that do not start with an underscore; This is needed
3511 for integer template parameters. This doesn't break anything
3512 because multi-digit numbers are never followed by a digit.
3513 * testsuite/demangle-expected: Corrected all mangled test
3514 cases with multi-digit template parameters: g++ 2.95.x does
3515 not generate underscores around these parameters.
3516
c13db5d1
JM
35172002-02-05 Jason Merrill <jason@redhat.com>
3518
3519 * cplus-dem.c (flags): Add DMGL_VERBOSE
3520 (cplus_demangle_v3_p): Remove.
3521 (demangle_it): Add DMGL_TYPES to passed flags.
3522 * cp-demangle.c (cplus_demangle_v3_all): Remove.
3523 (cplus_demangle_v3_type): Remove.
3524 (cplus_demangle_v3): Add options parm.
3525
d74697b8
L
35262002-02-02 H.J. Lu (hjl@gnu.org)
3527
3528 * cp-demangle.c (cp_demangle_type): Do not protect with
3529 IN_LIBGCC2.
3530 (cplus_demangle_v3_all): New.
3531 (cplus_demangle_v3): Call cplus_demangle_v3_all.
3532 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
3533
3534 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
3535 Initialized to cplus_demangle_v3.
3536 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
3537 of cplus_demangle_v3.
3538 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
3539 command line symbol.
3540
3541 * testsuite/regress-demangle: Pass the mangled name at the
3542 command line.
3543
3a441e38
L
35442002-02-01 H.J. Lu <hjl@gnu.org>
3545
3546 * cp-demangle.c (cp_demangle_type): Call demangling_new with
3547 DMGL_GNU_V3.
3548
6d747e63
PE
35492002-01-31 Phil Edwards <pme@gcc.gnu.org>
3550
3551 * cp-demangle.c: Revert yesterday's change.
3552
46af757b
AM
35532002-01-31 Adam Megacz <adam@xwt.org>
3554
3555 * gcc/libiberty/configure.in: Treat mingw the same as cywin
3556 wrt HAVE_SYS_ERRLIST.
3557
46ab74b1
PE
35582002-01-30 Phil Edwards <pme@gcc.gnu.org>
3559
3560 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
3561 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
3562 cp_demangle_type.
3563 * testsuite/demangle-expected: New gnu-v3 test.
3564
e64d0626
MV
35652002-01-22 Momchil Velikov <velco@fadata.bg>
3566
3567 * configure.in (variable detection): Use arrays of unspecified
3568 size instead of plain integers.
3569
9ce3f7e5
DD
35702002-01-18 DJ Delorie <dj@redhat.com>
3571
3572 * Makefile.in (TESTLIB): New. This library is for future
3573 testsuites.
3574 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
3575 break down by letter.
3576 (REQUIRED_OFILES): List long-to-compile files first.
3577 (maint-deps): New, target for updating dependencies.
3578 (dependencies): Update.
3579 * maint-tool: Add dependency-generating option.
3580 * configure.in: Check for _doprnt even if we're not providing it.
3581 * configure: Regenerate.
3582
3583 * _doprnt.c: Modifications to allow compiling on any platform.
3584 * copysign.c: Likewise.
3585 * putenv.c: Likewise.
3586 * setenv.c: Likewise.
3587 * vsprintf.c: Likewise.
3588
0e83ceb1
DR
35892002-01-15 Douglas B Rupp <rupp@gnat.com>
3590
3591 * mkstemps.c (mkstemps): On VMS, open temp file with option
3592 that causes it to be deleted when closed.
3593
adddf5bf
KG
35942002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3595
5e65297b
KG
3596 * cp-demangle.c (long_options): Const-ify.
3597 * cplus-dem.c (long_options): Likewise.
3598
adddf5bf
KG
3599 * cplus-dem.c (mystrstr): Delete. All callers changed to use
3600 strstr instead.
3601
a4219437
IR
36022001-12-31 Ira Ruben <ira@apple.com>
3603
3604 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
3605 * configure: Regenerated.
af328d8d
DR
3606
36072001-12-24 Douglas B. Rupp <rupp@gnat.com>
3608
3609 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
3610 * configure: Regenerated.
a4219437 3611
63de15a4
CR
36122001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3613
3614 PR other/2719
3615 * cplus-dem.c (consume_count): Treat negative count as an error.
3616 * testsuite/demangle-expected: Added testcase.
3617
ee262b6f
DR
3618Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
3619
3620 * configure.in: Hardcode that vfork works on VMS host.
3621 * configure: Regenerated.
3622
d06ba3c7
RH
36232001-12-06 Richard Henderson <rth@redhat.com>
3624
3625 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
3626 (cplus_demangle): Support no_demangling.
3627
e490616e
ZW
36282001-11-27 Zack Weinberg <zack@codesourcery.com>
3629
3630 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
3631 in libiberty context. Fix typo in leading comment.
3632 * configure.in: Fix various AC_DEFINEs so autoheader works.
3633 If any of vprintf, vsprintf, vfprintf is missing from libc,
3634 then AC_REPLACE_FUNCS(_doprnt).
3635
97e620cf 36362001-11-26 DJ Delorie <dj@redhat.com>
e490616e 3637 Daniel Jacobowitz <drow@mvista.com>
97e620cf
DD
3638
3639 * Makefile.in (stamp-h): Depend on Makefile for proper
3640 serialization.
3641 (*-subdir): Depend on config.h for proper serialization.
3642
c3bb7df0
DD
36432001-11-26 DJ Delorie <dj@redhat.com>
3644
3645 * configure.in: Check for alloca.h (for regex.c and putenv.c).
3646 * configure: Regenerate.
3647 * config.h: Add HAVE_ALLOCA_H.
3648
23850d35
KG
36492001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3650
2c47b56b
KG
3651 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
3652 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
3653 is available.
23850d35 3654
7ddfb651
JL
3655Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
3656
d3982b71
JL
3657 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
3658 * configure.in (HAVE_UINTPTR_T): Test for system defining
3659 uintptr_t and define HAVE_UINTPTR_T appropriately.
3660 * regex.c (uintptr_t): Do not provide a definition if the
3661 system provided one.
3662
7ddfb651
JL
3663 * regex.c (PREFIX): Provide an alternate definition for
3664 non-ANSI/ISO compilers.
3665 (ARG_PREFIX): Likewise.
3666
2e683037
JM
36672001-11-12 Jim Meyering <meyering@lucent.com>
3668
3669 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
3670 this code would end up calling gettext even in packages built
3671 with --disable-nls.
3672 * getopt.c (_): Likewise.
3673 * regex.c (_): Likewise.
3674
f749bd83
AM
36752001-11-03 Alan Modra <amodra@bigpond.net.au>
3676
3677 * configure.in: Cope with missing makeinfo.
55a10d7c 3678 * configure: Regenerate.
f749bd83 3679
26ad2982
KG
36802001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3681
e5969ba6
KG
3682 * hex.c (hex_init): Provide empty stub.
3683
26ad2982
KG
3684 * hex.c (hex_init): Delete.
3685 (_hex_value): Const-ify and initialize at compile-time.
3686
afb649d5
L
36872001-10-19 H.J. Lu <hjl@gnu.org>
3688
3689 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
3690 necessary.
3691
5bed56d9
DD
36922001-10-17 DJ Delorie <dj@redhat.com>
3693
3694 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
3695 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
4dcc42a3 3696 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5bed56d9
DD
3697 Improve manual formatting.
3698 * functions.texi: Regenerate.
3699
aac04c15
DD
37002001-10-15 DJ Delorie <dj@redhat.com>
3701
3702 * Makefile.in (TEXIFILES): Add fnmatch.txh.
3703 (maint-undoc): New.
3704 maint-tool: Add "undoc" tool.
3705 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
3706 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
3707 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
3708 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
3709 documentation.
3710 * fnmatch.txh: New.
3711 * functions.texi: Regenerate.
fae8182a 3712
0e4e9e8f
JM
37132001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
3714
3715 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
3716 * strtod.c: Use "ISO C" instead of "ANSI C".
3717 * functions.texi: Regenerate.
3718
7f8fa05d
JM
37192001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
3720
3721 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
3722 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
3723 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
3724 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
3725 spelling. Give names to function arguments in documentation. Use
3726 (void) prototypes in documentation.
3727 * functions.texi: Regenerate.
3728
0be6abca
KG
37292001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3730
3731 * argv.c (buildargv, tests, main): Const-ify.
3732 * cp-demangle.c (operator_code): Likewise.
3733 * cplus-dem.c (optable, libiberty_demanglers,
3734 cplus_demangle_set_style, cplus_demangle_name_to_style,
3735 print_demangler_list): Likewise.
3736 * hashtab.c (higher_prime_number): Likewise.
3737 * strcasecmp.c (charmap): Likewise.
3738 * strerror.c (error_info, strerror, main): Likewise.
3739 * strncasecmp.c (charmap): Likewise.
3740 * strsignal.c (signal_info): Likewise.
3741
0e30ffc5
DD
37422001-09-29 DJ Delorie <dj@redhat.com>
3743
3744 * configure: Regenerate.
3745
576fb787
KG
37462001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3747
3748 * concat.c: Include stdlib.h.
3749
e922f978
EZ
37502001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
3751
3752 * libiberty.texi: (Top level): Add syncodeindex pg. Add
3753 @dircategory and @direntry directives. Add @finalout.
3754 (many nodes): Lose the next,prev,up pointers on the @nide line.
3755 (Using, Supplemental Functions, Replacement Functions): Fix
3756 markup.
3757 (Functions): Move around, to allow makeinfo to build the manual
3758 without next,prev,up pointers in thye node lines.
3759 (Licenses): Fix typos.
3760
3761 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
3762 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
3763 * functions.texi: Regenerate.
3764
3765 * copying-lib.texi: Lose the next,prev,up pointers on the @node
3766 line.
3767
ae9092da
DD
37682001-09-27 DJ Delorie <dj@redhat.com>
3769
3770 * configure.in: Don't use in-tree texinfo, because libiberty must
3771 be built before it. Check for makeinfo version 4 or higher.
3772 * functions.texi: Regenerate.
fae8182a 3773
aaa5f039
DD
37742001-09-20 DJ Delorie <dj@redhat.com>
3775 Phil Edwards <pedwards@disaster.jaj.com>
fae8182a 3776
aaa5f039
DD
3777 * configure.in (MAKEINFO, PERL): Detect these.
3778 (--enable-maintainer-mode): Add.
3779 * configure: Regenerate.
3780 * Makefile.in (MAKEINFO, PERL): Define.
3781 (libiberty.info, libiberty.dvi, libiberty.html): New.
3782 (CFILES): Add bsearch.c.
3783 (CONFIGURED_OFILES): New, list of objects configure might add.
3784 (maint-missing, maint-buildall): New, for maintainers only.
3785 (clean, mostlyclean): Add info/dvi/html files.
3786 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
3787 * gather-docs: New, for maintainers.
3788 * maint-tool: New, for maintainers.
3789 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
3790 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
3791 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
3792 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
3793 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
3794 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
3795 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
3796 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
3797 documentation.
fae8182a 3798
c1766881
KG
37992001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3800
3801 * concat.c (reconcat): Fix for traditional C.
3802
ad43d46f
KG
38032001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3804
3805 * concat.c (reconcat): New function.
3806
c1d49704
KG
38072001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3808
c793eea7
KG
3809 * concat.c (vconcat_length, vconcat_copy, concat_length,
3810 concat_copy, concat_copy2): New functions.
3811 (concat): Use vconcat_length/vconcat_copy.
3812
c1d49704
KG
3813 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
3814 Define.
3815
7a98d9b2
KG
38162001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3817
3818 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
3819 VA_FIXEDARG & VA_CLOSE.
fae8182a 3820
7a98d9b2
KG
3821 * vasprintf.c: Check HAVE_STRING_H when including string.h.
3822 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
3823 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
3824
e2dff3f2
KG
38252001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3826
3827 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
3828
d0708dc1
UD
38292001-08-23 Ulrich Drepper <drepper@redhat.com>
3830
3831 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
3832
38332001-08-23 Ulrich Drepper <drepper@redhat.com>
3834
3835 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
3836 instead of mbrtowc.
3837 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
3838 wcslen, and __wcscoll instead of wcscoll.
3839
ffb9435b
MK
38402001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3841
de78f58b
AJ
3842 * fibheap.c (fibheap_init, fibnode_init): Remove.
3843 (fibheap_new, fibnode_new): Use xcalloc to allocate and
3844 initialize memory.
3845 (fibheap_insert): Remove check for node allocation failure.
ffb9435b 3846
f379eac3
RH
38472001-08-21 Richard Henderson <rth@redhat.com>
3848
3849 * Makefile.in (fibheap.o): Depend on config.h.
3850 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
3851 functions for inlining.
3852
b1c45ae4
CF
3853Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
3854
3855 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
3856 hosting on cygwin.
3857 * configure: Regenerate.
3858
0310e5ac
AC
38592001-08-20 Andrew Cagney <ac131313@redhat.com>
3860
3861 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
3862 HARRIS_FLOAT_FORMAT.
3863 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
3864 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
3865 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
3866 (floatformat_m88110_harris_ext): New float formats.
3867
8c23e0a4
DB
38682001-08-20 Daniel Berlin <dan@cgsoftware.com>
3869
3870 * fibheap.c: New file. Fibonacci heap.
3871
3872 * Makefile.in (CFILES): Add fibheap.c.
3873 (REQUIRED_OFILES): Add fibheap.o.
3874 (fibheap.o): Add dependencies for fibheap.o.
3875
91625004
CF
38762001-08-17 Christopher Faylor <cgf@cygnus.com>
3877
3878 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
3879 * configure: Regenerate.
3880
9e0ba685
RH
38812001-08-16 Richard Henderson <rth@redhat.com>
3882
3883 * hashtab.c (htab_hash_string): New.
3884
d80dedbe
AC
38852001-08-13 Andrew Cagney <ac131313@redhat.com>
3886
3887 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
3888 name.
3889
ccea0d85
IH
38902001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
3891
3892 * regex.c (wcs_regex_compile): Use appropriate string
3893 to compare with collating element.
3894 Fix the padding for the alignment.
3895
b0e9bc8c 38962001-08-10 Andrew Cagney <ac131313@redhat.com>
0ef5547d
AC
3897
3898 * lbasename.c (lbasename): Change function definition to return a
3899 const char pointer.
3900
056400f1
JM
39012001-08-07 Jason Merrill <jason_merrill@redhat.com>
3902
3903 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
3904 for".
3905
4e627c41
RH
39062001-08-03 Richard Henderson <rth@redhat.com>
3907
3908 * Makefile.in (concat.o): Depend on config.h.
3909
b6a2f884
AJ
39102001-07-30 Andreas Jaeger <aj@suse.de>
3911
3912 * concat.c: Include "config.h".
3913
c4b9cfe0
AJ
39142001-07-30 Andreas Jaeger <aj@suse.de>
3915
3916 * regex.c: Declare wcs functions only if compiling with
3917 MBS_SUPPORT.
3918 Don't use #elif for traditional C.
3919
39202001-07-23 Ulrich Drepper <drepper@redhat.com>
3921
3922 * regex.c: Revamp memory allocation for WCHAR functions to
3923 not use too much stack.
3924
39252001-07-30 Andreas Jaeger <aj@suse.de>
3926
3927 * regex.c: Declare wcs functions only if compiling with
3928 MBS_SUPPORT.
3929 Don't use #elif for traditional C.
3930
2cf50fd3
DJ
39312001-07-25 Daniel Jacobowitz <drow@mvista.com>
3932
3933 * Makefile.in (regex.o): Add dependency on config.h.
3934
27ffc806
DD
39352001-07-18 Andreas Schwab <schwab@suse.de>
3936
3937 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
3938 underscore character.
3939
39402001-07-18 Ulrich Drepper <drepper@redhat.com>
3941
3942 * regex.c: Limit string length printed in debug messages to 100
3943 chars.
3944
39452001-07-18 Andreas Jaeger <aj@suse.de>
3946
3947 * regex.c: Place under LGPL version 2.1.
3948
dd771632
JJ
39492001-07-10 Jeff Johnston <jjohnstn@redhat.com>
3950
3951 * Makefile.in: Add support for regex code.
3952 * regex.c: New file.
3953
29650b2b
MK
39542001-07-05 Mark Klein <mklein@dis.com>
3955
3956 * Makefile.in: Add ffs.c dependency.
3957 * configure.in: Add ffs.c.
3958 * ffs.c: New file.
3959
c8b28221
RH
39602001-06-18 Richard Henderson <rth@redhat.com>
3961
3962 * concat.c: Include <sys/types.h>.
3963
473c2d0b
LR
39642001-06-11 Loren J. Rittle <ljrittle@acm.org>
3965
a4c03da2 3966 bootstrap/3106
473c2d0b
LR
3967 * strerror.c (sys_nerr): Hide the OS header version.
3968 * strsignal.c (sys_nsig): Likewise.
3969
0bdcca68
RH
39702001-06-10 Richard Henderson <rth@redhat.com>
3971
3972 * concat.c: Include string.h. Fix int vs size_t usage.
3973 Simplify the iteration loops. Use memcpy.
3974
6de133d3
MK
39752001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3976
3977 * partition.c: Fix misspelling of `implementation'.
3978
8a153288
TS
39792001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3980
3981 * md5.c (md5_init_ctx): Declare constants as unsigned.
3982 (md5_process_block): Likewise.
3983
641b2721
ZW
39842001-05-07 Zack Weinberg <zackw@stanford.edu>
3985
3986 * cp-demangle.c (demangle_v3_with_details,
3987 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
3988 function definition.
3989 * ternary.c: Use K+R style function definitions. Use PTR, not
3990 void *. Make arguments constant where possible.
3991
5cdba4ff
MM
39922001-05-07 Mark Mitchell <mark@codesourcery.com>
3993
3994 * splay-tree.h (splay_tree_max): New function.
3995 (splay_tree_min): Likewise.
3996
9dab060e
DB
39972001-04-15 Daniel Berlin <dan@cgsoftware.com>
3998
3999 * ternary.c: New file - Ternary search tree implementation.
4000
4001 * Makefile.in: Add ternary.o, and ternary.c dependencies.
4002
d02af173
ZW
40032001-04-03 Zack Weinberg <zackw@stanford.edu>
4004
4005 * make-temp-file.c (try): Inline.
4006
94b68558
RH
40072001-02-28 Richard Henderson <rth@redhat.com>
4008
4009 * Makefile.in (make-temp-file.o): Depend on config.h.
4010
27f66c0b
KG
40112001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4012
4013 * memchr.c (memchr): Adjust condition to avoid infinite loop.
4014
f1a0345c
JJ
40152001-03-23 Jakub Jelinek <jakub@redhat.com>
4016
4017 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
4018 `_' not followed by a digit is invalid.
4019
a519fba6
JB
40202001-03-22 Jim Blandy <jimb@redhat.com>
4021
4022 * cp-demangle.c (string_list_delete): Use dyn_string_delete
4023 instead of free, to free the contents as well as the string
4024 structure.
4025
49ee944b
ZW
40262001-03-21 Zack Weinberg <zackw@stanford.edu>
4027
4028 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
4029 Don't default P_tmpdir to anything. Try /var/tmp before
4030 /usr/tmp.
4031
33437dc7
ZW
40322001-03-20 Zack Weinberg <zackw@stanford.edu>
4033
4034 * choose-temp.c: Split off make_temp_file, and the code
4035 duplicated between it and choose_temp_base, into...
4036 * make-temp-file.c: ... here; new file.
4037
4038 * Makefile.in (CFILES): Add make-temp-file.c.
4039 (REQUIRED_OFILES): Add make-temp-file.o.
4040
7dce2eff
JB
40412001-03-20 Jim Blandy <jimb@redhat.com>
4042
4043 * cp-demangle.c (struct demangling_def): New fields:
4044 is_constructor and is_destructor.
4045 (demangling_new): Initialize them.
4046 (demangle_ctor_dtor_name): Set them, if we detect a constructor
4047 or destructor.
4048 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
4049 is_gnu_v3_mangled_dtor): New functions.
4050
e03a61f1
JM
40512001-03-20 Jason Merrill <jason@redhat.com>
4052
4053 * cplus-dem.c (main): Skip initial $.
4054
8860ddab
MM
40552001-03-15 Michael Meissner <meissner@redhat.com>
4056
4057 * hashtab.c (higher_prime_number): Silence warning that 4294967291
4058 might be a signed integer under pre-ISO C systems.
4059
2b757d51
NB
40602001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
4061 John David Anglin <dave@hiauly1.hia.nrc.ca>
4062
4063 * libiberty/lbasename.c: New file.
4064 * libiberty/Makefile.in: Update for lbasename.
4065
1f50aafb
ZW
40662001-03-06 Zack Weinberg <zackw@stanford.edu>
4067
4068 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
4069 * configure.in: Replace all alloca logic with a simple use of
4070 the above new macro.
4071 * config.table: Kill *-*-beos* entry.
4072 * config/mh-beos: Delete.
4073 * configure, config.in: Regenerate.
4074
4075 * Makefile.in (ALLOCA, HFILES): Kill.
4076 (REQUIRED_OFILES): Add alloca.o.
4077 (alloca.o): Depend on libiberty.h.
4078 (argv.o): Don't depend on alloca-conf.h.
4079 * alloca-conf.h: Delete.
4080 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
4081 blocks. Provide the C alloca unconditionally. Use PTR where
4082 appropriate. Make i00afunc static.
4083 * argv.c: Don't include alloca-conf.h.
4084
d9fd5aae
JDA
40852001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4086
4087 * cplus-dem.c (main): Cast enum style to int.
4088
4031ed65
LR
40892001-02-16 Loren J. Rittle <ljrittle@acm.org>
4090
4091 * cplus-dem.c (main): Initialize style.
4092
2ca46e8a
PE
40932001-02-02 Phil Edwards <pme@sources.redhat.com>
4094
4095 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
4096
3b60dd8e
BM
40972001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
4098
4099 Add support for Java demangling under the v3 ABI:
4100 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
4101 (struct demangling_def): Add `style' field.
4102 (demangling_new): New parameter `style'. Set it in demangling_t.
4103 (demangle_prefix): Use NAMESPACE_SEPARATOR.
4104 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
4105 (cp_demangle): New parameter `style'. Pass it to demangling_new().
4106 (main): Call cp_demangle with extra parameter.
4107 (java_demangle_v3): New function.
4108 (java_builtin_type_names): New. Table of primitive type names used
4109 for Java demangling.
4110 (demangle_builtin_type): Look up in java_builtin_type_names if doing
4111 Java output.
1f50aafb 4112 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
3b60dd8e
BM
4113 demangling.
4114 (long_options): Remove obsolete `java' option.
4115 (main): Remove explicit handling of `java' option. Instead, pass style
4116 parameter in cplus_demangle flags as gdb does.
4117 * testsuite/demangle.expected: Add some Java test cases.
4118
584932e9
DD
41192000-12-29 DJ Delorie <dj@redhat.com>
4120
4121 * fnmatch.c: Make the note about the origins of this file more
4122 accurate, at least until we can sync with glibc.
4123 * getopt.c: Ditto.
4124 * getopt1.c: Ditto.
4125 * md5.c: Ditto.
4126 * obstack.c: Ditto.
4127
dac45916
MS
41282000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4129
4130 * bsearch.c: New file.
4131 * configure.in (funcs): Add bsearch.
4132 (AC_CHECK_FUNCS): Likewise.
4133 * configure, config.in: Regenerate.
4134
a8e4a997
MS
41352000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4136
4137 * safe-ctype.c: #include "ansidecl.h".
4138 * strtod.c: Likewise.
4139
75444da7
MS
41402000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4141
4142 * strtoul.c: Include safe-ctype.h, not ctype.h.
4143
f6bbde28
ZW
41442000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
4145
4146 * safe-ctype.c: New file.
4147 * Makefile.in (CFILES): Add safe-ctype.c.
4148 (REQUIRED_OFILES): Add safe-ctype.o.
4149
4150 * argv.c: Define ISBLANK and use it, not isspace.
4151 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
4152 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
4153 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
4154 before calling TOLOWER(c)/TOUPPER(c).
4155
6c1ce62b 41562000-12-07 Mike Stump <mrs@wrs.com>
b25a8973
MS
4157
4158 * Makefile.in (distclean): When cleaning, remove testsuite.
4159
b5d1497d
JM
41602000-12-05 Jason Merrill <jason@redhat.com>
4161
4162 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
4163 name before allocating the dyn_string.
4164
c6e13630
JM
41652000-12-04 Jason Merrill <jason@redhat.com>
4166
4167 * cp-demangle.c: s/new_abi/v3/.
4168 * cplus-dem.c: Likewise.
4169 (current_demangling_style): Now auto_demangling.
4170 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
f6bbde28 4171 (main): Use standard symbol chars for auto_demangling.
c6e13630 4172
a4c9b97e
MM
41732000-11-26 Mark Mitchell <mark@codesourcery.com>
4174
4175 * hashtab.c (higher_prime_number): Use a table, rather than a
4176 seive, to find the next prime.
4177
3b3bd9a7
L
41782000-11-22 H.J. Lu <hjl@gnu.org>
4179
4180 * cplus-dem.c (main): Handle gnat_demangling.
4181
d1209685
ZW
41822000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
4183
4184 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
4185 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
4186 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
4187 argument form of AC_DEFINE in dummy definitions block. Use
4188 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
4189 in dummy block. Preload cache variables instead of bypassing
4190 tests, where possible.
4191 * acconfig.h: Removed.
4192
4193 * xmalloc.c (xmalloc_failed): New function, does error
4194 reporting on failed allocation.
4195 (xmalloc, xcalloc, xrealloc): Use it.
4196
cf183ac2
HPN
41972000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
4198
4199 * cplus-dem.c (cplus_demangle): Fix formatting.
4200 (grow_vect): Ditto.
4201 (ada_demangle): Ditto.
4202 (internal_cplus_demangle): Ditto.
4203 (mop_up): Ditto.
4204
42052000-11-21 H.J. Lu <hjl@gnu.org>
4206
4207 * cplus-dem.c (main): Handle java_demangling.
4208
8bcc782c
KG
42092000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4210
4211 * cplus-dem.c (grow_vect): Prototype.
4212 (ada_demangle): Cast the arg of ctype macros to unsigned char.
4213
29120f44
HPN
42142000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
4215
4216 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
4217 parameter `option'.
4218
0437a5a8
KB
42192000-11-15 Kenneth Block <kenneth.block@compaq.com>
4220
9e038f71 4221 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
0437a5a8
KB
4222 be used in GCC.
4223
eab0c1ab 42242000-11-15 Kenneth Block <kenneth.block@compaq.com>
61ab980a 4225
29120f44 4226 * cplus-dem.c: Add gnat demangler. Add java to demangle style
61ab980a
KB
4227 list.
4228
d50d20ec
HPN
42292000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
4230
4231 * hashtab.c (htab_expand): Change to return int. Use calloc or
c4b9cfe0
AJ
4232 xcalloc depending on htab->return_allocation_failure. Return zero
4233 if calloc fails.
d50d20ec
HPN
4234 (htab_create): Update comment to cover memory allocation.
4235 (htab_try_create): New.
4236 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
c4b9cfe0 4237 Update comment to cover this.
d50d20ec 4238
35e9340f
HPN
42392000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4240
4241 * hashtab.c: Change void * to PTR where necessary.
4242 (htab_create, htab_expand): Correct formatting of comment before
4243 function.
4244
ea343d1a 42452000-10-22 Alex Samuel <samuel@codesourcery.com>
0870bfd6
AS
4246
4247 * cp-demangle.c (string_list_def): Add caret_position and comments.
4248 (result_caret_pos): New macro.
4249 (result_append_string): Rename to...
4250 (result_add_string): ... this, and insert at caret position.
d1209685 4251 Rename throughout.
0870bfd6
AS
4252 (result_append): Rename to...
4253 (result_add): ... this, and insert at caret position. Rename
d1209685 4254 throughout.
0870bfd6
AS
4255 (result_append_char): Rename to...
4256 (result_add_char): ... this, and insert at caret position. Rename
d1209685 4257 throughout.
0870bfd6
AS
4258 (result_append_space): Remove.
4259 (string_list_new): Initialize caret position.
4260 (result_add_separated_char): Use caret position.
4261 (result_get_caret): New funtion.
4262 (result_set_caret): Likewise.
4263 (result_shift_caret): Likewise.
4264 (result_previous_char_is_space): Likewise.
4265 (substitution_start): Use caret position.
4266 (substitution_add): Likewise.
4267 (demangling_new): Initialize caret position.
4268 (demangle_encoding): Use caret position.
d1209685 4269 (demanglin_nested_name): Put CV qualifiers after name.
0870bfd6
AS
4270 (demangle_type_ptr): Use switch statement. Handle pointers to
4271 arrays. Don't use result_append_space. Use caret position.
4272 (demangle_type): Emit CV qualifiers after underlying type. Adjust
d1209685
ZW
4273 call to demangle_array_type.
4274 (demangle_array_type): Add parameter to handle pointers to arrays.
4275
f15b9af9
MM
42762000-10-01 Mark Mitchell <mark@codesourcery.com>
4277
4278 * splay-tree.c (splay_tree_insert): Fix formatting.
4279
8f17b5c5
MM
42802000-09-16 Mark Mitchell <mark@codesourcery.com>
4281
4282 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
4283
4eaa189a
MS
42842000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4285
4286 * splay-tree.c: #include <stdio.h>.
4287
29791078
HPN
42882000-09-14 Hans-Peter Nilsson <hp@axis.com>
4289
4290 * testsuite/demangle-expected: Add two tests for anonymous
4291 namespaces.
4292 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
4293
2c9f4db7
MM
42942000-09-10 Mark Mitchell <mark@codesourcery.com>
4295
4296 * splay-tree.c (splay_tree_predecessor): New function.
4297 (splay_tree_successor): Likewise.
4298
bb22da4b
HPN
42992000-09-10 Hans-Peter Nilsson <hp@axis.com>
4300
4301 * testsuite/demangle-expected: Add four tests for type_info
4302 mangling.
bb22da4b
HPN
4303 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
4304 for a non-template non-qualified type_info function or node.
4305
759e8187
AS
43062000-09-08 Alex Samuel <samuel@codesourcery.com>
4307
4308 * cp-demangle.c: Fix copyright banner.
4309
2ecd81ef
MS
43102000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4311
4312 * md5.c: #include "ansidecl.h".
4313
d93998ec
AS
43142000-09-06 Alex Samuel <samuel@codesourcery.com>
4315
4316 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
4317 (demangle_type): Handle substitution candidates correctly in the
4318 face of special substitutions.
4319
1056d228
AS
43202000-09-05 Alex Samuel <samuel@codesourcery.com>
4321
4322 * cp-demangle.c (demangle_encoding): Rename variable.
4323 (demangle_name): Rename parameter. Handle return type
4324 suppression.
4325 (demangle_nested_name): Rename parameter.
4326 (demangle_prefix): Likewise. Change return type suppression.
4327 (demangle_unqualified_name): Add parameter. Flag constructors and
4328 conversion operators.
4329 (demangle_special_name): Fix comment.
4330 (demangle_type): Rename variable.
4331 (demangle_bare_function_type): Check for missing return type and
d1209685 4332 parameter.
1056d228
AS
4333 (demangle_class_enum_type): Rename parameter.
4334 (demangle_discriminator): Fix misspelling in comment.
4335
2f31ed7e
DD
43362000-08-31 DJ Delorie <dj@redhat.com>
4337
4338 * configure.in (Cygwin): special case cygwin only when we're
4339 building cygwin, not when we're hosting cygwin.
4340
02bcb9c6
AS
43412000-09-04 Alex Samuel <samuel@codesourcery.com>
4342
4343 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
d1209685
ZW
4344 <expression>.
4345
aee749cf
AS
43462000-09-04 Alex Samuel <samuel@codesourcery.com>
4347
4348 * cp-demangle.c (demangle_type_ptr): Increment position past
4349 pointer and reference characters.
4350
92a16bbe
AS
43512000-09-04 Alex Samuel <samuel@codesourcery.com>
4352
4353 * cp-demangle.c (demangle_nv_offset): New function.
4354 (demangle_v_offset): Likewise.
4355 (demangle_call_offset): Likewise.
4356 (demangle_special_name): Update thunk demangling to comply with
4357 ABI changes.
d1209685 4358
31e0ab1f
AS
43592000-09-03 Alex Samuel <samuel@codesourcery.com>
4360
4361 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
4362 (substitution_def): Remove template_parm_number.
4363 (NOT_TEMPLATE_PARM): Remove.
4364 (result_insert_string): New macro.
4365 (result_insert): Likewise.
4366 (result_insert_char): Likewise.
4367 (substitution_add): Remove last parameter. Don't store template
d1209685 4368 parm number.
31e0ab1f
AS
4369 (BFT_NO_RETURN_TYPE): Define as NULL.
4370 (demangle_encoding): Adjust call to demangle_bare_function_type.
4371 (demangle_name): Adjust substitution. Adjust call to
d1209685 4372 substitution_add.
31e0ab1f
AS
4373 (demangle_prefix): Adjust call to substitution_add.
4374 (demangle_identifier): Handle anonymous namespaces.
4375 (demangle_operator_name): Change demangling of vendor-extended
4376 operator to match ABI changes.
4377 (demangle_type_ptr): Change parameters. Make recursive. Handle
d1209685 4378 substitutions here.
31e0ab1f
AS
4379 (demangle_type): Adjust calls to demangle_template_param,
4380 substitution_add, and demangle_type_ptr. Fix substitution of
4381 templated types.
4382 (demangle_function_type): Change parameter to a pointer.
4383 (demangle_bare_function_type): Likewise. Adjust insertion point.
4384 (demangle_template_param): Remove last parameter.
4385 (demangle_expr_primary): Remove unused variable. Adjust call to
d1209685 4386 demangle_template_param.
31e0ab1f
AS
4387 (is_mangled_char): Accept `$' and `.'.
4388 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
4389 * dyn-string.c (dyn_string_insert_char): New function.
4390
ccbc3eb7
HPN
43912000-08-31 Hans-Peter Nilsson <hp@axis.com>
4392
4393 * testsuite/demangle-expected: Add nine tests for
4394 underscore-after-number followed by five tests for name-signature
4395 delimiter.
4396
53dce582
RH
43972000-08-28 Richard Henderson <rth@cygnus.com>
4398
4399 * Makefile.in (md5.o): Depend on config.h.
4400
881c6935
JM
44012000-08-28 Jason Merrill <jason@redhat.com>
4402
4403 * Makefile.in (REQUIRED_OFILES): Add md5.o.
4404 (CFILES): Add md5.c.
4405 * md5.c: New file.
4406
a440fd19
AS
44072000-08-27 Alex Samuel <samuel@codesourcery.com>
4408
4409 * cp-demangle.c (demangle_name): Initialize template_p in local
4410 name case. Don't re-add substitutions as candidates.
4411 (demangle_nested_name): Use <unqualified-name>.
4412 (demangle_prefix): Likewise. Don't add template names as
4413 substitution candidates twice, or re-add a substitution or the
4414 last prefix component.
4415 (demangle_local_name): Adjust output format.
4416
d01ce591
AS
44172000-08-25 Alex Samuel <samuel@codesourcery.com>
4418
4419 * cp-demangle.c (result_add_separated_char): Change parameter to
4420 int.
4421 (substitution_add): Don't check for duplicates. Check if
4422 previously allocated size is zero.
4423 (demangle_name): Remove duplicate check for std substitution.
4424 Clear template flag appropriately.
4425 (demangle_prefix): Remove argument to demangle_substitution.
4426 Don't check that template flag is already set.
4427 (demangle_operator_name): Add pt operator.
4428 (demangle_type): Don't treat r as built-in type. Remove argument
4429 to demangle_substitution. Fix substitution candidate mechanics.
4430 Handle <template-template-parm>s. Improve comments.
d1209685 4431 (demangle_template_param): Don't handle template arg lists here.
d01ce591
AS
4432 (demangle_substitution): Remove parameter.
4433 (print_usage): Remove extra fprintf option.
4434
2f59c8eb
GM
44352000-08-24 Greg McGary <greg@mcgary.org>
4436
4437 * libiberty/random.c (end_ptr): Revert previous change.
4438
2f26c11d
GM
44392000-08-24 Greg McGary <greg@mcgary.org>
4440
4441 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
4442 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
4443 * libiberty/random.c (end_ptr): Likewise.
4444
e282c9c9
AS
44452000-08-23 Alex Samuel <samuel@codesourcery.com>
4446
4447 * cp-demangle.c (result_close_template_list): Remove function.
4448 (result_add_separated_char): New function.
4449 (result_open_template_list): New macro.
4450 (result_close_template_list): Likewise.
4451 (demangle_prefix): Don't set template_p if the
4452 prefix ends with a ctor name.
4453 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
4454 (demangle_type): Check for template args after substitution.
4455 (demangle_template_args): Use result_open_template_list.
d1209685 4456
c9b6494a
ZW
44572000-08-02 Zack Weinberg <zack@wolery.cumb.org>
4458
4459 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
4460
d1209685 44612000-07-26 Dave Pitts <dpitts@cozx.com>
4f21e377
DP
4462
4463 * config/mh-openedition.h: Added -DLE370 definition.
4464
0aab2795
ME
44652000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
4466
4467 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
4468 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
4469 Cast program to 'char *' in errmsg_arg assignment.
4470 (PWAIT_ERROR): Define.
4471 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
4472 to DJGPP's WIF* macros.
4473
c2f275e4
RB
44742000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
4475 Jeff Law <law@cygnus.com>
4476
73aa9564
RB
4477 * getcwd.c: Include string.h, stdlib.h for prototypes
4478
c2f275e4 4479 * Makefile.in (rename.o, waitpid.o): Depend on config.h
73aa9564
RB
4480 * rename.c: Include config.h, unistd.h
4481 * waitpid.c: Include config.h, sys/wait.h
c2f275e4 4482
ccbc3eb7
HPN
44832000-07-24 Hans-Peter Nilsson <hp@axis.com>
4484
4485 * cplus-dem.c (work_stuff_copy_to_from): New.
4486 (delete_non_B_K_work_stuff): New.
4487 (delete_work_stuff): New.
4488 (mop_up): Break out work_stuff partly destruction to
4489 delete_non_B_K_work_stuff.
4490 (iterate_demangle_function): New.
4491 (demangle_prefix): Call iterate_demangle_function instead of
4492 demangle_function_name. Leave handling of name-signature
4493 __-delimiters to iterate_demangle_function.
4494 (demangle_integral_value): Strip an optional
4495 following underscore cautiously. Handle negative numbers.
4496
3388651c
DB
44972000-07-24 Daniel Berlin <dberlin@redhat.com>
4498
d1209685 4499 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
3388651c
DB
4500 if (AUTO_DEMANGLING || GNU_DEMANGLING)
4501
0fac482e
AS
45022000-07-21 Alex Samuel <samuel@codesourcery.com>
4503
4504 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
4505 allocating ctor mangling.
4506 (demangle_array_type): Handle empty and non-constant array length.
4507
8502a100 45082000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
cd447360
MS
4509 Jeff Law <law@cygnus.com>
4510
c6451ce1
MS
4511 * configure.in (AC_CHECK_HEADERS): Add time.h.
4512 (AC_HEADER_TIME): Add check.
4513 * configure, config.in: Regenerate.
4514 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
4515
cd447360
MS
4516 * configure.in (AC_CHECK_HEADERS): Add limits.h.
4517 * configure, config.in: Regenerate.
4518 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
4519 * strtol.c, strtoul.c: #include "config.h". Portably #include
4520 <limits.h> and/or <sys/param.h>.
4521 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
8502a100 4522
3b58c099
MS
4523 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
4524 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
4525 * configure, config.in: Regenerate.
4526 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
4527
8502a100
MS
4528 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
4529
da0c7743
MS
45302000-07-21 Mike Stump <mrs@wrs.com>
4531
4532 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
0c978c46 4533 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
da0c7743 4534
838f8562
KG
45352000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4536
4537 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
4538
4539 * setenv.c (setenv): Initialize variable `ep'.
4540
4541 * sigsetmask.c (abort): Prototype.
4542
4543 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
4544 __STDC__ for stdarg.h include.
4545 (int_vasprintf): Prototype.
4546 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
4547 definition. Cast `global_total_width' in comparison.
4548 (main): Prototype. Return a value.
4549
4550 * vfork.c (fork): Prototype.
4551
4552 * xexit.c: Include config.h.
4553
e9958132
JM
45542000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
4555
4556 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
4557 and print it with %u.
4558
39a6492f
HPN
45592000-07-17 Hans-Peter Nilsson <hp@axis.com>
4560
4561 * testsuite/regress-demangle (failed test): Show result and
4562 expected output.
4563
6d0be369
AH
45642000-07-07 Andrew Haley <aph@cygnus.com>
4565
4566 * cplus-dem.c (main): fflush() after emitting last char before
4567 waiting for input.
4568
bece74bd
AS
45692000-06-28 Alex Samuel <samuel@codesourcery.com>
4570
4571 * cp-demangle.c (demangle_encoding): Accept no substitutions.
4572 (demangle_name): Handle <substitution> followed by
4573 <unqualified-template-name>.
4574 (demangle_type): Follow special substitutions with
4575 <class-enum-type>
4576 (demangle_subtitution): Set template_p for special substitutions.
4577 (main): Fix typos.
d1209685 4578
229b8ec7
AS
45792000-06-27 Alex Samuel <samuel@codesourcery.com>
4580
4581 * cp-demangle.c (demangle_special_name): Swap base and derived
4582 class when demangling construction vtables.
4583
051664b0
AS
45842000-06-21 Alex Samuel <samuel@codesourcery.com>
4585
4586 * cp-demangle.c: Don't include ctype.h.
4587 (IS_DIGIT): New macro.
4588 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
4589 instead of isdigit and isalpanum.
4590 (demangling_def): Make name and next const pointers.
4591 (STATUS_ALLOCATION_FAILED): New status code.
4592 (dyn_string_append_space): Handle failure in
4593 dyn_string_append_char.
4594 (int_to_dyn_string): Likewise. Change return value to status_t.
4595 (string_list_new): Handle failure of dyn_string_init.
4596 (result_close_template_list): Change return type to status_t.
4597 Handle failure in dyn_string_append.
4598 (result_push): Change return value to status_t. Handle failure in
4599 string_list_new. Handle failure of result_push throughout.
4600 (substitution_add): Change return value to status_t. Handle
4601 dyn_string failures. Handle failure of substitution_add
4602 throughout.
4603 (template_arg_list_new): Return NULL on allocation failure.
4604 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
4605 Handle error result throughout.
4606 (result_append): Likewise.
4607 (result_append_char): Likewise.
4608 (result_append_space): Likewise.
4609 (demangling_new): Make argument a const pointer. Handle
4610 allocation failures.
4611 (demangle_template_args): Handle failure in template_arg_list_new
4612 and result_close_template_list.
4613 (demangle_discriminator): Return if int_to_dyn_string fails.
4614 (cp_demangle): Likewise.
4615 (cp_demangle_type): New function.
4616 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
4617 memory allocation failure.
4618 (main): Likewise.
4619 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
4620 IN_LIBGCC2.
4621 (dyn_string_init): Change return value to int. Handle
4622 RETURN_ON_ALLOCATION_FAILURE case.
4623 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
4624 (dyn_string_release): Delete the dyn_string.
4625 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
4626 (dyn_string_copy): Change return type to int.
4627 (dyn_string_copy_cstr): Likewise.
4628 (dyn_string_prepend): Likewise.
4629 (dyn_string_prepend_cstr): Likewise.
4630 (dyn_string_insert): Likewise.
4631 (dyn_string_insert_cstr): Likewise.
4632 (dyn_string_append): Likewise.
4633 (dyn_string_append_cstr): Likewise.
4634 (dyn_string_append_char): Likewise.
4635 (dyn_string_substring): Likewise.
d1209685 4636
fe06b696
ZW
46372000-06-09 Zack Weinberg <zack@wolery.cumb.org>
4638
4639 * cp-demangle.c (demangle_operator_name): Add spaces before
4640 names beginning with a letter: delete, delete[], new, new[],
4641 sizeof.
4642 (demangle_special_name): Handle TF <type> and TJ <type>.
4643
6223e158
PDM
4644Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
4645
4646 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
4647
48f3e29b
PDM
4648Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
4649
4650 * cp-demangle.c (stdio.h): File included unconditionaly.
4651 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
4652 * dyn-string.c (stdio.h): File included.
4653 * partition.c (partition_print): No `&' needed to take the address of
4654 a function.
4655
69197e7e
KG
46562000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4657
4658 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
d1209685 4659
69197e7e
KG
4660 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
4661
4662 * cp-demangle.c (demangle_char): Change parameter from char to int.
4663 (demangle_expression, demangle_expr_primary): Remove extra
4664 semi-colon in prototype.
4665
4666 * dyn-string.c (dyn_string_append_char): Change parameter from
4667 char to int.
4668
4669 * memcmp.c (memcmp): Constify.
4670
4671 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
4672 __extension__.
4673
4674 * partition.c (elem_compare): Prototype. Don't cast away
4675 const-ness.
4676
4677 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
d1209685 4678
7eb23b1f
KG
46792000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4680
4681 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
4682
4683 * cp-demangle.c: Include demangle.h.
4684 (template_arg_list_new): DeANSIfy.
4685 (cp_demangle): Make static and add prototype.
4686 (operator_code, operators): Constify.
4687 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
4688
3faa108c
AS
46892000-06-05 Alex Samuel <samuel@codesourcery.com>
4690
4691 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
4692 unsigned char.
4693 (demangle_unqualified_name): Likewise.
4694 (demangle_number_literally): Likewise.
4695 (demangle_type): Likewise.
4696 (demangle_substitution): Likewise.
4697 (is_mangled_char): Likewise, for isalnum.
4698
69afa80d
AS
46992000-06-04 Alex Samuel <samuel@codesourcery.com>
4700
4701 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
4702 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
4703 (cp-demangle.o): New dependency.
4704 (dyn-string.o): Likewise.
4705
4706 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
4707
4708 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
4709 demangler.
4710 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
4711 demangling mode.
4712 (gnu_new_abi_symbol_characters): New function.
4713 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
4714 file.
4715 * cp-demangle.c: New file.
d1209685 4716
0b72c3df
AC
4717Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
4718
4719 * floatformat.c: Add name to each floatformat field.
4720
270cea06
JL
4721Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
4722
4723 * Makefile.in (objalloc.o): Depend on config.h
4724
d11ec6f0
ZW
47252000-05-29 Zack Weinberg <zack@wolery.cumb.org>
4726
4727 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
4728 if HAVE_STRING_H.
4729 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
4730 * objalloc.c: Include config.h. Include stdlib.h and don't
4731 declare malloc or free if HAVE_STDLIB_H.
4732 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
4733 else declare malloc without prototype. Include string.h if
4734 HAVE_STRING_H, else declare memset without prototype. Don't
4735 include stddef.h.
4736
f8e2da56
MS
47372000-05-23 Mike Stump <mrs@wrs.com>
4738
4739 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
c4b9cfe0 4740 -j3.
f8e2da56 4741
650f3068
DA
47422000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
4743
4744 * xmalloc.c: Include config.h for HAVE_SBRK definition.
4745
1d2da2e1
HB
47462000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4747
d1209685 4748 * hashtab.c (hash_pointer): Delete low-order bits which are
1d2da2e1
HB
4749 probably zero, also eliminate a warning on alpha.
4750
47668d0a
DE
47512000-05-15 David Edelsohn <edelsohn@gnu.org>
4752
c7a79a32 4753 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
47668d0a
DE
4754 on $(enable_shared).
4755
36348eab
JJ
47562000-05-10 Jakub Jelinek <jakub@redhat.com>
4757
4758 * config.table: Use mh-sparcpic for sparc*-*-*.
4759
209bbe34
NC
47602000-05-08 Nick Clifton <nickc@cygnus.com>
4761
4762 * Makefile.in (CFILES): Add strncmp.c.
4763 (NEEDED): Add strncmp.
4764
a85a47fb
KG
47652000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4766
4767 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
4768 Cast the arguments to `islower' to `unsigned char'.
4769 (print_demangler_list): Prototype.
4770
4aef973c
PDM
4771Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
4772
4773 * sort.c (UCHAR_MAX): Provide fallback definition.
4774
3b94497c
AO
47752000-04-29 Alexandre Oliva <aoliva@cygnus.com>
4776
4777 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
4778 SUBDIRS.
4779
24eaa47a
KB
47802000-04-28 Kenneth Block <block@zk3.dec.com>
4781 Jason Merrill <jason@casey.cygnus.com>
4782
d1209685
ZW
4783 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
4784 (cplus_demangle_set_style): New function for setting style.
4785 (cplus_demangle_name_to_style): New function to translate name.
24eaa47a 4786
a9266bfa
KG
47872000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4788
4789 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
4790
4791 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
4792 (libiberty_AC_FUNC_STRNCMP): Invoke.
4793
4794 * strncmp.c: New file.
4795
8e02c4d0
JH
4796Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
4797
4798 * hashtab.c (htab_expand): Add prototype.
4799 (find_empty_slot_for_expand): Likewise.
4800
4feeaae3
KG
48012000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4802
4803 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
4804 match prototype.
4805 (htab_expand): Cast the return value of xcalloc.
4806
18a94a2f
MM
48072000-04-24 Mark Mitchell <mark@codesourcery.com>
4808
4809 * hashtab.c (hash_pointer): New function.
4810 (eq_pointer): Likewise.
4811 (htab_hash_pointer): New variable.
4812 (htab_eq_pointer): Likewise.
4813
eeb0656f
MM
48142000-04-23 Mark Mitchell <mark@codesourcery.com>
4815
b51024fc
MM
4816 * sort.c (sort_pointers): Fix endianness bugs.
4817
eeb0656f
MM
4818 * sort.c: New file.
4819 * Makefile.in (CFILES): Add sort.c
4820 (REQUIRED_OFILES): Add sort.o.
4821 (sort.o): New target.
4822
7277f72d
MS
48232000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4824
4825 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
4826 4.3BSD systems.
4827
e38992e8
RK
4828Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4829
4830 * hashtab.c: Various minor cleanups.
4831 (htab_find_slot_with_hash): INSERT is now enum insert_option.
4832 (htab_find_slot): Likewise.
4833
498e1ab1
DP
48342000-04-16 Dave Pitts <dpitts@cozx.com>
4835
4836 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
d1209685 4837
dc17cc7b
RH
48382000-04-05 Richard Henderson <rth@cygnus.com>
4839
4840 * splay-tree.c (splay_tree_remove): New.
4841
b13eb66b
MM
48422000-03-30 Mark Mitchell <mark@codesourcery.com>
4843
4844 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
4845 codes.
4846 (htab_find_with_hash): Likewise.
4847 (htab_find_slot_with_hash): Likewise.
d1209685 4848
0194e877
ZW
48492000-03-29 Zack Weinberg <zack@wolery.cumb.org>
4850
4851 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
4852 unless it will be used. Rearrange loop for better
4853 optimization.
4854 (higher_prime_number): Add static prototype.
4855
abc61fd4
JL
4856Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
4857
4858 * Makefile.in (partition.o): Depend on config.h
4859
8c5d513f
BS
48602000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
4861
4862 * hashtab.c (find_empty_slot_for_expand): New function.
4863 (htab_expand): Use it instead of htab_find_slot.
4864 (htab_find_with_hash): Renamed from htab_find; now accepts extra
4865 argument HASH.
4866 (htab_find_slot_with_hash): Likewise for htab_find_slot.
4867 (htab_find): New wrapper function.
4868 (htab_find_slot): Likewise.
4869 (htab_traverse): Pass slot, not entry, to called function.
4870
d9d4fb43
AS
48712000-03-09 Alex Samuel <samuel@codesourcery.com>
4872
4873 * Makefile.in (CFILES): Add partition.c.
4874 (REQUIRED_OFILES): Add partition.o.
4875 (partition.o): New rule.
4876 * partition.c: New file.
d1209685 4877
5dc9cffd
ZW
48782000-03-09 Zack Weinberg <zack@wolery.cumb.org>
4879
4880 * hashtab.c (htab_create): Set del_f.
4881 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
4882 Use it.
4883
5194cf08
ZW
48842000-03-08 Zack Weinberg <zack@wolery.cumb.org>
4885
4886 * hashtab.c: Remove debugging variables (all_searches,
4887 all_collisions, all_expansions). Delete
4888 all_hash_table_collisions.
4889 (create_hash_table, delete_hash_table, empty_hash_table,
4890 find_hash_table_entry, remove_element_from_hash_table_entry,
4891 clear_hash_table_slot, traverse_hash_table, hash_table_size,
4892 hash_table_elements_number, hash_table_collisions): Rename to:
4893 htab_create, htab_delete, htab_empty, htab_find_slot,
4894 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
4895 htab_elements, htab_collisions.
4896 (htab_find): New function, handles common case where you don't
4897 plan to add or delete an entry.
4898 (htab_expand): Don't create a whole new table, just a new
4899 entry vector.
4900 (htab_find_slot): Simplify logic.
4901
5ad5a984
ILT
49021999-08-03 Ian Lance Taylor <ian@zembu.com>
4903
4904 * floatformat.c: Add casts to avoid signed/unsigned warnings.
4905 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
4906
4907 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
4908 $(TARGETLIB)n so it works on MSDOS.
4909 (install_to_tooldir): Likewise.
4910
49111999-07-21 Ian Lance Taylor <ian@zembu.com>
4912
4913 From Mark Elbrecht:
4914 * makefile.dos: Remove; obsolete.
4915 * configure.bat: Remove; obsolete.
4916
49171999-07-11 Ian Lance Taylor <ian@zembu.com>
4918
4919 * splay-tree.c (splay_tree_insert): Add initialization to avoid
4920 warning.
4921
aeecce42
MK
49222000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4923
4924 * pexecute.c: Conditionally include string.h.
5194cf08 4925 (fix_argv): Handle embedded whitespace in args for Mingw32.
aeecce42 4926
1eaf7d9c
KG
49272000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4928
4929 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
4930 we're using gcc.
4931
4932 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
4933
0fadedb2
GK
49341999-12-27 Geoff Keating <geoffk@cygnus.com>
4935
4936 * vasprintf.c (int_vasprintf): Don't re-read the format character
4937 as this mishandles strings like '%%s'.
4938
08230f26
MM
49391999-12-05 Mark Mitchell <mark@codesourcery.com>
4940
4941 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
4942 rather than struct splay_tree_node.
4943 (splay_tree_insert): Use struct splay_tree_s rather than struct
4944 splay_tree.
4945
6de9b8ff
PDM
4946Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
4947
4948 * hashtab.c (sys/types.h): File included.
4949
f3636679
JM
49501999-11-22 Jason Merrill <jason@casey.cygnus.com>
4951
4952 * strtoul.c, strtol.c, random.c: Remove advertising clause from
4953 BSD license, pursuant with
4954
4955 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
4956
36dd3a44
JL
4957Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
4958
4959 * hashtab.c: Include stdio.h.
4960
6e300472
JL
4961Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
4962
4963 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
4964
df548dfc
PDM
4965Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
4966
4967 * xstrdup (sys/types.h): Include this file.
4968
2c375143
NS
49691999-10-28 Nathan Sidwell <nathan@acm.org>
4970
4971 * Makefile.in (SUBDIRS): New macro.
4972 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
4973 avoid multiple subdirectory cleaning.
4974 (*-subdir): Use SUBDIRS.
4975
a82cecda
JK
49761999-10-25 Jim Kingdon <http://developer.redhat.com/>
4977
4978 * cplus-dem.c: Move declarations of standard_symbol_characters and
4979 hp_symbol_characters inside #ifdef MAIN to avoid compiler
4980 warnings.
4981
ed38f5d5
ZW
49821999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
4983
4984 * hashtab.c (find_hash_table_entry): When returning a
4985 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
4986 (clear_hash_table_slot): New function which deletes an entry
4987 by its position in the table, not its value.
4988 (traverse_hash_table): New function which calls a hook
4989 function for every live entry in the table.
4990
b60fe4a7
MM
49911999-10-19 Mark Mitchell <mark@codesourcery.com>
4992
4993 * cplus-dem.c (INTBUF_SIZE): New macro.
4994 (string_append_template_idx): New function.
4995 (demangle_expression): Likewise.
4996 (demangle_integral_value): Use it.
4997 (demangle_real_value): New function, split out from ...
4998 (demangle_template_value_parm): ... here. Use
4999 string_append_template_idx. Use demangle_real_value.
5000 (demangle_template): Use string_append_template_idx.
5001 (demangle_qualified): Use consume_count_with_underscores.
5002 (get_count): Tweak formatting.
5003 (do_type): Use string_append_template_idx.
5194cf08 5004
3da5522a
KG
50051999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5006
5007 * calloc.c: Add a public domain notice.
5008
d7d36ea8
PDM
5009Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
5010
5011 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
5012
a2f945c6
VM
5013Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
5014
5015 * Makefile.in (CFILES): Add hashtab.c
5016 (REQUIRED_OFILES): Add hashtab.o
5017 (hashtab.o): Add dependencies.
5018 * hashtab.c: New file
5019
7f22ec2e
MK
5020Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
5021
5022 * basename.c (DIR_SEPARATOR): New macro.
5023 (DIR_SEPARATOR_2): Likewise.
5024 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
5025 (IS_DIR_SEPARATOR): Likewise.
5026 (main): Handle MSDOS style pathname.
5027
7c56a6ce
MM
50281999-10-11 Mark Mitchell <mark@codesourcery.com>
5029
5030 * cplus-dem.c (do_type): Handle pointer to member types whose
5031 enclosing classes have namespace scope.
5032
cd32188b
ME
5033Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
5034
5035 * config.table: Provide a backup shell for executing move-if-change.
5036
fc232f7a
MM
50371999-10-02 Mark Mitchell <mark@codesourcery.com>
5038
5039 * xmalloc.c (xmalloc): Fix spelling error.
5040 (xcalloc, xrealloc): Likewise.
5041
2a138827
KG
50421999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5043
5044 * cplus-dem.c (fancy_abort, demangle_integral_value,
5045 demangle_arm_hp_template, recursively_demangle,
5046 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
5047 (program_name, program_version, fatal): Constify a char*.
5048 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
5049 (main): Call return, not exit.
5050
5a657fc3
KG
50511999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5052
5053 * choose-temp.c: Remove obsolete comment about gcc.
5054 (make_temp_file): Constify a char*.
5055
33c5ddcd
KG
5056Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5057
5058 * xmemdup.c: Include sys/types.h.
5059
b10647f1
JG
50601999-09-07 Jeff Garzik <jgarzik@pobox.com>
5061
5062 * xmemdup.c: New xmemdup function.
5063 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
5064
3dd6c3af
LV
5065Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
5066
5194cf08 5067 * config.table: Add openedition target.
3dd6c3af
LV
5068 * config/mh-openedition: New file.
5069
19e28e2a
ME
5070Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
5071
5072 * pexecute.c (pexecute): Fill in temp_base when needed.
5073
4dfeccf9
RH
50741999-08-31 Richard Henderson <rth@cygnus.com>
5075
5076 * getpwd.c: Check HAVE_GETCWD before defining it away.
5077
4ac3cb83
KG
50781999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5079
5080 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
5081 (REQUIRED_OFILES): Add getpwd.o.
5082 (getpwd.o): Add target.
5083
5084 * configure.in (AC_PREREQ): Bump to 2.13.
5085 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
5086
5087 * getpwd.c: New file, moved here from gcc.
5088
e797ff70
KG
50891999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5090
5091 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
5092 comparing against a signed quantity.
5093 (arm_special): Likewise.
5094 (demangle_fund_type): Likewise.
5095 (do_hpacc_template_const_value): Mark parameter `work' with
5194cf08 5096 ATTRIBUTE_UNUSED.
e797ff70
KG
5097 (main): Constify variable `valid_symbols'.
5098
55247fce
PDM
5099Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
5100
5101 * strtoul.c (strtoul): Add parentheses around && within ||.
5102
76632dd0
DJ
5103Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
5104
5105 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
5106 libdir, libsubdir and tooldir.
5107
d080bbfa
MM
51081999-08-01 Mark Mitchell <mark@codesourcery.com>
5109
5110 * splay-tree.c (splay_tree_insert): Return the new node.
5111
a81c752a
RH
51121999-07-14 Richard Henderson <rth@cygnus.com>
5113
5194cf08 5114 * argv.c: Include stdlib.h and string.h instead of
a81c752a
RH
5115 prototyping directly.
5116 * choose-temp.c: Conditionally include string.h.
5117
8f1824d9
JM
51181999-07-12 Jason Merrill <jason@yorick.cygnus.com>
5119
5120 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
5121
652374d3
ILT
51221999-07-11 Ian Lance Taylor <ian@zembu.com>
5123
5124 * splay-tree.c (splay_tree_insert): Add initialization to avoid
5125 warning.
5126
a4494286
JM
51271999-07-07 Jason Merrill <jason@yorick.cygnus.com>
5128
5129 * Makefile.in (needed-list): Only include stuff we actually need
5130 for libstdc++.
5131
90e72e20
AS
51321999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5133
5134 * configure.in (checkfuncs): Add gettimeofday.
5135 * config.in, configure: Regenerated.
5136
b569200e
MK
5137Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
5138
5139 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
5140 the test fails.
5141 * configure: Regenerate.
5142
73919448
MS
51431999-06-10 Mike Stump <mrs@wrs.com>
5144
5145 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
5146 parallel builds.
5147
fee9125c
KG
51481999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5149
5150 * putenv.c: Include ansidecl.h to define `const'.
5151 * setenv.c: Likewise.
5152
71cce721
MN
5153Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
5154
a7c9637f
JL
5155 * Makefile.in (CFILES): Add putenv.c and setenv.c.
5156 * configure.in (funcs): Add putenv and setenv.
5157 (AC_CHECK_FUNCS): Check for putenv and setenv.
5158 * configure: Rebuilt.
5159 * putenv.c setenv.c: New files.
5160
71cce721
MN
5161 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
5162 bytes of space using malloc.
5163
53504016
SG
5164Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
5165
5166 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
5167 the *mangled pointer beyond the end of the string. Clean up code to
5168 match prevailing coding style.
5169
34842539
MH
51701999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5171
5172 * tmpnam.c (L_tmpnam): Fix typo.
5173
3a08531d
ME
5174Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
5175
5176 * cplus-dem.c (standard_symbol_characters): Renamed from
5177 standard_symbol_alphabet. No longer modify TABLE.
5178 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
5179 modify TABLE.
5180 (main): Corresponding changes. Use strchr to determine if a
5181 character is valid.
5182
8db9d08b
JB
51831999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
5184
5185 * cplus-dem.c (main): Use table lookup to distinguish identifier
5186 characters from non-identifier characters.
5187 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
5188
6a071f4a
FF
5189Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
5190
5191 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
5192 * getruntime.c: Only attempt to include sys/resource.h and
5193 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
5194 are defined.
5195
7dd88617
DT
5196Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
5197
5198 * configure.in (alloca detection): Handle alloca directly for interix.
5199 * configure: Rebuilt.
5200
7a1528bc
MK
5201Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
5202
5203 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
5204
76409268
JB
52051999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5206
5207 Fix from Dale Hawkins:
5194cf08 5208 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
76409268
JB
5209 reallocated properly if we use it again.
5210
5211 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
5212 stricter about syntax. Always null-terminate string.
5213
acbbd80a
MK
5214Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
5215
5216 * configure.in (checkfuncs): Check for sbrk.
5217 * config.in: Rebuilt.
5218 * configure: Likewise.
5219 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
5220
92523551
JB
52211999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
5222
5223 Fix from Marcus Daniels:
5224 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
5225 identifier looking for another underscore.
5226
36eb4217
MK
5227Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
5228
5229 * pexecute.c: Change all references to __UWIN__ to _UWIN.
5230 * xmalloc.c: Likewise.
5231 (xcalloc): UWIN has sbrk.
5232 (xrealloc): Fix guard macro.
5233
2c45d1a0
RH
52341999-04-11 Richard Henderson <rth@cygnus.com>
5235
5236 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
5237 or <alloca.h>.
5238 * clock.c (GNU_HZ): New definition.
5239 (clock): Use it.
5240 * getruntime.c: Likewise.
5241
5242 * config.table: Use mh-beos.
5243 * config/mh-beos: New file.
5244
391cdef0
MM
52451999-04-11 Mark Mitchell <mark@codesourcery.com>
5246
5247 * cplus-dem.c (demangle_template_value_parm): Handle
5248 pointers-to-members.
5249 (do_type): Handle template parameters as qualifiers.
5250
9d229989
JB
52511999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
5252
5253 * cplus-dem.c: Attempt to handle overflows in counts with some
5254 semblance of grace.
5255 (consume_count): Detect overflows. Return -1 to indicate errors,
5256 instead of zero.
5257 (demangle_template_value_parm, demangle_template): Handle change
5258 to consume_count's return convention.
5259
7c72138a
TT
52601999-04-05 Tom Tromey <tromey@cygnus.com>
5261
5262 * testsuite/regress-demangle: New file.
5263 * testsuite/demangle-expected: New file.
5264
5265 * Makefile.in (all, check, installcheck, info, install-info,
5266 clean-info, dvi, install, etags, tags, mostlyclean, clean,
5267 distclean, maintainer-clean, realclean): Depend on corresponding
5268 `-subdir' target.
5269 (all-subdir check-subdir installcheck-subdir info-subdir
5270 install-info-subdir clean-info-subdir dvi-subdir
5271 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
5272 distclean-subdir maintainer-clean-subdir): New target.
5273 * testsuite/Makefile.in: New file.
5274 * configure: Rebuilt.
5275 * configure.in: Create testsuite/Makefile.
5276
ae7f7270
MM
52771999-04-02 Mark Mitchell <mark@codesourcery.com>
5278
5279 * splay-tree.h (splay_tree_compare_pointers): Define.
5280
30f72379
MM
52811999-03-30 Mark Mitchell <mark@codesourcery.com>
5282
5283 * splay-tree.c (splay_tree_compare_ints): Define.
5284
4cc48683
TT
52851999-03-30 Tom Tromey <tromey@cygnus.com>
5286
5287 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
5288 don't advance input pointer.
5289 (demangle_class_name): If consume_count didn't find a count, do
5290 nothing. Don't bother with `strlen' sanity check; consume_count
5291 does it for us.
5292
3510075c
JL
52931999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5294
5295 From Art Haas <ahaas@neosoft.com>:
5296 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
5297 when doing arm or hp style.
5298 (demangle_nested_args): Decr forgetting_types field when done.
5194cf08 5299
89f602a7
MK
5300Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
5301
5302 * pexecute.c (__CYGWIN32__): Rename to
5303 (__CYGWIN__): this.
5304 * xmalloc.c: Likewise.
5305
5306 Changes to support i386-pc-uwin.
5307 * configure.in (*-*-uwin*): Workaround for vfork bug.
5308 * configure: Regenerate.
5309 * pexecute.c (pexecute): Be like standard Unix.
5310 (pwait): Likewise.
5311 * xmalloc.c (first_break): Define.
5312 (xmalloc_set_program_name): Use.
5313 (xmalloc): Use.
5314
9346c824
FS
5315Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5316
5317 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
5318
3510075c
JL
5319Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
5320
5321 * config.table: Check cygwin*, not cygwin32*.
5322
8ec65f13
DB
5323Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
5324
5325 * Makefile.in: Change mkstemp -> mkstemps.
5326
687361c8
ME
5327Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
5328
5329 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
5330 * configure.in (funcs): Check for and conditionally add mkstemps to
5331 the list of functions libiberty will provide.
5332 * configure: Rebuilt.
5194cf08 5333
b207e09c
MK
5334Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
5335
5194cf08 5336 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
b207e09c
MK
5337 platforms that don't have HZ.
5338 * getruntime.c (HZ): Likewise.
5339
16b4c15e
RH
5340Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
5341
5342 * Makefile.in (xstrdup.o): Depend on config.h.
5343
38beb75c
UD
5344Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
5345
5346 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
5347 freeing it.
5348
7e4311a3
KG
5349Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5350
5351 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
5352
3510075c
JL
5353Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5354
5355 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
5356 splay-tree.o.
5357
53581999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
5359
5360 * configure.in: Require autoconf 2.12.1 or higher.
5361
fb9939b8
MM
53621998-12-30 Michael Meissner <meissner@cygnus.com>
5363
5364 * random.c (NULL): Don't redefine NULL if it is already defined.
5365
087aa398
KG
5366Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5367
5368 * argv.c (buildargv): Cast the result of alloca in assignment.
5369
5370 * choose-temp.c: Include stdlib.h.
38beb75c 5371
087aa398 5372 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
c4b9cfe0
AJ
5373 (snarf_numeric_literal): Constify first parameter.
5374 (code_for_qualifier): Avoid a gcc extension, make the parameter an
5375 int, not a char.
087aa398
KG
5376 (demangle_qualifier): Likewise.
5377 (demangle_signature): Cast the argument of a ctype function to
5378 unsigned char.
5379 (arm_pt): Add parens around assignment used as truth value.
5380 (demangle_arm_hp_template): Constify variable `args'.
5381 (do_hpacc_template_const_value): Cast the argument of a ctype
5382 function to unsigned char.
5383 (do_hpacc_template_literal): Remove unused variable `i'.
5384 (snarf_numeric_literal): Constify parameter `args'.
5385 Cast the argument of a ctype function to unsigned char.
5386
5387 * floatformat.c (floatformat_to_double): Add explicit braces to
c4b9cfe0 5388 avoid ambiguous `else'.
38beb75c 5389
087aa398 5390 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
c4b9cfe0
AJ
5391 `cstart' and `cend' to unsigned char. Cast the argument of macro
5392 `FOLD', which uses ctype functions, to unsigned char.
087aa398
KG
5393
5394 * objalloc.c (free): Add prototype.
5395
21f2174d
HPN
5396Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
5397
5398 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
5399
3510075c
JL
5400Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
5401
5402 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
c4b9cfe0 5403 doesn't exist.
3510075c 5404 (do_hpacc_template_literal): remove unused variable `i'.
5194cf08 5405
e8fc8222
AM
5406Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5407
5408 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
5409 bumping the pointer we read from. Also prepend these codes,
5410 as we do in other places.
5411
3510075c
JL
54121998-12-18 Nick Clifton <nickc@cygnus.com>
5413
5414 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
5415 'const char *' in order to match its usage when calling siblings.
5416 (snarf_numeric_literal): Make first arg 'const char **' in order
5417 to match usage.
11a0bb74 5418
f4f30aa1
JL
5419Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5420
11a0bb74
KG
5421 * choose-temp.c: Don't check IN_GCC anymore.
5422
5423 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
5424 * memchr.c (memchr): Likewise.
5425 * memcpy.c (memcpy): Likewise.
5426 * memmove.c (memmove): Likewise.
38beb75c 5427
11a0bb74
KG
5428 * mkstemp.c: Don't check IN_GCC anymore.
5429 * pexecute.c: Likewise.
5430 * splay-tree.c: Likewise.
38beb75c 5431
11a0bb74
KG
5432 * strchr.c (strchr): Use `const', not `CONST'.
5433 * strrchr.c (strrchr): Likewise.
5434 * strtol.c (strtol): Likewise.
5435 * strtoul.c (strtoul): Likewise.
5436
70d5ccef
DT
5437Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
5438 Elena Zannoni <ezannoni@cygnus.com>
5439 Stan Shebs <shebs@cygnus.com>
5440 Edith Epstein <eepstein@cygnus.com>
5441 Andres MacLeod <amacleod@cygnus.com>
5442 Satish Pai <pai@apollo.hp.com>
5443
5444 * HP aCC demangling support.
5445 * cplus-dem.c
5446 (main): Remove default to HP style demangling, set to EDG
c4b9cfe0
AJ
5447 demangling correctly when -edg specified; set the demangling style
5448 when user specifies 'edg'. Set strip_underscore to
5449 prepends_underscore, if not HPUXHPPA. Set
5450 current_demangling_style to hp_demangling if HPUXHPPA. Set
5451 current demangling style correctly if the switch is hp. Read
5452 label correctly also in the HP style case.
70d5ccef 5453 (work_stuff): add temp_start field; add field for volatile member
c4b9cfe0 5454 function.
70d5ccef 5455 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
c4b9cfe0 5456 style for this case is the same as ARM.
70d5ccef
DT
5457 (demangle_args): handle EDG_DEMANGLING style; support HP style.
5458 (demangle_arm_hp_template): new function. (It was
c4b9cfe0
AJ
5459 demangle_arm_pt.); check and set value of temp_start field in
5460 multiple places. Also, when ceching for end of template args,
5461 check to see if at end of static member of template class.
70d5ccef 5462 (demangle_class): new local variable : save_class_name_end Don't
c4b9cfe0 5463 include template args in string defining class.
70d5ccef
DT
5464 (demangle_class_name): use demangel_arm_hp_template.
5465 (demangle_function_name): handle case where demangling style is
c4b9cfe0
AJ
5466 HP_DEMANGLING and currently point at an 'X' in the mangled name.
5467 Handle EDG_DEMANGLING style. Handle constructor and destructor
5468 ops for HP style.
70d5ccef 5469 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
c4b9cfe0
AJ
5470 styles. global destructor and constructor for HP style are same
5471 as for ARM style. Same for local variables.
70d5ccef
DT
5472 (demangle_qualified): handle EDG_DEMANGLING style.
5473 (demangle_signature): add case for volatile member function. For
c4b9cfe0
AJ
5474 cases '1' - '9' : initialize the temp_start field to -1 and handle
5475 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
5476 and AUTO_DEMANGLING styles. If expecting a function and managed
5477 to demangle the funct args, then handle the LUCID_DEMANGLING,
5478 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
5479 class name after "Lnnn_ in HP style case. HP style too needs to
5480 forget types. _nnn is OK for HP style, so don't report failure.
70d5ccef 5481 (do_hpacc_template_const_value): new function. Handle template's
c4b9cfe0 5482 value param for HP/aCC.
70d5ccef 5483 (do_hpacc_template_literal): new function. Handle a template's
c4b9cfe0 5484 literal parameter for HP aCC.
70d5ccef
DT
5485 (recursively_demangle): new function
5486 (snarf_numeric_literal): new function.
5487 (usage): add 'edg' to the list of demangling styles; add hp switch
c4b9cfe0 5488 to message.
70d5ccef 5489
8d525fa8
CF
5490Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
5491
5492 * pexecute.c: Remove obsolete ifdefed cygwin code.
5493
9b1a92d8
KG
5494Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5495
5496 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
5497 * cplus-dem.c: Likewise. Conform to libiberty.h.
5498 * pexecute.c: Likewise.
5499 * splay-tree.c: Likewise.
5500
c85c3232
MS
55011998-11-25 Mike Stump <mrs@wrs.com>
5502
5503 * Makefile.in (splay-tree.o): Add config.h dependency.
5504
35a6cd99
KG
5505Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5506
5507 * configure.in: Use AC_PREREQ(2.12.1).
5508
6e6e34b7
BK
55091998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
5510
5194cf08 5511 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
6e6e34b7 5512
59b67c11
JL
5513Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
5514
5515 * mpw.c (mpw_access): Add missing parens.
5516
a6458d1d
KG
5517Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5518
5519 * configure.in: Call AC_HEADER_SYS_WAIT.
5520
5521 * pexecute.c: Include sys/wait.h when !IN_GCC.
5522
3510075c
JL
5523Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
5524
5525 * pexecute.c: revert back to checking old Cygwin
5526 preprocessor symbol until some time has passed.
5527
5528Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
5529
5530 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
5531 since it will now support similar constructs.
5532
a9acf741
KG
5533Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5534
5535 * configure.in: Check for calloc.
5536
5537 * calloc.c: New file.
5538
5539 * xmalloc.c (xcalloc): New function.
5540
a49fb37a
AM
5541Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5542
5543 *cplus-dem.c (demangle_prefix): Use the last "__"
5544 in the mangled name when looking for the signature. This allows
5545 template names to begin with "__".
5546
0e714131
MM
55471998-11-08 Mark Mitchell <mark@markmitchell.com>
5548
ec2288ff
MM
5549 * cplus-dem.c (type_kind_t): Add tk_reference.
5550 (demangle_template_value_parm): Handle it.
5551 (do_type): Use it for references, instead of tk_pointer.
5552
0e714131
MM
5553 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
5554 not internal_cplus_demangle.
5555
2931b6d4
KG
5556Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5557
5558 * choose-temp.c: Don't include gansidecl.h.
5559 * mkstemp.c: Likewise.
5560 * pexecute.c: Likewise.
5561
dd8f3ed5
GN
5562Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
5563
5194cf08
ZW
5564 * configure.in: detect cygwin* instead of cygwin32*
5565 * configure: regenerate
dd8f3ed5 5566
c5f7c445
KG
5567Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5568
5569 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
c4b9cfe0
AJ
5570 whether to include config.h. Possibly include unistd.h in the
5571 !IN_GCC case. Define VFORK_STRING as a printable function call
5572 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
5573 defined, include vfork.h. If VMS is defined, define vfork()
5574 appropriately. Remove vfork check on USG, we're using autoconf.
5575 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
5576 locally what string to use.
c5f7c445 5577
ad3ef78e
MM
55781998-10-26 Mark Mitchell <mark@markmitchell.com>
5579
5580 * splay-tree.c: Tweak include directives to make sure declarations of
5581 xmalloc and free are available.
5582
224301c1
MM
55831998-10-25 Mark Mitchell <mark@markmitchell.com>
5584
5585 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
5586 anonymous namespaces.
38beb75c 5587
d9db46fd
MM
55881998-10-23 Mark Mitchell <mark@markmitchell.com>
5589
5590 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
5591 with type_quals.
5592 (TYPE_UNQUALIFIED): New macro.
5593 (TYPE_QUAL_CONST): Likewise.
5594 (TYPE_QUAL_VOLATILE): Likewise.
5595 (TYPE_QUAL_RESTRICT): Likewise.
5596 (code_for_qualifier): New function.
5597 (qualifier_string): Likewise.
5598 (demangle_qualifier): Likewise.
5599 (internal_cplus_demangle): Use them.
5600 (demangle_signature): Likewise.
5601 (demangle_template_value_parm): Likewise.
5602 (do_type): Likewise.
5603 (demangle_fund_type)): Likewise.
224301c1 5604
b056ad1c
KG
5605Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5606
5607 * splay-tree.c (splay_tree_foreach_helper): Make definition static
5608 to match prototype.
5609
ed87f9c8
MM
56101998-10-21 Mark Mitchell <mark@markmitchell.com>
5611
5612 * splay-tree.c: New file.
5613 * Makefile.in (CFILES): Add it.
5614 (REQUIRED_OFILES): Likewise.
5615 (splay-tree.o): Add dependencies.
5616
e0c13971
AS
5617Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5618
5619 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
5620 range of 'K' index.
5621
91e0f659
KG
5622Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5623
5624 * choose-temp.c: Prototype mkstemps() when IN_GCC.
5625
5626 * cplus-dem.c (consume_count): Cast argument of ctype macro to
5627 `unsigned char'.
5628 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
5629 comparing against one.
5630 (cplus_mangle_opname): Likewise.
5631 (demangle_integral_value): Cast argument of ctype macro to
5632 `unsigned char'.
5633 (demangle_template_value_parm): Likewise.
5634 (demangle_template): Initialize variable `bindex'. Cast the
5635 result of `strlen' to (int) when comparing against one. Remove
5636 unused variable `start_of_value_parm'.
5637 (demangle_class_name): Cast the result of `strlen' to (int) when
5638 comparing against one.
5639 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
5640 (gnu_special): Likewise. Cast the result of `strlen' to (int)
5641 when comparing against one.
5642 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
5643 (get_count): Likewise.
5644 (do_type): Likewise. Cast the result of `strlen' to (int) when
5645 comparing against one.
5646 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
5647 (demangle_function_name): Cast the result of `strlen' to (int)
5648 when comparing against one.
5649
5650 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
5651 comparing against one.
5652
73aeb2ff
JL
5653Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
5654
5194cf08
ZW
5655 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
5656 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
5657 * config.in, configure: Rebuilt.
ae76f1be 5658
73aeb2ff
JL
5659 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
5660 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
5661 * config.in, configure: Rebuilt.
5662
dd8f3ed5
GN
5663Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
5664
5194cf08 5665 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
dd8f3ed5 5666
f77d8413
MT
5667Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
5668
5669 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
5670
ca6b370d
JL
5671Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
5672
5673 * Merge egcs & devo libiberty.
5674
719bb4e3 56751998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
ab4856b1
ML
5676
5677 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
5678
96e88994
KG
5679Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5680
5681 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
c4b9cfe0
AJ
5682 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
5683 IN_GCC.
96e88994
KG
5684
5685 * vasprintf.c: Include stdarg.h/varargs.h first.
5686
5687 * vprintf.c: Likewise.
5688
3f3726a3
JL
5689Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
5690
5691 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
5692 is the canonical copy. Define ISSPACE if !IN_GCC.
7520c31b 5693 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
f45da49c 5694 * getopt1.c, obstack.c: Similarly.
16ba4214 5695 * Makefile.in: Build mkstemp.o
3f3726a3 5696
ca6b370d
JL
5697Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
5698
5699 * configure.in: Include asprintf in list of functions known not
5700 to be in newlib.
5701 * configure: Rebuild.
5702
28235a5c
MK
5703Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
5704
5705 * cplus-dem.c (work_stuff): Add dllimported.
5706 (demangled_prefix): Mark symbols imported from PE DLL.
5707 (internal_cplus_demangled): Handle.
5708
5210f3d0
JM
57091998-08-17 Jason Merrill <jason@yorick.cygnus.com>
5710
5711 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
5712 stay failed.
5713
a7825625
KG
5714Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5715
5716 * cplus-dem.c: Include config.h if it exists. Also, only
5717 prototype malloc/realloc if we can't get stdlib.h.
5718
ca6b370d
JL
5719Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
5720
5721 * configure.in: Switch back to checking --with-target-subdir when
5722 deciding whether to check for newlib, undoing part of July 15
5723 change.
5724 * configure: Rebuild.
5725
5726Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
5727
5728 * cplus-dem.c (type_kind_t): New type.
5729 (demangle_template_value_parm): Add type_kind_t parameter. Rely
5730 on this paramter, rather than demangling the type again.
5731 (demangle_integral_value): Pass tk_integral.
5732 (demangle_template_: Pass the value returned from do_type.
5733 (do_type): Return a type_kind_t. Pass tk_integral to
5734 demangle_template_value_parm for array bounds.
5735 (demangle_fund_type): Likewise.
5736
5737 Also incorporate from GCC version:
5738
5739 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
5740
5741 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
5742
5743Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5744
5745 * cplus-dem.c (demangle_nested_args): Make function definition
5746 static to match the prototype.
5747
4d17a06f
MM
5748Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
5749
5750 * cplus-dem.c (type_kind_t): New type.
5751 (demangle_template_value_parm): Add type_kind_t parameter. Rely
5752 on this paramter, rather than demangling the type again.
5753 (demangle_integral_value): Pass tk_integral.
5754 (demangle_template_: Pass the value returned from do_type.
5755 (do_type): Return a type_kind_t. Pass tk_integral to
5756 demangle_template_value_parm for array bounds.
5757 (demangle_fund_type): Likewise.
5758
5759 Also incorporate from GCC version:
5760
5761 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
5762
5763 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
5764
ca6b370d
JL
5765Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
5766
5767 * Makefile.in (ALLOCA): New variable.
5768 ($(TARGETLIB)): Add $(ALLOCA) to library.
5769 (needed-list): Add $(ALLOCA).
5770 ($(ALLOCA)): Depend upon stamp-picdir.
5771
d94f5c58
KG
5772Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5773
5774 * cplus-dem.c (demangle_nested_args): Make function definition
5775 static to match the prototype.
5776
ca6b370d
JL
5777Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
5778
5779 * configure.in: Check --with-cross-host rather than
5780 --with-target-subdir when deciding whether build uses a cross
5781 compiler, and when deciding where to install the library.
5782 * configure: Rebuild.
5783
5784Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
5785
5786 * cplus-dem.c (demangle_nested_args): Return a value.
9923cc56 5787
ca6b370d
JL
5788Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
5789
5790 * cplus-dem.c (string): Move definition before work_stuff.
8a2a7ea2
MM
5791 (work_stuff): Add volatile_type, forgetting_types,
5792 previous_argument, and nrepeats fields.
5793 (SCOPE_STRING): New macro.
5794 (demangle_template): Add `remember' parameter. Add comment.
5795 Register the `B' code type here, if remembering. Tidy. Fix crash
5796 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
5797 (demangle_nested_args): New function.
5798 (internal_cplus_demangle): Handle volatile-qualified member
38beb75c 5799 functions.
8a2a7ea2
MM
5800 (mop_up): Delete the previous_argument string if present.
5801 (demangle_signature): Tidy. Handle volatile-qualified member
5802 functions. Handle back-references using the `B' code. Use extra
5803 parameter to demangle_template and SCOPE_STRING where appropriate.
5804 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
38beb75c 5805 code.
8a2a7ea2
MM
5806 (demangle_class): Use SCOPE_STRING.
5807 (gnu_special): Pass additional argument to demangle_template.
5808 Use SCOPE_STRING.
5809 (demangle_qualified): Save qualified types for later
5810 back-references. Handle constructors and destructors for template
5811 types correctly.
5812 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
5813 demangle_template. Use demangled_nested_args. Don't remember
5814 qualified types here; that's now done in demangle_qualified.
5815 Similarly for templates.
5816 (do_arg): Improve commment. Handle 'n' repeat code.
5817 (remember_type): Check forgetting_types.
5818 (demangle_args): Deal with 'n' repeat codes. Tidy.
38beb75c 5819
ca6b370d
JL
5820Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
5821
5822 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
5823 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
5824
5825Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
5826
5827 * configure.in (setobjs): Correct quoting error in cygwin32 case.
5828 From Chris Faylor <cgf@cygnus.com>.
5829
5830Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
5831
5832 * obstack.c: Update to latest FSF version.
5833
5834Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
5835
5836 * Makefile.in: Add a dependency on stamp-picdir for the
5837 objects, so that we can do a parallel build.
9923cc56 5838
6391b50a
MK
5839Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
5840
5841 * configure.in (checkfuncs): Add missing "'".
5842
ca6b370d 5843Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
10c62dce 5844
ca6b370d
JL
5845 * obstack.c (_obstack_memory_used): Elide this function if we're
5846 on a system with GNU libc.
10c62dce 5847
ca6b370d 5848Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
75f6bf44 5849
ca6b370d 5850 * Makefile.in (distclean): Remove config.log.
75f6bf44 5851
ca6b370d 5852Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7b195f77 5853
ca6b370d
JL
5854 * Makefile.in (distclean): Don't remove alloca-conf.h.
5855
5856Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
5857
5858 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
7b195f77 5859
1cc75298
MM
58601998-05-21 Mark Mitchell <mmitchell@usa.net>
5861
5862 * cplus-dem.c (do_type): Handle volatile qualification.
38beb75c 5863
39d65850
MH
58641998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
5865
5866 * configure.in: Check for unistd.h as well.
5867 * configure: Rebuild.
5868 * config.in: Rebuild.
5869 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
5870 is defined in unistd.h. Reformat conditional block for easier reading.
5871
5872 * config.table (shared): Default to no if ${enable_shared}
5873 is unset or empty; this logic is used by the toplevel
5874 configure scripts, too.
5875
c2953795
JL
5876Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
5877
5878 * config.table: Add line to set enable_shared in the Makefile
5879 as needed.
5880
d6f4ec51
KG
5881Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5882
3affd5f0
JL
5883 * cplus-dem.c (squangle_mop_up): Change return type to void.
5884 (internal_cplus_demangle): Remove unused parameter `options'.
5885 All callers changed.
5886 (cplus_demangle_opname): Remove function wide variable `int i' and
5887 replace with `size_t i' at each location where it is used.
5888 (cplus_mangle_opname): change type of `i' from int to size_t.
5889
5890Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
5891
5892 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
5893 than sparc or sun.
5894 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
5895
5896Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
5897
5898 * configure.in: Set libiberty_topdir correctly when srcdir is
5899 "." and with_target_subdir is not set.
5900 * configure: Rebuild.
5901
5902Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
5903
5904 * configure.in: Add *-*-mingw32* case.
5905 * configure: Rebuild.
5906
5907Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
5908
5909 * config.table: Never use a PIC file for *-*-cygwin32*.
5910
5911 * Makefile.in (config.status): Depend upon config.table.
5912
5913 * configure.in: On a cygwin32 host, always compile random, and
5914 don't test for sys_siglist, strsignal, or psignal.
5915 * configure: Rebuild.
5916
5917 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
5918 * getcwd.c: Likewise.
5919 * getpagesize.c: Likewise.
5920 * getruntime.c: Likewise.
5921
5922Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
5923
5924 Use autoconf tests rather than the old dummy.c test:
5925 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
5926 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
5927 most functions. Add special cases to handle newlib and VxWorks.
5928 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
5929 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
5930 CONFIG_FILES is set; set ac_file before calling it.
5931 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
5932 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
5933 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
5934 (i[3456]-*-mingw32*): Remove.
5935 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
5936 (LIBOBJS): New variable.
5937 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
5938 (all): Depend upon needed-list. Don't check RULE1.
5939 (@target_makefile_frag@): Remove.
5940 (COMPILE.c): Include @DEFS@.
5941 (HFILES): Add alloca-conf.h.
5942 (REQUIRED_OFILES): Remove basename.o.
5943 ($(TARGETLIB)): New target.
5944 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
5945 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
5946 (needed-list, config.h): Rewrite.
5947 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
5948 (.always.): Remove.
5949 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
5950 (stamp-h): New target.
5951 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
5952 (basename.o): Don't depend upon config.h.
5953 (getruntime.o): Depend upon config.h.
5954 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
5955 NEED_on_exit.
5956 * basename.c: Don't include config.h. Don't check NEED_basename.
5957 * clock.c: Include config.h.
5958 * getcwd.c: Likewise.
5959 * getpagesize.c: Likewise.
5960 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
5961 HAVE_TIMES.
5962 * strerror.c: Change uses of NEED_sys_errlist to
5963 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
5964 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
5965 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
5966 HAVE_PSIGNAL.
5967 * acconfig.h: New file.
5968 * dummy.c: Remove.
5969 * functions.def: Remove.
5970 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
5971 * config/mh-windows (HDEFINES): Remove.
5972 * config/mh-cygwin32: Remove.
5973 * config/mh-go32: Remove.
5974 * config/mh-irix4: Remove.
5975 * config/mh-riscix: Remove.
5976 * config/mh-sysv4: Remove.
5977 * config/mt-mingw32: Remove.
5978 * config/mt-vxworks5: Remove.
5979 * config.in: New file, generated using autoheader.
5980 * configure: Rebuild.
5981
5982Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
5983
5984 * configure.in: Rewrite to use autoconf.
5985 * configure: Generate using autoconf.
5986 * config/mh-a68bsd: Remove.
5987 * config/mh-apollo68: Remove.
5988 * config/mh-hpbsd: Remove.
5989 * config/mh-ncr3000: Remove.
5990 * config/mh-sysv: Remove.
5991 * config/mh-aix (RANLIB, INSTALL): Don't define.
5992 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
5993 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
5994 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
5995 * config.table: Change config_shell to CONFIG_SHELL, and use
5996 libiberty_topdir to find move-if-change.
c4b9cfe0 5997 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
3affd5f0
JL
5998 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
5999 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
6000 * Makefile.in (srcdir): Set to @srcdir@.
6001 (VPATH): Likewise.
6002 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
6003 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
6004 (CC, CFLAGS, RANLIB)): Likewise.
6005 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
6006 (target_makefile_frag, host_makefile_frag): Add substitutions.
6007 (INSTALL_DEST): Set to @INSTALL_DEST@.
6008 (Makefile): Depend upon config.status. Don't depend upon
6009 $(host_makefile_frag) or $(target_makefile_frag).
6010 (config.status): New target.
6011
6012Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6013
6014 * config/mt-sunos4: Remove. Should be handled by --with-headers
6015 and --with-libraries options at top level.
6016 * config.table: Never use mt-sunos4.
6017
6018 * alloca-conf.h: New file, combining alloca-norm.h and
6019 alloca-botch.h.
6020 * alloca-norm.h: Remove.
6021 * alloca-botch.h: Remove.
6022 * configure.in: Set shell variables files and links to empty.
6023 * config.table: Don't set shell variable files.
6024 * configure.bat: Don't create alloca-conf.h.
6025 * makefile.vms: Likewise.
6026 * mpw-config.in: Likewise.
6027 * vmsbuild.com: Likewise.
6028
6029Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
6030
6031 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
6032 target depending upon config.h.
6033 (alloca.o): Add target depending upon config.h
6034 (basename.o, choose-temp.o, fnmatch.o): Likewise.
6035 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
6036 (strsignal.o, xstrerror.o): Likewise.
d6f4ec51 6037
63586755
PS
6038Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6039
6040 * cplus-dem.c (cplus_demangle_opname): Initialize work.
6041
07623417
AM
6042Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
6043
6044 * cplus-dem.c (demangle_qualified): Replace missing else.
6045
7bf40741
AS
6046Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6047
6048 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
6049 length in the name of a virtual table.
6050
5e5199e8
AM
6051Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
6052
6053 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
6054 (cplus_demangle_opname): Call mop_up_squangle.
38beb75c 6055 (cplus_demangle): Initialize squangle info, then call
5e5199e8 6056 internal_cplus_demangle. (Most code moved there as well)
38beb75c 6057 (internal_cplus_demangle): New function, performs most of what use
5e5199e8
AM
6058 to be done in cplus_demangle, but is only called with this file.
6059 (squangle_mop_up): New function to clean up B and K code data.
6060 (mop_up): set pointers to NULL after freeing.
38beb75c 6061 (demangle_signature, demangle_template, demangle_class): Add
5e5199e8
AM
6062 switch elements to handle K and B codes.
6063 (demangle_prefix, gnu_special, demangle_qualified): Add
6064 code to handle K and B codes.
6065 (do_type, demangle_fund_type): Handle B and K codes.
6066 (remember_Ktype): New function to store K info.
6067 (register_Btype, remember_Btype): New functions for B codes.
6068 (forget_B_and_K_types): New function to destroy B and K info.
6069
3affd5f0 6070Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
9ee02b5c 6071
3affd5f0 6072 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
f9c85454 6073
0a9e7530
MH
6074Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
6075
6076 * config.table: Make locating frag files failsafe even for the
6077 special case if configuring and building in srcdir.
6078
b9fb3c42
ILT
6079Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
6080
6081 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
6082
3affd5f0
JL
6083Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
6084
6085 * choose-temp.c: Sync with copy in gcc.
6086
b134508b
ILT
6087Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
6088
6089 * getopt.c: Update to latest FSF version.
6090 * getopt1.c: Likewise.
6091
5890bc92
JL
6092Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
6093
6094 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
6095 strings that are not actually lengths.
6096
f5c3ae66
MH
6097Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
6098
6099 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
6100 (.c.o): Check value of enable_shared, not PICFLAG.
6101 (stamp-picdir): Dito.
6102
3affd5f0
JL
6103Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
6104
5194cf08
ZW
6105 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
6106 since it gets built automatically
3affd5f0 6107
c00f2b9d
MS
6108Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
6109
6110 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
6111 the currently shipping OS.
6112
76a8b46e
JL
6113Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
6114
6115 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
6116 Add fnmatch.o and objalloc.o; remove vasprintf.o.
6117 [config.h]: Define NEED_strsignal.
6118
6119Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
6120
6121 * functions.def: Correct argument types for strerror and
6122 strsignal. Reported by Alex Gutman <agutman@emc.com>.
6123
5890bc92
JL
6124Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
6125
6126 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
6127 values.
6128
3affd5f0 6129Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
1ce26fc4 6130 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
77aff459 6131
1ce26fc4
JL
6132 Add mingw32 support.
6133 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
6134 (pwait): New function for mingw32.
77aff459 6135
1ce26fc4
JL
6136 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
6137 * config/mt-mingw32: New file.
6138 * xmalloc.c (first_break): Not used for mingw32.
6139 (xmalloc_set_program_name): Don't use sbrk on mingw32.
6140 (xmalloc): Likewise.
6141 (xrealloc): Likewise.
77aff459 6142
1ce26fc4 6143Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
84f79fea
JL
6144
6145 * choose-temp.c: Sync with gcc version.
6146
1ce26fc4
JL
6147Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
6148
6149 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
6150 to all filenames in libdir and tooldir.
6151 (distclean): Do MULTICLEAN before deleting Makefile.
6152 (stamp-needed, stamp-config): Add MULTISRCTOP to
6153 pathname for move-if-change.
6154
e7757d69
JL
6155Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
6156
6157 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
6158
8b715b2a
JL
6159Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
6160
6161 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
5890bc92 6162 was already defined previously.
8b715b2a
JL
6163
6164Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
6165
6166 * Makefile.in (INSTALL): Use ../install-sh, not install.
6167
0c23b0b2
JG
6168Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
6169
6170 * Makefile.in (CFILES): Add pexecute.c.
6171
a6e74b83
ILT
6172Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
6173
6174 * asprintf.c: Consistently use either stdarg or varargs.
6175
19ddc834
JM
6176Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
6177
6178 * cplus-dem.c (demangle_signature): Don't look for return types on
6179 constructors. Handle member template constructors.
6180
6181Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
6182
6183 * README: Fix configuration instructions.
6184
6185Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
6186
6187 * pexecute.c: Update to current version from /gd/gnu/lib:
6188
6189 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
6190
5194cf08 6191 * pexecute.c: Use spawn if __CYGWIN32__.
19ddc834
JM
6192
6193 1997-08-08 Paul Eggert <eggert@twinsun.com>
6194
5194cf08 6195 * pexecute.c: Include "config.h" first, as per autoconf manual.
19ddc834
JM
6196
6197 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
6198
5194cf08
ZW
6199 * pexecute.c (fix_argv): New function.
6200 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
6201 Add underscore to cwait function call.
19ddc834 6202
a3a5b5b7
MM
6203Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
6204
5194cf08
ZW
6205 * cplus-dem.c (demangle_template): Add new parameter. Handle new
6206 template-function mangling.
6207 (consume_count_with_underscores): New function.
6208 (demangle_signature): Handle new name-mangling scheme.
a3a5b5b7 6209
19ddc834
JM
6210Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
6211
6212 * asprintf.c: stdarg.h when ALMOST_STDC
6213 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
c4b9cfe0 6214 strncasecmp.o.
19ddc834
JM
6215
6216Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
6217
6218 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
6219
6220 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
6221
6222 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
6223
6224Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6225
6226 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
6227
19ddc834
JM
6228Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6229
6230 * asprintf.c (asprintf): New file.
6231 * Makefile.in (CFILES): Add asprintf.c
6232 * functions.def: Ditto.
6233
19ddc834
JM
6234Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
6235
6236 * argv.c (dupargv): New function, duplicate an argument vector.
6237
6599da04
JM
6238Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
6239
6240 * config/mh-cygwin32: also build random.o
6241
6242Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
6243
6244 * cplus-dem.c: Add 'extern' to prepends_underscore.
6245
3510075c
JL
6246Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
6247
6248 * cplus-dem.c: Various changes to produce Java output when passed
6249 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
6250 (main): Support --java and -j flags to set DMGL_JAVA.
6251
6599da04
JM
6252Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6253
6254 * config/mh-go32 (CC, AR, RANLIB): Don't define.
6255
6256Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
6257
6258 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
6259 (pexecute.o): New target.
6260
6261 * Makefile.in (stamp-needed): New target, replacing needed-list.
6262 (needed-list): Just depend upon stamp-needed.
6263 (stamp-config): New target, replacing config.h.
6264 (config.h): Just depend upon stamp-config.
6265 (mostlyclean): Remove stamp-*.
6266
6267Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
6268
6269 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
6270 INSTALL_DATA for multilibbed installs
6271
6272Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
6273
6274 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
6275
6276 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
6277
6278 * choose-temp.c (try): Insist that temp dir be searchable.
6279
6280 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
6281
6282 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
6283 for current directory.
6284
6285 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
6286
6287 * pexecute.c: Remove special cases for cygwin32.
6288 (pwait): Remove local definition of `pid'.
6289
6290 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
6291
6292 * pexecute.c (vfork): Supply new definition for VMS.
6293 (pwait): Use waitpid instead of wait for VMS.
6294
6295Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6296
6297 * cplus-dem.c (do_type): Handle `J'.
6298 (demangle_fund_type): Print "complex" for it.
6299
6300Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
6301
6302 * configure.in: Don't turn on multilib here.
6303
6304Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6305
38beb75c 6306 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
6599da04
JM
6307 elided; needed by gdb and not present in libc.
6308
6309Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
6310
6311 * Makefile.in (clean): Remove tmpmulti.out.
6312
6313Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
6314
38beb75c 6315 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
6599da04
JM
6316 Add new floatformat, mainly for ARM doubles.
6317
6318Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
6319
6320 * config.table: Use ${config_shell} with ${moveifchange}. From
6321 Thomas Graichen <graichen@rzpd.de>.
6322
6323Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
6324
6325 * configure.in: Enable multilibing by default.
6326 Update multilib template to read config-ml.in.
6327
6328Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
6329
6330 * makefile.vms: Add objalloc.
6331
6332Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6333
6334 * cplus-dem.c (demangle_it): Add prototype declaration.
6335 (usage, fatal): Likewise.
6336
6337 * xexit.c (_xexit_cleanup): Add prototype.
6338
6339 * strerror.c (init_error_tables): Declare.
6340
6341Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
6342
6343 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
6344 * strsignal.c: Only define strsignal if NEED_strsignal.
6345 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
6346 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
6347 to xneeded-list.
6348 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
6349 (EXTRA_OFILES): Define to vasprintf.o.
6350 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
6351 (EXTRA_OFILES): Add vasprintf.o.
6352 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
6353 (vxneeded-list): Add vasprintf.o.
6354
6355Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
6356
6357 * objalloc.c: Include <stdio.h>.
6358
6359Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
6360
6361 * objalloc.c: New file.
6362 * Makefile.in (CFILES): Add objalloc.c
6363 (REQUIRED_OFILES): Add objalloc.o.
6364 (objalloc.o): New target.
6365
6366Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
6367
6368 * obstack.c: Update to current FSF version.
6369
6370Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
6371
38beb75c 6372 * cplus-dem.c: Add prototypes for all static functions.
6599da04
JM
6373 (mystrstr): Make static. Make arguments and result const.
6374 (cplus_match): Remove; not used.
6375
6376Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6377
6378 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
6379 __t* symbols.
6380
6381Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
6382
6383 * spaces.c: Declare malloc and free properly.
6384 * strsignal.c (init_signal_tables): Add prototype.
6385 * xatexit.c (_xexit_cleanup): Add parameter declarations.
6386
6387Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6388
6389 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
6390 also required because of xmalloc.o.
6391
6392Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
6393
6394 * strsignal.c: Unconditionally redefine sys_siglist around the
6395 inclusion of the system header files.
6396
6397Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
6398
6399 * makefile.vms: Remove 8 bit characters. Update to latest
6400 gcc release.
6401
6402Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
6403
6404 * strsignal.c: Use NEED_sys_siglist instead of
6405 LOSING_SYS_SIGLIST.
6406 * config.table: Don't use mh-lynxos.
6407 * config/mh-lynxos: Remove.
6408
6409Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
6410
6411 * cplus-dem.c: Fix indenting; make identical to the copy
6412 in GCC.
6413 (do_type, case 'M'): Check for a template as well as a class.
6414
6415Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6416
6417 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
6418 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
6419 libiberty is incorrect, as well.
6420
6421Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6422
6423 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
6424 alloca takes a size_t argument, not just unsigned.
6425
6426Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6427
6428 * cplus-dem.c: Note that this file also lives in GCC.
6429
6430Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6431
6432 * alloca.c: Remove include of libiberty.h for hpux.
6433 * argv.c: Replace defs from libiberty.h.
6434 * spaces.c: Put back externs from removed from libiberty.h.
6435 * vasprintf.c: Remove include of libiberty.h for hpux.
6436
6437Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6438
6439 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
6440
6441Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6442
38beb75c
UD
6443 * cplus-dem.c: Revert last two commits due to conflicts with
6444 hpux system headers.
6599da04
JM
6445
6446Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6447
6448 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
38beb75c 6449 Revert last commit due to conflicts with hpux system headers.
6599da04
JM
6450
6451Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6452
6453 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
6454 libiberty.h when compiled with a standard compiler.
6455
6456Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6457
38beb75c 6458 * alloca.c: Include libiberty.h for definition of xmalloc.
6599da04
JM
6459 Don't redefine NULL.
6460 * argv.c: Move prototypes to libiberty.h.
38beb75c 6461 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
6599da04
JM
6462 Don't redefine NULL.
6463 Use casts to eliminate compiler warnings.
38beb75c 6464 * spaces.c: Remove prototypes for malloc and free which are
6599da04
JM
6465 already in libibrty.h.
6466 * strcasecmp.c: Use casts to eliminate compiler warnings.
38beb75c 6467 * vasprintf.c: Include libiberty.h for definition of malloc.
6599da04
JM
6468 Don't redefine NULL.
6469 * vprintf.c: Include stdarg.h if __STDC__.
6470
6471Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6472
6473 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
6474
6475Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
6476
6477 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
6478 upward components correctly.
6479
6480Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
6481
6482 * config.table, config/mh-windows: Add support for building under
6483 MSVC (the Microsoft build environment).
6484
6485Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
6486
6487 * fnmatch.c: Undef const if not __STDC__.
6488
6489Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
6490
6491 * fnmatch.c: New file.
6492 * Makefile.in (CFILES): Add fnmatch.c.
6493 (REQUIRED_OFILES): Add fnmatch.o.
6494 (fnmatch.o): New target.
6495
6496Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
6497
6498 * cplus-dem.c (demangle_template): Fix handling of address args.
6499 (gnu_special): Handle type_info stuff.
6500
6501Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6502
6503 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
6504 (mpwify_filename): Handle "::/" case.
6505
6506Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
6507
6508 * config/mh-cygwin32: new file (need -DNEED_basename and
6509 -DNEED_sys_siglist for native NT rebuilding)
6510 * config.table (*-*-cygwin32): new entry
6511 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
6512
6513Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6514
6515 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
6516
6517Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
6518
6519 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
6520 messed with arguments that included a '/', add escape chars
6521 to double quotes, remove const decl from arg that Mac
6522 compilers don't seem to like.
6523
6524Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
6525
6526 * pexecute.c: Update test for win32 (&& ! cygwin32).
6527 * choose-temp.c: fix WIN32 preprocessor defines
6528
6529Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
6530
6531 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
6532 to editing of default makefile rule.
6533
6534Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
6535
6536 * alloca-norm.h: Include <malloc.h> if _WIN32.
6537 * argv.c: Include non-prototyped decls for malloc and string
6538 functions if ! _WIN32 or if __GNUC__.
6539
6540Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
6541
6542 * config.h-vms: New file.
6543 * makefile.vms: Use it.
6544
6545Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6546
6547 * getopt.c (_getopt_internal): If argc is 0, just return (before
6548 we reference *argv and segfault).
6549
6550Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6551
6552 * Makefile.in (distclean): Add multilib.out.
6553
6554Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
6555
6556 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
6557 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
6558
6559Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
6560
6561 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
6562
6563 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
6564
6565 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
6566
6567 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
6568 (do_ofiles): Allow nonexistent source file in pass 3.
6569 (chk_deffunc): New routine.
6570
6571Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
6572
6573 * pexecute.c (PEXECUTE_VERBOSE): Define.
6574 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
6575
6576Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6577
6578 * Makefile.in (docdir): Removed.
6579
6580Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6581
6582 * Makefile.in (oldincludedir): Removed.
6583
6584Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6585
5194cf08 6586 * Makefile.in (datadir): Set to $(prefix)/share.
6599da04
JM
6587
6588Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
6589
6590 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
6591 checking for errors from do_type.
6592
6593Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
6594
6595 * makefile.vms: New file.
6596 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
6597 than declaring malloc, realloc, and sbrk.
6598
6599Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
6600
6601 * pexecute.c: New file.
6602
6603Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
6604
6605 * xmalloc.c: Declare sbrk.
6606
6607Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6608
6609 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
6610 declaration.
6611
6612Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
6613
6614 * xstrerror.c: Include <stdio.h>.
6615
6616Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
6617
6618 * Makefile.in (CFILES): Add atexit.c.
6619
6620Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
6621
6622 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
6623
6624Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
6625
6626 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
6627 #include <stdio.h>
6628 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
6629
6630Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
6631
5194cf08 6632 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
6599da04
JM
6633 Reverts Feb 8, 1995 change.
6634
6635Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
6636
6637 * choose-temp.c: New file.
6638 * Makefile.in (CFILES): Add choose-temp.c.
6639 (REQUIRED_OFILES): Add choose-temp.o.
6640
6641Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
6642
6643 * floatformat.c (floatformat_to_double): Don't bias exponent when
6644 handling zero's, denorms or NaNs.
6645
6646Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
6647
6648 * floatformat.c (floatformat_to_double): Fix bugs with handling
6649 numbers with fractions < 32 bits.
6650
6651Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
6652
6653 * config.table: Permit --enable-shared to specify a list of
6654 directories.
6655
6656Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
6657
6658 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
6659 arguments.
6660
6661Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
6662
6663 * configure.in: If srcdir is `.' and with_target_subdir is not
6664 `.', then set MULTISRCTOP before calling config-ml.in.
6665
6666Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
6667
6668 * mpw.c (mpw_open): Add debugging output option.
6669
6670Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
6671
6672 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
6673
6674Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
6675
6676 * mpw.c (mpwify_filename): Change 6 to 5 in
6677 strncmp (unixname, "/tmp/", 5).
38beb75c 6678
6599da04
JM
6679Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
6680
6681 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
6682 handle 0 as a pointer value parameter.
6683
6684Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
6685
6686 * Makefile.in (all): Depend upon required-list.
6687 (required-list): New target.
6688 (clean): Remove required-list.
6689
6690Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
6691
6692 * win32.c: Deleted.
6693 * config.table (i386-*-win32): Deleted.
6694 * config/mh-i386win32: Deleted.
6695
6696Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
6697
6698 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
6699 const char *.
6700 (cplus_mangle_opname): Change return type and opname parameter to
6701 const char *. Don't cast return value.
6702
6703Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
6704
6705 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
6706 definition.
6707
6708Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
6709
6710 * obstack.c: Update copyright to 1996.
6711 (_obstack_memory_used): Define new function. Called via
6712 obstack_memory_used macro.
6713
6714Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
6715
6716 * xstrdup.c: New file.
6717 * Makefile.in (CFILES): Add xstrdup.c.
6718 (REQUIRED_OFILES): Add xstrdup.o.
6719 (xstrdup.o): New target.
6720
6721Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
6722
6723 * atexit.c: New stub to provide atexit on systems that have
6724 on_exit, like SunOS 4.1.x systems.
6725 * functions.def (on_exit, atexit): Ditto.
6726
6727Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
6728
6729 * mpw.c (mpw_abort): Remove decl.
6730 (mpw_access): Move debugging printf.
6731
6732Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
6733
6734 * config.table: Consistently use ${host} rather than ${xhost} or
6735 ${target}.
6736 * configure.in: Don't bother to set ${xhost} before calling
6737 config.table.
6738
6739Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6740
6741 * Makefile.in (.c.o): Use test instead of the left bracket, to
6742 avoid problems with some versions of make.
6743
6744Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
6745
6746 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
6747
6748Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
6749
6750 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
6751 which was set to just alloca.o, which is now automatically marked
6752 as needed by the autoconfiguration process.
6753
6754Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
6755
6756 * config.table: Check ${with_cross_host} rather than comparing
6757 ${host} and ${target}.
6758
6759Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
6760
6761 * configure.in: If with_target_subdir is empty, set xhost to
6762 ${host} rather than ${target} before calling config.table.
6763
6764Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
6765
6766 * Makefile.in (MULTITOP): Deleted.
6767 (MULTISRCTOP, MULTIBUILDTOP): New.
6768 (FLAGS_TO_PASS): Delete INCDIR.
6769 (INCDIR): Add $(MULTISRCTOP).
6770 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
6771 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
6772 instead of cfg-ml-pos.in.
6773 (cross-compile check): Change to test for with_target_subdir.
6774 (EXTRA_LINKS): Delete.
6775
6776Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
6777
6778 * mpw-make.sed: Add getpagesize.c.o to needed-list.
6779 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
6780 functions that are supplied by Metrowerks libraries.
6781 (fstat): Clean up descriptor->pointer conversion code.
6782 (InstallConsole, etc): Empty definitions, for when linking
6783 with SIOUX.
6784
6785Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
6786
6787 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
6788 (.c.o): Stylistic change.
6789
6790Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
6791
6792 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
6793 phdm@info.ucl.ac.be (Philippe De Muyter).
6794
6795Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
6796
6797 * configure.in: Correct sed call.
6798
6799Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
6800
6801 * configure.in: Clean up / simplify for native.
6802
6803 * configure.in: Merge in stuff from ../xiberty/configure.in.
6804 * Makefile.in (CC): Add definition (so it can be overrridden
6805 by ../configure).
6806
6807Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
6808
6809 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
6810 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
6811 (link): Remove useless definition with error return.
6812 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
6813 Use UnsignedWide type for microsecond counts.
6814
6815Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
6816
6817 * memcmp.c (memcmp): Argument types are const void *, not void
6818 *const.
6819
6820 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
6821 sys/types.h.
6822 * strcasecmp.c (strcasecmp): Ditto.
6823
6824Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
6825
6826 * Makefile.in (BISON): Remove macro.
6827
6828Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
6829
6830 * Makefile.in (HFILES): Add default empty definition.
6831 * mpw-config.in (config.h): Only update if changed.
6832 * mpw-make.in: Remove.
6833 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
6834 * mpw.c: Remove semi-clone of strerror code.
6835 (sys_nerr, sys_errlist): Define here.
6836 (Microseconds): Only define as A-line trap if m68k Mac.
6837
6838Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
6839
6840 * Makefile.in (maintainer-clean): New synonym for distclean.
6841
6842Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
6843
6844 * config.table: For host, generalize rs6000-ibm-aix*
6845 to *-ibm-aix* so we also include powerpc.
6846
6847Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6848
6849 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
6850
6851 * xstrerror.c: New file.
6852 * Makefile.in, vmsbuild.com: Compile it.
6853
6854Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
6855
6856 * config.table (i386-*-win32): New.
6857
6858Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
6859
6860 * Makefile.in (MULTITOP): New variable.
6861 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
6862 (all): Add multilib support.
6863 (install_to_tooldir, *clean): Likewise.
6864
6865Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
6866
6867 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
6868
6869Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
6870
6871 * vmsbuild.com: create "new-lib.olb", build libiberty under that
6872 name, and then make it become "liberty.olb" when done, so that an
6873 incomplete build attempt never leaves behind something which looks
6874 like a complete library.
6875
6876Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
6877
6878 * config/mh-i386pe: New file for PE hosts.
6879 * config.table: Understand PE hosts.
6880
6881Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6882
6883 * cplus-dem.c: Update from gcc.
6884
6885 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
5194cf08 6886 <stddef.h>.
6599da04
JM
6887 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
6888
6889Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
6890
6891 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
6892 * mpw.c: Only test DebugPI once whenever printing debug info.
6893 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
6894 also fix to not write on input filename buffer.
6895 (mpw_access): Use stat() instead of open(), works for directories
6896 as well as files.
6897
6898Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6899
6900 * Makefile.in: Massage broken shells that require 'else true'.
6901
6902Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
6903
6904 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
6905 Declare __builtin_alloca in the sparc case, as argv.c did.
6906 * argv.c: Replace inline version of alloca-norm.h at start of file with
6907 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
6908 because alloca-norm.h needs to declare alloca as "PTR".
6909
6910Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
6911
6912 * win32.c: New file.
6913
6914Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6915
6916 * dummy.c: #include "alloca-conf.h".
6917
6918Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6919
6920 * Makefile.in (mostlyclean): Remove stamp-picdir.
6921 (clean): Don't.
6922
6923Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6924
6925 * config.table (frags): Use toplevel pic frags.
6926
6927 * Makefile.in (PICFLAG): New macro.
6928 (all): Depend on stamp-picdir.
6929 (needed-list): Ditto.
6930 (.c.o): Also build pic object.
6931 (stamp-picdir): New rule.
6932 (mostlyclean): Remove pic.
6933 (clean): Remove stamp-picdir.
6934
6935Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
6936
6937 * vmsbuild.com (config.h): Add `#define NEED_basename'.
6938
6939Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
6940
6941 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
6942 to libio-style copyright.
6943 * getpagesize.c: Remove FSF copyright.
6944
6945Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6946
6947 Added improved VMS support from Pat Rankin:
6948
6949 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
6950
6951 * vmsbuild.com: new file.
6952
6953 * getpagesize.c (getpagesize): implement for VMS;
6954 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
6955 support for EVMSERR.
6956
6957Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6958
6959 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
6960
6961 * floatformat.c (floatformat_arm_ext): Define.
6962
6963Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
6964
6965 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
6966 strerror.c, strsignal.c: Remove FSF copyright.
6967 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
6968
6969Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
6970
6971 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
6972 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
6973 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
6974 * strchr.c, strrchr.c: Add cast to suppress const warning.
6975
6976Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6977
6978 * cplus-dem.c: Use const instead of CONST. Don't include
5194cf08 6979 ansidecl.h directly.
6599da04
JM
6980
6981Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6982
6983 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
5194cf08 6984 xrealloc.
6599da04 6985 (-DMAIN): Don't rely on an externally-defined version number;
5194cf08
ZW
6986 instead, require the version number to be defined as a
6987 preprocessor macro. Handle the RS/6000 leading dot. Define
6988 xmalloc, xrealloc and fatal. Don't strip a leading underscore
6989 if we couldn't demangle the word.
6599da04
JM
6990
6991Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
6992
6993 (Old mpw.c change descriptions retained for informational value.)
6994 * mpw.c (warning_threshold): Default to .4 sec.
6995 (overflow_count, current_progress): New globals.
6996 (warn_if_spin_delay): Include current progress type,
6997 such as program name, in message.
6998 (mpw_start_progress): Set current_progress variable from arg.
6999 (mpw_end_progress): Report spin delays by power-of-two-size
7000 buckets instead of constant-size buckets.
7001
7002 * mpw.c: Clean up formatting, types, returns, etc.
7003 (ENOSYS): Define.
7004 (mpw_fread, mpw_fwrite): Define.
7005 (sleep): Define correctly.
7006
7007 * mpw.c: New code to implement cursor spinning support.
7008 (umask): New function.
7009 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
7010
7011 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
7012 basenames for MPW and MPW/Unix filenames.
7013 (mpw_special_init): New function, calls Macsbug if desired.
7014
7015 * mpw.c: Add GPL notice.
7016 (mpwify_filename): Add more transformations.
7017 (mpw_fopen): Call mpwify_filename on file names.
7018 (rename): Remove.
7019 (chdir, getcwd): Add simple definitions.
7020
7021 * mpw.c: Random cleanups, remove unused code bits.
7022 Added copy of strerror.c for gcc's use.
7023 (stat, fstat, _stat): New versions based on Guido van Rossum code.
7024
7025 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
7026
7027 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
7028 (fork, vfork, etc): Print error messages if called.
7029 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
7030 rename, chown): Define.
7031
7032 * mpw-config.in: New file, MPW version of configure.in.
7033 * mpw-make.in: New file, MPW version of Makefile.in.
7034 * mpw.c: New file, MPW compatibility routines.
7035
7036Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7037
7038 * basename.c: Include config.h before checking for NEED_basename.
7039
7040Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7041
7042 * functions.def: Add DEFFUNC for basename.
7043
7044 * basename.c: Only define basename if NEED_basename.
7045
7046Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7047
7048 * config.table: Fix --enable-shared logic for native builds.
7049
7050Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7051
7052 * cplus-dem.c (demangle_template): Demangle bool literals properly.
7053
7054Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
7055
7056 * strtol.c strtoul.c: Replace these with less buggy versions from
7057 NetBSD. (strtoul in particular couldn't handle base 16.)
7058
7059Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
7060
7061 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
7062
7063 * clock.c: If NO_SYS_PARAM_H is defined, don't include
7064 <sys/param.h>.
7065 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
7066
7067Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
7068
7069 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
7070 a number; ANSI appears to permit any expression, including a
7071 function call.
7072
7073 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
7074 xiberty.
7075 * config/mt-vxworks5: New file.
7076
7077Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
7078
7079 * basename.c (basename): Change argument to be const.
7080
7081Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7082
7083 * Makefile.in (lneeded-list): Don't worry about xmalloc.
7084
7085Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
7086
7087 * Makefile.in (distclean): Delete xhost-mkfrag.
7088
7089Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7090
7091 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
7092
7093Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7094
7095 * hex.c: New file.
7096 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
7097 (hex.o): Add dependencies.
7098
7099 * cplus-dem.c (demangle_prefix): For GNU style constructor and
7100 destructor names, try demangling the remainder of the string.
7101
7102Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
7103
7104 * vasprintf.c (int_vasprintf): New static function.
7105 (vasprintf): Use int_vasprintf. Removes assumption that va_list
7106 is assignment compatible.
7107
7108Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7109
7110 * Makefile.in (LIBCFLAGS): New variable.
7111 (FLAGS_TO_PASS): Pass it.
7112 (.c.o): Use it.
7113
7114Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7115
7116 * getopt.c, getopt1.c: Do compile these functions under Linux,
7117 since many native versions are based on glibc but are buggy.
7118
7119Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
7120
7121 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
7122 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
7123
7124Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7125
7126 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
7127 * functions.def: Remove vasprintf.
7128
7129Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7130
7131 * xmalloc.c (first_break): New static variable.
7132 (xmalloc_set_program_name): Record sbrk (0) in first_break.
7133 (xmalloc): If memory allocation fails, try to report how much
7134 memory was allocated by the program up to this point.
7135 (xrealloc): Likewise.
7136
7137Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
7138
7139 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
7140 when linking dummy.
7141 * config.table: Add host RISCiX Makefile frag.
7142 * config/mh-riscix: New file.
7143
7144Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7145
7146 * Makefile.in (FLAGS_TO_PASS): Define.
7147 ($(RULE1)): Use $(FLAGS_TO_PASS).
7148
7149Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7150
7151 * vasprintf.c: Include <string.h>.
7152 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
7153 * xatexit.c: Declare malloc.
7154
7155Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
7156
7157 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
7158 one below).
7159
7160Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
7161
7162 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
5194cf08 7163 the type index is greater than 9.
6599da04
JM
7164
7165Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
7166
7167 * cplus-dem.c (demangle_qualified): accept optional '_' between
7168 qualified name. This is baecause the template name may end with
7169 numeric and can mixed up with the length of next qualified name.
7170
7171Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
7172
7173 * config/mt-sunos4: Use our standard location for cross-includes
7174 and cross-libs when the target is also a "host" environment (ie no
7175 newlib; includes and such don't belong to us). This is specific
7176 to the Cygnus Support environment.
7177
38beb75c 7178Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
6599da04 7179
38beb75c 7180 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
6599da04
JM
7181 xxx<ch=81>.
7182
7183Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
7184
7185 * cplus-dem.c (main): flush stdout to make pipe work.
7186
7187Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
7188
7189 * config.table (*-*-cxux7*): Recognize.
7190 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
7191 Harris-specific float format.
7192 * config/mh-cxux7: New file.
7193
7194Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7195
7196 * cplus-dem.c (demangle_template): Make sure that the result of
7197 consume_count doesn't index beyond the end of the string.
7198
7199Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7200
7201 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
7202 earlier. Improve test for new vtable mangling. Change output back
7203 to `virtual table'.
7204
7205Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7206
7207 * obstack.c: Always compile this code, even if using the GNU
7208 library. Avoids problems with relatively recent binary
7209 incompatibility.
7210
7211Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7212
7213 * cplus-dem.c: Include libiberty.h.
7214 (xmalloc, xrealloc, free): Don't declare.
7215 (strstr): Don't declare parameters.
7216 (xmalloc, xrealloc): Don't define.
7217 (long_options): Add no-strip-underscores.
7218 (main): Call xmalloc_set_program_name. Pass n in short options to
7219 getopt_long. Handle option 'n' to not strip underscores.
7220 (usage): Mention -n and --no-strip-underscores.
7221
7222Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
7223
7224 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
5194cf08 7225 space.
6599da04
JM
7226 (gnu_special): Demangle template and qualified names in a vtable name.
7227
7228Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7229
7230 From gas-2.3 and binutils-2.4 net releases:
7231
7232 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
7233
7234 * makefile.dos: [new] Makefile for dos/go32
7235 * configure.bat: update for latest files
7236 * msdos.c: remove some functions now in libc.a
7237
7238Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
7239
7240 * cplus-dem.c (gnu_special): Recognize thunks, as well as
7241 the new naming style for vtables (when -fvtable-thunks).
7242
7243Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7244
7245 * Makefile.in (XTRAFLAGS): Don't define.
7246 (.c.o, dummy.o): Don't use XTRAFLAGS.
7247 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
7248
7249Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7250
7251 * vasprintf.c: New file.
7252 * Makefile.in, functions.def: Add it.
7253
7254Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
7255
7256 * cplus-dem.c (demangle_fund_type): Grok bool.
7257
7258Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
7259
38beb75c 7260 * config.table: Add go32
6599da04
JM
7261 * config/mh-go32: New template.
7262
7263Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
7264
7265 * config.table, config/mt-sunos4: config for when sun4 is cross target.
7266
7267Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7268
5194cf08
ZW
7269 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
7270 Declare strlen to return int. Don't include stddef.h.
6599da04
JM
7271
7272Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
7273
5194cf08
ZW
7274 * getopt.c: Delete use of IN_GCC to control whether
7275 stddef.h or gstddef.h is included.
6599da04
JM
7276
7277Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
7278
7279 * cplus-dem.c (demangle_signature): Fix a bug in template function
7280 type numbering.
7281
7282Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
7283
7284 * cplus-dem.c (demangle_signature): Fix template function with arm
7285 style argument type number, Tn.
7286
7287Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
7288
7289 * cplus-dem.c (optable): Add new[] and delete[].
7290
7291Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7292
7293 * argv.c (buildargv): Don't produce empty argument just because
7294 there is trailing whitespace.
7295
7296Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
7297
7298 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
7299 Handle 'p' same as 'P'.
7300 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
7301
7302Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7303
7304 * floatformat.c (get_field, put_field): Fix off by one error in
7305 little endian case.
7306
7307Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7308
7309 * floatformat.c (floatformat_from_double): Pass unsigned char *,
7310 not char *, to put_field.
7311
7312Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
7313
7314 * memmove.c: Re-wrote; placed in public domain.
7315
7316Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7317
7318 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
7319 __Q* as a constructor.
7320
7321Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
7322
7323 * ieee-float.c: Removed; no longer used.
7324 * Makefile.in: Changed accordingly.
7325
7326Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7327
7328 * floatformat.c (get_field): Removed unused local variable i.
7329 (put_field): Removed unused local variable i.
7330
7331Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7332
7333 * floatformat.c: New file, intended to replace ieee-float.c.
7334 * Makefile.in: Change accordingly.
7335
7336Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
7337
7338 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
38beb75c
UD
7339 (_getopt_initialize): New function, broken out of _getopt_internal.
7340 (_getopt_internal):
6599da04
JM
7341 If long_only and the ARGV-element has the form "-f", where f is
7342 a valid short option, don't consider it an abbreviated form of
7343 a long option that starts with f. Otherwise there would be no
7344 way to give the -f short option.
7345
7346Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7347
5194cf08
ZW
7348 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
7349 Test just __STDC__, not emacs.
6599da04
JM
7350
7351Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7352
5194cf08
ZW
7353 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
7354 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
6599da04
JM
7355
7356Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7357
5194cf08 7358 * getopt.c (_NO_PROTO): Define before config.h is included.
6599da04
JM
7359
7360Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7361
5194cf08 7362 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
6599da04
JM
7363 <config.h> only under these, else "config.h".
7364
7365Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7366
5194cf08
ZW
7367 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
7368 <config.h> instead of "config.h".
6599da04
JM
7369
7370Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
7371
7372 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
7373 whether to use prototypes or not.
7374 * strerror.c (const): Never undefine; let ansidecl.h handle it.
7375 * strsignal.c (const): Likewise.
7376
7377Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7378
7379 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
7380 Merging common and initialized variables need not be supported by
7381 ANSI C compilers.
7382 (xatexit): Initialize _xexit_cleanup if not already set.
7383 * xexit.c: Comment fix.
7384
7385Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7386
7387 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
7388 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
7389 assuming that realloc works correctly.
7390
7391Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7392
7393 * concat.c, ieee-float.c: Replace inclusion of <string.h>
7394 with explicit function declarations, as recommended by Ian Taylor.
7395
7396Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
7397
7398 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
7399 (malloc, realloc): Declare.
7400
7401Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7402
7403 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
7404 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
7405 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
7406 * xmalloc.c: Likewise.
7407 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
7408 macros, not <varargs.h> macros.
7409 * spaces.c (spaces): Make return type const. Don't crash if
7410 malloc returns NULL.
7411 * strerror.c (struct error_info): Make name and msg fields const.
7412 (error_names): Make const.
7413 (strerrno): Make const.
7414 (strtoerrno): Make argument const.
7415 * strsignal.c (struct signal_info): Make name and msg fields
7416 const.
7417 (signal_names, sys_siglist): Make const.
7418 (strsignal, strsigno): Make const.
7419 (strtosigno): Make argument const.
7420 * xatexit.c: Declare parameter types.
7421 * xmalloc.c (name): Make const.
7422 (xmalloc_set_program_name): Make argument const.
7423 * Makefile.in (INCDIR): Define.
7424 (.c.o): Use $(INCDIR).
7425 (dummy.o): Likewise.
7426 (argv.o, basename.o): New targets; depend on libiberty.h.
7427 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
7428 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
7429 (xmalloc.o): Likewise.
7430 (cplus-dem.o): New target; depend on demangle.h.
7431 (getopt.o, getopt1.o): New targets; depend on getopt.h.
7432 (ieee-float.o): New target; depend on ieee-float.h.
7433 (obstack.o): New target; depend on obstack.h.
7434
7435Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7436
7437 Handle obstack_chunk_alloc returning NULL. This allows
7438 obstacks to be used by libraries, without forcing them
7439 to call exit or longjmp.
7440 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
7441 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
7442 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
7443
7444Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7445
7446 * concat.c, ieee-float.c: Include <string.h>.
7447
7448Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7449
7450 * xmalloc.c (xmalloc_set_program_name): New function.
7451 (xmalloc, xrealloc): Include the name in the error message, if set.
7452
7453 * Replace atexit.c with xatexit.c.
7454 * Makefile.in (CFILES), functions.def: Change references.
7455
7456Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
7457
7458 * getruntime.c (get_run_time): Use getrusage or times if
7459 HAVE_GETRUSAGE or HAVE_TIMES are defined.
7460
7461Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7462
7463 * atexit.c: New file.
7464 * Makefile.in (CFILES), functions.def: Add it.
7465 * xexit.c: New file.
7466 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
7467 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
7468 Change request for 0 bytes into request for 1 byte.
7469
7470Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7471
7472 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
7473 unsigned long, to avoid warnings.
7474
7475Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7476
7477 * dummy.c: Don't include time.h ever; always define clock_t as
7478 "unsigned long". Until gcc/fixincludes ensures that clock_t
7479 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
7480 exist, clock_t probably doesn't either.
7481
7482Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
7483
7484 * clock.c, getruntime.c: New files.
7485 * Makefile.in: Add to file lists.
7486 * functions.def (clock): Add to list.
7487 * dummy.c (time.h): Add if __STDC__.
7488 (clock_t): #define as "unsigned long" if not __STDC__.
7489
7490Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7491
7492 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
7493 Edler).
7494
7495Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7496
7497 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
7498 linking.
7499
7500Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7501
7502 * cplus-dem.c (demangle_arm_pt): New function. Common code
7503 for ARM template demangling.
7504 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
7505 * cplus-dem.c (demangle_prefix): Likewise.
7506
7507Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
7508
7509 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
7510
7511Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
7512
7513 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
7514 * strerror.c, strsignal.c: As a small space optimization, don't
7515 include messages when they aren't actually used.
7516
7517 Merge changes from takefive.co.at!joe (Josef Leherbauer)
7518 * cplus-dem.c (demangle_prefix, demangle_function_name,
7519 cplus_demangle_opname): Fixes for systems where cplus_marker
7520 is something other than '$'.
7521
7522Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
7523
7524 * waitpid.c: Simple-minded approcimation to waitpid
7525 using vanilla wait.
7526 * functions.def, Makefile.in: Update accordingly,
7527
7528Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
7529
7530 * cplus-dem.c(demangle_template): fix bug template instantiation
7531 with value of user defined type.
7532
7533Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
7534
7535 * cplus-dem.c(cplus_demangle_opname): add the subject new function
7536 to support unified search of operator in class.
7537
7538Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7539
7540 gcc -Wall lint:
7541 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
7542 "digit = *s" as condition in while loop.
7543
7544Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
7545
7546 * Makefile.in: pass SHELL to recursive make
7547
7548Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
7549
7550 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
7551 be (const char*), for ANSI (and gcc w/fixproto) consistency.
7552
7553Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7554
7555 * config.table: Make *-*-hiux* use mh-hpux.
7556
7557Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7558
7559 * config.table: Add * to end of all OS names.
7560
7561Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7562
7563 * Makefile.in (lneeded-list): ensure that object file names are
7564 not duplicated, as multiple instances of the same object file in
7565 a library causes problems on some machines
7566
7567Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7568
7569 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
7570
7571Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7572
7573 * strncasecmp.c: new file, implements strncasecmp
7574 * strcasecmp.c: new file, implement strcasecmp
7575
7576 * Makefile.in (CFILES): list these two new source files
7577
7578 * functions.def: add strcasecmp and strncasecmp entries
7579
7580Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7581
7582 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
7583 according to ANSI C.
7584
7585Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
7586
7587 * cplus-dem.c: add support of ARM global constructor/destructor,
7588 and 'G' for passing record or union in parameter.
7589
7590Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7591
7592 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
7593 should not be in functions.def.
7594
7595Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7596
7597 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
7598 not be in functions.def.
7599
7600Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
7601
7602 * cplus-dem.c: change globl constructor/destructor to proper name
7603
7604Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7605
7606 * cplus-dem.c: fix bug in constructor/destructor
7607
7608Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
7609
7610 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
7611
7612Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
7613
7614 * cplus-dem.c: Fix demangle_template prototype
7615
7616Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
7617
7618 * cplus-dem.c: fix template demangling
7619 * cplus-dem.c: fix const type demangling
7620 * cplus-dem.c: fix constructor/destructor, virtual table,
7621 qualifier, global constructor/destructor demangling
7622
7623Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7624
7625 * strsignal.c, strerror.c: Use fully-bracketed initializer to
7626 keep gcc -Wall happy.
7627
7628Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
7629
7630 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
7631 patch.
7632
7633Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7634
7635 Patch from Paul Flinders:
7636 * cplus-dem.c (do_type): Deal with arrays.
7637
7638Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7639
7640 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
7641 than 9 classes.
7642
7643Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
7644
7645 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
7646 not initialized" warnings under HP/UX
7647
7648Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7649
7650 * strerror.c: Move include of stdio.h after sys_errlist #define.
7651 Also remove NULL definition (stdio.h always defines NULL, so it
7652 never did anything but clutter up the code).
7653
7654Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7655
7656 * Makefile.in, functions.def: handle xmalloc.c
7657
7658 * xmalloc.c: provide xmalloc and xrealloc functions
7659
7660Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7661
7662 * cplus-dem.c: Fix a comment.
7663
7664Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7665
7666 * getopt1.c: Declare const the way getopt.c does.
7667
7668Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7669
7670 * obstack.c, alloca.c: Update from FSF.
7671 * getopt.c, getopt1.c: Update to current FSF version, which
38beb75c 7672 doesn't use alloca.
6599da04
JM
7673
7674Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7675
7676 * Makefile.in (demangle): Add the target with a message saying
7677 where demangle went.
7678
7679Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7680
7681 * Makefile.in: Remove obsolete `demangle' target.
7682
7683Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
7684
7685 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
7686 avoid infinite loop on vtbl symbols with disambiguating "junk"
7687 tacked on the end.
7688
7689Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7690
7691 * strsignal.c: work around some systems losing definitions of
7692 sys_siglist
7693
7694 * config/mh-lynxos: this system has a losing definition of
7695 sys_siglist
7696
7697 * config.table: use mh-lynxos for *-*-lynxos
7698
7699Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
7700
7701 * config.table: Add support for HPPA BSD hosts.
7702
7703 * config/mh-hpbsd: New file.
7704
7705Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
7706
7707 * Makefile.in (TAGS): make work when srcdir != objdir.
7708
7709Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7710
7711 * cplus-dem.c (main): Add long options, including --help and
7712 --version.
7713 (usage): New function from code in main.
7714
7715Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
7716
7717 * config.table: New shell scipt, sourced by both ./configure,in
7718 and ../xiberty/configure.in, to avoid maintainance lossages.
7719 * configure.in and ../xiberty/configure.in: Use config.table.
7720
7721 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
7722 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
7723 * ../xiberty/configure.in: Update from ./configure.in.
7724
7725Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7726
7727 * Makefile.in: remove parentdir support
7728
7729Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7730
7731 * cplus-dem.c (xrealloc): Match definition with prototype.
7732
7733Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7734
7735 * cplus-dem.c (demangle_prefix): Demangle cfront
7736 local variables as an extension to ARM demangling.
7737
7738Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7739
7740 * ieee-float.c: Don't require pointers to double to be aligned.
7741
7742Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
7743
5194cf08 7744 (merge changes from dlong@cse.ucsc.edu)
6599da04
JM
7745 * cplus-dem.c (consume_count): Simplify.
7746 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
7747 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
7748
7749 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
7750 full prototypes.
7751 * cplus-dem.c (free): Add prototype.
7752 * cplus-dem.c (optable): Fully bracketize initializer.
7753
7754Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
7755
7756 * cplus-dem.c: Whether initial underscores are stripped
7757 depends on the external variable prepends_underscore
7758 (which is generated by the binutils Makefile).
7759
7760Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7761
7762 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
7763
7764Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
7765
7766 * cplus-dem.c (consume_count): Return zero if arg does not
7767 start with digit, and don't consume any input.
7768
7769Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
7770
7771 * Makefile.in (demangle): Use ${srcdir} not $^.
7772
7773 * strtod.c: New file, needed at least for BSD 4.3.
7774
7775Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
7776
7777 * strsignal.c (sys_siglist): For ANSI compilations, type is
7778 "const char *const". Also remove conditionalization on __STDC__
7779 since const is defined away for non-ANSI.
7780
7781Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7782
7783 * configure.in: Recognize *-*-hpux.
7784 * config/mh-hpux: New file.
7785
7786Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
7787
7788 * tmpnam.c: Added ANSI tmpnam() function.
7789 * functions.def, Makefile.in: Update accordingly.
7790
7791Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7792
7793 * cplus-dem.c (demangle_function_name): Get the demangling of
7794 stop__1A right.
7795
7796Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
7797
7798 * cplus-dem.c: Declare strstr return type.
7799
7800Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
7801
7802 * strsignal.c: Add some AIX signals.
7803
7804Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
7805
7806 * Makefile.in (MAKEOVERRIDES): Define to be empty.
7807
7808Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7809
7810 * Makefile.in: add installcheck & dvi targets
7811
7812Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
7813
7814 * ieee-float.c: New file, moved from ../gdb (since it is
7815 needed by ../opcode/m68k-dis.c).
7816
7817Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
7818
7819 * cplus-dem.c: Replace all references to cfront with ARM.
7820
7821Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
7822
7823 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
7824 to be more useful as a filter.
7825
7826Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7827
7828 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
7829 destination directory before running $(RANLIB), in case that
7830 program tries to create a file in the current directory as part of
7831 its work.
7832
7833Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
7834
7835 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
7836 because BSD 4.4 lacks one. Isn't this fun?
7837
7838Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
7839
7840 * cplus-dem.c (demangle_signature): Set func_done after
7841 demangling a template.
7842 * cplus-dem.c (demangle_template): Fix several small bugs
7843 in demangling GNU style templates.
7844 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
7845 style constructors.
7846 * cplus-dem.c (gnu_special): Fix for templates in GNU style
7847 static data members.
7848
7849Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
7850
7851 * cplus-dem.c (demangle_signature): Modify to include type
7852 modifiers like static and const in remembered types.
7853
7854Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
7855
7856 * cplus-dem.c (demangled_qualified): Add new parameter that tells
7857 whether to prepend or append the qualifiers.
7858 * cplus-dem.c (string_prepends): Used now, remove #if 0.
7859 * cplus-dem.c (demangle_signature): Call demangle_qualified
7860 with prepending.
29120f44 7861 * cplus-dem.c (gnu_special): Recognize static data members that
6599da04
JM
7862 use qualified names.
7863 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
7864 temporary buffer and the prepend or append them to the result,
7865 as specified by the new "append" flag.
7866 * cplus-dem.c (do_type): Call demangled_qualified with
7867 appending.
7868
7869Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
7870
7871 * strsignal.c (signal_table): Now const.
7872 (init_signal_tables): Variable eip now points to const.
7873
7874 * strerror.c (error_table): Now const.
7875 (init_error_tables): Variable eip now points to const.
7876
7877Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
7878
7879 * memchr.c (memchr): New (ANSI standard) function.
7880 * Makefile.in, functions.def: Added memchr.
7881 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
7882
7883Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7884
7885 * getopt.c: remove use of USG around <alloca.h>, which never meant
7886 anything anyway
7887
7888 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
7889 of USG and USGr4
7890
7891Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
7892
7893 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
7894 it's now a type according to the ANSI X3J16 working paper; output
7895 "wchar_t" for it.
7896 (demangle_template): Accept `w' as an integral type.
7897 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
7898 counterparts malloc and realloc to `char *'.
7899 (main): Exit with a 0 status.
7900 * Makefile.in (demangle): Don't expect the user to define
7901 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
7902 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
7903
7904Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
7905
7906 * Makefile.in (AR_FLAGS): Avoid verbosity.
7907 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
7908 replace USGr4 with HAVE_SYSCONF.
7909 * config/mh-solaris: Remove; mh-sysv4 works now.
7910 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
7911 * configure.in: Simplify host matching table, remove separate
7912 solaris config file.
7913
7914Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
7915
7916 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
7917
7918Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
7919
7920 * cplus-dem.c (xmalloc, xrealloc): Add decls.
7921 (remember_type): Don't cast xmalloc.
7922 (string_need): Likewise; don't cast xrealloc either.
7923
7924Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
7925
7926 * Makefile.in, functions.defs, rename.c: added simple
7927 implementation of rename, since some binutils programs use it.
7928
7929Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
7930
7931 * strsignal.c: Add appropriate 'const' to sys_siglist
7932 extern declaration (if __STDC__). (Needed for Linux.)
7933 * strsignal.c (strsignal): Add cast to remove const-ness.
7934
7935Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
7936
7937 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
7938 before "'s, diagnosed by BSD 4.4 awk.
7939
7940Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
7941
7942 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
7943 and $(NEEDED_LIST), to give some hooks for xiberty.
7944
7945Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7946
7947 * configure.in: use cpu-vendor-triple instead of nested cases
7948
7949Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
7950
7951 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
7952 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
7953 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
7954 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
7955 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
7956 Convert from using GPL to LGPL.
7957
7958Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
7959
7960 * Makefile.in (errors): Leave dummy.o and dummy around so that
7961 we can see how the needed list was generated (it's sometimes wrong).
7962 (mostlyclean): Remove them.
7963
7964Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
7965
7966 * getcwd.c: supply a default if MAXPATHLEN is not defined.
7967
7968 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
7969
7970Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
7971
7972 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
7973 when cross-compiling.
7974
7975Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
7976
7977 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
7978 as a time optimization.
7979
7980 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
7981 be more expensive than simply demangling.
7982
7983 * cplus-dem.c (cplus_match): new function.
7984
7985Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
7986
7987 * cplus-dem.c: #include <stdio.h>, to define NULL.
7988 Define current_demangling_style.
7989
7990Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
7991
7992 * cplus-dem.c: New file, moved from ../gdb.
7993 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
7994 function, to avoid compiling in target-dependency for CPLUS_MARKER.
7995 * cplus-dem.c (cplus_demangle): Allow demangling style option
7996 to be passed as a parameter, but using the global variable
7997 current_demangling_style as a default.
7998 * Makefile.in: Update for cplus-dem.c
7999
8000Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
8001
8002 * obstack.c: Merge in comment changes from FSF version. Now
8003 matches the FSF version exactly.
8004
8005Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
8006
8007 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
8008 least on losing DECstations!); use if-then-else instead.
8009
8010Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
8011
8012 * Makefile.in: always create installation directories.
8013
8014Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8015
f33a23a0 8016 * Makefile.in: clean up definition of CFILES, more comments
6599da04
JM
8017
8018Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
8019
8020 * getopt.c (my_index): Make first arg const to match strchr,
8021 which it sometimes is remapped to.
8022
8023Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
8024
8025 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
8026 * obstack.c (_obstack_begin): Initialize use_extra_arg.
8027 * obstack.c (_obstack_begin_1): New, from FSF version.
8028
8029Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
8030
8031 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
8032 extra_arg.
8033 * obstack.c (_obstack_begin): Remove area_id and flags arguments
8034 (previously added for mmalloc support, interface has changed).
8035 Also convert flags usage to use use_extra_arg and maybe_empty_object.
8036
8037Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
8038
8039 * argv.c: Move expandargv inline and eliminate static variables.
8040 Rewrite to always allocate in powers of two. Fix to return an
8041 argv with a single null string arg if passed a null string.
8042
8043Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
8044
8045 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
8046 "(void)" casts from function calls where the return value is
8047 ignored, in accordance with GNU coding standards.
8048
8049Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
8050
8051 * bcopy.c, strerror.c, strsignal.c: Lint.
8052
8053Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8054
8055 * getopt.c: merge changes from make.
8056
8057Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
8058
8059 * alloca.c: Incorporate fixes from gdb/alloca.c.
8060 FIXME: Eventually move gdb's alloca configuration files here,
8061 and remove gdb/alloca.c and its Makefile.in support.
8062
8063Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
8064
8065 * dummy.c: Define NOTHING to /*nothing*/, change return type
8066 of main to int and return zero.
8067 * functions.def: Supply NOTHING as the fourth arg to macros
8068 that don't have an explicit arg, to satisfy picky preprocessors.
8069
8070Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
8071
8072 * Makefile.in: Clean up *clean rules, as per standards.texi.
8073
8074Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8075
8076 * getopt.c, getopt1.c: merged largely gratuitous, mostly
8077 whitespace diffs from other prep distributions.
8078
8079Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
8080
8081 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
8082 it is broken on ncr 3000's.
8083
8084Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
8085
8086 * sigsetmask.c: Rewrite. Old one was very confused about its
8087 arguments and result. New one can't do much, but at least knows
8088 what it can't do, and it's good enough for GDB's use.
8089
8090Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
8091
8092 * functions.def: Use proper prototype for strtoul.
8093
8094Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
8095
8096 * Makefile.in: Add random.c.
8097 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
8098 * configure.in: update solaris2 config.
8099
8100Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
8101
8102 * random.c: Add for random() and srandom().
8103 * functions.def: Add random
8104
8105Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
8106
8107 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
8108 using /usr/ucb/install.
8109
8110Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
8111
8112 * strerror.c: Kludge to guard against a conflict with
8113 possible declaration of sys_errlist in errno.h.
8114
8115Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
8116
8117 * configure.in, config/mh-solaris: add solaris2 config support.
8118
8119Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
8120
8121 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
8122 is not defined (should be defined in signal.h, says Posix.).
8123
8124Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
8125
8126 * getopt.c: merged changes from make-3.62.11.
8127
8128Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
8129
8130 * getopt.c: merged changes from bison-1.18.
8131
8132Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
8133
8134 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
8135 since that introduces a circular dependency.
8136 ($(EXTRA_OFILES) are used to build config.h.)
8137
8138 * strtoul.c: Fixes to handle non-decimal bases better.
8139
8140Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
8141
8142 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
8143 * Makefile.dos: Finish MINUS_G eradication.
8144 * Makefile.in (CFILES): Add strsignal.c.
8145 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
8146 * Makefile.in (needed-list): Split creation of errors file to
8147 separate make target.
8148 * Makefile.in (config.h, needed2.awk, errors): New targets.
8149 * Makefile.in (clean): Split to multiple lines, add needed2.awk
8150 and config.h.
8151 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
8152 * functions.def (strerror): Remove from optional list.
8153 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
8154 * functions.def (strerror, psignal): DEFFUNC's
8155 * strerror.c: Rewrite from scratch to use sys_errlist only if
8156 available, add errno_max(), add strerrno(), add strtoerrno(),
8157 add test driver.
8158 * strsignal.c: New file, signal equivalent to strerror.c.
8159 Uses sys_siglist if available, defines signo_max(), strsignal(),
8160 strsigno(), strtosigno(), psignal(), and test driver.
8161
8162Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
8163
8164 * Makefile.in: do not print recursion line.
8165
8166 * Makefile.in: allow CFLAGS to be passed in from command line.
8167 Removed MINUS_G. Default CFLAGS to -g.
8168
8169Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
8170
8171 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
8172 so libg++ users don't have to be inconvenienced by a
8173 libc.a bug (libc.a needs copysign, but doesn't define it!).
8174 * configure.in: Use config/mh-aix.
8175 * strtoul.c: Handle '-' as required by ANSI.
8176 Clean up radix handling.
8177 * strstr.c: Fix buggy algorithm.
8178 * Makefile.in: Change so that ${EXTRA_OFILES} is
8179 appended to needed-list (which is used by libg++).
8180
8181Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
8182
8183 * configure.in: Recognize new ncr3000 config.
8184 * config/mh-ncr3000: New config file.
8185
8186Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
8187
8188 * argv.c, dummy.c: Lint.
8189
8190Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
8191
8192 * config/mh-sysv4: New config file.
8193 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
8194 host_os == sysv4.
8195 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
8196 pagesize.
8197
8198Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
8199
8200 * getopt.c: Lint.
8201
8202Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
8203
8204 * functions.def (alloca): Fix return type and args to avoid
8205 type clash with gcc's builtin alloca.
8206
8207Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
8208
8209 * configure.in, config/mh-irix4: irix4 support.
8210
8211 * Makefile.in, functions.def, alloca.c: added alloca.
8212
8213Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
8214
8215 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
8216
8217Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
8218
8219 * argv.c: Fix various external function definitions to be
8220 correct in an ANSI compilation environment.
8221
8222Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
8223
8224 * obstack.c: Changes to support calling mmalloc functions,
8225 which take an additional argument over malloc functions.
8226
8227Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
8228
8229 * added check target.
8230
8231Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
8232
8233 * argv.c: #include alloca-conf.h (needed by AIX).
8234
8235Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8236
8237 * Makefile.in, configure.in: removed traces of namesubdir,
8238 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8239 copyrights to '92, changed some from Cygnus to FSF.
8240
8241Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
8242
8243 * argv.c: Check in Fred's version which fixes problems with
8244 alloca().
8245
8246Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
8247
8248 * makefile.dos: Remove NUL to keep patch from failing.
8249
8250Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
8251
8252 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
8253
8254Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
8255
c4b9cfe0 8256 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
6599da04
JM
8257
8258Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
8259
8260 * argv.c: New file to build and destroy standard argument
8261 vectors from a command string.
8262
8263 * Makefile.in: Add argv.c and argv.o to appropriate macros.
8264
8265Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
8266
8267 * configure.in: Change svr4 references to sysv4.
8268
8269 * rindex.c: Declare return type of externally used function
8270 strrchr().
8271
8272Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
8273
8274 * Makefile.in: Remove "***" in normal output, since Make produces
8275 this on errors, and it's convenient to search for.
8276
8277Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
8278
8279 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
8280 New ANSI functions. The old non-ANSI functions (such as bcopy)
8281 should be avoided.
8282 * bcopy.c: Fix to correctly handle overlapping regions.
8283 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
8284 * functions.def: Add the new functions.
8285 * functions.def: Add 4th parameter to DEF macro,
8286 an ansidecl.h-style prototype.
8287 * dummy.c: Use expanded DEF macro to create a dummy function
8288 call, with correct parameter types. (This avoids some
8289 complaints from gcc about predefined builtins.)
8290
8291 Move the functionality of config/mh-default into Makefile.in.
8292 This avoid duplication, and simplifies things slightly.
8293 * Makefile.in: Tweak so we don't need config/mh-default.
8294 * README: Update.
8295 * configure.in: No longer need config/mh-default.
8296 * config/mh-default: Deleted.
8297 * config/mh-sysv: Remove lines copied from old mh-default.
8298
8299Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
8300
8301 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
8302 'mknod' device numbers.
8303
8304Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
8305
8306 * fdmatch.c, Makefile.in: Add new function that takes two
8307 open file descriptors and returns nonzero if they refer to
8308 the same file, zero otherwise. (used in gdb)
8309
8310Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
8311 From DJ:
8312 * msdos.c: stub functions for dos.
8313 * makefile.dos, configdj.bat: new.
8314 * getopt.c: Don't include alloca-conf.h in a GO32 world.
38beb75c 8315
6599da04
JM
8316
8317Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8318
8319 * Makefile.in: infodir belongs in datadir.
8320
8321Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8322
8323 * Makefile.in: remove spaces following hyphens because bsd make
8324 can't cope. added standards.text support. install using
8325 INSTALL_DATA.
8326
8327 * configure.in: remove commontargets as it is no longer a
8328 recognized hook.
8329
8330Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8331
8332 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8333 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8334 and mandir now keyed off datadir by default.
8335
8336Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
8337
8338 * Makefile.in: find-needed.awk does not fit in 14 chars.
8339
8340 * Makefile.in: Suppress error checking when compiling the test
8341 program, because Ultrix make/sh aborts there due to a bug.
8342
8343Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
8344
8345 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
8346 * README: Explained how the auto-configuration works,
8347 and how to add new files and/or configurations.
8348
8349Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
8350
8351 * strtoul.c: Avoid defining ULONG_MAX if already defined;
8352 cast a const char * to char * for pedants.
8353
8354 * getopt.c: Only define "const" after local include files get to,
8355 and only if they haven't defined it.
8356
8357Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
8358
8359 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
8360 emulate it with getwd() if available. This avoids callers having
8361 to find a MAXPATHLEN or PATH_MAX value from somewhere.
8362 * Makefile.in, functions.def: getwd->getcwd.
8363 * configure.in: Use generic case for every system.
8364 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
8365 * config/mh-sysv: Use default handling, just add -DUSG.
8366
8367Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
8368
8369 * Makefile.in, config/mh-default: Re-do make magic
8370 so that for the default ("automatic") mode we only
8371 compile the files we actually need. Do this using
8372 a recursive make: The top-level generates the list
8373 of needed files (loosely, the ones missing in libc),
8374 and then passes that list to the recursive make.
8375 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
8376
8377Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
8378
8379 RS/6000 host support (grumble).
8380
8381 * configure.in: Build alloca-conf.h file from alloca-norm.h
8382 (everything else) or alloca-botch.h (rs/6000).
8383 * Makefile.in: Include . on the include path.
8384 * getopt.c: Use alloca-conf.h.
8385 * alloca-norm.h: How to declare alloca on reasonable machines.
8386 * alloca-botch.h: How to declare alloca on braindead machines.
8387
8388Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
8389
8390 * concat.c : New file, like concat() in gdb but can take a
8391 variable number of arguments rather than fixed at 3 args. For
8392 now, client applications must supply an xmalloc(), which is a
8393 front end function to malloc() that deals with out-of-memory
8394 conditions.
8395
8396 * Makefile.in: Add concat.c and concat.o to appropriate macros.
8397
8398Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
8399
8400 * config/mh-svr4: Add sigsetmask to list of required functions.
8401
8402Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
8403
8404 * vsprintf.c: New file.
8405 * functions.def, Makefile.in: Add vsprintf.
8406
8407Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
8408
8409 * configure.in, config/mh-rs6000: Add rs/6000 host support.
8410 * Makefile.in: Compile with debug info.
8411
8412Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
8413
8414 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
8415 config/mf-default: Added a default configuration mode,
8416 which includes into libiberty.a functions that are "missing" in libc.
8417 * strdup.c, vprintf.c, vfprintf.c: New files.
8418
8419Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
8420
8421 * config/hmake-svr4: New file.
8422
8423 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
8424
8425 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
8426 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
8427 files containing either portable C versions or emulations using
8428 native library calls.
8429
8430 * strerror.c: Add copyright, internal documentation, etc.
8431
8432 * strtol.c: Replace hardwired hex constants with some more
8433 portable macros. Remove illegal (according to gcc) cast.
8434
8435 * strtoul.c: Replace hardwired hex constant with more portable
8436 macro.
8437
8438 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
8439 can override them. Add new source and object file names to CFILES
8440 and OFILES respectively.
8441
8442 * configure.in: Add support for SVR4 makefile fragments.
8443
8444Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
8445
8446 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
8447 over-ridden by config/hmake-*
8448 * configure.in: added m88kcvs to sysv list
8449
8450Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
8451
8452 * Makefile.in: Most hosts need strerror, but one or two don't,
8453 and they override these definitions in the host-dependent makefile
8454 fragment.
8455 * config/hmake-mach: The odd man out on strerror -- it's supplied.
8456 * strerror.c: New file.
8457
8458 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
8459 it and bfd uses it.
8460 * configure.in, Makefile.in, config/hmake-mach: Only configure
8461 strtol & strotoul in on Mach.
8462
8463Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
8464
8465 * obstack.c: Merge with latest FSF version.
8466
8467\f
8468Local Variables:
8469version-control: never
8470End: