]> git.ipfire.org Git - thirdparty/gcc.git/blob - libiberty/ChangeLog
75b66361296596ab56c997a8272da3fe3d81c729
[thirdparty/gcc.git] / libiberty / ChangeLog
1 2003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
2
3 PR bootstrap/10974
4 * physmem.c: Update comment.
5 * configure.in: Modify test for _system_configuration for older
6 AIX systems.
7
8 * config.in, configure: Regenerated.
9
10 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11
12 PR other/10810
13 * test-demangle.c (getline): Fix fence-post error.
14
15 2003-06-03 Nick Clifton <nickc@redhat.com>
16
17 * asprintf.c: Change comment to note that -1 is returned upon
18 error.
19 * vasprintf.c: Likewise.
20 (vasprintf): Return -1 upon error.
21 * functions.texi: Document changes to asprintf and vasprintf.
22
23 2003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
24
25 * config.table: Accept i[345867]86 variant.
26
27 2003-05-15 Jim Blandy <jimb@redhat.com>
28
29 * hex.c (_hex_value): Make this unsigned.
30 (hex_value): Update documentation for new return type. hex_value
31 now expands to an unsigned int expression, to avoid unexpected
32 sign extension when we store it in a bfd_vma, which is larger than
33 int on some platforms.
34 * functions.texi: Regenerated.
35
36 2003-05-07 Josef Zlomek <zlomekj@suse.cz>
37
38 * splay-tree.c (splay_tree_predecessor): Fix comment.
39 (splay_tree_successor): Fix comment.
40
41 2003-05-07 Jason Merrill <jason@redhat.com>
42
43 * hashtab.c (iterative_hash): New fn.
44 * configure.in: Add AC_C_BIGENDIAN_CROSS.
45 * aclocal.m4: Include accross.m4.
46 * configure, config.in: Regenerate.
47
48 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
49
50 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
51 * configure: Regenerate.
52
53 2003-05-03 Carlo Wood <carlo@alinoe.com>
54
55 * cp-demangle.c: Fix typo in "char_traints" string-literal.
56
57 2003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
58
59 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
60 (main): Test that we don't write too much data.
61
62 2003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
63
64 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
65 vsnprintf.
66 * snprintf.c, vsnprintf.c: New files.
67 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
68 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
69 Regenerate dependencies.
70
71 * functions.texi, configure, config.in: Regenerated.
72
73 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
74
75 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
76 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
77 and stpncpy.
78 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
79 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
80 Regenerate dependencies.
81
82 * functions.texi, configure, config.in: Regenerated.
83
84 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
85
86 * argv.c: Fix comments.
87 * calloc.c: Don't unnecessarily include "libiberty.h".
88 (bzero): Add prototype.
89 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
90 * getcwd.c (getcwd): Use standard definition to avoid conflicts
91 with system headers.
92 * hashtab.c (htab_traverse): Delete unused variables.
93 * rename.c: Include "ansidecl.h".
94 (rename): Use standard definition to avoid conflicts with system
95 headers.
96 * strsignal.c: Rely on ANSI_PROTOTYPES.
97 * strstr.c: Check GNUC >= 2, not GNUC == 2.
98 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
99 * vprintf.c: Include "ansidecl.h" earlier, rely on
100 ANSI_PROTOTYPES.
101 * vsprintf.c: Include "ansidecl.h" earlier, rely on
102 ANSI_PROTOTYPES and possibly include <stdarg.h>.
103
104 * Makefile.in: Regenerate dependencies.
105
106 2003-04-15 DJ Delorie <dj@redhat.com>
107
108 * maint-tool (deps): Scan for headers in $srcdir also.
109
110 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
111
112 PR target/10338
113 PR bootstrap/10198
114 PR bootstrap/10140
115 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
116 __mempcpy.
117 * regex.c (regerror): Likewise.
118
119 2003-04-14 Roger Sayle <roger@eyesopen.com>
120
121 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
122 * memchr.c: Likewise.
123 * strcasecmp.c: Likewise.
124 * strncasecmp.c: Likewise.
125 * strncmp.c: Likewise.
126 * xatexit.c: Likewise.
127 * xmalloc.c: Likewise.
128
129 * copysign.c: Use traditional function declaration instead of DEFUN.
130 * sigsetmask.c: Likewise.
131
132 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
133 * memset.c: Likewise.
134
135 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
136 * memmove.c: Likewise.
137
138 2003-04-14 Roger Sayle <roger@eyesopen.com>
139
140 * strdup.c (strdup): Tweak implementation to use memcpy.
141
142 2003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
143
144 * configure.in (HAVE_UINTPTR_T): Always define.
145 * configure: Regenerated.
146
147 2003-03-23 Alexandre Oliva <aoliva@redhat.com>
148
149 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
150 instead of $$CC alone.
151 (install_to_tooldir): Use it.
152
153 2003-17-03 Jan Hubicka <jh@suse.cz>
154
155 * hashtab.c (htab_traverse_noresize): Break out from ...
156 * hashtab.c (htab_traverse): ... here.
157
158 2003-12-03 Jan Hubicka <jh@suse.cz>
159
160 * hashtab.c (htab_expand): Fix warning.
161
162 * hashtab.c (htab_expand): Compute the size of hashtable based
163 on the number of elements actually used.
164 (htab_traverse): Call htab_expand when table is too empty.
165
166 2003-03-11 Carlo Wood <carlo@gnu.org>
167
168 * cplus-dem.c (demangle_integral_value): Correction to reflect
169 patch of 2002-01-10 in order to also make negative multi-digits
170 without leading underscore work.
171
172 2003-03-03 Mark Mitchell <mark@codesourcery.com>
173
174 * cplus-dem.c: Add license exception to copyright notice.
175
176 2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
177
178 * physmem.c: Formatting changes from upstream.
179
180 2003-02-24 Danny Smith <dannysmith@users.source.forge.net>
181
182 * physmem.c (physmem_total): Add _WIN32 support.
183 (physmem_available): Likewise.
184
185 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
186
187 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
188 GSI_PHYSMEM.
189 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
190
191 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
192
193 * configure.in: Check for sys/systemcfg.h and
194 _system_configuration.
195 * physmem.c: Add support for AIX. Tweek formatting as per
196 upstream coreutils beta.
197
198 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
199 Richard Earnshaw <rearnsha@arm.com>
200 Geoffrey Keating <geoffk@apple.com>
201
202 * configure.in: Check for sys/sysctl.h and sysctl.
203 * physmem.c: Add support for *bsd and darwin.
204 * Makefile.in: Generate depedency for physmem.o.
205
206 2003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
207
208 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
209 Tru64 UNIX.
210 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
211 Tru64 UNIX.
212
213 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
214 machine/hal_sysinfo.h, sys/table.h.
215 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
216 * configure, config.in: Regenerate.
217
218 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
219
220 * configure.in: Check for sys/sysmp.h and sysmp.
221 * physmem.c: Pull upstream copy, add support for irix6.
222
223 * config.in, configure: Regenerated.
224
225 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
226
227 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
228 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
229 pstat_getdynamic.
230
231 2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
232
233 * Makefile.in (CFILES): Add physmem.c.
234 (REQUIRED_OFILES): Add physmem.o.
235 * configure.in: Check for sys/pstat.h.
236 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
237 * physmem.c: New file, copied from textutils.
238
239 * config.in, configure: Regenerated.
240
241 2003-02-20 Daniel Jacobowitz <drow@mvista.com>
242
243 * Makefile.in (CFILES): Add lrealpath.c.
244 (REQUIRED_OFILES): Add lrealpath.o.
245 (lrealpath.o): Add rule.
246 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
247 * configure.in: Add realpath and canonicalize_file_name to
248 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
249 for canonicalize_file_name.
250 * lrealpath.c: New file.
251 * make-relative-prefix.c: Update documentation.
252 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
253 * config.in: Regenerated.
254 * configure: Regenerated.
255 * functions.texi: Regenerated.
256
257 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
258
259 * cplus_dem.c: Fix typo: intializes -> initializes.
260
261 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
262
263 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
264 config.status.
265 * configure: Rebuilt.
266
267 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
268
269 Fix PR c++/7612.
270 * cplus-dem.c (demangle_signature): Call string_delete.
271 Remove extra string_init.
272 (demangle_arm_hp_template): Call string_delete instead of
273 string_clear. Add missing string_delete call.
274 (demangle_qualified): Add missing string_delete call.
275 (do_type): Remove unused variable btype. Add missing string_delete
276 call. Call string_delete instead of string_clear.
277 (demangle_fund_type): Move variable btype inside of the switch
278 statement. Add missing string_delete call.
279 (do_arg): Call string_delete instead of string_clear. Remove extra
280 string_init.
281 (demangle_nested_args): Free work->previous_argument.
282
283 2003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
284
285 * acconfig.h: New file. Add uintptr_t.
286 * config.in: Regenerated.
287
288 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
289
290 * libiberty.texi: Update to GFDL 1.2.
291
292 2003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
293
294 * Makefile.in (libiberty_topdir): New subst.
295 (mkinstalldirs): Redefine in terms of the above.
296 * configure.in: AC_SUBST it.
297 * configure: Regenerate.
298
299 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
300
301 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
302 (info-subdir, install-info-subdir, clean-info-subdir)
303 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
304 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
305 Pass $(FLAGS_TO_PASS).
306
307 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
308
309 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
310 /`$$CC -print-multi-os-directory`.
311
312 2003-01-26 Daniel Jacobowitz <drow@mvista.com>
313
314 * hashtab.c (htab_create_alloc_ex): New function.
315 (hatab_set_functions_ex): New function.
316 (htab_delete, htab_expand): Support alternate allocation functions.
317
318 2003-01-24 Christopher Faylor <cgf@redhat.com>
319
320 * configure.in: Remove special pex-cygwin consideration.
321 * configure: Regenerate.
322 * pex-cygwin.c: Remove.
323 * Makefile.in: Remove pex-cygwin.[co] lines.
324
325 2003-01-24 Zack Weinberg <zack@codesourcery.com>
326
327 * Makefile.in (CFILES): Add pex-*.c.
328 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
329 (CONFIGURED_OFILES): Add pex-*.o.
330 (TEXIFILES): Add pexecute.txh.
331 (pexecute.o): Delete rule.
332 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
333 pex-unix.o, pex-win32.o): New rules.
334 * configure.in: Change AC_INIT argument to xmalloc.c.
335 Compute appropriate pexecute implementation and substitute it
336 as @pexecute@.
337
338 * pexecute.c: Split up into...
339 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
340 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
341 new files.
342
343 * functions.texi: Regenerate.
344 * configure: Regenerate.
345
346 2003-01-20 Josef Zlomek <zlomekj@suse.cz>
347
348 * hashtab.c (htab_expand): Fix allocation of new entries.
349
350 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
351
352 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
353
354 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
355 mkinstalldirs command.
356
357 2002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
358
359 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
360 Define for hosts with HOST_EXECUTABLE_SUFFIX.
361
362 2002-11-24 Nick Clifton <nickc@redhat.com>
363
364 * make-relative-prefix.c (make_relative_prefix): Ensure return
365 string is empty before using strcat to construct it.
366
367 2002-11-22 Daniel Jacobowitz <drow@mvista.com>
368
369 * Makefile.in: Add make-relative-prefix.c.
370 * make-relative-prefix.c: New file.
371 * functions.texi: Rebuilt.
372
373 2002-11-16 Jakub Jelinek <jakub@redhat.com>
374
375 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
376 used with arguments in traditional C' warnings.
377
378 2002-10-16 Jakub Jelinek <jakub@redhat.com>
379
380 * config.table: Use mh-s390pic for s390x too.
381
382 2002-10-06 Andreas Jaeger <aj@suse.de>
383
384 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
385 variable and of strict-aliasing warning.
386 (grow_vect): Use char as first parameter.
387
388 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
389
390 * Makefile.in (all): Fix multilib parallel build.
391
392 2002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
393
394 * cp-demangle.c (demangling_new): Cast 0 to enum.
395 (demangle_char): Cast return of strdup to char *.
396 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
397 (is_gnu_v3_mangled_dtor): Likewise.
398 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
399 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
400 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
401 * md5.c (md5_process_bytes): Cast results back to const void *.
402 (md5_process_block): Add cast to const md5_uint32 *.
403 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
404 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
405 unsigned short.
406 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
407 to void *.
408 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
409
410 2002-09-19 Nick Clifton <nickc@redhat.com>
411
412 * README: Update email addresses for bugs and patches.
413
414 2002-09-10 Mike Stump <mrs@apple.com>
415
416 * splay-tree.c (splay_tree_successor): Fix comments.
417
418 2002-09-11 Zack Weinberg <zack@codesourcery.com>
419
420 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
421 * testsuite/Makefile.in: Adjust for test-demangle.
422 * testsuite/regress-demangle: Deleted.
423 * testsuite/test-demangle.c: New file.
424 * testsuite/demangle-expected: Change \$ to $ throughout, now that
425 this file is not being read by a shell script.
426
427 2002-09-05 Roger Sayle <roger@eyesopen.com>
428
429 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
430
431 2002-08-07 DJ Delorie <dj@redhat.com>
432
433 * regex.c (re_error_msgid): Just use a simple array of strings.
434 (re_compile_pattern): Compensate.
435 (re_comp): Likewise.
436 (re_comp): Likewise.
437 (regerror): Likewise.
438
439 2002-07-29 Neil Booth <neil@daikokuya.co.uk>
440
441 * cplus-dem.c (PREPEND_BLANK): Remove.
442
443 2002-07-10 Jason Merrill <jason@redhat.com>
444
445 * cp-demangle.c (demangle_identifier): Support extended Unicode
446 characters.
447
448 2002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
449
450 * cp-demangle.c (demangle_v3_with_details): Wrap in
451 !defined IN_GLIBCPP_V3.
452
453 2002-07-01 Mark Mitchell <mark@codesourcery.com>
454
455 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
456 Set it for the "st" operator.
457 (demangle_expression): Handle expressions with types as arguments.
458
459 2002-06-30 Douglas Rupp <rupp@gnat.com>
460
461 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
462 * Makefile.in (OUTPUT_OPTION): Use.
463
464 2002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
465
466 * Makefile.in (install_to_libdir): Add $(DESTDIR).
467 (install_to_tooldir): Likewise.
468
469 2002-06-17 Douglas Rupp <rupp@gnat.com>
470
471 * lbasename.c: Add 2002 to copyright.
472 (IS_DIR_SEPARATOR): Remove VMS junk.
473
474 2002-06-05 Geoffrey Keating <geoffk@redhat.com>
475
476 * hashtab.c (htab_create): New stub function for backward
477 compatibility.
478 (htab_try_create): Likewise.
479
480 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
481
482 * hashtab.c (htab_create): Delete.
483 (htab_try_create): Delete.
484 (htab_create_alloc): New.
485 (htab_delete): Support user-specified memory allocation.
486 (htab_expand): Likewise.
487
488 2002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
489
490 * configure.in: Fix typo in the code checking for sys_errlist.
491 * configure: Regenerated.
492
493 2002-05-13 Andreas Schwab <schwab@suse.de>
494
495 * config.table: Use mh-x86pic also for x86-64.
496
497 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
498
499 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
500 script entry, and set LD to it when configuring multilibs.
501 * configure: Rebuilt.
502
503 2002-05-07 Mark Mitchell <mark@codesourcery.com>
504
505 * configure.in (AC_TYPE_PID_T): Use it.
506 * configure: Regenerated.
507 * getruntime.c: Include <sys/types.h>.
508 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
509
510 2002-04-09 Richard Henderson <rth@redhat.com>
511
512 * hashtab.c (higher_prime_number): Use 7 as minimum.
513 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
514 (htab_find_slot_with_hash): Likewise.
515
516 2002-04-01 Phil Edwards <pme@gcc.gnu.org>
517
518 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
519 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
520 not compile if IN_GLIBCPP_V3 defined.
521 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
522
523 2002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
524
525 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
526 if it is NULL.
527
528 2002-03-27 DJ Delorie <dj@redhat.com>
529
530 * hex.c: Add documentation.
531 (_hex_value): Provide non-ASCII empty table.
532 (hex_init): Initialize the non-ASCII table.
533 * functions.texi: Regenerate.
534
535 2002-03-27 Mark Mitchell <mark@codesourcery.com>
536
537 * dyn-string.c: Add libgcc exception to copyright notice.
538
539 2002-03-26 H.J. Lu (hjl@gnu.org)
540
541 * config.table: Support --with-build-subdir.
542 * configure.in: Likewise.
543 * configure: Rebuild.
544
545 2002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
546
547 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
548 seen.
549
550 2002-03-12 Mark Mitchell <mark@codesourcery.com>
551
552 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
553 notice.
554
555 2002-03-11 Douglas B Rupp <rupp@gnat.com>
556
557 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
558
559 2002-03-06 Jim Blandy <jimb@redhat.com>
560
561 * splay-tree.c (splay_tree_xmalloc_allocate,
562 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
563 prototyped definitions. Mark `data' arguments as unused.
564
565 2002-03-06 Andrew Cagney <ac131313@redhat.com>
566
567 * floatformat.c (floatformat_arm_ext_big): Delete definition.
568
569 2002-03-04 Phil Edwards <pme@gcc.gnu.org>
570
571 * configure.in: Add --enable-install-libiberty option.
572 * Makefile.in (INSTALLED_HEADERS): New variable.
573 (install_to_libdir): Possibly also copy headers.
574 * configure: Regenerated.
575
576 2002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
577
578 * xmalloc.c (xmalloc_fail): Clarify error message further.
579
580 2002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
581
582 * xmalloc.c (xmalloc_fail): Clarify error message.
583
584 2002-02-22 Jim Blandy <jimb@redhat.com>
585
586 * splay-tree.c (splay_tree_xmalloc_allocate,
587 splay_tree_xmalloc_deallocate): New functions.
588 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
589 above functions and a dummy data pointer.
590 (splay_tree_new_with_allocator): New function.
591 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
592 splay_tree_remove): Use the splay tree's allocation and
593 deallocation functions.
594
595 2002-02-19 Scott Snyder <snyder@fnal.gov>
596
597 * testsuite/demangle-expected: Add test case for infinite loop in
598 demangler.
599 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
600 if do_type() doesn't make any progress --- prevents an infinite
601 loop.
602
603 2002-02-18 Carlo Wood <carlo@gnu.org>
604
605 PR c++/5390
606 * cplus-dem.c (demangle_integral_value): Accept multi-digit
607 numbers that do not start with an underscore; This is needed
608 for integer template parameters. This doesn't break anything
609 because multi-digit numbers are never followed by a digit.
610 * testsuite/demangle-expected: Corrected all mangled test
611 cases with multi-digit template parameters: g++ 2.95.x does
612 not generate underscores around these parameters.
613
614 2002-02-05 Jason Merrill <jason@redhat.com>
615
616 * cplus-dem.c (flags): Add DMGL_VERBOSE
617 (cplus_demangle_v3_p): Remove.
618 (demangle_it): Add DMGL_TYPES to passed flags.
619 * cp-demangle.c (cplus_demangle_v3_all): Remove.
620 (cplus_demangle_v3_type): Remove.
621 (cplus_demangle_v3): Add options parm.
622
623 2002-02-02 H.J. Lu (hjl@gnu.org)
624
625 * cp-demangle.c (cp_demangle_type): Do not protect with
626 IN_LIBGCC2.
627 (cplus_demangle_v3_all): New.
628 (cplus_demangle_v3): Call cplus_demangle_v3_all.
629 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
630
631 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
632 Initialized to cplus_demangle_v3.
633 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
634 of cplus_demangle_v3.
635 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
636 command line symbol.
637
638 * testsuite/regress-demangle: Pass the mangled name at the
639 command line.
640
641 2002-02-01 H.J. Lu <hjl@gnu.org>
642
643 * cp-demangle.c (cp_demangle_type): Call demangling_new with
644 DMGL_GNU_V3.
645
646 2002-01-31 Phil Edwards <pme@gcc.gnu.org>
647
648 * cp-demangle.c: Revert yesterday's change.
649
650 2002-01-31 Adam Megacz <adam@xwt.org>
651
652 * gcc/libiberty/configure.in: Treat mingw the same as cywin
653 wrt HAVE_SYS_ERRLIST.
654
655 2002-01-30 Phil Edwards <pme@gcc.gnu.org>
656
657 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
658 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
659 cp_demangle_type.
660 * testsuite/demangle-expected: New gnu-v3 test.
661
662 2002-01-22 Momchil Velikov <velco@fadata.bg>
663
664 * configure.in (variable detection): Use arrays of unspecified
665 size instead of plain integers.
666
667 2002-01-18 DJ Delorie <dj@redhat.com>
668
669 * Makefile.in (TESTLIB): New. This library is for future
670 testsuites.
671 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
672 break down by letter.
673 (REQUIRED_OFILES): List long-to-compile files first.
674 (maint-deps): New, target for updating dependencies.
675 (dependencies): Update.
676 * maint-tool: Add dependency-generating option.
677 * configure.in: Check for _doprnt even if we're not providing it.
678 * configure: Regenerate.
679
680 * _doprnt.c: Modifications to allow compiling on any platform.
681 * copysign.c: Likewise.
682 * putenv.c: Likewise.
683 * setenv.c: Likewise.
684 * vsprintf.c: Likewise.
685
686 2002-01-15 Douglas B Rupp <rupp@gnat.com>
687
688 * mkstemps.c (mkstemps): On VMS, open temp file with option
689 that causes it to be deleted when closed.
690
691 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
692
693 * cp-demangle.c (long_options): Const-ify.
694 * cplus-dem.c (long_options): Likewise.
695
696 * cplus-dem.c (mystrstr): Delete. All callers changed to use
697 strstr instead.
698
699 2001-12-31 Ira Ruben <ira@apple.com>
700
701 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
702 * configure: Regenerated.
703
704 2001-12-24 Douglas B. Rupp <rupp@gnat.com>
705
706 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
707 * configure: Regenerated.
708
709 2001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
710
711 PR other/2719
712 * cplus-dem.c (consume_count): Treat negative count as an error.
713 * testsuite/demangle-expected: Added testcase.
714
715 Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
716
717 * configure.in: Hardcode that vfork works on VMS host.
718 * configure: Regenerated.
719
720 2001-12-06 Richard Henderson <rth@redhat.com>
721
722 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
723 (cplus_demangle): Support no_demangling.
724
725 2001-11-27 Zack Weinberg <zack@codesourcery.com>
726
727 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
728 in libiberty context. Fix typo in leading comment.
729 * configure.in: Fix various AC_DEFINEs so autoheader works.
730 If any of vprintf, vsprintf, vfprintf is missing from libc,
731 then AC_REPLACE_FUNCS(_doprnt).
732
733 2001-11-26 DJ Delorie <dj@redhat.com>
734 Daniel Jacobowitz <drow@mvista.com>
735
736 * Makefile.in (stamp-h): Depend on Makefile for proper
737 serialization.
738 (*-subdir): Depend on config.h for proper serialization.
739
740 2001-11-26 DJ Delorie <dj@redhat.com>
741
742 * configure.in: Check for alloca.h (for regex.c and putenv.c).
743 * configure: Regenerate.
744 * config.h: Add HAVE_ALLOCA_H.
745
746 2001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
747
748 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
749 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
750 is available.
751
752 Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
753
754 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
755 * configure.in (HAVE_UINTPTR_T): Test for system defining
756 uintptr_t and define HAVE_UINTPTR_T appropriately.
757 * regex.c (uintptr_t): Do not provide a definition if the
758 system provided one.
759
760 * regex.c (PREFIX): Provide an alternate definition for
761 non-ANSI/ISO compilers.
762 (ARG_PREFIX): Likewise.
763
764 2001-11-12 Jim Meyering <meyering@lucent.com>
765
766 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
767 this code would end up calling gettext even in packages built
768 with --disable-nls.
769 * getopt.c (_): Likewise.
770 * regex.c (_): Likewise.
771
772 2001-11-03 Alan Modra <amodra@bigpond.net.au>
773
774 * configure.in: Cope with missing makeinfo.
775 * configure: Regenerate.
776
777 2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
778
779 * hex.c (hex_init): Provide empty stub.
780
781 * hex.c (hex_init): Delete.
782 (_hex_value): Const-ify and initialize at compile-time.
783
784 2001-10-19 H.J. Lu <hjl@gnu.org>
785
786 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
787 necessary.
788
789 2001-10-17 DJ Delorie <dj@redhat.com>
790
791 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
792 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
793 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
794 Improve manual formatting.
795 * functions.texi: Regenerate.
796
797 2001-10-15 DJ Delorie <dj@redhat.com>
798
799 * Makefile.in (TEXIFILES): Add fnmatch.txh.
800 (maint-undoc): New.
801 maint-tool: Add "undoc" tool.
802 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
803 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
804 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
805 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
806 documentation.
807 * fnmatch.txh: New.
808 * functions.texi: Regenerate.
809
810 2001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
811
812 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
813 * strtod.c: Use "ISO C" instead of "ANSI C".
814 * functions.texi: Regenerate.
815
816 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
817
818 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
819 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
820 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
821 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
822 spelling. Give names to function arguments in documentation. Use
823 (void) prototypes in documentation.
824 * functions.texi: Regenerate.
825
826 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
827
828 * argv.c (buildargv, tests, main): Const-ify.
829 * cp-demangle.c (operator_code): Likewise.
830 * cplus-dem.c (optable, libiberty_demanglers,
831 cplus_demangle_set_style, cplus_demangle_name_to_style,
832 print_demangler_list): Likewise.
833 * hashtab.c (higher_prime_number): Likewise.
834 * strcasecmp.c (charmap): Likewise.
835 * strerror.c (error_info, strerror, main): Likewise.
836 * strncasecmp.c (charmap): Likewise.
837 * strsignal.c (signal_info): Likewise.
838
839 2001-09-29 DJ Delorie <dj@redhat.com>
840
841 * configure: Regenerate.
842
843 2001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
844
845 * concat.c: Include stdlib.h.
846
847 2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
848
849 * libiberty.texi: (Top level): Add syncodeindex pg. Add
850 @dircategory and @direntry directives. Add @finalout.
851 (many nodes): Lose the next,prev,up pointers on the @nide line.
852 (Using, Supplemental Functions, Replacement Functions): Fix
853 markup.
854 (Functions): Move around, to allow makeinfo to build the manual
855 without next,prev,up pointers in thye node lines.
856 (Licenses): Fix typos.
857
858 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
859 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
860 * functions.texi: Regenerate.
861
862 * copying-lib.texi: Lose the next,prev,up pointers on the @node
863 line.
864
865 2001-09-27 DJ Delorie <dj@redhat.com>
866
867 * configure.in: Don't use in-tree texinfo, because libiberty must
868 be built before it. Check for makeinfo version 4 or higher.
869 * functions.texi: Regenerate.
870
871 2001-09-20 DJ Delorie <dj@redhat.com>
872 Phil Edwards <pedwards@disaster.jaj.com>
873
874 * configure.in (MAKEINFO, PERL): Detect these.
875 (--enable-maintainer-mode): Add.
876 * configure: Regenerate.
877 * Makefile.in (MAKEINFO, PERL): Define.
878 (libiberty.info, libiberty.dvi, libiberty.html): New.
879 (CFILES): Add bsearch.c.
880 (CONFIGURED_OFILES): New, list of objects configure might add.
881 (maint-missing, maint-buildall): New, for maintainers only.
882 (clean, mostlyclean): Add info/dvi/html files.
883 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
884 * gather-docs: New, for maintainers.
885 * maint-tool: New, for maintainers.
886 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
887 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
888 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
889 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
890 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
891 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
892 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
893 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
894 documentation.
895
896 2001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
897
898 * concat.c (reconcat): Fix for traditional C.
899
900 2001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
901
902 * concat.c (reconcat): New function.
903
904 2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
905
906 * concat.c (vconcat_length, vconcat_copy, concat_length,
907 concat_copy, concat_copy2): New functions.
908 (concat): Use vconcat_length/vconcat_copy.
909
910 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
911 Define.
912
913 2001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
914
915 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
916 VA_FIXEDARG & VA_CLOSE.
917
918 * vasprintf.c: Check HAVE_STRING_H when including string.h.
919 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
920 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
921
922 2001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
923
924 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
925
926 2001-08-23 Ulrich Drepper <drepper@redhat.com>
927
928 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
929
930 2001-08-23 Ulrich Drepper <drepper@redhat.com>
931
932 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
933 instead of mbrtowc.
934 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
935 wcslen, and __wcscoll instead of wcscoll.
936
937 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
938
939 * fibheap.c (fibheap_init, fibnode_init): Remove.
940 (fibheap_new, fibnode_new): Use xcalloc to allocate and
941 initialize memory.
942 (fibheap_insert): Remove check for node allocation failure.
943
944 2001-08-21 Richard Henderson <rth@redhat.com>
945
946 * Makefile.in (fibheap.o): Depend on config.h.
947 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
948 functions for inlining.
949
950 Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
951
952 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
953 hosting on cygwin.
954 * configure: Regenerate.
955
956 2001-08-20 Andrew Cagney <ac131313@redhat.com>
957
958 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
959 HARRIS_FLOAT_FORMAT.
960 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
961 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
962 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
963 (floatformat_m88110_harris_ext): New float formats.
964
965 2001-08-20 Daniel Berlin <dan@cgsoftware.com>
966
967 * fibheap.c: New file. Fibonacci heap.
968
969 * Makefile.in (CFILES): Add fibheap.c.
970 (REQUIRED_OFILES): Add fibheap.o.
971 (fibheap.o): Add dependencies for fibheap.o.
972
973 2001-08-17 Christopher Faylor <cgf@cygnus.com>
974
975 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
976 * configure: Regenerate.
977
978 2001-08-16 Richard Henderson <rth@redhat.com>
979
980 * hashtab.c (htab_hash_string): New.
981
982 2001-08-13 Andrew Cagney <ac131313@redhat.com>
983
984 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
985 name.
986
987 2001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
988
989 * regex.c (wcs_regex_compile): Use appropriate string
990 to compare with collating element.
991 Fix the padding for the alignment.
992
993 2001-08-10 Andrew Cagney <ac131313@redhat.com>
994
995 * lbasename.c (lbasename): Change function definition to return a
996 const char pointer.
997
998 2001-08-07 Jason Merrill <jason_merrill@redhat.com>
999
1000 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
1001 for".
1002
1003 2001-08-03 Richard Henderson <rth@redhat.com>
1004
1005 * Makefile.in (concat.o): Depend on config.h.
1006
1007 2001-07-30 Andreas Jaeger <aj@suse.de>
1008
1009 * concat.c: Include "config.h".
1010
1011 2001-07-30 Andreas Jaeger <aj@suse.de>
1012
1013 * regex.c: Declare wcs functions only if compiling with
1014 MBS_SUPPORT.
1015 Don't use #elif for traditional C.
1016
1017 2001-07-23 Ulrich Drepper <drepper@redhat.com>
1018
1019 * regex.c: Revamp memory allocation for WCHAR functions to
1020 not use too much stack.
1021
1022 2001-07-30 Andreas Jaeger <aj@suse.de>
1023
1024 * regex.c: Declare wcs functions only if compiling with
1025 MBS_SUPPORT.
1026 Don't use #elif for traditional C.
1027
1028 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * Makefile.in (regex.o): Add dependency on config.h.
1031
1032 2001-07-18 Andreas Schwab <schwab@suse.de>
1033
1034 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
1035 underscore character.
1036
1037 2001-07-18 Ulrich Drepper <drepper@redhat.com>
1038
1039 * regex.c: Limit string length printed in debug messages to 100
1040 chars.
1041
1042 2001-07-18 Andreas Jaeger <aj@suse.de>
1043
1044 * regex.c: Place under LGPL version 2.1.
1045
1046 2001-07-10 Jeff Johnston <jjohnstn@redhat.com>
1047
1048 * Makefile.in: Add support for regex code.
1049 * regex.c: New file.
1050
1051 2001-07-05 Mark Klein <mklein@dis.com>
1052
1053 * Makefile.in: Add ffs.c dependency.
1054 * configure.in: Add ffs.c.
1055 * ffs.c: New file.
1056
1057 2001-06-18 Richard Henderson <rth@redhat.com>
1058
1059 * concat.c: Include <sys/types.h>.
1060
1061 2001-06-11 Loren J. Rittle <ljrittle@acm.org>
1062
1063 bootstrap/3106
1064 * strerror.c (sys_nerr): Hide the OS header version.
1065 * strsignal.c (sys_nsig): Likewise.
1066
1067 2001-06-10 Richard Henderson <rth@redhat.com>
1068
1069 * concat.c: Include string.h. Fix int vs size_t usage.
1070 Simplify the iteration loops. Use memcpy.
1071
1072 2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
1073
1074 * partition.c: Fix misspelling of `implementation'.
1075
1076 2001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1077
1078 * md5.c (md5_init_ctx): Declare constants as unsigned.
1079 (md5_process_block): Likewise.
1080
1081 2001-05-07 Zack Weinberg <zackw@stanford.edu>
1082
1083 * cp-demangle.c (demangle_v3_with_details,
1084 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
1085 function definition.
1086 * ternary.c: Use K+R style function definitions. Use PTR, not
1087 void *. Make arguments constant where possible.
1088
1089 2001-05-07 Mark Mitchell <mark@codesourcery.com>
1090
1091 * splay-tree.h (splay_tree_max): New function.
1092 (splay_tree_min): Likewise.
1093
1094 2001-04-15 Daniel Berlin <dan@cgsoftware.com>
1095
1096 * ternary.c: New file - Ternary search tree implementation.
1097
1098 * Makefile.in: Add ternary.o, and ternary.c dependencies.
1099
1100 2001-04-03 Zack Weinberg <zackw@stanford.edu>
1101
1102 * make-temp-file.c (try): Inline.
1103
1104 2001-02-28 Richard Henderson <rth@redhat.com>
1105
1106 * Makefile.in (make-temp-file.o): Depend on config.h.
1107
1108 2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1109
1110 * memchr.c (memchr): Adjust condition to avoid infinite loop.
1111
1112 2001-03-23 Jakub Jelinek <jakub@redhat.com>
1113
1114 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
1115 `_' not followed by a digit is invalid.
1116
1117 2001-03-22 Jim Blandy <jimb@redhat.com>
1118
1119 * cp-demangle.c (string_list_delete): Use dyn_string_delete
1120 instead of free, to free the contents as well as the string
1121 structure.
1122
1123 2001-03-21 Zack Weinberg <zackw@stanford.edu>
1124
1125 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
1126 Don't default P_tmpdir to anything. Try /var/tmp before
1127 /usr/tmp.
1128
1129 2001-03-20 Zack Weinberg <zackw@stanford.edu>
1130
1131 * choose-temp.c: Split off make_temp_file, and the code
1132 duplicated between it and choose_temp_base, into...
1133 * make-temp-file.c: ... here; new file.
1134
1135 * Makefile.in (CFILES): Add make-temp-file.c.
1136 (REQUIRED_OFILES): Add make-temp-file.o.
1137
1138 2001-03-20 Jim Blandy <jimb@redhat.com>
1139
1140 * cp-demangle.c (struct demangling_def): New fields:
1141 is_constructor and is_destructor.
1142 (demangling_new): Initialize them.
1143 (demangle_ctor_dtor_name): Set them, if we detect a constructor
1144 or destructor.
1145 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
1146 is_gnu_v3_mangled_dtor): New functions.
1147
1148 2001-03-20 Jason Merrill <jason@redhat.com>
1149
1150 * cplus-dem.c (main): Skip initial $.
1151
1152 2001-03-15 Michael Meissner <meissner@redhat.com>
1153
1154 * hashtab.c (higher_prime_number): Silence warning that 4294967291
1155 might be a signed integer under pre-ISO C systems.
1156
1157 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
1158 John David Anglin <dave@hiauly1.hia.nrc.ca>
1159
1160 * libiberty/lbasename.c: New file.
1161 * libiberty/Makefile.in: Update for lbasename.
1162
1163 2001-03-06 Zack Weinberg <zackw@stanford.edu>
1164
1165 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
1166 * configure.in: Replace all alloca logic with a simple use of
1167 the above new macro.
1168 * config.table: Kill *-*-beos* entry.
1169 * config/mh-beos: Delete.
1170 * configure, config.in: Regenerate.
1171
1172 * Makefile.in (ALLOCA, HFILES): Kill.
1173 (REQUIRED_OFILES): Add alloca.o.
1174 (alloca.o): Depend on libiberty.h.
1175 (argv.o): Don't depend on alloca-conf.h.
1176 * alloca-conf.h: Delete.
1177 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
1178 blocks. Provide the C alloca unconditionally. Use PTR where
1179 appropriate. Make i00afunc static.
1180 * argv.c: Don't include alloca-conf.h.
1181
1182 2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
1183
1184 * cplus-dem.c (main): Cast enum style to int.
1185
1186 2001-02-16 Loren J. Rittle <ljrittle@acm.org>
1187
1188 * cplus-dem.c (main): Initialize style.
1189
1190 2001-02-02 Phil Edwards <pme@sources.redhat.com>
1191
1192 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
1193
1194 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
1195
1196 Add support for Java demangling under the v3 ABI:
1197 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
1198 (struct demangling_def): Add `style' field.
1199 (demangling_new): New parameter `style'. Set it in demangling_t.
1200 (demangle_prefix): Use NAMESPACE_SEPARATOR.
1201 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
1202 (cp_demangle): New parameter `style'. Pass it to demangling_new().
1203 (main): Call cp_demangle with extra parameter.
1204 (java_demangle_v3): New function.
1205 (java_builtin_type_names): New. Table of primitive type names used
1206 for Java demangling.
1207 (demangle_builtin_type): Look up in java_builtin_type_names if doing
1208 Java output.
1209 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
1210 demangling.
1211 (long_options): Remove obsolete `java' option.
1212 (main): Remove explicit handling of `java' option. Instead, pass style
1213 parameter in cplus_demangle flags as gdb does.
1214 * testsuite/demangle.expected: Add some Java test cases.
1215
1216 2000-12-29 DJ Delorie <dj@redhat.com>
1217
1218 * fnmatch.c: Make the note about the origins of this file more
1219 accurate, at least until we can sync with glibc.
1220 * getopt.c: Ditto.
1221 * getopt1.c: Ditto.
1222 * md5.c: Ditto.
1223 * obstack.c: Ditto.
1224
1225 2000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1226
1227 * bsearch.c: New file.
1228 * configure.in (funcs): Add bsearch.
1229 (AC_CHECK_FUNCS): Likewise.
1230 * configure, config.in: Regenerate.
1231
1232 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1233
1234 * safe-ctype.c: #include "ansidecl.h".
1235 * strtod.c: Likewise.
1236
1237 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1238
1239 * strtoul.c: Include safe-ctype.h, not ctype.h.
1240
1241 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
1242
1243 * safe-ctype.c: New file.
1244 * Makefile.in (CFILES): Add safe-ctype.c.
1245 (REQUIRED_OFILES): Add safe-ctype.o.
1246
1247 * argv.c: Define ISBLANK and use it, not isspace.
1248 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
1249 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
1250 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
1251 before calling TOLOWER(c)/TOUPPER(c).
1252
1253 2000-12-07 Mike Stump <mrs@wrs.com>
1254
1255 * Makefile.in (distclean): When cleaning, remove testsuite.
1256
1257 2000-12-05 Jason Merrill <jason@redhat.com>
1258
1259 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
1260 name before allocating the dyn_string.
1261
1262 2000-12-04 Jason Merrill <jason@redhat.com>
1263
1264 * cp-demangle.c: s/new_abi/v3/.
1265 * cplus-dem.c: Likewise.
1266 (current_demangling_style): Now auto_demangling.
1267 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
1268 (main): Use standard symbol chars for auto_demangling.
1269
1270 2000-11-26 Mark Mitchell <mark@codesourcery.com>
1271
1272 * hashtab.c (higher_prime_number): Use a table, rather than a
1273 seive, to find the next prime.
1274
1275 2000-11-22 H.J. Lu <hjl@gnu.org>
1276
1277 * cplus-dem.c (main): Handle gnat_demangling.
1278
1279 2000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
1280
1281 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
1282 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
1283 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
1284 argument form of AC_DEFINE in dummy definitions block. Use
1285 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
1286 in dummy block. Preload cache variables instead of bypassing
1287 tests, where possible.
1288 * acconfig.h: Removed.
1289
1290 * xmalloc.c (xmalloc_failed): New function, does error
1291 reporting on failed allocation.
1292 (xmalloc, xcalloc, xrealloc): Use it.
1293
1294 2000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
1295
1296 * cplus-dem.c (cplus_demangle): Fix formatting.
1297 (grow_vect): Ditto.
1298 (ada_demangle): Ditto.
1299 (internal_cplus_demangle): Ditto.
1300 (mop_up): Ditto.
1301
1302 2000-11-21 H.J. Lu <hjl@gnu.org>
1303
1304 * cplus-dem.c (main): Handle java_demangling.
1305
1306 2000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1307
1308 * cplus-dem.c (grow_vect): Prototype.
1309 (ada_demangle): Cast the arg of ctype macros to unsigned char.
1310
1311 2000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
1312
1313 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
1314 parameter `option'.
1315
1316 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
1317
1318 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
1319 be used in GCC.
1320
1321 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
1322
1323 * cplus-dem.c: Add gnat demangler. Add java to demangle style
1324 list.
1325
1326 2000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
1327
1328 * hashtab.c (htab_expand): Change to return int. Use calloc or
1329 xcalloc depending on htab->return_allocation_failure. Return zero
1330 if calloc fails.
1331 (htab_create): Update comment to cover memory allocation.
1332 (htab_try_create): New.
1333 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
1334 Update comment to cover this.
1335
1336 2000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
1337
1338 * hashtab.c: Change void * to PTR where necessary.
1339 (htab_create, htab_expand): Correct formatting of comment before
1340 function.
1341
1342 2000-10-22 Alex Samuel <samuel@codesourcery.com>
1343
1344 * cp-demangle.c (string_list_def): Add caret_position and comments.
1345 (result_caret_pos): New macro.
1346 (result_append_string): Rename to...
1347 (result_add_string): ... this, and insert at caret position.
1348 Rename throughout.
1349 (result_append): Rename to...
1350 (result_add): ... this, and insert at caret position. Rename
1351 throughout.
1352 (result_append_char): Rename to...
1353 (result_add_char): ... this, and insert at caret position. Rename
1354 throughout.
1355 (result_append_space): Remove.
1356 (string_list_new): Initialize caret position.
1357 (result_add_separated_char): Use caret position.
1358 (result_get_caret): New funtion.
1359 (result_set_caret): Likewise.
1360 (result_shift_caret): Likewise.
1361 (result_previous_char_is_space): Likewise.
1362 (substitution_start): Use caret position.
1363 (substitution_add): Likewise.
1364 (demangling_new): Initialize caret position.
1365 (demangle_encoding): Use caret position.
1366 (demanglin_nested_name): Put CV qualifiers after name.
1367 (demangle_type_ptr): Use switch statement. Handle pointers to
1368 arrays. Don't use result_append_space. Use caret position.
1369 (demangle_type): Emit CV qualifiers after underlying type. Adjust
1370 call to demangle_array_type.
1371 (demangle_array_type): Add parameter to handle pointers to arrays.
1372
1373 2000-10-01 Mark Mitchell <mark@codesourcery.com>
1374
1375 * splay-tree.c (splay_tree_insert): Fix formatting.
1376
1377 2000-09-16 Mark Mitchell <mark@codesourcery.com>
1378
1379 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
1380
1381 2000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1382
1383 * splay-tree.c: #include <stdio.h>.
1384
1385 2000-09-14 Hans-Peter Nilsson <hp@axis.com>
1386
1387 * testsuite/demangle-expected: Add two tests for anonymous
1388 namespaces.
1389 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
1390
1391 2000-09-10 Mark Mitchell <mark@codesourcery.com>
1392
1393 * splay-tree.c (splay_tree_predecessor): New function.
1394 (splay_tree_successor): Likewise.
1395
1396 2000-09-10 Hans-Peter Nilsson <hp@axis.com>
1397
1398 * testsuite/demangle-expected: Add four tests for type_info
1399 mangling.
1400 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
1401 for a non-template non-qualified type_info function or node.
1402
1403 2000-09-08 Alex Samuel <samuel@codesourcery.com>
1404
1405 * cp-demangle.c: Fix copyright banner.
1406
1407 2000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1408
1409 * md5.c: #include "ansidecl.h".
1410
1411 2000-09-06 Alex Samuel <samuel@codesourcery.com>
1412
1413 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
1414 (demangle_type): Handle substitution candidates correctly in the
1415 face of special substitutions.
1416
1417 2000-09-05 Alex Samuel <samuel@codesourcery.com>
1418
1419 * cp-demangle.c (demangle_encoding): Rename variable.
1420 (demangle_name): Rename parameter. Handle return type
1421 suppression.
1422 (demangle_nested_name): Rename parameter.
1423 (demangle_prefix): Likewise. Change return type suppression.
1424 (demangle_unqualified_name): Add parameter. Flag constructors and
1425 conversion operators.
1426 (demangle_special_name): Fix comment.
1427 (demangle_type): Rename variable.
1428 (demangle_bare_function_type): Check for missing return type and
1429 parameter.
1430 (demangle_class_enum_type): Rename parameter.
1431 (demangle_discriminator): Fix misspelling in comment.
1432
1433 2000-08-31 DJ Delorie <dj@redhat.com>
1434
1435 * configure.in (Cygwin): special case cygwin only when we're
1436 building cygwin, not when we're hosting cygwin.
1437
1438 2000-09-04 Alex Samuel <samuel@codesourcery.com>
1439
1440 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
1441 <expression>.
1442
1443 2000-09-04 Alex Samuel <samuel@codesourcery.com>
1444
1445 * cp-demangle.c (demangle_type_ptr): Increment position past
1446 pointer and reference characters.
1447
1448 2000-09-04 Alex Samuel <samuel@codesourcery.com>
1449
1450 * cp-demangle.c (demangle_nv_offset): New function.
1451 (demangle_v_offset): Likewise.
1452 (demangle_call_offset): Likewise.
1453 (demangle_special_name): Update thunk demangling to comply with
1454 ABI changes.
1455
1456 2000-09-03 Alex Samuel <samuel@codesourcery.com>
1457
1458 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
1459 (substitution_def): Remove template_parm_number.
1460 (NOT_TEMPLATE_PARM): Remove.
1461 (result_insert_string): New macro.
1462 (result_insert): Likewise.
1463 (result_insert_char): Likewise.
1464 (substitution_add): Remove last parameter. Don't store template
1465 parm number.
1466 (BFT_NO_RETURN_TYPE): Define as NULL.
1467 (demangle_encoding): Adjust call to demangle_bare_function_type.
1468 (demangle_name): Adjust substitution. Adjust call to
1469 substitution_add.
1470 (demangle_prefix): Adjust call to substitution_add.
1471 (demangle_identifier): Handle anonymous namespaces.
1472 (demangle_operator_name): Change demangling of vendor-extended
1473 operator to match ABI changes.
1474 (demangle_type_ptr): Change parameters. Make recursive. Handle
1475 substitutions here.
1476 (demangle_type): Adjust calls to demangle_template_param,
1477 substitution_add, and demangle_type_ptr. Fix substitution of
1478 templated types.
1479 (demangle_function_type): Change parameter to a pointer.
1480 (demangle_bare_function_type): Likewise. Adjust insertion point.
1481 (demangle_template_param): Remove last parameter.
1482 (demangle_expr_primary): Remove unused variable. Adjust call to
1483 demangle_template_param.
1484 (is_mangled_char): Accept `$' and `.'.
1485 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
1486 * dyn-string.c (dyn_string_insert_char): New function.
1487
1488 2000-08-31 Hans-Peter Nilsson <hp@axis.com>
1489
1490 * testsuite/demangle-expected: Add nine tests for
1491 underscore-after-number followed by five tests for name-signature
1492 delimiter.
1493
1494 2000-08-28 Richard Henderson <rth@cygnus.com>
1495
1496 * Makefile.in (md5.o): Depend on config.h.
1497
1498 2000-08-28 Jason Merrill <jason@redhat.com>
1499
1500 * Makefile.in (REQUIRED_OFILES): Add md5.o.
1501 (CFILES): Add md5.c.
1502 * md5.c: New file.
1503
1504 2000-08-27 Alex Samuel <samuel@codesourcery.com>
1505
1506 * cp-demangle.c (demangle_name): Initialize template_p in local
1507 name case. Don't re-add substitutions as candidates.
1508 (demangle_nested_name): Use <unqualified-name>.
1509 (demangle_prefix): Likewise. Don't add template names as
1510 substitution candidates twice, or re-add a substitution or the
1511 last prefix component.
1512 (demangle_local_name): Adjust output format.
1513
1514 2000-08-25 Alex Samuel <samuel@codesourcery.com>
1515
1516 * cp-demangle.c (result_add_separated_char): Change parameter to
1517 int.
1518 (substitution_add): Don't check for duplicates. Check if
1519 previously allocated size is zero.
1520 (demangle_name): Remove duplicate check for std substitution.
1521 Clear template flag appropriately.
1522 (demangle_prefix): Remove argument to demangle_substitution.
1523 Don't check that template flag is already set.
1524 (demangle_operator_name): Add pt operator.
1525 (demangle_type): Don't treat r as built-in type. Remove argument
1526 to demangle_substitution. Fix substitution candidate mechanics.
1527 Handle <template-template-parm>s. Improve comments.
1528 (demangle_template_param): Don't handle template arg lists here.
1529 (demangle_substitution): Remove parameter.
1530 (print_usage): Remove extra fprintf option.
1531
1532 2000-08-24 Greg McGary <greg@mcgary.org>
1533
1534 * libiberty/random.c (end_ptr): Revert previous change.
1535
1536 2000-08-24 Greg McGary <greg@mcgary.org>
1537
1538 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
1539 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
1540 * libiberty/random.c (end_ptr): Likewise.
1541
1542 2000-08-23 Alex Samuel <samuel@codesourcery.com>
1543
1544 * cp-demangle.c (result_close_template_list): Remove function.
1545 (result_add_separated_char): New function.
1546 (result_open_template_list): New macro.
1547 (result_close_template_list): Likewise.
1548 (demangle_prefix): Don't set template_p if the
1549 prefix ends with a ctor name.
1550 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
1551 (demangle_type): Check for template args after substitution.
1552 (demangle_template_args): Use result_open_template_list.
1553
1554 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
1555
1556 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
1557
1558 2000-07-26 Dave Pitts <dpitts@cozx.com>
1559
1560 * config/mh-openedition.h: Added -DLE370 definition.
1561
1562 2000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
1563
1564 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
1565 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
1566 Cast program to 'char *' in errmsg_arg assignment.
1567 (PWAIT_ERROR): Define.
1568 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
1569 to DJGPP's WIF* macros.
1570
1571 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
1572 Jeff Law <law@cygnus.com>
1573
1574 * getcwd.c: Include string.h, stdlib.h for prototypes
1575
1576 * Makefile.in (rename.o, waitpid.o): Depend on config.h
1577 * rename.c: Include config.h, unistd.h
1578 * waitpid.c: Include config.h, sys/wait.h
1579
1580 2000-07-24 Hans-Peter Nilsson <hp@axis.com>
1581
1582 * cplus-dem.c (work_stuff_copy_to_from): New.
1583 (delete_non_B_K_work_stuff): New.
1584 (delete_work_stuff): New.
1585 (mop_up): Break out work_stuff partly destruction to
1586 delete_non_B_K_work_stuff.
1587 (iterate_demangle_function): New.
1588 (demangle_prefix): Call iterate_demangle_function instead of
1589 demangle_function_name. Leave handling of name-signature
1590 __-delimiters to iterate_demangle_function.
1591 (demangle_integral_value): Strip an optional
1592 following underscore cautiously. Handle negative numbers.
1593
1594 2000-07-24 Daniel Berlin <dberlin@redhat.com>
1595
1596 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
1597 if (AUTO_DEMANGLING || GNU_DEMANGLING)
1598
1599 2000-07-21 Alex Samuel <samuel@codesourcery.com>
1600
1601 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
1602 allocating ctor mangling.
1603 (demangle_array_type): Handle empty and non-constant array length.
1604
1605 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1606 Jeff Law <law@cygnus.com>
1607
1608 * configure.in (AC_CHECK_HEADERS): Add time.h.
1609 (AC_HEADER_TIME): Add check.
1610 * configure, config.in: Regenerate.
1611 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
1612
1613 * configure.in (AC_CHECK_HEADERS): Add limits.h.
1614 * configure, config.in: Regenerate.
1615 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
1616 * strtol.c, strtoul.c: #include "config.h". Portably #include
1617 <limits.h> and/or <sys/param.h>.
1618 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
1619
1620 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
1621 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
1622 * configure, config.in: Regenerate.
1623 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
1624
1625 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
1626
1627 2000-07-21 Mike Stump <mrs@wrs.com>
1628
1629 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
1630 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
1631
1632 2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1633
1634 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
1635
1636 * setenv.c (setenv): Initialize variable `ep'.
1637
1638 * sigsetmask.c (abort): Prototype.
1639
1640 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
1641 __STDC__ for stdarg.h include.
1642 (int_vasprintf): Prototype.
1643 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
1644 definition. Cast `global_total_width' in comparison.
1645 (main): Prototype. Return a value.
1646
1647 * vfork.c (fork): Prototype.
1648
1649 * xexit.c: Include config.h.
1650
1651 2000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
1652
1653 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
1654 and print it with %u.
1655
1656 2000-07-17 Hans-Peter Nilsson <hp@axis.com>
1657
1658 * testsuite/regress-demangle (failed test): Show result and
1659 expected output.
1660
1661 2000-07-07 Andrew Haley <aph@cygnus.com>
1662
1663 * cplus-dem.c (main): fflush() after emitting last char before
1664 waiting for input.
1665
1666 2000-06-28 Alex Samuel <samuel@codesourcery.com>
1667
1668 * cp-demangle.c (demangle_encoding): Accept no substitutions.
1669 (demangle_name): Handle <substitution> followed by
1670 <unqualified-template-name>.
1671 (demangle_type): Follow special substitutions with
1672 <class-enum-type>
1673 (demangle_subtitution): Set template_p for special substitutions.
1674 (main): Fix typos.
1675
1676 2000-06-27 Alex Samuel <samuel@codesourcery.com>
1677
1678 * cp-demangle.c (demangle_special_name): Swap base and derived
1679 class when demangling construction vtables.
1680
1681 2000-06-21 Alex Samuel <samuel@codesourcery.com>
1682
1683 * cp-demangle.c: Don't include ctype.h.
1684 (IS_DIGIT): New macro.
1685 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
1686 instead of isdigit and isalpanum.
1687 (demangling_def): Make name and next const pointers.
1688 (STATUS_ALLOCATION_FAILED): New status code.
1689 (dyn_string_append_space): Handle failure in
1690 dyn_string_append_char.
1691 (int_to_dyn_string): Likewise. Change return value to status_t.
1692 (string_list_new): Handle failure of dyn_string_init.
1693 (result_close_template_list): Change return type to status_t.
1694 Handle failure in dyn_string_append.
1695 (result_push): Change return value to status_t. Handle failure in
1696 string_list_new. Handle failure of result_push throughout.
1697 (substitution_add): Change return value to status_t. Handle
1698 dyn_string failures. Handle failure of substitution_add
1699 throughout.
1700 (template_arg_list_new): Return NULL on allocation failure.
1701 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
1702 Handle error result throughout.
1703 (result_append): Likewise.
1704 (result_append_char): Likewise.
1705 (result_append_space): Likewise.
1706 (demangling_new): Make argument a const pointer. Handle
1707 allocation failures.
1708 (demangle_template_args): Handle failure in template_arg_list_new
1709 and result_close_template_list.
1710 (demangle_discriminator): Return if int_to_dyn_string fails.
1711 (cp_demangle): Likewise.
1712 (cp_demangle_type): New function.
1713 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
1714 memory allocation failure.
1715 (main): Likewise.
1716 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
1717 IN_LIBGCC2.
1718 (dyn_string_init): Change return value to int. Handle
1719 RETURN_ON_ALLOCATION_FAILURE case.
1720 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
1721 (dyn_string_release): Delete the dyn_string.
1722 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
1723 (dyn_string_copy): Change return type to int.
1724 (dyn_string_copy_cstr): Likewise.
1725 (dyn_string_prepend): Likewise.
1726 (dyn_string_prepend_cstr): Likewise.
1727 (dyn_string_insert): Likewise.
1728 (dyn_string_insert_cstr): Likewise.
1729 (dyn_string_append): Likewise.
1730 (dyn_string_append_cstr): Likewise.
1731 (dyn_string_append_char): Likewise.
1732 (dyn_string_substring): Likewise.
1733
1734 2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
1735
1736 * cp-demangle.c (demangle_operator_name): Add spaces before
1737 names beginning with a letter: delete, delete[], new, new[],
1738 sizeof.
1739 (demangle_special_name): Handle TF <type> and TJ <type>.
1740
1741 Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
1742
1743 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
1744
1745 Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
1746
1747 * cp-demangle.c (stdio.h): File included unconditionaly.
1748 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
1749 * dyn-string.c (stdio.h): File included.
1750 * partition.c (partition_print): No `&' needed to take the address of
1751 a function.
1752
1753 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1754
1755 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
1756
1757 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
1758
1759 * cp-demangle.c (demangle_char): Change parameter from char to int.
1760 (demangle_expression, demangle_expr_primary): Remove extra
1761 semi-colon in prototype.
1762
1763 * dyn-string.c (dyn_string_append_char): Change parameter from
1764 char to int.
1765
1766 * memcmp.c (memcmp): Constify.
1767
1768 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
1769 __extension__.
1770
1771 * partition.c (elem_compare): Prototype. Don't cast away
1772 const-ness.
1773
1774 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
1775
1776 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1777
1778 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
1779
1780 * cp-demangle.c: Include demangle.h.
1781 (template_arg_list_new): DeANSIfy.
1782 (cp_demangle): Make static and add prototype.
1783 (operator_code, operators): Constify.
1784 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
1785
1786 2000-06-05 Alex Samuel <samuel@codesourcery.com>
1787
1788 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
1789 unsigned char.
1790 (demangle_unqualified_name): Likewise.
1791 (demangle_number_literally): Likewise.
1792 (demangle_type): Likewise.
1793 (demangle_substitution): Likewise.
1794 (is_mangled_char): Likewise, for isalnum.
1795
1796 2000-06-04 Alex Samuel <samuel@codesourcery.com>
1797
1798 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
1799 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
1800 (cp-demangle.o): New dependency.
1801 (dyn-string.o): Likewise.
1802
1803 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
1804
1805 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
1806 demangler.
1807 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
1808 demangling mode.
1809 (gnu_new_abi_symbol_characters): New function.
1810 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
1811 file.
1812 * cp-demangle.c: New file.
1813
1814 Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
1815
1816 * floatformat.c: Add name to each floatformat field.
1817
1818 Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
1819
1820 * Makefile.in (objalloc.o): Depend on config.h
1821
1822 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
1823
1824 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
1825 if HAVE_STRING_H.
1826 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
1827 * objalloc.c: Include config.h. Include stdlib.h and don't
1828 declare malloc or free if HAVE_STDLIB_H.
1829 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
1830 else declare malloc without prototype. Include string.h if
1831 HAVE_STRING_H, else declare memset without prototype. Don't
1832 include stddef.h.
1833
1834 2000-05-23 Mike Stump <mrs@wrs.com>
1835
1836 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
1837 -j3.
1838
1839 2000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1840
1841 * xmalloc.c: Include config.h for HAVE_SBRK definition.
1842
1843 2000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
1844
1845 * hashtab.c (hash_pointer): Delete low-order bits which are
1846 probably zero, also eliminate a warning on alpha.
1847
1848 2000-05-15 David Edelsohn <edelsohn@gnu.org>
1849
1850 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
1851 on $(enable_shared).
1852
1853 2000-05-10 Jakub Jelinek <jakub@redhat.com>
1854
1855 * config.table: Use mh-sparcpic for sparc*-*-*.
1856
1857 2000-05-08 Nick Clifton <nickc@cygnus.com>
1858
1859 * Makefile.in (CFILES): Add strncmp.c.
1860 (NEEDED): Add strncmp.
1861
1862 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1863
1864 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
1865 Cast the arguments to `islower' to `unsigned char'.
1866 (print_demangler_list): Prototype.
1867
1868 Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
1869
1870 * sort.c (UCHAR_MAX): Provide fallback definition.
1871
1872 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
1873
1874 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
1875 SUBDIRS.
1876
1877 2000-04-28 Kenneth Block <block@zk3.dec.com>
1878 Jason Merrill <jason@casey.cygnus.com>
1879
1880 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
1881 (cplus_demangle_set_style): New function for setting style.
1882 (cplus_demangle_name_to_style): New function to translate name.
1883
1884 2000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1885
1886 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
1887
1888 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
1889 (libiberty_AC_FUNC_STRNCMP): Invoke.
1890
1891 * strncmp.c: New file.
1892
1893 Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
1894
1895 * hashtab.c (htab_expand): Add prototype.
1896 (find_empty_slot_for_expand): Likewise.
1897
1898 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1899
1900 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
1901 match prototype.
1902 (htab_expand): Cast the return value of xcalloc.
1903
1904 2000-04-24 Mark Mitchell <mark@codesourcery.com>
1905
1906 * hashtab.c (hash_pointer): New function.
1907 (eq_pointer): Likewise.
1908 (htab_hash_pointer): New variable.
1909 (htab_eq_pointer): Likewise.
1910
1911 2000-04-23 Mark Mitchell <mark@codesourcery.com>
1912
1913 * sort.c (sort_pointers): Fix endianness bugs.
1914
1915 * sort.c: New file.
1916 * Makefile.in (CFILES): Add sort.c
1917 (REQUIRED_OFILES): Add sort.o.
1918 (sort.o): New target.
1919
1920 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1921
1922 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
1923 4.3BSD systems.
1924
1925 Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1926
1927 * hashtab.c: Various minor cleanups.
1928 (htab_find_slot_with_hash): INSERT is now enum insert_option.
1929 (htab_find_slot): Likewise.
1930
1931 2000-04-16 Dave Pitts <dpitts@cozx.com>
1932
1933 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
1934
1935 2000-04-05 Richard Henderson <rth@cygnus.com>
1936
1937 * splay-tree.c (splay_tree_remove): New.
1938
1939 2000-03-30 Mark Mitchell <mark@codesourcery.com>
1940
1941 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
1942 codes.
1943 (htab_find_with_hash): Likewise.
1944 (htab_find_slot_with_hash): Likewise.
1945
1946 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
1947
1948 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
1949 unless it will be used. Rearrange loop for better
1950 optimization.
1951 (higher_prime_number): Add static prototype.
1952
1953 Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
1954
1955 * Makefile.in (partition.o): Depend on config.h
1956
1957 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
1958
1959 * hashtab.c (find_empty_slot_for_expand): New function.
1960 (htab_expand): Use it instead of htab_find_slot.
1961 (htab_find_with_hash): Renamed from htab_find; now accepts extra
1962 argument HASH.
1963 (htab_find_slot_with_hash): Likewise for htab_find_slot.
1964 (htab_find): New wrapper function.
1965 (htab_find_slot): Likewise.
1966 (htab_traverse): Pass slot, not entry, to called function.
1967
1968 2000-03-09 Alex Samuel <samuel@codesourcery.com>
1969
1970 * Makefile.in (CFILES): Add partition.c.
1971 (REQUIRED_OFILES): Add partition.o.
1972 (partition.o): New rule.
1973 * partition.c: New file.
1974
1975 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
1976
1977 * hashtab.c (htab_create): Set del_f.
1978 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
1979 Use it.
1980
1981 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
1982
1983 * hashtab.c: Remove debugging variables (all_searches,
1984 all_collisions, all_expansions). Delete
1985 all_hash_table_collisions.
1986 (create_hash_table, delete_hash_table, empty_hash_table,
1987 find_hash_table_entry, remove_element_from_hash_table_entry,
1988 clear_hash_table_slot, traverse_hash_table, hash_table_size,
1989 hash_table_elements_number, hash_table_collisions): Rename to:
1990 htab_create, htab_delete, htab_empty, htab_find_slot,
1991 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
1992 htab_elements, htab_collisions.
1993 (htab_find): New function, handles common case where you don't
1994 plan to add or delete an entry.
1995 (htab_expand): Don't create a whole new table, just a new
1996 entry vector.
1997 (htab_find_slot): Simplify logic.
1998
1999 1999-08-03 Ian Lance Taylor <ian@zembu.com>
2000
2001 * floatformat.c: Add casts to avoid signed/unsigned warnings.
2002 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
2003
2004 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
2005 $(TARGETLIB)n so it works on MSDOS.
2006 (install_to_tooldir): Likewise.
2007
2008 1999-07-21 Ian Lance Taylor <ian@zembu.com>
2009
2010 From Mark Elbrecht:
2011 * makefile.dos: Remove; obsolete.
2012 * configure.bat: Remove; obsolete.
2013
2014 1999-07-11 Ian Lance Taylor <ian@zembu.com>
2015
2016 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2017 warning.
2018
2019 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2020
2021 * pexecute.c: Conditionally include string.h.
2022 (fix_argv): Handle embedded whitespace in args for Mingw32.
2023
2024 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2025
2026 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
2027 we're using gcc.
2028
2029 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
2030
2031 1999-12-27 Geoff Keating <geoffk@cygnus.com>
2032
2033 * vasprintf.c (int_vasprintf): Don't re-read the format character
2034 as this mishandles strings like '%%s'.
2035
2036 1999-12-05 Mark Mitchell <mark@codesourcery.com>
2037
2038 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
2039 rather than struct splay_tree_node.
2040 (splay_tree_insert): Use struct splay_tree_s rather than struct
2041 splay_tree.
2042
2043 Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
2044
2045 * hashtab.c (sys/types.h): File included.
2046
2047 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
2048
2049 * strtoul.c, strtol.c, random.c: Remove advertising clause from
2050 BSD license, pursuant with
2051
2052 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2053
2054 Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
2055
2056 * hashtab.c: Include stdio.h.
2057
2058 Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
2059
2060 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
2061
2062 Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
2063
2064 * xstrdup (sys/types.h): Include this file.
2065
2066 1999-10-28 Nathan Sidwell <nathan@acm.org>
2067
2068 * Makefile.in (SUBDIRS): New macro.
2069 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
2070 avoid multiple subdirectory cleaning.
2071 (*-subdir): Use SUBDIRS.
2072
2073 1999-10-25 Jim Kingdon <http://developer.redhat.com/>
2074
2075 * cplus-dem.c: Move declarations of standard_symbol_characters and
2076 hp_symbol_characters inside #ifdef MAIN to avoid compiler
2077 warnings.
2078
2079 1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
2080
2081 * hashtab.c (find_hash_table_entry): When returning a
2082 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
2083 (clear_hash_table_slot): New function which deletes an entry
2084 by its position in the table, not its value.
2085 (traverse_hash_table): New function which calls a hook
2086 function for every live entry in the table.
2087
2088 1999-10-19 Mark Mitchell <mark@codesourcery.com>
2089
2090 * cplus-dem.c (INTBUF_SIZE): New macro.
2091 (string_append_template_idx): New function.
2092 (demangle_expression): Likewise.
2093 (demangle_integral_value): Use it.
2094 (demangle_real_value): New function, split out from ...
2095 (demangle_template_value_parm): ... here. Use
2096 string_append_template_idx. Use demangle_real_value.
2097 (demangle_template): Use string_append_template_idx.
2098 (demangle_qualified): Use consume_count_with_underscores.
2099 (get_count): Tweak formatting.
2100 (do_type): Use string_append_template_idx.
2101
2102 1999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2103
2104 * calloc.c: Add a public domain notice.
2105
2106 Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
2107
2108 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
2109
2110 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
2111
2112 * Makefile.in (CFILES): Add hashtab.c
2113 (REQUIRED_OFILES): Add hashtab.o
2114 (hashtab.o): Add dependencies.
2115 * hashtab.c: New file
2116
2117 Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
2118
2119 * basename.c (DIR_SEPARATOR): New macro.
2120 (DIR_SEPARATOR_2): Likewise.
2121 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
2122 (IS_DIR_SEPARATOR): Likewise.
2123 (main): Handle MSDOS style pathname.
2124
2125 1999-10-11 Mark Mitchell <mark@codesourcery.com>
2126
2127 * cplus-dem.c (do_type): Handle pointer to member types whose
2128 enclosing classes have namespace scope.
2129
2130 Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
2131
2132 * config.table: Provide a backup shell for executing move-if-change.
2133
2134 1999-10-02 Mark Mitchell <mark@codesourcery.com>
2135
2136 * xmalloc.c (xmalloc): Fix spelling error.
2137 (xcalloc, xrealloc): Likewise.
2138
2139 1999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2140
2141 * cplus-dem.c (fancy_abort, demangle_integral_value,
2142 demangle_arm_hp_template, recursively_demangle,
2143 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
2144 (program_name, program_version, fatal): Constify a char*.
2145 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
2146 (main): Call return, not exit.
2147
2148 1999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2149
2150 * choose-temp.c: Remove obsolete comment about gcc.
2151 (make_temp_file): Constify a char*.
2152
2153 Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2154
2155 * xmemdup.c: Include sys/types.h.
2156
2157 1999-09-07 Jeff Garzik <jgarzik@pobox.com>
2158
2159 * xmemdup.c: New xmemdup function.
2160 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
2161
2162 Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
2163
2164 * config.table: Add openedition target.
2165 * config/mh-openedition: New file.
2166
2167 Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
2168
2169 * pexecute.c (pexecute): Fill in temp_base when needed.
2170
2171 1999-08-31 Richard Henderson <rth@cygnus.com>
2172
2173 * getpwd.c: Check HAVE_GETCWD before defining it away.
2174
2175 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2176
2177 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
2178 (REQUIRED_OFILES): Add getpwd.o.
2179 (getpwd.o): Add target.
2180
2181 * configure.in (AC_PREREQ): Bump to 2.13.
2182 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
2183
2184 * getpwd.c: New file, moved here from gcc.
2185
2186 1999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2187
2188 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
2189 comparing against a signed quantity.
2190 (arm_special): Likewise.
2191 (demangle_fund_type): Likewise.
2192 (do_hpacc_template_const_value): Mark parameter `work' with
2193 ATTRIBUTE_UNUSED.
2194 (main): Constify variable `valid_symbols'.
2195
2196 Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
2197
2198 * strtoul.c (strtoul): Add parentheses around && within ||.
2199
2200 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
2201
2202 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
2203 libdir, libsubdir and tooldir.
2204
2205 1999-08-01 Mark Mitchell <mark@codesourcery.com>
2206
2207 * splay-tree.c (splay_tree_insert): Return the new node.
2208
2209 1999-07-14 Richard Henderson <rth@cygnus.com>
2210
2211 * argv.c: Include stdlib.h and string.h instead of
2212 prototyping directly.
2213 * choose-temp.c: Conditionally include string.h.
2214
2215 1999-07-12 Jason Merrill <jason@yorick.cygnus.com>
2216
2217 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
2218
2219 1999-07-11 Ian Lance Taylor <ian@zembu.com>
2220
2221 * splay-tree.c (splay_tree_insert): Add initialization to avoid
2222 warning.
2223
2224 1999-07-07 Jason Merrill <jason@yorick.cygnus.com>
2225
2226 * Makefile.in (needed-list): Only include stuff we actually need
2227 for libstdc++.
2228
2229 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2230
2231 * configure.in (checkfuncs): Add gettimeofday.
2232 * config.in, configure: Regenerated.
2233
2234 Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
2235
2236 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
2237 the test fails.
2238 * configure: Regenerate.
2239
2240 1999-06-10 Mike Stump <mrs@wrs.com>
2241
2242 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
2243 parallel builds.
2244
2245 1999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2246
2247 * putenv.c: Include ansidecl.h to define `const'.
2248 * setenv.c: Likewise.
2249
2250 Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
2251
2252 * Makefile.in (CFILES): Add putenv.c and setenv.c.
2253 * configure.in (funcs): Add putenv and setenv.
2254 (AC_CHECK_FUNCS): Check for putenv and setenv.
2255 * configure: Rebuilt.
2256 * putenv.c setenv.c: New files.
2257
2258 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
2259 bytes of space using malloc.
2260
2261 Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
2262
2263 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
2264 the *mangled pointer beyond the end of the string. Clean up code to
2265 match prevailing coding style.
2266
2267 1999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2268
2269 * tmpnam.c (L_tmpnam): Fix typo.
2270
2271 Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
2272
2273 * cplus-dem.c (standard_symbol_characters): Renamed from
2274 standard_symbol_alphabet. No longer modify TABLE.
2275 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
2276 modify TABLE.
2277 (main): Corresponding changes. Use strchr to determine if a
2278 character is valid.
2279
2280 1999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
2281
2282 * cplus-dem.c (main): Use table lookup to distinguish identifier
2283 characters from non-identifier characters.
2284 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
2285
2286 Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
2287
2288 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
2289 * getruntime.c: Only attempt to include sys/resource.h and
2290 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
2291 are defined.
2292
2293 Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
2294
2295 * configure.in (alloca detection): Handle alloca directly for interix.
2296 * configure: Rebuilt.
2297
2298 Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
2299
2300 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
2301
2302 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
2303
2304 Fix from Dale Hawkins:
2305 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
2306 reallocated properly if we use it again.
2307
2308 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
2309 stricter about syntax. Always null-terminate string.
2310
2311 Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
2312
2313 * configure.in (checkfuncs): Check for sbrk.
2314 * config.in: Rebuilt.
2315 * configure: Likewise.
2316 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
2317
2318 1999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
2319
2320 Fix from Marcus Daniels:
2321 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
2322 identifier looking for another underscore.
2323
2324 Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
2325
2326 * pexecute.c: Change all references to __UWIN__ to _UWIN.
2327 * xmalloc.c: Likewise.
2328 (xcalloc): UWIN has sbrk.
2329 (xrealloc): Fix guard macro.
2330
2331 1999-04-11 Richard Henderson <rth@cygnus.com>
2332
2333 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
2334 or <alloca.h>.
2335 * clock.c (GNU_HZ): New definition.
2336 (clock): Use it.
2337 * getruntime.c: Likewise.
2338
2339 * config.table: Use mh-beos.
2340 * config/mh-beos: New file.
2341
2342 1999-04-11 Mark Mitchell <mark@codesourcery.com>
2343
2344 * cplus-dem.c (demangle_template_value_parm): Handle
2345 pointers-to-members.
2346 (do_type): Handle template parameters as qualifiers.
2347
2348 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
2349
2350 * cplus-dem.c: Attempt to handle overflows in counts with some
2351 semblance of grace.
2352 (consume_count): Detect overflows. Return -1 to indicate errors,
2353 instead of zero.
2354 (demangle_template_value_parm, demangle_template): Handle change
2355 to consume_count's return convention.
2356
2357 1999-04-05 Tom Tromey <tromey@cygnus.com>
2358
2359 * testsuite/regress-demangle: New file.
2360 * testsuite/demangle-expected: New file.
2361
2362 * Makefile.in (all, check, installcheck, info, install-info,
2363 clean-info, dvi, install, etags, tags, mostlyclean, clean,
2364 distclean, maintainer-clean, realclean): Depend on corresponding
2365 `-subdir' target.
2366 (all-subdir check-subdir installcheck-subdir info-subdir
2367 install-info-subdir clean-info-subdir dvi-subdir
2368 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
2369 distclean-subdir maintainer-clean-subdir): New target.
2370 * testsuite/Makefile.in: New file.
2371 * configure: Rebuilt.
2372 * configure.in: Create testsuite/Makefile.
2373
2374 1999-04-02 Mark Mitchell <mark@codesourcery.com>
2375
2376 * splay-tree.h (splay_tree_compare_pointers): Define.
2377
2378 1999-03-30 Mark Mitchell <mark@codesourcery.com>
2379
2380 * splay-tree.c (splay_tree_compare_ints): Define.
2381
2382 1999-03-30 Tom Tromey <tromey@cygnus.com>
2383
2384 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
2385 don't advance input pointer.
2386 (demangle_class_name): If consume_count didn't find a count, do
2387 nothing. Don't bother with `strlen' sanity check; consume_count
2388 does it for us.
2389
2390 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
2391
2392 From Art Haas <ahaas@neosoft.com>:
2393 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
2394 when doing arm or hp style.
2395 (demangle_nested_args): Decr forgetting_types field when done.
2396
2397 Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
2398
2399 * pexecute.c (__CYGWIN32__): Rename to
2400 (__CYGWIN__): this.
2401 * xmalloc.c: Likewise.
2402
2403 Changes to support i386-pc-uwin.
2404 * configure.in (*-*-uwin*): Workaround for vfork bug.
2405 * configure: Regenerate.
2406 * pexecute.c (pexecute): Be like standard Unix.
2407 (pwait): Likewise.
2408 * xmalloc.c (first_break): Define.
2409 (xmalloc_set_program_name): Use.
2410 (xmalloc): Use.
2411
2412 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2413
2414 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
2415
2416 Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
2417
2418 * config.table: Check cygwin*, not cygwin32*.
2419
2420 Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
2421
2422 * Makefile.in: Change mkstemp -> mkstemps.
2423
2424 Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
2425
2426 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
2427 * configure.in (funcs): Check for and conditionally add mkstemps to
2428 the list of functions libiberty will provide.
2429 * configure: Rebuilt.
2430
2431 Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
2432
2433 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
2434 platforms that don't have HZ.
2435 * getruntime.c (HZ): Likewise.
2436
2437 Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
2438
2439 * Makefile.in (xstrdup.o): Depend on config.h.
2440
2441 Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
2442
2443 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
2444 freeing it.
2445
2446 Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2447
2448 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
2449
2450 Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2451
2452 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
2453 splay-tree.o.
2454
2455 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
2456
2457 * configure.in: Require autoconf 2.12.1 or higher.
2458
2459 1998-12-30 Michael Meissner <meissner@cygnus.com>
2460
2461 * random.c (NULL): Don't redefine NULL if it is already defined.
2462
2463 Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2464
2465 * argv.c (buildargv): Cast the result of alloca in assignment.
2466
2467 * choose-temp.c: Include stdlib.h.
2468
2469 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
2470 (snarf_numeric_literal): Constify first parameter.
2471 (code_for_qualifier): Avoid a gcc extension, make the parameter an
2472 int, not a char.
2473 (demangle_qualifier): Likewise.
2474 (demangle_signature): Cast the argument of a ctype function to
2475 unsigned char.
2476 (arm_pt): Add parens around assignment used as truth value.
2477 (demangle_arm_hp_template): Constify variable `args'.
2478 (do_hpacc_template_const_value): Cast the argument of a ctype
2479 function to unsigned char.
2480 (do_hpacc_template_literal): Remove unused variable `i'.
2481 (snarf_numeric_literal): Constify parameter `args'.
2482 Cast the argument of a ctype function to unsigned char.
2483
2484 * floatformat.c (floatformat_to_double): Add explicit braces to
2485 avoid ambiguous `else'.
2486
2487 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
2488 `cstart' and `cend' to unsigned char. Cast the argument of macro
2489 `FOLD', which uses ctype functions, to unsigned char.
2490
2491 * objalloc.c (free): Add prototype.
2492
2493 Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
2494
2495 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
2496
2497 Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
2498
2499 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
2500 doesn't exist.
2501 (do_hpacc_template_literal): remove unused variable `i'.
2502
2503 Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
2504
2505 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
2506 bumping the pointer we read from. Also prepend these codes,
2507 as we do in other places.
2508
2509 1998-12-18 Nick Clifton <nickc@cygnus.com>
2510
2511 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
2512 'const char *' in order to match its usage when calling siblings.
2513 (snarf_numeric_literal): Make first arg 'const char **' in order
2514 to match usage.
2515
2516 Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2517
2518 * choose-temp.c: Don't check IN_GCC anymore.
2519
2520 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
2521 * memchr.c (memchr): Likewise.
2522 * memcpy.c (memcpy): Likewise.
2523 * memmove.c (memmove): Likewise.
2524
2525 * mkstemp.c: Don't check IN_GCC anymore.
2526 * pexecute.c: Likewise.
2527 * splay-tree.c: Likewise.
2528
2529 * strchr.c (strchr): Use `const', not `CONST'.
2530 * strrchr.c (strrchr): Likewise.
2531 * strtol.c (strtol): Likewise.
2532 * strtoul.c (strtoul): Likewise.
2533
2534 Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
2535 Elena Zannoni <ezannoni@cygnus.com>
2536 Stan Shebs <shebs@cygnus.com>
2537 Edith Epstein <eepstein@cygnus.com>
2538 Andres MacLeod <amacleod@cygnus.com>
2539 Satish Pai <pai@apollo.hp.com>
2540
2541 * HP aCC demangling support.
2542 * cplus-dem.c
2543 (main): Remove default to HP style demangling, set to EDG
2544 demangling correctly when -edg specified; set the demangling style
2545 when user specifies 'edg'. Set strip_underscore to
2546 prepends_underscore, if not HPUXHPPA. Set
2547 current_demangling_style to hp_demangling if HPUXHPPA. Set
2548 current demangling style correctly if the switch is hp. Read
2549 label correctly also in the HP style case.
2550 (work_stuff): add temp_start field; add field for volatile member
2551 function.
2552 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
2553 style for this case is the same as ARM.
2554 (demangle_args): handle EDG_DEMANGLING style; support HP style.
2555 (demangle_arm_hp_template): new function. (It was
2556 demangle_arm_pt.); check and set value of temp_start field in
2557 multiple places. Also, when ceching for end of template args,
2558 check to see if at end of static member of template class.
2559 (demangle_class): new local variable : save_class_name_end Don't
2560 include template args in string defining class.
2561 (demangle_class_name): use demangel_arm_hp_template.
2562 (demangle_function_name): handle case where demangling style is
2563 HP_DEMANGLING and currently point at an 'X' in the mangled name.
2564 Handle EDG_DEMANGLING style. Handle constructor and destructor
2565 ops for HP style.
2566 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
2567 styles. global destructor and constructor for HP style are same
2568 as for ARM style. Same for local variables.
2569 (demangle_qualified): handle EDG_DEMANGLING style.
2570 (demangle_signature): add case for volatile member function. For
2571 cases '1' - '9' : initialize the temp_start field to -1 and handle
2572 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
2573 and AUTO_DEMANGLING styles. If expecting a function and managed
2574 to demangle the funct args, then handle the LUCID_DEMANGLING,
2575 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
2576 class name after "Lnnn_ in HP style case. HP style too needs to
2577 forget types. _nnn is OK for HP style, so don't report failure.
2578 (do_hpacc_template_const_value): new function. Handle template's
2579 value param for HP/aCC.
2580 (do_hpacc_template_literal): new function. Handle a template's
2581 literal parameter for HP aCC.
2582 (recursively_demangle): new function
2583 (snarf_numeric_literal): new function.
2584 (usage): add 'edg' to the list of demangling styles; add hp switch
2585 to message.
2586
2587 Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
2588
2589 * pexecute.c: Remove obsolete ifdefed cygwin code.
2590
2591 Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2592
2593 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
2594 * cplus-dem.c: Likewise. Conform to libiberty.h.
2595 * pexecute.c: Likewise.
2596 * splay-tree.c: Likewise.
2597
2598 1998-11-25 Mike Stump <mrs@wrs.com>
2599
2600 * Makefile.in (splay-tree.o): Add config.h dependency.
2601
2602 Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2603
2604 * configure.in: Use AC_PREREQ(2.12.1).
2605
2606 1998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
2607
2608 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
2609
2610 Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
2611
2612 * mpw.c (mpw_access): Add missing parens.
2613
2614 Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2615
2616 * configure.in: Call AC_HEADER_SYS_WAIT.
2617
2618 * pexecute.c: Include sys/wait.h when !IN_GCC.
2619
2620 Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
2621
2622 * pexecute.c: revert back to checking old Cygwin
2623 preprocessor symbol until some time has passed.
2624
2625 Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
2626
2627 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
2628 since it will now support similar constructs.
2629
2630 Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2631
2632 * configure.in: Check for calloc.
2633
2634 * calloc.c: New file.
2635
2636 * xmalloc.c (xcalloc): New function.
2637
2638 Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
2639
2640 *cplus-dem.c (demangle_prefix): Use the last "__"
2641 in the mangled name when looking for the signature. This allows
2642 template names to begin with "__".
2643
2644 1998-11-08 Mark Mitchell <mark@markmitchell.com>
2645
2646 * cplus-dem.c (type_kind_t): Add tk_reference.
2647 (demangle_template_value_parm): Handle it.
2648 (do_type): Use it for references, instead of tk_pointer.
2649
2650 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
2651 not internal_cplus_demangle.
2652
2653 Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2654
2655 * choose-temp.c: Don't include gansidecl.h.
2656 * mkstemp.c: Likewise.
2657 * pexecute.c: Likewise.
2658
2659 Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
2660
2661 * configure.in: detect cygwin* instead of cygwin32*
2662 * configure: regenerate
2663
2664 Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2665
2666 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
2667 whether to include config.h. Possibly include unistd.h in the
2668 !IN_GCC case. Define VFORK_STRING as a printable function call
2669 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
2670 defined, include vfork.h. If VMS is defined, define vfork()
2671 appropriately. Remove vfork check on USG, we're using autoconf.
2672 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
2673 locally what string to use.
2674
2675 1998-10-26 Mark Mitchell <mark@markmitchell.com>
2676
2677 * splay-tree.c: Tweak include directives to make sure declarations of
2678 xmalloc and free are available.
2679
2680 1998-10-25 Mark Mitchell <mark@markmitchell.com>
2681
2682 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
2683 anonymous namespaces.
2684
2685 1998-10-23 Mark Mitchell <mark@markmitchell.com>
2686
2687 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
2688 with type_quals.
2689 (TYPE_UNQUALIFIED): New macro.
2690 (TYPE_QUAL_CONST): Likewise.
2691 (TYPE_QUAL_VOLATILE): Likewise.
2692 (TYPE_QUAL_RESTRICT): Likewise.
2693 (code_for_qualifier): New function.
2694 (qualifier_string): Likewise.
2695 (demangle_qualifier): Likewise.
2696 (internal_cplus_demangle): Use them.
2697 (demangle_signature): Likewise.
2698 (demangle_template_value_parm): Likewise.
2699 (do_type): Likewise.
2700 (demangle_fund_type)): Likewise.
2701
2702 Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2703
2704 * splay-tree.c (splay_tree_foreach_helper): Make definition static
2705 to match prototype.
2706
2707 1998-10-21 Mark Mitchell <mark@markmitchell.com>
2708
2709 * splay-tree.c: New file.
2710 * Makefile.in (CFILES): Add it.
2711 (REQUIRED_OFILES): Likewise.
2712 (splay-tree.o): Add dependencies.
2713
2714 Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2715
2716 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
2717 range of 'K' index.
2718
2719 Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2720
2721 * choose-temp.c: Prototype mkstemps() when IN_GCC.
2722
2723 * cplus-dem.c (consume_count): Cast argument of ctype macro to
2724 `unsigned char'.
2725 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
2726 comparing against one.
2727 (cplus_mangle_opname): Likewise.
2728 (demangle_integral_value): Cast argument of ctype macro to
2729 `unsigned char'.
2730 (demangle_template_value_parm): Likewise.
2731 (demangle_template): Initialize variable `bindex'. Cast the
2732 result of `strlen' to (int) when comparing against one. Remove
2733 unused variable `start_of_value_parm'.
2734 (demangle_class_name): Cast the result of `strlen' to (int) when
2735 comparing against one.
2736 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
2737 (gnu_special): Likewise. Cast the result of `strlen' to (int)
2738 when comparing against one.
2739 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
2740 (get_count): Likewise.
2741 (do_type): Likewise. Cast the result of `strlen' to (int) when
2742 comparing against one.
2743 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
2744 (demangle_function_name): Cast the result of `strlen' to (int)
2745 when comparing against one.
2746
2747 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
2748 comparing against one.
2749
2750 Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
2751
2752 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
2753 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
2754 * config.in, configure: Rebuilt.
2755
2756 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
2757 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
2758 * config.in, configure: Rebuilt.
2759
2760 Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
2761
2762 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
2763
2764 Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
2765
2766 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
2767
2768 Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
2769
2770 * Merge egcs & devo libiberty.
2771
2772 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
2773
2774 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
2775
2776 Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2777
2778 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
2779 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
2780 IN_GCC.
2781
2782 * vasprintf.c: Include stdarg.h/varargs.h first.
2783
2784 * vprintf.c: Likewise.
2785
2786 Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
2787
2788 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
2789 is the canonical copy. Define ISSPACE if !IN_GCC.
2790 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
2791 * getopt1.c, obstack.c: Similarly.
2792 * Makefile.in: Build mkstemp.o
2793
2794 Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
2795
2796 * configure.in: Include asprintf in list of functions known not
2797 to be in newlib.
2798 * configure: Rebuild.
2799
2800 Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
2801
2802 * cplus-dem.c (work_stuff): Add dllimported.
2803 (demangled_prefix): Mark symbols imported from PE DLL.
2804 (internal_cplus_demangled): Handle.
2805
2806 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
2807
2808 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
2809 stay failed.
2810
2811 Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2812
2813 * cplus-dem.c: Include config.h if it exists. Also, only
2814 prototype malloc/realloc if we can't get stdlib.h.
2815
2816 Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
2817
2818 * configure.in: Switch back to checking --with-target-subdir when
2819 deciding whether to check for newlib, undoing part of July 15
2820 change.
2821 * configure: Rebuild.
2822
2823 Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
2824
2825 * cplus-dem.c (type_kind_t): New type.
2826 (demangle_template_value_parm): Add type_kind_t parameter. Rely
2827 on this paramter, rather than demangling the type again.
2828 (demangle_integral_value): Pass tk_integral.
2829 (demangle_template_: Pass the value returned from do_type.
2830 (do_type): Return a type_kind_t. Pass tk_integral to
2831 demangle_template_value_parm for array bounds.
2832 (demangle_fund_type): Likewise.
2833
2834 Also incorporate from GCC version:
2835
2836 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
2837
2838 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
2839
2840 Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2841
2842 * cplus-dem.c (demangle_nested_args): Make function definition
2843 static to match the prototype.
2844
2845 Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
2846
2847 * cplus-dem.c (type_kind_t): New type.
2848 (demangle_template_value_parm): Add type_kind_t parameter. Rely
2849 on this paramter, rather than demangling the type again.
2850 (demangle_integral_value): Pass tk_integral.
2851 (demangle_template_: Pass the value returned from do_type.
2852 (do_type): Return a type_kind_t. Pass tk_integral to
2853 demangle_template_value_parm for array bounds.
2854 (demangle_fund_type): Likewise.
2855
2856 Also incorporate from GCC version:
2857
2858 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
2859
2860 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
2861
2862 Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
2863
2864 * Makefile.in (ALLOCA): New variable.
2865 ($(TARGETLIB)): Add $(ALLOCA) to library.
2866 (needed-list): Add $(ALLOCA).
2867 ($(ALLOCA)): Depend upon stamp-picdir.
2868
2869 Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2870
2871 * cplus-dem.c (demangle_nested_args): Make function definition
2872 static to match the prototype.
2873
2874 Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
2875
2876 * configure.in: Check --with-cross-host rather than
2877 --with-target-subdir when deciding whether build uses a cross
2878 compiler, and when deciding where to install the library.
2879 * configure: Rebuild.
2880
2881 Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
2882
2883 * cplus-dem.c (demangle_nested_args): Return a value.
2884
2885 Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
2886
2887 * cplus-dem.c (string): Move definition before work_stuff.
2888 (work_stuff): Add volatile_type, forgetting_types,
2889 previous_argument, and nrepeats fields.
2890 (SCOPE_STRING): New macro.
2891 (demangle_template): Add `remember' parameter. Add comment.
2892 Register the `B' code type here, if remembering. Tidy. Fix crash
2893 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
2894 (demangle_nested_args): New function.
2895 (internal_cplus_demangle): Handle volatile-qualified member
2896 functions.
2897 (mop_up): Delete the previous_argument string if present.
2898 (demangle_signature): Tidy. Handle volatile-qualified member
2899 functions. Handle back-references using the `B' code. Use extra
2900 parameter to demangle_template and SCOPE_STRING where appropriate.
2901 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
2902 code.
2903 (demangle_class): Use SCOPE_STRING.
2904 (gnu_special): Pass additional argument to demangle_template.
2905 Use SCOPE_STRING.
2906 (demangle_qualified): Save qualified types for later
2907 back-references. Handle constructors and destructors for template
2908 types correctly.
2909 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
2910 demangle_template. Use demangled_nested_args. Don't remember
2911 qualified types here; that's now done in demangle_qualified.
2912 Similarly for templates.
2913 (do_arg): Improve commment. Handle 'n' repeat code.
2914 (remember_type): Check forgetting_types.
2915 (demangle_args): Deal with 'n' repeat codes. Tidy.
2916
2917 Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
2918
2919 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
2920 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
2921
2922 Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
2923
2924 * configure.in (setobjs): Correct quoting error in cygwin32 case.
2925 From Chris Faylor <cgf@cygnus.com>.
2926
2927 Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
2928
2929 * obstack.c: Update to latest FSF version.
2930
2931 Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
2932
2933 * Makefile.in: Add a dependency on stamp-picdir for the
2934 objects, so that we can do a parallel build.
2935
2936 Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
2937
2938 * configure.in (checkfuncs): Add missing "'".
2939
2940 Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
2941
2942 * obstack.c (_obstack_memory_used): Elide this function if we're
2943 on a system with GNU libc.
2944
2945 Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
2946
2947 * Makefile.in (distclean): Remove config.log.
2948
2949 Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2950
2951 * Makefile.in (distclean): Don't remove alloca-conf.h.
2952
2953 Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
2954
2955 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
2956
2957 1998-05-21 Mark Mitchell <mmitchell@usa.net>
2958
2959 * cplus-dem.c (do_type): Handle volatile qualification.
2960
2961 1998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
2962
2963 * configure.in: Check for unistd.h as well.
2964 * configure: Rebuild.
2965 * config.in: Rebuild.
2966 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
2967 is defined in unistd.h. Reformat conditional block for easier reading.
2968
2969 * config.table (shared): Default to no if ${enable_shared}
2970 is unset or empty; this logic is used by the toplevel
2971 configure scripts, too.
2972
2973 Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
2974
2975 * config.table: Add line to set enable_shared in the Makefile
2976 as needed.
2977
2978 Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2979
2980 * cplus-dem.c (squangle_mop_up): Change return type to void.
2981 (internal_cplus_demangle): Remove unused parameter `options'.
2982 All callers changed.
2983 (cplus_demangle_opname): Remove function wide variable `int i' and
2984 replace with `size_t i' at each location where it is used.
2985 (cplus_mangle_opname): change type of `i' from int to size_t.
2986
2987 Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
2988
2989 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
2990 than sparc or sun.
2991 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
2992
2993 Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
2994
2995 * configure.in: Set libiberty_topdir correctly when srcdir is
2996 "." and with_target_subdir is not set.
2997 * configure: Rebuild.
2998
2999 Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
3000
3001 * configure.in: Add *-*-mingw32* case.
3002 * configure: Rebuild.
3003
3004 Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
3005
3006 * config.table: Never use a PIC file for *-*-cygwin32*.
3007
3008 * Makefile.in (config.status): Depend upon config.table.
3009
3010 * configure.in: On a cygwin32 host, always compile random, and
3011 don't test for sys_siglist, strsignal, or psignal.
3012 * configure: Rebuild.
3013
3014 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
3015 * getcwd.c: Likewise.
3016 * getpagesize.c: Likewise.
3017 * getruntime.c: Likewise.
3018
3019 Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
3020
3021 Use autoconf tests rather than the old dummy.c test:
3022 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
3023 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
3024 most functions. Add special cases to handle newlib and VxWorks.
3025 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
3026 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
3027 CONFIG_FILES is set; set ac_file before calling it.
3028 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
3029 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
3030 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
3031 (i[3456]-*-mingw32*): Remove.
3032 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
3033 (LIBOBJS): New variable.
3034 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
3035 (all): Depend upon needed-list. Don't check RULE1.
3036 (@target_makefile_frag@): Remove.
3037 (COMPILE.c): Include @DEFS@.
3038 (HFILES): Add alloca-conf.h.
3039 (REQUIRED_OFILES): Remove basename.o.
3040 ($(TARGETLIB)): New target.
3041 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
3042 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
3043 (needed-list, config.h): Rewrite.
3044 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
3045 (.always.): Remove.
3046 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
3047 (stamp-h): New target.
3048 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
3049 (basename.o): Don't depend upon config.h.
3050 (getruntime.o): Depend upon config.h.
3051 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
3052 NEED_on_exit.
3053 * basename.c: Don't include config.h. Don't check NEED_basename.
3054 * clock.c: Include config.h.
3055 * getcwd.c: Likewise.
3056 * getpagesize.c: Likewise.
3057 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
3058 HAVE_TIMES.
3059 * strerror.c: Change uses of NEED_sys_errlist to
3060 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
3061 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
3062 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
3063 HAVE_PSIGNAL.
3064 * acconfig.h: New file.
3065 * dummy.c: Remove.
3066 * functions.def: Remove.
3067 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
3068 * config/mh-windows (HDEFINES): Remove.
3069 * config/mh-cygwin32: Remove.
3070 * config/mh-go32: Remove.
3071 * config/mh-irix4: Remove.
3072 * config/mh-riscix: Remove.
3073 * config/mh-sysv4: Remove.
3074 * config/mt-mingw32: Remove.
3075 * config/mt-vxworks5: Remove.
3076 * config.in: New file, generated using autoheader.
3077 * configure: Rebuild.
3078
3079 Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
3080
3081 * configure.in: Rewrite to use autoconf.
3082 * configure: Generate using autoconf.
3083 * config/mh-a68bsd: Remove.
3084 * config/mh-apollo68: Remove.
3085 * config/mh-hpbsd: Remove.
3086 * config/mh-ncr3000: Remove.
3087 * config/mh-sysv: Remove.
3088 * config/mh-aix (RANLIB, INSTALL): Don't define.
3089 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
3090 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
3091 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
3092 * config.table: Change config_shell to CONFIG_SHELL, and use
3093 libiberty_topdir to find move-if-change.
3094 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
3095 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
3096 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
3097 * Makefile.in (srcdir): Set to @srcdir@.
3098 (VPATH): Likewise.
3099 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
3100 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
3101 (CC, CFLAGS, RANLIB)): Likewise.
3102 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
3103 (target_makefile_frag, host_makefile_frag): Add substitutions.
3104 (INSTALL_DEST): Set to @INSTALL_DEST@.
3105 (Makefile): Depend upon config.status. Don't depend upon
3106 $(host_makefile_frag) or $(target_makefile_frag).
3107 (config.status): New target.
3108
3109 Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
3110
3111 * config/mt-sunos4: Remove. Should be handled by --with-headers
3112 and --with-libraries options at top level.
3113 * config.table: Never use mt-sunos4.
3114
3115 * alloca-conf.h: New file, combining alloca-norm.h and
3116 alloca-botch.h.
3117 * alloca-norm.h: Remove.
3118 * alloca-botch.h: Remove.
3119 * configure.in: Set shell variables files and links to empty.
3120 * config.table: Don't set shell variable files.
3121 * configure.bat: Don't create alloca-conf.h.
3122 * makefile.vms: Likewise.
3123 * mpw-config.in: Likewise.
3124 * vmsbuild.com: Likewise.
3125
3126 Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
3127
3128 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
3129 target depending upon config.h.
3130 (alloca.o): Add target depending upon config.h
3131 (basename.o, choose-temp.o, fnmatch.o): Likewise.
3132 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
3133 (strsignal.o, xstrerror.o): Likewise.
3134
3135 Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3136
3137 * cplus-dem.c (cplus_demangle_opname): Initialize work.
3138
3139 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3140
3141 * cplus-dem.c (demangle_qualified): Replace missing else.
3142
3143 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3144
3145 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
3146 length in the name of a virtual table.
3147
3148 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
3149
3150 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
3151 (cplus_demangle_opname): Call mop_up_squangle.
3152 (cplus_demangle): Initialize squangle info, then call
3153 internal_cplus_demangle. (Most code moved there as well)
3154 (internal_cplus_demangle): New function, performs most of what use
3155 to be done in cplus_demangle, but is only called with this file.
3156 (squangle_mop_up): New function to clean up B and K code data.
3157 (mop_up): set pointers to NULL after freeing.
3158 (demangle_signature, demangle_template, demangle_class): Add
3159 switch elements to handle K and B codes.
3160 (demangle_prefix, gnu_special, demangle_qualified): Add
3161 code to handle K and B codes.
3162 (do_type, demangle_fund_type): Handle B and K codes.
3163 (remember_Ktype): New function to store K info.
3164 (register_Btype, remember_Btype): New functions for B codes.
3165 (forget_B_and_K_types): New function to destroy B and K info.
3166
3167 Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
3168
3169 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
3170
3171 Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
3172
3173 * config.table: Make locating frag files failsafe even for the
3174 special case if configuring and building in srcdir.
3175
3176 Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
3177
3178 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
3179
3180 Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
3181
3182 * choose-temp.c: Sync with copy in gcc.
3183
3184 Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
3185
3186 * getopt.c: Update to latest FSF version.
3187 * getopt1.c: Likewise.
3188
3189 Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
3190
3191 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
3192 strings that are not actually lengths.
3193
3194 Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
3195
3196 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
3197 (.c.o): Check value of enable_shared, not PICFLAG.
3198 (stamp-picdir): Dito.
3199
3200 Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
3201
3202 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
3203 since it gets built automatically
3204
3205 Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
3206
3207 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
3208 the currently shipping OS.
3209
3210 Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
3211
3212 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
3213 Add fnmatch.o and objalloc.o; remove vasprintf.o.
3214 [config.h]: Define NEED_strsignal.
3215
3216 Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
3217
3218 * functions.def: Correct argument types for strerror and
3219 strsignal. Reported by Alex Gutman <agutman@emc.com>.
3220
3221 Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
3222
3223 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
3224 values.
3225
3226 Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
3227 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
3228
3229 Add mingw32 support.
3230 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
3231 (pwait): New function for mingw32.
3232
3233 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
3234 * config/mt-mingw32: New file.
3235 * xmalloc.c (first_break): Not used for mingw32.
3236 (xmalloc_set_program_name): Don't use sbrk on mingw32.
3237 (xmalloc): Likewise.
3238 (xrealloc): Likewise.
3239
3240 Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
3241
3242 * choose-temp.c: Sync with gcc version.
3243
3244 Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
3245
3246 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
3247 to all filenames in libdir and tooldir.
3248 (distclean): Do MULTICLEAN before deleting Makefile.
3249 (stamp-needed, stamp-config): Add MULTISRCTOP to
3250 pathname for move-if-change.
3251
3252 Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
3253
3254 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
3255
3256 Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
3257
3258 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
3259 was already defined previously.
3260
3261 Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
3262
3263 * Makefile.in (INSTALL): Use ../install-sh, not install.
3264
3265 Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
3266
3267 * Makefile.in (CFILES): Add pexecute.c.
3268
3269 Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
3270
3271 * asprintf.c: Consistently use either stdarg or varargs.
3272
3273 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
3274
3275 * cplus-dem.c (demangle_signature): Don't look for return types on
3276 constructors. Handle member template constructors.
3277
3278 Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
3279
3280 * README: Fix configuration instructions.
3281
3282 Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
3283
3284 * pexecute.c: Update to current version from /gd/gnu/lib:
3285
3286 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
3287
3288 * pexecute.c: Use spawn if __CYGWIN32__.
3289
3290 1997-08-08 Paul Eggert <eggert@twinsun.com>
3291
3292 * pexecute.c: Include "config.h" first, as per autoconf manual.
3293
3294 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
3295
3296 * pexecute.c (fix_argv): New function.
3297 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
3298 Add underscore to cwait function call.
3299
3300 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
3301
3302 * cplus-dem.c (demangle_template): Add new parameter. Handle new
3303 template-function mangling.
3304 (consume_count_with_underscores): New function.
3305 (demangle_signature): Handle new name-mangling scheme.
3306
3307 Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
3308
3309 * asprintf.c: stdarg.h when ALMOST_STDC
3310 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
3311 strncasecmp.o.
3312
3313 Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
3314
3315 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
3316
3317 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
3318
3319 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
3320
3321 Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
3322
3323 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
3324
3325 Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
3326
3327 * asprintf.c (asprintf): New file.
3328 * Makefile.in (CFILES): Add asprintf.c
3329 * functions.def: Ditto.
3330
3331 Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
3332
3333 * argv.c (dupargv): New function, duplicate an argument vector.
3334
3335 Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
3336
3337 * config/mh-cygwin32: also build random.o
3338
3339 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
3340
3341 * cplus-dem.c: Add 'extern' to prepends_underscore.
3342
3343 Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
3344
3345 * cplus-dem.c: Various changes to produce Java output when passed
3346 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
3347 (main): Support --java and -j flags to set DMGL_JAVA.
3348
3349 Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
3350
3351 * config/mh-go32 (CC, AR, RANLIB): Don't define.
3352
3353 Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
3354
3355 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
3356 (pexecute.o): New target.
3357
3358 * Makefile.in (stamp-needed): New target, replacing needed-list.
3359 (needed-list): Just depend upon stamp-needed.
3360 (stamp-config): New target, replacing config.h.
3361 (config.h): Just depend upon stamp-config.
3362 (mostlyclean): Remove stamp-*.
3363
3364 Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
3365
3366 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
3367 INSTALL_DATA for multilibbed installs
3368
3369 Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
3370
3371 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
3372
3373 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
3374
3375 * choose-temp.c (try): Insist that temp dir be searchable.
3376
3377 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
3378
3379 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
3380 for current directory.
3381
3382 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
3383
3384 * pexecute.c: Remove special cases for cygwin32.
3385 (pwait): Remove local definition of `pid'.
3386
3387 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
3388
3389 * pexecute.c (vfork): Supply new definition for VMS.
3390 (pwait): Use waitpid instead of wait for VMS.
3391
3392 Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3393
3394 * cplus-dem.c (do_type): Handle `J'.
3395 (demangle_fund_type): Print "complex" for it.
3396
3397 Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
3398
3399 * configure.in: Don't turn on multilib here.
3400
3401 Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
3402
3403 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
3404 elided; needed by gdb and not present in libc.
3405
3406 Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
3407
3408 * Makefile.in (clean): Remove tmpmulti.out.
3409
3410 Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
3411
3412 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
3413 Add new floatformat, mainly for ARM doubles.
3414
3415 Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
3416
3417 * config.table: Use ${config_shell} with ${moveifchange}. From
3418 Thomas Graichen <graichen@rzpd.de>.
3419
3420 Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
3421
3422 * configure.in: Enable multilibing by default.
3423 Update multilib template to read config-ml.in.
3424
3425 Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
3426
3427 * makefile.vms: Add objalloc.
3428
3429 Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
3430
3431 * cplus-dem.c (demangle_it): Add prototype declaration.
3432 (usage, fatal): Likewise.
3433
3434 * xexit.c (_xexit_cleanup): Add prototype.
3435
3436 * strerror.c (init_error_tables): Declare.
3437
3438 Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
3439
3440 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
3441 * strsignal.c: Only define strsignal if NEED_strsignal.
3442 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
3443 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
3444 to xneeded-list.
3445 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
3446 (EXTRA_OFILES): Define to vasprintf.o.
3447 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
3448 (EXTRA_OFILES): Add vasprintf.o.
3449 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
3450 (vxneeded-list): Add vasprintf.o.
3451
3452 Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
3453
3454 * objalloc.c: Include <stdio.h>.
3455
3456 Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
3457
3458 * objalloc.c: New file.
3459 * Makefile.in (CFILES): Add objalloc.c
3460 (REQUIRED_OFILES): Add objalloc.o.
3461 (objalloc.o): New target.
3462
3463 Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
3464
3465 * obstack.c: Update to current FSF version.
3466
3467 Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
3468
3469 * cplus-dem.c: Add prototypes for all static functions.
3470 (mystrstr): Make static. Make arguments and result const.
3471 (cplus_match): Remove; not used.
3472
3473 Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3474
3475 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
3476 __t* symbols.
3477
3478 Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
3479
3480 * spaces.c: Declare malloc and free properly.
3481 * strsignal.c (init_signal_tables): Add prototype.
3482 * xatexit.c (_xexit_cleanup): Add parameter declarations.
3483
3484 Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
3485
3486 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
3487 also required because of xmalloc.o.
3488
3489 Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
3490
3491 * strsignal.c: Unconditionally redefine sys_siglist around the
3492 inclusion of the system header files.
3493
3494 Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
3495
3496 * makefile.vms: Remove 8 bit characters. Update to latest
3497 gcc release.
3498
3499 Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
3500
3501 * strsignal.c: Use NEED_sys_siglist instead of
3502 LOSING_SYS_SIGLIST.
3503 * config.table: Don't use mh-lynxos.
3504 * config/mh-lynxos: Remove.
3505
3506 Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
3507
3508 * cplus-dem.c: Fix indenting; make identical to the copy
3509 in GCC.
3510 (do_type, case 'M'): Check for a template as well as a class.
3511
3512 Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3513
3514 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
3515 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
3516 libiberty is incorrect, as well.
3517
3518 Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3519
3520 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
3521 alloca takes a size_t argument, not just unsigned.
3522
3523 Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
3524
3525 * cplus-dem.c: Note that this file also lives in GCC.
3526
3527 Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
3528
3529 * alloca.c: Remove include of libiberty.h for hpux.
3530 * argv.c: Replace defs from libiberty.h.
3531 * spaces.c: Put back externs from removed from libiberty.h.
3532 * vasprintf.c: Remove include of libiberty.h for hpux.
3533
3534 Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
3535
3536 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
3537
3538 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
3539
3540 * cplus-dem.c: Revert last two commits due to conflicts with
3541 hpux system headers.
3542
3543 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
3544
3545 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
3546 Revert last commit due to conflicts with hpux system headers.
3547
3548 Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3549
3550 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
3551 libiberty.h when compiled with a standard compiler.
3552
3553 Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
3554
3555 * alloca.c: Include libiberty.h for definition of xmalloc.
3556 Don't redefine NULL.
3557 * argv.c: Move prototypes to libiberty.h.
3558 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
3559 Don't redefine NULL.
3560 Use casts to eliminate compiler warnings.
3561 * spaces.c: Remove prototypes for malloc and free which are
3562 already in libibrty.h.
3563 * strcasecmp.c: Use casts to eliminate compiler warnings.
3564 * vasprintf.c: Include libiberty.h for definition of malloc.
3565 Don't redefine NULL.
3566 * vprintf.c: Include stdarg.h if __STDC__.
3567
3568 Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
3569
3570 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
3571
3572 Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
3573
3574 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
3575 upward components correctly.
3576
3577 Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
3578
3579 * config.table, config/mh-windows: Add support for building under
3580 MSVC (the Microsoft build environment).
3581
3582 Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
3583
3584 * fnmatch.c: Undef const if not __STDC__.
3585
3586 Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
3587
3588 * fnmatch.c: New file.
3589 * Makefile.in (CFILES): Add fnmatch.c.
3590 (REQUIRED_OFILES): Add fnmatch.o.
3591 (fnmatch.o): New target.
3592
3593 Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
3594
3595 * cplus-dem.c (demangle_template): Fix handling of address args.
3596 (gnu_special): Handle type_info stuff.
3597
3598 Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
3599
3600 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
3601 (mpwify_filename): Handle "::/" case.
3602
3603 Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
3604
3605 * config/mh-cygwin32: new file (need -DNEED_basename and
3606 -DNEED_sys_siglist for native NT rebuilding)
3607 * config.table (*-*-cygwin32): new entry
3608 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
3609
3610 Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3611
3612 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
3613
3614 Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
3615
3616 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
3617 messed with arguments that included a '/', add escape chars
3618 to double quotes, remove const decl from arg that Mac
3619 compilers don't seem to like.
3620
3621 Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
3622
3623 * pexecute.c: Update test for win32 (&& ! cygwin32).
3624 * choose-temp.c: fix WIN32 preprocessor defines
3625
3626 Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
3627
3628 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
3629 to editing of default makefile rule.
3630
3631 Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
3632
3633 * alloca-norm.h: Include <malloc.h> if _WIN32.
3634 * argv.c: Include non-prototyped decls for malloc and string
3635 functions if ! _WIN32 or if __GNUC__.
3636
3637 Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
3638
3639 * config.h-vms: New file.
3640 * makefile.vms: Use it.
3641
3642 Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
3643
3644 * getopt.c (_getopt_internal): If argc is 0, just return (before
3645 we reference *argv and segfault).
3646
3647 Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
3648
3649 * Makefile.in (distclean): Add multilib.out.
3650
3651 Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
3652
3653 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
3654 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
3655
3656 Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
3657
3658 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
3659
3660 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
3661
3662 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
3663
3664 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
3665 (do_ofiles): Allow nonexistent source file in pass 3.
3666 (chk_deffunc): New routine.
3667
3668 Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
3669
3670 * pexecute.c (PEXECUTE_VERBOSE): Define.
3671 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
3672
3673 Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3674
3675 * Makefile.in (docdir): Removed.
3676
3677 Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3678
3679 * Makefile.in (oldincludedir): Removed.
3680
3681 Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3682
3683 * Makefile.in (datadir): Set to $(prefix)/share.
3684
3685 Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
3686
3687 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
3688 checking for errors from do_type.
3689
3690 Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
3691
3692 * makefile.vms: New file.
3693 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
3694 than declaring malloc, realloc, and sbrk.
3695
3696 Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
3697
3698 * pexecute.c: New file.
3699
3700 Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
3701
3702 * xmalloc.c: Declare sbrk.
3703
3704 Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3705
3706 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
3707 declaration.
3708
3709 Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
3710
3711 * xstrerror.c: Include <stdio.h>.
3712
3713 Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
3714
3715 * Makefile.in (CFILES): Add atexit.c.
3716
3717 Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
3718
3719 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
3720
3721 Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
3722
3723 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
3724 #include <stdio.h>
3725 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
3726
3727 Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
3728
3729 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
3730 Reverts Feb 8, 1995 change.
3731
3732 Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
3733
3734 * choose-temp.c: New file.
3735 * Makefile.in (CFILES): Add choose-temp.c.
3736 (REQUIRED_OFILES): Add choose-temp.o.
3737
3738 Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
3739
3740 * floatformat.c (floatformat_to_double): Don't bias exponent when
3741 handling zero's, denorms or NaNs.
3742
3743 Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
3744
3745 * floatformat.c (floatformat_to_double): Fix bugs with handling
3746 numbers with fractions < 32 bits.
3747
3748 Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
3749
3750 * config.table: Permit --enable-shared to specify a list of
3751 directories.
3752
3753 Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
3754
3755 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
3756 arguments.
3757
3758 Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
3759
3760 * configure.in: If srcdir is `.' and with_target_subdir is not
3761 `.', then set MULTISRCTOP before calling config-ml.in.
3762
3763 Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
3764
3765 * mpw.c (mpw_open): Add debugging output option.
3766
3767 Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
3768
3769 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
3770
3771 Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
3772
3773 * mpw.c (mpwify_filename): Change 6 to 5 in
3774 strncmp (unixname, "/tmp/", 5).
3775
3776 Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
3777
3778 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
3779 handle 0 as a pointer value parameter.
3780
3781 Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
3782
3783 * Makefile.in (all): Depend upon required-list.
3784 (required-list): New target.
3785 (clean): Remove required-list.
3786
3787 Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
3788
3789 * win32.c: Deleted.
3790 * config.table (i386-*-win32): Deleted.
3791 * config/mh-i386win32: Deleted.
3792
3793 Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
3794
3795 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
3796 const char *.
3797 (cplus_mangle_opname): Change return type and opname parameter to
3798 const char *. Don't cast return value.
3799
3800 Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
3801
3802 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
3803 definition.
3804
3805 Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
3806
3807 * obstack.c: Update copyright to 1996.
3808 (_obstack_memory_used): Define new function. Called via
3809 obstack_memory_used macro.
3810
3811 Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
3812
3813 * xstrdup.c: New file.
3814 * Makefile.in (CFILES): Add xstrdup.c.
3815 (REQUIRED_OFILES): Add xstrdup.o.
3816 (xstrdup.o): New target.
3817
3818 Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
3819
3820 * atexit.c: New stub to provide atexit on systems that have
3821 on_exit, like SunOS 4.1.x systems.
3822 * functions.def (on_exit, atexit): Ditto.
3823
3824 Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
3825
3826 * mpw.c (mpw_abort): Remove decl.
3827 (mpw_access): Move debugging printf.
3828
3829 Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
3830
3831 * config.table: Consistently use ${host} rather than ${xhost} or
3832 ${target}.
3833 * configure.in: Don't bother to set ${xhost} before calling
3834 config.table.
3835
3836 Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3837
3838 * Makefile.in (.c.o): Use test instead of the left bracket, to
3839 avoid problems with some versions of make.
3840
3841 Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
3842
3843 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
3844
3845 Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
3846
3847 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
3848 which was set to just alloca.o, which is now automatically marked
3849 as needed by the autoconfiguration process.
3850
3851 Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
3852
3853 * config.table: Check ${with_cross_host} rather than comparing
3854 ${host} and ${target}.
3855
3856 Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
3857
3858 * configure.in: If with_target_subdir is empty, set xhost to
3859 ${host} rather than ${target} before calling config.table.
3860
3861 Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
3862
3863 * Makefile.in (MULTITOP): Deleted.
3864 (MULTISRCTOP, MULTIBUILDTOP): New.
3865 (FLAGS_TO_PASS): Delete INCDIR.
3866 (INCDIR): Add $(MULTISRCTOP).
3867 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
3868 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
3869 instead of cfg-ml-pos.in.
3870 (cross-compile check): Change to test for with_target_subdir.
3871 (EXTRA_LINKS): Delete.
3872
3873 Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
3874
3875 * mpw-make.sed: Add getpagesize.c.o to needed-list.
3876 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
3877 functions that are supplied by Metrowerks libraries.
3878 (fstat): Clean up descriptor->pointer conversion code.
3879 (InstallConsole, etc): Empty definitions, for when linking
3880 with SIOUX.
3881
3882 Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
3883
3884 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
3885 (.c.o): Stylistic change.
3886
3887 Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
3888
3889 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
3890 phdm@info.ucl.ac.be (Philippe De Muyter).
3891
3892 Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
3893
3894 * configure.in: Correct sed call.
3895
3896 Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
3897
3898 * configure.in: Clean up / simplify for native.
3899
3900 * configure.in: Merge in stuff from ../xiberty/configure.in.
3901 * Makefile.in (CC): Add definition (so it can be overrridden
3902 by ../configure).
3903
3904 Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
3905
3906 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
3907 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
3908 (link): Remove useless definition with error return.
3909 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
3910 Use UnsignedWide type for microsecond counts.
3911
3912 Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
3913
3914 * memcmp.c (memcmp): Argument types are const void *, not void
3915 *const.
3916
3917 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
3918 sys/types.h.
3919 * strcasecmp.c (strcasecmp): Ditto.
3920
3921 Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
3922
3923 * Makefile.in (BISON): Remove macro.
3924
3925 Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
3926
3927 * Makefile.in (HFILES): Add default empty definition.
3928 * mpw-config.in (config.h): Only update if changed.
3929 * mpw-make.in: Remove.
3930 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
3931 * mpw.c: Remove semi-clone of strerror code.
3932 (sys_nerr, sys_errlist): Define here.
3933 (Microseconds): Only define as A-line trap if m68k Mac.
3934
3935 Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
3936
3937 * Makefile.in (maintainer-clean): New synonym for distclean.
3938
3939 Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
3940
3941 * config.table: For host, generalize rs6000-ibm-aix*
3942 to *-ibm-aix* so we also include powerpc.
3943
3944 Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
3945
3946 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
3947
3948 * xstrerror.c: New file.
3949 * Makefile.in, vmsbuild.com: Compile it.
3950
3951 Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
3952
3953 * config.table (i386-*-win32): New.
3954
3955 Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
3956
3957 * Makefile.in (MULTITOP): New variable.
3958 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
3959 (all): Add multilib support.
3960 (install_to_tooldir, *clean): Likewise.
3961
3962 Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
3963
3964 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
3965
3966 Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
3967
3968 * vmsbuild.com: create "new-lib.olb", build libiberty under that
3969 name, and then make it become "liberty.olb" when done, so that an
3970 incomplete build attempt never leaves behind something which looks
3971 like a complete library.
3972
3973 Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
3974
3975 * config/mh-i386pe: New file for PE hosts.
3976 * config.table: Understand PE hosts.
3977
3978 Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3979
3980 * cplus-dem.c: Update from gcc.
3981
3982 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
3983 <stddef.h>.
3984 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
3985
3986 Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
3987
3988 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
3989 * mpw.c: Only test DebugPI once whenever printing debug info.
3990 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
3991 also fix to not write on input filename buffer.
3992 (mpw_access): Use stat() instead of open(), works for directories
3993 as well as files.
3994
3995 Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3996
3997 * Makefile.in: Massage broken shells that require 'else true'.
3998
3999 Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
4000
4001 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
4002 Declare __builtin_alloca in the sparc case, as argv.c did.
4003 * argv.c: Replace inline version of alloca-norm.h at start of file with
4004 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
4005 because alloca-norm.h needs to declare alloca as "PTR".
4006
4007 Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
4008
4009 * win32.c: New file.
4010
4011 Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4012
4013 * dummy.c: #include "alloca-conf.h".
4014
4015 Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4016
4017 * Makefile.in (mostlyclean): Remove stamp-picdir.
4018 (clean): Don't.
4019
4020 Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4021
4022 * config.table (frags): Use toplevel pic frags.
4023
4024 * Makefile.in (PICFLAG): New macro.
4025 (all): Depend on stamp-picdir.
4026 (needed-list): Ditto.
4027 (.c.o): Also build pic object.
4028 (stamp-picdir): New rule.
4029 (mostlyclean): Remove pic.
4030 (clean): Remove stamp-picdir.
4031
4032 Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
4033
4034 * vmsbuild.com (config.h): Add `#define NEED_basename'.
4035
4036 Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
4037
4038 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
4039 to libio-style copyright.
4040 * getpagesize.c: Remove FSF copyright.
4041
4042 Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
4043
4044 Added improved VMS support from Pat Rankin:
4045
4046 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
4047
4048 * vmsbuild.com: new file.
4049
4050 * getpagesize.c (getpagesize): implement for VMS;
4051 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
4052 support for EVMSERR.
4053
4054 Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
4055
4056 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
4057
4058 * floatformat.c (floatformat_arm_ext): Define.
4059
4060 Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
4061
4062 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
4063 strerror.c, strsignal.c: Remove FSF copyright.
4064 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
4065
4066 Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
4067
4068 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
4069 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
4070 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
4071 * strchr.c, strrchr.c: Add cast to suppress const warning.
4072
4073 Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4074
4075 * cplus-dem.c: Use const instead of CONST. Don't include
4076 ansidecl.h directly.
4077
4078 Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4079
4080 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
4081 xrealloc.
4082 (-DMAIN): Don't rely on an externally-defined version number;
4083 instead, require the version number to be defined as a
4084 preprocessor macro. Handle the RS/6000 leading dot. Define
4085 xmalloc, xrealloc and fatal. Don't strip a leading underscore
4086 if we couldn't demangle the word.
4087
4088 Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
4089
4090 (Old mpw.c change descriptions retained for informational value.)
4091 * mpw.c (warning_threshold): Default to .4 sec.
4092 (overflow_count, current_progress): New globals.
4093 (warn_if_spin_delay): Include current progress type,
4094 such as program name, in message.
4095 (mpw_start_progress): Set current_progress variable from arg.
4096 (mpw_end_progress): Report spin delays by power-of-two-size
4097 buckets instead of constant-size buckets.
4098
4099 * mpw.c: Clean up formatting, types, returns, etc.
4100 (ENOSYS): Define.
4101 (mpw_fread, mpw_fwrite): Define.
4102 (sleep): Define correctly.
4103
4104 * mpw.c: New code to implement cursor spinning support.
4105 (umask): New function.
4106 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
4107
4108 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
4109 basenames for MPW and MPW/Unix filenames.
4110 (mpw_special_init): New function, calls Macsbug if desired.
4111
4112 * mpw.c: Add GPL notice.
4113 (mpwify_filename): Add more transformations.
4114 (mpw_fopen): Call mpwify_filename on file names.
4115 (rename): Remove.
4116 (chdir, getcwd): Add simple definitions.
4117
4118 * mpw.c: Random cleanups, remove unused code bits.
4119 Added copy of strerror.c for gcc's use.
4120 (stat, fstat, _stat): New versions based on Guido van Rossum code.
4121
4122 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
4123
4124 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
4125 (fork, vfork, etc): Print error messages if called.
4126 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
4127 rename, chown): Define.
4128
4129 * mpw-config.in: New file, MPW version of configure.in.
4130 * mpw-make.in: New file, MPW version of Makefile.in.
4131 * mpw.c: New file, MPW compatibility routines.
4132
4133 Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4134
4135 * basename.c: Include config.h before checking for NEED_basename.
4136
4137 Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4138
4139 * functions.def: Add DEFFUNC for basename.
4140
4141 * basename.c: Only define basename if NEED_basename.
4142
4143 Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4144
4145 * config.table: Fix --enable-shared logic for native builds.
4146
4147 Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4148
4149 * cplus-dem.c (demangle_template): Demangle bool literals properly.
4150
4151 Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
4152
4153 * strtol.c strtoul.c: Replace these with less buggy versions from
4154 NetBSD. (strtoul in particular couldn't handle base 16.)
4155
4156 Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
4157
4158 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
4159
4160 * clock.c: If NO_SYS_PARAM_H is defined, don't include
4161 <sys/param.h>.
4162 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
4163
4164 Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
4165
4166 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
4167 a number; ANSI appears to permit any expression, including a
4168 function call.
4169
4170 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
4171 xiberty.
4172 * config/mt-vxworks5: New file.
4173
4174 Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
4175
4176 * basename.c (basename): Change argument to be const.
4177
4178 Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4179
4180 * Makefile.in (lneeded-list): Don't worry about xmalloc.
4181
4182 Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
4183
4184 * Makefile.in (distclean): Delete xhost-mkfrag.
4185
4186 Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4187
4188 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
4189
4190 Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
4191
4192 * hex.c: New file.
4193 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
4194 (hex.o): Add dependencies.
4195
4196 * cplus-dem.c (demangle_prefix): For GNU style constructor and
4197 destructor names, try demangling the remainder of the string.
4198
4199 Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
4200
4201 * vasprintf.c (int_vasprintf): New static function.
4202 (vasprintf): Use int_vasprintf. Removes assumption that va_list
4203 is assignment compatible.
4204
4205 Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
4206
4207 * Makefile.in (LIBCFLAGS): New variable.
4208 (FLAGS_TO_PASS): Pass it.
4209 (.c.o): Use it.
4210
4211 Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
4212
4213 * getopt.c, getopt1.c: Do compile these functions under Linux,
4214 since many native versions are based on glibc but are buggy.
4215
4216 Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
4217
4218 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
4219 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
4220
4221 Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
4222
4223 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
4224 * functions.def: Remove vasprintf.
4225
4226 Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4227
4228 * xmalloc.c (first_break): New static variable.
4229 (xmalloc_set_program_name): Record sbrk (0) in first_break.
4230 (xmalloc): If memory allocation fails, try to report how much
4231 memory was allocated by the program up to this point.
4232 (xrealloc): Likewise.
4233
4234 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
4235
4236 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
4237 when linking dummy.
4238 * config.table: Add host RISCiX Makefile frag.
4239 * config/mh-riscix: New file.
4240
4241 Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4242
4243 * Makefile.in (FLAGS_TO_PASS): Define.
4244 ($(RULE1)): Use $(FLAGS_TO_PASS).
4245
4246 Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4247
4248 * vasprintf.c: Include <string.h>.
4249 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
4250 * xatexit.c: Declare malloc.
4251
4252 Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
4253
4254 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
4255 one below).
4256
4257 Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
4258
4259 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
4260 the type index is greater than 9.
4261
4262 Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
4263
4264 * cplus-dem.c (demangle_qualified): accept optional '_' between
4265 qualified name. This is baecause the template name may end with
4266 numeric and can mixed up with the length of next qualified name.
4267
4268 Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
4269
4270 * config/mt-sunos4: Use our standard location for cross-includes
4271 and cross-libs when the target is also a "host" environment (ie no
4272 newlib; includes and such don't belong to us). This is specific
4273 to the Cygnus Support environment.
4274
4275 Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
4276
4277 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
4278 xxx<ch=81>.
4279
4280 Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
4281
4282 * cplus-dem.c (main): flush stdout to make pipe work.
4283
4284 Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
4285
4286 * config.table (*-*-cxux7*): Recognize.
4287 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
4288 Harris-specific float format.
4289 * config/mh-cxux7: New file.
4290
4291 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4292
4293 * cplus-dem.c (demangle_template): Make sure that the result of
4294 consume_count doesn't index beyond the end of the string.
4295
4296 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4297
4298 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
4299 earlier. Improve test for new vtable mangling. Change output back
4300 to `virtual table'.
4301
4302 Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4303
4304 * obstack.c: Always compile this code, even if using the GNU
4305 library. Avoids problems with relatively recent binary
4306 incompatibility.
4307
4308 Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4309
4310 * cplus-dem.c: Include libiberty.h.
4311 (xmalloc, xrealloc, free): Don't declare.
4312 (strstr): Don't declare parameters.
4313 (xmalloc, xrealloc): Don't define.
4314 (long_options): Add no-strip-underscores.
4315 (main): Call xmalloc_set_program_name. Pass n in short options to
4316 getopt_long. Handle option 'n' to not strip underscores.
4317 (usage): Mention -n and --no-strip-underscores.
4318
4319 Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
4320
4321 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
4322 space.
4323 (gnu_special): Demangle template and qualified names in a vtable name.
4324
4325 Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4326
4327 From gas-2.3 and binutils-2.4 net releases:
4328
4329 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
4330
4331 * makefile.dos: [new] Makefile for dos/go32
4332 * configure.bat: update for latest files
4333 * msdos.c: remove some functions now in libc.a
4334
4335 Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
4336
4337 * cplus-dem.c (gnu_special): Recognize thunks, as well as
4338 the new naming style for vtables (when -fvtable-thunks).
4339
4340 Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4341
4342 * Makefile.in (XTRAFLAGS): Don't define.
4343 (.c.o, dummy.o): Don't use XTRAFLAGS.
4344 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
4345
4346 Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4347
4348 * vasprintf.c: New file.
4349 * Makefile.in, functions.def: Add it.
4350
4351 Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
4352
4353 * cplus-dem.c (demangle_fund_type): Grok bool.
4354
4355 Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
4356
4357 * config.table: Add go32
4358 * config/mh-go32: New template.
4359
4360 Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
4361
4362 * config.table, config/mt-sunos4: config for when sun4 is cross target.
4363
4364 Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4365
4366 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
4367 Declare strlen to return int. Don't include stddef.h.
4368
4369 Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
4370
4371 * getopt.c: Delete use of IN_GCC to control whether
4372 stddef.h or gstddef.h is included.
4373
4374 Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
4375
4376 * cplus-dem.c (demangle_signature): Fix a bug in template function
4377 type numbering.
4378
4379 Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
4380
4381 * cplus-dem.c (demangle_signature): Fix template function with arm
4382 style argument type number, Tn.
4383
4384 Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
4385
4386 * cplus-dem.c (optable): Add new[] and delete[].
4387
4388 Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4389
4390 * argv.c (buildargv): Don't produce empty argument just because
4391 there is trailing whitespace.
4392
4393 Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
4394
4395 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
4396 Handle 'p' same as 'P'.
4397 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
4398
4399 Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4400
4401 * floatformat.c (get_field, put_field): Fix off by one error in
4402 little endian case.
4403
4404 Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4405
4406 * floatformat.c (floatformat_from_double): Pass unsigned char *,
4407 not char *, to put_field.
4408
4409 Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
4410
4411 * memmove.c: Re-wrote; placed in public domain.
4412
4413 Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4414
4415 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
4416 __Q* as a constructor.
4417
4418 Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
4419
4420 * ieee-float.c: Removed; no longer used.
4421 * Makefile.in: Changed accordingly.
4422
4423 Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4424
4425 * floatformat.c (get_field): Removed unused local variable i.
4426 (put_field): Removed unused local variable i.
4427
4428 Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4429
4430 * floatformat.c: New file, intended to replace ieee-float.c.
4431 * Makefile.in: Change accordingly.
4432
4433 Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4434
4435 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
4436 (_getopt_initialize): New function, broken out of _getopt_internal.
4437 (_getopt_internal):
4438 If long_only and the ARGV-element has the form "-f", where f is
4439 a valid short option, don't consider it an abbreviated form of
4440 a long option that starts with f. Otherwise there would be no
4441 way to give the -f short option.
4442
4443 Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4444
4445 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
4446 Test just __STDC__, not emacs.
4447
4448 Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4449
4450 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
4451 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
4452
4453 Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4454
4455 * getopt.c (_NO_PROTO): Define before config.h is included.
4456
4457 Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4458
4459 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
4460 <config.h> only under these, else "config.h".
4461
4462 Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4463
4464 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
4465 <config.h> instead of "config.h".
4466
4467 Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
4468
4469 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
4470 whether to use prototypes or not.
4471 * strerror.c (const): Never undefine; let ansidecl.h handle it.
4472 * strsignal.c (const): Likewise.
4473
4474 Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4475
4476 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
4477 Merging common and initialized variables need not be supported by
4478 ANSI C compilers.
4479 (xatexit): Initialize _xexit_cleanup if not already set.
4480 * xexit.c: Comment fix.
4481
4482 Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4483
4484 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
4485 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
4486 assuming that realloc works correctly.
4487
4488 Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4489
4490 * concat.c, ieee-float.c: Replace inclusion of <string.h>
4491 with explicit function declarations, as recommended by Ian Taylor.
4492
4493 Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4494
4495 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
4496 (malloc, realloc): Declare.
4497
4498 Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4499
4500 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
4501 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
4502 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
4503 * xmalloc.c: Likewise.
4504 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
4505 macros, not <varargs.h> macros.
4506 * spaces.c (spaces): Make return type const. Don't crash if
4507 malloc returns NULL.
4508 * strerror.c (struct error_info): Make name and msg fields const.
4509 (error_names): Make const.
4510 (strerrno): Make const.
4511 (strtoerrno): Make argument const.
4512 * strsignal.c (struct signal_info): Make name and msg fields
4513 const.
4514 (signal_names, sys_siglist): Make const.
4515 (strsignal, strsigno): Make const.
4516 (strtosigno): Make argument const.
4517 * xatexit.c: Declare parameter types.
4518 * xmalloc.c (name): Make const.
4519 (xmalloc_set_program_name): Make argument const.
4520 * Makefile.in (INCDIR): Define.
4521 (.c.o): Use $(INCDIR).
4522 (dummy.o): Likewise.
4523 (argv.o, basename.o): New targets; depend on libiberty.h.
4524 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
4525 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
4526 (xmalloc.o): Likewise.
4527 (cplus-dem.o): New target; depend on demangle.h.
4528 (getopt.o, getopt1.o): New targets; depend on getopt.h.
4529 (ieee-float.o): New target; depend on ieee-float.h.
4530 (obstack.o): New target; depend on obstack.h.
4531
4532 Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4533
4534 Handle obstack_chunk_alloc returning NULL. This allows
4535 obstacks to be used by libraries, without forcing them
4536 to call exit or longjmp.
4537 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
4538 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
4539 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
4540
4541 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4542
4543 * concat.c, ieee-float.c: Include <string.h>.
4544
4545 Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4546
4547 * xmalloc.c (xmalloc_set_program_name): New function.
4548 (xmalloc, xrealloc): Include the name in the error message, if set.
4549
4550 * Replace atexit.c with xatexit.c.
4551 * Makefile.in (CFILES), functions.def: Change references.
4552
4553 Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
4554
4555 * getruntime.c (get_run_time): Use getrusage or times if
4556 HAVE_GETRUSAGE or HAVE_TIMES are defined.
4557
4558 Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4559
4560 * atexit.c: New file.
4561 * Makefile.in (CFILES), functions.def: Add it.
4562 * xexit.c: New file.
4563 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
4564 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
4565 Change request for 0 bytes into request for 1 byte.
4566
4567 Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4568
4569 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
4570 unsigned long, to avoid warnings.
4571
4572 Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4573
4574 * dummy.c: Don't include time.h ever; always define clock_t as
4575 "unsigned long". Until gcc/fixincludes ensures that clock_t
4576 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
4577 exist, clock_t probably doesn't either.
4578
4579 Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
4580
4581 * clock.c, getruntime.c: New files.
4582 * Makefile.in: Add to file lists.
4583 * functions.def (clock): Add to list.
4584 * dummy.c (time.h): Add if __STDC__.
4585 (clock_t): #define as "unsigned long" if not __STDC__.
4586
4587 Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4588
4589 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
4590 Edler).
4591
4592 Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4593
4594 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
4595 linking.
4596
4597 Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
4598
4599 * cplus-dem.c (demangle_arm_pt): New function. Common code
4600 for ARM template demangling.
4601 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
4602 * cplus-dem.c (demangle_prefix): Likewise.
4603
4604 Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
4605
4606 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
4607
4608 Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
4609
4610 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
4611 * strerror.c, strsignal.c: As a small space optimization, don't
4612 include messages when they aren't actually used.
4613
4614 Merge changes from takefive.co.at!joe (Josef Leherbauer)
4615 * cplus-dem.c (demangle_prefix, demangle_function_name,
4616 cplus_demangle_opname): Fixes for systems where cplus_marker
4617 is something other than '$'.
4618
4619 Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
4620
4621 * waitpid.c: Simple-minded approcimation to waitpid
4622 using vanilla wait.
4623 * functions.def, Makefile.in: Update accordingly,
4624
4625 Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
4626
4627 * cplus-dem.c(demangle_template): fix bug template instantiation
4628 with value of user defined type.
4629
4630 Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
4631
4632 * cplus-dem.c(cplus_demangle_opname): add the subject new function
4633 to support unified search of operator in class.
4634
4635 Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4636
4637 gcc -Wall lint:
4638 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
4639 "digit = *s" as condition in while loop.
4640
4641 Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
4642
4643 * Makefile.in: pass SHELL to recursive make
4644
4645 Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
4646
4647 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
4648 be (const char*), for ANSI (and gcc w/fixproto) consistency.
4649
4650 Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4651
4652 * config.table: Make *-*-hiux* use mh-hpux.
4653
4654 Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4655
4656 * config.table: Add * to end of all OS names.
4657
4658 Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4659
4660 * Makefile.in (lneeded-list): ensure that object file names are
4661 not duplicated, as multiple instances of the same object file in
4662 a library causes problems on some machines
4663
4664 Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4665
4666 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
4667
4668 Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4669
4670 * strncasecmp.c: new file, implements strncasecmp
4671 * strcasecmp.c: new file, implement strcasecmp
4672
4673 * Makefile.in (CFILES): list these two new source files
4674
4675 * functions.def: add strcasecmp and strncasecmp entries
4676
4677 Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4678
4679 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
4680 according to ANSI C.
4681
4682 Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
4683
4684 * cplus-dem.c: add support of ARM global constructor/destructor,
4685 and 'G' for passing record or union in parameter.
4686
4687 Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4688
4689 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
4690 should not be in functions.def.
4691
4692 Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4693
4694 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
4695 not be in functions.def.
4696
4697 Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
4698
4699 * cplus-dem.c: change globl constructor/destructor to proper name
4700
4701 Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
4702
4703 * cplus-dem.c: fix bug in constructor/destructor
4704
4705 Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
4706
4707 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
4708
4709 Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
4710
4711 * cplus-dem.c: Fix demangle_template prototype
4712
4713 Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
4714
4715 * cplus-dem.c: fix template demangling
4716 * cplus-dem.c: fix const type demangling
4717 * cplus-dem.c: fix constructor/destructor, virtual table,
4718 qualifier, global constructor/destructor demangling
4719
4720 Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4721
4722 * strsignal.c, strerror.c: Use fully-bracketed initializer to
4723 keep gcc -Wall happy.
4724
4725 Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
4726
4727 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
4728 patch.
4729
4730 Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4731
4732 Patch from Paul Flinders:
4733 * cplus-dem.c (do_type): Deal with arrays.
4734
4735 Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4736
4737 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
4738 than 9 classes.
4739
4740 Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
4741
4742 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
4743 not initialized" warnings under HP/UX
4744
4745 Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4746
4747 * strerror.c: Move include of stdio.h after sys_errlist #define.
4748 Also remove NULL definition (stdio.h always defines NULL, so it
4749 never did anything but clutter up the code).
4750
4751 Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4752
4753 * Makefile.in, functions.def: handle xmalloc.c
4754
4755 * xmalloc.c: provide xmalloc and xrealloc functions
4756
4757 Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4758
4759 * cplus-dem.c: Fix a comment.
4760
4761 Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4762
4763 * getopt1.c: Declare const the way getopt.c does.
4764
4765 Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4766
4767 * obstack.c, alloca.c: Update from FSF.
4768 * getopt.c, getopt1.c: Update to current FSF version, which
4769 doesn't use alloca.
4770
4771 Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
4772
4773 * Makefile.in (demangle): Add the target with a message saying
4774 where demangle went.
4775
4776 Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4777
4778 * Makefile.in: Remove obsolete `demangle' target.
4779
4780 Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
4781
4782 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
4783 avoid infinite loop on vtbl symbols with disambiguating "junk"
4784 tacked on the end.
4785
4786 Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4787
4788 * strsignal.c: work around some systems losing definitions of
4789 sys_siglist
4790
4791 * config/mh-lynxos: this system has a losing definition of
4792 sys_siglist
4793
4794 * config.table: use mh-lynxos for *-*-lynxos
4795
4796 Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4797
4798 * config.table: Add support for HPPA BSD hosts.
4799
4800 * config/mh-hpbsd: New file.
4801
4802 Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
4803
4804 * Makefile.in (TAGS): make work when srcdir != objdir.
4805
4806 Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4807
4808 * cplus-dem.c (main): Add long options, including --help and
4809 --version.
4810 (usage): New function from code in main.
4811
4812 Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
4813
4814 * config.table: New shell scipt, sourced by both ./configure,in
4815 and ../xiberty/configure.in, to avoid maintainance lossages.
4816 * configure.in and ../xiberty/configure.in: Use config.table.
4817
4818 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
4819 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
4820 * ../xiberty/configure.in: Update from ./configure.in.
4821
4822 Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4823
4824 * Makefile.in: remove parentdir support
4825
4826 Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4827
4828 * cplus-dem.c (xrealloc): Match definition with prototype.
4829
4830 Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4831
4832 * cplus-dem.c (demangle_prefix): Demangle cfront
4833 local variables as an extension to ARM demangling.
4834
4835 Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4836
4837 * ieee-float.c: Don't require pointers to double to be aligned.
4838
4839 Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
4840
4841 (merge changes from dlong@cse.ucsc.edu)
4842 * cplus-dem.c (consume_count): Simplify.
4843 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
4844 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
4845
4846 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
4847 full prototypes.
4848 * cplus-dem.c (free): Add prototype.
4849 * cplus-dem.c (optable): Fully bracketize initializer.
4850
4851 Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
4852
4853 * cplus-dem.c: Whether initial underscores are stripped
4854 depends on the external variable prepends_underscore
4855 (which is generated by the binutils Makefile).
4856
4857 Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
4858
4859 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
4860
4861 Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
4862
4863 * cplus-dem.c (consume_count): Return zero if arg does not
4864 start with digit, and don't consume any input.
4865
4866 Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
4867
4868 * Makefile.in (demangle): Use ${srcdir} not $^.
4869
4870 * strtod.c: New file, needed at least for BSD 4.3.
4871
4872 Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
4873
4874 * strsignal.c (sys_siglist): For ANSI compilations, type is
4875 "const char *const". Also remove conditionalization on __STDC__
4876 since const is defined away for non-ANSI.
4877
4878 Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
4879
4880 * configure.in: Recognize *-*-hpux.
4881 * config/mh-hpux: New file.
4882
4883 Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
4884
4885 * tmpnam.c: Added ANSI tmpnam() function.
4886 * functions.def, Makefile.in: Update accordingly.
4887
4888 Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4889
4890 * cplus-dem.c (demangle_function_name): Get the demangling of
4891 stop__1A right.
4892
4893 Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
4894
4895 * cplus-dem.c: Declare strstr return type.
4896
4897 Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
4898
4899 * strsignal.c: Add some AIX signals.
4900
4901 Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
4902
4903 * Makefile.in (MAKEOVERRIDES): Define to be empty.
4904
4905 Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4906
4907 * Makefile.in: add installcheck & dvi targets
4908
4909 Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
4910
4911 * ieee-float.c: New file, moved from ../gdb (since it is
4912 needed by ../opcode/m68k-dis.c).
4913
4914 Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
4915
4916 * cplus-dem.c: Replace all references to cfront with ARM.
4917
4918 Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
4919
4920 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
4921 to be more useful as a filter.
4922
4923 Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
4924
4925 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
4926 destination directory before running $(RANLIB), in case that
4927 program tries to create a file in the current directory as part of
4928 its work.
4929
4930 Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
4931
4932 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
4933 because BSD 4.4 lacks one. Isn't this fun?
4934
4935 Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
4936
4937 * cplus-dem.c (demangle_signature): Set func_done after
4938 demangling a template.
4939 * cplus-dem.c (demangle_template): Fix several small bugs
4940 in demangling GNU style templates.
4941 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
4942 style constructors.
4943 * cplus-dem.c (gnu_special): Fix for templates in GNU style
4944 static data members.
4945
4946 Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
4947
4948 * cplus-dem.c (demangle_signature): Modify to include type
4949 modifiers like static and const in remembered types.
4950
4951 Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
4952
4953 * cplus-dem.c (demangled_qualified): Add new parameter that tells
4954 whether to prepend or append the qualifiers.
4955 * cplus-dem.c (string_prepends): Used now, remove #if 0.
4956 * cplus-dem.c (demangle_signature): Call demangle_qualified
4957 with prepending.
4958 * cplus-dem.c (gnu_special): Recognize static data members that
4959 use qualified names.
4960 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
4961 temporary buffer and the prepend or append them to the result,
4962 as specified by the new "append" flag.
4963 * cplus-dem.c (do_type): Call demangled_qualified with
4964 appending.
4965
4966 Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
4967
4968 * strsignal.c (signal_table): Now const.
4969 (init_signal_tables): Variable eip now points to const.
4970
4971 * strerror.c (error_table): Now const.
4972 (init_error_tables): Variable eip now points to const.
4973
4974 Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
4975
4976 * memchr.c (memchr): New (ANSI standard) function.
4977 * Makefile.in, functions.def: Added memchr.
4978 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
4979
4980 Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4981
4982 * getopt.c: remove use of USG around <alloca.h>, which never meant
4983 anything anyway
4984
4985 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
4986 of USG and USGr4
4987
4988 Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
4989
4990 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
4991 it's now a type according to the ANSI X3J16 working paper; output
4992 "wchar_t" for it.
4993 (demangle_template): Accept `w' as an integral type.
4994 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
4995 counterparts malloc and realloc to `char *'.
4996 (main): Exit with a 0 status.
4997 * Makefile.in (demangle): Don't expect the user to define
4998 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
4999 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
5000
5001 Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
5002
5003 * Makefile.in (AR_FLAGS): Avoid verbosity.
5004 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
5005 replace USGr4 with HAVE_SYSCONF.
5006 * config/mh-solaris: Remove; mh-sysv4 works now.
5007 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
5008 * configure.in: Simplify host matching table, remove separate
5009 solaris config file.
5010
5011 Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
5012
5013 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
5014
5015 Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
5016
5017 * cplus-dem.c (xmalloc, xrealloc): Add decls.
5018 (remember_type): Don't cast xmalloc.
5019 (string_need): Likewise; don't cast xrealloc either.
5020
5021 Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
5022
5023 * Makefile.in, functions.defs, rename.c: added simple
5024 implementation of rename, since some binutils programs use it.
5025
5026 Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
5027
5028 * strsignal.c: Add appropriate 'const' to sys_siglist
5029 extern declaration (if __STDC__). (Needed for Linux.)
5030 * strsignal.c (strsignal): Add cast to remove const-ness.
5031
5032 Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
5033
5034 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
5035 before "'s, diagnosed by BSD 4.4 awk.
5036
5037 Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
5038
5039 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
5040 and $(NEEDED_LIST), to give some hooks for xiberty.
5041
5042 Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5043
5044 * configure.in: use cpu-vendor-triple instead of nested cases
5045
5046 Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
5047
5048 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
5049 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
5050 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
5051 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
5052 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
5053 Convert from using GPL to LGPL.
5054
5055 Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
5056
5057 * Makefile.in (errors): Leave dummy.o and dummy around so that
5058 we can see how the needed list was generated (it's sometimes wrong).
5059 (mostlyclean): Remove them.
5060
5061 Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
5062
5063 * getcwd.c: supply a default if MAXPATHLEN is not defined.
5064
5065 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
5066
5067 Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
5068
5069 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
5070 when cross-compiling.
5071
5072 Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
5073
5074 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
5075 as a time optimization.
5076
5077 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
5078 be more expensive than simply demangling.
5079
5080 * cplus-dem.c (cplus_match): new function.
5081
5082 Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
5083
5084 * cplus-dem.c: #include <stdio.h>, to define NULL.
5085 Define current_demangling_style.
5086
5087 Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
5088
5089 * cplus-dem.c: New file, moved from ../gdb.
5090 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
5091 function, to avoid compiling in target-dependency for CPLUS_MARKER.
5092 * cplus-dem.c (cplus_demangle): Allow demangling style option
5093 to be passed as a parameter, but using the global variable
5094 current_demangling_style as a default.
5095 * Makefile.in: Update for cplus-dem.c
5096
5097 Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
5098
5099 * obstack.c: Merge in comment changes from FSF version. Now
5100 matches the FSF version exactly.
5101
5102 Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
5103
5104 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
5105 least on losing DECstations!); use if-then-else instead.
5106
5107 Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
5108
5109 * Makefile.in: always create installation directories.
5110
5111 Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5112
5113 * Makefile.in: clean up definition of CFILES, more comments
5114
5115 Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
5116
5117 * getopt.c (my_index): Make first arg const to match strchr,
5118 which it sometimes is remapped to.
5119
5120 Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
5121
5122 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
5123 * obstack.c (_obstack_begin): Initialize use_extra_arg.
5124 * obstack.c (_obstack_begin_1): New, from FSF version.
5125
5126 Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
5127
5128 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
5129 extra_arg.
5130 * obstack.c (_obstack_begin): Remove area_id and flags arguments
5131 (previously added for mmalloc support, interface has changed).
5132 Also convert flags usage to use use_extra_arg and maybe_empty_object.
5133
5134 Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
5135
5136 * argv.c: Move expandargv inline and eliminate static variables.
5137 Rewrite to always allocate in powers of two. Fix to return an
5138 argv with a single null string arg if passed a null string.
5139
5140 Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
5141
5142 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
5143 "(void)" casts from function calls where the return value is
5144 ignored, in accordance with GNU coding standards.
5145
5146 Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
5147
5148 * bcopy.c, strerror.c, strsignal.c: Lint.
5149
5150 Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5151
5152 * getopt.c: merge changes from make.
5153
5154 Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
5155
5156 * alloca.c: Incorporate fixes from gdb/alloca.c.
5157 FIXME: Eventually move gdb's alloca configuration files here,
5158 and remove gdb/alloca.c and its Makefile.in support.
5159
5160 Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
5161
5162 * dummy.c: Define NOTHING to /*nothing*/, change return type
5163 of main to int and return zero.
5164 * functions.def: Supply NOTHING as the fourth arg to macros
5165 that don't have an explicit arg, to satisfy picky preprocessors.
5166
5167 Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
5168
5169 * Makefile.in: Clean up *clean rules, as per standards.texi.
5170
5171 Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5172
5173 * getopt.c, getopt1.c: merged largely gratuitous, mostly
5174 whitespace diffs from other prep distributions.
5175
5176 Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
5177
5178 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
5179 it is broken on ncr 3000's.
5180
5181 Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
5182
5183 * sigsetmask.c: Rewrite. Old one was very confused about its
5184 arguments and result. New one can't do much, but at least knows
5185 what it can't do, and it's good enough for GDB's use.
5186
5187 Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
5188
5189 * functions.def: Use proper prototype for strtoul.
5190
5191 Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
5192
5193 * Makefile.in: Add random.c.
5194 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
5195 * configure.in: update solaris2 config.
5196
5197 Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
5198
5199 * random.c: Add for random() and srandom().
5200 * functions.def: Add random
5201
5202 Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
5203
5204 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
5205 using /usr/ucb/install.
5206
5207 Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
5208
5209 * strerror.c: Kludge to guard against a conflict with
5210 possible declaration of sys_errlist in errno.h.
5211
5212 Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
5213
5214 * configure.in, config/mh-solaris: add solaris2 config support.
5215
5216 Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
5217
5218 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
5219 is not defined (should be defined in signal.h, says Posix.).
5220
5221 Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
5222
5223 * getopt.c: merged changes from make-3.62.11.
5224
5225 Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
5226
5227 * getopt.c: merged changes from bison-1.18.
5228
5229 Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
5230
5231 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
5232 since that introduces a circular dependency.
5233 ($(EXTRA_OFILES) are used to build config.h.)
5234
5235 * strtoul.c: Fixes to handle non-decimal bases better.
5236
5237 Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
5238
5239 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
5240 * Makefile.dos: Finish MINUS_G eradication.
5241 * Makefile.in (CFILES): Add strsignal.c.
5242 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
5243 * Makefile.in (needed-list): Split creation of errors file to
5244 separate make target.
5245 * Makefile.in (config.h, needed2.awk, errors): New targets.
5246 * Makefile.in (clean): Split to multiple lines, add needed2.awk
5247 and config.h.
5248 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
5249 * functions.def (strerror): Remove from optional list.
5250 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
5251 * functions.def (strerror, psignal): DEFFUNC's
5252 * strerror.c: Rewrite from scratch to use sys_errlist only if
5253 available, add errno_max(), add strerrno(), add strtoerrno(),
5254 add test driver.
5255 * strsignal.c: New file, signal equivalent to strerror.c.
5256 Uses sys_siglist if available, defines signo_max(), strsignal(),
5257 strsigno(), strtosigno(), psignal(), and test driver.
5258
5259 Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
5260
5261 * Makefile.in: do not print recursion line.
5262
5263 * Makefile.in: allow CFLAGS to be passed in from command line.
5264 Removed MINUS_G. Default CFLAGS to -g.
5265
5266 Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
5267
5268 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
5269 so libg++ users don't have to be inconvenienced by a
5270 libc.a bug (libc.a needs copysign, but doesn't define it!).
5271 * configure.in: Use config/mh-aix.
5272 * strtoul.c: Handle '-' as required by ANSI.
5273 Clean up radix handling.
5274 * strstr.c: Fix buggy algorithm.
5275 * Makefile.in: Change so that ${EXTRA_OFILES} is
5276 appended to needed-list (which is used by libg++).
5277
5278 Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
5279
5280 * configure.in: Recognize new ncr3000 config.
5281 * config/mh-ncr3000: New config file.
5282
5283 Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
5284
5285 * argv.c, dummy.c: Lint.
5286
5287 Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
5288
5289 * config/mh-sysv4: New config file.
5290 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
5291 host_os == sysv4.
5292 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
5293 pagesize.
5294
5295 Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
5296
5297 * getopt.c: Lint.
5298
5299 Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
5300
5301 * functions.def (alloca): Fix return type and args to avoid
5302 type clash with gcc's builtin alloca.
5303
5304 Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
5305
5306 * configure.in, config/mh-irix4: irix4 support.
5307
5308 * Makefile.in, functions.def, alloca.c: added alloca.
5309
5310 Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
5311
5312 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
5313
5314 Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
5315
5316 * argv.c: Fix various external function definitions to be
5317 correct in an ANSI compilation environment.
5318
5319 Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
5320
5321 * obstack.c: Changes to support calling mmalloc functions,
5322 which take an additional argument over malloc functions.
5323
5324 Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
5325
5326 * added check target.
5327
5328 Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
5329
5330 * argv.c: #include alloca-conf.h (needed by AIX).
5331
5332 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
5333
5334 * Makefile.in, configure.in: removed traces of namesubdir,
5335 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
5336 copyrights to '92, changed some from Cygnus to FSF.
5337
5338 Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
5339
5340 * argv.c: Check in Fred's version which fixes problems with
5341 alloca().
5342
5343 Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
5344
5345 * makefile.dos: Remove NUL to keep patch from failing.
5346
5347 Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
5348
5349 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
5350
5351 Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
5352
5353 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
5354
5355 Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
5356
5357 * argv.c: New file to build and destroy standard argument
5358 vectors from a command string.
5359
5360 * Makefile.in: Add argv.c and argv.o to appropriate macros.
5361
5362 Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
5363
5364 * configure.in: Change svr4 references to sysv4.
5365
5366 * rindex.c: Declare return type of externally used function
5367 strrchr().
5368
5369 Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
5370
5371 * Makefile.in: Remove "***" in normal output, since Make produces
5372 this on errors, and it's convenient to search for.
5373
5374 Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
5375
5376 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
5377 New ANSI functions. The old non-ANSI functions (such as bcopy)
5378 should be avoided.
5379 * bcopy.c: Fix to correctly handle overlapping regions.
5380 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
5381 * functions.def: Add the new functions.
5382 * functions.def: Add 4th parameter to DEF macro,
5383 an ansidecl.h-style prototype.
5384 * dummy.c: Use expanded DEF macro to create a dummy function
5385 call, with correct parameter types. (This avoids some
5386 complaints from gcc about predefined builtins.)
5387
5388 Move the functionality of config/mh-default into Makefile.in.
5389 This avoid duplication, and simplifies things slightly.
5390 * Makefile.in: Tweak so we don't need config/mh-default.
5391 * README: Update.
5392 * configure.in: No longer need config/mh-default.
5393 * config/mh-default: Deleted.
5394 * config/mh-sysv: Remove lines copied from old mh-default.
5395
5396 Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
5397
5398 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
5399 'mknod' device numbers.
5400
5401 Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
5402
5403 * fdmatch.c, Makefile.in: Add new function that takes two
5404 open file descriptors and returns nonzero if they refer to
5405 the same file, zero otherwise. (used in gdb)
5406
5407 Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
5408 From DJ:
5409 * msdos.c: stub functions for dos.
5410 * makefile.dos, configdj.bat: new.
5411 * getopt.c: Don't include alloca-conf.h in a GO32 world.
5412
5413
5414 Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5415
5416 * Makefile.in: infodir belongs in datadir.
5417
5418 Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5419
5420 * Makefile.in: remove spaces following hyphens because bsd make
5421 can't cope. added standards.text support. install using
5422 INSTALL_DATA.
5423
5424 * configure.in: remove commontargets as it is no longer a
5425 recognized hook.
5426
5427 Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5428
5429 * Makefile.in: idestdir and ddestdir go away. Added copyrights
5430 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
5431 and mandir now keyed off datadir by default.
5432
5433 Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
5434
5435 * Makefile.in: find-needed.awk does not fit in 14 chars.
5436
5437 * Makefile.in: Suppress error checking when compiling the test
5438 program, because Ultrix make/sh aborts there due to a bug.
5439
5440 Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
5441
5442 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
5443 * README: Explained how the auto-configuration works,
5444 and how to add new files and/or configurations.
5445
5446 Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
5447
5448 * strtoul.c: Avoid defining ULONG_MAX if already defined;
5449 cast a const char * to char * for pedants.
5450
5451 * getopt.c: Only define "const" after local include files get to,
5452 and only if they haven't defined it.
5453
5454 Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
5455
5456 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
5457 emulate it with getwd() if available. This avoids callers having
5458 to find a MAXPATHLEN or PATH_MAX value from somewhere.
5459 * Makefile.in, functions.def: getwd->getcwd.
5460 * configure.in: Use generic case for every system.
5461 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
5462 * config/mh-sysv: Use default handling, just add -DUSG.
5463
5464 Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
5465
5466 * Makefile.in, config/mh-default: Re-do make magic
5467 so that for the default ("automatic") mode we only
5468 compile the files we actually need. Do this using
5469 a recursive make: The top-level generates the list
5470 of needed files (loosely, the ones missing in libc),
5471 and then passes that list to the recursive make.
5472 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
5473
5474 Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
5475
5476 RS/6000 host support (grumble).
5477
5478 * configure.in: Build alloca-conf.h file from alloca-norm.h
5479 (everything else) or alloca-botch.h (rs/6000).
5480 * Makefile.in: Include . on the include path.
5481 * getopt.c: Use alloca-conf.h.
5482 * alloca-norm.h: How to declare alloca on reasonable machines.
5483 * alloca-botch.h: How to declare alloca on braindead machines.
5484
5485 Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
5486
5487 * concat.c : New file, like concat() in gdb but can take a
5488 variable number of arguments rather than fixed at 3 args. For
5489 now, client applications must supply an xmalloc(), which is a
5490 front end function to malloc() that deals with out-of-memory
5491 conditions.
5492
5493 * Makefile.in: Add concat.c and concat.o to appropriate macros.
5494
5495 Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
5496
5497 * config/mh-svr4: Add sigsetmask to list of required functions.
5498
5499 Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
5500
5501 * vsprintf.c: New file.
5502 * functions.def, Makefile.in: Add vsprintf.
5503
5504 Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
5505
5506 * configure.in, config/mh-rs6000: Add rs/6000 host support.
5507 * Makefile.in: Compile with debug info.
5508
5509 Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
5510
5511 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
5512 config/mf-default: Added a default configuration mode,
5513 which includes into libiberty.a functions that are "missing" in libc.
5514 * strdup.c, vprintf.c, vfprintf.c: New files.
5515
5516 Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
5517
5518 * config/hmake-svr4: New file.
5519
5520 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
5521
5522 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
5523 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
5524 files containing either portable C versions or emulations using
5525 native library calls.
5526
5527 * strerror.c: Add copyright, internal documentation, etc.
5528
5529 * strtol.c: Replace hardwired hex constants with some more
5530 portable macros. Remove illegal (according to gcc) cast.
5531
5532 * strtoul.c: Replace hardwired hex constant with more portable
5533 macro.
5534
5535 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
5536 can override them. Add new source and object file names to CFILES
5537 and OFILES respectively.
5538
5539 * configure.in: Add support for SVR4 makefile fragments.
5540
5541 Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
5542
5543 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
5544 over-ridden by config/hmake-*
5545 * configure.in: added m88kcvs to sysv list
5546
5547 Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
5548
5549 * Makefile.in: Most hosts need strerror, but one or two don't,
5550 and they override these definitions in the host-dependent makefile
5551 fragment.
5552 * config/hmake-mach: The odd man out on strerror -- it's supplied.
5553 * strerror.c: New file.
5554
5555 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
5556 it and bfd uses it.
5557 * configure.in, Makefile.in, config/hmake-mach: Only configure
5558 strtol & strotoul in on Mach.
5559
5560 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
5561
5562 * obstack.c: Merge with latest FSF version.
5563
5564 \f
5565 Local Variables:
5566 version-control: never
5567 End: