2003-02-27 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
CommitLineData
ef803806
DD
12003-02-24 Danny Smith <dannysmith@users.source.forge.net>
2
3 * physmem.c (physmem_total): Add _WIN32 support.
4 (physmem_available): Likewise.
5
181fa229
DD
62003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7
8 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
9 GSI_PHYSMEM.
10 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
11
cc529274
DD
122003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13
14 * configure.in: Check for sys/systemcfg.h and
15 _system_configuration.
16 * physmem.c: Add support for AIX. Tweek formatting as per
17 upstream coreutils beta.
18
192003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20 Richard Earnshaw <rearnsha@arm.com>
21 Geoffrey Keating <geoffk@apple.com>
22
23 * configure.in: Check for sys/sysctl.h and sysctl.
24 * physmem.c: Add support for *bsd and darwin.
25 * Makefile.in: Generate depedency for physmem.o.
26
192cbe66
DD
272003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
28
29 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
30 Tru64 UNIX.
31 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
32 Tru64 UNIX.
33
34 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
35 machine/hal_sysinfo.h, sys/table.h.
36 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
37 * configure, config.in: Regenerate.
38
900d2082
DD
392003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40
41 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
42 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
43 pstat_getdynamic.
44
4938384a
DD
452003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
46
47 * Makefile.in (CFILES): Add physmem.c.
48 (REQUIRED_OFILES): Add physmem.o.
49 * configure.in: Check for sys/pstat.h.
50 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
51 * physmem.c: New file, copied from textutils.
52
53 * config.in, configure: Regenerated.
54
ba61a412
DJ
552003-02-20 Daniel Jacobowitz <drow@mvista.com>
56
57 * Makefile.in (CFILES): Add lrealpath.c.
58 (REQUIRED_OFILES): Add lrealpath.o.
59 (lrealpath.o): Add rule.
60 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
61 * configure.in: Add realpath and canonicalize_file_name to
62 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
63 for canonicalize_file_name.
64 * lrealpath.c: New file.
65 * make-relative-prefix.c: Update documentation.
66 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
67 * config.in: Regenerated.
68 * configure: Regenerated.
69 * functions.texi: Regenerated.
70
25dfe0ac
DD
712003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
72
73 * cplus_dem.c: Fix typo: intializes -> initializes.
74
8b90eef4
AO
752003-02-20 Alexandre Oliva <aoliva@redhat.com>
76
77 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
78 config.status.
79 * configure: Rebuilt.
80
fcd7c7c9
DD
812003-02-13 Daniel Jacobowitz <drow@mvista.com>
82
83 Fix PR c++/7612.
84 * cplus-dem.c (demangle_signature): Call string_delete.
85 Remove extra string_init.
86 (demangle_arm_hp_template): Call string_delete instead of
87 string_clear. Add missing string_delete call.
88 (demangle_qualified): Add missing string_delete call.
89 (do_type): Remove unused variable btype. Add missing string_delete
90 call. Call string_delete instead of string_clear.
91 (demangle_fund_type): Move variable btype inside of the switch
92 statement. Add missing string_delete call.
93 (do_arg): Call string_delete instead of string_clear. Remove extra
94 string_init.
95 (demangle_nested_args): Free work->previous_argument.
96
073c427b
DD
972003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
98
99 * acconfig.h: New file. Add uintptr_t.
100 * config.in: Regenerated.
101
f8bd3000
DD
1022003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
103
104 * libiberty.texi: Update to GFDL 1.2.
105
85b9a938
DD
1062003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
107
108 * Makefile.in (libiberty_topdir): New subst.
109 (mkinstalldirs): Redefine in terms of the above.
110 * configure.in: AC_SUBST it.
111 * configure: Regenerate.
112
578460f2
AO
1132003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
114
115 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
116 (info-subdir, install-info-subdir, clean-info-subdir)
117 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
118 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
119 Pass $(FLAGS_TO_PASS).
120
7f285245
AO
1212003-01-27 Alexandre Oliva <aoliva@redhat.com>
122
123 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
124 /`$$CC -print-multi-os-directory`.
125
5f9624e3
DJ
1262003-01-26 Daniel Jacobowitz <drow@mvista.com>
127
128 * hashtab.c (htab_create_alloc_ex): New function.
129 (hatab_set_functions_ex): New function.
130 (htab_delete, htab_expand): Support alternate allocation functions.
131
9c2259b8
DD
1322003-01-24 Christopher Faylor <cgf@redhat.com>
133
134 * configure.in: Remove special pex-cygwin consideration.
135 * configure: Regenerate.
136 * pex-cygwin.c: Remove.
137 * Makefile.in: Remove pex-cygwin.[co] lines.
138
5a17353c
DD
1392003-01-24 Zack Weinberg <zack@codesourcery.com>
140
141 * Makefile.in (CFILES): Add pex-*.c.
142 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
143 (CONFIGURED_OFILES): Add pex-*.o.
144 (TEXIFILES): Add pexecute.txh.
145 (pexecute.o): Delete rule.
146 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
147 pex-unix.o, pex-win32.o): New rules.
148 * configure.in: Change AC_INIT argument to xmalloc.c.
149 Compute appropriate pexecute implementation and substitute it
150 as @pexecute@.
151
152 * pexecute.c: Split up into...
153 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
154 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
155 new files.
156
157 * functions.texi: Regenerate.
158 * configure: Regenerate.
159
eed2b28c
DD
1602003-01-20 Josef Zlomek <zlomekj@suse.cz>
161
162 * hashtab.c (htab_expand): Fix allocation of new entries.
163
27a39a5f
DD
1642003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
165
166 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
167
168 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
169 mkinstalldirs command.
170
b51c1553
DD
1712002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
172
173 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
174 Define for hosts with HOST_EXECUTABLE_SUFFIX.
175
756954c3
DD
1762002-11-24 Nick Clifton <nickc@redhat.com>
177
178 * make-relative-prefix.c (make_relative_prefix): Ensure return
179 string is empty before using strcat to construct it.
180
2a80c0a4
DD
1812002-11-22 Daniel Jacobowitz <drow@mvista.com>
182
183 * Makefile.in: Add make-relative-prefix.c.
184 * make-relative-prefix.c: New file.
185 * functions.texi: Rebuilt.
186
768b20d8
JJ
1872002-11-16 Jakub Jelinek <jakub@redhat.com>
188
189 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
190 used with arguments in traditional C' warnings.
191
f52d1d64
JJ
1922002-10-16 Jakub Jelinek <jakub@redhat.com>
193
194 * config.table: Use mh-s390pic for s390x too.
195
0d3deb8d
DD
1962002-10-06 Andreas Jaeger <aj@suse.de>
197
198 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
199 variable and of strict-aliasing warning.
200 (grow_vect): Use char as first parameter.
201
1b67de92
DD
2022002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
203
204 * Makefile.in (all): Fix multilib parallel build.
205
585cc78f
DD
2062002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
207
208 * cp-demangle.c (demangling_new): Cast 0 to enum.
209 (demangle_char): Cast return of strdup to char *.
210 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
211 (is_gnu_v3_mangled_dtor): Likewise.
212 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
213 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
214 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
215 * md5.c (md5_process_bytes): Cast results back to const void *.
216 (md5_process_block): Add cast to const md5_uint32 *.
217 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
218 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
219 unsigned short.
220 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
221 to void *.
222 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
223
e21b0cc1
NC
2242002-09-19 Nick Clifton <nickc@redhat.com>
225
226 * README: Update email addresses for bugs and patches.
227
a54ba43f
DD
2282002-09-10 Mike Stump <mrs@apple.com>
229
230 * splay-tree.c (splay_tree_successor): Fix comments.
231
2322002-09-11 Zack Weinberg <zack@codesourcery.com>
233
234 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
235 * testsuite/Makefile.in: Adjust for test-demangle.
236 * testsuite/regress-demangle: Deleted.
237 * testsuite/test-demangle.c: New file.
238 * testsuite/demangle-expected: Change \$ to $ throughout, now that
239 this file is not being read by a shell script.
240
01cea699
DD
2412002-09-05 Roger Sayle <roger@eyesopen.com>
242
243 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
244
a2832523
DD
2452002-08-07 DJ Delorie <dj@redhat.com>
246
247 * regex.c (re_error_msgid): Just use a simple array of strings.
248 (re_compile_pattern): Compensate.
249 (re_comp): Likewise.
250 (re_comp): Likewise.
251 (regerror): Likewise.
252
1e3f0be0
DD
2532002-07-29 Neil Booth <neil@daikokuya.co.uk>
254
255 * cplus-dem.c (PREPEND_BLANK): Remove.
256
b851d07b
DD
2572002-07-10 Jason Merrill <jason@redhat.com>
258
259 * cp-demangle.c (demangle_identifier): Support extended Unicode
260 characters.
261
2a9dffbf
DD
2622002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
263
264 * cp-demangle.c (demangle_v3_with_details): Wrap in
265 !defined IN_GLIBCPP_V3.
266
793011ca
DD
2672002-07-01 Mark Mitchell <mark@codesourcery.com>
268
269 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
270 Set it for the "st" operator.
271 (demangle_expression): Handle expressions with types as arguments.
272
b39b76b8
DD
2732002-06-30 Douglas Rupp <rupp@gnat.com>
274
275 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
276 * Makefile.in (OUTPUT_OPTION): Use.
277
4748c6d8
DD
2782002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
279
280 * Makefile.in (install_to_libdir): Add $(DESTDIR).
281 (install_to_tooldir): Likewise.
282
f9c3326a
DD
2832002-06-17 Douglas Rupp <rupp@gnat.com>
284
285 * lbasename.c: Add 2002 to copyright.
286 (IS_DIR_SEPARATOR): Remove VMS junk.
287
18893690
DD
2882002-06-05 Geoffrey Keating <geoffk@redhat.com>
289
290 * hashtab.c (htab_create): New stub function for backward
291 compatibility.
292 (htab_try_create): Likewise.
293
2942002-06-03 Geoffrey Keating <geoffk@redhat.com>
295
296 * hashtab.c (htab_create): Delete.
297 (htab_try_create): Delete.
298 (htab_create_alloc): New.
299 (htab_delete): Support user-specified memory allocation.
300 (htab_expand): Likewise.
301
3022002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
303
304 * configure.in: Fix typo in the code checking for sys_errlist.
305 * configure: Regenerated.
306
9296c8b2
DD
3072002-05-13 Andreas Schwab <schwab@suse.de>
308
309 * config.table: Use mh-x86pic also for x86-64.
310
52d98c2d
DD
3112002-05-08 Alexandre Oliva <aoliva@redhat.com>
312
313 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
314 script entry, and set LD to it when configuring multilibs.
315 * configure: Rebuilt.
316
cafa3917
DD
3172002-05-07 Mark Mitchell <mark@codesourcery.com>
318
319 * configure.in (AC_TYPE_PID_T): Use it.
320 * configure: Regenerated.
321 * getruntime.c: Include <sys/types.h>.
322 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
323
b1c933fc
RH
3242002-04-09 Richard Henderson <rth@redhat.com>
325
326 * hashtab.c (higher_prime_number): Use 7 as minimum.
327 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
328 (htab_find_slot_with_hash): Likewise.
329
0c4460bb
DD
3302002-04-01 Phil Edwards <pme@gcc.gnu.org>
331
332 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
333 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
334 not compile if IN_GLIBCPP_V3 defined.
335 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
336
f2160d2b
DD
3372002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
338
3ebf1f59 339 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
f2160d2b
DD
340 if it is NULL.
341
7dd4d42a
DD
3422002-03-27 DJ Delorie <dj@redhat.com>
343
344 * hex.c: Add documentation.
345 (_hex_value): Provide non-ASCII empty table.
346 (hex_init): Initialize the non-ASCII table.
347 * functions.texi: Regenerate.
348
38e57a35
DD
3492002-03-27 Mark Mitchell <mark@codesourcery.com>
350
351 * dyn-string.c: Add libgcc exception to copyright notice.
352
cfed0715
DD
3532002-03-26 H.J. Lu (hjl@gnu.org)
354
355 * config.table: Support --with-build-subdir.
356 * configure.in: Likewise.
357 * configure: Rebuild.
358
1504972f
DD
3592002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
360
361 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
362 seen.
363
35efcd67
DD
3642002-03-12 Mark Mitchell <mark@codesourcery.com>
365
366 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
367 notice.
368
dabc64ea
DD
3692002-03-11 Douglas B Rupp <rupp@gnat.com>
370
371 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
372
3ddbd84c
JB
3732002-03-06 Jim Blandy <jimb@redhat.com>
374
375 * splay-tree.c (splay_tree_xmalloc_allocate,
376 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
377 prototyped definitions. Mark `data' arguments as unused.
378
efdab807
AC
3792002-03-06 Andrew Cagney <ac131313@redhat.com>
380
381 * floatformat.c (floatformat_arm_ext_big): Delete definition.
382
50d4562d
DD
3832002-03-04 Phil Edwards <pme@gcc.gnu.org>
384
385 * configure.in: Add --enable-install-libiberty option.
386 * Makefile.in (INSTALLED_HEADERS): New variable.
387 (install_to_libdir): Possibly also copy headers.
388 * configure: Regenerated.
389
3902002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
391
392 * xmalloc.c (xmalloc_fail): Clarify error message further.
393
6e9980f5
DD
3942002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
395
396 * xmalloc.c (xmalloc_fail): Clarify error message.
397
18893690 3982002-02-22 Jim Blandy <jimb@redhat.com>
2bbcdae9
JB
399
400 * splay-tree.c (splay_tree_xmalloc_allocate,
401 splay_tree_xmalloc_deallocate): New functions.
402 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
403 above functions and a dummy data pointer.
404 (splay_tree_new_with_allocator): New function.
405 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
406 splay_tree_remove): Use the splay tree's allocation and
407 deallocation functions.
408
59ea9fe7
DD
4092002-02-19 Scott Snyder <snyder@fnal.gov>
410
411 * testsuite/demangle-expected: Add test case for infinite loop in
412 demangler.
413 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
414 if do_type() doesn't make any progress --- prevents an infinite
415 loop.
416
6f848550
DD
4172002-02-18 Carlo Wood <carlo@gnu.org>
418
419 PR c++/5390
420 * cplus-dem.c (demangle_integral_value): Accept multi-digit
421 numbers that do not start with an underscore; This is needed
422 for integer template parameters. This doesn't break anything
423 because multi-digit numbers are never followed by a digit.
424 * testsuite/demangle-expected: Corrected all mangled test
425 cases with multi-digit template parameters: g++ 2.95.x does
426 not generate underscores around these parameters.
427
44354ae1
DD
4282002-02-05 Jason Merrill <jason@redhat.com>
429
430 * cplus-dem.c (flags): Add DMGL_VERBOSE
431 (cplus_demangle_v3_p): Remove.
432 (demangle_it): Add DMGL_TYPES to passed flags.
433 * cp-demangle.c (cplus_demangle_v3_all): Remove.
434 (cplus_demangle_v3_type): Remove.
435 (cplus_demangle_v3): Add options parm.
436
42da15d6
DD
4372002-02-02 H.J. Lu (hjl@gnu.org)
438
439 * cp-demangle.c (cp_demangle_type): Do not protect with
440 IN_LIBGCC2.
441 (cplus_demangle_v3_all): New.
442 (cplus_demangle_v3): Call cplus_demangle_v3_all.
443 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
444
445 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
446 Initialized to cplus_demangle_v3.
447 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
448 of cplus_demangle_v3.
449 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
450 command line symbol.
451
452 * testsuite/regress-demangle: Pass the mangled name at the
453 command line.
454
b117c158
DD
4552002-02-01 H.J. Lu <hjl@gnu.org>
456
457 * cp-demangle.c (cp_demangle_type): Call demangling_new with
458 DMGL_GNU_V3.
459
c78d91b1
DD
4602002-01-31 Phil Edwards <pme@gcc.gnu.org>
461
462 * cp-demangle.c: Revert yesterday's change.
463
bef8b55d
DD
4642002-01-31 Adam Megacz <adam@xwt.org>
465
466 * gcc/libiberty/configure.in: Treat mingw the same as cywin
467 wrt HAVE_SYS_ERRLIST.
468
2c955b8b
DD
4692002-01-30 Phil Edwards <pme@gcc.gnu.org>
470
471 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
472 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
473 cp_demangle_type.
474 * testsuite/demangle-expected: New gnu-v3 test.
475
58b1717a
RH
4762002-01-22 Momchil Velikov <velco@fadata.bg>
477
478 * configure.in (variable detection): Use arrays of unspecified
479 size instead of plain integers.
480
cc096b71
DD
4812002-01-18 DJ Delorie <dj@redhat.com>
482
483 * Makefile.in (TESTLIB): New. This library is for future
484 testsuites.
485 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
486 break down by letter.
487 (REQUIRED_OFILES): List long-to-compile files first.
488 (maint-deps): New, target for updating dependencies.
489 (dependencies): Update.
490 * maint-tool: Add dependency-generating option.
491 * configure.in: Check for _doprnt even if we're not providing it.
492 * configure: Regenerate.
493
494 * _doprnt.c: Modifications to allow compiling on any platform.
495 * copysign.c: Likewise.
496 * putenv.c: Likewise.
497 * setenv.c: Likewise.
498 * vsprintf.c: Likewise.
499
5002002-01-15 Douglas B Rupp <rupp@gnat.com>
501
502 * mkstemps.c (mkstemps): On VMS, open temp file with option
503 that causes it to be deleted when closed.
504
20d54542
DD
5052002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
506
c23795e2
DD
507 * cp-demangle.c (long_options): Const-ify.
508 * cplus-dem.c (long_options): Likewise.
509
20d54542
DD
510 * cplus-dem.c (mystrstr): Delete. All callers changed to use
511 strstr instead.
512
f348a7b1
DD
5132001-12-31 Ira Ruben <ira@apple.com>
514
515 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
516 * configure: Regenerated.
517
d86cd745
DD
5182001-12-24 Douglas B. Rupp <rupp@gnat.com>
519
520 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
521 * configure: Regenerated.
522
ae533646
DD
5232001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
524
525 PR other/2719
526 * cplus-dem.c (consume_count): Treat negative count as an error.
527 * testsuite/demangle-expected: Added testcase.
528
c0eb281b
DD
529Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
530
531 * configure.in: Hardcode that vfork works on VMS host.
532 * configure: Regenerated.
533
2da4c07f
RH
5342001-12-06 Richard Henderson <rth@redhat.com>
535
536 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
537 (cplus_demangle): Support no_demangling.
538
24acd898
DD
5392001-11-27 Zack Weinberg <zack@codesourcery.com>
540
541 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
542 in libiberty context. Fix typo in leading comment.
543 * configure.in: Fix various AC_DEFINEs so autoheader works.
544 If any of vprintf, vsprintf, vfprintf is missing from libc,
545 then AC_REPLACE_FUNCS(_doprnt).
546
fec50157 5472001-11-26 DJ Delorie <dj@redhat.com>
d86cd745 548 Daniel Jacobowitz <drow@mvista.com>
fec50157
DD
549
550 * Makefile.in (stamp-h): Depend on Makefile for proper
551 serialization.
552 (*-subdir): Depend on config.h for proper serialization.
553
5527febf
DD
5542001-11-26 DJ Delorie <dj@redhat.com>
555
556 * configure.in: Check for alloca.h (for regex.c and putenv.c).
557 * configure: Regenerate.
558 * config.h: Add HAVE_ALLOCA_H.
559
941d74a0
DD
5602001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
561
562 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
563 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
564 is available.
565
dc579051
DD
566Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
567
568 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
569 * configure.in (HAVE_UINTPTR_T): Test for system defining
570 uintptr_t and define HAVE_UINTPTR_T appropriately.
571 * regex.c (uintptr_t): Do not provide a definition if the
572 system provided one.
573
574 * regex.c (PREFIX): Provide an alternate definition for
575 non-ANSI/ISO compilers.
576 (ARG_PREFIX): Likewise.
577
1a78a35a
DD
5782001-11-12 Jim Meyering <meyering@lucent.com>
579
580 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
581 this code would end up calling gettext even in packages built
582 with --disable-nls.
583 * getopt.c (_): Likewise.
584 * regex.c (_): Likewise.
585
4e55c4b6
DD
5862001-11-03 Alan Modra <amodra@bigpond.net.au>
587
588 * configure.in: Cope with missing makeinfo.
589 * configure: Regenerate.
590
d311a83a
DD
5912001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
592
593 * hex.c (hex_init): Provide empty stub.
594
595 * hex.c (hex_init): Delete.
596 (_hex_value): Const-ify and initialize at compile-time.
597
3bc62f91
DD
5982001-10-19 H.J. Lu <hjl@gnu.org>
599
600 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
601 necessary.
602
5d852400
DD
6032001-10-17 DJ Delorie <dj@redhat.com>
604
605 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
606 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
5527febf 607 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
5d852400
DD
608 Improve manual formatting.
609 * functions.texi: Regenerate.
610
ba19b94f
DD
6112001-10-15 DJ Delorie <dj@redhat.com>
612
613 * Makefile.in (TEXIFILES): Add fnmatch.txh.
614 (maint-undoc): New.
615 maint-tool: Add "undoc" tool.
616 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
617 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
618 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
619 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
620 documentation.
621 * fnmatch.txh: New.
622 * functions.texi: Regenerate.
623
56056af5
DD
6242001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
625
626 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
627 * strtod.c: Use "ISO C" instead of "ANSI C".
628 * functions.texi: Regenerate.
629
99b58139
DD
6302001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
631
632 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
633 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
634 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
635 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
636 spelling. Give names to function arguments in documentation. Use
637 (void) prototypes in documentation.
638 * functions.texi: Regenerate.
639
e6450fe5
DD
6402001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
641
642 * argv.c (buildargv, tests, main): Const-ify.
643 * cp-demangle.c (operator_code): Likewise.
644 * cplus-dem.c (optable, libiberty_demanglers,
645 cplus_demangle_set_style, cplus_demangle_name_to_style,
646 print_demangler_list): Likewise.
647 * hashtab.c (higher_prime_number): Likewise.
648 * strcasecmp.c (charmap): Likewise.
649 * strerror.c (error_info, strerror, main): Likewise.
650 * strncasecmp.c (charmap): Likewise.
651 * strsignal.c (signal_info): Likewise.
652
da191b5b
DD
6532001-09-29 DJ Delorie <dj@redhat.com>
654
655 * configure: Regenerate.
656
916aaa12
DD
6572001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
658
659 * concat.c: Include stdlib.h.
660
fa9f0e33
DD
6612001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
662
663 * libiberty.texi: (Top level): Add syncodeindex pg. Add
664 @dircategory and @direntry directives. Add @finalout.
665 (many nodes): Lose the next,prev,up pointers on the @nide line.
666 (Using, Supplemental Functions, Replacement Functions): Fix
667 markup.
668 (Functions): Move around, to allow makeinfo to build the manual
669 without next,prev,up pointers in thye node lines.
670 (Licenses): Fix typos.
671
672 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
673 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
674 * functions.texi: Regenerate.
675
676 * copying-lib.texi: Lose the next,prev,up pointers on the @node
677 line.
678
6792001-09-27 DJ Delorie <dj@redhat.com>
680
681 * configure.in: Don't use in-tree texinfo, because libiberty must
682 be built before it. Check for makeinfo version 4 or higher.
683 * functions.texi: Regenerate.
684
39423523
DD
6852001-09-20 DJ Delorie <dj@redhat.com>
686 Phil Edwards <pedwards@disaster.jaj.com>
687
688 * configure.in (MAKEINFO, PERL): Detect these.
689 (--enable-maintainer-mode): Add.
690 * configure: Regenerate.
691 * Makefile.in (MAKEINFO, PERL): Define.
692 (libiberty.info, libiberty.dvi, libiberty.html): New.
693 (CFILES): Add bsearch.c.
694 (CONFIGURED_OFILES): New, list of objects configure might add.
695 (maint-missing, maint-buildall): New, for maintainers only.
696 (clean, mostlyclean): Add info/dvi/html files.
697 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
698 * gather-docs: New, for maintainers.
699 * maint-tool: New, for maintainers.
700 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
701 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
702 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
703 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
704 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
705 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
706 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
707 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
708 documentation.
709
66c94e19
DD
7102001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
711
712 * concat.c (reconcat): Fix for traditional C.
713
99ee3a8f
DD
7142001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
715
716 * concat.c (reconcat): New function.
717
54c20242
DD
7182001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
719
720 * concat.c (vconcat_length, vconcat_copy, concat_length,
721 concat_copy, concat_copy2): New functions.
722 (concat): Use vconcat_length/vconcat_copy.
723
724 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
725 Define.
726
843f21be
DD
7272001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
728
729 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
730 VA_FIXEDARG & VA_CLOSE.
731
732 * vasprintf.c: Check HAVE_STRING_H when including string.h.
733 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
734 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
735
8a423cb3
DD
7362001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
737
738 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
739
dc676635
DD
7402001-08-23 Ulrich Drepper <drepper@redhat.com>
741
742 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
743
7442001-08-23 Ulrich Drepper <drepper@redhat.com>
745
746 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
747 instead of mbrtowc.
748 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
749 wcslen, and __wcscoll instead of wcscoll.
750
f080c76d
DD
7512001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
752
3ebf1f59
DD
753 * fibheap.c (fibheap_init, fibnode_init): Remove.
754 (fibheap_new, fibnode_new): Use xcalloc to allocate and
755 initialize memory.
756 (fibheap_insert): Remove check for node allocation failure.
f080c76d 757
f01b59ed
DD
7582001-08-21 Richard Henderson <rth@redhat.com>
759
760 * Makefile.in (fibheap.o): Depend on config.h.
761 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
762 functions for inlining.
763
764Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
765
766 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
767 hosting on cygwin.
768 * configure: Regenerate.
769
eb828599
AC
7702001-08-20 Andrew Cagney <ac131313@redhat.com>
771
772 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
773 HARRIS_FLOAT_FORMAT.
774 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
775 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
776 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
777 (floatformat_m88110_harris_ext): New float formats.
778
4e55c4b6
DD
7792001-08-20 Daniel Berlin <dan@cgsoftware.com>
780
781 * fibheap.c: New file. Fibonacci heap.
782
783 * Makefile.in (CFILES): Add fibheap.c.
784 (REQUIRED_OFILES): Add fibheap.o.
785 (fibheap.o): Add dependencies for fibheap.o.
786
68a41de7
DD
7872001-08-17 Christopher Faylor <cgf@cygnus.com>
788
789 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
790 * configure: Regenerate.
791
8fc34799
DD
7922001-08-16 Richard Henderson <rth@redhat.com>
793
794 * hashtab.c (htab_hash_string): New.
795
16bad250
AC
7962001-08-13 Andrew Cagney <ac131313@redhat.com>
797
798 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
799 name.
800
a9022147
DD
8012001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
802
803 * regex.c (wcs_regex_compile): Use appropriate string
804 to compare with collating element.
805 Fix the padding for the alignment.
806
8aefe91a 8072001-08-10 Andrew Cagney <ac131313@redhat.com>
3ea71002
AC
808
809 * lbasename.c (lbasename): Change function definition to return a
810 const char pointer.
811
e7e9b069
DD
8122001-08-07 Jason Merrill <jason_merrill@redhat.com>
813
814 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
815 for".
816
cc5144f8
DD
8172001-08-03 Richard Henderson <rth@redhat.com>
818
819 * Makefile.in (concat.o): Depend on config.h.
820
8aefe91a
DD
8212001-07-30 Andreas Jaeger <aj@suse.de>
822
823 * concat.c: Include "config.h".
824
86710ce2
DD
8252001-07-30 Andreas Jaeger <aj@suse.de>
826
827 * regex.c: Declare wcs functions only if compiling with
828 MBS_SUPPORT.
829 Don't use #elif for traditional C.
830
8312001-07-23 Ulrich Drepper <drepper@redhat.com>
832
833 * regex.c: Revamp memory allocation for WCHAR functions to
834 not use too much stack.
835
8362001-07-30 Andreas Jaeger <aj@suse.de>
837
838 * regex.c: Declare wcs functions only if compiling with
839 MBS_SUPPORT.
840 Don't use #elif for traditional C.
841
a5d8f731
DD
8422001-07-25 Daniel Jacobowitz <drow@mvista.com>
843
844 * Makefile.in (regex.o): Add dependency on config.h.
845
6ad8a379
DD
8462001-07-18 Andreas Schwab <schwab@suse.de>
847
848 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
849 underscore character.
850
8512001-07-18 Ulrich Drepper <drepper@redhat.com>
852
853 * regex.c: Limit string length printed in debug messages to 100
854 chars.
855
8562001-07-18 Andreas Jaeger <aj@suse.de>
857
858 * regex.c: Place under LGPL version 2.1.
859
2a6ef469
DD
8602001-07-10 Jeff Johnston <jjohnstn@redhat.com>
861
862 * Makefile.in: Add support for regex code.
863 * regex.c: New file.
864
7b78baae
DD
8652001-07-05 Mark Klein <mklein@dis.com>
866
867 * Makefile.in: Add ffs.c dependency.
868 * configure.in: Add ffs.c.
869 * ffs.c: New file.
870
926150e2
DD
8712001-06-18 Richard Henderson <rth@redhat.com>
872
873 * concat.c: Include <sys/types.h>.
874
11f6f21d
DD
8752001-06-11 Loren J. Rittle <ljrittle@acm.org>
876
877 bootstrap/3106
878 * strerror.c (sys_nerr): Hide the OS header version.
879 * strsignal.c (sys_nsig): Likewise.
880
d42dae6c
DD
8812001-06-10 Richard Henderson <rth@redhat.com>
882
883 * concat.c: Include string.h. Fix int vs size_t usage.
884 Simplify the iteration loops. Use memcpy.
885
e05c6d27
DD
8862001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
887
888 * partition.c: Fix misspelling of `implementation'.
889
b50c4073
DD
8902001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
891
892 * md5.c (md5_init_ctx): Declare constants as unsigned.
893 (md5_process_block): Likewise.
894
457161bf
DD
8952001-05-07 Zack Weinberg <zackw@stanford.edu>
896
897 * cp-demangle.c (demangle_v3_with_details,
898 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
899 function definition.
900 * ternary.c: Use K+R style function definitions. Use PTR, not
901 void *. Make arguments constant where possible.
902
e00bc6a7
DD
9032001-05-07 Mark Mitchell <mark@codesourcery.com>
904
905 * splay-tree.h (splay_tree_max): New function.
906 (splay_tree_min): Likewise.
907
400ee7e1
DB
9082001-04-15 Daniel Berlin <dan@cgsoftware.com>
909
910 * ternary.c: New file - Ternary search tree implementation.
a5dd804e
DB
911
912 * Makefile.in: Add ternary.o, and ternary.c dependencies.
400ee7e1 913
d9697354
DD
9142001-04-03 Zack Weinberg <zackw@stanford.edu>
915
916 * make-temp-file.c (try): Inline.
917
a7bf099b
DD
9182001-02-28 Richard Henderson <rth@redhat.com>
919
920 * Makefile.in (make-temp-file.o): Depend on config.h.
921
30a1def2
DD
9222001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
923
924 * memchr.c (memchr): Adjust condition to avoid infinite loop.
925
079c672a
DD
9262001-03-23 Jakub Jelinek <jakub@redhat.com>
927
928 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
929 `_' not followed by a digit is invalid.
930
a88e356a
JB
9312001-03-22 Jim Blandy <jimb@redhat.com>
932
933 * cp-demangle.c (string_list_delete): Use dyn_string_delete
934 instead of free, to free the contents as well as the string
935 structure.
936
1dffcc66
DD
9372001-03-21 Zack Weinberg <zackw@stanford.edu>
938
939 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
940 Don't default P_tmpdir to anything. Try /var/tmp before
941 /usr/tmp.
942
9432001-03-20 Zack Weinberg <zackw@stanford.edu>
944
945 * choose-temp.c: Split off make_temp_file, and the code
946 duplicated between it and choose_temp_base, into...
947 * make-temp-file.c: ... here; new file.
948
949 * Makefile.in (CFILES): Add make-temp-file.c.
950 (REQUIRED_OFILES): Add make-temp-file.o.
951
e61231f1
JB
9522001-03-20 Jim Blandy <jimb@redhat.com>
953
954 * cp-demangle.c (struct demangling_def): New fields:
955 is_constructor and is_destructor.
956 (demangling_new): Initialize them.
957 (demangle_ctor_dtor_name): Set them, if we detect a constructor
958 or destructor.
959 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
960 is_gnu_v3_mangled_dtor): New functions.
961
a9cbbe6d
DD
9622001-03-20 Jason Merrill <jason@redhat.com>
963
964 * cplus-dem.c (main): Skip initial $.
965
b1e51b3c
DD
9662001-03-15 Michael Meissner <meissner@redhat.com>
967
968 * hashtab.c (higher_prime_number): Silence warning that 4294967291
969 might be a signed integer under pre-ISO C systems.
970
8aa30e60 9712001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
fa03f0a7 972 John David Anglin <dave@hiauly1.hia.nrc.ca>
8aa30e60 973
8aa30e60
DD
974 * libiberty/lbasename.c: New file.
975 * libiberty/Makefile.in: Update for lbasename.
8aefe91a 976
30673bf5
DD
9772001-03-06 Zack Weinberg <zackw@stanford.edu>
978
979 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
980 * configure.in: Replace all alloca logic with a simple use of
981 the above new macro.
982 * config.table: Kill *-*-beos* entry.
983 * config/mh-beos: Delete.
984 * configure, config.in: Regenerate.
fa03f0a7 985
30673bf5
DD
986 * Makefile.in (ALLOCA, HFILES): Kill.
987 (REQUIRED_OFILES): Add alloca.o.
988 (alloca.o): Depend on libiberty.h.
989 (argv.o): Don't depend on alloca-conf.h.
990 * alloca-conf.h: Delete.
991 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
992 blocks. Provide the C alloca unconditionally. Use PTR where
993 appropriate. Make i00afunc static.
994 * argv.c: Don't include alloca-conf.h.
fa03f0a7 995
5810f394
DD
9962001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
997
998 * cplus-dem.c (main): Cast enum style to int.
fa03f0a7 999
a9db032a
DD
10002001-02-16 Loren J. Rittle <ljrittle@acm.org>
1001
1002 * cplus-dem.c (main): Initialize style.
fa03f0a7 1003
8aefe91a
DD
10042001-02-02 Phil Edwards <pme@sources.redhat.com>
1005
1006 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
1007
bc9bf259
DD
10082001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
1009
1010 Add support for Java demangling under the v3 ABI:
1011 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
1012 (struct demangling_def): Add `style' field.
1013 (demangling_new): New parameter `style'. Set it in demangling_t.
1014 (demangle_prefix): Use NAMESPACE_SEPARATOR.
1015 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
1016 (cp_demangle): New parameter `style'. Pass it to demangling_new().
1017 (main): Call cp_demangle with extra parameter.
1018 (java_demangle_v3): New function.
1019 (java_builtin_type_names): New. Table of primitive type names used
1020 for Java demangling.
1021 (demangle_builtin_type): Look up in java_builtin_type_names if doing
1022 Java output.
1023 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
1024 demangling.
1025 (long_options): Remove obsolete `java' option.
1026 (main): Remove explicit handling of `java' option. Instead, pass style
1027 parameter in cplus_demangle flags as gdb does.
1028 * testsuite/demangle.expected: Add some Java test cases.
fa03f0a7 1029
f6528837
DD
10302000-12-29 DJ Delorie <dj@redhat.com>
1031
1032 * fnmatch.c: Make the note about the origins of this file more
1033 accurate, at least until we can sync with glibc.
1034 * getopt.c: Ditto.
1035 * getopt1.c: Ditto.
1036 * md5.c: Ditto.
1037 * obstack.c: Ditto.
9d969b59 1038
c6da642e
DD
10392000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1040
1041 * bsearch.c: New file.
1042 * configure.in (funcs): Add bsearch.
1043 (AC_CHECK_FUNCS): Likewise.
1044 * configure, config.in: Regenerate.
1045
ae7d06ad 10462000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
1047
1048 * safe-ctype.c: #include "ansidecl.h".
1049 * strtod.c: Likewise.
1050
ae7d06ad 10512000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
f021637a
DD
1052
1053 * strtoul.c: Include safe-ctype.h, not ctype.h.
1054
ac424eb3
DD
10552000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
1056
1057 * safe-ctype.c: New file.
1058 * Makefile.in (CFILES): Add safe-ctype.c.
1059 (REQUIRED_OFILES): Add safe-ctype.o.
1060
1061 * argv.c: Define ISBLANK and use it, not isspace.
1062 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
1063 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
1064 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
1065 before calling TOLOWER(c)/TOUPPER(c).
1066
4415a860
DD
10672000-12-07 Mike Stump <mrs@wrs.com>
1068
1069 * Makefile.in (distclean): When cleaning, remove testsuite.
1070
849ee224
DD
10712000-12-05 Jason Merrill <jason@redhat.com>
1072
1073 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
1074 name before allocating the dyn_string.
1075
ae7d06ad 10762000-12-04 Jason Merrill <jason@redhat.com>
e49a569c
DD
1077
1078 * cp-demangle.c: s/new_abi/v3/.
1079 * cplus-dem.c: Likewise.
1080 (current_demangling_style): Now auto_demangling.
1081 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
ae7d06ad 1082 (main): Use standard symbol chars for auto_demangling.
e49a569c 1083
ae7d06ad 10842000-11-26 Mark Mitchell <mark@codesourcery.com>
5ca0f83d
DD
1085
1086 * hashtab.c (higher_prime_number): Use a table, rather than a
1087 seive, to find the next prime.
ae7d06ad
NC
1088
10892000-11-22 H.J. Lu <hjl@gnu.org>
1090
1091 * cplus-dem.c (main): Handle gnat_demangling.
1092
10932000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2ea7befd
DD
1094
1095 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
1096 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
1097 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
1098 argument form of AC_DEFINE in dummy definitions block. Use
1099 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
1100 in dummy block. Preload cache variables instead of bypassing
1101 tests, where possible.
1102 * acconfig.h: Removed.
ae7d06ad 1103
2ea7befd
DD
1104 * xmalloc.c (xmalloc_failed): New function, does error
1105 reporting on failed allocation.
1106 (xmalloc, xcalloc, xrealloc): Use it.
9c26dc82 1107
f1775526
HPN
11082000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
1109
1110 * cplus-dem.c (cplus_demangle): Fix formatting.
1111 (grow_vect): Ditto.
1112 (ada_demangle): Ditto.
1113 (internal_cplus_demangle): Ditto.
1114 (mop_up): Ditto.
1115
11162000-11-21 H.J. Lu <hjl@gnu.org>
1117
1118 * cplus-dem.c (main): Handle java_demangling.
1119
ae7d06ad 11202000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
f1775526
HPN
1121
1122 * cplus-dem.c (grow_vect): Prototype.
1123 (ada_demangle): Cast the arg of ctype macros to unsigned char.
1124
5dd42ef4
HPN
11252000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
1126
1127 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
1128 parameter `option'.
1129
296731c1
DD
11302000-11-15 Kenneth Block <kenneth.block@compaq.com>
1131
8944fb9d 1132 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
296731c1
DD
1133 be used in GCC.
1134
6e53a714 11352000-11-15 Kenneth Block <kenneth.block@compaq.com>
16e85745 1136
5dd42ef4 1137 * cplus-dem.c: Add gnat demangler. Add java to demangle style
16e85745
HPN
1138 list.
1139
99a4c1bd
HPN
11402000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
1141
1142 * hashtab.c (htab_expand): Change to return int. Use calloc or
8aefe91a
DD
1143 xcalloc depending on htab->return_allocation_failure. Return zero
1144 if calloc fails.
99a4c1bd
HPN
1145 (htab_create): Update comment to cover memory allocation.
1146 (htab_try_create): New.
1147 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
8aefe91a 1148 Update comment to cover this.
99a4c1bd 1149
e0f3df8f
HPN
11502000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
1151
1152 * hashtab.c: Change void * to PTR where necessary.
1153 (htab_create, htab_expand): Correct formatting of comment before
1154 function.
1155
ae7d06ad 11562000-10-22 Alex Samuel <samuel@codesourcery.com>
59666b35
DD
1157
1158 * cp-demangle.c (string_list_def): Add caret_position and comments.
1159 (result_caret_pos): New macro.
1160 (result_append_string): Rename to...
1161 (result_add_string): ... this, and insert at caret position.
ae7d06ad 1162 Rename throughout.
59666b35
DD
1163 (result_append): Rename to...
1164 (result_add): ... this, and insert at caret position. Rename
ae7d06ad 1165 throughout.
59666b35
DD
1166 (result_append_char): Rename to...
1167 (result_add_char): ... this, and insert at caret position. Rename
ae7d06ad 1168 throughout.
59666b35
DD
1169 (result_append_space): Remove.
1170 (string_list_new): Initialize caret position.
1171 (result_add_separated_char): Use caret position.
1172 (result_get_caret): New funtion.
1173 (result_set_caret): Likewise.
1174 (result_shift_caret): Likewise.
1175 (result_previous_char_is_space): Likewise.
1176 (substitution_start): Use caret position.
1177 (substitution_add): Likewise.
1178 (demangling_new): Initialize caret position.
1179 (demangle_encoding): Use caret position.
ae7d06ad 1180 (demanglin_nested_name): Put CV qualifiers after name.
59666b35
DD
1181 (demangle_type_ptr): Use switch statement. Handle pointers to
1182 arrays. Don't use result_append_space. Use caret position.
1183 (demangle_type): Emit CV qualifiers after underlying type. Adjust
ae7d06ad
NC
1184 call to demangle_array_type.
1185 (demangle_array_type): Add parameter to handle pointers to arrays.
74bcd529 1186
ae7d06ad 11872000-10-01 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
1188
1189 * splay-tree.c (splay_tree_insert): Fix formatting.
ae7d06ad
NC
1190
11912000-09-16 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
1192
1193 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
ae7d06ad
NC
1194
11952000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1196
1197 * splay-tree.c: #include <stdio.h>.
1198
11992000-09-14 Hans-Peter Nilsson <hp@axis.com>
1200
1201 * testsuite/demangle-expected: Add two tests for anonymous
1202 namespaces.
1203 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
1204
12052000-09-10 Mark Mitchell <mark@codesourcery.com>
74bcd529
DD
1206
1207 * splay-tree.c (splay_tree_predecessor): New function.
1208 (splay_tree_successor): Likewise.
ae7d06ad
NC
1209
12102000-09-10 Hans-Peter Nilsson <hp@axis.com>
1211
1212 * testsuite/demangle-expected: Add four tests for type_info
1213 mangling.
1214 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
1215 for a non-template non-qualified type_info function or node.
1216
12172000-09-08 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1218
1219 * cp-demangle.c: Fix copyright banner.
ae7d06ad
NC
1220
12212000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1222
1223 * md5.c: #include "ansidecl.h".
1224
12252000-09-06 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1226
1227 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
1228 (demangle_type): Handle substitution candidates correctly in the
1229 face of special substitutions.
ae7d06ad
NC
1230
12312000-09-05 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1232
1233 * cp-demangle.c (demangle_encoding): Rename variable.
1234 (demangle_name): Rename parameter. Handle return type
1235 suppression.
1236 (demangle_nested_name): Rename parameter.
1237 (demangle_prefix): Likewise. Change return type suppression.
1238 (demangle_unqualified_name): Add parameter. Flag constructors and
1239 conversion operators.
1240 (demangle_special_name): Fix comment.
1241 (demangle_type): Rename variable.
1242 (demangle_bare_function_type): Check for missing return type and
1243 parameter.
1244 (demangle_class_enum_type): Rename parameter.
1245 (demangle_discriminator): Fix misspelling in comment.
ae7d06ad
NC
1246
12472000-08-31 DJ Delorie <dj@redhat.com>
1248
1249 * configure.in (Cygwin): special case cygwin only when we're
1250 building cygwin, not when we're hosting cygwin.
1251
12522000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1253
1254 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
1255 <expression>.
ae7d06ad
NC
1256
12572000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1258
1259 * cp-demangle.c (demangle_type_ptr): Increment position past
1260 pointer and reference characters.
ae7d06ad
NC
1261
12622000-09-04 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1263
1264 * cp-demangle.c (demangle_nv_offset): New function.
1265 (demangle_v_offset): Likewise.
1266 (demangle_call_offset): Likewise.
1267 (demangle_special_name): Update thunk demangling to comply with
1268 ABI changes.
ae7d06ad
NC
1269
12702000-09-03 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1271
1272 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
1273 (substitution_def): Remove template_parm_number.
1274 (NOT_TEMPLATE_PARM): Remove.
1275 (result_insert_string): New macro.
1276 (result_insert): Likewise.
1277 (result_insert_char): Likewise.
1278 (substitution_add): Remove last parameter. Don't store template
1279 parm number.
1280 (BFT_NO_RETURN_TYPE): Define as NULL.
1281 (demangle_encoding): Adjust call to demangle_bare_function_type.
1282 (demangle_name): Adjust substitution. Adjust call to
1283 substitution_add.
1284 (demangle_prefix): Adjust call to substitution_add.
1285 (demangle_identifier): Handle anonymous namespaces.
1286 (demangle_operator_name): Change demangling of vendor-extended
1287 operator to match ABI changes.
1288 (demangle_type_ptr): Change parameters. Make recursive. Handle
1289 substitutions here.
1290 (demangle_type): Adjust calls to demangle_template_param,
1291 substitution_add, and demangle_type_ptr. Fix substitution of
1292 templated types.
1293 (demangle_function_type): Change parameter to a pointer.
1294 (demangle_bare_function_type): Likewise. Adjust insertion point.
1295 (demangle_template_param): Remove last parameter.
1296 (demangle_expr_primary): Remove unused variable. Adjust call to
1297 demangle_template_param.
1298 (is_mangled_char): Accept `$' and `.'.
1299 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
1300 * dyn-string.c (dyn_string_insert_char): New function.
ae7d06ad
NC
1301
13022000-08-31 Hans-Peter Nilsson <hp@axis.com>
1303
1304 * testsuite/demangle-expected: Add nine tests for
1305 underscore-after-number followed by five tests for name-signature
1306 delimiter.
1307
13082000-08-28 Richard Henderson <rth@cygnus.com>
74bcd529
DD
1309
1310 * Makefile.in (md5.o): Depend on config.h.
ae7d06ad
NC
1311
13122000-08-28 Jason Merrill <jason@redhat.com>
1313
1314 * Makefile.in (REQUIRED_OFILES): Add md5.o.
1315 (CFILES): Add md5.c.
1316 * md5.c: New file.
1317
13182000-08-27 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1319
1320 * cp-demangle.c (demangle_name): Initialize template_p in local
1321 name case. Don't re-add substitutions as candidates.
1322 (demangle_nested_name): Use <unqualified-name>.
1323 (demangle_prefix): Likewise. Don't add template names as
1324 substitution candidates twice, or re-add a substitution or the
1325 last prefix component.
1326 (demangle_local_name): Adjust output format.
ae7d06ad
NC
1327
13282000-08-25 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1329
1330 * cp-demangle.c (result_add_separated_char): Change parameter to
1331 int.
1332 (substitution_add): Don't check for duplicates. Check if
1333 previously allocated size is zero.
1334 (demangle_name): Remove duplicate check for std substitution.
1335 Clear template flag appropriately.
1336 (demangle_prefix): Remove argument to demangle_substitution.
1337 Don't check that template flag is already set.
1338 (demangle_operator_name): Add pt operator.
1339 (demangle_type): Don't treat r as built-in type. Remove argument
1340 to demangle_substitution. Fix substitution candidate mechanics.
1341 Handle <template-template-parm>s. Improve comments.
1342 (demangle_template_param): Don't handle template arg lists here.
1343 (demangle_substitution): Remove parameter.
1344 (print_usage): Remove extra fprintf option.
ae7d06ad
NC
1345
13462000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
1347
1348 * libiberty/random.c (end_ptr): Revert previous change.
ae7d06ad
NC
1349
13502000-08-24 Greg McGary <greg@mcgary.org>
74bcd529
DD
1351
1352 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
1353 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
1354 * libiberty/random.c (end_ptr): Likewise.
ae7d06ad
NC
1355
13562000-08-23 Alex Samuel <samuel@codesourcery.com>
74bcd529
DD
1357
1358 * cp-demangle.c (result_close_template_list): Remove function.
1359 (result_add_separated_char): New function.
1360 (result_open_template_list): New macro.
1361 (result_close_template_list): Likewise.
1362 (demangle_prefix): Don't set template_p if the
1363 prefix ends with a ctor name.
1364 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
1365 (demangle_type): Check for template args after substitution.
1366 (demangle_template_args): Use result_open_template_list.
d3e85005 1367
ae7d06ad 13682000-08-02 Zack Weinberg <zack@wolery.cumb.org>
64e3a659 1369
ae7d06ad 1370 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
050823ca 1371
ae7d06ad 13722000-07-26 Dave Pitts <dpitts@cozx.com>
d6e83f5f
JL
1373
1374 * config/mh-openedition.h: Added -DLE370 definition.
1375
a9f34fb6
JL
13762000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
1377
1378 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
1379 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
1380 Cast program to 'char *' in errmsg_arg assignment.
1381 (PWAIT_ERROR): Define.
1382 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
1383 to DJGPP's WIF* macros.
1384
90aaccd1 13852000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
ae7d06ad 1386 Jeff Law <law@cygnus.com>
90aaccd1 1387
ae7d06ad 1388 * getcwd.c: Include string.h, stdlib.h for prototypes
443519c1 1389
90aaccd1 1390 * Makefile.in (rename.o, waitpid.o): Depend on config.h
ae7d06ad
NC
1391 * rename.c: Include config.h, unistd.h
1392 * waitpid.c: Include config.h, sys/wait.h
90aaccd1 1393
6ef554e3
HPN
13942000-07-24 Hans-Peter Nilsson <hp@axis.com>
1395
1396 * cplus-dem.c (work_stuff_copy_to_from): New.
1397 (delete_non_B_K_work_stuff): New.
1398 (delete_work_stuff): New.
1399 (mop_up): Break out work_stuff partly destruction to
1400 delete_non_B_K_work_stuff.
1401 (iterate_demangle_function): New.
1402 (demangle_prefix): Call iterate_demangle_function instead of
1403 demangle_function_name. Leave handling of name-signature
1404 __-delimiters to iterate_demangle_function.
1405 (demangle_integral_value): Strip an optional
1406 following underscore cautiously. Handle negative numbers.
1407
ae7d06ad 14082000-07-24 Daniel Berlin <dberlin@redhat.com>
e8865c28 1409
ae7d06ad 1410 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
e8865c28
DB
1411 if (AUTO_DEMANGLING || GNU_DEMANGLING)
1412
ae7d06ad
NC
14132000-07-21 Alex Samuel <samuel@codesourcery.com>
1414
1415 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
1416 allocating ctor mangling.
1417 (demangle_array_type): Handle empty and non-constant array length.
1418
b1233257 14192000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
62df2065
JL
1420 Jeff Law <law@cygnus.com>
1421
1422 * configure.in (AC_CHECK_HEADERS): Add time.h.
1423 (AC_HEADER_TIME): Add check.
1424 * configure, config.in: Regenerate.
1425 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
1426
1427 * configure.in (AC_CHECK_HEADERS): Add limits.h.
1428 * configure, config.in: Regenerate.
1429 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
1430 * strtol.c, strtoul.c: #include "config.h". Portably #include
1431 <limits.h> and/or <sys/param.h>.
1432 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
b1233257 1433
7d3ffcaf
JL
1434 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
1435 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
1436 * configure, config.in: Regenerate.
1437 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
1438
b1233257
JL
1439 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
1440
ae7d06ad
NC
14412000-07-21 Mike Stump <mrs@wrs.com>
1442
1443 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
1444 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
1445
14462000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1447
1448 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
1449
1450 * setenv.c (setenv): Initialize variable `ep'.
1451
1452 * sigsetmask.c (abort): Prototype.
1453
1454 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
1455 __STDC__ for stdarg.h include.
1456 (int_vasprintf): Prototype.
1457 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
1458 definition. Cast `global_total_width' in comparison.
1459 (main): Prototype. Return a value.
1460
1461 * vfork.c (fork): Prototype.
1462
1463 * xexit.c: Include config.h.
1464
9adf30b2
JL
14652000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
1466
1467 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
1468 and print it with %u.
1469
2ed78d1b
HPN
14702000-07-17 Hans-Peter Nilsson <hp@axis.com>
1471
1472 * testsuite/regress-demangle (failed test): Show result and
1473 expected output.
1474
0473bdf7
AH
14752000-07-07 Andrew Haley <aph@cygnus.com>
1476
1477 * cplus-dem.c (main): fflush() after emitting last char before
1478 waiting for input.
1479
03d5f569
JM
14802000-06-28 Alex Samuel <samuel@codesourcery.com>
1481
1482 * cp-demangle.c (demangle_encoding): Accept no substitutions.
1483 (demangle_name): Handle <substitution> followed by
1484 <unqualified-template-name>.
1485 (demangle_type): Follow special substitutions with
1486 <class-enum-type>
1487 (demangle_subtitution): Set template_p for special substitutions.
1488 (main): Fix typos.
ae7d06ad 1489
03d5f569
JM
14902000-06-27 Alex Samuel <samuel@codesourcery.com>
1491
1492 * cp-demangle.c (demangle_special_name): Swap base and derived
1493 class when demangling construction vtables.
1494
14952000-06-21 Alex Samuel <samuel@codesourcery.com>
1496
1497 * cp-demangle.c: Don't include ctype.h.
1498 (IS_DIGIT): New macro.
1499 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
1500 instead of isdigit and isalpanum.
1501 (demangling_def): Make name and next const pointers.
1502 (STATUS_ALLOCATION_FAILED): New status code.
1503 (dyn_string_append_space): Handle failure in
1504 dyn_string_append_char.
1505 (int_to_dyn_string): Likewise. Change return value to status_t.
1506 (string_list_new): Handle failure of dyn_string_init.
1507 (result_close_template_list): Change return type to status_t.
1508 Handle failure in dyn_string_append.
1509 (result_push): Change return value to status_t. Handle failure in
1510 string_list_new. Handle failure of result_push throughout.
1511 (substitution_add): Change return value to status_t. Handle
1512 dyn_string failures. Handle failure of substitution_add
1513 throughout.
1514 (template_arg_list_new): Return NULL on allocation failure.
1515 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
1516 Handle error result throughout.
1517 (result_append): Likewise.
1518 (result_append_char): Likewise.
1519 (result_append_space): Likewise.
1520 (demangling_new): Make argument a const pointer. Handle
1521 allocation failures.
1522 (demangle_template_args): Handle failure in template_arg_list_new
1523 and result_close_template_list.
1524 (demangle_discriminator): Return if int_to_dyn_string fails.
1525 (cp_demangle): Likewise.
1526 (cp_demangle_type): New function.
1527 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
1528 memory allocation failure.
1529 (main): Likewise.
1530 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
1531 IN_LIBGCC2.
1532 (dyn_string_init): Change return value to int. Handle
1533 RETURN_ON_ALLOCATION_FAILURE case.
1534 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
1535 (dyn_string_release): Delete the dyn_string.
1536 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
1537 (dyn_string_copy): Change return type to int.
1538 (dyn_string_copy_cstr): Likewise.
1539 (dyn_string_prepend): Likewise.
1540 (dyn_string_prepend_cstr): Likewise.
1541 (dyn_string_insert): Likewise.
1542 (dyn_string_insert_cstr): Likewise.
1543 (dyn_string_append): Likewise.
1544 (dyn_string_append_cstr): Likewise.
1545 (dyn_string_append_char): Likewise.
1546 (dyn_string_substring): Likewise.
ae7d06ad 1547
eb383413 15482000-06-09 Zack Weinberg <zack@wolery.cumb.org>
9cc28cc8 1549
eb383413
L
1550 * cp-demangle.c (demangle_operator_name): Add spaces before
1551 names beginning with a letter: delete, delete[], new, new[],
1552 sizeof.
1553 (demangle_special_name): Handle TF <type> and TJ <type>.
9cc28cc8 1554
eb383413
L
1555Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
1556
1557 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
1558
1559Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
1560
1561 * cp-demangle.c (stdio.h): File included unconditionaly.
1562 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
1563 * dyn-string.c (stdio.h): File included.
1564 * partition.c (partition_print): No `&' needed to take the address of
1565 a function.
1566
15672000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1568
1569 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
ae7d06ad 1570
eb383413
L
1571 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
1572
1573 * cp-demangle.c (demangle_char): Change parameter from char to int.
1574 (demangle_expression, demangle_expr_primary): Remove extra
1575 semi-colon in prototype.
1576
1577 * dyn-string.c (dyn_string_append_char): Change parameter from
1578 char to int.
1579
1580 * memcmp.c (memcmp): Constify.
1581
1582 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
1583 __extension__.
1584
1585 * partition.c (elem_compare): Prototype. Don't cast away
1586 const-ness.
1587
1588 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
ae7d06ad 1589
eb383413
L
15902000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1591
1592 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
1593
1594 * cp-demangle.c: Include demangle.h.
1595 (template_arg_list_new): DeANSIfy.
1596 (cp_demangle): Make static and add prototype.
1597 (operator_code, operators): Constify.
1598 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
1599
16002000-06-05 Alex Samuel <samuel@codesourcery.com>
1601
1602 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
1603 unsigned char.
1604 (demangle_unqualified_name): Likewise.
1605 (demangle_number_literally): Likewise.
1606 (demangle_type): Likewise.
1607 (demangle_substitution): Likewise.
1608 (is_mangled_char): Likewise, for isalnum.
1609
16102000-06-04 Alex Samuel <samuel@codesourcery.com>
1611
1612 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
1613 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
1614 (cp-demangle.o): New dependency.
1615 (dyn-string.o): Likewise.
1616
1617 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
1618
1619 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
1620 demangler.
1621 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
1622 demangling mode.
1623 (gnu_new_abi_symbol_characters): New function.
1624 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
1625 file.
1626 * cp-demangle.c: New file.
ae7d06ad 1627
f03aa80d
AC
1628Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
1629
1630 * floatformat.c: Add name to each floatformat field.
1631
77bfb694
JL
1632Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
1633
1634 * Makefile.in (objalloc.o): Depend on config.h
1635
5c82d20a
ZW
16362000-05-29 Zack Weinberg <zack@wolery.cumb.org>
1637
eb383413 1638 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5c82d20a
ZW
1639 if HAVE_STRING_H.
1640 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
1641 * objalloc.c: Include config.h. Include stdlib.h and don't
1642 declare malloc or free if HAVE_STDLIB_H.
1643 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
1644 else declare malloc without prototype. Include string.h if
1645 HAVE_STRING_H, else declare memset without prototype. Don't
1646 include stddef.h.
1647
eb383413
L
16482000-05-23 Mike Stump <mrs@wrs.com>
1649
1650 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
8aefe91a 1651 -j3.
eb383413
L
1652
16532000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1654
1655 * xmalloc.c: Include config.h for HAVE_SBRK definition.
1656
16572000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
1658
ae7d06ad 1659 * hashtab.c (hash_pointer): Delete low-order bits which are
eb383413
L
1660 probably zero, also eliminate a warning on alpha.
1661
16622000-05-15 David Edelsohn <edelsohn@gnu.org>
1663
1664 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
1665 on $(enable_shared).
1666
16672000-05-10 Jakub Jelinek <jakub@redhat.com>
1668
1669 * config.table: Use mh-sparcpic for sparc*-*-*.
1670
16712000-05-08 Nick Clifton <nickc@cygnus.com>
1672
1673 * Makefile.in (CFILES): Add strncmp.c.
1674 (NEEDED): Add strncmp.
1675
16762000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5c82d20a 1677
eb383413
L
1678 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
1679 Cast the arguments to `islower' to `unsigned char'.
1680 (print_demangler_list): Prototype.
1681
1682Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
1683
1684 * sort.c (UCHAR_MAX): Provide fallback definition.
1685
16862000-04-29 Alexandre Oliva <aoliva@cygnus.com>
010c70e1
AO
1687
1688 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
1689 SUBDIRS.
1690
eb383413
L
16912000-04-28 Kenneth Block <block@zk3.dec.com>
1692 Jason Merrill <jason@casey.cygnus.com>
1693
ae7d06ad
NC
1694 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
1695 (cplus_demangle_set_style): New function for setting style.
1696 (cplus_demangle_name_to_style): New function to translate name.
eb383413
L
1697
16982000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1699
1700 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
1701
1702 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
1703 (libiberty_AC_FUNC_STRNCMP): Invoke.
1704
1705 * strncmp.c: New file.
1706
1707Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
1708
1709 * hashtab.c (htab_expand): Add prototype.
1710 (find_empty_slot_for_expand): Likewise.
1711
17122000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1713
1714 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
1715 match prototype.
1716 (htab_expand): Cast the return value of xcalloc.
1717
17182000-04-24 Mark Mitchell <mark@codesourcery.com>
1719
1720 * hashtab.c (hash_pointer): New function.
1721 (eq_pointer): Likewise.
1722 (htab_hash_pointer): New variable.
1723 (htab_eq_pointer): Likewise.
1724
17252000-04-23 Mark Mitchell <mark@codesourcery.com>
1726
1727 * sort.c (sort_pointers): Fix endianness bugs.
1728
1729 * sort.c: New file.
1730 * Makefile.in (CFILES): Add sort.c
1731 (REQUIRED_OFILES): Add sort.o.
1732 (sort.o): New target.
1733
19be4303
JL
17342000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1735
1736 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
1737 4.3BSD systems.
1738
eb383413
L
1739Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1740
1741 * hashtab.c: Various minor cleanups.
1742 (htab_find_slot_with_hash): INSERT is now enum insert_option.
1743 (htab_find_slot): Likewise.
1744
17452000-04-16 Dave Pitts <dpitts@cozx.com>
1746
1747 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
ae7d06ad 1748
afe36a78
RH
17492000-04-05 Richard Henderson <rth@cygnus.com>
1750
1751 * splay-tree.c (splay_tree_remove): New.
1752
eb383413
L
17532000-03-30 Mark Mitchell <mark@codesourcery.com>
1754
1755 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
1756 codes.
1757 (htab_find_with_hash): Likewise.
1758 (htab_find_slot_with_hash): Likewise.
ae7d06ad 1759
eb383413
L
17602000-03-29 Zack Weinberg <zack@wolery.cumb.org>
1761
1762 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
1763 unless it will be used. Rearrange loop for better
1764 optimization.
1765 (higher_prime_number): Add static prototype.
1766
b4fe2683
JM
1767Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
1768
1769 * Makefile.in (partition.o): Depend on config.h
1770
17712000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
1772
1773 * hashtab.c (find_empty_slot_for_expand): New function.
1774 (htab_expand): Use it instead of htab_find_slot.
1775 (htab_find_with_hash): Renamed from htab_find; now accepts extra
1776 argument HASH.
1777 (htab_find_slot_with_hash): Likewise for htab_find_slot.
1778 (htab_find): New wrapper function.
1779 (htab_find_slot): Likewise.
1780 (htab_traverse): Pass slot, not entry, to called function.
1781
17822000-03-09 Alex Samuel <samuel@codesourcery.com>
1783
1784 * Makefile.in (CFILES): Add partition.c.
1785 (REQUIRED_OFILES): Add partition.o.
1786 (partition.o): New rule.
1787 * partition.c: New file.
ae7d06ad 1788
b4fe2683
JM
17892000-03-09 Zack Weinberg <zack@wolery.cumb.org>
1790
1791 * hashtab.c (htab_create): Set del_f.
1792 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
1793 Use it.
1794
17952000-03-08 Zack Weinberg <zack@wolery.cumb.org>
1796
1797 * hashtab.c: Remove debugging variables (all_searches,
1798 all_collisions, all_expansions). Delete
1799 all_hash_table_collisions.
1800 (create_hash_table, delete_hash_table, empty_hash_table,
1801 find_hash_table_entry, remove_element_from_hash_table_entry,
1802 clear_hash_table_slot, traverse_hash_table, hash_table_size,
1803 hash_table_elements_number, hash_table_collisions): Rename to:
1804 htab_create, htab_delete, htab_empty, htab_find_slot,
1805 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
1806 htab_elements, htab_collisions.
1807 (htab_find): New function, handles common case where you don't
1808 plan to add or delete an entry.
1809 (htab_expand): Don't create a whole new table, just a new
1810 entry vector.
1811 (htab_find_slot): Simplify logic.
1812
08372f14
ILT
18131999-08-03 Ian Lance Taylor <ian@zembu.com>
1814
1815 * floatformat.c: Add casts to avoid signed/unsigned warnings.
1816 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
1817
1818 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
1819 $(TARGETLIB)n so it works on MSDOS.
1820 (install_to_tooldir): Likewise.
1821
9c8ac5a9
ILT
18221999-07-21 Ian Lance Taylor <ian@zembu.com>
1823
1824 From Mark Elbrecht:
1825 * makefile.dos: Remove; obsolete.
8f36e47c 1826 * configure.bat: Remove; obsolete.
9c8ac5a9 1827
0c0a36a4
ILT
18281999-07-11 Ian Lance Taylor <ian@zembu.com>
1829
1830 * splay-tree.c (splay_tree_insert): Add initialization to avoid
1831 warning.
1832
18332000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1834
1835 * pexecute.c: Conditionally include string.h.
b4fe2683 1836 (fix_argv): Handle embedded whitespace in args for Mingw32.
0c0a36a4
ILT
1837
18382000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1839
1840 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
1841 we're using gcc.
1842
1843 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
1844
18451999-12-27 Geoff Keating <geoffk@cygnus.com>
1846
1847 * vasprintf.c (int_vasprintf): Don't re-read the format character
1848 as this mishandles strings like '%%s'.
1849
18501999-12-05 Mark Mitchell <mark@codesourcery.com>
1851
1852 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
1853 rather than struct splay_tree_node.
1854 (splay_tree_insert): Use struct splay_tree_s rather than struct
1855 splay_tree.
1856
1857Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
1858
1859 * hashtab.c (sys/types.h): File included.
1860
18611999-11-22 Jason Merrill <jason@casey.cygnus.com>
1862
1863 * strtoul.c, strtol.c, random.c: Remove advertising clause from
1864 BSD license, pursuant with
1865
1866 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1867
1868Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
1869
1870 * hashtab.c: Include stdio.h.
1871
1872Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
1873
1874 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
1875
1876Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
1877
1878 * xstrdup (sys/types.h): Include this file.
1879
18801999-10-28 Nathan Sidwell <nathan@acm.org>
1881
1882 * Makefile.in (SUBDIRS): New macro.
1883 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
1884 avoid multiple subdirectory cleaning.
1885 (*-subdir): Use SUBDIRS.
1886
18871999-10-25 Jim Kingdon <http://developer.redhat.com/>
1888
1889 * cplus-dem.c: Move declarations of standard_symbol_characters and
1890 hp_symbol_characters inside #ifdef MAIN to avoid compiler
1891 warnings.
1892
18931999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
1894
1895 * hashtab.c (find_hash_table_entry): When returning a
1896 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
1897 (clear_hash_table_slot): New function which deletes an entry
1898 by its position in the table, not its value.
1899 (traverse_hash_table): New function which calls a hook
1900 function for every live entry in the table.
1901
19021999-10-19 Mark Mitchell <mark@codesourcery.com>
1903
1904 * cplus-dem.c (INTBUF_SIZE): New macro.
1905 (string_append_template_idx): New function.
1906 (demangle_expression): Likewise.
1907 (demangle_integral_value): Use it.
1908 (demangle_real_value): New function, split out from ...
1909 (demangle_template_value_parm): ... here. Use
1910 string_append_template_idx. Use demangle_real_value.
1911 (demangle_template): Use string_append_template_idx.
1912 (demangle_qualified): Use consume_count_with_underscores.
1913 (get_count): Tweak formatting.
1914 (do_type): Use string_append_template_idx.
b4fe2683 1915
0c0a36a4
ILT
19161999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1917
1918 * calloc.c: Add a public domain notice.
1919
1920Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
1921
1922 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
1923
1924Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
1925
1926 * Makefile.in (CFILES): Add hashtab.c
1927 (REQUIRED_OFILES): Add hashtab.o
1928 (hashtab.o): Add dependencies.
1929 * hashtab.c: New file
1930
1931Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
1932
1933 * basename.c (DIR_SEPARATOR): New macro.
1934 (DIR_SEPARATOR_2): Likewise.
1935 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
1936 (IS_DIR_SEPARATOR): Likewise.
1937 (main): Handle MSDOS style pathname.
1938
19391999-10-11 Mark Mitchell <mark@codesourcery.com>
1940
1941 * cplus-dem.c (do_type): Handle pointer to member types whose
1942 enclosing classes have namespace scope.
1943
1944Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
1945
1946 * config.table: Provide a backup shell for executing move-if-change.
1947
19481999-10-02 Mark Mitchell <mark@codesourcery.com>
1949
1950 * xmalloc.c (xmalloc): Fix spelling error.
1951 (xcalloc, xrealloc): Likewise.
1952
19531999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1954
1955 * cplus-dem.c (fancy_abort, demangle_integral_value,
1956 demangle_arm_hp_template, recursively_demangle,
1957 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
1958 (program_name, program_version, fatal): Constify a char*.
1959 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
1960 (main): Call return, not exit.
1961
19621999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1963
1964 * choose-temp.c: Remove obsolete comment about gcc.
1965 (make_temp_file): Constify a char*.
1966
1967Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1968
1969 * xmemdup.c: Include sys/types.h.
1970
19711999-09-07 Jeff Garzik <jgarzik@pobox.com>
1972
1973 * xmemdup.c: New xmemdup function.
1974 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
1975
1976Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
1977
b4fe2683 1978 * config.table: Add openedition target.
0c0a36a4
ILT
1979 * config/mh-openedition: New file.
1980
1981Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
1982
1983 * pexecute.c (pexecute): Fill in temp_base when needed.
1984
19851999-08-31 Richard Henderson <rth@cygnus.com>
1986
1987 * getpwd.c: Check HAVE_GETCWD before defining it away.
1988
19891999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1990
1991 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
1992 (REQUIRED_OFILES): Add getpwd.o.
1993 (getpwd.o): Add target.
1994
1995 * configure.in (AC_PREREQ): Bump to 2.13.
1996 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
1997
1998 * getpwd.c: New file, moved here from gcc.
1999
20001999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2001
2002 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
2003 comparing against a signed quantity.
2004 (arm_special): Likewise.
2005 (demangle_fund_type): Likewise.
2006 (do_hpacc_template_const_value): Mark parameter `work' with
b4fe2683 2007 ATTRIBUTE_UNUSED.
0c0a36a4
ILT
2008 (main): Constify variable `valid_symbols'.
2009
2010Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
2011
2012 * strtoul.c (strtoul): Add parentheses around && within ||.
2013
2014Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
2015
2016 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
2017 libdir, libsubdir and tooldir.
2018
20191999-08-01 Mark Mitchell <mark@codesourcery.com>
2020
2021 * splay-tree.c (splay_tree_insert): Return the new node.
2022
35ca97ea
RH
20231999-07-14 Richard Henderson <rth@cygnus.com>
2024
b4fe2683 2025 * argv.c: Include stdlib.h and string.h instead of
35ca97ea
RH
2026 prototyping directly.
2027 * choose-temp.c: Conditionally include string.h.
2028
0c0a36a4
ILT
20291999-07-12 Jason Merrill <jason@yorick.cygnus.com>
2030
2031 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
2032
af32ff69
ILT
20331999-07-11 Ian Lance Taylor <ian@zembu.com>
2034
2035 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2036 warning.
2037
0c0a36a4
ILT
20381999-07-07 Jason Merrill <jason@yorick.cygnus.com>
2039
2040 * Makefile.in (needed-list): Only include stuff we actually need
2041 for libstdc++.
2042
20431999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2044
2045 * configure.in (checkfuncs): Add gettimeofday.
2046 * config.in, configure: Regenerated.
2047
2048Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
2049
2050 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
2051 the test fails.
2052 * configure: Regenerate.
2053
20541999-06-10 Mike Stump <mrs@wrs.com>
2055
2056 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
2057 parallel builds.
2058
20591999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2060
2061 * putenv.c: Include ansidecl.h to define `const'.
2062 * setenv.c: Likewise.
2063
2064Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
2065
2066 * Makefile.in (CFILES): Add putenv.c and setenv.c.
2067 * configure.in (funcs): Add putenv and setenv.
2068 (AC_CHECK_FUNCS): Check for putenv and setenv.
2069 * configure: Rebuilt.
2070 * putenv.c setenv.c: New files.
2071
2072 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
2073 bytes of space using malloc.
2074
2075Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
2076
2077 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
2078 the *mangled pointer beyond the end of the string. Clean up code to
2079 match prevailing coding style.
2080
20811999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2082
2083 * tmpnam.c (L_tmpnam): Fix typo.
2084
2085Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
2086
2087 * cplus-dem.c (standard_symbol_characters): Renamed from
2088 standard_symbol_alphabet. No longer modify TABLE.
2089 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
2090 modify TABLE.
2091 (main): Corresponding changes. Use strchr to determine if a
2092 character is valid.
2093
e9868447
JB
20941999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
2095
2096 * cplus-dem.c (main): Use table lookup to distinguish identifier
2097 characters from non-identifier characters.
2098 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
2099
33fbbfbc
RH
2100Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
2101
2102 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
2103 * getruntime.c: Only attempt to include sys/resource.h and
2104 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
2105 are defined.
2106
0c0a36a4
ILT
2107Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
2108
2109 * configure.in (alloca detection): Handle alloca directly for interix.
2110 * configure: Rebuilt.
2111
2112Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
2113
2114 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
2115
252b5132
RH
21161999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
2117
2118 Fix from Dale Hawkins:
b4fe2683 2119 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
252b5132
RH
2120 reallocated properly if we use it again.
2121
2122 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
2123 stricter about syntax. Always null-terminate string.
2124
c1687039
ILT
2125Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
2126
2127 * configure.in (checkfuncs): Check for sbrk.
2128 * config.in: Rebuilt.
2129 * configure: Likewise.
2130 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
2131
0c0a36a4
ILT
21321999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
2133
2134 Fix from Marcus Daniels:
2135 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
2136 identifier looking for another underscore.
2137
2138Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
2139
2140 * pexecute.c: Change all references to __UWIN__ to _UWIN.
2141 * xmalloc.c: Likewise.
2142 (xcalloc): UWIN has sbrk.
2143 (xrealloc): Fix guard macro.
2144
252b5132
RH
21451999-04-11 Richard Henderson <rth@cygnus.com>
2146
2147 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
2148 or <alloca.h>.
2149 * clock.c (GNU_HZ): New definition.
2150 (clock): Use it.
2151 * getruntime.c: Likewise.
2152
2153 * config.table: Use mh-beos.
2154 * config/mh-beos: New file.
2155
0c0a36a4
ILT
21561999-04-11 Mark Mitchell <mark@codesourcery.com>
2157
2158 * cplus-dem.c (demangle_template_value_parm): Handle
2159 pointers-to-members.
2160 (do_type): Handle template parameters as qualifiers.
2161
252b5132
RH
21621999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
2163
2164 * cplus-dem.c: Attempt to handle overflows in counts with some
2165 semblance of grace.
2166 (consume_count): Detect overflows. Return -1 to indicate errors,
2167 instead of zero.
2168 (demangle_template_value_parm, demangle_template): Handle change
2169 to consume_count's return convention.
2170
0c0a36a4
ILT
21711999-04-05 Tom Tromey <tromey@cygnus.com>
2172
2173 * testsuite/regress-demangle: New file.
2174 * testsuite/demangle-expected: New file.
252b5132 2175
0c0a36a4
ILT
2176 * Makefile.in (all, check, installcheck, info, install-info,
2177 clean-info, dvi, install, etags, tags, mostlyclean, clean,
2178 distclean, maintainer-clean, realclean): Depend on corresponding
2179 `-subdir' target.
2180 (all-subdir check-subdir installcheck-subdir info-subdir
2181 install-info-subdir clean-info-subdir dvi-subdir
2182 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
2183 distclean-subdir maintainer-clean-subdir): New target.
2184 * testsuite/Makefile.in: New file.
2185 * configure: Rebuilt.
2186 * configure.in: Create testsuite/Makefile.
252b5132
RH
2187
21881999-04-02 Mark Mitchell <mark@codesourcery.com>
2189
2190 * splay-tree.h (splay_tree_compare_pointers): Define.
2191
21921999-03-30 Mark Mitchell <mark@codesourcery.com>
2193
2194 * splay-tree.c (splay_tree_compare_ints): Define.
2195
21961999-03-30 Tom Tromey <tromey@cygnus.com>
2197
2198 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
2199 don't advance input pointer.
2200 (demangle_class_name): If consume_count didn't find a count, do
2201 nothing. Don't bother with `strlen' sanity check; consume_count
2202 does it for us.
2203
22041999-03-16 Stan Shebs <shebs@andros.cygnus.com>
2205
2206 From Art Haas <ahaas@neosoft.com>:
2207 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
2208 when doing arm or hp style.
2209 (demangle_nested_args): Decr forgetting_types field when done.
b4fe2683 2210
252b5132
RH
2211Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
2212
2213 * pexecute.c (__CYGWIN32__): Rename to
2214 (__CYGWIN__): this.
2215 * xmalloc.c: Likewise.
2216
2217 Changes to support i386-pc-uwin.
2218 * configure.in (*-*-uwin*): Workaround for vfork bug.
2219 * configure: Regenerate.
2220 * pexecute.c (pexecute): Be like standard Unix.
2221 (pwait): Likewise.
2222 * xmalloc.c (first_break): Define.
2223 (xmalloc_set_program_name): Use.
2224 (xmalloc): Use.
2225
2226Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2227
2228 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
2229
2230Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
2231
2232 * config.table: Check cygwin*, not cygwin32*.
2233
2234Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
2235
2236 * Makefile.in: Change mkstemp -> mkstemps.
2237
2238Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
2239
2240 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
2241 * configure.in (funcs): Check for and conditionally add mkstemps to
2242 the list of functions libiberty will provide.
2243 * configure: Rebuilt.
b4fe2683 2244
252b5132
RH
2245Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
2246
b4fe2683 2247 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
252b5132
RH
2248 platforms that don't have HZ.
2249 * getruntime.c (HZ): Likewise.
2250
2251Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
2252
2253 * Makefile.in (xstrdup.o): Depend on config.h.
2254
2255Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
2256
2257 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
2258 freeing it.
2259
2260Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2261
2262 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
2263
2264Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2265
2266 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
2267 splay-tree.o.
2268
22691999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
2270
2271 * configure.in: Require autoconf 2.12.1 or higher.
2272
22731998-12-30 Michael Meissner <meissner@cygnus.com>
2274
2275 * random.c (NULL): Don't redefine NULL if it is already defined.
2276
2277Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2278
2279 * argv.c (buildargv): Cast the result of alloca in assignment.
2280
2281 * choose-temp.c: Include stdlib.h.
2282
2283 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
8aefe91a
DD
2284 (snarf_numeric_literal): Constify first parameter.
2285 (code_for_qualifier): Avoid a gcc extension, make the parameter an
2286 int, not a char.
252b5132
RH
2287 (demangle_qualifier): Likewise.
2288 (demangle_signature): Cast the argument of a ctype function to
2289 unsigned char.
2290 (arm_pt): Add parens around assignment used as truth value.
2291 (demangle_arm_hp_template): Constify variable `args'.
2292 (do_hpacc_template_const_value): Cast the argument of a ctype
2293 function to unsigned char.
2294 (do_hpacc_template_literal): Remove unused variable `i'.
2295 (snarf_numeric_literal): Constify parameter `args'.
2296 Cast the argument of a ctype function to unsigned char.
2297
2298 * floatformat.c (floatformat_to_double): Add explicit braces to
8aefe91a 2299 avoid ambiguous `else'.
252b5132
RH
2300
2301 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
8aefe91a
DD
2302 `cstart' and `cend' to unsigned char. Cast the argument of macro
2303 `FOLD', which uses ctype functions, to unsigned char.
252b5132
RH
2304
2305 * objalloc.c (free): Add prototype.
2306
2307Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
2308
2309 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
2310
2311Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
2312
2313 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
8aefe91a 2314 doesn't exist.
252b5132 2315 (do_hpacc_template_literal): remove unused variable `i'.
b4fe2683 2316
252b5132
RH
2317Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
2318
2319 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
2320 bumping the pointer we read from. Also prepend these codes,
2321 as we do in other places.
2322
23231998-12-18 Nick Clifton <nickc@cygnus.com>
2324
2325 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
2326 'const char *' in order to match its usage when calling siblings.
2327 (snarf_numeric_literal): Make first arg 'const char **' in order
2328 to match usage.
2329
2330Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2331
2332 * choose-temp.c: Don't check IN_GCC anymore.
2333
2334 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
2335 * memchr.c (memchr): Likewise.
2336 * memcpy.c (memcpy): Likewise.
2337 * memmove.c (memmove): Likewise.
2338
2339 * mkstemp.c: Don't check IN_GCC anymore.
2340 * pexecute.c: Likewise.
2341 * splay-tree.c: Likewise.
2342
2343 * strchr.c (strchr): Use `const', not `CONST'.
2344 * strrchr.c (strrchr): Likewise.
2345 * strtol.c (strtol): Likewise.
2346 * strtoul.c (strtoul): Likewise.
2347
2348Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
2349 Elena Zannoni <ezannoni@cygnus.com>
2350 Stan Shebs <shebs@cygnus.com>
2351 Edith Epstein <eepstein@cygnus.com>
2352 Andres MacLeod <amacleod@cygnus.com>
2353 Satish Pai <pai@apollo.hp.com>
2354
2355 * HP aCC demangling support.
2356 * cplus-dem.c
2357 (main): Remove default to HP style demangling, set to EDG
8aefe91a
DD
2358 demangling correctly when -edg specified; set the demangling style
2359 when user specifies 'edg'. Set strip_underscore to
2360 prepends_underscore, if not HPUXHPPA. Set
2361 current_demangling_style to hp_demangling if HPUXHPPA. Set
2362 current demangling style correctly if the switch is hp. Read
2363 label correctly also in the HP style case.
252b5132 2364 (work_stuff): add temp_start field; add field for volatile member
8aefe91a 2365 function.
252b5132 2366 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
8aefe91a 2367 style for this case is the same as ARM.
252b5132
RH
2368 (demangle_args): handle EDG_DEMANGLING style; support HP style.
2369 (demangle_arm_hp_template): new function. (It was
8aefe91a
DD
2370 demangle_arm_pt.); check and set value of temp_start field in
2371 multiple places. Also, when ceching for end of template args,
2372 check to see if at end of static member of template class.
252b5132 2373 (demangle_class): new local variable : save_class_name_end Don't
8aefe91a 2374 include template args in string defining class.
252b5132
RH
2375 (demangle_class_name): use demangel_arm_hp_template.
2376 (demangle_function_name): handle case where demangling style is
8aefe91a
DD
2377 HP_DEMANGLING and currently point at an 'X' in the mangled name.
2378 Handle EDG_DEMANGLING style. Handle constructor and destructor
2379 ops for HP style.
252b5132 2380 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
8aefe91a
DD
2381 styles. global destructor and constructor for HP style are same
2382 as for ARM style. Same for local variables.
252b5132
RH
2383 (demangle_qualified): handle EDG_DEMANGLING style.
2384 (demangle_signature): add case for volatile member function. For
8aefe91a
DD
2385 cases '1' - '9' : initialize the temp_start field to -1 and handle
2386 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
2387 and AUTO_DEMANGLING styles. If expecting a function and managed
2388 to demangle the funct args, then handle the LUCID_DEMANGLING,
2389 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
2390 class name after "Lnnn_ in HP style case. HP style too needs to
2391 forget types. _nnn is OK for HP style, so don't report failure.
252b5132 2392 (do_hpacc_template_const_value): new function. Handle template's
8aefe91a 2393 value param for HP/aCC.
252b5132 2394 (do_hpacc_template_literal): new function. Handle a template's
8aefe91a 2395 literal parameter for HP aCC.
252b5132
RH
2396 (recursively_demangle): new function
2397 (snarf_numeric_literal): new function.
2398 (usage): add 'edg' to the list of demangling styles; add hp switch
8aefe91a 2399 to message.
252b5132
RH
2400
2401Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
2402
2403 * pexecute.c: Remove obsolete ifdefed cygwin code.
2404
2405Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2406
2407 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
2408 * cplus-dem.c: Likewise. Conform to libiberty.h.
2409 * pexecute.c: Likewise.
2410 * splay-tree.c: Likewise.
2411
24121998-11-25 Mike Stump <mrs@wrs.com>
2413
2414 * Makefile.in (splay-tree.o): Add config.h dependency.
2415
2416Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2417
2418 * configure.in: Use AC_PREREQ(2.12.1).
2419
24201998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
2421
b4fe2683 2422 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
252b5132
RH
2423
2424Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
2425
2426 * mpw.c (mpw_access): Add missing parens.
2427
2428Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2429
2430 * configure.in: Call AC_HEADER_SYS_WAIT.
2431
2432 * pexecute.c: Include sys/wait.h when !IN_GCC.
2433
2434Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
2435
2436 * pexecute.c: revert back to checking old Cygwin
2437 preprocessor symbol until some time has passed.
2438
2439Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
2440
2441 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
2442 since it will now support similar constructs.
2443
2444Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2445
2446 * configure.in: Check for calloc.
2447
2448 * calloc.c: New file.
2449
2450 * xmalloc.c (xcalloc): New function.
2451
2452Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
2453
2454 *cplus-dem.c (demangle_prefix): Use the last "__"
2455 in the mangled name when looking for the signature. This allows
2456 template names to begin with "__".
2457
24581998-11-08 Mark Mitchell <mark@markmitchell.com>
2459
2460 * cplus-dem.c (type_kind_t): Add tk_reference.
2461 (demangle_template_value_parm): Handle it.
2462 (do_type): Use it for references, instead of tk_pointer.
2463
2464 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
2465 not internal_cplus_demangle.
2466
2467Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2468
2469 * choose-temp.c: Don't include gansidecl.h.
2470 * mkstemp.c: Likewise.
2471 * pexecute.c: Likewise.
2472
2473Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
2474
b4fe2683
JM
2475 * configure.in: detect cygwin* instead of cygwin32*
2476 * configure: regenerate
252b5132
RH
2477
2478Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2479
2480 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
8aefe91a
DD
2481 whether to include config.h. Possibly include unistd.h in the
2482 !IN_GCC case. Define VFORK_STRING as a printable function call
2483 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
2484 defined, include vfork.h. If VMS is defined, define vfork()
2485 appropriately. Remove vfork check on USG, we're using autoconf.
2486 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
2487 locally what string to use.
252b5132
RH
2488
24891998-10-26 Mark Mitchell <mark@markmitchell.com>
2490
2491 * splay-tree.c: Tweak include directives to make sure declarations of
2492 xmalloc and free are available.
2493
24941998-10-25 Mark Mitchell <mark@markmitchell.com>
2495
2496 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
2497 anonymous namespaces.
2498
24991998-10-23 Mark Mitchell <mark@markmitchell.com>
2500
2501 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
2502 with type_quals.
2503 (TYPE_UNQUALIFIED): New macro.
2504 (TYPE_QUAL_CONST): Likewise.
2505 (TYPE_QUAL_VOLATILE): Likewise.
2506 (TYPE_QUAL_RESTRICT): Likewise.
2507 (code_for_qualifier): New function.
2508 (qualifier_string): Likewise.
2509 (demangle_qualifier): Likewise.
2510 (internal_cplus_demangle): Use them.
2511 (demangle_signature): Likewise.
2512 (demangle_template_value_parm): Likewise.
2513 (do_type): Likewise.
2514 (demangle_fund_type)): Likewise.
2515
2516Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2517
2518 * splay-tree.c (splay_tree_foreach_helper): Make definition static
2519 to match prototype.
2520
25211998-10-21 Mark Mitchell <mark@markmitchell.com>
2522
2523 * splay-tree.c: New file.
2524 * Makefile.in (CFILES): Add it.
2525 (REQUIRED_OFILES): Likewise.
2526 (splay-tree.o): Add dependencies.
2527
2528Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2529
2530 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
2531 range of 'K' index.
2532
2533Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2534
2535 * choose-temp.c: Prototype mkstemps() when IN_GCC.
2536
2537 * cplus-dem.c (consume_count): Cast argument of ctype macro to
2538 `unsigned char'.
2539 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
2540 comparing against one.
2541 (cplus_mangle_opname): Likewise.
2542 (demangle_integral_value): Cast argument of ctype macro to
2543 `unsigned char'.
2544 (demangle_template_value_parm): Likewise.
2545 (demangle_template): Initialize variable `bindex'. Cast the
2546 result of `strlen' to (int) when comparing against one. Remove
2547 unused variable `start_of_value_parm'.
2548 (demangle_class_name): Cast the result of `strlen' to (int) when
2549 comparing against one.
2550 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
2551 (gnu_special): Likewise. Cast the result of `strlen' to (int)
2552 when comparing against one.
2553 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
2554 (get_count): Likewise.
2555 (do_type): Likewise. Cast the result of `strlen' to (int) when
2556 comparing against one.
2557 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
2558 (demangle_function_name): Cast the result of `strlen' to (int)
2559 when comparing against one.
2560
2561 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
2562 comparing against one.
2563
2564Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
2565
b4fe2683
JM
2566 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
2567 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
2568 * config.in, configure: Rebuilt.
252b5132
RH
2569
2570 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
2571 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
2572 * config.in, configure: Rebuilt.
2573
2574Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
2575
b4fe2683 2576 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
252b5132
RH
2577
2578Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
2579
2580 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
2581
2582Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
2583
2584 * Merge egcs & devo libiberty.
2585