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