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