merge from gcc
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
3baae9d6
JJ
12010-06-10 Jakub Jelinek <jakub@redhat.com>
2
3 PR other/43838
4 * cp-demangle.c (struct d_print_info): Add flush_count field.
5 (d_print_init): Initialize it to 0.
6 (d_print_flush): Increment it.
7 (d_print_comp): If needed flush before appending ", ". Only
8 decrement dpi->len if no flushes happened during the recursive
9 call.
10 * testsuite/demangle-expected: Add a test for this.
11
219a461e
DD
122010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
13
14 * splay-tree.c: Update copyright years.
15 (splay_tree_new_typed_alloc): New.
16 (splay_tree_new_with_allocator): Use it.
17
18 * hashtab.c: Update copyright years.
19 (htab_create_typed_alloc): New.
20 (htab_create_alloc): Use it.
21
22 * functions.texi: Regenerate.
23
a2803021
DD
242010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26
27 PR bootstrap/42798
28 * configure.ac: Check for declaration of 'basename(char *)'.
29 * configure: Regenerate.
30
312010-05-26 Kai Tietz <kai.tietz@onevision.com>
0a5b531f
DD
32
33 * testsuite/demangle-expected: Add tests for __int128
34 and unsigned __int128 types.
35
cf383746
DD
362010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
37 Jason Merrill <jason@redhat.com>
38
39 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
40 (cplus_demangle_type): Handle nullptr.
41 * testsuite/demangle-expected: Test it.
42
2cd2156f
DD
432010-04-23 Pedro Alves <pedro@codesourcery.com>
44
45 * lbasename.c (lbasename): Split into ...
46 (unix_lbasename, dos_basename): ... these.
47 (lbasename): ... and reimplement on top of them.
48 * Makefile.in (lbasename.o): Add dependency on
49 $(INCDIR)/filenames.h.
50
45ecb02a
DD
512010-04-07 Jakub Jelinek <jakub@redhat.com>
52
53 * regex.c (byte_re_match_2_internal): Avoid set but not used
54 warning.
55
f9b58c5b
DD
562010-03-22 Jason Merrill <jason@redhat.com>
57
58 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
59
178bead7
DD
602010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
61
62 * Makefile.in (all): Do not use exec.
63
fbe5da0e
DD
642010-02-04 Tom Tromey <tromey@redhat.com>
65
66 * testsuite/demangle-expected: Add missing --format=gnu-v3.
67
cbc43128
DD
682010-02-03 Jason Merrill <jason@redhat.com>
69
70 * cp-demangle.c (d_expression): Handle dependent operator name.
71
72 PR c++/12909
73 * cp-demangle.c (d_number_component, d_vector_type): New.
74 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
75
762010-01-25 Ian Lance Taylor <iant@google.com>
77
78 * cp-demangle.c (cplus_demangle_type): Check for invalid type
79 after "DF".
80 * testsuite/demangle-expected: Add test.
81
9ac9c2b6
DD
822010-01-20 Jason Merrill <jason@redhat.com>
83
84 PR c++/42338
85 * cp-demangle.c (d_print_comp): Fix array index printing.
86
6d390a9e
DD
872010-01-11 Tristan Gingold <gingold@adacore.com>
88
89 * cplus-dem.c (ada_demangle): Remove prototype.
90 (grow_vect): Removed.
91 (ada_demangle): Rewritten.
92 (cplus_demangle): Fix indentation.
93 * testsuite/demangle-expected: Add tests for Ada.
94
ffe7cfdf
L
952010-01-09 Ian Lance Taylor <iant@google.com>
96
97 PR other/42230
98 * cp-demangle.c (d_demangle): Return dgs.alc on success.
99
43e85a8f
DD
1002010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
101
102 PR target/42316
103 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
104 * configure: Regenerate.
105
16b8170d
DE
1062009-12-07 Doug Evans <dje@google.com>
107
108 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
109
e96158fc
BE
1102009-11-26 Ben Elliston <bje@au.ibm.com>
111
19afebda 112 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
e96158fc
BE
113 * configure: Regenerate.
114
cf89a94a
BE
1152009-11-25 Ben Elliston <bje@au.ibm.com>
116
117 * functions.texi: Rebuild.
118
23d03362
BE
1192009-11-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
120 Ben Elliston <bje@au.ibm.com>
121
122 * README: Mention changes to Makefile.in and functions.texi.
123 * gather-docs: Mention 'make stamp-functions' in the header.
124
c90188f6
BE
1252009-11-23 Ben Elliston <bje@au.ibm.com>
126 Ian Lance Taylor <iant@google.com>
127
128 * pex-unix.c (pex_child_error): Improve warning avoidance by
129 checking the results of write(3) and exiting with -2 if any write
130 returns a negative value.
131
ca938790
DD
1322009-11-22 Steve Ward <planet36@gmail.com>
133
134 * dyn-string.c (dyn_string_append_char): Fix typo in comment.
135
17f99e29
BE
1362009-11-20 Ben Elliston <bje@au.ibm.com>
137
138 * pex-unix.c (pex_child_error): Define writeerr macro to avoid
139 unused result warnings from write(3) calls. Undefine writeerr
140 after all uses.
141
79e31468
DD
1422009-10-08 Daniel Gutson <dgutson@codesourcery.com>
143 Daniel Jacobowitz <dan@codesourcery.com>
144 Pedro Alves <pedro@codesourcery.com>
145
146 libiberty/
147 * argv.c (consume_whitespace): New function.
148 (only_whitespace): New function.
149 (buildargv): Always use ISSPACE by calling consume_whitespace.
150 (expandargv): Skip empty files. Do not stop at the first empty
151 argument (calling only_whitespace)..
152 * testsuite/test-expandargv.c: (test_data): Test empty lines
153 and empty arguments.
154 (run_tests): Fix false positives due to shorter arguments.
155
664aa91f
DD
1562009-09-30 Martin Thuresson <martint@google.com>
157
158 * regex.c (byte_re_match_2_internal): Split declaration and
159 assignment to avoid -Wc++-compat warning due to goto.
160
1612009-09-29 Jason Merrill <jason@redhat.com>
162
163 * Makefile.in: Enable demangle target.
164 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
165 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
166 (d_parmlist): Factor out from d_bare_function_type.
167 (d_compact_number): Factor out from d_template_param and d_expression.
168 (d_append_num): Factor out from d_print_comp.
169 (d_print_comp, d_print_mod_list): Handle lambdas.
170 * testsuite/demangle-expected: Add lambda tests.
171
572771db
DD
1722009-09-23 Matthew Gingell <gingell@adacore.com>
173
174 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
175
074d710d
KT
1762009-09-22 Ozkan Sezer <sezeroz@gmail.com>
177
178 * choose-temp.c: Include unistd.h for mingw targets.
179
a17fcd19
DD
1802009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
181
182 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
183
bc426d7a
DD
1842009-09-15 Tristan Gingold <gingold@adacore.com>
185
186 * config.h-vms (intptr_t): Define to compile hashtab.c
187
b4a451f5
L
1882009-09-04 Ozkan Sezer <sezeroz@gmail.com>
189
190 PR target/39065
191 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
192 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
193 * config.in: Regenerated.
194 * configure: Regenerated.
195
fca6a796
L
1962009-09-03 Ozkan Sezer <sezeroz@gmail.com>
197
198 PR target/39065
199 * configure.ac: Also check for intptr_t.
200 * config.h.in: Regenerated.
201 * configure: Regenerated.
202 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
203 instead of of long.
204
fce11aaa
TG
2052009-09-02 Tristan Gingold <gingold@adacore.com>
206
207 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
208 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
209 dependencies. Remove unused FORMAT variable.
210 * configure.com: New file to create build.com DCL script for
211 Itanium VMS or Alpha VMS.
212
d444d2ba
RW
2132009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
214
215 * configure.ac (AC_PREREQ): Bump to 2.64.
216
7a0801a9
L
2172009-08-23 H.J. Lu <hongjiu.lu@intel.com>
218
219 PR ld/10536
220 * Makefile.in (install-html-recursive): Removed.
221
75086676
DD
2222009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
223
224 * config.in: Regenerate.
225 * configure: Regenerate.
226
626aaf89
DD
2272009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
228
229 * Makefile.in (AUTOCONF, configure_deps): New variables.
230 ($(srcdir)/configure): New rule, active only in maintainer mode.
231
b0832eea
DD
2322009-07-29 Douglas B Rupp <rupp@gnat.com>
233
234 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
235
9fef968a
DD
2362009-07-27 Douglas B Rupp <rupp@gnat.com>
237
238 * pex-unix.c (vfork): Remove VMS specific definition (get from header
239 file instead).
240 (to_ptr32): New function.
241 (pex_unix_exec_child): Use it.
242
bdc0e08d
DD
2432009-07-24 Ian Lance Taylor <iant@google.com>
244
245 PR bootstrap/40854
246 * crc32.c (xcrc32): Rename from crc32.
247
6e881691
DD
2482009-07-24 Ian Lance Taylor <iant@google.com>
249
250 * crc32.c: New file.
251 * Makefile.in: Rebuild dependencies.
252 (CFILES): Add crc32.c.
253 (REQUIRED_OFILES): Add ./crc32.o.
254 * functions.texi: Rebuild.
255
d5031754
DD
2562009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
259 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
260 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
261 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
262 (d_demangle_callback): The variable type is now declared as enum.
263 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
264
483d7cf4
DD
2652009-06-21 Jakub Jelinek <jakub@redhat.com>
266
267 * hashtab.c (htab_traverse): Don't call htab_expand for
268 nearly empty hashtabs with sizes 7, 13 or 31.
269
5d7aee10
NC
2702009-06-16 Nick Clifton <nickc@redhat.com>
271
272 PR 10197
273 * testsuite/test-demangle.c: Rename getline to get_line to avoid
274 conflicts with system function of the same name.
275
8893fa20
DD
2762009-05-30 Eli Zaretskii <eliz@gnu.org>
277
278 * snprintf.c: Doc fix.
279
280 * vsnprintf.c: Doc fix.
281
b69c3c55
KT
2822009-05-29 Kai Tietz <kai.tietz@onevision.com>
283
3a9f8410 284 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
b69c3c55 285
0dc69033
DD
2862009-05-29 Michael Matz <matz@suse.de>
287
288 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
289 out when forcing the minimum.
290 (fibheap_delete_node): Assert that we managed to force the minimum.
291
56ae5eb9
TG
2922009-05-25 Tristan Gingold <gingold@adacore.com>
293
294 * config.h-vms: Rewritten. Define configure macros.
295 Use DEC-C builtin alloca.
296
297 * makefile.vms (OBJS): Update list.
298 (OPT): New variable.
299 (CFLAGS): Update compilation flags.
300 (libiberty.olb): Do not depend on alloca-conf.h anymore.
301
4e55d6c3
DD
3022009-05-19 Ian Lance Taylor <iant@google.com>
303 Ben Elliston <bje@au.ibm.com>
304
305 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
306 (cplus_demangle_fill_dtor): Likewise.
307
ed20019d
JB
3082009-05-17 Julian Brown <julian@codesourcery.com>
309
310 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
311 standard handles (stdin, stdout, stderr) in parent.
312
59cdf842
JB
3132009-04-29 Julian Brown <julian@codesourcery.com>
314
315 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
316 (pex_win32_exec_child): Ensure each process has only one handle open
3ea74505
DD
317 on pipe endpoints. Close standard input after creating child for
318 symmetry with standard output/standard error.
59cdf842 319
e1ad6b9a
DD
3202009-04-25 Eli Zaretskii <eliz@gnu.org>
321
322 * Makefile.in (needed-list): Target removed (not used in GCC
323 3.0 and later). All references deleted.
324 (mostlyclean): Remove references to needed.awk and needed2.awk.
325
68724c3d
DD
3262009-04-14 Eli Zaretskii <eliz@gnu.org>
327
328 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
329 existing and required library functions to with_target_subdir
330 section, so that the native build does detect them at configure
331 time.
332 * configure: Regenerated.
333
587c6b96
KT
3342009-04-13 Ozkan Sezer <sezeroz@gmail.com>
335
336 PR target/39397
337 * pex-common.h (struct pex_obj): Store pid values as pid_t,
338 not as long (members *children and (*wait))
339 * pex-common.c (pex_run_in_environment): Likewise.
340 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
341 returned pid value.
342 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
343 * pex-msdos.c (pex_msdos_wait): Likewise.
344
3c72fdec
DD
3452009-04-07 Arnaud Patard <apatard@mandriva.com>
346
347 * libiberty/configure.ac: Fix Linux/MIPS matching rule.
348 * libiberty/configure: Regenerate.
349
6e881691 3502009-03-27 Ian Lance Taylor <iant@google.com>
10e1b6bb
DD
351
352 * memmem.c: New file, from gnulib.
353 * configure.ac: Add memmem to list of functions provided if they
354 are not available on the host.
355 * Makefile.in: Rebuild dependencies.
356 (CFILES): Add memmem.c.
357 (CONFIGURED_OFILES): Add memmem.o.
358 * configure, config.in, functions.texi: Rebuild.
359
e2e1864d
DD
3602009-03-23 Jason Merrill <jason@redhat.com>
361
362 * cp-demangle.c (d_expression): Handle pack expansion.
363 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
364 (d_print_subexpr): Don't wrap function parms in ().
365 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
366 not finding a pack.
367
c743cf5d
DD
3682009-03-17 Jason Merrill <jason@redhat.com>
369
370 * cp-demangle.c (d_make_function_param): new fn.
371 (cplus_demangle_mangled_name): Work around abi v2 bug.
372 (d_expr_primary): Likewise.
373 (cplus_demangle_operators): Add alignof ops.
374 (d_expression): Handle function parameters and conversions
375 with other than 1 operand.
376 (d_print_comp): Handle function parameters. Fix bug with
377 function used in type of function.
cbc43128 378 * testsuite/demangle-expected: Update tests.
c743cf5d 379
3ca747ab
DD
3802009-02-21 Mark Mitchell <mark@codesourcery.com>
381
382 * make-temp-file.c (<windows.h>): Include on Windows.
383 (choose_tmpdir): On Windows, use GetTempPath.
384
1b5bf944
DK
3852009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
386
387 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
388 as it no longer shares libiberty object files.
389 * configure: Regenerated.
390
60cf58f5
DD
3912009-01-07 Jason Merrill <jason@redhat.com>
392
393 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
394
3952009-01-06 Ben Elliston <bje@au.ibm.com>
396
397 * cp-demangle.c (cplus_demangle_type): Return NULL if the
398 character following a 'D' cannot be recognised.
399
4e59450e
DD
4002008-12-18 Jason Merrill <jason@redhat.com>
401
402 PR c++/38561
403 * cp-demangle.c (d_expression, d_print_comp): Revert
404 cast changes.
405
4062008-12-17 Jason Merrill <jason@redhat.com>
407
408 * cp-demangle.c (d_expression): Handle rvalue stubs too.
409 [DEMANGLE_COMPONENT_CAST]: Update mangling.
410 (d_print_comp): Avoid extra ", " with empty template argument packs.
411 Remove handling for obsolete T() mangling.
412
d2825c1a
DD
4132008-12-10 Jason Merrill <jason@redhat.com>
414
415 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
416 (d_print_comp, d_dump): Likewise.
417
bb52de30
DJ
4182008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
419
420 * Makefile.in (CPPFLAGS): Define.
421 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
422
eff85da5
DD
4232008-10-15 Paolo Bonzini <bonzini@gnu.org>
424
425 PR bootstrap/37137
426 * Makefile.in (LIBCFLAGS): Remove.
427 (FLAGS_TO_PASS): Don't mention it.
428 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
429
de8a05ff
DE
4302008-10-08 David Edelsohn <edelsohn@gnu.org>
431
06d61999
DD
432 * xstrdup.c: Include <sys/types.h> after "config.h"
433
899de170
L
4342008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 * configure.ac: Call AC_SYS_LARGEFILE.
437 * config.in: Regenerated.
438 * configure: Likewise.
439
1c08f2c8
DD
4402008-10-06 Jason Merrill <jason@redhat.com>
441
442 * cp-demangle.c (struct d_print_info): Add pack_index.
443 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
444 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
445 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
446 (cplus_demangle_builtin_types): Add char16/32_t.
447 (cplus_demangle_type): Recognize them.
448 (d_template_args): Handle empty argument packs.
449 (d_template_arg): Handle argument packs.
450 (d_expression): Handle dependent name.
451 (d_index_template_argument): New fn.
452 (d_lookup_template_argument): New fn.
453 (d_find_pack, d_pack_length): New fn.
454 (d_print_subexpr): Split out...
455 (d_print_comp): ...from here. Use d_*_template_argument.
456 Handle empty arg lists. Support pack expansions.
457 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
d053aef8 458
ba8cb4ba
DD
4592008-09-09 Jason Merrill <jason@redhat.com>
460
461 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
462 (d_make_comp): Likewise.
463 (cplus_demangle_type): Handle decltype and DFP types.
464 (cplus_demangle_operators): Call operator takes 2 args.
465 (cplus_demangle_builtin_types): Add DFP types.
466 (d_exprlist): New fn.
467 (d_expression): Handle parm placeholders, T() and calls.
468 (d_print_comp): Handle decltype, T() and calls.
469 * testsuite/demangle-expected: Test the above.
470
bd8aab1c
DD
4712008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
472
473 * pex-win32.c (argv_to_argc): New function.
474 (spawn_script): Duplicate argv before calling win32_spawn.
475
8975bb30
DD
4762008-07-31 Jakub Jelinek <jakub@redhat.com>
477
478 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
479
f562800d
DD
4802008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
481
482 * mkstemps.c (mkstemps): If open failed with errno other than
483 EEXIST, return immediately.
484 * make-temp-file.c: Include errno.h.
485 (make_temp_file): If mkstemps failed, print an error message
486 before aborting.
487
b7d9aef1
DD
4882008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
489
490 * maint-tool (deps): Output config.h instead of stamp-h.
491 * Makefile.in: Rebuild deps.
492 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
493 Reverts 2007-07-11 change.
494
2c197581
EB
4952008-06-19 Eric Blake <ebb9@byu.net>
496
497 Adjust strsignal to POSIX 200x prototype.
498 * strsignal.c (strsignal): Remove const.
499
c8536f38
DD
5002008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
501
502 * configure: Regenerate.
503
83ef53a9
DD
5042008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
505
506 * libiberty.texi: Expand TABs, drop indentation outside examples.
507 * obstacks.texi: Likewise.
508
017c1138
DD
5092008-04-21 Aurelien Jarno <aurelien@aurel32.net>
510
511 * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
512 * libiberty/configure: Regenerate.
513
5ae54241
DD
5142008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
515
516 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
517
5182008-04-18 Paolo Bonzini <bonzini@gnu.org>
519
520 PR bootstrap/35457
521 * aclocal.m4: Add override.m4.
522 * configure: Regenerate.
523
dddc49b7
DD
5242008-03-31 Ian Lance Taylor <iant@google.com>
525
526 * cp-demangle.c (d_substitution): Correct overflow check to avoid
527 -fstrict-overflow optimizations.
528
c779bab8
PB
5292008-03-27 Paolo Bonzini <bonzini@gnu.org>
530
531 * configure.ac (frags): Don't set, use frag instead.
532 (PICFLAG): Set here and substitute.
533 * Makefile.in (PICFLAG): Substitute from autoconf.
534 * configure: Regenerate.
535
b68965a0
DD
5362008-03-24 Ian Lance Taylor <iant@google.com>
537
538 * sha1.c: New file, from gnulib.
539 * Makefile.in: Rebuild dependencies.
540 (CFILES): Add sha1.c.
541 (REQUIRED_OFILES): Add sha1.o.
542
daddbc6e
DD
5432008-03-24 Doug Evans <dje@google.com>
544
545 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
546 return from strdup.
547
6b357a9d
DD
5482008-03-12 Seongbae Park <seongbae.park@gmail.com>
549
550 * cplus-dem.c (malloc, realloc): Use void * instead of char *
551 as return type.
552
3f69c6bf
DD
5532008-03-11 Nick Clifton <nickc@redhat.com>
554
555 * md5.c (md5_process_bytes): Do not assume that memcpy will
556 provide a return value.
557
610f4894
BE
5582008-02-19 Ben Elliston <bje@au.ibm.com>
559
560 PR other/12618
561 * testsuite/Makefile.in (mostlyclean): Remove any core file.
562
830ef634
DD
5632008-01-26 David Daney <ddaney@avtrex.com>
564
565 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
566 DEMANGLE_COMPONENT_COMPOUND_NAME, and
567 DEMANGLE_COMPONENT_CHARACTER cases.
568 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
569 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
570 (d_make_character): New function.
571 (d_java_resource): Same.
572 (d_special_name): Handle "Gr" case.
573 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
574 DEMANGLE_COMPONENT_COMPOUND_NAME, and
575 DEMANGLE_COMPONENT_CHARACTER cases.
576 * testsuite/demangle-expected: Add test for java resource name
577 mangling.
578
b4b41ceb
BE
5792008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
580
581 * cplus-dem.c (demangle_function_name): Changed to return value
582 indicating if a name was correctly demangled.
583 (iterate_demangle_function): Use demangle_function_name return
584 value.
585
145f4ab5
DD
5862008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
587
588 PR other/33768
589 * splay-tree.c (rotate_left): Fix minor typo in comment.
590 (rotate_right): Likewise.
591
38e654e2
DD
5922007-11-12 Joseph Myers <joseph@codesourcery.com>
593
594 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
595 compiler warnings.
596 (floatformat_ibm_long_double): Use
597 floatformat_ibm_long_double_is_valid.
598
b14d30e1
JM
5992007-11-07 Joseph Myers <joseph@codesourcery.com>
600 Daniel Jacobowitz <dan@codesourcery.com>
601
602 * floatformat.c (mant_bits_set): New.
603 (floatformat_to_double): Use it. Note no special handling of
604 split formats.
605 (floatformat_from_double): Note no special handing of split
606 formats.
607 (floatformat_ibm_long_double_is_valid,
608 floatformat_ibm_long_double): New.
609 (floatformat_ieee_single_big, floatformat_ieee_single_little,
610 floatformat_ieee_double_big, floatformat_ieee_double_little,
611 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
612 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
613 floatformat_m68881_ext, floatformat_i960_ext,
614 floatformat_m88110_ext, floatformat_m88110_harris_ext,
615 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
616 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
617 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
618 for addition of split_half field.
619
3a0ab695
DD
6202007-09-06 Tom Tromey <tromey@redhat.com>
621
622 * pexecute.txh (pex_free): Document process killing.
623
8969a67f 6242007-08-31 Douglas Gregor <doug.gregor@gmail.com>
2c197581 625
8969a67f 626 * cp-demangle.c (d_dump): Handle
2c197581 627 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
8969a67f
DD
628 (d_make_comp): Ditto.
629 (cplus_demangle_type): Ditto.
630 (d_print_comp): Ditto.
631 (d_print_mod): Ditto.
632 (d_print_function_type): Ditto.
633
29d89e07
DD
6342007-08-24 Kai Tietz <kai.tietz@onevision.com>
635
636 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
637 * pex-djgpp.c: Likewise.
638 * pex-msdos.c: Likewise.
639 * pex-unix.c: Likewise.
640 * pex-win32.c: Likewise.
641
cefec409
DD
6422007-08-17 Michael Snyder <msnyder@access-company.com>
643
644 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
645
9250f7f0
DD
6462007-08-03 Michael Snyder <msnyder@access-company.com>
647
648 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
649 leak.
650
168b8298
MS
6512007-07-31 Michael Snyder <msnyder@access-company.com>
652
653 * cp-demangle.c (d_print_comp): Guard against null.
654
642c7534
BE
6552007-07-25 Ben Elliston <bje@au.ibm.com>
656
657 * Makefile.in (CFILES): Remove ternary.c.
658 (REQUIRED_OFILES): Remove ./ternary.o.
659 (INSTALLED_HEADERS): Remove ternary.h.
660 (ternary.o): Remove.
661 * ternary.c: Remove.
662
acf3a813
DD
6632007-07-23 DJ Delorie <dj@redhat.com>
664
665 * argv.c (writeargv): Fix typo in inline documentation.
666 * functions.texi: Regenerate.
667
008d60eb
DD
6682007-07-17 DJ Delorie <dj@redhat.com>
669
670 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
671 gettimeofday entry.
672 * configure: Likewise.
673
a590e8e7
AO
6742007-07-11 Alexandre Oliva <aoliva@redhat.com>
675
676 * maint-tool (deps): Output stamp-h instead of config.h.
677 * Makefile.in: Rebuild deps.
678 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
679
db42c6e8
DD
6802007-07-02 Simon Baldwin <simonb@google.com>
681
682 * argv.c (writeargv): Removed declaration of unused variable.
683
1f616ca1
PB
6842007-06-14 Paolo Bonzini <bonzini@gnu.org>
685
686 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
687 * configure: Regenerate.
688
a104c397
PB
6892007-06-14 Paolo Bonzini <bonzini@gnu.org>
690
691 * aclocal.m4: Include config/warnings.m4.
692 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
693 * configure: Regenerate.
694
958afec3
GK
6952007-06-07 Geoffrey Keating <geoffk@apple.com>
696
697 * configure.ac: Non-default multilibs can be cross compilations.
698 * configure: Regenerate
699
0c18fee5
DD
7002007-05-07 Nathan Froyd <froydnj@codesourcery.com>
701
702 * argv.c (writeargv): New function.
703
8bf955e1
GK
7042007-05-05 Geoffrey Keating <geoffk@apple.com>
705
706 * cp-demangle.c (d_name): Detect local-source-name.
707 (d_prefix): Likewise.
708 (d_unqualified_name): Implement local-source-name.
709
73bdefcf
JB
7102007-05-03 Joel Brobecker <brobecker@adacore.com>
711
712 * filename_cmp.c: Replace include of ctype.h by include of
713 safe-ctype.h.
714 (filename_cmp): Use TOLOWER instead of tolower for conversions
715 that are locale-independent.
716 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
717
8535fe17
DD
7182007-04-11 Thomas Neumann tneumann@users.sourceforge.net
719
720 * argv.c: Use ANSI C declarations.
721 * make-relative-prefix.c: Likewise.
722
34d8f01b
JB
7232007-04-06 Joel Brobecker <brobecker@adacore.com>
724
725 * filename_cmp.c (filename_cmp): Improve documentation.
726
2657faa6
AS
7272007-04-02 Andreas Schwab <schwab@suse.de>
728
729 * filename_cmp.c: Include "config.h".
730
9c577e89
DD
7312007-03-29 Joel Brobecker <brobecker@adacore.com>
732
733 * filename_cmp.c: New file.
734 * Makefile.in (CFILES): Add filename_cmp.c.
735 (REQUIRED_OFILES): Add filename_cmp.o
736 (filename_cmp.o): New rule.
737 * functions.texi: Regenerate.
738
8d301070
GK
7392007-03-15 Geoffrey Keating <geoffk@apple.com>
740
741 * cp-demangle.c (d_encoding): Exit early on error.
742 (d_pointer_to_member_type): Exit early if cplus_demangle_type
743 returns NULL.
744 (cplus_demangle_type): Likewise.
745 * testsuite/demangle-expected: New testcase.
746
d7831e7c
DD
7472007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
748
749 * Makefile.in: Add install-pdf target as copied from
750 automake v1.10 rules.
751 * testsuite/Makefile.in: Add dummy install-pdf target.
752
563d09a5 7532007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
2c197581 754 Eric Botcazou <ebotcazou@libertysurf.fr>
563d09a5
EB
755
756 PR other/16513
757 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
758 Install headers in multilib independent location.
759
1f92e180
DD
7602007-02-26 DJ Delorie <dj@redhat.com>
761
762 * configure.ac: add djgpp-specific results, so we don't have to
763 link during a cross compilation.
764 * configure: Regenerated.
2c197581 765
6dd7f013
DD
7662007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
767
768 * hex.c: Fix typo.
769 * choose-temp.c: Likewise.
770 * functions.texi: Regenerate.
771
53d7966f
VP
7722007-01-31 Vladimir Prus <vladimir@codesourcery.com>
773
774 * pex-common.h (struct pex_obj): New fields
2c197581 775 stderr_pipe and read_err.
53d7966f
VP
776 * pex-common.c (pex_init_common): Initialize
777 stderr_pipe.
778 (pex_run_in_environment): Add error checking
779 for PEX_STDERR_TO_PIPE. Create a pipe
780 for stderr if necessary.
781 (pex_read_err): New.
782 (pex_free): Close read_err.
783 * pexecute.txh: Document changes.
784 * functions.texi: Regenerated.
785
71f2e6f4
BE
7862007-01-31 Ben Elliston <bje@au.ibm.com>
787
788 * strsignal.c (psignal): Change type of signo to int.
789 * functions.texi: Regenerate.
790
208c1674
DD
7912007-01-29 Simon Baldwin <simonb@google.com>
792
793 * cp-demangle.h (cplus_demangle_operators): External definition
794 suppressed if not building for libstdc++.
795 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
796 to demangling, provides a malloc-less version of __cxa_demangle.
797 (cplus_demangle_print_callback): Public callback version of
798 cplus_demangle_print.
799 (struct d_growable_string): New growable string structure.
800 (d_growable_string_init): New function, provides support for
801 growable strings separate from print info.
802 (d_growable_string_resize): Likewise.
803 (d_growable_string_append_buffer): Likewise.
804 (d_growable_string_callback_adapter):): Likewise.
805 (d_print_init): New print info initialization function.
806 (d_print_error): Macro replace by inline function.
807 (d_print_saw_error): Likewise.
808 (d_append_char): Likewise.
809 (d_append_buffer): Likewise.
810 (d_append_string): New inline function, replaces the
811 d_append_string_constant macro.
812 (d_flush_buffer): New function, flushes buffer to callback.
813 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
814 for unsupported dynamic arrays replaced by alloca().
815 (d_demangle): Return string length estimating removed.
816 (d_dump): Moved error case handling from call site into function.
817 (d_print_resize): Function removed.
818 (d_print_append_char): Likewise.
819 (d_print_append_buffer): Likewise.
820 (d_print_error): Likewise.
821 (d_print_comp): Added special case handling for Java arrays.
822 (java_demangle_v3): Removed string post-processing for Java arrays,
823 now replaced by special case handling in d_print_comp.
824 (cplus_demangle_v3_callback): Augmented interface to demangling,
825 provides a malloc-less version of cplus_demangle_v3.
826 (java_demangle_v3_callback): Augmented interface to demangling,
827 provides a malloc-less version of java_demangle_v3.
828
cc0732ba
BE
8292007-01-12 Ben Elliston <bje@au.ibm.com>
830
0bbe7a79
BE
831 * pex-unix.c (writeerr): Cast write result to void.
832
cc0732ba
BE
833 * choose-temp.c (choose_temp_base): Check the result of the call
834 to mktemp rather than testing the length of the modified string.
2da20a1b 835
6ef6358e
GK
8362006-12-20 Geoffrey Keating <geoffk@apple.com>
837
838 * cp-demangle.h: Add comment explaining what to do to avoid
839 overrunning string.
840 (d_check_char): New.
841 (d_next_char): Don't advance past trailing '\0'.
842 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
843 (d_nested_name): Likewise.
844 (d_special_name): Likewise.
845 (d_call_offset): Likewise.
846 (d_function_type): Likewise.
847 (d_array_type): Likewise.
848 (d_pointer_to_member_type): Likewise.
849 (d_template_param): Likewise.
850 (d_template_args): Likewise.
851 (d_template_arg): Likewise.
852 (d_expr_primary): Likewise.
853 (d_local_name): Likewise.
854 (d_substitution): Likewise.
855 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
856 * testsuite/test-demangle.c: Include sys/mman.h.
857 (MAP_ANONYMOUS): Define.
858 (protect_end): New.
859 (main): Use protect_end.
860 * testsuite/demangle-expected: Add testcases for overrunning
861 the end of the string.
862
d8f813d4 8632006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
2c197581 864 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
865
866 PR driver/29931
867 * make-relative-prefix.c (make_relative_prefix_1): New function,
868 broken out of make_relative_prefix. Make link resolution dependent
869 on new parameter.
870 (make_relative_prefix): Use make_relative_prefix_1.
871 (make_relative_prefix_ignore_links): New function.
872
fb347196
VP
8732006-11-08 Vladimir Prus <vladimir@codesourcery.com>
874
875 * pex-win32.c (no_suffixes): Remove.
876 (std_suffixes): Add "" as first element.
877 (find_executable): Remove detection of already-present
878 extension. Try all suffixes in std_suffixes.
2c197581 879
9e59254c
JB
8802006-11-07 Julian Brown <julian@codesourcery.com>
881
882 * floatformat.c (get_field): Fix segfault with little-endian word
883 order on 64-bit hosts.
884 (put_field): Likewise.
885 (min): Move definition.
886
3ac01eb2
DD
8872006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
888
889 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
890 (find_executable): Likewise.
891 (win32_spawn): Cast alloca return to (char**).
892 Replace malloc with XNEWVEC.
893 bcopy.c (bcopy): Add explict casts in assignments.
894
78de3ccc
DD
8952006-10-25 Ben Elliston <bje@au.ibm.com>
896
897 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2c197581 898
bff368bd
DD
8992006-10-10 Brooks Moses <bmoses@stanford.edu>
900
901 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
902 * testsuite/Makefile.in: Added empty "pdf" target.
903
e63f184e
DD
9042006-09-22 Ian Lance Taylor <ian@airs.com>
905
906 PR other/29176
907 * cp-demangle.c (d_substitution): Check for overflow when
908 computing substitution index.
909
069e4b19
CV
9102006-08-30 Corinna Vinschen <corinna@vinschen.de>
911
912 * configure.ac: Add case for Mingw as host.
913 * configure: Regenerate.
914
cb6c09ac
DD
9152006-08-27 Ian Lance Taylor <ian@airs.com>
916
917 PR driver/27622
918 * pex-common.h (struct pex_funcs): Add toclose parameter to
919 exec_child field.
920 * pex-common.c (pex_run_in_environment): Pass toclose to
921 exec_child.
922 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
923 * pex-unix.c (pex_unix_exec_child): Likewise.
924 * pex-msdos.c (pex_msdos_exec_child): Likewise.
925 * pex-win32.c (pex_win32_exec_child): Likewise.
926
927 PR other/28797
928 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
929 for a qualified member which is not a function.
930 * testsuite/demangle-expected: Add test case.
931
a7d421b8
DD
9322006-07-27 Jan Hubicka <jh@suse.cz>
933
934 PR rtl-optimization/28071
935 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
936 downsize the hashtable.
937
6816f995
AO
9382006-07-04 Peter O'Gorman <peter@pogma.com>
939
940 * Makefile.in: chmod 644 before ranlib during install.
941
7741be99
DD
9422006-06-02 Mark Shinwell <shinwell@codesourcery.com>
943
944 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
945 to environ.
946
014a8caf
DD
9472006-06-01 Mark Shinwell <shinwell@codesourcery.com>
948
949 * pex-common.c: New function pex_run_in_environment.
950 * pex-common.h: Add environment parameter to exec_child.
951 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
952 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
953 (pex_djgpp_exec_child): Pass environment to child process.
954 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
955 (pex_unix_exec_child): Pass environment to child process.
956 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
957 New function env_compare for comparing VAR=VALUE pairs.
958 (win32_spawn): Assemble environment block and pass to CreateProcess.
959 (spawn_script): Pass environment through to win32_spawn.
960 (pex_win32_exec_child): Pass environment through to spawn_script and
961 win32_spawn.
962 * functions.texi: Regenerate.
963 * pexecute.txh: Document pex_run_in_environment.
964
069c63e2
DD
9652006-05-28 Mark Shinwell <shinwell@codesourcery.com>
966
967 * mkstemps.c: Open temporary files in binary mode.
968
f6b66e90
DD
9692006-05-12 Anton Blanchard <anton@samba.org>
970
971 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
972 hold "int%u_t".
973
c77d28ac
JB
9742006-04-24 Julian Brown <julian@codesourcery.com>
975
976 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
977
3db2e6dd
DD
9782006-03-29 Jim Blandy <jimb@codesourcery.com>
979
b5d60b68 980 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
3db2e6dd
DD
981 (pex_init_common): Initialize obj->input_file.
982 (pex_run): Close any file opened by pex_input_file.
b5d60b68
DD
983 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
984 * pex-common.h (struct pex_obj): New field input_file.
3db2e6dd 985 (struct pex_funcs): New function ptr fdopenw.
b5d60b68
DD
986 * pex-unix.c (pex_unix_fdopenw): New function.
987 (funcs): List it as our fdopenw function.
988 * pex-win32.c (pex_win32_fdopenw): New function.
989 (funcs): List it as our fdopenw function.
990 * pex-djgpp.c (funcs): Leave fdopenw null.
991 * pex-msdos (funcs): Same.
992 * functions.texi: Regenerated.
3db2e6dd
DD
993
9942006-04-10 Jim Blandy <jimb@codesourcery.com>
995
996 * pex-common.c (temp_file): New function, containing guts of
997 pex-style temporary file name generation.
998 (pex_run): Use it.
999
545c9aee
DD
10002006-04-06 Carlos O'Donell <carlos@codesourcery.com>
1001
1002 * Makefile.in: Add install-html, install-html-am, and
2c197581
EB
1003 install-html-recursive targets. Define mkdir_p and
1004 NORMAL_INSTALL.
545c9aee
DD
1005 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
1006 * configure: Regenerate.
1007 * testsuite/Makefile.in: Add install-html and html targets.
1008
8e1e9959
DD
10092006-03-31 Mark Mitchell <mark@codesourcery.com>
1010
1011 * pex-win32.c (<errno.h>): Include.
1012 (fix_argv): Remove.
1013 (argv_to_cmdline): New function.
1014 (std_suffixes): New variable.
1015 (no_suffixes): Likewise.
1016 (find_executable): New function.
1017 (win32_spawn): Likewise.
1018 (spawn_script): Use win32_spawn instead of _spawnv[p].
1019 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
1020 (pex_win32_wait): Likewise.
1021
57b126a3
DD
10222006-03-24 Jim Blandy <jimb@codesourcery.com>
1023
1024 * pex-common.c (pex_run): Simplify output name handling.
1025
9223c945
DD
10262006-03-12 Jim Blandy <jimb@red-bean.com>
1027
1028 * pex-common.h (struct pex_obj): Doc fixes.
1029
10302006-03-11 Jim Blandy <jimb@red-bean.com>
1031
1032 * functions.texi: Regenerate.
1033
96f4851a
DD
10342006-02-21 Ben Elliston <bje@au.ibm.com>
1035
1036 * pexecute.c (pwait): Syntax fix for previous change.
1037
1c7a49d2
DD
10382006-02-17 Uttam Pawar <uttamp@us.ibm.com>
1039
1040 * pexecute.c (pwait): Free vector pointer.
1041 * partition.c (partition_print): Free class_elements pointer.
1042
e27d251e
DD
10432006-02-11 Roger Sayle <roger@eyesopen.com>
1044 R. Scott Bailey <scott.bailey@eds.com>
1045 Bill Northcott <w.northcott@unsw.edu.au>
1046
1047 PR bootstrap/16787
1048 * floatformat.c: Include <float.h> where available.
1049 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
1050
fd7d450d
DD
10512006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1052
1053 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
2c197581 1054 supported.
fd7d450d
DD
1055 * configure: Regenerated.
1056
67d78caa
DD
10572006-01-20 Carlos O'Donell <carlos@codesourcery.com>
1058
1059 * testsuite/Makefile.in: Add test-expandargv test.
1060 * testsuite/test-expandargv.c: New test.
1061 * argv.c (expandargv): Check for errors with ferror,
1062 rather than just by looking at return value from fread.
1063
648c3dc0
DD
10642005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
1065
1066 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
1067 to convert from "from".
1068 (floatformat_to_double): Likewise.
1069 (floatformat_from_double): Use explicit cast to convert from "to".
1070
7887b2ce
DD
10712005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
1072
1073 PR java/9861
1074 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
1075 and include return type when found.
1076 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
1077 conditional logic to change printing order of return type.when
1078 the DMGL_RET_POSTFIX option is present.
1079 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
1080 call.
1081 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
1082 * testsuite/demangle-expected: Test cases to verify extended encoding.
1083 Updated comment to document --ret-postfix option.
2c197581 1084
718c0ded
DD
10852005-11-06 Richard Guenther <rguenther@suse.de>
1086
1087 * splay-tree.c (rotate_left): New function.
1088 (rotate_right): Likewise.
1089 (splay_tree_splay_helper): Remove.
1090 (splay_tree_splay): Re-implement.
1091
fb10537e
DD
10922005-10-31 Mark Kettenis <kettenis@gnu.org>
1093
1094 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
1095 New variables.
1096
5209596c
MM
10972005-10-07 Mark Mitchell <mark@codesourcery.com>
1098
1099 * at-file.texi: Fix typo.
1100
7b96829c
MM
11012005-10-03 Mark Mitchell <mark@codesourcery.com>
1102
1103 * at-file.texi: New file.
1104
48e79b0a
MM
11052005-09-27 Mark Mitchell <mark@codesourcery.com>
1106
1107 * argv.c (expandargv): Do not use xmalloc_failed.
1108
7b17bc29
MM
11092005-09-26 Mark Mitchell <mark@codesourcery.com>
1110
1111 * argv.c (safe-ctype.h): Include it.
1112 (ISBLANK): Remove.
1113 (stdio.h): Include.
1114 (buildargv): Use ISSPACE instead of ISBLANK.
1115 (expandargv): New function.
1116 * Makefile.in: Regenerated.
1117
f59e96e0
DD
11182005-09-14 Christopher Faylor <cgf@timesys.com>
1119
1120 * pex-win32.c: Include "windows.h".
1121 (backslashify): New function.
1122 (fix_argv): Use backslashify to convert path to windows format.
1123 Allocate one more place in new argv for potential executable from '#!'
1124 parsing.
1125 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
1126 (openkey): Ditto.
1127 (mingw_rootify): Ditto.
1128 (msys_rootify): Ditto.
1129 (spawn_script): New function.
1130 (pex_win32_exec_child): Save translated argv in newargv. Pass to
1131 spawn_script if spawnv* fails.
1132 (main): New function. Conditional on MAIN. Useful for testing.
1133
3b6940c0
DD
11342005-08-17 Mark Kettenis <kettenis@gnu.org>
1135
1136 * floatformat.c (floatformat_always_valid): Change type of last
1137 argument to `void *'.
1138 (floatformat_i387_ext_is_valid): Likewise.
1139 (floatformat_to_double): Change type of second argument to `const
1140 void *'.
1141 (floatformat_from_double): Change type of last argument to `void
1142 *'.
1143 (floatformat_is_valid): Change type of last argument to `const
1144 void *'.
1145 (ieee_test): Remove redundant casts.
1146
a9479c3f
KC
11472005-08-17 Kelley Cook <kcook@gcc.gnu.org>
1148
1149 * strverscmp.c: Update FSF address.
1150 * testsuite/Makefile.in: Likewise.
1151 * testsuite/test-demangle.c: Likewise.
1152 * testsuite/test-pexecute.c: Likewise.
1153
55060c0b
DD
11542005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1155
1156 * getopt.c: Include ansidecl.h before system headers.
1157
6038baea
DD
11582005-07-22 Ben Elliston <bje@gnu.org>
1159
1160 * getopt.c: Include "ansidecl.h".
1161 (_getopt_initialize): Mark argc and argv parameters as unused.
1162
11632005-07-22 Ben Elliston <bje@gnu.org>
1164
1165 * regex.c (regcomp): Change type of `i' from unsigned to int.
1166
c750388a
DD
11672005-07-22 Ben Elliston <bje@gnu.org>
1168
1169 Recover patch lost in the sourceware repository:
1170 2005-07-09 Ben Elliston <bje@au.ibm.com>
1171 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
1172 * memmove.c: Likewise.
1173 * objalloc.c: Likewise.
1174
a4e5c0d8
DD
11752005-07-22 Ben Elliston <bje@gnu.org>
1176
1177 * configure.ac: Check for a getopt(3) declaration.
1178 * configure, config.in: Regenerate.
1179
4fe19082
DD
11802005-07-15 Ben Elliston <bje@au.ibm.com>
1181
1182 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
1183
f2942ea4
DD
11842005-07-12 Ben Elliston <bje@au.ibm.com>
1185
1186 * floatformat.c (floatformat_to_double): Add a comment about a
1187 potential source of warnings when compiling this file.
1188
11892005-07-12 Ben Elliston <bje@au.ibm.com>
1190
1191 * pexecute.c (pexecute): Cast string litrals to char *.
1192 * regex.c (re_comp): Cast a call to gettext() to char *.
1193
4cf896a5
KC
11942005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1195
1196 * config.table: Delete file. Move former contents into ...
1197 * configure.ac: ... here and escape any brackets for m4.
1198 * Makefile.in (config.status): Remove dependency on config.table.
1199 * configure: Regenerate.
1200
20ae7c34
KC
12012005-07-07 Kelley Cook <kcook@gcc.gnu.org>
1202
1203 * config.in: Regenerate for 6/20 change.
1204
6ba85b8c
DD
12052005-07-03 Steve Ellcey <sje@cup.hp.com>
1206
1207 PR other/13906
1208 * md5.c (md5_process_bytes): Check alignment.
1209
12102005-07-01 Ian Lance Taylor <ian@airs.com>
1211
1212 PR other/22268
1213 * cp-demangle.c (d_expr_primary): Don't run off the end of the
1214 string while looking for the end of a literal value.
1215 * testsuite/demangle-expected: Add test case.
1216
c3cca4c9
DD
12172005-06-30 Daniel Berlin <dberlin@dberlin.org>
1218
1219 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2c197581 1220 (DELETED_ENTRY): Ditto.
c3cca4c9 1221
67f3cb05
GK
12222005-06-20 Geoffrey Keating <geoffk@apple.com>
1223
1224 * strverscmp.c: New.
1225 * Makefile.in (CFILES): Add strverscmp.c.
1226 (CONFIGURED_OFILES): Add strverscmp.o.
1227 (strverscmp.o): New rule.
1228 (stamp-functions): Add $(srcdir) to files in source directory.
1229 * configure.ac (funcs): Add strverscmp.
1230 (AC_CHECK_FUNCS): Add strverscmp.
1231 * configure: Regenerate.
1232 * functions.texi: Regenerate.
1233
01e94249
DD
12342005-05-28 Eli Zaretskii <eliz@gnu.org>
1235
1236 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
1237 * config.in, configure: Regenerate.
1238
839e4798
RH
12392005-05-25 Richard Henderson <rth@redhat.com>
1240
1241 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
1242 (d_make_comp, d_print_comp): Likewise.
1243 (d_special_name): Generate one.
1244 * testsuite/demangle-expected: Add a hidden alias test.
1245
abf6a75b
DD
12462005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
1247
1248 * configure.ac: Check declarations for calloc(), getenv(),
01e94249 1249 malloc(), realloc() and sbrk().
abf6a75b
DD
1250 * config.in: Regenerate.
1251 * configure: Likewise.
1252
1253 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
1254 instead of xmalloc.
1255 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
1256 * concat.c (liiberty_concat_ptr): Surround definition with an
1257 extern "C" block, if __cplusplus.
1258 (concat): Use XNEWVEC instead of xmalloc.
1259 (reconcat): Likewise.
1260 * cp-demangle.c (struct d_print_template): Rename member
01e94249 1261 "template" to "template_decl". Adjust use throughout the file.
abf6a75b
DD
1262 (d_print_resize): Properly cast return value of realloc().
1263 (cplus_demangle_print): Same for malloc().
1264 (d_demangle): Likewise.
1265 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
1266 "typename" to "type_name".
1267 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
1268 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
1269 (demangle_template_value_parm): Likewise.
1270 (demangle_template): Likewise.
1271 (recursively_demangle): Likewise.
1272 (do_hpacc_template_literal): Likewise.
1273 (do_arg): Likewise.
1274 (remember_type): Likewise.
1275 (remember_Ktype): Likewise.
1276 (register_Btype): Likewise.
1277 (string_need): Use XRESIZEVEC instead of xrealloc().
1278 * dyn-string.c (dyn_string_init): Use XNEWVEC.
1279 (dyn_string_new): Use XNEW.
1280 (dyn_string_resize): Use XRESIZEVEC.
1281 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
1282 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
1283 Otherwise include <stdlib.h>.
1284 (exchange): Cast return value of malloc().
1285 * hashtab.c (htab_size): Define as both macro and non-inline
1286 function.
1287 (htab_elements): Likewise.
1288 * getpwd.c (getpwd): Use XNEWVEC.
1289 (htab_create_alloc_ex): Use C90 prototype-style.
1290 * lrealpath.c (lrealpath): Appropriately cast return value of
01e94249 1291 malloc().
abf6a75b
DD
1292 * make-relative-prefix.c (save_string): Likewise.
1293 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
1294 the file.
1295 (choose_tmpdir): Use XNEWVEC.
1296 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
1297 * pex-common.c (pex_init_common): Use XNEW.
1298 (pex_add_remove): Use XRESIZEVEC.
1299 (pex_run): Likewise.
1300 (pex_get_status_and_time): Likewise.
1301 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
1302 * pex-msdos.c (pex_init): Use XNEW.
1303 (pex_msdos_exec_child): Likewise.
1304 (pex_msdos_exec_child): Use XRESIZEVEC.
1305 * pex-unix.c (pex_wait): Use XNEW.
1306 * pex-win32.c (fix_argv): Use XNEWVEC.
1307 * pexecute.c (pwait): Likewise.
1308 * setenv.c (setenv): Properly cast return value of malloc().
1309 * sigsetmask.c (sigsetmask): Rename local variables "old" and
1310 "new" to "old_sig" and "new_sig".
1311 * sort.c (main): Use XNEWVEC.
1312 * spaces.c (spaces): Cast return value of malloc().
1313 * strndup.c (strndup): Likewise.
1314 * ternary.c (ternary_insert): Use XNEW.
1315 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
1316 with an extern "C" block if __cplusplus.
1317 * xstrdup.c (xstrdup): Cast return value of memcpy().
1318 * xstrerror.c (strerror): Enclose declaration in an extern "C"
1319 block if __cplusplus.
1320 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
1321
2349f557
DD
13222005-05-16 Andreas Jaeger <aj@suse.de>
1323
1324 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
1325 that it's only declared if needed.
1326
1327 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
1328 defined.
1329
e9edcedc
DD
13302005-05-15 Andreas Jaeger <aj@suse.de>
1331
1332 * functions.texi: Regenerated.
1333
f13c9bea
DD
13342005-05-15 Eli Zaretskii <eliz@gnu.org>
1335
1336 * pexecute.txh: Enclose multi-word data types in @deftypefn in
1337 braces. Minor wording fixes. Use --- for em-dash. Use
1338 @enumerate in enumerated lists.
1339
e9edcedc
DD
1340 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
1341 braces.
1342
282d9ec3
ILT
13432005-05-11 Eli Zaretskii <eliz@gnu.org>
1344
1345 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
1346 sys/stat.h.
1347 (pex_init): Fix last argument to pex_init_common.
1348 (pex_djgpp_exec_child): Remove leading underscore from _open,
1349 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
1350 which is undeclared, with `executable', which was unused. Remove
1351 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
1352 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
1353
75919f94
DD
13542005-05-11 Paul Brook <paul@codesourcery.com>
1355
1356 * Makefile.in: Regenerate dependencies.
1357
979c05d3
NC
13582005-05-10 Nick Clifton <nickc@redhat.com>
1359
1360 * Update the address and phone number of the FSF organization in
1361 the GPL notices in the following files:
75919f94
DD
1362 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
1363 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
1364 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
1365 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
1366 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
1367 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
1368 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
1369 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
1370 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
1371 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
1372 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
1373 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
1374 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
979c05d3 1375
0093138c
DD
13762005-05-06 Kelley Cook <kcook@gcc.gnu.org>
1377
1378 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
1379 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
1380 * configure: Regenerate.
1381
13822005-05-06 Kelley Cook <kcook@gcc.gnu.org>
1383
1384 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
1385 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
1386 * aclocal.m4: Don't include accross.m4.
1387 * configure, config.in: Regenerate.
1388
c631edf1
DD
13892005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1390
1391 * fopen_unlocked.c (unlock_std_streams): New.
f13c9bea 1392
c631edf1
DD
1393 * functions.texi: Regenerate.
1394
7b6f6286
DD
13952005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1396
1397 * fopen_unlocked.c (unlock_stream): New.
1398 Consolidate unlocking code into a helper function.
1399
1400 * functions.texi: Regenerate.
1401
fa99459d
DD
14022005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
1403
1404 * asprintf.c: Include config.h.
1405 * basename.c: Likewise.
1406 * fdmatch.c: Likewise.
1407 * hex.c: Likewise.
1408 * lbasename.c: Likewise.
1409 * spaces.c: Likewise.
1410 * xatexit.c:Likewise.
f13c9bea 1411 * configure.ac: Do check declarations for basename, ffs, asprintf
fa99459d
DD
1412 and vasprintf for real.
1413 * configure: Regenerate.
1414
ab70e2a5
DD
14152005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
1416
f13c9bea 1417 * argv.c (dupargv): Allocate space of argv[argc], not
ab70e2a5
DD
1418 sizeof(char *) of that amount. Cast result to char *.
1419
ea7143ac
DD
14202005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
1421
1422 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
f13c9bea 1423 Replace not with negate.
ea7143ac 1424
41c953f9
DD
14252005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
1426
1427 * configure.ac: Check declarations for basename, ffs, asprintf,
1428 vasprintf.
1429 * configure: Regenerate.
1430 * config.in: Likewise.
1431
ac119ae8
DD
14322005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1433
1434 * Makefile.in (CFILES): Add fopen_unlocked.c.
1435 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
1436 Regenerate dependencies.
1437
1438 * configure.ac: Check for stdio_ext.h and __fsetlocking.
1439
1440 * fopen_unlocked.c: New file.
1441
1442 * functions.texi, configure, config.in: Regenerate.
1443
6e933b47
DD
14442005-04-04 Ian Lance Taylor <ian@airs.com>
1445
1446 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
1447 declaration before statement.
1448
aa55ccb1
DD
14492005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1450
14a88c49
DD
1451 * bcmp.c: Fix warnings and implement using memcmp.
1452 * bcopy.c: Fix warnings.
1453 * bzero.c: Fix warnings and implement using memset.
1454
aa55ccb1
DD
1455 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
1456 -Wstrict-prototypes.
1457 * configure, config.in: Regenerate.
1458
1459 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
1460 warnings and reconcile interfaces with relevant standards.
1461
b31a49d7
ILT
14622005-04-02 Ian Lance Taylor <ian@airs.com>
1463
1464 * cp-demangle.c: Update copyright.
1465
0e867e79
DD
14662005-03-31 Joseph S. Myers <joseph@codesourcery.com>
1467
1468 * gettimeofday.c: Add "Supplemental" to @deftypefn.
1469 * functions.texi: Regenerate.
1470
b109e79a
ILT
14712005-03-28 Ian Lance Taylor <ian@airs.com>
1472
1473 * pex-common.c: New file.
1474 * pex-one.c: New file.
1475 * pexecute.c: New file.
1476 * pex-common.h: Include <stdio.h>.
1477 (struct pex_obj): Define.
1478 (struct pex_funcs): Define.
1479 (pex_init_common): Declare.
1480 * pex-unix.c: Rewrite.
1481 * pex-win32.c: Rewrite.
1482 * pex-djgpp.c: Rewrite.
1483 * pex-msdos.c: Rewrite.
1484 * testsuite/text-pexecute.c: New file.
1485 * pexecute.txh: Rewrite.
1486 * configure.ac: Check for wait3 and wait4. Set CHECK to
1487 really-check rather than check-cplus-dem.
1488 * functions.texi: Rebuild.
1489 * Makefile.in: Rebuild dependencies.
1490 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
1491 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
1492 * testsuite/Makefile.in (really-check): New target.
1493 (check-pexecute, test-pexecute): New targets.
1494 * configure: Rebuild.
1495
864e8148 14962005-03-28 Mark Kettenis <kettenis@gnu.org>
f13c9bea 1497
864e8148
DD
1498 * unlink-if-ordinary.c: Include <sys/types.h>.
1499
e064c173
DD
15002005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1501
1502 Convert libiberty to use ISO C prototype style 7/n.
1503 * regex.c (PARAMS): Remove definition.
1504 (PREFIX): Unconditionaly define using ISO C ## operator.
f13c9bea 1505 (init_syntax_once, extract_number, extract_number_and_incr,
e064c173 1506 print_fastmap, print_partial_compiled_pattern,
f13c9bea 1507 print_compiled_pattern, print_double_string, printchar,
e064c173
DD
1508 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
1509 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
f13c9bea
DD
1510 at_begline_loc_p, at_endline_p, group_in_compile_stack,
1511 insert_space, wcs_compile_range, byte_compile_range,
1512 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
1513 re_set_registers, re_search, re_search_2, re_search_3, re_match,
e064c173
DD
1514 re_match_2, count_mbs_length, wcs_re_match_2_internal,
1515 byte_re_match_2_internal, group_match_null_string_p,
1516 alt_match_null_string_p, common_op_match_null_string_p,
f13c9bea 1517 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
e064c173
DD
1518 regexec, regerror, regfree): Use ISO C prototype style.
1519 * partition.c: (elem_compare): Likewise.
1520 * cp-demangle.c (print_usage): Likewise.
1521
1e45deed
DD
15222005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1523
1524 Convert libiberty to use ISO C prototype style 5/n.
1525 * random.c (srandom, initstate, setstate, random): Use ISO C
f13c9bea 1526 prototypes.
1e45deed
DD
1527 * putenv.c (putenv): Likewise.
1528 * physmem.c (physmem_available, physmem_total, main): Likewise.
1529 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
1530 * pex-unix.c (pexecute, pwait): Likewise.
1531 * pex-msdos.c (pexecute, pwait): Likewise.
1532 * pex-djgpp.c (pexecute, pwait): Likewise.
f13c9bea 1533 * partition.c (partition_new, partition_delete, partition_union)
1e45deed 1534 (elem_compare, partition_print): Likewise.
f13c9bea
DD
1535 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
1536 _obstack_allocated_p, _obstack_free, obstack_free,
1e45deed
DD
1537 _obstack_memory_used, print_and_abort, obstack_next_free,
1538 obstack_object_size, obstack_base): Likewise. Remove codes
1539 predicated on !defined(__STDC__).
f13c9bea 1540 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
1e45deed
DD
1541 objalloc_free_block): Use ISO C prototypes.
1542 * mkstemps.c (mkstemps): Likewise.
1543 * memset.c (memset): Likewise.
1544 * mempcpy.c (mempcpy): Likewise.
1545 * rename.c (rename): Likewise.
1546 * rindex.c (rindex): Likewise.
1547 * setenv.c (setenv, unsetenv): Likewise.
1548 * sigsetmask.c (sigsetmask): Likewise.
1549 * snprintf.c (snprintf): Likewise.
f13c9bea 1550 * sort.c (sort_pointers, xmalloc): Likewise.
1e45deed 1551 * spaces.c (spaces): Likewise.
f13c9bea
DD
1552 * splay-tree.c (splay_tree_delete_helper,
1553 splay_tree_splay_helper, splay_tree_splay,
1e45deed 1554 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
f13c9bea 1555 splay_tree_new, splay_tree_xmalloc_allocate,
1e45deed 1556 splay_tree_new_with_allocator, splay_tree_delete,
f13c9bea
DD
1557 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
1558 splay_tree_max, splay_tree_min, splay_tree_predecessor,
1559 splay_tree_successor, splay_tree_foreach,
1e45deed
DD
1560 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
1561 * stpcpy.c (stpcpy): Likewise.
1562 * stpncpy.c (stpncpy): Likewise.
1563 * strcasecmp.c (strcasecmp): Likewise.
1564 * strchr.c (strchr): Likewise.
1565 * strdup.c (strdup): Likewise.
1566
49b1fae4
DD
15672005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1568
1569 Convert libiberty to use ISO C prototype style 6/n.
f13c9bea 1570 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
49b1fae4
DD
1571 strtoerrno, main): Use ISO C prototype style.
1572 * strncasecmp.c (strncasecmp): Likewise.
1573 * strncmp.c (strncmp): Likewise.
1574 * strndup.c (strndup): Likewise.
1575 * strrchr.c (strrchr): Likewise.
f13c9bea 1576 * strsignal.c (init_signal_tables, signo_max, strsignal,
49b1fae4
DD
1577 strsigno, strtosigno, psignal, main): Likewise.
1578 * strstr.c (strstr): Likewise.
1579 * strtod.c (strtod, atof): Likewise.
1580 * strtol.c (strtol): Likewise.
1581 * strtoul.c (strtoul): Likewise.
f13c9bea 1582 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
49b1fae4
DD
1583 ternary_recursivesearch): Likewise.
1584 * tmpnam.c (tmpnam): Likewise.
1585 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
1586 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
1587 * vfork.c (vfork): Likewise.
1588 * vfprintf.c (vfprintf): Likewise.
1589 * vprintf.c (vprintf): Likewise.
1590 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
1591 * vsprintf.c (vsprintf): Likewise.
1592 * waitpid.c (waitpid): Likewise.
1593 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
1594 * xexit.c (xexit): Likewise.
f13c9bea 1595 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
49b1fae4
DD
1596 xcalloc, xrealloc): Likewise.
1597 * xmemdup.c (xmemdup): Likewise.
1598 * xstrdup.c (xstrdup): Likewise.
1599 * xstrerror.c (xstrerror): Likewise.
1600 * xstrndup.c (xstrndup): Likewise.
1601
16022005-03-27 Andreas Jaeger <aj@suse.de>
1603
1604 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
1605 flags.
1606 * configure: Regenerated.
1607
16082005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1609
1610 * getopt1.c (getopt_long_only): Fix thinko.
1611
16122005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1613
1614 Convert libiberty to use ISO C prototype style 4/n.
1615 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
1616 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
1617 htab_create_alloc, htab_set_functions_ex, htab_create,
1618 htab_try_create, htab_delete, htab_empty,
1619 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
1620 htab_find, htab_find_slot_with_hash, htab_find_slot,
1621 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
1622 htab_traverse_noresize, htab_traverse, htab_collisions,
1623 htab_hash_string, iterative_hash): Use ISO C prototype.
1624 * hex.c (hex_init): Likewise.
1625 * index.c (index): Likewise.
1626 * insque.c (insque, remque): Likewise.
1627 * lbasename.c (lbasename): Likewise.
1628 * lrealpath.c (lrealpath): Likewise.
1629 * make-relative-prefix.c (save_string, split_directories,
1630 free_split_directories, make_relative_prefix): Likewise.
1631 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
1632 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
1633 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
1634 * memchr.c (memchr): Likewise.
1635 * memcpy.c (memcpy): Likewise.
1636 * memmove.c (memmove): Likewise.
1637 * gettimeofday.c (gettimeofday): Likewise.
1638 * getruntime.c (get_run_time): Likewise.
1639 * getpwd.c (getpwd, getpwd): Likewise.
1640 * getpagesize.c (getpagesize): Likewise.
1641 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
1642 * getopt.c (my_index, exchange, _getopt_initialize,
1643 _getopt_internal, getopt, main): Likewise.
1644 * getcwd.c (getcwd): Likewise.
1645 * fnmatch.c (fnmatch): Likewise.
1646 * floatformat.c (floatformat_always_valid,
1647 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
1648 put_field, floatformat_from_double, floatformat_is_valid,
1649 ieee_test, main): Likewise.
1650 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
1651 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
1652 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
1653 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
1654 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
1655 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
1656 fibheap_link, fibheap_cut, fibheap_cascading_cut,
1657 fibnode_insert_after, fibnode_remove): Likewise.
1658 * ffs.c (ffs): Likewise.
1659 * fdmatch.c (fdmatch): Likewise.
1660 * dyn-string.c (dyn_string_init, dyn_string_new,
1661 dyn_string_delete, dyn_string_release, dyn_string_resize,
1662 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
1663 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
1664 dyn_string_insert_cstr, dyn_string_insert_char,
1665 dyn_string_append, dyn_string_append_cstr,
1666 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
1667 Likewise.
1668
9334f9c6
DD
16692005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
1670
1671 Convert libiberty to use ISO C prototype style 3/n.
49b1fae4
DD
1672 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
1673 consume_count_with_underscores, code_for_qualifier,
1674 qualifier_string, demangle_qualifier, cplus_demangle_opname,
1675 cplus_mangle_opname, cplus_demangle_set_style,
1676 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
9334f9c6 1677 ada_demangle, internal_cplus_demangle, squangle_mop_up,
49b1fae4
DD
1678 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
1679 delete_work_stuff, mop_up, demangle_signature,
1680 demangle_method_args, demangle_template_template_parm,
1681 demangle_expression, demangle_integral_value,
1682 demangle_real_value, demangle_template_value_parm,
1683 demangle_template, arm_pt, demangle_arm_hp_template,
1684 demangle_class_name, demangle_class, iterate_demangle_function,
1685 demangle_prefix, gnu_special, recursively_demangle, arm_special,
1686 demangle_qualified, get_count, do_type, demangle_fund_type,
1687 do_hpacc_template_const_value, do_hpacc_template_literal,
1688 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
1689 register_Btype, remember_Btype, forget_B_and_K_types,
1690 forget_types, demangle_args, demangle_nested_args,
1691 demangle_function_name, string_need, string_delete, string_init,
1692 string_clear, string_empty, string_append, string_appends,
9334f9c6
DD
1693 string_appendn, string_prepend, string_prepends, string_prependn,
1694 string_append_template_idx): Use ISO C prootype style.
1695 * cp-demint.c (cplus_demangle_fill_component,
49b1fae4 1696 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
9334f9c6
DD
1697 cplus_demangle_v3_components): Likewise.
1698
16992005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1700
1701 Convert libiberty to use ISO C prototype style 2/n.
1702 * cp-demangle.h: Remove uses of PARAMS.
1703 * cp-demangle.c: Likewise.
49b1fae4
DD
1704 (d_dump, cplus_demangle_fill_name,
1705 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
1706 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
1707 d_make_builtin_type, d_make_operator, d_make_extended_operator,
1708 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
1709 cplus_demangle_mangled_name, has_return_type,
1710 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
1711 d_prefix, d_unqualified_name, d_source_name, d_number,
1712 d_identifier, d_operator_name, d_special_name, d_call_offset,
1713 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
1714 d_function_type, d_bare_function_type, d_class_enum_type,
1715 d_array_type, d_pointer_to_member_type, d_template_param,
1716 d_template_args, d_template_arg, d_expression, d_expr_primary,
1717 d_local_name, d_discriminator, d_add_substitution,
1718 d_substitution, d_print_resize, d_print_append_char,
1719 d_print_append_buffer, d_print_error, cplus_demangle_print,
1720 d_print_comp, d_print_java_identifier, d_print_mod_list,
1721 d_print_mod, d_print_function_type, d_print_array_type,
1722 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
1723 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
9334f9c6 1724 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
49b1fae4 1725 print_usage, main):
9334f9c6
DD
1726
17272005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
1728
1729 Convert libiberty to ISO C prototype style 1/n.
1730 * _doprnt.c: Remove conditional #include <varargs.h> on
1731 ANSI_PROTOTYPES as the latter is always assumed.
1732 (_doprnt, checkit, main): Use ISO C prototype.
1733 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
1734 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
49b1fae4 1735 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
9334f9c6
DD
1736 * atexit.c (atexit): Likewise
1737 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
49b1fae4 1738 (asprintf): Use ISO C prototype.
9334f9c6
DD
1739 * basename.c (basename): Likewise
1740 * bcmp.c (bcmp): Likewise.
1741 * bcopy.c (bcopy): Likewise.
1742 * bzero.c (bzero): Likewise.
1743 * bsearch.c (bsearch): Likewise. Improve const-correctness.
1744 * choose-temp.c (choose_temp_base): Likewise.
1745 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
1746 (calloc): Use ISO C prototype.
1747 * clock.c (clock): Likewise.
1748 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
49b1fae4 1749 (vconcat_length, vconcat_copy, concat_length, concat_copy,
9334f9c6
DD
1750 concat_copy2, concat, reconcat, main): Use ISO C prototype.
1751 * copysign.c (copysign): Likewise.
1752
0fad4bdb
DD
17532005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1754
1755 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
1756 (REQUIRED_OFILES): Add xstrndup.o.
1757 (CONFIGURED_OFILES): Add strndup.o.
1758 Regenerate dependencies.
1759
1760 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
1761
1762 * strndup.c, xstrndup.c: New.
1763
1764 * config.in, configure, functions.texi: Regenerate.
1765
51e32d64
DD
17662005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1767
1768 * xmemdup.c, xstrdup.c: Expose the tail call.
1769
8ec32723
DD
17702005-03-09 Mark Mitchell <mark@codesourcery.com>
1771
1772 * configure.ac (funcs): Add gettimeofday.
1773 * configure: Regenerated.
1774 * gettimeofday.c: New file.
1775 * Makefile.in (CFILES): Add gettimeofday.
1776 (CONFIGURED_OFILES): Add gettimeofday.o.
1777 (./gettimeofday.o): New rule.
1778
27ff8836
ILT
17792005-03-09 Ian Lance Taylor <ian@airs.com>
1780
1781 * pex-os2.c: Remove.
1782 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
1783 * Makefile.in (CFILES): Remove pex-os2.c.
1784 (CONFIGURED_OFILES): Remove pex-os2.o.
1785 (pex-os2.o): Remove target.
1786 * configure: Rebuild.
1787
48e39b59
ILT
17882005-03-07 Ian Lance Taylor <ian@airs.com>
1789
1790 * mpw-config.in: Remove.
1791 * mpw-make.sed: Remove.
1792 * mpw.c: Remove.
1793 * Makefile.in (CFILES): Remove pex-mpw.c.
1794 (CONFIGURED_OFILES): Remove pex-mpw.o.
1795 (mpw.o, pex-mpw.o): Remove targets.
1796 * maint-tool (undoc): Remove reference to mpw.c.
1797
65dce80e
DD
17982005-03-06 DJ Delorie <dj@redhat.com>
1799
1800 * configure.ac (target_header_dir): vfork is a stub under djgpp.
1801 * configure: Regenerated.
1802
190eb137
DD
18032005-03-01 Jan Beulich <jbeulich@novell.com>
1804
1805 * Makefile.in (CFILES): Add unlink-if-ordinary.c
1806 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
1807 Add dependencies and rule for unlink-if-ordinary.o.
1808 * unlink-if-ordinary.c: New.
1809
bac7199c
DD
18102005-03-01 Ben Elliston <bje@au.ibm.com>
1811
1812 * hashtab.c (htab_find_slot_with_hash): Make function
1813 documentation clearer.
1814
aca9a742
JM
18152005-02-13 Jason Merrill <jason@redhat.com>
1816
1817 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
1818 arguments.
1819
b5c3b3de
DD
18202005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
1821
1822 * hex.c (hex_value): Group 'unsigned int' together to get correct
1823 markup.
1824 * functions.texi: Regenerated.
49b1fae4 1825
46a10049
DD
18262004-12-27 H.J. Lu <hongjiu.lu@intel.com>
1827
1828 * Makefile.in: Undo to 2004-12-17.
1829 * aclocal.m4: Likewise.
1830 * config.table: Likewise.
1831 * configure.ac: Likewise.
1832 * maint-tool: Likewise.
1833 * configure: Likewise.
1834
fbfdf750
DD
18352004-12-19 H.J. Lu <hongjiu.lu@intel.com>
1836
1837 PR bootstrap/19072
1838 * Makefile.in (enable_shared): New substitute.
1839 (LTTARGETLIB): New.
1840 (PREFIXTARGETLIB): New.
1841 (LTTESTLIB): New.
1842 (PREFIXTESTLIB): New.
1843 (CCLD): New.
1844 (LINK): New.
1845 ($(TARGETLIB)): Use $(LINK) to create libraries and create
1846 targets by hand.
1847 ($(TESTLIB)): Likewise.
1848 (mostlyclean): Don't remove .libs. Remove the libtool object
1849 directory.
1850
1851 * config.table (enable_shared): Removed.
1852
1853 * configure.ac (enable_static): Set to yes.
1854 (AC_PROG_LIBTOOL): Removed.
1855 (AM_DISABLE_SHARED): Uncommented.
1856 (AM_PROG_LIBTOOL): Likewise.
1857 (LIBOBJS): Add `./' to avoid VPATH.
1858 (LTLIBOBJS): Likewise.
1859 (enable_shared): Substitute.
1860 * configure: Regenerated.
1861
96e00b33
L
18622004-12-18 H.J. Lu <hongjiu.lu@intel.com>
1863
1864 * Makefile.in (top_builddir): Set to `.'.
1865 (OUTPUT_OPTION): Removed.
1866 (LIBTOOL): New.
1867 (LTLIBOBJS): New.
1868 (EXTRA_LTOFILES): New.
1869 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
1870 (all): Remove stamp-picdir.
1871 (LTCOMPILE): New.
1872 (.c.lo): New rule.
1873 (REQUIRED_LTOFILES): New.
1874 (CONFIGURED_LTOFILES): New.
1875 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
1876 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
1877 (stamp-picdir): Completely removed.
1878 (maint-missing): Pass $(REQUIRED_LTOFILES)
1879 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
1880 $(CONFIGURED_OFILES)
1881 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
1882 $(CONFIGURED_LTOFILES).
1883 (mostlyclean): Also remove *.lo .libs.
1884 Run "make maint-deps".
1885
1886 * aclocal.m4: Include ../libtool.m4.
1887
1888 * config.table: Don't check --enable-shared.
1889
1890 * configure.ac (AC_PROG_LIBTOOL): Add.
1891 (AC_PROG_CC_C_O): Removed.
1892 (OUTPUT_OPTION): Removed.
1893 (NO_MINUS_C_MINUS_O): Removed.
1894 (ltpexecute): New substitute.
1895 (LIBOBJS): Cleanup.
1896 * configure: Regenerated.
1897
1898 * maint-tool: Updated for .lo/libtool.
1899
40a59a4c
DD
19002004-12-11 Ben Elliston <bje@au.ibm.com>
1901
1902 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
1903 * configure: Regenerate.
1904 * config.in: Likewise.
1905
9923bc33
DD
19062004-12-07 DJ Delorie <dj@redhat.com>
1907
1908 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
1909 that recursion (and thus large stack space) is not needed.
1910
70615d15
DD
19112004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
1912
1913 * pex-unix.c: Fix the spelling of longjmp.
1914
eb129e35
DD
19152004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
1916
1917 PR other/18623
1918 * cp-demangle.c (d_call_offset): Remove useless local variables
1919 offset and virtual_offset.
1920 * cplus-dem.c (ada_demangle): Remove useless local variable
1921 at_start_name.
1922 (demangle_template): Remove useless local variable start.
1923
3e0f1404
DD
19242004-11-19 Roger Sayle <roger@eyesopen.com>
1925
1926 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
1927 "ansidecl.h" to avoid redeclaration errors with native compilers.
1928 * regex.c: Protect config.h from multiple inclusion.
1929
6cfb3176
DD
19302004-11-12 Mike Stump <mrs@apple.com>
1931
1932 * Makefile.in (libiberty.html): Fix html generation.
1933
f9b4e353
DD
19342004-09-08 Adam Nemet <anemet@lnxw.com>
1935
1936 * vasprintf.c: Accept __va_copy in addition to va_copy.
1937
49b1fae4 19382004-09-03 Paolo Bonzini <bonzini@gnu.org>
c7efc4d5
PB
1939
1940 * configure: Regenerate.
1941
49b1fae4 19422004-09-02 Paolo Bonzini <bonzini@gnu.org>
f5396bbe
PB
1943
1944 * configure.ac: Do not enable multilibs for build-side libiberty.
1945
49b1fae4 19462004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
950ad202
DD
1947
1948 * lrealpath.c (lrealpath): Add _WIN32 support.
1949
a21da8bf
DD
19502004-06-28 Zack Weinberg <zack@codesourcery.com>
1951
1952 * cp-demangle.h: Declare cplus_demangle_operators,
1953 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
1954 cplus_demangle_type as static if IN_GLIBCPP_V3.
1955
19562004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
1957
1958 PR other/16240
1959 * cp-demangle.c (d_expr_primary): Check for a failure return from
1960 cplus_demangle_type.
1961 * testsuite/demangle-expected: Add test case.
1962
9f7d3e7d
DD
19632004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
1964
1965 * pex-win32.c (fix_argv): Expand comment.
1966
0cb2db3a
DD
19672004-05-25 Daniel Jacobowitz <drow@false.org>
1968
1969 * Makefile.in: Add .NOEXPORT.
1970
25319993
DD
19712004-04-29 Douglas B Rupp <rupp@gnat.com>
1972
1973 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
1974 copyright.
1975
7e9f5c71
DD
19762004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1977
1978 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
1979 * configure: Regenerate.
1980
bb6a587d
DD
19812004-04-22 Richard Henderson <rth@redhat.com>
1982
1983 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
1984 (CHAR_BIT): Provide default.
1985 (struct prime_ent, prime_tab): New.
1986 (higher_prime_index): Rename from higher_prime_number, return index.
1987 (htab_mod_1): New.
1988 (htab_mod, htab_mod_m2): Use it.
1989 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
1990 (htab_expand): Likewise.
1991 * configure.ac: Check for stdint.h.
1992 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
1993 * config.in, configure: Rebuild.
1994
53239e41
DD
19952004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
1996
1997 * strerror.c: Include config.h, and redefine sys_nerr and
1998 sys_errlist, before including ansidecl.h and libiberty.h.
1999
d6ea4e80
DD
20002004-04-13 Jeff Law <law@redhat.com>
2001
2002 * hashtab.c (htab_remove_elt_with_hash): New function.
2003 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
2004
fe046a17
DD
20052004-03-31 Richard Henderson <rth@redhat.com>
2006
2007 * hashtab.c (htab_size): Move to top of file; mark inline.
2008 (htab_elements): Likewise.
2009 (htab_mod, htab_mod_m2): New.
2010 (htab_delete): Refactor htab->size and htab->entries.
2011 (htab_empty): Likewise.
2012 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
2013 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
2014 (htab_clear_slot): Use htab_size, htab_elements.
2015 (htab_traverse_noresize, htab_traverse): Likewise.
2016
e0c148a7
DD
20172004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
2018
12a7367e
DD
2019 * pex-unix.c (pexecute): Use vfork instead of fork, with
2020 appropriate changes to make this safe.
2021 * pex-common.h (STDERR_FILE_NO): Define.
2022
e0c148a7
DD
2023 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
2024 an 80 column screen. Run maint-deps.
2025
85f969cd
DD
20262004-03-09 Kelley Cook <kcook@gcc.gnu.org>
2027
2028 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
2029 * acconfig.h: Delete redundant file.
2030 * config.in: Regenerate.
2031 * configure: Regenerate.
2032
58670637
DD
20332004-03-09 Hans-Peter Nilsson <hp@axis.com>
2034
2035 * configure: Regenerate for config/accross.m4 correction.
2036
758d77be
DD
20372004-03-07 Andreas Jaeger <aj@suse.de>
2038
2039 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
2040 prototypes.
2041 (main): Initialize style.
2042
74aee4eb
DD
20432004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
2044
2d733211
DD
2045 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
2046 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
2047 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
2048 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
2049 short types to D_PRINT_DEFAULT. Change other integer types to use
2050 new D_PRINT_* values where appropriate. Change float types to
2051 D_PRINT_FLOAT.
2052 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
2053 values.
2054 * testsuite/demangle-expected: Adjust two test cases.
2055
2056 * cp-demangle.c (d_print_function_type): Print a space before the
2057 parenthesis around the function type in more cases.
2058 * testsuite/demangle-expected: Adjust one test case.
2059
099f84cf
DD
2060 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
2061 parentheses around a cast.
2062 * testsuite/demangle-expected: Adjust two test cases to match new
2063 output.
2064
74aee4eb
DD
2065 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
2066
2067 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
2068 push more than one of the same CV-qualifier on the top of the
2069 stack.
2070 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
2071 move the CV-qualifiers to apply to the element type instead.
2072 (d_print_array_type): When checking the modifiers, keep looking
2073 past ones which have been printed already.
2074 * testsuite/demangle-expected: Add three test cases.
2075
20762004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2077
2078 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
2079 empty string correctly.
2080
2081 * cp-demangle.c (__cxa_demangle): It is not an error if status is
2082 not NULL. It is an error if the mangled name is the same as a
2083 built-in type name.
2084 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
2085 than cplus_demangle_v3.
2086
2087 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
2088 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
2089
f9375305
DD
20902004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
2091
2092 * regex.c: Include <ansidecl.h>.
2093 (regcomp): Cast i to int.
2094 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
2095
cbf0ee79
DD
20962004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
2097
2098 * configure.ac: Add m4_pattern_allow(LIBOBJS).
2099 * configure: Regenerate.
2100
37254c9a
DD
21012004-01-22 DJ Delorie <dj@redhat.com>
2102
2103 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
2104 with explicit build rules.
2105 (VPATH): Remove.
2106 (.c.o): Poison.
2107 * configure.ac (pexecute, LIBOBJS): Add ./ .
2108 * maint-tool: Build dependencies with explicit rules.
2109
211333f6
DD
21102004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2111
2112 * strdup.c (strdup): Constify the argument.
2113
3795d586
DD
21142004-01-14 Loren J. Rittle <ljrittle@acm.org>
2115
2116 * Makefile.in (distclean): Remove config.cache.
2117
2d6520ee
DJ
21182004-01-13 Daniel Jacobowitz <drow@mvista.com>
2119
2120 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
2121 takes two parameters.
2122 * cp-demint.c (cplus_demangle_fill_component): Likewise.
2123
59727473
DD
21242004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2125
2126 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
2127 defined, rename some functions which are to become static via
2128 #define.
2129 (CP_STATIC_IF_GLIBCPP_V3): Define.
2130 (struct d_operator_info): Move definition to cp-demangle.h, and
2131 rename to demangle_operator_info. Change all uses.
2132 (enum d_builtin_type_print): Move definition to cp-demangle.h.
2133 (struct d_builtin_type_info): Move definition to cp-demangle.h,
2134 and rename to demangle_builtin_type_info. Change all uses.
2135 (enum d_comp_type): Move definition to include/demangle.h, and
2136 rename to demangle_component_type, and change all enums to start
2137 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
2138 (struct d_comp): Move definition to include/demangle.h, and rename
2139 to demangle_component. Change all uses.
2140 (struct d_info): Move definition to cp-demangle.h.
2141 (cplus_demangle_fill_name): New function.
2142 (cplus_demangle_fill_extended_operator): New function.
2143 (cplus_demangle_fill_ctor): New function.
2144 (cplus_demangle_fill_dtor): New function.
2145 (d_make_empty): Remove type parameter. Change all callers.
2146 (d_make_name): Use cplus_demangle_fill_name.
2147 (d_make_extended_operator): Use
2148 cplus_demangle_fill_extended_operator.
2149 (d_make_ctor): Use cplus_demangle_fill_ctor.
2150 (d_make_dtor): Use cplus_demangle_fill_dtor.
2151 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
2152 non-static by default. Change all callers.
2153 (cplus_demangle_operators): Rename from d_operators. Change all
2154 uses. Make non-static by default. Add sentinel at end of array.
2155 (d_operator_name): Adjust initialization of high for new sentinel
2156 in cplus_demangle_operators.
2157 (cplus_demangle_builtin_types): Rename from d_builtin_types.
2158 Change all uses. Make non-static by default. Change initializer
2159 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
2160 (cplus_demangle_type): Rename from d_type. Make non-static by
2161 default. Change all callers.
2162 (cplus_demangle_init_info): Rename from d_init_info. Make
2163 non-static by default. Change all callers.
2164 * cp-demangle.h: New file.
2165 * cp-demint.c: New file.
2166 * Makefile.in: Rebuild dependencies.
2167 (CFILES): Add cp-demint.c.
2168 (REQUIRED_OFILES): Add cp-demint.o.
2169
1a79b024
DD
21702004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2171
2172 * configure.in: Rename file to ...
2173 * configure.ac: ... this.
2174 * Makefile.in: Update a comment for above change.
2175 * README: Likewise.
2176 * config.in: Regenerate.
2177
820542c9
DD
21782004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
2179
2180 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
2181 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
2182 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
2183 demangling template parameters.
2184 * testsuite/test-demangle.c (fail): New static function.
2185 (main): Support new options in input file: --no-params,
2186 --is-v3-ctor, and --is-v3-dtor.
2187 * testsuite/demangle-expected: Add --no-params to most tests, and
2188 add the correct result when parameters are not demangled. Add
2189 some simple tests for V3 constructor/destructor recognition.
2190
2f9c4058
DD
21912003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2192
2193 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2194
4fd47f10
DJ
21952003-12-22 Daniel Jacobowitz <drow@mvista.com>
2196
2197 PR debug/13272
2198 * Makefile.in (lbasename.o): Depend on filenames.h.
2199 * lbasename.c: Include "filenames.h" instead of defining
2200 its macros locally.
2201
b6fb00c0
DD
22022003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
2203
2204 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
2205 dynamic arrays.
2206 (struct d_operator_info): Add len field.
2207 (struct d_builtin_type_info): Add len and java_len fields.
2208 (struct d_standard_sub_info): Add simple_len, full_len, and
2209 set_last_name_len fields.
2210 (struct d_comp): Add len field to s_string.
2211 (struct d_info): Add send, did_subs, and expansion fields.
2212 (d_append_string_constant): Define.
2213 (d_append_string): Remove. Change all users to use
2214 d_append_string_constant or d_append_buffer instead.
2215 (d_make_sub): Add len parameter. Change all callers.
2216 (d_name): Increase expansion when substituting std::.
2217 (d_unqualified_name): Increase expansion for an operator.
2218 (d_number): Don't use multiplication for negative numbers.
2219 (d_identifier): Make sure there are enough characters in the
2220 string for the specified length. Adjust expansion for an
2221 anonymous namespace.
2222 (d_operators): Initialize len field.
2223 (d_special_name, d_ctor_dtor_name): Increase expansion.
2224 (d_builtin_types): Initialize len and java_len fields.
2225 (d_type): Increase expansion for a builtin type.
2226 (d_cv_qualifiers): Increase expansion for each qualifier.
2227 (d_bare_function_type): Decrease expansion when removing single
2228 void parameter.
2229 (d_template_param): Increment did_subs.
2230 (d_expression): Increase expansion for an operator.
2231 (d_expr_primary): Decrease expansion for a type we will print
2232 specially.
2233 (standard_subs): Initialize new fields.
2234 (d_substitution): Increment did_subs when doing a normal
2235 substitution. Increase expansion for a special substitution.
2236 (d_print): Add estimate parameter. Change all callers.
2237 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
2238 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
2239 (d_print_java_identifier): Rename from d_print_identifier. Handle
2240 only Java case. Change caller.
2241 (d_init_info): Change return type to void. Change all callers.
2242 Initialize send, did_subs, and expansion fields. Do not
2243 initialize comps and subs fields.
2244 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
2245 arrays on stack. Make an estimate of the length of the demangled
2246 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
2247 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
2248 subs arrays on stack.
2249
2730f651
DD
22502003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
2251
2252 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
2253 after the identifier.
2254 * testsuite/demangle-expected: Add test case.
2255
d4edd112
DD
22562003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
2257
2258 Fix for PR c++/13447:
2259 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
2260 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
2261 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
2262 D_COMP_QUAL_NAME.
2263 (is_ctor_or_dtor): Likewise.
2264 (d_local_name): Use D_COMP_LOCAL_NAME rather than
2265 D_COMP_QUAL_NAME.
2266 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
2267 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
2268 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
2269 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
2270 * testsuite/demangle-expected: Add two test cases.
2271
2272 * cp-demangle.c (d_print_function_type): Clear the global modifier
2273 list when printing the modifiers, not just when printing the
2274 function parameters.
2275 * testsuite/demangle-expected: Add two test cases.
2276
d35d0cd4
DD
22772003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
2278
2279 * cp-demangle.c (d_print_function_type): Print the function
2280 parameters with no modifiers.
2281 * testsuite/demangle-expected: Add test case.
2282
2283 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
2284 expect that we've read the entire string.
2285 (is_ctor_or_dtor): Don't expect that we've read the entire
2286 string--reverse patch of 2003-11-29.
2287
09e9708c
DD
22882003-12-15 Brendan Kehoe <brendan@zen.org>
2289
2290 * libiberty/Makefile.in (floatformat.o): Add dependency on
2291 config.h to accompany change of 2003-12-03.
2292
97ceaf5b
DD
22932003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
2294
2295 Fix handling of constructor/destructor of standard substitution:
2296 * cp-demangle.c (struct d_standard_sub_info): Define.
2297 (d_substitution): Add prefix argument. Change all callers.
2298 Rework handling of standard substitutions to print full name when
2299 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
2300 * testsuite/demangle-expected: Add test case.
2301
2302 Fix handling of negative literal constants:
2303 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
2304 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
2305 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
2306 (d_print_comp): Handle D_COMP_LITERAL_NEG.
2307 * testsuite/demangle-expected: Add test case.
2308
858b45cf
DD
23092003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
2310
2311 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
2312 (d_last_char): Define new macro.
2313 (d_make_name): Reject an empty name.
2314 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
2315 (d_substitution, d_print_identifier): Likewise.
2316 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
2317 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
2318 (d_print_mod) Use new d_last_char macro.
2319 (d_print_cast): Use new d_last_char macro.
2320 (is_ctor_or_dtor): Don't leak memory.
2321
2322 Fix handling of member function modifiers:
2323 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
2324 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
2325 (d_dump): Dump new d_comp_type values.
2326 (d_make_comp): Accept new d_comp_type values.
2327 (has_return_type): Only accept _THIS variants of qualifiers.
2328 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
2329 qualifiers.
2330 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
2331 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
2332 qualifiers and printing them at the end, add _THIS qualifiers to
2333 the modifier list.
2334 (d_print_comp) [D_COMP_*_THIS]: New cases.
2335 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
2336 qualifiers.
2337 (d_print_mod_list): Add suffix parameter. Change all callers.
2338 Keep walking the list even if the current modifier has been
2339 printed.
2340 (d_print_mod): Handle new _THIS qualifiers.
2341 (d_print_function_type): Handle new _THIS qualifiers when deciding
2342 whether to print a parenthesis. Put a space before the
2343 parenthesis in some cases. Call d_print_mod_list again at the
2344 end, passing suffix as 1.
2345 (is_ctor_or_dtor): Look for new _THIS qualifiers.
2346 * testsuite/demangle-expected: Add test case.
2347
2348 Fix for PR gcc/13304:
2349 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
2350 before the '<' is itself a '<', insert a space.
2351 (d_print_cast): Likewise.
2352 * testsuite/demangle-expected: Add test case.
2353
2354 Fix for PR gcc/13244:
2355 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
2356 which uses the '>' operator in an extra layer of parens.
2357 * testsuite/demangle-expected: Add test case.
2358
b52927b7
DD
23592003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
2360
2361 * floatformat.c: Include "config.h" and <string.h> if available.
2362 (INFINITY, NAN): Define if not defined by <math.h>.
2363 (floatformat_to_double): Handle NaN, infinity, and denormalized
2364 numbers.
2365 (floatformat_from_double): Likewise.
2366 (ieee_test): In debugging code, use little endian rather than big
2367 endian. Correct tests to handle NaN and to check correct sign of
2368 zero. Omit m68k extended test.
2369 (main): Add more debugging cases.
2370
24afc00d
DD
23712003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
2372
2373 * cp-demangle.c (d_demangle): Only return success if we consumed
2374 the entire demangled string.
2375 (is_ctor_or_dtor): Likewise.
2376
2377 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
2378 to restore expected result of EDG test case to original expected
2379 result.
2380
331c3da2
DD
23812003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
2382
2383 * cp-demangle.c (struct d_print_mod): Add templates field.
2384 (d_make_builtin_type): Check for NULL type.
2385 (d_make_extended_operator): Check for NULL name.
2386 (d_make_ctor, d_make_dtor): Likewise.
2387 (d_mangled_name): Add top_level parameter. Change all callers.
2388 (d_encoding): If DMGL_PARAMS is not set, strip off initial
2389 CV-qualifiers.
2390 (d_type): Check some return values we rely on.
2391 (d_bare_function_type, d_array_type): Likewise.
2392 (d_pointer_to_member_type, d_template_args): Likewise.
2393 (d_add_substitution): Fail if argument is NULL.
2394 (d_print_resize): Check whether buf is NULL.
2395 (d_print_comp): Save current templates list with each modifier.
2396 Don't pass the modifier list down when printing a template.
2397 (d_print_cast): Don't pass the modifier list down when printing a
2398 template.
2399 (d_print_mod_list): Temporarily set templates list while printing
2400 a modifier.
2401 (d_print_mod): Check that buf is not NULL before using it.
2402 (d_print_function_type): Print parens if there is no modifier.
2403 (d_init_info): Permit as many substitutions as there are
2404 characters in the mangled name.
2405 * testsuite/demangle-expected: Add two new test cases.
2406
51948b34
DD
24072003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
2408
2409 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
2410 d_demangle.
2411
6d95373e
DD
24122003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
2413
2414 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
2415 callers.
2416 (print_usage): Display new -p option.
2417 (long_options): Add --no-params.
2418 (main): Accept and handle -p.
2419
54a962d9
DD
24202003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
2421
2422 * cp-demangle.c (has_return_type): Skip qualifiers when checking
2423 whether we have a template.
2424 * testsuite/demangle-expected: Add four new tests.
2425
8fe0d347
DD
24262003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
2427
2428 * testsuite/demangle-expected: Minor changes to match output of
2429 new demangler: adjust whitespace in four tests, and change order
2430 of qualifiers in one test.
2431
2432 * cp-demangle.c: Complete rewrite.
2433
dd9d4b48
DD
24342003-11-19 Mark Mitchell <mark@codesourcery.com>
2435
2436 * cp-demangle.c (demangle_type): Correct thinko in substitution
2437 processing.
2438
0976f6a7
DD
24392003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
2440
2441 * cp-demangle.c (demangle_operator_name): Remove space before
2442 "sizeof".
2443 (demangle_type_ptr): Put qualifiers in the right place. Handle
2444 qualifiers in pointer to member specially.
2445 (demangle_type): Handle qualifiers for pointer or reference
2446 specially. Handle function type.
2447 (demangle_local_name): Save and restore caret around demangling of
2448 initial encoding.
2449
2450 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
2451 cplus_demangle.
2452
2453 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
2454
e7e6980b
DD
24552003-10-31 Andreas Jaeger <aj@suse.de>
2456
2457 * floatformat.c (floatformat_always_valid): Add unused attribute.
2458
97ceaf5b
DD
24592003-10-30 Josef Zlomek <zlomekj@suse.cz>
2460
2461 Jan Hubicka <jh@suse.cz>
2462 * vasprintf.c (int_vasprintf): Pass va_list by value.
2463 Use va_copy for copying va_list.
2464 (vasprintf): Pass va_list by value.
2465
686e72d7
DD
24662003-10-30 Josef Zlomek <zlomekj@suse.cz>
2467
2468 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
2469 instead of increasing n_elements when inserting to deleted slot.
2470
eec65ede
JB
24712003-10-20 J. Brobecker <brobecker@gnat.com>
2472
2473 * cplus-dem.c (demangle_template): Register a new Btype only
2474 when needed.
2475 * testsuite/demangle-expected: Add a new test.
2476
cd275bff
L
24772003-10-16 H.J. Lu <hongjiu.lu@intel.com>
2478
2479 * testsuite/demangle-expected: Update the expected output of
2480 _GLOBAL__I__Z2fnv.
2481
e3b1168e
DJ
24822003-10-02 Daniel Jacobowitz <drow@mvista.com>
2483
2484 * strerror.c: Revert last change. Declare static sys_nerr
2485 and sys_errlist using different names.
2486
efb150d5
DJ
24872003-10-01 Daniel Jacobowitz <drow@mvista.com>
2488
2489 * strerror.c: Don't provide or reference sys_errlist if
2490 strerror is available.
2491
b7ca9213
L
24922003-10-01 H.J. Lu <hongjiu.lu@intel.com>
2493
2494 * configure.in: Check if $MAKEINFO is missing.
2495 * configure: Regenerated.
2496
8ddbb593
DJ
24972003-09-24 Daniel Jacobowitz <drow@mvista.com>
2498
2499 * configure.in: Use AC_PROG_CPP_WERROR.
2500 * configure: Regenerated.
2501
5324d185
AC
25022003-09-22 Andrew Cagney <cagney@redhat.com>
2503
2504 * floatformat.c (floatformat_i387_ext_is_valid): New function.
2505 (floatformat_always_valid): New function.
2506 (floatformat_i387_ext): Initialize new "is_valid" field to
2507 "floatformat_i387_ext_is_valid".
2508 (floatformat_ieee_single_little): Initialize "is_valid" field to
2509 floatformat_always_valid.
2510 (floatformat_ieee_double_big): Ditto.
2511 (floatformat_ieee_double_little): Ditto.
2512 (floatformat_ieee_double_little): Ditto.
2513 (floatformat_ieee_double_littlebyte_bigword): Ditto.
2514 (floatformat_i960_ext): Ditto.
2515 (floatformat_m88110_ext): Ditto.
2516 (floatformat_m88110_harris_ext): Ditto.
2517 (floatformat_arm_ext_big): Ditto.
2518 (floatformat_arm_ext_littlebyte_bigword): Ditto.
2519 (floatformat_ia64_spill_big): Ditto.
2520 (floatformat_ia64_spill_little): Ditto.
2521 (floatformat_ia64_quad_big): Ditto.
2522 (floatformat_ia64_quad_little): Ditto.
2523 (floatformat_ia64_quad_little): Ditto.
2524 (floatformat_is_valid): Call "is_valid".
2525
34f4a113
AC
25262003-09-15 Andrew Cagney <cagney@redhat.com>
2527
2528 * floatformat.c (get_field): Make "data" constant.
2529 (floatformat_is_valid, floatformat_to_double): Make "from"
2530 constant, fix casts.
2531 (floatformat_from_double): Make "from" constant.
2532
3f2aacaf
DJ
25332003-09-15 Daniel Jacobowitz <drow@mvista.com>
2534
2535 * floatformat.c (floatformat_is_valid): New function.
2536 (get_field, put_field): Correct comments.
2537
aae66b9f
DD
25382003-09-06 Josef Zlomek <zlomekj@suse.cz>
2539
2540 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
2541 FIBHEAPKEY_T.
2542
60b04ee8
DD
25432003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2544
2545 PR bootstrap/12100
2546 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
2547 * configure: Rebuilt.
2548
2299a76d
DJ
25492003-08-27 Daniel Jacobowitz <drow@mvista.com>
2550
2551 * aclocal.m4: Include acx.m4 and no-executables.m4.
2552 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
2553 (LIB_AC_PROG_CC): Remove.
2554 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
2555 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
2556 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
2557 performing link tests.
2558 * configure: Regenerated.
2559
9ad1aa29
DD
25602003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2561
a21da8bf 2562 * cp-demangle.c: Clarify what package(s) this is part of.
9ad1aa29 2563
dbb9d0f3
DD
25642003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
2565
2566 * pex-win32.c (pexecute): Mark parameters this_pname and
2567 temp_base as unused. Remove unused variables retries,
2568 sleep_interval. Initialize org_stdin, org_stdout.
2569 (pwait): Mark parameter flags as unused.
2570
25712003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
ab8c7bb1
DD
2572
2573 * pex-win32.c (fix_argv): Ensure that the executable pathname
2574 uses Win32 backslashes.
2575 (pexecute): Cast away constness when assigning *errmsg_arg.
2576
78c5b0a5
L
25772003-06-26 H.J. Lu <hongjiu.lu@intel.com>
2578
2579 * testsuite/demangle-expected: Add more GNU V3 testcases.
2580
70ecf948
DD
25812003-06-22 Zack Weinberg <zack@codesourcery.com>
2582
2583 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
2584 not HC_ASCII and HC_EBCDIC.
2585 Add documentation in form expected by gather-docs.
2586 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
2587 * Makefile.in, functions.texi: Regenerate.
2588
cbc0188b
DD
25892003-06-21 Zack Weinberg <zack@codesourcery.com>
2590
2591 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
2592 for charset determination.
2593
5f73c378
DD
25942003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
2595
2596 * configure.in: Add check for malloc.h needed by
2597 m68k for function free().
2598 * configure: Regenerated.
2599 * config.in: Add HAVE_MALLOC_H.
2600 * hashtab.c: include malloc.h were available for
2601 free().
2602
e69f6c8c 26032003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
cbc0188b 2604
e69f6c8c
DD
2605 PR bootstrap/10974
2606 * physmem.c: Update comment.
2607 * configure.in: Modify test for _system_configuration for older
2608 AIX systems.
2609
2610 * config.in, configure: Regenerated.
cbc0188b 2611
54c60684
DD
26122003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2613
2614 PR other/10810
2615 * test-demangle.c (getline): Fix fence-post error.
2616
5a4e47bd
NC
26172003-06-03 Nick Clifton <nickc@redhat.com>
2618
2619 * asprintf.c: Change comment to note that -1 is returned upon
2620 error.
2621 * vasprintf.c: Likewise.
2622 (vasprintf): Return -1 upon error.
2623 * functions.texi: Document changes to asprintf and vasprintf.
2624
916f5d13
DD
26252003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
2626
2627 * config.table: Accept i[345867]86 variant.
2628
e4f79046
JB
26292003-05-15 Jim Blandy <jimb@redhat.com>
2630
2631 * hex.c (_hex_value): Make this unsigned.
2632 (hex_value): Update documentation for new return type. hex_value
2633 now expands to an unsigned int expression, to avoid unexpected
2634 sign extension when we store it in a bfd_vma, which is larger than
2635 int on some platforms.
2636 * functions.texi: Regenerated.
2637
0f3538e7
DD
26382003-05-07 Josef Zlomek <zlomekj@suse.cz>
2639
2640 * splay-tree.c (splay_tree_predecessor): Fix comment.
2641 (splay_tree_successor): Fix comment.
2642
7108c5dc
JM
26432003-05-07 Jason Merrill <jason@redhat.com>
2644
eafaf5eb 2645 * hashtab.c (iterative_hash): New fn.
7108c5dc
JM
2646 * configure.in: Add AC_C_BIGENDIAN_CROSS.
2647 * aclocal.m4: Include accross.m4.
2648 * configure, config.in: Regenerate.
2649
0b555173
DD
26502003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2651
2652 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
2653 * configure: Regenerate.
2654
8730135a
DD
26552003-05-03 Carlo Wood <carlo@alinoe.com>
2656
2657 * cp-demangle.c: Fix typo in "char_traints" string-literal.
2658
341eccbc
DD
26592003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2660
2661 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
2662 (main): Test that we don't write too much data.
2663
2ed1e5cc
DD
26642003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2665
2666 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
2667 vsnprintf.
2668 * snprintf.c, vsnprintf.c: New files.
2669 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
2670 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
2671 Regenerate dependencies.
2672
2673 * functions.texi, configure, config.in: Regenerated.
2674
10b57b38
DD
26752003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2676
2677 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
2678 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
2679 and stpncpy.
2680 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
2681 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
2682 Regenerate dependencies.
2683
2684 * functions.texi, configure, config.in: Regenerated.
2685
ff773b85
DD
26862003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2687
2688 * argv.c: Fix comments.
2689 * calloc.c: Don't unnecessarily include "libiberty.h".
2690 (bzero): Add prototype.
2691 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
2692 * getcwd.c (getcwd): Use standard definition to avoid conflicts
2693 with system headers.
2694 * hashtab.c (htab_traverse): Delete unused variables.
2695 * rename.c: Include "ansidecl.h".
2696 (rename): Use standard definition to avoid conflicts with system
2697 headers.
2698 * strsignal.c: Rely on ANSI_PROTOTYPES.
2699 * strstr.c: Check GNUC >= 2, not GNUC == 2.
2700 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
2701 * vprintf.c: Include "ansidecl.h" earlier, rely on
2702 ANSI_PROTOTYPES.
2703 * vsprintf.c: Include "ansidecl.h" earlier, rely on
2704 ANSI_PROTOTYPES and possibly include <stdarg.h>.
cbc0188b 2705
ff773b85
DD
2706 * Makefile.in: Regenerate dependencies.
2707
bb325820
DD
27082003-04-15 DJ Delorie <dj@redhat.com>
2709
2710 * maint-tool (deps): Scan for headers in $srcdir also.
2711
258a4893
DD
27122003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2713
2714 PR target/10338
2715 PR bootstrap/10198
2716 PR bootstrap/10140
2717 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
2718 __mempcpy.
2719 * regex.c (regerror): Likewise.
2720
ff773b85
DD
27212003-04-14 Roger Sayle <roger@eyesopen.com>
2722
2723 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
2724 * memchr.c: Likewise.
2725 * strcasecmp.c: Likewise.
2726 * strncasecmp.c: Likewise.
2727 * strncmp.c: Likewise.
2728 * xatexit.c: Likewise.
2729 * xmalloc.c: Likewise.
2730
2731 * copysign.c: Use traditional function declaration instead of DEFUN.
2732 * sigsetmask.c: Likewise.
2733
2734 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
2735 * memset.c: Likewise.
2736
2737 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
2738 * memmove.c: Likewise.
2739
eec539c7
DD
27402003-04-14 Roger Sayle <roger@eyesopen.com>
2741
2742 * strdup.c (strdup): Tweak implementation to use memcpy.
2743
daf7c4ad
DD
27442003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2745
2746 * configure.in (HAVE_UINTPTR_T): Always define.
2747 * configure: Regenerated.
2748
aa072e59
AO
27492003-03-23 Alexandre Oliva <aoliva@redhat.com>
2750
2751 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
2752 instead of $$CC alone.
2753 (install_to_tooldir): Use it.
2754
f77ed96c
DD
27552003-17-03 Jan Hubicka <jh@suse.cz>
2756
2757 * hashtab.c (htab_traverse_noresize): Break out from ...
2758 * hashtab.c (htab_traverse): ... here.
2759
2336e177
DD
27602003-12-03 Jan Hubicka <jh@suse.cz>
2761
2762 * hashtab.c (htab_expand): Fix warning.
2763
2764 * hashtab.c (htab_expand): Compute the size of hashtable based
2765 on the number of elements actually used.
2766 (htab_traverse): Call htab_expand when table is too empty.
2767
d8cbbf95
DD
27682003-03-11 Carlo Wood <carlo@gnu.org>
2769
2770 * cplus-dem.c (demangle_integral_value): Correction to reflect
2771 patch of 2002-01-10 in order to also make negative multi-digits
2772 without leading underscore work.
2773
a01fefeb
DD
27742003-03-03 Mark Mitchell <mark@codesourcery.com>
2775
2776 * cplus-dem.c: Add license exception to copyright notice.
2777
638ceb1a
DD
27782003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2779
2780 * physmem.c: Formatting changes from upstream.
2781
ef803806
DD
27822003-02-24 Danny Smith <dannysmith@users.source.forge.net>
2783
2784 * physmem.c (physmem_total): Add _WIN32 support.
2785 (physmem_available): Likewise.
2786
181fa229
DD
27872003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2788
2789 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
2790 GSI_PHYSMEM.
2791 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
2792
cc529274
DD
27932003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2794
2795 * configure.in: Check for sys/systemcfg.h and
2796 _system_configuration.
2797 * physmem.c: Add support for AIX. Tweek formatting as per
2798 upstream coreutils beta.
2799
28002003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2801 Richard Earnshaw <rearnsha@arm.com>
2802 Geoffrey Keating <geoffk@apple.com>
cbc0188b 2803
cc529274
DD
2804 * configure.in: Check for sys/sysctl.h and sysctl.
2805 * physmem.c: Add support for *bsd and darwin.
2806 * Makefile.in: Generate depedency for physmem.o.
2807
192cbe66
DD
28082003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2809
2810 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
2811 Tru64 UNIX.
2812 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
2813 Tru64 UNIX.
2814
2815 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
2816 machine/hal_sysinfo.h, sys/table.h.
2817 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
2818 * configure, config.in: Regenerate.
2819
ff773b85
DD
28202003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2821
2822 * configure.in: Check for sys/sysmp.h and sysmp.
2823 * physmem.c: Pull upstream copy, add support for irix6.
2824
2825 * config.in, configure: Regenerated.
2826
900d2082
DD
28272003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2828
2829 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
2830 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
2831 pstat_getdynamic.
cbc0188b 2832
4938384a
DD
28332003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2834
2835 * Makefile.in (CFILES): Add physmem.c.
2836 (REQUIRED_OFILES): Add physmem.o.
2837 * configure.in: Check for sys/pstat.h.
2838 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
2839 * physmem.c: New file, copied from textutils.
2840
2841 * config.in, configure: Regenerated.
2842
ba61a412
DJ
28432003-02-20 Daniel Jacobowitz <drow@mvista.com>
2844
2845 * Makefile.in (CFILES): Add lrealpath.c.
2846 (REQUIRED_OFILES): Add lrealpath.o.
2847 (lrealpath.o): Add rule.
2848 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
2849 * configure.in: Add realpath and canonicalize_file_name to
2850 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
2851 for canonicalize_file_name.
2852 * lrealpath.c: New file.
2853 * make-relative-prefix.c: Update documentation.
2854 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
2855 * config.in: Regenerated.
2856 * configure: Regenerated.
2857 * functions.texi: Regenerated.
2858
25dfe0ac
DD
28592003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2860
2861 * cplus_dem.c: Fix typo: intializes -> initializes.
2862
8b90eef4
AO
28632003-02-20 Alexandre Oliva <aoliva@redhat.com>
2864
2865 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
2866 config.status.
2867 * configure: Rebuilt.
2868
fcd7c7c9
DD
28692003-02-13 Daniel Jacobowitz <drow@mvista.com>
2870
2871 Fix PR c++/7612.
2872 * cplus-dem.c (demangle_signature): Call string_delete.
2873 Remove extra string_init.
2874 (demangle_arm_hp_template): Call string_delete instead of
2875 string_clear. Add missing string_delete call.
2876 (demangle_qualified): Add missing string_delete call.
2877 (do_type): Remove unused variable btype. Add missing string_delete
2878 call. Call string_delete instead of string_clear.
2879 (demangle_fund_type): Move variable btype inside of the switch
2880 statement. Add missing string_delete call.
2881 (do_arg): Call string_delete instead of string_clear. Remove extra
2882 string_init.
2883 (demangle_nested_args): Free work->previous_argument.
2884
073c427b
DD
28852003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2886
2887 * acconfig.h: New file. Add uintptr_t.
2888 * config.in: Regenerated.
2889
f8bd3000
DD
28902003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
2891
2892 * libiberty.texi: Update to GFDL 1.2.
2893
85b9a938
DD
28942003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2895
2896 * Makefile.in (libiberty_topdir): New subst.
2897 (mkinstalldirs): Redefine in terms of the above.
2898 * configure.in: AC_SUBST it.
2899 * configure: Regenerate.
2900
578460f2
AO
29012003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2902
2903 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
2904 (info-subdir, install-info-subdir, clean-info-subdir)
2905 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
2906 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
2907 Pass $(FLAGS_TO_PASS).
2908
7f285245
AO
29092003-01-27 Alexandre Oliva <aoliva@redhat.com>
2910
2911 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
2912 /`$$CC -print-multi-os-directory`.
2913
5f9624e3
DJ
29142003-01-26 Daniel Jacobowitz <drow@mvista.com>
2915
2916 * hashtab.c (htab_create_alloc_ex): New function.
2917 (hatab_set_functions_ex): New function.
2918 (htab_delete, htab_expand): Support alternate allocation functions.
2919
9c2259b8
DD
29202003-01-24 Christopher Faylor <cgf@redhat.com>
2921
2922 * configure.in: Remove special pex-cygwin consideration.
2923 * configure: Regenerate.
2924 * pex-cygwin.c: Remove.
2925 * Makefile.in: Remove pex-cygwin.[co] lines.
2926
5a17353c
DD
29272003-01-24 Zack Weinberg <zack@codesourcery.com>
2928
2929 * Makefile.in (CFILES): Add pex-*.c.
2930 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
2931 (CONFIGURED_OFILES): Add pex-*.o.
2932 (TEXIFILES): Add pexecute.txh.
2933 (pexecute.o): Delete rule.
2934 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
2935 pex-unix.o, pex-win32.o): New rules.
2936 * configure.in: Change AC_INIT argument to xmalloc.c.
2937 Compute appropriate pexecute implementation and substitute it
2938 as @pexecute@.
2939
2940 * pexecute.c: Split up into...
2941 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
2942 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
2943 new files.
2944
2945 * functions.texi: Regenerate.
2946 * configure: Regenerate.
2947
eed2b28c
DD
29482003-01-20 Josef Zlomek <zlomekj@suse.cz>
2949
2950 * hashtab.c (htab_expand): Fix allocation of new entries.
2951
27a39a5f
DD
29522003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2953
2954 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
2955
2956 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
2957 mkinstalldirs command.
2958
b51c1553
DD
29592002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
2960
2961 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
2962 Define for hosts with HOST_EXECUTABLE_SUFFIX.
2963
756954c3
DD
29642002-11-24 Nick Clifton <nickc@redhat.com>
2965
2966 * make-relative-prefix.c (make_relative_prefix): Ensure return
2967 string is empty before using strcat to construct it.
2968
2a80c0a4
DD
29692002-11-22 Daniel Jacobowitz <drow@mvista.com>
2970
2971 * Makefile.in: Add make-relative-prefix.c.
2972 * make-relative-prefix.c: New file.
2973 * functions.texi: Rebuilt.
2974
768b20d8
JJ
29752002-11-16 Jakub Jelinek <jakub@redhat.com>
2976
2977 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
2978 used with arguments in traditional C' warnings.
2979
f52d1d64
JJ
29802002-10-16 Jakub Jelinek <jakub@redhat.com>
2981
2982 * config.table: Use mh-s390pic for s390x too.
2983
0d3deb8d
DD
29842002-10-06 Andreas Jaeger <aj@suse.de>
2985
2986 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
2987 variable and of strict-aliasing warning.
2988 (grow_vect): Use char as first parameter.
2989
1b67de92
DD
29902002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2991
2992 * Makefile.in (all): Fix multilib parallel build.
2993
585cc78f
DD
29942002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
2995
2996 * cp-demangle.c (demangling_new): Cast 0 to enum.
2997 (demangle_char): Cast return of strdup to char *.
2998 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
2999 (is_gnu_v3_mangled_dtor): Likewise.
3000 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
3001 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
3002 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
3003 * md5.c (md5_process_bytes): Cast results back to const void *.
3004 (md5_process_block): Add cast to const md5_uint32 *.
3005 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
3006 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
3007 unsigned short.
3008 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
3009 to void *.
3010 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
3011
e21b0cc1
NC
30122002-09-19 Nick Clifton <nickc@redhat.com>
3013
3014 * README: Update email addresses for bugs and patches.
3015
a54ba43f
DD
30162002-09-10 Mike Stump <mrs@apple.com>
3017
3018 * splay-tree.c (splay_tree_successor): Fix comments.
3019
30202002-09-11 Zack Weinberg <zack@codesourcery.com>
3021
3022 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
3023 * testsuite/Makefile.in: Adjust for test-demangle.
3024 * testsuite/regress-demangle: Deleted.
3025 * testsuite/test-demangle.c: New file.
3026 * testsuite/demangle-expected: Change \$ to $ throughout, now that
3027 this file is not being read by a shell script.
3028
01cea699
DD
30292002-09-05 Roger Sayle <roger@eyesopen.com>
3030
3031 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
3032
a2832523
DD
30332002-08-07 DJ Delorie <dj@redhat.com>
3034
3035 * regex.c (re_error_msgid): Just use a simple array of strings.
3036 (re_compile_pattern): Compensate.
3037 (re_comp): Likewise.
3038 (re_comp): Likewise.
3039 (regerror): Likewise.
3040
1e3f0be0
DD
30412002-07-29 Neil Booth <neil@daikokuya.co.uk>
3042
3043 * cplus-dem.c (PREPEND_BLANK): Remove.
3044
b851d07b
DD
30452002-07-10 Jason Merrill <jason@redhat.com>
3046
3047 * cp-demangle.c (demangle_identifier): Support extended Unicode
3048 characters.
3049
2a9dffbf
DD
30502002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3051
3052 * cp-demangle.c (demangle_v3_with_details): Wrap in
3053 !defined IN_GLIBCPP_V3.
3054
793011ca
DD
30552002-07-01 Mark Mitchell <mark@codesourcery.com>
3056
3057 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
3058 Set it for the "st" operator.
3059 (demangle_expression): Handle expressions with types as arguments.
3060
b39b76b8
DD
30612002-06-30 Douglas Rupp <rupp@gnat.com>
3062
3063 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
3064 * Makefile.in (OUTPUT_OPTION): Use.
3065
4748c6d8
DD
30662002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
3067
3068 * Makefile.in (install_to_libdir): Add $(DESTDIR).
3069 (install_to_tooldir): Likewise.
3070
f9c3326a
DD
30712002-06-17 Douglas Rupp <rupp@gnat.com>
3072
3073 * lbasename.c: Add 2002 to copyright.
3074 (IS_DIR_SEPARATOR): Remove VMS junk.
3075
18893690
DD
30762002-06-05 Geoffrey Keating <geoffk@redhat.com>
3077
3078 * hashtab.c (htab_create): New stub function for backward
3079 compatibility.
3080 (htab_try_create): Likewise.
3081
30822002-06-03 Geoffrey Keating <geoffk@redhat.com>
3083
3084 * hashtab.c (htab_create): Delete.
3085 (htab_try_create): Delete.
3086 (htab_create_alloc): New.
3087 (htab_delete): Support user-specified memory allocation.
3088 (htab_expand): Likewise.
3089
30902002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
3091
3092 * configure.in: Fix typo in the code checking for sys_errlist.
3093 * configure: Regenerated.
3094
9296c8b2
DD
30952002-05-13 Andreas Schwab <schwab@suse.de>
3096
3097 * config.table: Use mh-x86pic also for x86-64.
3098
52d98c2d
DD
30992002-05-08 Alexandre Oliva <aoliva@redhat.com>
3100
3101 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
3102 script entry, and set LD to it when configuring multilibs.
3103 * configure: Rebuilt.
3104
cafa3917
DD
31052002-05-07 Mark Mitchell <mark@codesourcery.com>
3106
3107 * configure.in (AC_TYPE_PID_T): Use it.
3108 * configure: Regenerated.
3109 * getruntime.c: Include <sys/types.h>.
3110 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
3111
b1c933fc
RH
31122002-04-09 Richard Henderson <rth@redhat.com>
3113
3114 * hashtab.c (higher_prime_number): Use 7 as minimum.
3115 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
3116 (htab_find_slot_with_hash): Likewise.
3117
0c4460bb
DD
31182002-04-01 Phil Edwards <pme@gcc.gnu.org>
3119
3120 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
3121 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
3122 not compile if IN_GLIBCPP_V3 defined.
3123 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
3124
f2160d2b
DD
31252002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
3126
3ebf1f59 3127 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
f2160d2b
DD
3128 if it is NULL.
3129
7dd4d42a
DD
31302002-03-27 DJ Delorie <dj@redhat.com>
3131
3132 * hex.c: Add documentation.
3133 (_hex_value): Provide non-ASCII empty table.
3134 (hex_init): Initialize the non-ASCII table.
3135 * functions.texi: Regenerate.
3136
38e57a35
DD
31372002-03-27 Mark Mitchell <mark@codesourcery.com>
3138
3139 * dyn-string.c: Add libgcc exception to copyright notice.
3140
cfed0715
DD
31412002-03-26 H.J. Lu (hjl@gnu.org)
3142
3143 * config.table: Support --with-build-subdir.
3144 * configure.in: Likewise.
3145 * configure: Rebuild.
3146
1504972f
DD
31472002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
3148
3149 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
3150 seen.
3151
35efcd67
DD
31522002-03-12 Mark Mitchell <mark@codesourcery.com>
3153
3154 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
3155 notice.
3156
dabc64ea
DD
31572002-03-11 Douglas B Rupp <rupp@gnat.com>
3158
3159 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
3160
3ddbd84c
JB
31612002-03-06 Jim Blandy <jimb@redhat.com>
3162
3163 * splay-tree.c (splay_tree_xmalloc_allocate,
3164 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
3165 prototyped definitions. Mark `data' arguments as unused.
3166
efdab807
AC
31672002-03-06 Andrew Cagney <ac131313@redhat.com>
3168
3169 * floatformat.c (floatformat_arm_ext_big): Delete definition.
3170
50d4562d
DD
31712002-03-04 Phil Edwards <pme@gcc.gnu.org>
3172
3173 * configure.in: Add --enable-install-libiberty option.
3174 * Makefile.in (INSTALLED_HEADERS): New variable.
3175 (install_to_libdir): Possibly also copy headers.
3176 * configure: Regenerated.
3177
31782002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
3179
3180 * xmalloc.c (xmalloc_fail): Clarify error message further.
3181
6e9980f5
DD
31822002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
3183
3184 * xmalloc.c (xmalloc_fail): Clarify error message.
3185
18893690 31862002-02-22 Jim Blandy <jimb@redhat.com>
2bbcdae9
JB
3187
3188 * splay-tree.c (splay_tree_xmalloc_allocate,
3189 splay_tree_xmalloc_deallocate): New functions.
3190 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
3191 above functions and a dummy data pointer.
3192 (splay_tree_new_with_allocator): New function.
3193 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
3194 splay_tree_remove): Use the splay tree's allocation and
3195 deallocation functions.
3196
59ea9fe7
DD
31972002-02-19 Scott Snyder <snyder@fnal.gov>
3198
3199 * testsuite/demangle-expected: Add test case for infinite loop in
3200 demangler.
3201 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
3202 if do_type() doesn't make any progress --- prevents an infinite
3203 loop.
3204
6f848550
DD
32052002-02-18 Carlo Wood <carlo@gnu.org>
3206
3207 PR c++/5390
3208 * cplus-dem.c (demangle_integral_value): Accept multi-digit
3209 numbers that do not start with an underscore; This is needed
3210 for integer template parameters. This doesn't break anything
3211 because multi-digit numbers are never followed by a digit.
3212 * testsuite/demangle-expected: Corrected all mangled test
3213 cases with multi-digit template parameters: g++ 2.95.x does
3214 not generate underscores around these parameters.
3215
44354ae1
DD
32162002-02-05 Jason Merrill <jason@redhat.com>
3217
3218 * cplus-dem.c (flags): Add DMGL_VERBOSE
3219 (cplus_demangle_v3_p): Remove.
3220 (demangle_it): Add DMGL_TYPES to passed flags.
3221 * cp-demangle.c (cplus_demangle_v3_all): Remove.
3222 (cplus_demangle_v3_type): Remove.
3223 (cplus_demangle_v3): Add options parm.
3224
42da15d6
DD
32252002-02-02 H.J. Lu (hjl@gnu.org)
3226
3227 * cp-demangle.c (cp_demangle_type): Do not protect with
3228 IN_LIBGCC2.
3229 (cplus_demangle_v3_all): New.
3230 (cplus_demangle_v3): Call cplus_demangle_v3_all.
3231 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
3232
3233 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
3234 Initialized to cplus_demangle_v3.
3235 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
3236 of cplus_demangle_v3.
3237 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
3238 command line symbol.
3239
3240 * testsuite/regress-demangle: Pass the mangled name at the
3241 command line.
3242
b117c158
DD
32432002-02-01 H.J. Lu <hjl@gnu.org>
3244
3245 * cp-demangle.c (cp_demangle_type): Call demangling_new with
3246 DMGL_GNU_V3.
3247
c78d91b1
DD
32482002-01-31 Phil Edwards <pme@gcc.gnu.org>
3249
3250 * cp-demangle.c: Revert yesterday's change.
3251
bef8b55d
DD
32522002-01-31 Adam Megacz <adam@xwt.org>
3253
3254 * gcc/libiberty/configure.in: Treat mingw the same as cywin
3255 wrt HAVE_SYS_ERRLIST.
3256
2c955b8b
DD
32572002-01-30 Phil Edwards <pme@gcc.gnu.org>
3258
3259 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
3260 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
3261 cp_demangle_type.
3262 * testsuite/demangle-expected: New gnu-v3 test.
3263
58b1717a
RH
32642002-01-22 Momchil Velikov <velco@fadata.bg>
3265
3266 * configure.in (variable detection): Use arrays of unspecified
3267 size instead of plain integers.
3268
cc096b71
DD
32692002-01-18 DJ Delorie <dj@redhat.com>
3270
3271 * Makefile.in (TESTLIB): New. This library is for future
3272 testsuites.
3273 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
3274 break down by letter.
3275 (REQUIRED_OFILES): List long-to-compile files first.
3276 (maint-deps): New, target for updating dependencies.
3277 (dependencies): Update.
3278 * maint-tool: Add dependency-generating option.
3279 * configure.in: Check for _doprnt even if we're not providing it.
3280 * configure: Regenerate.
3281
3282 * _doprnt.c: Modifications to allow compiling on any platform.
3283 * copysign.c: Likewise.
3284 * putenv.c: Likewise.
3285 * setenv.c: Likewise.
3286 * vsprintf.c: Likewise.
3287
32882002-01-15 Douglas B Rupp <rupp@gnat.com>
3289
3290 * mkstemps.c (mkstemps): On VMS, open temp file with option
3291 that causes it to be deleted when closed.
3292
20d54542
DD
32932002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3294
c23795e2
DD
3295 * cp-demangle.c (long_options): Const-ify.
3296 * cplus-dem.c (long_options): Likewise.
3297
20d54542
DD
3298 * cplus-dem.c (mystrstr): Delete. All callers changed to use
3299 strstr instead.
3300
f348a7b1
DD
33012001-12-31 Ira Ruben <ira@apple.com>
3302
3303 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
3304 * configure: Regenerated.
3305
d86cd745
DD
33062001-12-24 Douglas B. Rupp <rupp@gnat.com>
3307
3308 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
3309 * configure: Regenerated.
3310
ae533646
DD
33112001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3312
3313 PR other/2719
3314 * cplus-dem.c (consume_count): Treat negative count as an error.
3315 * testsuite/demangle-expected: Added testcase.
3316
c0eb281b
DD
3317Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
3318
3319 * configure.in: Hardcode that vfork works on VMS host.
3320 * configure: Regenerated.
3321
2da4c07f
RH
33222001-12-06 Richard Henderson <rth@redhat.com>
3323
3324 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
3325 (cplus_demangle): Support no_demangling.
3326
24acd898
DD
33272001-11-27 Zack Weinberg <zack@codesourcery.com>
3328
3329 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
3330 in libiberty context. Fix typo in leading comment.
3331 * configure.in: Fix various AC_DEFINEs so autoheader works.
3332 If any of vprintf, vsprintf, vfprintf is missing from libc,
3333 then AC_REPLACE_FUNCS(_doprnt).
3334
fec50157 33352001-11-26 DJ Delorie <dj@redhat.com>
d86cd745 3336 Daniel Jacobowitz <drow@mvista.com>
fec50157
DD
3337
3338 * Makefile.in (stamp-h): Depend on Makefile for proper
3339 serialization.
3340 (*-subdir): Depend on config.h for proper serialization.
3341
5527febf
DD
33422001-11-26 DJ Delorie <dj@redhat.com>
3343
3344 * configure.in: Check for alloca.h (for regex.c and putenv.c).
3345 * configure: Regenerate.
3346 * config.h: Add HAVE_ALLOCA_H.
3347
941d74a0
DD
33482001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3349
3350 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
3351 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
3352 is available.
3353
dc579051
DD
3354Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
3355
3356 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
3357 * configure.in (HAVE_UINTPTR_T): Test for system defining
3358 uintptr_t and define HAVE_UINTPTR_T appropriately.
3359 * regex.c (uintptr_t): Do not provide a definition if the
3360 system provided one.
3361
3362 * regex.c (PREFIX): Provide an alternate definition for
3363 non-ANSI/ISO compilers.
3364 (ARG_PREFIX): Likewise.
3365
1a78a35a
DD
33662001-11-12 Jim Meyering <meyering@lucent.com>
3367
3368 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
3369 this code would end up calling gettext even in packages built
3370 with --disable-nls.
3371 * getopt.c (_): Likewise.
3372 * regex.c (_): Likewise.
3373
4e55c4b6
DD
33742001-11-03 Alan Modra <amodra@bigpond.net.au>
3375
3376 * configure.in: Cope with missing makeinfo.
3377 * configure: Regenerate.
3378
d311a83a
DD
33792001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3380
3381 * hex.c (hex_init): Provide empty stub.
3382
3383 * hex.c (hex_init): Delete.
3384 (_hex_value): Const-ify and initialize at compile-time.
3385
3bc62f91
DD
33862001-10-19 H.J. Lu <hjl@gnu.org>
3387
3388 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
3389 necessary.
3390
5d852400
DD
33912001-10-17 DJ Delorie <dj@redhat.com>
3392
3393 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
3394 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
5527febf 3395 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5d852400
DD
3396 Improve manual formatting.
3397 * functions.texi: Regenerate.
3398
ba19b94f
DD
33992001-10-15 DJ Delorie <dj@redhat.com>
3400
3401 * Makefile.in (TEXIFILES): Add fnmatch.txh.
3402 (maint-undoc): New.
3403 maint-tool: Add "undoc" tool.
3404 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
3405 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
3406 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
3407 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
3408 documentation.
3409 * fnmatch.txh: New.
3410 * functions.texi: Regenerate.
3411
56056af5
DD
34122001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
3413
3414 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
3415 * strtod.c: Use "ISO C" instead of "ANSI C".
3416 * functions.texi: Regenerate.
3417
99b58139
DD
34182001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
3419
3420 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
3421 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
3422 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
3423 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
3424 spelling. Give names to function arguments in documentation. Use
3425 (void) prototypes in documentation.
3426 * functions.texi: Regenerate.
3427
e6450fe5
DD
34282001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3429
3430 * argv.c (buildargv, tests, main): Const-ify.
3431 * cp-demangle.c (operator_code): Likewise.
3432 * cplus-dem.c (optable, libiberty_demanglers,
3433 cplus_demangle_set_style, cplus_demangle_name_to_style,
3434 print_demangler_list): Likewise.
3435 * hashtab.c (higher_prime_number): Likewise.
3436 * strcasecmp.c (charmap): Likewise.
3437 * strerror.c (error_info, strerror, main): Likewise.
3438 * strncasecmp.c (charmap): Likewise.
3439 * strsignal.c (signal_info): Likewise.
3440
da191b5b
DD
34412001-09-29 DJ Delorie <dj@redhat.com>
3442
3443 * configure: Regenerate.
3444
916aaa12
DD
34452001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3446
3447 * concat.c: Include stdlib.h.
3448
fa9f0e33
DD
34492001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * libiberty.texi: (Top level): Add syncodeindex pg. Add
3452 @dircategory and @direntry directives. Add @finalout.
3453 (many nodes): Lose the next,prev,up pointers on the @nide line.
3454 (Using, Supplemental Functions, Replacement Functions): Fix
3455 markup.
3456 (Functions): Move around, to allow makeinfo to build the manual
3457 without next,prev,up pointers in thye node lines.
3458 (Licenses): Fix typos.
3459
3460 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
3461 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
3462 * functions.texi: Regenerate.
3463
3464 * copying-lib.texi: Lose the next,prev,up pointers on the @node
3465 line.
3466
34672001-09-27 DJ Delorie <dj@redhat.com>
3468
3469 * configure.in: Don't use in-tree texinfo, because libiberty must
3470 be built before it. Check for makeinfo version 4 or higher.
3471 * functions.texi: Regenerate.
3472
39423523
DD
34732001-09-20 DJ Delorie <dj@redhat.com>
3474 Phil Edwards <pedwards@disaster.jaj.com>
3475
3476 * configure.in (MAKEINFO, PERL): Detect these.
3477 (--enable-maintainer-mode): Add.
3478 * configure: Regenerate.
3479 * Makefile.in (MAKEINFO, PERL): Define.
3480 (libiberty.info, libiberty.dvi, libiberty.html): New.
3481 (CFILES): Add bsearch.c.
3482 (CONFIGURED_OFILES): New, list of objects configure might add.
3483 (maint-missing, maint-buildall): New, for maintainers only.
3484 (clean, mostlyclean): Add info/dvi/html files.
3485 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
3486 * gather-docs: New, for maintainers.
3487 * maint-tool: New, for maintainers.
3488 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
3489 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
3490 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
3491 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
3492 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
3493 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
3494 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
3495 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
3496 documentation.
3497
66c94e19
DD
34982001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3499
3500 * concat.c (reconcat): Fix for traditional C.
3501
99ee3a8f
DD
35022001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3503
3504 * concat.c (reconcat): New function.
3505
54c20242
DD
35062001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3507
3508 * concat.c (vconcat_length, vconcat_copy, concat_length,
3509 concat_copy, concat_copy2): New functions.
3510 (concat): Use vconcat_length/vconcat_copy.
3511
3512 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
3513 Define.
3514
843f21be
DD
35152001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3516
3517 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
3518 VA_FIXEDARG & VA_CLOSE.
3519
3520 * vasprintf.c: Check HAVE_STRING_H when including string.h.
3521 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
3522 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
3523
8a423cb3
DD
35242001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3525
3526 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
3527
dc676635
DD
35282001-08-23 Ulrich Drepper <drepper@redhat.com>
3529
3530 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
3531
35322001-08-23 Ulrich Drepper <drepper@redhat.com>
3533
3534 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
3535 instead of mbrtowc.
3536 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
3537 wcslen, and __wcscoll instead of wcscoll.
3538
f080c76d
DD
35392001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3540
3ebf1f59
DD
3541 * fibheap.c (fibheap_init, fibnode_init): Remove.
3542 (fibheap_new, fibnode_new): Use xcalloc to allocate and
3543 initialize memory.
3544 (fibheap_insert): Remove check for node allocation failure.
f080c76d 3545
f01b59ed
DD
35462001-08-21 Richard Henderson <rth@redhat.com>
3547
3548 * Makefile.in (fibheap.o): Depend on config.h.
3549 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
3550 functions for inlining.
3551
3552Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
3553
3554 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
3555 hosting on cygwin.
3556 * configure: Regenerate.
3557
eb828599
AC
35582001-08-20 Andrew Cagney <ac131313@redhat.com>
3559
3560 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
3561 HARRIS_FLOAT_FORMAT.
3562 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
3563 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
3564 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
3565 (floatformat_m88110_harris_ext): New float formats.
3566
4e55c4b6
DD
35672001-08-20 Daniel Berlin <dan@cgsoftware.com>
3568
3569 * fibheap.c: New file. Fibonacci heap.
3570
3571 * Makefile.in (CFILES): Add fibheap.c.
3572 (REQUIRED_OFILES): Add fibheap.o.
3573 (fibheap.o): Add dependencies for fibheap.o.
3574
68a41de7
DD
35752001-08-17 Christopher Faylor <cgf@cygnus.com>
3576
3577 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
3578 * configure: Regenerate.
3579
8fc34799
DD
35802001-08-16 Richard Henderson <rth@redhat.com>
3581
3582 * hashtab.c (htab_hash_string): New.
3583
16bad250
AC
35842001-08-13 Andrew Cagney <ac131313@redhat.com>
3585
3586 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
3587 name.
3588
a9022147
DD
35892001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
3590
3591 * regex.c (wcs_regex_compile): Use appropriate string
3592 to compare with collating element.
3593 Fix the padding for the alignment.
3594
8aefe91a 35952001-08-10 Andrew Cagney <ac131313@redhat.com>
3ea71002
AC
3596
3597 * lbasename.c (lbasename): Change function definition to return a
3598 const char pointer.
3599
e7e9b069
DD
36002001-08-07 Jason Merrill <jason_merrill@redhat.com>
3601
3602 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
3603 for".
3604
cc5144f8
DD
36052001-08-03 Richard Henderson <rth@redhat.com>
3606
3607 * Makefile.in (concat.o): Depend on config.h.
3608
8aefe91a
DD
36092001-07-30 Andreas Jaeger <aj@suse.de>
3610
3611 * concat.c: Include "config.h".
3612
86710ce2
DD
36132001-07-30 Andreas Jaeger <aj@suse.de>
3614
3615 * regex.c: Declare wcs functions only if compiling with
3616 MBS_SUPPORT.
3617 Don't use #elif for traditional C.
3618
36192001-07-23 Ulrich Drepper <drepper@redhat.com>
3620
3621 * regex.c: Revamp memory allocation for WCHAR functions to
3622 not use too much stack.
3623
36242001-07-30 Andreas Jaeger <aj@suse.de>
3625
3626 * regex.c: Declare wcs functions only if compiling with
3627 MBS_SUPPORT.
3628 Don't use #elif for traditional C.
3629
a5d8f731
DD
36302001-07-25 Daniel Jacobowitz <drow@mvista.com>
3631
3632 * Makefile.in (regex.o): Add dependency on config.h.
3633
6ad8a379
DD
36342001-07-18 Andreas Schwab <schwab@suse.de>
3635
3636 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
3637 underscore character.
3638
36392001-07-18 Ulrich Drepper <drepper@redhat.com>
3640
3641 * regex.c: Limit string length printed in debug messages to 100
3642 chars.
3643
36442001-07-18 Andreas Jaeger <aj@suse.de>
3645
3646 * regex.c: Place under LGPL version 2.1.
3647
2a6ef469
DD
36482001-07-10 Jeff Johnston <jjohnstn@redhat.com>
3649
3650 * Makefile.in: Add support for regex code.
3651 * regex.c: New file.
3652
7b78baae
DD
36532001-07-05 Mark Klein <mklein@dis.com>
3654
3655 * Makefile.in: Add ffs.c dependency.
3656 * configure.in: Add ffs.c.
3657 * ffs.c: New file.
3658
926150e2
DD
36592001-06-18 Richard Henderson <rth@redhat.com>
3660
3661 * concat.c: Include <sys/types.h>.
3662
11f6f21d
DD
36632001-06-11 Loren J. Rittle <ljrittle@acm.org>
3664
3665 bootstrap/3106
3666 * strerror.c (sys_nerr): Hide the OS header version.
3667 * strsignal.c (sys_nsig): Likewise.
3668
d42dae6c
DD
36692001-06-10 Richard Henderson <rth@redhat.com>
3670
3671 * concat.c: Include string.h. Fix int vs size_t usage.
3672 Simplify the iteration loops. Use memcpy.
3673
e05c6d27
DD
36742001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
3675
3676 * partition.c: Fix misspelling of `implementation'.
3677
b50c4073
DD
36782001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3679
3680 * md5.c (md5_init_ctx): Declare constants as unsigned.
3681 (md5_process_block): Likewise.
3682
457161bf
DD
36832001-05-07 Zack Weinberg <zackw@stanford.edu>
3684
3685 * cp-demangle.c (demangle_v3_with_details,
3686 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
3687 function definition.
3688 * ternary.c: Use K+R style function definitions. Use PTR, not
3689 void *. Make arguments constant where possible.
3690
e00bc6a7
DD
36912001-05-07 Mark Mitchell <mark@codesourcery.com>
3692
3693 * splay-tree.h (splay_tree_max): New function.
3694 (splay_tree_min): Likewise.
3695
400ee7e1
DB
36962001-04-15 Daniel Berlin <dan@cgsoftware.com>
3697
3698 * ternary.c: New file - Ternary search tree implementation.
a5dd804e
DB
3699
3700 * Makefile.in: Add ternary.o, and ternary.c dependencies.
400ee7e1 3701
d9697354
DD
37022001-04-03 Zack Weinberg <zackw@stanford.edu>
3703
3704 * make-temp-file.c (try): Inline.
3705
a7bf099b
DD
37062001-02-28 Richard Henderson <rth@redhat.com>
3707
3708 * Makefile.in (make-temp-file.o): Depend on config.h.
3709
30a1def2
DD
37102001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3711
3712 * memchr.c (memchr): Adjust condition to avoid infinite loop.
3713
079c672a
DD
37142001-03-23 Jakub Jelinek <jakub@redhat.com>
3715
3716 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
3717 `_' not followed by a digit is invalid.
3718
a88e356a
JB
37192001-03-22 Jim Blandy <jimb@redhat.com>
3720
3721 * cp-demangle.c (string_list_delete): Use dyn_string_delete
3722 instead of free, to free the contents as well as the string
3723 structure.
3724
1dffcc66
DD
37252001-03-21 Zack Weinberg <zackw@stanford.edu>
3726
3727 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
3728 Don't default P_tmpdir to anything. Try /var/tmp before
3729 /usr/tmp.
3730
37312001-03-20 Zack Weinberg <zackw@stanford.edu>
3732
3733 * choose-temp.c: Split off make_temp_file, and the code
3734 duplicated between it and choose_temp_base, into...
3735 * make-temp-file.c: ... here; new file.
3736
3737 * Makefile.in (CFILES): Add make-temp-file.c.
3738 (REQUIRED_OFILES): Add make-temp-file.o.
3739
e61231f1
JB
37402001-03-20 Jim Blandy <jimb@redhat.com>
3741
3742 * cp-demangle.c (struct demangling_def): New fields:
3743 is_constructor and is_destructor.
3744 (demangling_new): Initialize them.
3745 (demangle_ctor_dtor_name): Set them, if we detect a constructor
3746 or destructor.
3747 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
3748 is_gnu_v3_mangled_dtor): New functions.
3749
a9cbbe6d
DD
37502001-03-20 Jason Merrill <jason@redhat.com>
3751
3752 * cplus-dem.c (main): Skip initial $.
3753
b1e51b3c
DD
37542001-03-15 Michael Meissner <meissner@redhat.com>
3755
3756 * hashtab.c (higher_prime_number): Silence warning that 4294967291
3757 might be a signed integer under pre-ISO C systems.
3758
8aa30e60 37592001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
fa03f0a7 3760 John David Anglin <dave@hiauly1.hia.nrc.ca>
8aa30e60 3761
8aa30e60
DD
3762 * libiberty/lbasename.c: New file.
3763 * libiberty/Makefile.in: Update for lbasename.
8aefe91a 3764
30673bf5
DD
37652001-03-06 Zack Weinberg <zackw@stanford.edu>
3766
3767 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
3768 * configure.in: Replace all alloca logic with a simple use of
3769 the above new macro.
3770 * config.table: Kill *-*-beos* entry.
3771 * config/mh-beos: Delete.
3772 * configure, config.in: Regenerate.
fa03f0a7 3773
30673bf5
DD
3774 * Makefile.in (ALLOCA, HFILES): Kill.
3775 (REQUIRED_OFILES): Add alloca.o.
3776 (alloca.o): Depend on libiberty.h.
3777 (argv.o): Don't depend on alloca-conf.h.
3778 * alloca-conf.h: Delete.
3779 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
3780 blocks. Provide the C alloca unconditionally. Use PTR where
3781 appropriate. Make i00afunc static.
3782 * argv.c: Don't include alloca-conf.h.
fa03f0a7 3783
5810f394
DD
37842001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3785
3786 * cplus-dem.c (main): Cast enum style to int.
fa03f0a7 3787
a9db032a
DD
37882001-02-16 Loren J. Rittle <ljrittle@acm.org>
3789
3790 * cplus-dem.c (main): Initialize style.
fa03f0a7 3791
8aefe91a
DD
37922001-02-02 Phil Edwards <pme@sources.redhat.com>
3793
3794 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3795
bc9bf259
DD
37962001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3797
3798 Add support for Java demangling under the v3 ABI:
3799 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
3800 (struct demangling_def): Add `style' field.
3801 (demangling_new): New parameter `style'. Set it in demangling_t.
3802 (demangle_prefix): Use NAMESPACE_SEPARATOR.
3803 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
3804 (cp_demangle): New parameter `style'. Pass it to demangling_new().
3805 (main): Call cp_demangle with extra parameter.
3806 (java_demangle_v3): New function.
3807 (java_builtin_type_names): New. Table of primitive type names used
3808 for Java demangling.
3809 (demangle_builtin_type): Look up in java_builtin_type_names if doing
3810 Java output.
3811 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
3812 demangling.
3813 (long_options): Remove obsolete `java' option.
3814 (main): Remove explicit handling of `java' option. Instead, pass style
3815 parameter in cplus_demangle flags as gdb does.
3816 * testsuite/demangle.expected: Add some Java test cases.
fa03f0a7 3817
f6528837
DD
38182000-12-29 DJ Delorie <dj@redhat.com>
3819
3820 * fnmatch.c: Make the note about the origins of this file more
3821 accurate, at least until we can sync with glibc.
3822 * getopt.c: Ditto.
3823 * getopt1.c: Ditto.
3824 * md5.c: Ditto.
3825 * obstack.c: Ditto.
9d969b59 3826
c6da642e
DD
38272000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3828
3829 * bsearch.c: New file.
3830 * configure.in (funcs): Add bsearch.
3831 (AC_CHECK_FUNCS): Likewise.
3832 * configure, config.in: Regenerate.
3833
ae7d06ad 38342000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
3835
3836 * safe-ctype.c: #include "ansidecl.h".
3837 * strtod.c: Likewise.
3838
ae7d06ad 38392000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
3840
3841 * strtoul.c: Include safe-ctype.h, not ctype.h.
3842
ac424eb3
DD
38432000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
3844
3845 * safe-ctype.c: New file.
3846 * Makefile.in (CFILES): Add safe-ctype.c.
3847 (REQUIRED_OFILES): Add safe-ctype.o.
3848
3849 * argv.c: Define ISBLANK and use it, not isspace.
3850 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
3851 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
3852 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
3853 before calling TOLOWER(c)/TOUPPER(c).
3854
4415a860
DD
38552000-12-07 Mike Stump <mrs@wrs.com>
3856
3857 * Makefile.in (distclean): When cleaning, remove testsuite.
3858
849ee224
DD
38592000-12-05 Jason Merrill <jason@redhat.com>
3860
3861 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
3862 name before allocating the dyn_string.
3863
ae7d06ad 38642000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
3865
3866 * cp-demangle.c: s/new_abi/v3/.
3867 * cplus-dem.c: Likewise.
3868 (current_demangling_style): Now auto_demangling.
3869 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 3870 (main): Use standard symbol chars for auto_demangling.
e49a569c 3871
ae7d06ad 38722000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
3873
3874 * hashtab.c (higher_prime_number): Use a table, rather than a
3875 seive, to find the next prime.
ae7d06ad
NC
3876
38772000-11-22 H.J. Lu <hjl@gnu.org>
3878
3879 * cplus-dem.c (main): Handle gnat_demangling.
3880
38812000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
3882
3883 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
3884 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
3885 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
3886 argument form of AC_DEFINE in dummy definitions block. Use
3887 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
3888 in dummy block. Preload cache variables instead of bypassing
3889 tests, where possible.
3890 * acconfig.h: Removed.
ae7d06ad 3891
2ea7befd
DD
3892 * xmalloc.c (xmalloc_failed): New function, does error
3893 reporting on failed allocation.
3894 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 3895
f1775526
HPN
38962000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
3897
3898 * cplus-dem.c (cplus_demangle): Fix formatting.
3899 (grow_vect): Ditto.
3900 (ada_demangle): Ditto.
3901 (internal_cplus_demangle): Ditto.
3902 (mop_up): Ditto.
3903
39042000-11-21 H.J. Lu <hjl@gnu.org>
3905
3906 * cplus-dem.c (main): Handle java_demangling.
3907
ae7d06ad 39082000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
3909
3910 * cplus-dem.c (grow_vect): Prototype.
3911 (ada_demangle): Cast the arg of ctype macros to unsigned char.
3912
5dd42ef4
HPN
39132000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
3914
3915 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
3916 parameter `option'.
3917
296731c1
DD
39182000-11-15 Kenneth Block <kenneth.block@compaq.com>
3919
8944fb9d 3920 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
3921 be used in GCC.
3922
6e53a714 39232000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 3924
5dd42ef4 3925 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
3926 list.
3927
99a4c1bd
HPN
39282000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
3929
3930 * hashtab.c (htab_expand): Change to return int. Use calloc or
8aefe91a
DD
3931 xcalloc depending on htab->return_allocation_failure. Return zero
3932 if calloc fails.
99a4c1bd
HPN
3933 (htab_create): Update comment to cover memory allocation.
3934 (htab_try_create): New.
3935 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
8aefe91a 3936 Update comment to cover this.
99a4c1bd 3937
e0f3df8f
HPN
39382000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3939
3940 * hashtab.c: Change void * to PTR where necessary.
3941 (htab_create, htab_expand): Correct formatting of comment before
3942 function.
3943
ae7d06ad 39442000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
3945
3946 * cp-demangle.c (string_list_def): Add caret_position and comments.
3947 (result_caret_pos): New macro.
3948 (result_append_string): Rename to...
3949 (result_add_string): ... this, and insert at caret position.
ae7d06ad 3950 Rename throughout.
59666b35
DD
3951 (result_append): Rename to...
3952 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 3953 throughout.
59666b35
DD
3954 (result_append_char): Rename to...
3955 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 3956 throughout.
59666b35
DD
3957 (result_append_space): Remove.
3958 (string_list_new): Initialize caret position.
3959 (result_add_separated_char): Use caret position.
3960 (result_get_caret): New funtion.
3961 (result_set_caret): Likewise.
3962 (result_shift_caret): Likewise.
3963 (result_previous_char_is_space): Likewise.
3964 (substitution_start): Use caret position.
3965 (substitution_add): Likewise.
3966 (demangling_new): Initialize caret position.
3967 (demangle_encoding): Use caret position.
ae7d06ad 3968 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
3969 (demangle_type_ptr): Use switch statement. Handle pointers to
3970 arrays. Don't use result_append_space. Use caret position.
3971 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
3972 call to demangle_array_type.
3973 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 3974
ae7d06ad 39752000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
3976
3977 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
3978
39792000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
3980
3981 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
3982
39832000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3984
3985 * splay-tree.c: #include <stdio.h>.
3986
39872000-09-14 Hans-Peter Nilsson <hp@axis.com>
3988
3989 * testsuite/demangle-expected: Add two tests for anonymous
3990 namespaces.
3991 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
3992
39932000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
3994
3995 * splay-tree.c (splay_tree_predecessor): New function.
3996 (splay_tree_successor): Likewise.
ae7d06ad
NC
3997
39982000-09-10 Hans-Peter Nilsson <hp@axis.com>
3999
4000 * testsuite/demangle-expected: Add four tests for type_info
4001 mangling.
4002 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
4003 for a non-template non-qualified type_info function or node.
4004
40052000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4006
4007 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
4008
40092000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4010
4011 * md5.c: #include "ansidecl.h".
4012
40132000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4014
4015 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
4016 (demangle_type): Handle substitution candidates correctly in the
4017 face of special substitutions.
ae7d06ad
NC
4018
40192000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4020
4021 * cp-demangle.c (demangle_encoding): Rename variable.
4022 (demangle_name): Rename parameter. Handle return type
4023 suppression.
4024 (demangle_nested_name): Rename parameter.
4025 (demangle_prefix): Likewise. Change return type suppression.
4026 (demangle_unqualified_name): Add parameter. Flag constructors and
4027 conversion operators.
4028 (demangle_special_name): Fix comment.
4029 (demangle_type): Rename variable.
4030 (demangle_bare_function_type): Check for missing return type and
4031 parameter.
4032 (demangle_class_enum_type): Rename parameter.
4033 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
4034
40352000-08-31 DJ Delorie <dj@redhat.com>
4036
4037 * configure.in (Cygwin): special case cygwin only when we're
4038 building cygwin, not when we're hosting cygwin.
4039
40402000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4041
4042 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
4043 <expression>.
ae7d06ad
NC
4044
40452000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4046
4047 * cp-demangle.c (demangle_type_ptr): Increment position past
4048 pointer and reference characters.
ae7d06ad
NC
4049
40502000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4051
4052 * cp-demangle.c (demangle_nv_offset): New function.
4053 (demangle_v_offset): Likewise.
4054 (demangle_call_offset): Likewise.
4055 (demangle_special_name): Update thunk demangling to comply with
4056 ABI changes.
ae7d06ad
NC
4057
40582000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4059
4060 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
4061 (substitution_def): Remove template_parm_number.
4062 (NOT_TEMPLATE_PARM): Remove.
4063 (result_insert_string): New macro.
4064 (result_insert): Likewise.
4065 (result_insert_char): Likewise.
4066 (substitution_add): Remove last parameter. Don't store template
4067 parm number.
4068 (BFT_NO_RETURN_TYPE): Define as NULL.
4069 (demangle_encoding): Adjust call to demangle_bare_function_type.
4070 (demangle_name): Adjust substitution. Adjust call to
4071 substitution_add.
4072 (demangle_prefix): Adjust call to substitution_add.
4073 (demangle_identifier): Handle anonymous namespaces.
4074 (demangle_operator_name): Change demangling of vendor-extended
4075 operator to match ABI changes.
4076 (demangle_type_ptr): Change parameters. Make recursive. Handle
4077 substitutions here.
4078 (demangle_type): Adjust calls to demangle_template_param,
4079 substitution_add, and demangle_type_ptr. Fix substitution of
4080 templated types.
4081 (demangle_function_type): Change parameter to a pointer.
4082 (demangle_bare_function_type): Likewise. Adjust insertion point.
4083 (demangle_template_param): Remove last parameter.
4084 (demangle_expr_primary): Remove unused variable. Adjust call to
4085 demangle_template_param.
4086 (is_mangled_char): Accept `$' and `.'.
4087 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
4088 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
4089
40902000-08-31 Hans-Peter Nilsson <hp@axis.com>
4091
4092 * testsuite/demangle-expected: Add nine tests for
4093 underscore-after-number followed by five tests for name-signature
4094 delimiter.
4095
40962000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
4097
4098 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
4099
41002000-08-28 Jason Merrill <jason@redhat.com>
4101
4102 * Makefile.in (REQUIRED_OFILES): Add md5.o.
4103 (CFILES): Add md5.c.
4104 * md5.c: New file.
4105
41062000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4107
4108 * cp-demangle.c (demangle_name): Initialize template_p in local
4109 name case. Don't re-add substitutions as candidates.
4110 (demangle_nested_name): Use <unqualified-name>.
4111 (demangle_prefix): Likewise. Don't add template names as
4112 substitution candidates twice, or re-add a substitution or the
4113 last prefix component.
4114 (demangle_local_name): Adjust output format.
ae7d06ad
NC
4115
41162000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4117
4118 * cp-demangle.c (result_add_separated_char): Change parameter to
4119 int.
4120 (substitution_add): Don't check for duplicates. Check if
4121 previously allocated size is zero.
4122 (demangle_name): Remove duplicate check for std substitution.
4123 Clear template flag appropriately.
4124 (demangle_prefix): Remove argument to demangle_substitution.
4125 Don't check that template flag is already set.
4126 (demangle_operator_name): Add pt operator.
4127 (demangle_type): Don't treat r as built-in type. Remove argument
4128 to demangle_substitution. Fix substitution candidate mechanics.
4129 Handle <template-template-parm>s. Improve comments.
4130 (demangle_template_param): Don't handle template arg lists here.
4131 (demangle_substitution): Remove parameter.
4132 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
4133
41342000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
4135
4136 * libiberty/random.c (end_ptr): Revert previous change.
ae7d06ad
NC
4137
41382000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
4139
4140 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
4141 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
4142 * libiberty/random.c (end_ptr): Likewise.
ae7d06ad
NC
4143
41442000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
4145
4146 * cp-demangle.c (result_close_template_list): Remove function.
4147 (result_add_separated_char): New function.
4148 (result_open_template_list): New macro.
4149 (result_close_template_list): Likewise.
4150 (demangle_prefix): Don't set template_p if the
4151 prefix ends with a ctor name.
4152 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
4153 (demangle_type): Check for template args after substitution.
4154 (demangle_template_args): Use result_open_template_list.
d3e85005 4155
ae7d06ad 41562000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 4157
ae7d06ad 4158 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 4159
ae7d06ad 41602000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
4161
4162 * config/mh-openedition.h: Added -DLE370 definition.
4163
a9f34fb6
JL
41642000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
4165
4166 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
4167 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
4168 Cast program to 'char *' in errmsg_arg assignment.
4169 (PWAIT_ERROR): Define.
4170 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
4171 to DJGPP's WIF* macros.
4172
90aaccd1 41732000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 4174 Jeff Law <law@cygnus.com>
90aaccd1 4175
ae7d06ad 4176 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 4177
90aaccd1 4178 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
4179 * rename.c: Include config.h, unistd.h
4180 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 4181
6ef554e3
HPN
41822000-07-24 Hans-Peter Nilsson <hp@axis.com>
4183
4184 * cplus-dem.c (work_stuff_copy_to_from): New.
4185 (delete_non_B_K_work_stuff): New.
4186 (delete_work_stuff): New.
4187 (mop_up): Break out work_stuff partly destruction to
4188 delete_non_B_K_work_stuff.
4189 (iterate_demangle_function): New.
4190 (demangle_prefix): Call iterate_demangle_function instead of
4191 demangle_function_name. Leave handling of name-signature
4192 __-delimiters to iterate_demangle_function.
4193 (demangle_integral_value): Strip an optional
4194 following underscore cautiously. Handle negative numbers.
4195
ae7d06ad 41962000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 4197
ae7d06ad 4198 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
4199 if (AUTO_DEMANGLING || GNU_DEMANGLING)
4200
ae7d06ad
NC
42012000-07-21 Alex Samuel <samuel@codesourcery.com>
4202
4203 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
4204 allocating ctor mangling.
4205 (demangle_array_type): Handle empty and non-constant array length.
4206
b1233257 42072000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
4208 Jeff Law <law@cygnus.com>
4209
4210 * configure.in (AC_CHECK_HEADERS): Add time.h.
4211 (AC_HEADER_TIME): Add check.
4212 * configure, config.in: Regenerate.
4213 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
4214
4215 * configure.in (AC_CHECK_HEADERS): Add limits.h.
4216 * configure, config.in: Regenerate.
4217 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
4218 * strtol.c, strtoul.c: #include "config.h". Portably #include
4219 <limits.h> and/or <sys/param.h>.
4220 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 4221
7d3ffcaf
JL
4222 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
4223 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
4224 * configure, config.in: Regenerate.
4225 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
4226
b1233257
JL
4227 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
4228
ae7d06ad
NC
42292000-07-21 Mike Stump <mrs@wrs.com>
4230
4231 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
4232 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
4233
42342000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4235
4236 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
4237
4238 * setenv.c (setenv): Initialize variable `ep'.
4239
4240 * sigsetmask.c (abort): Prototype.
4241
4242 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
4243 __STDC__ for stdarg.h include.
4244 (int_vasprintf): Prototype.
4245 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
4246 definition. Cast `global_total_width' in comparison.
4247 (main): Prototype. Return a value.
4248
4249 * vfork.c (fork): Prototype.
4250
4251 * xexit.c: Include config.h.
4252
9adf30b2
JL
42532000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
4254
4255 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
4256 and print it with %u.
4257
2ed78d1b
HPN
42582000-07-17 Hans-Peter Nilsson <hp@axis.com>
4259
4260 * testsuite/regress-demangle (failed test): Show result and
4261 expected output.
4262
0473bdf7
AH
42632000-07-07 Andrew Haley <aph@cygnus.com>
4264
4265 * cplus-dem.c (main): fflush() after emitting last char before
4266 waiting for input.
4267
03d5f569
JM
42682000-06-28 Alex Samuel <samuel@codesourcery.com>
4269
4270 * cp-demangle.c (demangle_encoding): Accept no substitutions.
4271 (demangle_name): Handle <substitution> followed by
4272 <unqualified-template-name>.
4273 (demangle_type): Follow special substitutions with
4274 <class-enum-type>
4275 (demangle_subtitution): Set template_p for special substitutions.
4276 (main): Fix typos.
ae7d06ad 4277
03d5f569
JM
42782000-06-27 Alex Samuel <samuel@codesourcery.com>
4279
4280 * cp-demangle.c (demangle_special_name): Swap base and derived
4281 class when demangling construction vtables.
4282
42832000-06-21 Alex Samuel <samuel@codesourcery.com>
4284
4285 * cp-demangle.c: Don't include ctype.h.
4286 (IS_DIGIT): New macro.
4287 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
4288 instead of isdigit and isalpanum.
4289 (demangling_def): Make name and next const pointers.
4290 (STATUS_ALLOCATION_FAILED): New status code.
4291 (dyn_string_append_space): Handle failure in
4292 dyn_string_append_char.
4293 (int_to_dyn_string): Likewise. Change return value to status_t.
4294 (string_list_new): Handle failure of dyn_string_init.
4295 (result_close_template_list): Change return type to status_t.
4296 Handle failure in dyn_string_append.
4297 (result_push): Change return value to status_t. Handle failure in
4298 string_list_new. Handle failure of result_push throughout.
4299 (substitution_add): Change return value to status_t. Handle
4300 dyn_string failures. Handle failure of substitution_add
4301 throughout.
4302 (template_arg_list_new): Return NULL on allocation failure.
4303 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
4304 Handle error result throughout.
4305 (result_append): Likewise.
4306 (result_append_char): Likewise.
4307 (result_append_space): Likewise.
4308 (demangling_new): Make argument a const pointer. Handle
4309 allocation failures.
4310 (demangle_template_args): Handle failure in template_arg_list_new
4311 and result_close_template_list.
4312 (demangle_discriminator): Return if int_to_dyn_string fails.
4313 (cp_demangle): Likewise.
4314 (cp_demangle_type): New function.
4315 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
4316 memory allocation failure.
4317 (main): Likewise.
4318 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
4319 IN_LIBGCC2.
4320 (dyn_string_init): Change return value to int. Handle
4321 RETURN_ON_ALLOCATION_FAILURE case.
4322 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
4323 (dyn_string_release): Delete the dyn_string.
4324 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
4325 (dyn_string_copy): Change return type to int.
4326 (dyn_string_copy_cstr): Likewise.
4327 (dyn_string_prepend): Likewise.
4328 (dyn_string_prepend_cstr): Likewise.
4329 (dyn_string_insert): Likewise.
4330 (dyn_string_insert_cstr): Likewise.
4331 (dyn_string_append): Likewise.
4332 (dyn_string_append_cstr): Likewise.
4333 (dyn_string_append_char): Likewise.
4334 (dyn_string_substring): Likewise.
ae7d06ad 4335
eb383413 43362000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 4337
eb383413
L
4338 * cp-demangle.c (demangle_operator_name): Add spaces before
4339 names beginning with a letter: delete, delete[], new, new[],
4340 sizeof.
4341 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 4342
eb383413
L
4343Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
4344
4345 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
4346
4347Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
4348
4349 * cp-demangle.c (stdio.h): File included unconditionaly.
4350 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
4351 * dyn-string.c (stdio.h): File included.
4352 * partition.c (partition_print): No `&' needed to take the address of
4353 a function.
4354
43552000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4356
4357 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 4358
eb383413
L
4359 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
4360
4361 * cp-demangle.c (demangle_char): Change parameter from char to int.
4362 (demangle_expression, demangle_expr_primary): Remove extra
4363 semi-colon in prototype.
4364
4365 * dyn-string.c (dyn_string_append_char): Change parameter from
4366 char to int.
4367
4368 * memcmp.c (memcmp): Constify.
4369
4370 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
4371 __extension__.
4372
4373 * partition.c (elem_compare): Prototype. Don't cast away
4374 const-ness.
4375
4376 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 4377
eb383413
L
43782000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4379
4380 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
4381
4382 * cp-demangle.c: Include demangle.h.
4383 (template_arg_list_new): DeANSIfy.
4384 (cp_demangle): Make static and add prototype.
4385 (operator_code, operators): Constify.
4386 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
4387
43882000-06-05 Alex Samuel <samuel@codesourcery.com>
4389
4390 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
4391 unsigned char.
4392 (demangle_unqualified_name): Likewise.
4393 (demangle_number_literally): Likewise.
4394 (demangle_type): Likewise.
4395 (demangle_substitution): Likewise.
4396 (is_mangled_char): Likewise, for isalnum.
4397
43982000-06-04 Alex Samuel <samuel@codesourcery.com>
4399
4400 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
4401 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
4402 (cp-demangle.o): New dependency.
4403 (dyn-string.o): Likewise.
4404
4405 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
4406
4407 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
4408 demangler.
4409 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
4410 demangling mode.
4411 (gnu_new_abi_symbol_characters): New function.
4412 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
4413 file.
4414 * cp-demangle.c: New file.
ae7d06ad 4415
f03aa80d
AC
4416Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
4417
4418 * floatformat.c: Add name to each floatformat field.
4419
77bfb694
JL
4420Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
4421
4422 * Makefile.in (objalloc.o): Depend on config.h
4423
5c82d20a
ZW
44242000-05-29 Zack Weinberg <zack@wolery.cumb.org>
4425
eb383413 4426 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
4427 if HAVE_STRING_H.
4428 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
4429 * objalloc.c: Include config.h. Include stdlib.h and don't
4430 declare malloc or free if HAVE_STDLIB_H.
4431 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
4432 else declare malloc without prototype. Include string.h if
4433 HAVE_STRING_H, else declare memset without prototype. Don't
4434 include stddef.h.
4435
eb383413
L
44362000-05-23 Mike Stump <mrs@wrs.com>
4437
4438 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
8aefe91a 4439 -j3.
eb383413
L
4440
44412000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
4442
4443 * xmalloc.c: Include config.h for HAVE_SBRK definition.
4444
44452000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4446
ae7d06ad 4447 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
4448 probably zero, also eliminate a warning on alpha.
4449
44502000-05-15 David Edelsohn <edelsohn@gnu.org>
4451
4452 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
4453 on $(enable_shared).
4454
44552000-05-10 Jakub Jelinek <jakub@redhat.com>
4456
4457 * config.table: Use mh-sparcpic for sparc*-*-*.
4458
44592000-05-08 Nick Clifton <nickc@cygnus.com>
4460
4461 * Makefile.in (CFILES): Add strncmp.c.
4462 (NEEDED): Add strncmp.
4463
44642000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 4465
eb383413
L
4466 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
4467 Cast the arguments to `islower' to `unsigned char'.
4468 (print_demangler_list): Prototype.
4469
4470Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
4471
4472 * sort.c (UCHAR_MAX): Provide fallback definition.
4473
44742000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
4475
4476 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
4477 SUBDIRS.
4478
eb383413
L
44792000-04-28 Kenneth Block <block@zk3.dec.com>
4480 Jason Merrill <jason@casey.cygnus.com>
4481
ae7d06ad
NC
4482 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
4483 (cplus_demangle_set_style): New function for setting style.
4484 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
4485
44862000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4487
4488 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
4489
4490 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
4491 (libiberty_AC_FUNC_STRNCMP): Invoke.
4492
4493 * strncmp.c: New file.
4494
4495Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
4496
4497 * hashtab.c (htab_expand): Add prototype.
4498 (find_empty_slot_for_expand): Likewise.
4499
45002000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4501
4502 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
4503 match prototype.
4504 (htab_expand): Cast the return value of xcalloc.
4505
45062000-04-24 Mark Mitchell <mark@codesourcery.com>
4507
4508 * hashtab.c (hash_pointer): New function.
4509 (eq_pointer): Likewise.
4510 (htab_hash_pointer): New variable.
4511 (htab_eq_pointer): Likewise.
4512
45132000-04-23 Mark Mitchell <mark@codesourcery.com>
4514
4515 * sort.c (sort_pointers): Fix endianness bugs.
4516
4517 * sort.c: New file.
4518 * Makefile.in (CFILES): Add sort.c
4519 (REQUIRED_OFILES): Add sort.o.
4520 (sort.o): New target.
4521
19be4303
JL
45222000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4523
4524 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
4525 4.3BSD systems.
4526
eb383413
L
4527Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4528
4529 * hashtab.c: Various minor cleanups.
4530 (htab_find_slot_with_hash): INSERT is now enum insert_option.
4531 (htab_find_slot): Likewise.
4532
45332000-04-16 Dave Pitts <dpitts@cozx.com>
4534
4535 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 4536
afe36a78
RH
45372000-04-05 Richard Henderson <rth@cygnus.com>
4538
4539 * splay-tree.c (splay_tree_remove): New.
4540
eb383413
L
45412000-03-30 Mark Mitchell <mark@codesourcery.com>
4542
4543 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
4544 codes.
4545 (htab_find_with_hash): Likewise.
4546 (htab_find_slot_with_hash): Likewise.
ae7d06ad 4547
eb383413
L
45482000-03-29 Zack Weinberg <zack@wolery.cumb.org>
4549
4550 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
4551 unless it will be used. Rearrange loop for better
4552 optimization.
4553 (higher_prime_number): Add static prototype.
4554
b4fe2683
JM
4555Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
4556
4557 * Makefile.in (partition.o): Depend on config.h
4558
45592000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
4560
4561 * hashtab.c (find_empty_slot_for_expand): New function.
4562 (htab_expand): Use it instead of htab_find_slot.
4563 (htab_find_with_hash): Renamed from htab_find; now accepts extra
4564 argument HASH.
4565 (htab_find_slot_with_hash): Likewise for htab_find_slot.
4566 (htab_find): New wrapper function.
4567 (htab_find_slot): Likewise.
4568 (htab_traverse): Pass slot, not entry, to called function.
4569
45702000-03-09 Alex Samuel <samuel@codesourcery.com>
4571
4572 * Makefile.in (CFILES): Add partition.c.
4573 (REQUIRED_OFILES): Add partition.o.
4574 (partition.o): New rule.
4575 * partition.c: New file.
ae7d06ad 4576
b4fe2683
JM
45772000-03-09 Zack Weinberg <zack@wolery.cumb.org>
4578
4579 * hashtab.c (htab_create): Set del_f.
4580 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
4581 Use it.
4582
45832000-03-08 Zack Weinberg <zack@wolery.cumb.org>
4584
4585 * hashtab.c: Remove debugging variables (all_searches,
4586 all_collisions, all_expansions). Delete
4587 all_hash_table_collisions.
4588 (create_hash_table, delete_hash_table, empty_hash_table,
4589 find_hash_table_entry, remove_element_from_hash_table_entry,
4590 clear_hash_table_slot, traverse_hash_table, hash_table_size,
4591 hash_table_elements_number, hash_table_collisions): Rename to:
4592 htab_create, htab_delete, htab_empty, htab_find_slot,
4593 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
4594 htab_elements, htab_collisions.
4595 (htab_find): New function, handles common case where you don't
4596 plan to add or delete an entry.
4597 (htab_expand): Don't create a whole new table, just a new
4598 entry vector.
4599 (htab_find_slot): Simplify logic.
4600
08372f14
ILT
46011999-08-03 Ian Lance Taylor <ian@zembu.com>
4602
4603 * floatformat.c: Add casts to avoid signed/unsigned warnings.
4604 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
4605
4606 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
4607 $(TARGETLIB)n so it works on MSDOS.
4608 (install_to_tooldir): Likewise.
4609
9c8ac5a9
ILT
46101999-07-21 Ian Lance Taylor <ian@zembu.com>
4611
4612 From Mark Elbrecht:
4613 * makefile.dos: Remove; obsolete.
8f36e47c 4614 * configure.bat: Remove; obsolete.
9c8ac5a9 4615
0c0a36a4
ILT
46161999-07-11 Ian Lance Taylor <ian@zembu.com>
4617
4618 * splay-tree.c (splay_tree_insert): Add initialization to avoid
4619 warning.
4620
46212000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4622
4623 * pexecute.c: Conditionally include string.h.
b4fe2683 4624 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
4625
46262000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4627
4628 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
4629 we're using gcc.
4630
4631 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
4632
46331999-12-27 Geoff Keating <geoffk@cygnus.com>
4634
4635 * vasprintf.c (int_vasprintf): Don't re-read the format character
4636 as this mishandles strings like '%%s'.
4637
46381999-12-05 Mark Mitchell <mark@codesourcery.com>
4639
4640 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
4641 rather than struct splay_tree_node.
4642 (splay_tree_insert): Use struct splay_tree_s rather than struct
4643 splay_tree.
4644
4645Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
4646
4647 * hashtab.c (sys/types.h): File included.
4648
46491999-11-22 Jason Merrill <jason@casey.cygnus.com>
4650
4651 * strtoul.c, strtol.c, random.c: Remove advertising clause from
4652 BSD license, pursuant with
4653
4654 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
4655
4656Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
4657
4658 * hashtab.c: Include stdio.h.
4659
4660Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
4661
4662 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
4663
4664Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
4665
4666 * xstrdup (sys/types.h): Include this file.
4667
46681999-10-28 Nathan Sidwell <nathan@acm.org>
4669
4670 * Makefile.in (SUBDIRS): New macro.
4671 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
4672 avoid multiple subdirectory cleaning.
4673 (*-subdir): Use SUBDIRS.
4674
46751999-10-25 Jim Kingdon <http://developer.redhat.com/>
4676
4677 * cplus-dem.c: Move declarations of standard_symbol_characters and
4678 hp_symbol_characters inside #ifdef MAIN to avoid compiler
4679 warnings.
4680
46811999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
4682
4683 * hashtab.c (find_hash_table_entry): When returning a
4684 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
4685 (clear_hash_table_slot): New function which deletes an entry
4686 by its position in the table, not its value.
4687 (traverse_hash_table): New function which calls a hook
4688 function for every live entry in the table.
4689
46901999-10-19 Mark Mitchell <mark@codesourcery.com>
4691
4692 * cplus-dem.c (INTBUF_SIZE): New macro.
4693 (string_append_template_idx): New function.
4694 (demangle_expression): Likewise.
4695 (demangle_integral_value): Use it.
4696 (demangle_real_value): New function, split out from ...
4697 (demangle_template_value_parm): ... here. Use
4698 string_append_template_idx. Use demangle_real_value.
4699 (demangle_template): Use string_append_template_idx.
4700 (demangle_qualified): Use consume_count_with_underscores.
4701 (get_count): Tweak formatting.
4702 (do_type): Use string_append_template_idx.
b4fe2683 4703
0c0a36a4
ILT
47041999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4705
4706 * calloc.c: Add a public domain notice.
4707
4708Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
4709
4710 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
4711
4712Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
4713
4714 * Makefile.in (CFILES): Add hashtab.c
4715 (REQUIRED_OFILES): Add hashtab.o
4716 (hashtab.o): Add dependencies.
4717 * hashtab.c: New file
4718
4719Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
4720
4721 * basename.c (DIR_SEPARATOR): New macro.
4722 (DIR_SEPARATOR_2): Likewise.
4723 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
4724 (IS_DIR_SEPARATOR): Likewise.
4725 (main): Handle MSDOS style pathname.
4726
47271999-10-11 Mark Mitchell <mark@codesourcery.com>
4728
4729 * cplus-dem.c (do_type): Handle pointer to member types whose
4730 enclosing classes have namespace scope.
4731
4732Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
4733
4734 * config.table: Provide a backup shell for executing move-if-change.
4735
47361999-10-02 Mark Mitchell <mark@codesourcery.com>
4737
4738 * xmalloc.c (xmalloc): Fix spelling error.
4739 (xcalloc, xrealloc): Likewise.
4740
47411999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4742
4743 * cplus-dem.c (fancy_abort, demangle_integral_value,
4744 demangle_arm_hp_template, recursively_demangle,
4745 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
4746 (program_name, program_version, fatal): Constify a char*.
4747 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
4748 (main): Call return, not exit.
4749
47501999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4751
4752 * choose-temp.c: Remove obsolete comment about gcc.
4753 (make_temp_file): Constify a char*.
4754
4755Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4756
4757 * xmemdup.c: Include sys/types.h.
4758
47591999-09-07 Jeff Garzik <jgarzik@pobox.com>
4760
4761 * xmemdup.c: New xmemdup function.
4762 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
4763
4764Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
4765
b4fe2683 4766 * config.table: Add openedition target.
0c0a36a4
ILT
4767 * config/mh-openedition: New file.
4768
4769Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
4770
4771 * pexecute.c (pexecute): Fill in temp_base when needed.
4772
47731999-08-31 Richard Henderson <rth@cygnus.com>
4774
4775 * getpwd.c: Check HAVE_GETCWD before defining it away.
4776
47771999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4778
4779 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
4780 (REQUIRED_OFILES): Add getpwd.o.
4781 (getpwd.o): Add target.
4782
4783 * configure.in (AC_PREREQ): Bump to 2.13.
4784 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
4785
4786 * getpwd.c: New file, moved here from gcc.
4787
47881999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4789
4790 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
4791 comparing against a signed quantity.
4792 (arm_special): Likewise.
4793 (demangle_fund_type): Likewise.
4794 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 4795 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
4796 (main): Constify variable `valid_symbols'.
4797
4798Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
4799
4800 * strtoul.c (strtoul): Add parentheses around && within ||.
4801
4802Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
4803
4804 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
4805 libdir, libsubdir and tooldir.
4806
48071999-08-01 Mark Mitchell <mark@codesourcery.com>
4808
4809 * splay-tree.c (splay_tree_insert): Return the new node.
4810
35ca97ea
RH
48111999-07-14 Richard Henderson <rth@cygnus.com>
4812
b4fe2683 4813 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
4814 prototyping directly.
4815 * choose-temp.c: Conditionally include string.h.
4816
0c0a36a4
ILT
48171999-07-12 Jason Merrill <jason@yorick.cygnus.com>
4818
4819 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
4820
af32ff69
ILT
48211999-07-11 Ian Lance Taylor <ian@zembu.com>
4822
4823 * splay-tree.c (splay_tree_insert): Add initialization to avoid
4824 warning.
4825
0c0a36a4
ILT
48261999-07-07 Jason Merrill <jason@yorick.cygnus.com>
4827
4828 * Makefile.in (needed-list): Only include stuff we actually need
4829 for libstdc++.
4830
48311999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4832
4833 * configure.in (checkfuncs): Add gettimeofday.
4834 * config.in, configure: Regenerated.
4835
4836Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
4837
4838 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
4839 the test fails.
4840 * configure: Regenerate.
4841
48421999-06-10 Mike Stump <mrs@wrs.com>
4843
4844 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
4845 parallel builds.
4846
48471999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4848
4849 * putenv.c: Include ansidecl.h to define `const'.
4850 * setenv.c: Likewise.
4851
4852Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
4853
4854 * Makefile.in (CFILES): Add putenv.c and setenv.c.
4855 * configure.in (funcs): Add putenv and setenv.
4856 (AC_CHECK_FUNCS): Check for putenv and setenv.
4857 * configure: Rebuilt.
4858 * putenv.c setenv.c: New files.
4859
4860 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
4861 bytes of space using malloc.
4862
4863Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
4864
4865 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
4866 the *mangled pointer beyond the end of the string. Clean up code to
4867 match prevailing coding style.
4868
48691999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4870
4871 * tmpnam.c (L_tmpnam): Fix typo.
4872
4873Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
4874
4875 * cplus-dem.c (standard_symbol_characters): Renamed from
4876 standard_symbol_alphabet. No longer modify TABLE.
4877 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
4878 modify TABLE.
4879 (main): Corresponding changes. Use strchr to determine if a
4880 character is valid.
4881
e9868447
JB
48821999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
4883
4884 * cplus-dem.c (main): Use table lookup to distinguish identifier
4885 characters from non-identifier characters.
4886 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
4887
33fbbfbc
RH
4888Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
4889
4890 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
4891 * getruntime.c: Only attempt to include sys/resource.h and
4892 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
4893 are defined.
4894
0c0a36a4
ILT
4895Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
4896
4897 * configure.in (alloca detection): Handle alloca directly for interix.
4898 * configure: Rebuilt.
4899
4900Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
4901
4902 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
4903
252b5132
RH
49041999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4905
4906 Fix from Dale Hawkins:
b4fe2683 4907 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
4908 reallocated properly if we use it again.
4909
4910 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
4911 stricter about syntax. Always null-terminate string.
4912
c1687039
ILT
4913Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
4914
4915 * configure.in (checkfuncs): Check for sbrk.
4916 * config.in: Rebuilt.
4917 * configure: Likewise.
4918 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
4919
0c0a36a4
ILT
49201999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
4921
4922 Fix from Marcus Daniels:
4923 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
4924 identifier looking for another underscore.
4925
4926Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
4927
4928 * pexecute.c: Change all references to __UWIN__ to _UWIN.
4929 * xmalloc.c: Likewise.
4930 (xcalloc): UWIN has sbrk.
4931 (xrealloc): Fix guard macro.
4932
252b5132
RH
49331999-04-11 Richard Henderson <rth@cygnus.com>
4934
4935 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
4936 or <alloca.h>.
4937 * clock.c (GNU_HZ): New definition.
4938 (clock): Use it.
4939 * getruntime.c: Likewise.
4940
4941 * config.table: Use mh-beos.
4942 * config/mh-beos: New file.
4943
0c0a36a4
ILT
49441999-04-11 Mark Mitchell <mark@codesourcery.com>
4945
4946 * cplus-dem.c (demangle_template_value_parm): Handle
4947 pointers-to-members.
4948 (do_type): Handle template parameters as qualifiers.
4949
252b5132
RH
49501999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
4951
4952 * cplus-dem.c: Attempt to handle overflows in counts with some
4953 semblance of grace.
4954 (consume_count): Detect overflows. Return -1 to indicate errors,
4955 instead of zero.
4956 (demangle_template_value_parm, demangle_template): Handle change
4957 to consume_count's return convention.
4958
0c0a36a4
ILT
49591999-04-05 Tom Tromey <tromey@cygnus.com>
4960
4961 * testsuite/regress-demangle: New file.
4962 * testsuite/demangle-expected: New file.
252b5132 4963
0c0a36a4
ILT
4964 * Makefile.in (all, check, installcheck, info, install-info,
4965 clean-info, dvi, install, etags, tags, mostlyclean, clean,
4966 distclean, maintainer-clean, realclean): Depend on corresponding
4967 `-subdir' target.
4968 (all-subdir check-subdir installcheck-subdir info-subdir
4969 install-info-subdir clean-info-subdir dvi-subdir
4970 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
4971 distclean-subdir maintainer-clean-subdir): New target.
4972 * testsuite/Makefile.in: New file.
4973 * configure: Rebuilt.
4974 * configure.in: Create testsuite/Makefile.
252b5132
RH
4975
49761999-04-02 Mark Mitchell <mark@codesourcery.com>
4977
4978 * splay-tree.h (splay_tree_compare_pointers): Define.
4979
49801999-03-30 Mark Mitchell <mark@codesourcery.com>
4981
4982 * splay-tree.c (splay_tree_compare_ints): Define.
4983
49841999-03-30 Tom Tromey <tromey@cygnus.com>
4985
4986 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
4987 don't advance input pointer.
4988 (demangle_class_name): If consume_count didn't find a count, do
4989 nothing. Don't bother with `strlen' sanity check; consume_count
4990 does it for us.
4991
49921999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4993
4994 From Art Haas <ahaas@neosoft.com>:
4995 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
4996 when doing arm or hp style.
4997 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 4998
252b5132
RH
4999Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
5000
5001 * pexecute.c (__CYGWIN32__): Rename to
5002 (__CYGWIN__): this.
5003 * xmalloc.c: Likewise.
5004
5005 Changes to support i386-pc-uwin.
5006 * configure.in (*-*-uwin*): Workaround for vfork bug.
5007 * configure: Regenerate.
5008 * pexecute.c (pexecute): Be like standard Unix.
5009 (pwait): Likewise.
5010 * xmalloc.c (first_break): Define.
5011 (xmalloc_set_program_name): Use.
5012 (xmalloc): Use.
5013
5014Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5015
5016 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
5017
5018Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
5019
5020 * config.table: Check cygwin*, not cygwin32*.
5021
5022Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
5023
5024 * Makefile.in: Change mkstemp -> mkstemps.
5025
5026Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
5027
5028 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
5029 * configure.in (funcs): Check for and conditionally add mkstemps to
5030 the list of functions libiberty will provide.
5031 * configure: Rebuilt.
b4fe2683 5032
252b5132
RH
5033Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
5034
b4fe2683 5035 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
5036 platforms that don't have HZ.
5037 * getruntime.c (HZ): Likewise.
5038
5039Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
5040
5041 * Makefile.in (xstrdup.o): Depend on config.h.
5042
5043Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
5044
5045 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
5046 freeing it.
5047
5048Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5049
5050 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
5051
5052Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5053
5054 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
5055 splay-tree.o.
5056
50571999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
5058
5059 * configure.in: Require autoconf 2.12.1 or higher.
5060
50611998-12-30 Michael Meissner <meissner@cygnus.com>
5062
5063 * random.c (NULL): Don't redefine NULL if it is already defined.
5064
5065Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5066
5067 * argv.c (buildargv): Cast the result of alloca in assignment.
5068
5069 * choose-temp.c: Include stdlib.h.
5070
5071 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
8aefe91a
DD
5072 (snarf_numeric_literal): Constify first parameter.
5073 (code_for_qualifier): Avoid a gcc extension, make the parameter an
5074 int, not a char.
252b5132
RH
5075 (demangle_qualifier): Likewise.
5076 (demangle_signature): Cast the argument of a ctype function to
5077 unsigned char.
5078 (arm_pt): Add parens around assignment used as truth value.
5079 (demangle_arm_hp_template): Constify variable `args'.
5080 (do_hpacc_template_const_value): Cast the argument of a ctype
5081 function to unsigned char.
5082 (do_hpacc_template_literal): Remove unused variable `i'.
5083 (snarf_numeric_literal): Constify parameter `args'.
5084 Cast the argument of a ctype function to unsigned char.
5085
5086 * floatformat.c (floatformat_to_double): Add explicit braces to
8aefe91a 5087 avoid ambiguous `else'.
252b5132
RH
5088
5089 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
8aefe91a
DD
5090 `cstart' and `cend' to unsigned char. Cast the argument of macro
5091 `FOLD', which uses ctype functions, to unsigned char.
252b5132
RH
5092
5093 * objalloc.c (free): Add prototype.
5094
5095Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
5096
5097 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
5098
5099Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
5100
5101 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
8aefe91a 5102 doesn't exist.
252b5132 5103 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 5104
252b5132
RH
5105Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5106
5107 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
5108 bumping the pointer we read from. Also prepend these codes,
5109 as we do in other places.
5110
51111998-12-18 Nick Clifton <nickc@cygnus.com>
5112
5113 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
5114 'const char *' in order to match its usage when calling siblings.
5115 (snarf_numeric_literal): Make first arg 'const char **' in order
5116 to match usage.
5117
5118Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5119
5120 * choose-temp.c: Don't check IN_GCC anymore.
5121
5122 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
5123 * memchr.c (memchr): Likewise.
5124 * memcpy.c (memcpy): Likewise.
5125 * memmove.c (memmove): Likewise.
5126
5127 * mkstemp.c: Don't check IN_GCC anymore.
5128 * pexecute.c: Likewise.
5129 * splay-tree.c: Likewise.
5130
5131 * strchr.c (strchr): Use `const', not `CONST'.
5132 * strrchr.c (strrchr): Likewise.
5133 * strtol.c (strtol): Likewise.
5134 * strtoul.c (strtoul): Likewise.
5135
5136Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
5137 Elena Zannoni <ezannoni@cygnus.com>
5138 Stan Shebs <shebs@cygnus.com>
5139 Edith Epstein <eepstein@cygnus.com>
5140 Andres MacLeod <amacleod@cygnus.com>
5141 Satish Pai <pai@apollo.hp.com>
5142
5143 * HP aCC demangling support.
5144 * cplus-dem.c
5145 (main): Remove default to HP style demangling, set to EDG
8aefe91a
DD
5146 demangling correctly when -edg specified; set the demangling style
5147 when user specifies 'edg'. Set strip_underscore to
5148 prepends_underscore, if not HPUXHPPA. Set
5149 current_demangling_style to hp_demangling if HPUXHPPA. Set
5150 current demangling style correctly if the switch is hp. Read
5151 label correctly also in the HP style case.
252b5132 5152 (work_stuff): add temp_start field; add field for volatile member
8aefe91a 5153 function.
252b5132 5154 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
8aefe91a 5155 style for this case is the same as ARM.
252b5132
RH
5156 (demangle_args): handle EDG_DEMANGLING style; support HP style.
5157 (demangle_arm_hp_template): new function. (It was
8aefe91a
DD
5158 demangle_arm_pt.); check and set value of temp_start field in
5159 multiple places. Also, when ceching for end of template args,
5160 check to see if at end of static member of template class.
252b5132 5161 (demangle_class): new local variable : save_class_name_end Don't
8aefe91a 5162 include template args in string defining class.
252b5132
RH
5163 (demangle_class_name): use demangel_arm_hp_template.
5164 (demangle_function_name): handle case where demangling style is
8aefe91a
DD
5165 HP_DEMANGLING and currently point at an 'X' in the mangled name.
5166 Handle EDG_DEMANGLING style. Handle constructor and destructor
5167 ops for HP style.
252b5132 5168 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
8aefe91a
DD
5169 styles. global destructor and constructor for HP style are same
5170 as for ARM style. Same for local variables.
252b5132
RH
5171 (demangle_qualified): handle EDG_DEMANGLING style.
5172 (demangle_signature): add case for volatile member function. For
8aefe91a
DD
5173 cases '1' - '9' : initialize the temp_start field to -1 and handle
5174 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
5175 and AUTO_DEMANGLING styles. If expecting a function and managed
5176 to demangle the funct args, then handle the LUCID_DEMANGLING,
5177 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
5178 class name after "Lnnn_ in HP style case. HP style too needs to
5179 forget types. _nnn is OK for HP style, so don't report failure.
252b5132 5180 (do_hpacc_template_const_value): new function. Handle template's
8aefe91a 5181 value param for HP/aCC.
252b5132 5182 (do_hpacc_template_literal): new function. Handle a template's
8aefe91a 5183 literal parameter for HP aCC.
252b5132
RH
5184 (recursively_demangle): new function
5185 (snarf_numeric_literal): new function.
5186 (usage): add 'edg' to the list of demangling styles; add hp switch
8aefe91a 5187 to message.
252b5132
RH
5188
5189Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
5190
5191 * pexecute.c: Remove obsolete ifdefed cygwin code.
5192
5193Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5194
5195 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
5196 * cplus-dem.c: Likewise. Conform to libiberty.h.
5197 * pexecute.c: Likewise.
5198 * splay-tree.c: Likewise.
5199
52001998-11-25 Mike Stump <mrs@wrs.com>
5201
5202 * Makefile.in (splay-tree.o): Add config.h dependency.
5203
5204Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5205
5206 * configure.in: Use AC_PREREQ(2.12.1).
5207
52081998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
5209
b4fe2683 5210 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
5211
5212Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
5213
5214 * mpw.c (mpw_access): Add missing parens.
5215
5216Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5217
5218 * configure.in: Call AC_HEADER_SYS_WAIT.
5219
5220 * pexecute.c: Include sys/wait.h when !IN_GCC.
5221
5222Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
5223
5224 * pexecute.c: revert back to checking old Cygwin
5225 preprocessor symbol until some time has passed.
5226
5227Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
5228
5229 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
5230 since it will now support similar constructs.
5231
5232Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5233
5234 * configure.in: Check for calloc.
5235
5236 * calloc.c: New file.
5237
5238 * xmalloc.c (xcalloc): New function.
5239
5240Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
5241
5242 *cplus-dem.c (demangle_prefix): Use the last "__"
5243 in the mangled name when looking for the signature. This allows
5244 template names to begin with "__".
5245
52461998-11-08 Mark Mitchell <mark@markmitchell.com>
5247
5248 * cplus-dem.c (type_kind_t): Add tk_reference.
5249 (demangle_template_value_parm): Handle it.
5250 (do_type): Use it for references, instead of tk_pointer.
5251
5252 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
5253 not internal_cplus_demangle.
5254
5255Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5256
5257 * choose-temp.c: Don't include gansidecl.h.
5258 * mkstemp.c: Likewise.
5259 * pexecute.c: Likewise.
5260
5261Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
5262
b4fe2683
JM
5263 * configure.in: detect cygwin* instead of cygwin32*
5264 * configure: regenerate
252b5132
RH
5265
5266Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5267
5268 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
8aefe91a
DD
5269 whether to include config.h. Possibly include unistd.h in the
5270 !IN_GCC case. Define VFORK_STRING as a printable function call
5271 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
5272 defined, include vfork.h. If VMS is defined, define vfork()
5273 appropriately. Remove vfork check on USG, we're using autoconf.
5274 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
5275 locally what string to use.
252b5132
RH
5276
52771998-10-26 Mark Mitchell <mark@markmitchell.com>
5278
5279 * splay-tree.c: Tweak include directives to make sure declarations of
5280 xmalloc and free are available.
5281
52821998-10-25 Mark Mitchell <mark@markmitchell.com>
5283
5284 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
5285 anonymous namespaces.
5286
52871998-10-23 Mark Mitchell <mark@markmitchell.com>
5288
5289 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
5290 with type_quals.
5291 (TYPE_UNQUALIFIED): New macro.
5292 (TYPE_QUAL_CONST): Likewise.
5293 (TYPE_QUAL_VOLATILE): Likewise.
5294 (TYPE_QUAL_RESTRICT): Likewise.
5295 (code_for_qualifier): New function.
5296 (qualifier_string): Likewise.
5297 (demangle_qualifier): Likewise.
5298 (internal_cplus_demangle): Use them.
5299 (demangle_signature): Likewise.
5300 (demangle_template_value_parm): Likewise.
5301 (do_type): Likewise.
5302 (demangle_fund_type)): Likewise.
5303
5304Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5305
5306 * splay-tree.c (splay_tree_foreach_helper): Make definition static
5307 to match prototype.
5308
53091998-10-21 Mark Mitchell <mark@markmitchell.com>
5310
5311 * splay-tree.c: New file.
5312 * Makefile.in (CFILES): Add it.
5313 (REQUIRED_OFILES): Likewise.
5314 (splay-tree.o): Add dependencies.
5315
5316Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5317
5318 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
5319 range of 'K' index.
5320
5321Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5322
5323 * choose-temp.c: Prototype mkstemps() when IN_GCC.
5324
5325 * cplus-dem.c (consume_count): Cast argument of ctype macro to
5326 `unsigned char'.
5327 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
5328 comparing against one.
5329 (cplus_mangle_opname): Likewise.
5330 (demangle_integral_value): Cast argument of ctype macro to
5331 `unsigned char'.
5332 (demangle_template_value_parm): Likewise.
5333 (demangle_template): Initialize variable `bindex'. Cast the
5334 result of `strlen' to (int) when comparing against one. Remove
5335 unused variable `start_of_value_parm'.
5336 (demangle_class_name): Cast the result of `strlen' to (int) when
5337 comparing against one.
5338 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
5339 (gnu_special): Likewise. Cast the result of `strlen' to (int)
5340 when comparing against one.
5341 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
5342 (get_count): Likewise.
5343 (do_type): Likewise. Cast the result of `strlen' to (int) when
5344 comparing against one.
5345 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
5346 (demangle_function_name): Cast the result of `strlen' to (int)
5347 when comparing against one.
5348
5349 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
5350 comparing against one.
5351
5352Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
5353
b4fe2683
JM
5354 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
5355 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
5356 * config.in, configure: Rebuilt.
252b5132
RH
5357
5358 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
5359 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
5360 * config.in, configure: Rebuilt.
5361
5362Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
5363
b4fe2683 5364 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
5365
5366Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
5367
5368 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
5369
5370Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
5371
5372 * Merge egcs & devo libiberty.
5373
ba8cb4ba 53741998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
252b5132
RH
5375
5376 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
5377
5378Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5379
5380 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
8aefe91a
DD
5381 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
5382 IN_GCC.
252b5132
RH
5383
5384 * vasprintf.c: Include stdarg.h/varargs.h first.
5385
5386 * vprintf.c: Likewise.
5387
5388Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
5389
5390 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
5391 is the canonical copy. Define ISSPACE if !IN_GCC.
5392 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
5393 * getopt1.c, obstack.c: Similarly.
5394 * Makefile.in: Build mkstemp.o
5395
5396Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
5397
5398 * configure.in: Include asprintf in list of functions known not
5399 to be in newlib.
5400 * configure: Rebuild.
5401
5402Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
5403
5404 * cplus-dem.c (work_stuff): Add dllimported.
5405 (demangled_prefix): Mark symbols imported from PE DLL.
5406 (internal_cplus_demangled): Handle.
5407
54081998-08-17 Jason Merrill <jason@yorick.cygnus.com>
5409
5410 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
5411 stay failed.
5412
5413Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5414
5415 * cplus-dem.c: Include config.h if it exists. Also, only
5416 prototype malloc/realloc if we can't get stdlib.h.
5417
5418Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
5419
5420 * configure.in: Switch back to checking --with-target-subdir when
5421 deciding whether to check for newlib, undoing part of July 15
5422 change.
5423 * configure: Rebuild.
5424
5425Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
5426
5427 * cplus-dem.c (type_kind_t): New type.
5428 (demangle_template_value_parm): Add type_kind_t parameter. Rely
5429 on this paramter, rather than demangling the type again.
5430 (demangle_integral_value): Pass tk_integral.
5431 (demangle_template_: Pass the value returned from do_type.
5432 (do_type): Return a type_kind_t. Pass tk_integral to
5433 demangle_template_value_parm for array bounds.
5434 (demangle_fund_type): Likewise.
5435
5436 Also incorporate from GCC version:
5437
5438 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
5439
5440 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
5441
5442Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5443
5444 * cplus-dem.c (demangle_nested_args): Make function definition
5445 static to match the prototype.
5446
5447Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
5448
5449 * cplus-dem.c (type_kind_t): New type.
5450 (demangle_template_value_parm): Add type_kind_t parameter. Rely
5451 on this paramter, rather than demangling the type again.
5452 (demangle_integral_value): Pass tk_integral.
5453 (demangle_template_: Pass the value returned from do_type.
5454 (do_type): Return a type_kind_t. Pass tk_integral to
5455 demangle_template_value_parm for array bounds.
5456 (demangle_fund_type): Likewise.
5457
5458 Also incorporate from GCC version:
5459
5460 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
5461
5462 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
5463
5464Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
5465
5466 * Makefile.in (ALLOCA): New variable.
5467 ($(TARGETLIB)): Add $(ALLOCA) to library.
5468 (needed-list): Add $(ALLOCA).
5469 ($(ALLOCA)): Depend upon stamp-picdir.
5470
5471Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5472
5473 * cplus-dem.c (demangle_nested_args): Make function definition
5474 static to match the prototype.
5475
5476Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
5477
5478 * configure.in: Check --with-cross-host rather than
5479 --with-target-subdir when deciding whether build uses a cross
5480 compiler, and when deciding where to install the library.
5481 * configure: Rebuild.
5482
5483Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
5484
5485 * cplus-dem.c (demangle_nested_args): Return a value.
5486
5487Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
5488
5489 * cplus-dem.c (string): Move definition before work_stuff.
5490 (work_stuff): Add volatile_type, forgetting_types,
5491 previous_argument, and nrepeats fields.
5492 (SCOPE_STRING): New macro.
5493 (demangle_template): Add `remember' parameter. Add comment.
5494 Register the `B' code type here, if remembering. Tidy. Fix crash
5495 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
5496 (demangle_nested_args): New function.
5497 (internal_cplus_demangle): Handle volatile-qualified member
5498 functions.
5499 (mop_up): Delete the previous_argument string if present.
5500 (demangle_signature): Tidy. Handle volatile-qualified member
5501 functions. Handle back-references using the `B' code. Use extra
5502 parameter to demangle_template and SCOPE_STRING where appropriate.
5503 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
5504 code.
5505 (demangle_class): Use SCOPE_STRING.
5506 (gnu_special): Pass additional argument to demangle_template.
5507 Use SCOPE_STRING.
5508 (demangle_qualified): Save qualified types for later
5509 back-references. Handle constructors and destructors for template
5510 types correctly.
5511 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
5512 demangle_template. Use demangled_nested_args. Don't remember
5513 qualified types here; that's now done in demangle_qualified.
5514 Similarly for templates.
5515 (do_arg): Improve commment. Handle 'n' repeat code.
5516 (remember_type): Check forgetting_types.
5517 (demangle_args): Deal with 'n' repeat codes. Tidy.
5518
5519Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
5520
5521 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
5522 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
5523
5524Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
5525
5526 * configure.in (setobjs): Correct quoting error in cygwin32 case.
5527 From Chris Faylor <cgf@cygnus.com>.
5528
5529Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
5530
5531 * obstack.c: Update to latest FSF version.
5532
5533Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
5534
5535 * Makefile.in: Add a dependency on stamp-picdir for the
5536 objects, so that we can do a parallel build.
5537
5538Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
5539
5540 * configure.in (checkfuncs): Add missing "'".
5541
5542Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
5543
5544 * obstack.c (_obstack_memory_used): Elide this function if we're
5545 on a system with GNU libc.
5546
5547Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
5548
5549 * Makefile.in (distclean): Remove config.log.
5550
5551Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5552
5553 * Makefile.in (distclean): Don't remove alloca-conf.h.
5554
5555Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
5556
5557 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
5558
55591998-05-21 Mark Mitchell <mmitchell@usa.net>
5560
5561 * cplus-dem.c (do_type): Handle volatile qualification.
5562
55631998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
5564
5565 * configure.in: Check for unistd.h as well.
5566 * configure: Rebuild.
5567 * config.in: Rebuild.
5568 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
5569 is defined in unistd.h. Reformat conditional block for easier reading.
5570
5571 * config.table (shared): Default to no if ${enable_shared}
5572 is unset or empty; this logic is used by the toplevel
5573 configure scripts, too.
5574
5575Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
5576
5577 * config.table: Add line to set enable_shared in the Makefile
5578 as needed.
5579
5580Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5581
5582 * cplus-dem.c (squangle_mop_up): Change return type to void.
5583 (internal_cplus_demangle): Remove unused parameter `options'.
5584 All callers changed.
5585 (cplus_demangle_opname): Remove function wide variable `int i' and
5586 replace with `size_t i' at each location where it is used.
5587 (cplus_mangle_opname): change type of `i' from int to size_t.
5588
5589Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
5590
5591 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
5592 than sparc or sun.
5593 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
5594
5595Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
5596
5597 * configure.in: Set libiberty_topdir correctly when srcdir is
5598 "." and with_target_subdir is not set.
5599 * configure: Rebuild.
5600
5601Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
5602
5603 * configure.in: Add *-*-mingw32* case.
5604 * configure: Rebuild.
5605
5606Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
5607
5608 * config.table: Never use a PIC file for *-*-cygwin32*.
5609
5610 * Makefile.in (config.status): Depend upon config.table.
5611
5612 * configure.in: On a cygwin32 host, always compile random, and
5613 don't test for sys_siglist, strsignal, or psignal.
5614 * configure: Rebuild.
5615
5616 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
5617 * getcwd.c: Likewise.
5618 * getpagesize.c: Likewise.
5619 * getruntime.c: Likewise.
5620
5621Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
5622
5623 Use autoconf tests rather than the old dummy.c test:
5624 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
5625 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
5626 most functions. Add special cases to handle newlib and VxWorks.
5627 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
5628 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
5629 CONFIG_FILES is set; set ac_file before calling it.
5630 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
5631 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
5632 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
5633 (i[3456]-*-mingw32*): Remove.
5634 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
5635 (LIBOBJS): New variable.
5636 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
5637 (all): Depend upon needed-list. Don't check RULE1.
5638 (@target_makefile_frag@): Remove.
5639 (COMPILE.c): Include @DEFS@.
5640 (HFILES): Add alloca-conf.h.
5641 (REQUIRED_OFILES): Remove basename.o.
5642 ($(TARGETLIB)): New target.
5643 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
5644 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
5645 (needed-list, config.h): Rewrite.
5646 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
5647 (.always.): Remove.
5648 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
5649 (stamp-h): New target.
5650 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
5651 (basename.o): Don't depend upon config.h.
5652 (getruntime.o): Depend upon config.h.
5653 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
5654 NEED_on_exit.
5655 * basename.c: Don't include config.h. Don't check NEED_basename.
5656 * clock.c: Include config.h.
5657 * getcwd.c: Likewise.
5658 * getpagesize.c: Likewise.
5659 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
5660 HAVE_TIMES.
5661 * strerror.c: Change uses of NEED_sys_errlist to
5662 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
5663 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
5664 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
5665 HAVE_PSIGNAL.
5666 * acconfig.h: New file.
5667 * dummy.c: Remove.
5668 * functions.def: Remove.
5669 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
5670 * config/mh-windows (HDEFINES): Remove.
5671 * config/mh-cygwin32: Remove.
5672 * config/mh-go32: Remove.
5673 * config/mh-irix4: Remove.
5674 * config/mh-riscix: Remove.
5675 * config/mh-sysv4: Remove.
5676 * config/mt-mingw32: Remove.
5677 * config/mt-vxworks5: Remove.
5678 * config.in: New file, generated using autoheader.
5679 * configure: Rebuild.
5680
5681Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
5682
5683 * configure.in: Rewrite to use autoconf.
5684 * configure: Generate using autoconf.
5685 * config/mh-a68bsd: Remove.
5686 * config/mh-apollo68: Remove.
5687 * config/mh-hpbsd: Remove.
5688 * config/mh-ncr3000: Remove.
5689 * config/mh-sysv: Remove.
5690 * config/mh-aix (RANLIB, INSTALL): Don't define.
5691 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
5692 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
5693 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
5694 * config.table: Change config_shell to CONFIG_SHELL, and use
5695 libiberty_topdir to find move-if-change.
8aefe91a 5696 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
252b5132
RH
5697 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
5698 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
5699 * Makefile.in (srcdir): Set to @srcdir@.
5700 (VPATH): Likewise.
5701 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
5702 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
5703 (CC, CFLAGS, RANLIB)): Likewise.
5704 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
5705 (target_makefile_frag, host_makefile_frag): Add substitutions.
5706 (INSTALL_DEST): Set to @INSTALL_DEST@.
5707 (Makefile): Depend upon config.status. Don't depend upon
5708 $(host_makefile_frag) or $(target_makefile_frag).
5709 (config.status): New target.
5710
5711Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5712
5713 * config/mt-sunos4: Remove. Should be handled by --with-headers
5714 and --with-libraries options at top level.
5715 * config.table: Never use mt-sunos4.
5716
5717 * alloca-conf.h: New file, combining alloca-norm.h and
5718 alloca-botch.h.
5719 * alloca-norm.h: Remove.
5720 * alloca-botch.h: Remove.
5721 * configure.in: Set shell variables files and links to empty.
5722 * config.table: Don't set shell variable files.
5723 * configure.bat: Don't create alloca-conf.h.
5724 * makefile.vms: Likewise.
5725 * mpw-config.in: Likewise.
5726 * vmsbuild.com: Likewise.
5727
5728Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
5729
5730 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
5731 target depending upon config.h.
5732 (alloca.o): Add target depending upon config.h
5733 (basename.o, choose-temp.o, fnmatch.o): Likewise.
5734 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
5735 (strsignal.o, xstrerror.o): Likewise.
5736
5737Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5738
5739 * cplus-dem.c (cplus_demangle_opname): Initialize work.
5740
5741Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
5742
5743 * cplus-dem.c (demangle_qualified): Replace missing else.
5744
5745Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5746
5747 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
5748 length in the name of a virtual table.
5749
5750Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
5751
5752 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
5753 (cplus_demangle_opname): Call mop_up_squangle.
5754 (cplus_demangle): Initialize squangle info, then call
5755 internal_cplus_demangle. (Most code moved there as well)
5756 (internal_cplus_demangle): New function, performs most of what use
5757 to be done in cplus_demangle, but is only called with this file.
5758 (squangle_mop_up): New function to clean up B and K code data.
5759 (mop_up): set pointers to NULL after freeing.
5760 (demangle_signature, demangle_template, demangle_class): Add
5761 switch elements to handle K and B codes.
5762 (demangle_prefix, gnu_special, demangle_qualified): Add
5763 code to handle K and B codes.
5764 (do_type, demangle_fund_type): Handle B and K codes.
5765 (remember_Ktype): New function to store K info.
5766 (register_Btype, remember_Btype): New functions for B codes.
5767 (forget_B_and_K_types): New function to destroy B and K info.
5768
5769Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
5770
5771 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
5772
5773Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5774
5775 * config.table: Make locating frag files failsafe even for the
5776 special case if configuring and building in srcdir.
5777
5778Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
5779
5780 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
5781
5782Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
5783
5784 * choose-temp.c: Sync with copy in gcc.
5785
5786Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
5787
5788 * getopt.c: Update to latest FSF version.
5789 * getopt1.c: Likewise.
5790
5791Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
5792
5793 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
5794 strings that are not actually lengths.
5795
5796Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
5797
5798 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
5799 (.c.o): Check value of enable_shared, not PICFLAG.
5800 (stamp-picdir): Dito.
5801
5802Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
5803
b4fe2683
JM
5804 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
5805 since it gets built automatically
252b5132
RH
5806
5807Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
5808
5809 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
5810 the currently shipping OS.
5811
5812Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
5813
5814 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
5815 Add fnmatch.o and objalloc.o; remove vasprintf.o.
5816 [config.h]: Define NEED_strsignal.
5817
5818Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
5819
5820 * functions.def: Correct argument types for strerror and
5821 strsignal. Reported by Alex Gutman <agutman@emc.com>.
5822
5823Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
5824
5825 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
5826 values.
5827
5828Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
5829 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
5830
5831 Add mingw32 support.
5832 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
5833 (pwait): New function for mingw32.
5834
5835 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
5836 * config/mt-mingw32: New file.
5837 * xmalloc.c (first_break): Not used for mingw32.
5838 (xmalloc_set_program_name): Don't use sbrk on mingw32.
5839 (xmalloc): Likewise.
5840 (xrealloc): Likewise.
5841
5842Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
5843
5844 * choose-temp.c: Sync with gcc version.
5845
5846Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
5847
5848 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
5849 to all filenames in libdir and tooldir.
5850 (distclean): Do MULTICLEAN before deleting Makefile.
5851 (stamp-needed, stamp-config): Add MULTISRCTOP to
5852 pathname for move-if-change.
5853
5854Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
5855
5856 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
5857
5858Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
5859
5860 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
5861 was already defined previously.
5862
5863Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
5864
5865 * Makefile.in (INSTALL): Use ../install-sh, not install.
5866
5867Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
5868
5869 * Makefile.in (CFILES): Add pexecute.c.
5870
5871Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
5872
5873 * asprintf.c: Consistently use either stdarg or varargs.
5874
5875Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
5876
5877 * cplus-dem.c (demangle_signature): Don't look for return types on
5878 constructors. Handle member template constructors.
5879
5880Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
5881
5882 * README: Fix configuration instructions.
5883
5884Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
5885
5886 * pexecute.c: Update to current version from /gd/gnu/lib:
5887
5888 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
5889
b4fe2683 5890 * pexecute.c: Use spawn if __CYGWIN32__.
252b5132
RH
5891
5892 1997-08-08 Paul Eggert <eggert@twinsun.com>
5893
b4fe2683 5894 * pexecute.c: Include "config.h" first, as per autoconf manual.
252b5132
RH
5895
5896 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
5897
b4fe2683
JM
5898 * pexecute.c (fix_argv): New function.
5899 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
5900 Add underscore to cwait function call.
252b5132
RH
5901
5902Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
5903
b4fe2683
JM
5904 * cplus-dem.c (demangle_template): Add new parameter. Handle new
5905 template-function mangling.
5906 (consume_count_with_underscores): New function.
5907 (demangle_signature): Handle new name-mangling scheme.
252b5132
RH
5908
5909Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
5910
5911 * asprintf.c: stdarg.h when ALMOST_STDC
5912 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
8aefe91a 5913 strncasecmp.o.
252b5132
RH
5914
5915Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
5916
5917 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
5918
5919 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
5920
5921 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
5922
5923Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5924
5925 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
5926
5927Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5928
5929 * asprintf.c (asprintf): New file.
5930 * Makefile.in (CFILES): Add asprintf.c
5931 * functions.def: Ditto.
5932
5933Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
5934
5935 * argv.c (dupargv): New function, duplicate an argument vector.
5936
5937Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
5938
5939 * config/mh-cygwin32: also build random.o
5940
5941Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
5942
5943 * cplus-dem.c: Add 'extern' to prepends_underscore.
5944
5945Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
5946
5947 * cplus-dem.c: Various changes to produce Java output when passed
5948 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
5949 (main): Support --java and -j flags to set DMGL_JAVA.
5950
5951Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5952
5953 * config/mh-go32 (CC, AR, RANLIB): Don't define.
5954
5955Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
5956
5957 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
5958 (pexecute.o): New target.
5959
5960 * Makefile.in (stamp-needed): New target, replacing needed-list.
5961 (needed-list): Just depend upon stamp-needed.
5962 (stamp-config): New target, replacing config.h.
5963 (config.h): Just depend upon stamp-config.
5964 (mostlyclean): Remove stamp-*.
5965
5966Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
5967
5968 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
5969 INSTALL_DATA for multilibbed installs
5970
5971Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
5972
5973 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
5974
5975 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
5976
5977 * choose-temp.c (try): Insist that temp dir be searchable.
5978
5979 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
5980
5981 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
5982 for current directory.
5983
5984 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
5985
5986 * pexecute.c: Remove special cases for cygwin32.
5987 (pwait): Remove local definition of `pid'.
5988
5989 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
5990
5991 * pexecute.c (vfork): Supply new definition for VMS.
5992 (pwait): Use waitpid instead of wait for VMS.
5993
5994Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5995
5996 * cplus-dem.c (do_type): Handle `J'.
5997 (demangle_fund_type): Print "complex" for it.
5998
5999Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
6000
6001 * configure.in: Don't turn on multilib here.
6002
6003Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6004
6005 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
6006 elided; needed by gdb and not present in libc.
6007
6008Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
6009
6010 * Makefile.in (clean): Remove tmpmulti.out.
6011
6012Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
6013
6014 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
6015 Add new floatformat, mainly for ARM doubles.
6016
6017Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
6018
6019 * config.table: Use ${config_shell} with ${moveifchange}. From
6020 Thomas Graichen <graichen@rzpd.de>.
6021
6022Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
6023
6024 * configure.in: Enable multilibing by default.
6025 Update multilib template to read config-ml.in.
6026
6027Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
6028
6029 * makefile.vms: Add objalloc.
6030
6031Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6032
6033 * cplus-dem.c (demangle_it): Add prototype declaration.
6034 (usage, fatal): Likewise.
6035
6036 * xexit.c (_xexit_cleanup): Add prototype.
6037
6038 * strerror.c (init_error_tables): Declare.
6039
6040Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
6041
6042 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
6043 * strsignal.c: Only define strsignal if NEED_strsignal.
6044 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
6045 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
6046 to xneeded-list.
6047 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
6048 (EXTRA_OFILES): Define to vasprintf.o.
6049 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
6050 (EXTRA_OFILES): Add vasprintf.o.
6051 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
6052 (vxneeded-list): Add vasprintf.o.
6053
6054Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
6055
6056 * objalloc.c: Include <stdio.h>.
6057
6058Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
6059
6060 * objalloc.c: New file.
6061 * Makefile.in (CFILES): Add objalloc.c
6062 (REQUIRED_OFILES): Add objalloc.o.
6063 (objalloc.o): New target.
6064
6065Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
6066
6067 * obstack.c: Update to current FSF version.
6068
6069Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
6070
6071 * cplus-dem.c: Add prototypes for all static functions.
6072 (mystrstr): Make static. Make arguments and result const.
6073 (cplus_match): Remove; not used.
6074
6075Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6076
6077 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
6078 __t* symbols.
6079
6080Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
6081
6082 * spaces.c: Declare malloc and free properly.
6083 * strsignal.c (init_signal_tables): Add prototype.
6084 * xatexit.c (_xexit_cleanup): Add parameter declarations.
6085
6086Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6087
6088 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
6089 also required because of xmalloc.o.
6090
6091Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
6092
6093 * strsignal.c: Unconditionally redefine sys_siglist around the
6094 inclusion of the system header files.
6095
6096Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
6097
6098 * makefile.vms: Remove 8 bit characters. Update to latest
6099 gcc release.
6100
6101Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
6102
6103 * strsignal.c: Use NEED_sys_siglist instead of
6104 LOSING_SYS_SIGLIST.
6105 * config.table: Don't use mh-lynxos.
6106 * config/mh-lynxos: Remove.
6107
6108Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
6109
6110 * cplus-dem.c: Fix indenting; make identical to the copy
6111 in GCC.
6112 (do_type, case 'M'): Check for a template as well as a class.
6113
6114Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6115
6116 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
6117 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
6118 libiberty is incorrect, as well.
6119
6120Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6121
6122 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
6123 alloca takes a size_t argument, not just unsigned.
6124
6125Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6126
6127 * cplus-dem.c: Note that this file also lives in GCC.
6128
6129Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6130
6131 * alloca.c: Remove include of libiberty.h for hpux.
6132 * argv.c: Replace defs from libiberty.h.
6133 * spaces.c: Put back externs from removed from libiberty.h.
6134 * vasprintf.c: Remove include of libiberty.h for hpux.
6135
6136Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6137
6138 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
6139
6140Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6141
6142 * cplus-dem.c: Revert last two commits due to conflicts with
6143 hpux system headers.
6144
6145Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6146
6147 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
6148 Revert last commit due to conflicts with hpux system headers.
6149
6150Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6151
6152 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
6153 libiberty.h when compiled with a standard compiler.
6154
6155Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
6156
6157 * alloca.c: Include libiberty.h for definition of xmalloc.
6158 Don't redefine NULL.
6159 * argv.c: Move prototypes to libiberty.h.
6160 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
6161 Don't redefine NULL.
6162 Use casts to eliminate compiler warnings.
6163 * spaces.c: Remove prototypes for malloc and free which are
6164 already in libibrty.h.
6165 * strcasecmp.c: Use casts to eliminate compiler warnings.
6166 * vasprintf.c: Include libiberty.h for definition of malloc.
6167 Don't redefine NULL.
6168 * vprintf.c: Include stdarg.h if __STDC__.
6169
6170Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6171
6172 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
6173
6174Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
6175
6176 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
6177 upward components correctly.
6178
6179Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
6180
6181 * config.table, config/mh-windows: Add support for building under
6182 MSVC (the Microsoft build environment).
6183
6184Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
6185
6186 * fnmatch.c: Undef const if not __STDC__.
6187
6188Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
6189
6190 * fnmatch.c: New file.
6191 * Makefile.in (CFILES): Add fnmatch.c.
6192 (REQUIRED_OFILES): Add fnmatch.o.
6193 (fnmatch.o): New target.
6194
6195Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
6196
6197 * cplus-dem.c (demangle_template): Fix handling of address args.
6198 (gnu_special): Handle type_info stuff.
6199
6200Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6201
6202 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
6203 (mpwify_filename): Handle "::/" case.
6204
6205Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
6206
6207 * config/mh-cygwin32: new file (need -DNEED_basename and
6208 -DNEED_sys_siglist for native NT rebuilding)
6209 * config.table (*-*-cygwin32): new entry
6210 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
6211
6212Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6213
6214 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
6215
6216Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
6217
6218 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
6219 messed with arguments that included a '/', add escape chars
6220 to double quotes, remove const decl from arg that Mac
6221 compilers don't seem to like.
6222
6223Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
6224
6225 * pexecute.c: Update test for win32 (&& ! cygwin32).
6226 * choose-temp.c: fix WIN32 preprocessor defines
6227
6228Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
6229
6230 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
6231 to editing of default makefile rule.
6232
6233Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
6234
6235 * alloca-norm.h: Include <malloc.h> if _WIN32.
6236 * argv.c: Include non-prototyped decls for malloc and string
6237 functions if ! _WIN32 or if __GNUC__.
6238
6239Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
6240
6241 * config.h-vms: New file.
6242 * makefile.vms: Use it.
6243
6244Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
6245
6246 * getopt.c (_getopt_internal): If argc is 0, just return (before
6247 we reference *argv and segfault).
6248
6249Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
6250
6251 * Makefile.in (distclean): Add multilib.out.
6252
6253Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
6254
6255 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
6256 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
6257
6258Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
6259
6260 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
6261
6262 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
6263
6264 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
6265
6266 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
6267 (do_ofiles): Allow nonexistent source file in pass 3.
6268 (chk_deffunc): New routine.
6269
6270Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
6271
6272 * pexecute.c (PEXECUTE_VERBOSE): Define.
6273 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
6274
6275Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6276
6277 * Makefile.in (docdir): Removed.
6278
6279Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6280
6281 * Makefile.in (oldincludedir): Removed.
6282
6283Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6284
b4fe2683 6285 * Makefile.in (datadir): Set to $(prefix)/share.
252b5132
RH
6286
6287Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
6288
6289 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
6290 checking for errors from do_type.
6291
6292Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
6293
6294 * makefile.vms: New file.
6295 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
6296 than declaring malloc, realloc, and sbrk.
6297
6298Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
6299
6300 * pexecute.c: New file.
6301
6302Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
6303
6304 * xmalloc.c: Declare sbrk.
6305
6306Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6307
6308 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
6309 declaration.
6310
6311Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
6312
6313 * xstrerror.c: Include <stdio.h>.
6314
6315Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
6316
6317 * Makefile.in (CFILES): Add atexit.c.
6318
6319Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
6320
6321 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
6322
6323Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
6324
6325 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
6326 #include <stdio.h>
6327 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
6328
6329Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
6330
b4fe2683 6331 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
252b5132
RH
6332 Reverts Feb 8, 1995 change.
6333
6334Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
6335
6336 * choose-temp.c: New file.
6337 * Makefile.in (CFILES): Add choose-temp.c.
6338 (REQUIRED_OFILES): Add choose-temp.o.
6339
6340Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
6341
6342 * floatformat.c (floatformat_to_double): Don't bias exponent when
6343 handling zero's, denorms or NaNs.
6344
6345Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
6346
6347 * floatformat.c (floatformat_to_double): Fix bugs with handling
6348 numbers with fractions < 32 bits.
6349
6350Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
6351
6352 * config.table: Permit --enable-shared to specify a list of
6353 directories.
6354
6355Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
6356
6357 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
6358 arguments.
6359
6360Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
6361
6362 * configure.in: If srcdir is `.' and with_target_subdir is not
6363 `.', then set MULTISRCTOP before calling config-ml.in.
6364
6365Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
6366
6367 * mpw.c (mpw_open): Add debugging output option.
6368
6369Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
6370
6371 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
6372
6373Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
6374
6375 * mpw.c (mpwify_filename): Change 6 to 5 in
6376 strncmp (unixname, "/tmp/", 5).
6377
6378Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
6379
6380 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
6381 handle 0 as a pointer value parameter.
6382
6383Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
6384
6385 * Makefile.in (all): Depend upon required-list.
6386 (required-list): New target.
6387 (clean): Remove required-list.
6388
6389Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
6390
6391 * win32.c: Deleted.
6392 * config.table (i386-*-win32): Deleted.
6393 * config/mh-i386win32: Deleted.
6394
6395Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
6396
6397 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
6398 const char *.
6399 (cplus_mangle_opname): Change return type and opname parameter to
6400 const char *. Don't cast return value.
6401
6402Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
6403
6404 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
6405 definition.
6406
6407Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
6408
6409 * obstack.c: Update copyright to 1996.
6410 (_obstack_memory_used): Define new function. Called via
6411 obstack_memory_used macro.
6412
6413Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
6414
6415 * xstrdup.c: New file.
6416 * Makefile.in (CFILES): Add xstrdup.c.
6417 (REQUIRED_OFILES): Add xstrdup.o.
6418 (xstrdup.o): New target.
6419
6420Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
6421
6422 * atexit.c: New stub to provide atexit on systems that have
6423 on_exit, like SunOS 4.1.x systems.
6424 * functions.def (on_exit, atexit): Ditto.
6425
6426Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
6427
6428 * mpw.c (mpw_abort): Remove decl.
6429 (mpw_access): Move debugging printf.
6430
6431Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
6432
6433 * config.table: Consistently use ${host} rather than ${xhost} or
6434 ${target}.
6435 * configure.in: Don't bother to set ${xhost} before calling
6436 config.table.
6437
6438Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6439
6440 * Makefile.in (.c.o): Use test instead of the left bracket, to
6441 avoid problems with some versions of make.
6442
6443Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
6444
6445 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
6446
6447Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
6448
6449 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
6450 which was set to just alloca.o, which is now automatically marked
6451 as needed by the autoconfiguration process.
6452
6453Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
6454
6455 * config.table: Check ${with_cross_host} rather than comparing
6456 ${host} and ${target}.
6457
6458Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
6459
6460 * configure.in: If with_target_subdir is empty, set xhost to
6461 ${host} rather than ${target} before calling config.table.
6462
6463Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
6464
6465 * Makefile.in (MULTITOP): Deleted.
6466 (MULTISRCTOP, MULTIBUILDTOP): New.
6467 (FLAGS_TO_PASS): Delete INCDIR.
6468 (INCDIR): Add $(MULTISRCTOP).
6469 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
6470 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
6471 instead of cfg-ml-pos.in.
6472 (cross-compile check): Change to test for with_target_subdir.
6473 (EXTRA_LINKS): Delete.
6474
6475Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
6476
6477 * mpw-make.sed: Add getpagesize.c.o to needed-list.
6478 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
6479 functions that are supplied by Metrowerks libraries.
6480 (fstat): Clean up descriptor->pointer conversion code.
6481 (InstallConsole, etc): Empty definitions, for when linking
6482 with SIOUX.
6483
6484Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
6485
6486 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
6487 (.c.o): Stylistic change.
6488
6489Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
6490
6491 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
6492 phdm@info.ucl.ac.be (Philippe De Muyter).
6493
6494Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
6495
6496 * configure.in: Correct sed call.
6497
6498Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
6499
6500 * configure.in: Clean up / simplify for native.
6501
6502 * configure.in: Merge in stuff from ../xiberty/configure.in.
6503 * Makefile.in (CC): Add definition (so it can be overrridden
6504 by ../configure).
6505
6506Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
6507
6508 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
6509 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
6510 (link): Remove useless definition with error return.
6511 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
6512 Use UnsignedWide type for microsecond counts.
6513
6514Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
6515
6516 * memcmp.c (memcmp): Argument types are const void *, not void
6517 *const.
6518
6519 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
6520 sys/types.h.
6521 * strcasecmp.c (strcasecmp): Ditto.
6522
6523Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
6524
6525 * Makefile.in (BISON): Remove macro.
6526
6527Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
6528
6529 * Makefile.in (HFILES): Add default empty definition.
6530 * mpw-config.in (config.h): Only update if changed.
6531 * mpw-make.in: Remove.
6532 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
6533 * mpw.c: Remove semi-clone of strerror code.
6534 (sys_nerr, sys_errlist): Define here.
6535 (Microseconds): Only define as A-line trap if m68k Mac.
6536
6537Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
6538
6539 * Makefile.in (maintainer-clean): New synonym for distclean.
6540
6541Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
6542
6543 * config.table: For host, generalize rs6000-ibm-aix*
6544 to *-ibm-aix* so we also include powerpc.
6545
6546Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6547
6548 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
6549
6550 * xstrerror.c: New file.
6551 * Makefile.in, vmsbuild.com: Compile it.
6552
6553Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
6554
6555 * config.table (i386-*-win32): New.
6556
6557Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
6558
6559 * Makefile.in (MULTITOP): New variable.
6560 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
6561 (all): Add multilib support.
6562 (install_to_tooldir, *clean): Likewise.
6563
6564Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
6565
6566 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
6567
6568Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
6569
6570 * vmsbuild.com: create "new-lib.olb", build libiberty under that
6571 name, and then make it become "liberty.olb" when done, so that an
6572 incomplete build attempt never leaves behind something which looks
6573 like a complete library.
6574
6575Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
6576
6577 * config/mh-i386pe: New file for PE hosts.
6578 * config.table: Understand PE hosts.
6579
6580Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6581
6582 * cplus-dem.c: Update from gcc.
6583
6584 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
b4fe2683 6585 <stddef.h>.
252b5132
RH
6586 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
6587
6588Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
6589
6590 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
6591 * mpw.c: Only test DebugPI once whenever printing debug info.
6592 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
6593 also fix to not write on input filename buffer.
6594 (mpw_access): Use stat() instead of open(), works for directories
6595 as well as files.
6596
6597Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6598
6599 * Makefile.in: Massage broken shells that require 'else true'.
6600
6601Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
6602
6603 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
6604 Declare __builtin_alloca in the sparc case, as argv.c did.
6605 * argv.c: Replace inline version of alloca-norm.h at start of file with
6606 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
6607 because alloca-norm.h needs to declare alloca as "PTR".
6608
6609Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
6610
6611 * win32.c: New file.
6612
6613Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6614
6615 * dummy.c: #include "alloca-conf.h".
6616
6617Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6618
6619 * Makefile.in (mostlyclean): Remove stamp-picdir.
6620 (clean): Don't.
6621
6622Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6623
6624 * config.table (frags): Use toplevel pic frags.
6625
6626 * Makefile.in (PICFLAG): New macro.
6627 (all): Depend on stamp-picdir.
6628 (needed-list): Ditto.
6629 (.c.o): Also build pic object.
6630 (stamp-picdir): New rule.
6631 (mostlyclean): Remove pic.
6632 (clean): Remove stamp-picdir.
6633
6634Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
6635
6636 * vmsbuild.com (config.h): Add `#define NEED_basename'.
6637
6638Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
6639
6640 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
6641 to libio-style copyright.
6642 * getpagesize.c: Remove FSF copyright.
6643
6644Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6645
6646 Added improved VMS support from Pat Rankin:
6647
6648 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
6649
6650 * vmsbuild.com: new file.
6651
6652 * getpagesize.c (getpagesize): implement for VMS;
6653 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
6654 support for EVMSERR.
6655
6656Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
6657
6658 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
6659
6660 * floatformat.c (floatformat_arm_ext): Define.
6661
6662Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
6663
6664 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
6665 strerror.c, strsignal.c: Remove FSF copyright.
6666 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
6667
6668Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
6669
6670 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
6671 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
6672 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
6673 * strchr.c, strrchr.c: Add cast to suppress const warning.
6674
6675Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6676
6677 * cplus-dem.c: Use const instead of CONST. Don't include
b4fe2683 6678 ansidecl.h directly.
252b5132
RH
6679
6680Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6681
6682 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
b4fe2683 6683 xrealloc.
252b5132 6684 (-DMAIN): Don't rely on an externally-defined version number;
b4fe2683
JM
6685 instead, require the version number to be defined as a
6686 preprocessor macro. Handle the RS/6000 leading dot. Define
6687 xmalloc, xrealloc and fatal. Don't strip a leading underscore
6688 if we couldn't demangle the word.
252b5132
RH
6689
6690Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
6691
6692 (Old mpw.c change descriptions retained for informational value.)
6693 * mpw.c (warning_threshold): Default to .4 sec.
6694 (overflow_count, current_progress): New globals.
6695 (warn_if_spin_delay): Include current progress type,
6696 such as program name, in message.
6697 (mpw_start_progress): Set current_progress variable from arg.
6698 (mpw_end_progress): Report spin delays by power-of-two-size
6699 buckets instead of constant-size buckets.
6700
6701 * mpw.c: Clean up formatting, types, returns, etc.
6702 (ENOSYS): Define.
6703 (mpw_fread, mpw_fwrite): Define.
6704 (sleep): Define correctly.
6705
6706 * mpw.c: New code to implement cursor spinning support.
6707 (umask): New function.
6708 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
6709
6710 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
6711 basenames for MPW and MPW/Unix filenames.
6712 (mpw_special_init): New function, calls Macsbug if desired.
6713
6714 * mpw.c: Add GPL notice.
6715 (mpwify_filename): Add more transformations.
6716 (mpw_fopen): Call mpwify_filename on file names.
6717 (rename): Remove.
6718 (chdir, getcwd): Add simple definitions.
6719
6720 * mpw.c: Random cleanups, remove unused code bits.
6721 Added copy of strerror.c for gcc's use.
6722 (stat, fstat, _stat): New versions based on Guido van Rossum code.
6723
6724 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
6725
6726 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
6727 (fork, vfork, etc): Print error messages if called.
6728 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
6729 rename, chown): Define.
6730
6731 * mpw-config.in: New file, MPW version of configure.in.
6732 * mpw-make.in: New file, MPW version of Makefile.in.
6733 * mpw.c: New file, MPW compatibility routines.
6734
6735Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6736
6737 * basename.c: Include config.h before checking for NEED_basename.
6738
6739Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6740
6741 * functions.def: Add DEFFUNC for basename.
6742
6743 * basename.c: Only define basename if NEED_basename.
6744
6745Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6746
6747 * config.table: Fix --enable-shared logic for native builds.
6748
6749Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6750
6751 * cplus-dem.c (demangle_template): Demangle bool literals properly.
6752
6753Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
6754
6755 * strtol.c strtoul.c: Replace these with less buggy versions from
6756 NetBSD. (strtoul in particular couldn't handle base 16.)
6757
6758Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
6759
6760 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
6761
6762 * clock.c: If NO_SYS_PARAM_H is defined, don't include
6763 <sys/param.h>.
6764 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
6765
6766Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
6767
6768 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
6769 a number; ANSI appears to permit any expression, including a
6770 function call.
6771
6772 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
6773 xiberty.
6774 * config/mt-vxworks5: New file.
6775
6776Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
6777
6778 * basename.c (basename): Change argument to be const.
6779
6780Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6781
6782 * Makefile.in (lneeded-list): Don't worry about xmalloc.
6783
6784Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
6785
6786 * Makefile.in (distclean): Delete xhost-mkfrag.
6787
6788Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
6789
6790 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
6791
6792Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6793
6794 * hex.c: New file.
6795 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
6796 (hex.o): Add dependencies.
6797
6798 * cplus-dem.c (demangle_prefix): For GNU style constructor and
6799 destructor names, try demangling the remainder of the string.
6800
6801Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
6802
6803 * vasprintf.c (int_vasprintf): New static function.
6804 (vasprintf): Use int_vasprintf. Removes assumption that va_list
6805 is assignment compatible.
6806
6807Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6808
6809 * Makefile.in (LIBCFLAGS): New variable.
6810 (FLAGS_TO_PASS): Pass it.
6811 (.c.o): Use it.
6812
6813Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6814
6815 * getopt.c, getopt1.c: Do compile these functions under Linux,
6816 since many native versions are based on glibc but are buggy.
6817
6818Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
6819
6820 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
6821 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
6822
6823Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6824
6825 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
6826 * functions.def: Remove vasprintf.
6827
6828Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6829
6830 * xmalloc.c (first_break): New static variable.
6831 (xmalloc_set_program_name): Record sbrk (0) in first_break.
6832 (xmalloc): If memory allocation fails, try to report how much
6833 memory was allocated by the program up to this point.
6834 (xrealloc): Likewise.
6835
6836Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
6837
6838 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
6839 when linking dummy.
6840 * config.table: Add host RISCiX Makefile frag.
6841 * config/mh-riscix: New file.
6842
6843Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6844
6845 * Makefile.in (FLAGS_TO_PASS): Define.
6846 ($(RULE1)): Use $(FLAGS_TO_PASS).
6847
6848Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6849
6850 * vasprintf.c: Include <string.h>.
6851 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
6852 * xatexit.c: Declare malloc.
6853
6854Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
6855
6856 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
6857 one below).
6858
6859Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
6860
6861 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
b4fe2683 6862 the type index is greater than 9.
252b5132
RH
6863
6864Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
6865
6866 * cplus-dem.c (demangle_qualified): accept optional '_' between
6867 qualified name. This is baecause the template name may end with
6868 numeric and can mixed up with the length of next qualified name.
6869
6870Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
6871
6872 * config/mt-sunos4: Use our standard location for cross-includes
6873 and cross-libs when the target is also a "host" environment (ie no
6874 newlib; includes and such don't belong to us). This is specific
6875 to the Cygnus Support environment.
6876
6877Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
6878
6879 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
6880 xxx<ch=81>.
6881
6882Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
6883
6884 * cplus-dem.c (main): flush stdout to make pipe work.
6885
6886Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
6887
6888 * config.table (*-*-cxux7*): Recognize.
6889 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
6890 Harris-specific float format.
6891 * config/mh-cxux7: New file.
6892
6893Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6894
6895 * cplus-dem.c (demangle_template): Make sure that the result of
6896 consume_count doesn't index beyond the end of the string.
6897
6898Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6899
6900 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
6901 earlier. Improve test for new vtable mangling. Change output back
6902 to `virtual table'.
6903
6904Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6905
6906 * obstack.c: Always compile this code, even if using the GNU
6907 library. Avoids problems with relatively recent binary
6908 incompatibility.
6909
6910Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6911
6912 * cplus-dem.c: Include libiberty.h.
6913 (xmalloc, xrealloc, free): Don't declare.
6914 (strstr): Don't declare parameters.
6915 (xmalloc, xrealloc): Don't define.
6916 (long_options): Add no-strip-underscores.
6917 (main): Call xmalloc_set_program_name. Pass n in short options to
6918 getopt_long. Handle option 'n' to not strip underscores.
6919 (usage): Mention -n and --no-strip-underscores.
6920
6921Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
6922
6923 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
b4fe2683 6924 space.
252b5132
RH
6925 (gnu_special): Demangle template and qualified names in a vtable name.
6926
6927Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6928
6929 From gas-2.3 and binutils-2.4 net releases:
6930
6931 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
6932
6933 * makefile.dos: [new] Makefile for dos/go32
6934 * configure.bat: update for latest files
6935 * msdos.c: remove some functions now in libc.a
6936
6937Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
6938
6939 * cplus-dem.c (gnu_special): Recognize thunks, as well as
6940 the new naming style for vtables (when -fvtable-thunks).
6941
6942Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6943
6944 * Makefile.in (XTRAFLAGS): Don't define.
6945 (.c.o, dummy.o): Don't use XTRAFLAGS.
6946 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
6947
6948Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6949
6950 * vasprintf.c: New file.
6951 * Makefile.in, functions.def: Add it.
6952
6953Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
6954
6955 * cplus-dem.c (demangle_fund_type): Grok bool.
6956
6957Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
6958
6959 * config.table: Add go32
6960 * config/mh-go32: New template.
6961
6962Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
6963
6964 * config.table, config/mt-sunos4: config for when sun4 is cross target.
6965
6966Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6967
b4fe2683
JM
6968 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
6969 Declare strlen to return int. Don't include stddef.h.
252b5132
RH
6970
6971Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
6972
b4fe2683
JM
6973 * getopt.c: Delete use of IN_GCC to control whether
6974 stddef.h or gstddef.h is included.
252b5132
RH
6975
6976Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
6977
6978 * cplus-dem.c (demangle_signature): Fix a bug in template function
6979 type numbering.
6980
6981Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
6982
6983 * cplus-dem.c (demangle_signature): Fix template function with arm
6984 style argument type number, Tn.
6985
6986Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
6987
6988 * cplus-dem.c (optable): Add new[] and delete[].
6989
6990Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6991
6992 * argv.c (buildargv): Don't produce empty argument just because
6993 there is trailing whitespace.
6994
6995Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
6996
6997 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
6998 Handle 'p' same as 'P'.
6999 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
7000
7001Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7002
7003 * floatformat.c (get_field, put_field): Fix off by one error in
7004 little endian case.
7005
7006Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7007
7008 * floatformat.c (floatformat_from_double): Pass unsigned char *,
7009 not char *, to put_field.
7010
7011Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
7012
7013 * memmove.c: Re-wrote; placed in public domain.
7014
7015Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7016
7017 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
7018 __Q* as a constructor.
7019
7020Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
7021
7022 * ieee-float.c: Removed; no longer used.
7023 * Makefile.in: Changed accordingly.
7024
7025Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7026
7027 * floatformat.c (get_field): Removed unused local variable i.
7028 (put_field): Removed unused local variable i.
7029
7030Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7031
7032 * floatformat.c: New file, intended to replace ieee-float.c.
7033 * Makefile.in: Change accordingly.
7034
7035Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
7036
7037 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
7038 (_getopt_initialize): New function, broken out of _getopt_internal.
7039 (_getopt_internal):
7040 If long_only and the ARGV-element has the form "-f", where f is
7041 a valid short option, don't consider it an abbreviated form of
7042 a long option that starts with f. Otherwise there would be no
7043 way to give the -f short option.
7044
7045Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7046
b4fe2683
JM
7047 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
7048 Test just __STDC__, not emacs.
252b5132
RH
7049
7050Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7051
b4fe2683
JM
7052 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
7053 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
252b5132
RH
7054
7055Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7056
b4fe2683 7057 * getopt.c (_NO_PROTO): Define before config.h is included.
252b5132
RH
7058
7059Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7060
b4fe2683 7061 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
252b5132
RH
7062 <config.h> only under these, else "config.h".
7063
7064Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7065
b4fe2683
JM
7066 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
7067 <config.h> instead of "config.h".
252b5132
RH
7068
7069Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
7070
7071 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
7072 whether to use prototypes or not.
7073 * strerror.c (const): Never undefine; let ansidecl.h handle it.
7074 * strsignal.c (const): Likewise.
7075
7076Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7077
7078 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
7079 Merging common and initialized variables need not be supported by
7080 ANSI C compilers.
7081 (xatexit): Initialize _xexit_cleanup if not already set.
7082 * xexit.c: Comment fix.
7083
7084Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7085
7086 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
7087 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
7088 assuming that realloc works correctly.
7089
7090Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7091
7092 * concat.c, ieee-float.c: Replace inclusion of <string.h>
7093 with explicit function declarations, as recommended by Ian Taylor.
7094
7095Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
7096
7097 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
7098 (malloc, realloc): Declare.
7099
7100Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7101
7102 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
7103 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
7104 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
7105 * xmalloc.c: Likewise.
7106 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
7107 macros, not <varargs.h> macros.
7108 * spaces.c (spaces): Make return type const. Don't crash if
7109 malloc returns NULL.
7110 * strerror.c (struct error_info): Make name and msg fields const.
7111 (error_names): Make const.
7112 (strerrno): Make const.
7113 (strtoerrno): Make argument const.
7114 * strsignal.c (struct signal_info): Make name and msg fields
7115 const.
7116 (signal_names, sys_siglist): Make const.
7117 (strsignal, strsigno): Make const.
7118 (strtosigno): Make argument const.
7119 * xatexit.c: Declare parameter types.
7120 * xmalloc.c (name): Make const.
7121 (xmalloc_set_program_name): Make argument const.
7122 * Makefile.in (INCDIR): Define.
7123 (.c.o): Use $(INCDIR).
7124 (dummy.o): Likewise.
7125 (argv.o, basename.o): New targets; depend on libiberty.h.
7126 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
7127 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
7128 (xmalloc.o): Likewise.
7129 (cplus-dem.o): New target; depend on demangle.h.
7130 (getopt.o, getopt1.o): New targets; depend on getopt.h.
7131 (ieee-float.o): New target; depend on ieee-float.h.
7132 (obstack.o): New target; depend on obstack.h.
7133
7134Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7135
7136 Handle obstack_chunk_alloc returning NULL. This allows
7137 obstacks to be used by libraries, without forcing them
7138 to call exit or longjmp.
7139 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
7140 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
7141 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
7142
7143Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7144
7145 * concat.c, ieee-float.c: Include <string.h>.
7146
7147Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7148
7149 * xmalloc.c (xmalloc_set_program_name): New function.
7150 (xmalloc, xrealloc): Include the name in the error message, if set.
7151
7152 * Replace atexit.c with xatexit.c.
7153 * Makefile.in (CFILES), functions.def: Change references.
7154
7155Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
7156
7157 * getruntime.c (get_run_time): Use getrusage or times if
7158 HAVE_GETRUSAGE or HAVE_TIMES are defined.
7159
7160Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7161
7162 * atexit.c: New file.
7163 * Makefile.in (CFILES), functions.def: Add it.
7164 * xexit.c: New file.
7165 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
7166 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
7167 Change request for 0 bytes into request for 1 byte.
7168
7169Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7170
7171 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
7172 unsigned long, to avoid warnings.
7173
7174Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7175
7176 * dummy.c: Don't include time.h ever; always define clock_t as
7177 "unsigned long". Until gcc/fixincludes ensures that clock_t
7178 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
7179 exist, clock_t probably doesn't either.
7180
7181Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
7182
7183 * clock.c, getruntime.c: New files.
7184 * Makefile.in: Add to file lists.
7185 * functions.def (clock): Add to list.
7186 * dummy.c (time.h): Add if __STDC__.
7187 (clock_t): #define as "unsigned long" if not __STDC__.
7188
7189Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7190
7191 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
7192 Edler).
7193
7194Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7195
7196 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
7197 linking.
7198
7199Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7200
7201 * cplus-dem.c (demangle_arm_pt): New function. Common code
7202 for ARM template demangling.
7203 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
7204 * cplus-dem.c (demangle_prefix): Likewise.
7205
7206Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
7207
7208 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
7209
7210Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
7211
7212 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
7213 * strerror.c, strsignal.c: As a small space optimization, don't
7214 include messages when they aren't actually used.
7215
7216 Merge changes from takefive.co.at!joe (Josef Leherbauer)
7217 * cplus-dem.c (demangle_prefix, demangle_function_name,
7218 cplus_demangle_opname): Fixes for systems where cplus_marker
7219 is something other than '$'.
7220
7221Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
7222
7223 * waitpid.c: Simple-minded approcimation to waitpid
7224 using vanilla wait.
7225 * functions.def, Makefile.in: Update accordingly,
7226
7227Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
7228
7229 * cplus-dem.c(demangle_template): fix bug template instantiation
7230 with value of user defined type.
7231
7232Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
7233
7234 * cplus-dem.c(cplus_demangle_opname): add the subject new function
7235 to support unified search of operator in class.
7236
7237Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7238
7239 gcc -Wall lint:
7240 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
7241 "digit = *s" as condition in while loop.
7242
7243Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
7244
7245 * Makefile.in: pass SHELL to recursive make
7246
7247Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
7248
7249 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
7250 be (const char*), for ANSI (and gcc w/fixproto) consistency.
7251
7252Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7253
7254 * config.table: Make *-*-hiux* use mh-hpux.
7255
7256Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7257
7258 * config.table: Add * to end of all OS names.
7259
7260Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7261
7262 * Makefile.in (lneeded-list): ensure that object file names are
7263 not duplicated, as multiple instances of the same object file in
7264 a library causes problems on some machines
7265
7266Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7267
7268 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
7269
7270Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7271
7272 * strncasecmp.c: new file, implements strncasecmp
7273 * strcasecmp.c: new file, implement strcasecmp
7274
7275 * Makefile.in (CFILES): list these two new source files
7276
7277 * functions.def: add strcasecmp and strncasecmp entries
7278
7279Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7280
7281 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
7282 according to ANSI C.
7283
7284Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
7285
7286 * cplus-dem.c: add support of ARM global constructor/destructor,
7287 and 'G' for passing record or union in parameter.
7288
7289Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7290
7291 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
7292 should not be in functions.def.
7293
7294Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7295
7296 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
7297 not be in functions.def.
7298
7299Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
7300
7301 * cplus-dem.c: change globl constructor/destructor to proper name
7302
7303Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
7304
7305 * cplus-dem.c: fix bug in constructor/destructor
7306
7307Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
7308
7309 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
7310
7311Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
7312
7313 * cplus-dem.c: Fix demangle_template prototype
7314
7315Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
7316
7317 * cplus-dem.c: fix template demangling
7318 * cplus-dem.c: fix const type demangling
7319 * cplus-dem.c: fix constructor/destructor, virtual table,
7320 qualifier, global constructor/destructor demangling
7321
7322Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7323
7324 * strsignal.c, strerror.c: Use fully-bracketed initializer to
7325 keep gcc -Wall happy.
7326
7327Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
7328
7329 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
7330 patch.
7331
7332Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7333
7334 Patch from Paul Flinders:
7335 * cplus-dem.c (do_type): Deal with arrays.
7336
7337Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7338
7339 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
7340 than 9 classes.
7341
7342Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
7343
7344 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
7345 not initialized" warnings under HP/UX
7346
7347Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7348
7349 * strerror.c: Move include of stdio.h after sys_errlist #define.
7350 Also remove NULL definition (stdio.h always defines NULL, so it
7351 never did anything but clutter up the code).
7352
7353Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7354
7355 * Makefile.in, functions.def: handle xmalloc.c
7356
7357 * xmalloc.c: provide xmalloc and xrealloc functions
7358
7359Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7360
7361 * cplus-dem.c: Fix a comment.
7362
7363Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7364
7365 * getopt1.c: Declare const the way getopt.c does.
7366
7367Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7368
7369 * obstack.c, alloca.c: Update from FSF.
7370 * getopt.c, getopt1.c: Update to current FSF version, which
7371 doesn't use alloca.
7372
7373Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7374
7375 * Makefile.in (demangle): Add the target with a message saying
7376 where demangle went.
7377
7378Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7379
7380 * Makefile.in: Remove obsolete `demangle' target.
7381
7382Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
7383
7384 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
7385 avoid infinite loop on vtbl symbols with disambiguating "junk"
7386 tacked on the end.
7387
7388Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
7389
7390 * strsignal.c: work around some systems losing definitions of
7391 sys_siglist
7392
7393 * config/mh-lynxos: this system has a losing definition of
7394 sys_siglist
7395
7396 * config.table: use mh-lynxos for *-*-lynxos
7397
7398Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
7399
7400 * config.table: Add support for HPPA BSD hosts.
7401
7402 * config/mh-hpbsd: New file.
7403
7404Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
7405
7406 * Makefile.in (TAGS): make work when srcdir != objdir.
7407
7408Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7409
7410 * cplus-dem.c (main): Add long options, including --help and
7411 --version.
7412 (usage): New function from code in main.
7413
7414Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
7415
7416 * config.table: New shell scipt, sourced by both ./configure,in
7417 and ../xiberty/configure.in, to avoid maintainance lossages.
7418 * configure.in and ../xiberty/configure.in: Use config.table.
7419
7420 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
7421 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
7422 * ../xiberty/configure.in: Update from ./configure.in.
7423
7424Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7425
7426 * Makefile.in: remove parentdir support
7427
7428Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7429
7430 * cplus-dem.c (xrealloc): Match definition with prototype.
7431
7432Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7433
7434 * cplus-dem.c (demangle_prefix): Demangle cfront
7435 local variables as an extension to ARM demangling.
7436
7437Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7438
7439 * ieee-float.c: Don't require pointers to double to be aligned.
7440
7441Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
7442
b4fe2683 7443 (merge changes from dlong@cse.ucsc.edu)
252b5132
RH
7444 * cplus-dem.c (consume_count): Simplify.
7445 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
7446 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
7447
7448 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
7449 full prototypes.
7450 * cplus-dem.c (free): Add prototype.
7451 * cplus-dem.c (optable): Fully bracketize initializer.
7452
7453Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
7454
7455 * cplus-dem.c: Whether initial underscores are stripped
7456 depends on the external variable prepends_underscore
7457 (which is generated by the binutils Makefile).
7458
7459Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7460
7461 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
7462
7463Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
7464
7465 * cplus-dem.c (consume_count): Return zero if arg does not
7466 start with digit, and don't consume any input.
7467
7468Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
7469
7470 * Makefile.in (demangle): Use ${srcdir} not $^.
7471
7472 * strtod.c: New file, needed at least for BSD 4.3.
7473
7474Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
7475
7476 * strsignal.c (sys_siglist): For ANSI compilations, type is
7477 "const char *const". Also remove conditionalization on __STDC__
7478 since const is defined away for non-ANSI.
7479
7480Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
7481
7482 * configure.in: Recognize *-*-hpux.
7483 * config/mh-hpux: New file.
7484
7485Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
7486
7487 * tmpnam.c: Added ANSI tmpnam() function.
7488 * functions.def, Makefile.in: Update accordingly.
7489
7490Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7491
7492 * cplus-dem.c (demangle_function_name): Get the demangling of
7493 stop__1A right.
7494
7495Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
7496
7497 * cplus-dem.c: Declare strstr return type.
7498
7499Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
7500
7501 * strsignal.c: Add some AIX signals.
7502
7503Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
7504
7505 * Makefile.in (MAKEOVERRIDES): Define to be empty.
7506
7507Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7508
7509 * Makefile.in: add installcheck & dvi targets
7510
7511Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
7512
7513 * ieee-float.c: New file, moved from ../gdb (since it is
7514 needed by ../opcode/m68k-dis.c).
7515
7516Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
7517
7518 * cplus-dem.c: Replace all references to cfront with ARM.
7519
7520Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
7521
7522 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
7523 to be more useful as a filter.
7524
7525Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
7526
7527 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
7528 destination directory before running $(RANLIB), in case that
7529 program tries to create a file in the current directory as part of
7530 its work.
7531
7532Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
7533
7534 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
7535 because BSD 4.4 lacks one. Isn't this fun?
7536
7537Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
7538
7539 * cplus-dem.c (demangle_signature): Set func_done after
7540 demangling a template.
7541 * cplus-dem.c (demangle_template): Fix several small bugs
7542 in demangling GNU style templates.
7543 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
7544 style constructors.
7545 * cplus-dem.c (gnu_special): Fix for templates in GNU style
7546 static data members.
7547
7548Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
7549
7550 * cplus-dem.c (demangle_signature): Modify to include type
7551 modifiers like static and const in remembered types.
7552
7553Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
7554
7555 * cplus-dem.c (demangled_qualified): Add new parameter that tells
7556 whether to prepend or append the qualifiers.
7557 * cplus-dem.c (string_prepends): Used now, remove #if 0.
7558 * cplus-dem.c (demangle_signature): Call demangle_qualified
7559 with prepending.
5dd42ef4 7560 * cplus-dem.c (gnu_special): Recognize static data members that
252b5132
RH
7561 use qualified names.
7562 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
7563 temporary buffer and the prepend or append them to the result,
7564 as specified by the new "append" flag.
7565 * cplus-dem.c (do_type): Call demangled_qualified with
7566 appending.
7567
7568Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
7569
7570 * strsignal.c (signal_table): Now const.
7571 (init_signal_tables): Variable eip now points to const.
7572
7573 * strerror.c (error_table): Now const.
7574 (init_error_tables): Variable eip now points to const.
7575
7576Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
7577
7578 * memchr.c (memchr): New (ANSI standard) function.
7579 * Makefile.in, functions.def: Added memchr.
7580 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
7581
7582Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7583
7584 * getopt.c: remove use of USG around <alloca.h>, which never meant
7585 anything anyway
7586
7587 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
7588 of USG and USGr4
7589
7590Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
7591
7592 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
7593 it's now a type according to the ANSI X3J16 working paper; output
7594 "wchar_t" for it.
7595 (demangle_template): Accept `w' as an integral type.
7596 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
7597 counterparts malloc and realloc to `char *'.
7598 (main): Exit with a 0 status.
7599 * Makefile.in (demangle): Don't expect the user to define
7600 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
7601 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
7602
7603Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
7604
7605 * Makefile.in (AR_FLAGS): Avoid verbosity.
7606 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
7607 replace USGr4 with HAVE_SYSCONF.
7608 * config/mh-solaris: Remove; mh-sysv4 works now.
7609 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
7610 * configure.in: Simplify host matching table, remove separate
7611 solaris config file.
7612
7613Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
7614
7615 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
7616
7617Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
7618
7619 * cplus-dem.c (xmalloc, xrealloc): Add decls.
7620 (remember_type): Don't cast xmalloc.
7621 (string_need): Likewise; don't cast xrealloc either.
7622
7623Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
7624
7625 * Makefile.in, functions.defs, rename.c: added simple
7626 implementation of rename, since some binutils programs use it.
7627
7628Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
7629
7630 * strsignal.c: Add appropriate 'const' to sys_siglist
7631 extern declaration (if __STDC__). (Needed for Linux.)
7632 * strsignal.c (strsignal): Add cast to remove const-ness.
7633
7634Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
7635
7636 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
7637 before "'s, diagnosed by BSD 4.4 awk.
7638
7639Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
7640
7641 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
7642 and $(NEEDED_LIST), to give some hooks for xiberty.
7643
7644Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7645
7646 * configure.in: use cpu-vendor-triple instead of nested cases
7647
7648Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
7649
7650 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
7651 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
7652 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
7653 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
7654 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
7655 Convert from using GPL to LGPL.
7656
7657Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
7658
7659 * Makefile.in (errors): Leave dummy.o and dummy around so that
7660 we can see how the needed list was generated (it's sometimes wrong).
7661 (mostlyclean): Remove them.
7662
7663Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
7664
7665 * getcwd.c: supply a default if MAXPATHLEN is not defined.
7666
7667 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
7668
7669Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
7670
7671 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
7672 when cross-compiling.
7673
7674Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
7675
7676 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
7677 as a time optimization.
7678
7679 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
7680 be more expensive than simply demangling.
7681
7682 * cplus-dem.c (cplus_match): new function.
7683
7684Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
7685
7686 * cplus-dem.c: #include <stdio.h>, to define NULL.
7687 Define current_demangling_style.
7688
7689Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
7690
7691 * cplus-dem.c: New file, moved from ../gdb.
7692 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
7693 function, to avoid compiling in target-dependency for CPLUS_MARKER.
7694 * cplus-dem.c (cplus_demangle): Allow demangling style option
7695 to be passed as a parameter, but using the global variable
7696 current_demangling_style as a default.
7697 * Makefile.in: Update for cplus-dem.c
7698
7699Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
7700
7701 * obstack.c: Merge in comment changes from FSF version. Now
7702 matches the FSF version exactly.
7703
7704Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
7705
7706 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
7707 least on losing DECstations!); use if-then-else instead.
7708
7709Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
7710
7711 * Makefile.in: always create installation directories.
7712
7713Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7714
b5d60b68 7715 * Makefile.in: clean up definition of CFILES, more comments
252b5132
RH
7716
7717Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
7718
7719 * getopt.c (my_index): Make first arg const to match strchr,
7720 which it sometimes is remapped to.
7721
7722Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
7723
7724 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
7725 * obstack.c (_obstack_begin): Initialize use_extra_arg.
7726 * obstack.c (_obstack_begin_1): New, from FSF version.
7727
7728Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
7729
7730 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
7731 extra_arg.
7732 * obstack.c (_obstack_begin): Remove area_id and flags arguments
7733 (previously added for mmalloc support, interface has changed).
7734 Also convert flags usage to use use_extra_arg and maybe_empty_object.
7735
7736Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
7737
7738 * argv.c: Move expandargv inline and eliminate static variables.
7739 Rewrite to always allocate in powers of two. Fix to return an
7740 argv with a single null string arg if passed a null string.
7741
7742Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
7743
7744 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
7745 "(void)" casts from function calls where the return value is
7746 ignored, in accordance with GNU coding standards.
7747
7748Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
7749
7750 * bcopy.c, strerror.c, strsignal.c: Lint.
7751
7752Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7753
7754 * getopt.c: merge changes from make.
7755
7756Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
7757
7758 * alloca.c: Incorporate fixes from gdb/alloca.c.
7759 FIXME: Eventually move gdb's alloca configuration files here,
7760 and remove gdb/alloca.c and its Makefile.in support.
7761
7762Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
7763
7764 * dummy.c: Define NOTHING to /*nothing*/, change return type
7765 of main to int and return zero.
7766 * functions.def: Supply NOTHING as the fourth arg to macros
7767 that don't have an explicit arg, to satisfy picky preprocessors.
7768
7769Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
7770
7771 * Makefile.in: Clean up *clean rules, as per standards.texi.
7772
7773Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7774
7775 * getopt.c, getopt1.c: merged largely gratuitous, mostly
7776 whitespace diffs from other prep distributions.
7777
7778Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
7779
7780 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
7781 it is broken on ncr 3000's.
7782
7783Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
7784
7785 * sigsetmask.c: Rewrite. Old one was very confused about its
7786 arguments and result. New one can't do much, but at least knows
7787 what it can't do, and it's good enough for GDB's use.
7788
7789Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
7790
7791 * functions.def: Use proper prototype for strtoul.
7792
7793Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
7794
7795 * Makefile.in: Add random.c.
7796 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
7797 * configure.in: update solaris2 config.
7798
7799Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
7800
7801 * random.c: Add for random() and srandom().
7802 * functions.def: Add random
7803
7804Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
7805
7806 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
7807 using /usr/ucb/install.
7808
7809Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
7810
7811 * strerror.c: Kludge to guard against a conflict with
7812 possible declaration of sys_errlist in errno.h.
7813
7814Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
7815
7816 * configure.in, config/mh-solaris: add solaris2 config support.
7817
7818Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
7819
7820 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
7821 is not defined (should be defined in signal.h, says Posix.).
7822
7823Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
7824
7825 * getopt.c: merged changes from make-3.62.11.
7826
7827Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
7828
7829 * getopt.c: merged changes from bison-1.18.
7830
7831Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
7832
7833 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
7834 since that introduces a circular dependency.
7835 ($(EXTRA_OFILES) are used to build config.h.)
7836
7837 * strtoul.c: Fixes to handle non-decimal bases better.
7838
7839Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
7840
7841 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
7842 * Makefile.dos: Finish MINUS_G eradication.
7843 * Makefile.in (CFILES): Add strsignal.c.
7844 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
7845 * Makefile.in (needed-list): Split creation of errors file to
7846 separate make target.
7847 * Makefile.in (config.h, needed2.awk, errors): New targets.
7848 * Makefile.in (clean): Split to multiple lines, add needed2.awk
7849 and config.h.
7850 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
7851 * functions.def (strerror): Remove from optional list.
7852 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
7853 * functions.def (strerror, psignal): DEFFUNC's
7854 * strerror.c: Rewrite from scratch to use sys_errlist only if
7855 available, add errno_max(), add strerrno(), add strtoerrno(),
7856 add test driver.
7857 * strsignal.c: New file, signal equivalent to strerror.c.
7858 Uses sys_siglist if available, defines signo_max(), strsignal(),
7859 strsigno(), strtosigno(), psignal(), and test driver.
7860
7861Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
7862
7863 * Makefile.in: do not print recursion line.
7864
7865 * Makefile.in: allow CFLAGS to be passed in from command line.
7866 Removed MINUS_G. Default CFLAGS to -g.
7867
7868Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
7869
7870 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
7871 so libg++ users don't have to be inconvenienced by a
7872 libc.a bug (libc.a needs copysign, but doesn't define it!).
7873 * configure.in: Use config/mh-aix.
7874 * strtoul.c: Handle '-' as required by ANSI.
7875 Clean up radix handling.
7876 * strstr.c: Fix buggy algorithm.
7877 * Makefile.in: Change so that ${EXTRA_OFILES} is
7878 appended to needed-list (which is used by libg++).
7879
7880Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
7881
7882 * configure.in: Recognize new ncr3000 config.
7883 * config/mh-ncr3000: New config file.
7884
7885Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
7886
7887 * argv.c, dummy.c: Lint.
7888
7889Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
7890
7891 * config/mh-sysv4: New config file.
7892 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
7893 host_os == sysv4.
7894 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
7895 pagesize.
7896
7897Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
7898
7899 * getopt.c: Lint.
7900
7901Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
7902
7903 * functions.def (alloca): Fix return type and args to avoid
7904 type clash with gcc's builtin alloca.
7905
7906Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
7907
7908 * configure.in, config/mh-irix4: irix4 support.
7909
7910 * Makefile.in, functions.def, alloca.c: added alloca.
7911
7912Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
7913
7914 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
7915
7916Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
7917
7918 * argv.c: Fix various external function definitions to be
7919 correct in an ANSI compilation environment.
7920
7921Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
7922
7923 * obstack.c: Changes to support calling mmalloc functions,
7924 which take an additional argument over malloc functions.
7925
7926Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
7927
7928 * added check target.
7929
7930Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
7931
7932 * argv.c: #include alloca-conf.h (needed by AIX).
7933
7934Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7935
7936 * Makefile.in, configure.in: removed traces of namesubdir,
7937 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7938 copyrights to '92, changed some from Cygnus to FSF.
7939
7940Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
7941
7942 * argv.c: Check in Fred's version which fixes problems with
7943 alloca().
7944
7945Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
7946
7947 * makefile.dos: Remove NUL to keep patch from failing.
7948
7949Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
7950
7951 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
7952
7953Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
7954
8aefe91a 7955 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
252b5132
RH
7956
7957Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
7958
7959 * argv.c: New file to build and destroy standard argument
7960 vectors from a command string.
7961
7962 * Makefile.in: Add argv.c and argv.o to appropriate macros.
7963
7964Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
7965
7966 * configure.in: Change svr4 references to sysv4.
7967
7968 * rindex.c: Declare return type of externally used function
7969 strrchr().
7970
7971Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
7972
7973 * Makefile.in: Remove "***" in normal output, since Make produces
7974 this on errors, and it's convenient to search for.
7975
7976Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
7977
7978 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
7979 New ANSI functions. The old non-ANSI functions (such as bcopy)
7980 should be avoided.
7981 * bcopy.c: Fix to correctly handle overlapping regions.
7982 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
7983 * functions.def: Add the new functions.
7984 * functions.def: Add 4th parameter to DEF macro,
7985 an ansidecl.h-style prototype.
7986 * dummy.c: Use expanded DEF macro to create a dummy function
7987 call, with correct parameter types. (This avoids some
7988 complaints from gcc about predefined builtins.)
7989
7990 Move the functionality of config/mh-default into Makefile.in.
7991 This avoid duplication, and simplifies things slightly.
7992 * Makefile.in: Tweak so we don't need config/mh-default.
7993 * README: Update.
7994 * configure.in: No longer need config/mh-default.
7995 * config/mh-default: Deleted.
7996 * config/mh-sysv: Remove lines copied from old mh-default.
7997
7998Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
7999
8000 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
8001 'mknod' device numbers.
8002
8003Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
8004
8005 * fdmatch.c, Makefile.in: Add new function that takes two
8006 open file descriptors and returns nonzero if they refer to
8007 the same file, zero otherwise. (used in gdb)
8008
8009Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
8010 From DJ:
8011 * msdos.c: stub functions for dos.
8012 * makefile.dos, configdj.bat: new.
8013 * getopt.c: Don't include alloca-conf.h in a GO32 world.
8014
8015
8016Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8017
8018 * Makefile.in: infodir belongs in datadir.
8019
8020Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8021
8022 * Makefile.in: remove spaces following hyphens because bsd make
8023 can't cope. added standards.text support. install using
8024 INSTALL_DATA.
8025
8026 * configure.in: remove commontargets as it is no longer a
8027 recognized hook.
8028
8029Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8030
8031 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8032 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8033 and mandir now keyed off datadir by default.
8034
8035Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
8036
8037 * Makefile.in: find-needed.awk does not fit in 14 chars.
8038
8039 * Makefile.in: Suppress error checking when compiling the test
8040 program, because Ultrix make/sh aborts there due to a bug.
8041
8042Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
8043
8044 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
8045 * README: Explained how the auto-configuration works,
8046 and how to add new files and/or configurations.
8047
8048Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
8049
8050 * strtoul.c: Avoid defining ULONG_MAX if already defined;
8051 cast a const char * to char * for pedants.
8052
8053 * getopt.c: Only define "const" after local include files get to,
8054 and only if they haven't defined it.
8055
8056Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
8057
8058 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
8059 emulate it with getwd() if available. This avoids callers having
8060 to find a MAXPATHLEN or PATH_MAX value from somewhere.
8061 * Makefile.in, functions.def: getwd->getcwd.
8062 * configure.in: Use generic case for every system.
8063 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
8064 * config/mh-sysv: Use default handling, just add -DUSG.
8065
8066Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
8067
8068 * Makefile.in, config/mh-default: Re-do make magic
8069 so that for the default ("automatic") mode we only
8070 compile the files we actually need. Do this using
8071 a recursive make: The top-level generates the list
8072 of needed files (loosely, the ones missing in libc),
8073 and then passes that list to the recursive make.
8074 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
8075
8076Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
8077
8078 RS/6000 host support (grumble).
8079
8080 * configure.in: Build alloca-conf.h file from alloca-norm.h
8081 (everything else) or alloca-botch.h (rs/6000).
8082 * Makefile.in: Include . on the include path.
8083 * getopt.c: Use alloca-conf.h.
8084 * alloca-norm.h: How to declare alloca on reasonable machines.
8085 * alloca-botch.h: How to declare alloca on braindead machines.
8086
8087Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
8088
8089 * concat.c : New file, like concat() in gdb but can take a
8090 variable number of arguments rather than fixed at 3 args. For
8091 now, client applications must supply an xmalloc(), which is a
8092 front end function to malloc() that deals with out-of-memory
8093 conditions.
8094
8095 * Makefile.in: Add concat.c and concat.o to appropriate macros.
8096
8097Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
8098
8099 * config/mh-svr4: Add sigsetmask to list of required functions.
8100
8101Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
8102
8103 * vsprintf.c: New file.
8104 * functions.def, Makefile.in: Add vsprintf.
8105
8106Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
8107
8108 * configure.in, config/mh-rs6000: Add rs/6000 host support.
8109 * Makefile.in: Compile with debug info.
8110
8111Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
8112
8113 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
8114 config/mf-default: Added a default configuration mode,
8115 which includes into libiberty.a functions that are "missing" in libc.
8116 * strdup.c, vprintf.c, vfprintf.c: New files.
8117
8118Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
8119
8120 * config/hmake-svr4: New file.
8121
8122 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
8123
8124 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
8125 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
8126 files containing either portable C versions or emulations using
8127 native library calls.
8128
8129 * strerror.c: Add copyright, internal documentation, etc.
8130
8131 * strtol.c: Replace hardwired hex constants with some more
8132 portable macros. Remove illegal (according to gcc) cast.
8133
8134 * strtoul.c: Replace hardwired hex constant with more portable
8135 macro.
8136
8137 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
8138 can override them. Add new source and object file names to CFILES
8139 and OFILES respectively.
8140
8141 * configure.in: Add support for SVR4 makefile fragments.
8142
8143Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
8144
8145 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
8146 over-ridden by config/hmake-*
8147 * configure.in: added m88kcvs to sysv list
8148
8149Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
8150
8151 * Makefile.in: Most hosts need strerror, but one or two don't,
8152 and they override these definitions in the host-dependent makefile
8153 fragment.
8154 * config/hmake-mach: The odd man out on strerror -- it's supplied.
8155 * strerror.c: New file.
8156
8157 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
8158 it and bfd uses it.
8159 * configure.in, Makefile.in, config/hmake-mach: Only configure
8160 strtol & strotoul in on Mach.
8161
8162Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
8163
8164 * obstack.c: Merge with latest FSF version.
8165
8166\f
8167Local Variables:
8168version-control: never
8169End:
This page took 0.800543 seconds and 4 git commands to generate.