]> git.ipfire.org Git - thirdparty/gcc.git/blob - libiberty/ChangeLog
re PR other/28797 (Problems with demangling (__cxa_demangle()))
[thirdparty/gcc.git] / libiberty / ChangeLog
1 2006-08-27 Ian Lance Taylor <ian@airs.com>
2
3 PR other/28797
4 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
5 for a qualified member which is not a function.
6 * testsuite/demangle-expected: Add test case.
7
8 2006-07-27 Jan Hubicka <jh@suse.cz>
9
10 PR rtl-optimization/28071
11 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
12 downsize the hashtable.
13
14 2006-07-04 Peter O'Gorman <peter@pogma.com>
15
16 * Makefile.in: chmod 644 before ranlib during install.
17
18 2006-06-02 Mark Shinwell <shinwell@codesourcery.com>
19
20 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
21 to environ.
22
23 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
24
25 * pex-common.c: New function pex_run_in_environment.
26 * pex-common.h: Add environment parameter to exec_child.
27 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
28 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
29 (pex_djgpp_exec_child): Pass environment to child process.
30 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
31 (pex_unix_exec_child): Pass environment to child process.
32 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
33 New function env_compare for comparing VAR=VALUE pairs.
34 (win32_spawn): Assemble environment block and pass to CreateProcess.
35 (spawn_script): Pass environment through to win32_spawn.
36 (pex_win32_exec_child): Pass environment through to spawn_script and
37 win32_spawn.
38 * functions.texi: Regenerate.
39 * pexecute.txh: Document pex_run_in_environment.
40
41 2006-05-28 Mark Shinwell <shinwell@codesourcery.com>
42
43 * mkstemps.c: Open temporary files in binary mode.
44
45 2006-05-12 Anton Blanchard <anton@samba.org>
46
47 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
48 hold "int%u_t".
49
50 2006-04-24 Julian Brown <julian@codesourcery.com>
51
52 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
53
54 2006-03-29 Jim Blandy <jimb@codesourcery.com>
55
56 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
57 (pex_init_common): Initialize obj->input_file.
58 (pex_run): Close any file opened by pex_input_file.
59 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
60 * pex-common.h (struct pex_obj): New field input_file.
61 (struct pex_funcs): New function ptr fdopenw.
62 * pex-unix.c (pex_unix_fdopenw): New function.
63 (funcs): List it as our fdopenw function.
64 * pex-win32.c (pex_win32_fdopenw): New function.
65 (funcs): List it as our fdopenw function.
66 * pex-djgpp.c (funcs): Leave fdopenw null.
67 * pex-msdos (funcs): Same.
68 * functions.texi: Regenerated.
69
70 2006-04-10 Jim Blandy <jimb@codesourcery.com>
71
72 * pex-common.c (temp_file): New function, containing guts of
73 pex-style temporary file name generation.
74 (pex_run): Use it.
75
76 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
77
78 * Makefile.in: Add install-html, install-html-am, and
79 install-html-recursive targets. Define mkdir_p and
80 NORMAL_INSTALL.
81 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
82 * configure: Regenerate.
83 * testsuite/Makefile.in: Add install-html and html targets.
84
85 2006-03-31 Mark Mitchell <mark@codesourcery.com>
86
87 * pex-win32.c (<errno.h>): Include.
88 (fix_argv): Remove.
89 (argv_to_cmdline): New function.
90 (std_suffixes): New variable.
91 (no_suffixes): Likewise.
92 (find_executable): New function.
93 (win32_spawn): Likewise.
94 (spawn_script): Use win32_spawn instead of _spawnv[p].
95 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
96 (pex_win32_wait): Likewise.
97
98 2006-03-24 Jim Blandy <jimb@codesourcery.com>
99
100 * pex-common.c (pex_run): Simplify output name handling.
101
102 2006-03-12 Jim Blandy <jimb@red-bean.com>
103
104 * pex-common.h (struct pex_obj): Doc fixes.
105
106 2006-03-11 Jim Blandy <jimb@red-bean.com>
107
108 * functions.texi: Regenerate.
109
110 2006-02-21 Ben Elliston <bje@au.ibm.com>
111
112 * pexecute.c (pwait): Syntax fix for previous change.
113
114 2006-02-17 Uttam Pawar <uttamp@us.ibm.com>
115
116 * pexecute.c (pwait): Free vector pointer.
117 * partition.c (partition_print): Free class_elements pointer.
118
119 2006-02-11 Roger Sayle <roger@eyesopen.com>
120 R. Scott Bailey <scott.bailey@eds.com>
121 Bill Northcott <w.northcott@unsw.edu.au>
122
123 PR bootstrap/16787
124 * floatformat.c: Include <float.h> where available.
125 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
126
127 2006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
128
129 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
130 supported.
131 * configure: Regenerated.
132
133 2006-01-20 Carlos O'Donell <carlos@codesourcery.com>
134
135 * testsuite/Makefile.in: Add test-expandargv test.
136 * testsuite/test-expandargv.c: New test.
137 * argv.c (expandargv): Check for errors with ferror,
138 rather than just by looking at return value from fread.
139
140 2005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
141
142 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
143 to convert from "from".
144 (floatformat_to_double): Likewise.
145 (floatformat_from_double): Use explicit cast to convert from "to".
146
147 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
148
149 PR java/9861
150 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
151 and include return type when found.
152 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
153 conditional logic to change printing order of return type.when
154 the DMGL_RET_POSTFIX option is present.
155 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
156 call.
157 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
158 * testsuite/demangle-expected: Test cases to verify extended encoding.
159 Updated comment to document --ret-postfix option.
160
161 2005-11-06 Richard Guenther <rguenther@suse.de>
162
163 * splay-tree.c (rotate_left): New function.
164 (rotate_right): Likewise.
165 (splay_tree_splay_helper): Remove.
166 (splay_tree_splay): Re-implement.
167
168 2005-10-31 Mark Kettenis <kettenis@gnu.org>
169
170 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
171 New variables.
172
173 2005-10-07 Mark Mitchell <mark@codesourcery.com>
174
175 * at-file.texi: Fix typo.
176
177 2005-10-03 Mark Mitchell <mark@codesourcery.com>
178
179 * at-file.texi: New file.
180
181 2005-09-27 Mark Mitchell <mark@codesourcery.com>
182
183 * argv.c (expandargv): Do not use xmalloc_failed.
184
185 2005-09-26 Mark Mitchell <mark@codesourcery.com>
186
187 * argv.c (safe-ctype.h): Include it.
188 (ISBLANK): Remove.
189 (stdio.h): Include.
190 (buildargv): Use ISSPACE instead of ISBLANK.
191 (expandargv): New function.
192 * Makefile.in: Regenerated.
193
194 2005-09-14 Christopher Faylor <cgf@timesys.com>
195
196 * pex-win32.c: Include "windows.h".
197 (backslashify): New function.
198 (fix_argv): Use backslashify to convert path to windows format.
199 Allocate one more place in new argv for potential executable from '#!'
200 parsing.
201 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
202 (openkey): Ditto.
203 (mingw_rootify): Ditto.
204 (msys_rootify): Ditto.
205 (spawn_script): New function.
206 (pex_win32_exec_child): Save translated argv in newargv. Pass to
207 spawn_script if spawnv* fails.
208 (main): New function. Conditional on MAIN. Useful for testing.
209
210 2005-08-17 Mark Kettenis <kettenis@gnu.org>
211
212 * floatformat.c (floatformat_always_valid): Change type of last
213 argument to `void *'.
214 (floatformat_i387_ext_is_valid): Likewise.
215 (floatformat_to_double): Change type of second argument to `const
216 void *'.
217 (floatformat_from_double): Change type of last argument to `void
218 *'.
219 (floatformat_is_valid): Change type of last argument to `const
220 void *'.
221 (ieee_test): Remove redundant casts.
222
223 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
224
225 * strverscmp.c: Update FSF address.
226 * testsuite/Makefile.in: Likewise.
227 * testsuite/test-demangle.c: Likewise.
228 * testsuite/test-pexecute.c: Likewise.
229
230 2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
231
232 * getopt.c: Include ansidecl.h before system headers.
233
234 2005-07-22 Ben Elliston <bje@gnu.org>
235
236 * getopt.c: Include "ansidecl.h".
237 (_getopt_initialize): Mark argc and argv parameters as unused.
238
239 2005-07-22 Ben Elliston <bje@gnu.org>
240
241 * regex.c (regcomp): Change type of `i' from unsigned to int.
242
243 2005-07-22 Ben Elliston <bje@gnu.org>
244
245 Recover patch lost in the sourceware repository:
246 2005-07-09 Ben Elliston <bje@au.ibm.com>
247 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
248 * memmove.c: Likewise.
249 * objalloc.c: Likewise.
250
251 2005-07-22 Ben Elliston <bje@gnu.org>
252
253 * configure.ac: Check for a getopt(3) declaration.
254 * configure, config.in: Regenerate.
255
256 2005-07-15 Ben Elliston <bje@au.ibm.com>
257
258 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
259
260 2005-07-12 Ben Elliston <bje@au.ibm.com>
261
262 * floatformat.c (floatformat_to_double): Add a comment about a
263 potential source of warnings when compiling this file.
264
265 2005-07-12 Ben Elliston <bje@au.ibm.com>
266
267 * pexecute.c (pexecute): Cast string litrals to char *.
268 * regex.c (re_comp): Cast a call to gettext() to char *.
269
270 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
271
272 * config.table: Delete file. Move former contents into ...
273 * configure.ac: ... here and escape any brackets for m4.
274 * Makefile.in (config.status): Remove dependency on config.table.
275 * configure: Regenerate.
276
277 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
278
279 * config.in: Regenerate for 6/20 change.
280
281 2005-07-03 Steve Ellcey <sje@cup.hp.com>
282
283 PR other/13906
284 * md5.c (md5_process_bytes): Check alignment.
285
286 2005-07-01 Ian Lance Taylor <ian@airs.com>
287
288 PR other/22268
289 * cp-demangle.c (d_expr_primary): Don't run off the end of the
290 string while looking for the end of a literal value.
291 * testsuite/demangle-expected: Add test case.
292
293 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
294
295 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
296 (DELETED_ENTRY): Ditto.
297
298 2005-06-20 Geoffrey Keating <geoffk@apple.com>
299
300 * strverscmp.c: New.
301 * Makefile.in (CFILES): Add strverscmp.c.
302 (CONFIGURED_OFILES): Add strverscmp.o.
303 (strverscmp.o): New rule.
304 (stamp-functions): Add $(srcdir) to files in source directory.
305 * configure.ac (funcs): Add strverscmp.
306 (AC_CHECK_FUNCS): Add strverscmp.
307 * configure: Regenerate.
308 * functions.texi: Regenerate.
309
310 2005-05-28 Eli Zaretskii <eliz@gnu.org>
311
312 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
313 * config.in, configure: Regenerate.
314
315 2005-05-25 Richard Henderson <rth@redhat.com>
316
317 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
318 (d_make_comp, d_print_comp): Likewise.
319 (d_special_name): Generate one.
320 * testsuite/demangle-expected: Add a hidden alias test.
321
322 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
323
324 * configure.ac: Check declarations for calloc(), getenv(),
325 malloc(), realloc() and sbrk().
326 * config.in: Regenerate.
327 * configure: Likewise.
328
329 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
330 instead of xmalloc.
331 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
332 * concat.c (liiberty_concat_ptr): Surround definition with an
333 extern "C" block, if __cplusplus.
334 (concat): Use XNEWVEC instead of xmalloc.
335 (reconcat): Likewise.
336 * cp-demangle.c (struct d_print_template): Rename member
337 "template" to "template_decl". Adjust use throughout the file.
338 (d_print_resize): Properly cast return value of realloc().
339 (cplus_demangle_print): Same for malloc().
340 (d_demangle): Likewise.
341 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
342 "typename" to "type_name".
343 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
344 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
345 (demangle_template_value_parm): Likewise.
346 (demangle_template): Likewise.
347 (recursively_demangle): Likewise.
348 (do_hpacc_template_literal): Likewise.
349 (do_arg): Likewise.
350 (remember_type): Likewise.
351 (remember_Ktype): Likewise.
352 (register_Btype): Likewise.
353 (string_need): Use XRESIZEVEC instead of xrealloc().
354 * dyn-string.c (dyn_string_init): Use XNEWVEC.
355 (dyn_string_new): Use XNEW.
356 (dyn_string_resize): Use XRESIZEVEC.
357 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
358 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
359 Otherwise include <stdlib.h>.
360 (exchange): Cast return value of malloc().
361 * hashtab.c (htab_size): Define as both macro and non-inline
362 function.
363 (htab_elements): Likewise.
364 * getpwd.c (getpwd): Use XNEWVEC.
365 (htab_create_alloc_ex): Use C90 prototype-style.
366 * lrealpath.c (lrealpath): Appropriately cast return value of
367 malloc().
368 * make-relative-prefix.c (save_string): Likewise.
369 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
370 the file.
371 (choose_tmpdir): Use XNEWVEC.
372 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
373 * pex-common.c (pex_init_common): Use XNEW.
374 (pex_add_remove): Use XRESIZEVEC.
375 (pex_run): Likewise.
376 (pex_get_status_and_time): Likewise.
377 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
378 * pex-msdos.c (pex_init): Use XNEW.
379 (pex_msdos_exec_child): Likewise.
380 (pex_msdos_exec_child): Use XRESIZEVEC.
381 * pex-unix.c (pex_wait): Use XNEW.
382 * pex-win32.c (fix_argv): Use XNEWVEC.
383 * pexecute.c (pwait): Likewise.
384 * setenv.c (setenv): Properly cast return value of malloc().
385 * sigsetmask.c (sigsetmask): Rename local variables "old" and
386 "new" to "old_sig" and "new_sig".
387 * sort.c (main): Use XNEWVEC.
388 * spaces.c (spaces): Cast return value of malloc().
389 * strndup.c (strndup): Likewise.
390 * ternary.c (ternary_insert): Use XNEW.
391 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
392 with an extern "C" block if __cplusplus.
393 * xstrdup.c (xstrdup): Cast return value of memcpy().
394 * xstrerror.c (strerror): Enclose declaration in an extern "C"
395 block if __cplusplus.
396 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
397
398 2005-05-16 Andreas Jaeger <aj@suse.de>
399
400 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
401 that it's only declared if needed.
402
403 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
404 defined.
405
406 2005-05-15 Andreas Jaeger <aj@suse.de>
407
408 * functions.texi: Regenerated.
409
410 2005-05-15 Eli Zaretskii <eliz@gnu.org>
411
412 * pexecute.txh: Enclose multi-word data types in @deftypefn in
413 braces. Minor wording fixes. Use --- for em-dash. Use
414 @enumerate in enumerated lists.
415
416 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
417 braces.
418
419 2005-05-11 Eli Zaretskii <eliz@gnu.org>
420
421 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
422 sys/stat.h.
423 (pex_init): Fix last argument to pex_init_common.
424 (pex_djgpp_exec_child): Remove leading underscore from _open,
425 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
426 which is undeclared, with `executable', which was unused. Remove
427 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
428 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
429
430 2005-05-11 Paul Brook <paul@codesourcery.com>
431
432 * Makefile.in: Regenerate dependencies.
433
434 2005-05-10 Nick Clifton <nickc@redhat.com>
435
436 * Update the address and phone number of the FSF organization in
437 the GPL notices in the following files:
438 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
439 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
440 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
441 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
442 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
443 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
444 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
445 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
446 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
447 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
448 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
449 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
450 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
451
452 2005-05-06 Kelley Cook <kcook@gcc.gnu.org>
453
454 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
455 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
456 * configure: Regenerate.
457
458 2005-05-06 Kelley Cook <kcook@gcc.gnu.org>
459
460 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
461 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
462 * aclocal.m4: Don't include accross.m4.
463 * configure, config.in: Regenerate.
464
465 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
466
467 * fopen_unlocked.c (unlock_std_streams): New.
468
469 * functions.texi: Regenerate.
470
471 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
472
473 * fopen_unlocked.c (unlock_stream): New.
474 Consolidate unlocking code into a helper function.
475
476 * functions.texi: Regenerate.
477
478 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
479
480 * asprintf.c: Include config.h.
481 * basename.c: Likewise.
482 * fdmatch.c: Likewise.
483 * hex.c: Likewise.
484 * lbasename.c: Likewise.
485 * spaces.c: Likewise.
486 * xatexit.c:Likewise.
487 * configure.ac: Do check declarations for basename, ffs, asprintf
488 and vasprintf for real.
489 * configure: Regenerate.
490
491 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
492
493 * argv.c (dupargv): Allocate space of argv[argc], not
494 sizeof(char *) of that amount. Cast result to char *.
495
496 2005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
497
498 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
499 Replace not with negate.
500
501 2005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
502
503 * configure.ac: Check declarations for basename, ffs, asprintf,
504 vasprintf.
505 * configure: Regenerate.
506 * config.in: Likewise.
507
508 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
509
510 * Makefile.in (CFILES): Add fopen_unlocked.c.
511 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
512 Regenerate dependencies.
513
514 * configure.ac: Check for stdio_ext.h and __fsetlocking.
515
516 * fopen_unlocked.c: New file.
517
518 * functions.texi, configure, config.in: Regenerate.
519
520 2005-04-04 Ian Lance Taylor <ian@airs.com>
521
522 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
523 declaration before statement.
524
525 2005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
526
527 * bcmp.c: Fix warnings and implement using memcmp.
528 * bcopy.c: Fix warnings.
529 * bzero.c: Fix warnings and implement using memset.
530
531 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
532 -Wstrict-prototypes.
533 * configure, config.in: Regenerate.
534
535 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
536 warnings and reconcile interfaces with relevant standards.
537
538 2005-04-02 Ian Lance Taylor <ian@airs.com>
539
540 * cp-demangle.c: Update copyright.
541
542 2005-03-31 Joseph S. Myers <joseph@codesourcery.com>
543
544 * gettimeofday.c: Add "Supplemental" to @deftypefn.
545 * functions.texi: Regenerate.
546
547 2005-03-28 Ian Lance Taylor <ian@airs.com>
548
549 * pex-common.c: New file.
550 * pex-one.c: New file.
551 * pexecute.c: New file.
552 * pex-common.h: Include <stdio.h>.
553 (struct pex_obj): Define.
554 (struct pex_funcs): Define.
555 (pex_init_common): Declare.
556 * pex-unix.c: Rewrite.
557 * pex-win32.c: Rewrite.
558 * pex-djgpp.c: Rewrite.
559 * pex-msdos.c: Rewrite.
560 * testsuite/text-pexecute.c: New file.
561 * pexecute.txh: Rewrite.
562 * configure.ac: Check for wait3 and wait4. Set CHECK to
563 really-check rather than check-cplus-dem.
564 * functions.texi: Rebuild.
565 * Makefile.in: Rebuild dependencies.
566 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
567 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
568 * testsuite/Makefile.in (really-check): New target.
569 (check-pexecute, test-pexecute): New targets.
570 * configure: Rebuild.
571
572 2005-03-28 Mark Kettenis <kettenis@gnu.org>
573
574 * unlink-if-ordinary.c: Include <sys/types.h>.
575
576 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
577
578 Convert libiberty to use ISO C prototype style 7/n.
579 * regex.c (PARAMS): Remove definition.
580 (PREFIX): Unconditionaly define using ISO C ## operator.
581 (init_syntax_once, extract_number, extract_number_and_incr,
582 print_fastmap, print_partial_compiled_pattern,
583 print_compiled_pattern, print_double_string, printchar,
584 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
585 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
586 at_begline_loc_p, at_endline_p, group_in_compile_stack,
587 insert_space, wcs_compile_range, byte_compile_range,
588 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
589 re_set_registers, re_search, re_search_2, re_search_3, re_match,
590 re_match_2, count_mbs_length, wcs_re_match_2_internal,
591 byte_re_match_2_internal, group_match_null_string_p,
592 alt_match_null_string_p, common_op_match_null_string_p,
593 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
594 regexec, regerror, regfree): Use ISO C prototype style.
595 * partition.c: (elem_compare): Likewise.
596 * cp-demangle.c (print_usage): Likewise.
597
598 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
599
600 Convert libiberty to use ISO C prototype style 5/n.
601 * random.c (srandom, initstate, setstate, random): Use ISO C
602 prototypes.
603 * putenv.c (putenv): Likewise.
604 * physmem.c (physmem_available, physmem_total, main): Likewise.
605 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
606 * pex-unix.c (pexecute, pwait): Likewise.
607 * pex-msdos.c (pexecute, pwait): Likewise.
608 * pex-djgpp.c (pexecute, pwait): Likewise.
609 * partition.c (partition_new, partition_delete, partition_union)
610 (elem_compare, partition_print): Likewise.
611 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
612 _obstack_allocated_p, _obstack_free, obstack_free,
613 _obstack_memory_used, print_and_abort, obstack_next_free,
614 obstack_object_size, obstack_base): Likewise. Remove codes
615 predicated on !defined(__STDC__).
616 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
617 objalloc_free_block): Use ISO C prototypes.
618 * mkstemps.c (mkstemps): Likewise.
619 * memset.c (memset): Likewise.
620 * mempcpy.c (mempcpy): Likewise.
621 * rename.c (rename): Likewise.
622 * rindex.c (rindex): Likewise.
623 * setenv.c (setenv, unsetenv): Likewise.
624 * sigsetmask.c (sigsetmask): Likewise.
625 * snprintf.c (snprintf): Likewise.
626 * sort.c (sort_pointers, xmalloc): Likewise.
627 * spaces.c (spaces): Likewise.
628 * splay-tree.c (splay_tree_delete_helper,
629 splay_tree_splay_helper, splay_tree_splay,
630 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
631 splay_tree_new, splay_tree_xmalloc_allocate,
632 splay_tree_new_with_allocator, splay_tree_delete,
633 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
634 splay_tree_max, splay_tree_min, splay_tree_predecessor,
635 splay_tree_successor, splay_tree_foreach,
636 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
637 * stpcpy.c (stpcpy): Likewise.
638 * stpncpy.c (stpncpy): Likewise.
639 * strcasecmp.c (strcasecmp): Likewise.
640 * strchr.c (strchr): Likewise.
641 * strdup.c (strdup): Likewise.
642
643 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
644
645 Convert libiberty to use ISO C prototype style 6/n.
646 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
647 strtoerrno, main): Use ISO C prototype style.
648 * strncasecmp.c (strncasecmp): Likewise.
649 * strncmp.c (strncmp): Likewise.
650 * strndup.c (strndup): Likewise.
651 * strrchr.c (strrchr): Likewise.
652 * strsignal.c (init_signal_tables, signo_max, strsignal,
653 strsigno, strtosigno, psignal, main): Likewise.
654 * strstr.c (strstr): Likewise.
655 * strtod.c (strtod, atof): Likewise.
656 * strtol.c (strtol): Likewise.
657 * strtoul.c (strtoul): Likewise.
658 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
659 ternary_recursivesearch): Likewise.
660 * tmpnam.c (tmpnam): Likewise.
661 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
662 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
663 * vfork.c (vfork): Likewise.
664 * vfprintf.c (vfprintf): Likewise.
665 * vprintf.c (vprintf): Likewise.
666 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
667 * vsprintf.c (vsprintf): Likewise.
668 * waitpid.c (waitpid): Likewise.
669 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
670 * xexit.c (xexit): Likewise.
671 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
672 xcalloc, xrealloc): Likewise.
673 * xmemdup.c (xmemdup): Likewise.
674 * xstrdup.c (xstrdup): Likewise.
675 * xstrerror.c (xstrerror): Likewise.
676 * xstrndup.c (xstrndup): Likewise.
677
678 2005-03-27 Andreas Jaeger <aj@suse.de>
679
680 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
681 flags.
682 * configure: Regenerated.
683
684 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
685
686 * getopt1.c (getopt_long_only): Fix thinko.
687
688 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
689
690 Convert libiberty to use ISO C prototype style 4/n.
691 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
692 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
693 htab_create_alloc, htab_set_functions_ex, htab_create,
694 htab_try_create, htab_delete, htab_empty,
695 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
696 htab_find, htab_find_slot_with_hash, htab_find_slot,
697 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
698 htab_traverse_noresize, htab_traverse, htab_collisions,
699 htab_hash_string, iterative_hash): Use ISO C prototype.
700 * hex.c (hex_init): Likewise.
701 * index.c (index): Likewise.
702 * insque.c (insque, remque): Likewise.
703 * lbasename.c (lbasename): Likewise.
704 * lrealpath.c (lrealpath): Likewise.
705 * make-relative-prefix.c (save_string, split_directories,
706 free_split_directories, make_relative_prefix): Likewise.
707 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
708 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
709 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
710 * memchr.c (memchr): Likewise.
711 * memcpy.c (memcpy): Likewise.
712 * memmove.c (memmove): Likewise.
713 * gettimeofday.c (gettimeofday): Likewise.
714 * getruntime.c (get_run_time): Likewise.
715 * getpwd.c (getpwd, getpwd): Likewise.
716 * getpagesize.c (getpagesize): Likewise.
717 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
718 * getopt.c (my_index, exchange, _getopt_initialize,
719 _getopt_internal, getopt, main): Likewise.
720 * getcwd.c (getcwd): Likewise.
721 * fnmatch.c (fnmatch): Likewise.
722 * floatformat.c (floatformat_always_valid,
723 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
724 put_field, floatformat_from_double, floatformat_is_valid,
725 ieee_test, main): Likewise.
726 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
727 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
728 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
729 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
730 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
731 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
732 fibheap_link, fibheap_cut, fibheap_cascading_cut,
733 fibnode_insert_after, fibnode_remove): Likewise.
734 * ffs.c (ffs): Likewise.
735 * fdmatch.c (fdmatch): Likewise.
736 * dyn-string.c (dyn_string_init, dyn_string_new,
737 dyn_string_delete, dyn_string_release, dyn_string_resize,
738 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
739 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
740 dyn_string_insert_cstr, dyn_string_insert_char,
741 dyn_string_append, dyn_string_append_cstr,
742 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
743 Likewise.
744
745 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
746
747 Convert libiberty to use ISO C prototype style 3/n.
748 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
749 consume_count_with_underscores, code_for_qualifier,
750 qualifier_string, demangle_qualifier, cplus_demangle_opname,
751 cplus_mangle_opname, cplus_demangle_set_style,
752 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
753 ada_demangle, internal_cplus_demangle, squangle_mop_up,
754 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
755 delete_work_stuff, mop_up, demangle_signature,
756 demangle_method_args, demangle_template_template_parm,
757 demangle_expression, demangle_integral_value,
758 demangle_real_value, demangle_template_value_parm,
759 demangle_template, arm_pt, demangle_arm_hp_template,
760 demangle_class_name, demangle_class, iterate_demangle_function,
761 demangle_prefix, gnu_special, recursively_demangle, arm_special,
762 demangle_qualified, get_count, do_type, demangle_fund_type,
763 do_hpacc_template_const_value, do_hpacc_template_literal,
764 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
765 register_Btype, remember_Btype, forget_B_and_K_types,
766 forget_types, demangle_args, demangle_nested_args,
767 demangle_function_name, string_need, string_delete, string_init,
768 string_clear, string_empty, string_append, string_appends,
769 string_appendn, string_prepend, string_prepends, string_prependn,
770 string_append_template_idx): Use ISO C prootype style.
771 * cp-demint.c (cplus_demangle_fill_component,
772 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
773 cplus_demangle_v3_components): Likewise.
774
775 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
776
777 Convert libiberty to use ISO C prototype style 2/n.
778 * cp-demangle.h: Remove uses of PARAMS.
779 * cp-demangle.c: Likewise.
780 (d_dump, cplus_demangle_fill_name,
781 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
782 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
783 d_make_builtin_type, d_make_operator, d_make_extended_operator,
784 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
785 cplus_demangle_mangled_name, has_return_type,
786 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
787 d_prefix, d_unqualified_name, d_source_name, d_number,
788 d_identifier, d_operator_name, d_special_name, d_call_offset,
789 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
790 d_function_type, d_bare_function_type, d_class_enum_type,
791 d_array_type, d_pointer_to_member_type, d_template_param,
792 d_template_args, d_template_arg, d_expression, d_expr_primary,
793 d_local_name, d_discriminator, d_add_substitution,
794 d_substitution, d_print_resize, d_print_append_char,
795 d_print_append_buffer, d_print_error, cplus_demangle_print,
796 d_print_comp, d_print_java_identifier, d_print_mod_list,
797 d_print_mod, d_print_function_type, d_print_array_type,
798 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
799 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
800 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
801 print_usage, main):
802
803 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
804
805 Convert libiberty to ISO C prototype style 1/n.
806 * _doprnt.c: Remove conditional #include <varargs.h> on
807 ANSI_PROTOTYPES as the latter is always assumed.
808 (_doprnt, checkit, main): Use ISO C prototype.
809 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
810 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
811 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
812 * atexit.c (atexit): Likewise
813 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
814 (asprintf): Use ISO C prototype.
815 * basename.c (basename): Likewise
816 * bcmp.c (bcmp): Likewise.
817 * bcopy.c (bcopy): Likewise.
818 * bzero.c (bzero): Likewise.
819 * bsearch.c (bsearch): Likewise. Improve const-correctness.
820 * choose-temp.c (choose_temp_base): Likewise.
821 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
822 (calloc): Use ISO C prototype.
823 * clock.c (clock): Likewise.
824 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
825 (vconcat_length, vconcat_copy, concat_length, concat_copy,
826 concat_copy2, concat, reconcat, main): Use ISO C prototype.
827 * copysign.c (copysign): Likewise.
828
829 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
830
831 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
832 (REQUIRED_OFILES): Add xstrndup.o.
833 (CONFIGURED_OFILES): Add strndup.o.
834 Regenerate dependencies.
835
836 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
837
838 * strndup.c, xstrndup.c: New.
839
840 * config.in, configure, functions.texi: Regenerate.
841
842 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
843
844 * xmemdup.c, xstrdup.c: Expose the tail call.
845
846 2005-03-09 Mark Mitchell <mark@codesourcery.com>
847
848 * configure.ac (funcs): Add gettimeofday.
849 * configure: Regenerated.
850 * gettimeofday.c: New file.
851 * Makefile.in (CFILES): Add gettimeofday.
852 (CONFIGURED_OFILES): Add gettimeofday.o.
853 (./gettimeofday.o): New rule.
854
855 2005-03-09 Ian Lance Taylor <ian@airs.com>
856
857 * pex-os2.c: Remove.
858 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
859 * Makefile.in (CFILES): Remove pex-os2.c.
860 (CONFIGURED_OFILES): Remove pex-os2.o.
861 (pex-os2.o): Remove target.
862 * configure: Rebuild.
863
864 2005-03-07 Ian Lance Taylor <ian@airs.com>
865
866 * mpw-config.in: Remove.
867 * mpw-make.sed: Remove.
868 * mpw.c: Remove.
869 * Makefile.in (CFILES): Remove pex-mpw.c.
870 (CONFIGURED_OFILES): Remove pex-mpw.o.
871 (mpw.o, pex-mpw.o): Remove targets.
872 * maint-tool (undoc): Remove reference to mpw.c.
873
874 2005-03-06 DJ Delorie <dj@redhat.com>
875
876 * configure.ac (target_header_dir): vfork is a stub under djgpp.
877 * configure: Regenerated.
878
879 2005-03-01 Jan Beulich <jbeulich@novell.com>
880
881 * Makefile.in (CFILES): Add unlink-if-ordinary.c
882 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
883 Add dependencies and rule for unlink-if-ordinary.o.
884 * unlink-if-ordinary.c: New.
885
886 2005-03-01 Ben Elliston <bje@au.ibm.com>
887
888 * hashtab.c (htab_find_slot_with_hash): Make function
889 documentation clearer.
890
891 2005-02-13 Jason Merrill <jason@redhat.com>
892
893 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
894 arguments.
895
896 2005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
897
898 * hex.c (hex_value): Group 'unsigned int' together to get correct
899 markup.
900 * functions.texi: Regenerated.
901
902 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
903
904 * Makefile.in: Undo to 2004-12-17.
905 * aclocal.m4: Likewise.
906 * config.table: Likewise.
907 * configure.ac: Likewise.
908 * maint-tool: Likewise.
909 * configure: Likewise.
910
911 2004-12-19 H.J. Lu <hongjiu.lu@intel.com>
912
913 PR bootstrap/19072
914 * Makefile.in (enable_shared): New substitute.
915 (LTTARGETLIB): New.
916 (PREFIXTARGETLIB): New.
917 (LTTESTLIB): New.
918 (PREFIXTESTLIB): New.
919 (CCLD): New.
920 (LINK): New.
921 ($(TARGETLIB)): Use $(LINK) to create libraries and create
922 targets by hand.
923 ($(TESTLIB)): Likewise.
924 (mostlyclean): Don't remove .libs. Remove the libtool object
925 directory.
926
927 * config.table (enable_shared): Removed.
928
929 * configure.ac (enable_static): Set to yes.
930 (AC_PROG_LIBTOOL): Removed.
931 (AM_DISABLE_SHARED): Uncommented.
932 (AM_PROG_LIBTOOL): Likewise.
933 (LIBOBJS): Add `./' to avoid VPATH.
934 (LTLIBOBJS): Likewise.
935 (enable_shared): Substitute.
936 * configure: Regenerated.
937
938 2004-12-18 H.J. Lu <hongjiu.lu@intel.com>
939
940 * Makefile.in (top_builddir): Set to `.'.
941 (OUTPUT_OPTION): Removed.
942 (LIBTOOL): New.
943 (LTLIBOBJS): New.
944 (EXTRA_LTOFILES): New.
945 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
946 (all): Remove stamp-picdir.
947 (LTCOMPILE): New.
948 (.c.lo): New rule.
949 (REQUIRED_LTOFILES): New.
950 (CONFIGURED_LTOFILES): New.
951 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
952 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
953 (stamp-picdir): Completely removed.
954 (maint-missing): Pass $(REQUIRED_LTOFILES)
955 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
956 $(CONFIGURED_OFILES)
957 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
958 $(CONFIGURED_LTOFILES).
959 (mostlyclean): Also remove *.lo .libs.
960 Run "make maint-deps".
961
962 * aclocal.m4: Include ../libtool.m4.
963
964 * config.table: Don't check --enable-shared.
965
966 * configure.ac (AC_PROG_LIBTOOL): Add.
967 (AC_PROG_CC_C_O): Removed.
968 (OUTPUT_OPTION): Removed.
969 (NO_MINUS_C_MINUS_O): Removed.
970 (ltpexecute): New substitute.
971 (LIBOBJS): Cleanup.
972 * configure: Regenerated.
973
974 * maint-tool: Updated for .lo/libtool.
975
976 2004-12-11 Ben Elliston <bje@au.ibm.com>
977
978 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
979 * configure: Regenerate.
980 * config.in: Likewise.
981
982 2004-12-07 DJ Delorie <dj@redhat.com>
983
984 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
985 that recursion (and thus large stack space) is not needed.
986
987 2004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
988
989 * pex-unix.c: Fix the spelling of longjmp.
990
991 2004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
992
993 PR other/18623
994 * cp-demangle.c (d_call_offset): Remove useless local variables
995 offset and virtual_offset.
996 * cplus-dem.c (ada_demangle): Remove useless local variable
997 at_start_name.
998 (demangle_template): Remove useless local variable start.
999
1000 2004-11-19 Roger Sayle <roger@eyesopen.com>
1001
1002 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
1003 "ansidecl.h" to avoid redeclaration errors with native compilers.
1004 * regex.c: Protect config.h from multiple inclusion.
1005
1006 2004-11-12 Mike Stump <mrs@apple.com>
1007
1008 * Makefile.in (libiberty.html): Fix html generation.
1009
1010 2004-09-08 Adam Nemet <anemet@lnxw.com>
1011
1012 * vasprintf.c: Accept __va_copy in addition to va_copy.
1013
1014 2004-09-03 Paolo Bonzini <bonzini@gnu.org>
1015
1016 * configure: Regenerate.
1017
1018 2004-09-02 Paolo Bonzini <bonzini@gnu.org>
1019
1020 * configure.ac: Do not enable multilibs for build-side libiberty.
1021
1022 2004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
1023
1024 * lrealpath.c (lrealpath): Add _WIN32 support.
1025
1026 2004-06-28 Zack Weinberg <zack@codesourcery.com>
1027
1028 * cp-demangle.h: Declare cplus_demangle_operators,
1029 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
1030 cplus_demangle_type as static if IN_GLIBCPP_V3.
1031
1032 2004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
1033
1034 PR other/16240
1035 * cp-demangle.c (d_expr_primary): Check for a failure return from
1036 cplus_demangle_type.
1037 * testsuite/demangle-expected: Add test case.
1038
1039 2004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
1040
1041 * pex-win32.c (fix_argv): Expand comment.
1042
1043 2004-05-25 Daniel Jacobowitz <drow@false.org>
1044
1045 * Makefile.in: Add .NOEXPORT.
1046
1047 2004-04-29 Douglas B Rupp <rupp@gnat.com>
1048
1049 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
1050 copyright.
1051
1052 2004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1053
1054 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
1055 * configure: Regenerate.
1056
1057 2004-04-22 Richard Henderson <rth@redhat.com>
1058
1059 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
1060 (CHAR_BIT): Provide default.
1061 (struct prime_ent, prime_tab): New.
1062 (higher_prime_index): Rename from higher_prime_number, return index.
1063 (htab_mod_1): New.
1064 (htab_mod, htab_mod_m2): Use it.
1065 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
1066 (htab_expand): Likewise.
1067 * configure.ac: Check for stdint.h.
1068 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
1069 * config.in, configure: Rebuild.
1070
1071 2004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
1072
1073 * strerror.c: Include config.h, and redefine sys_nerr and
1074 sys_errlist, before including ansidecl.h and libiberty.h.
1075
1076 2004-04-13 Jeff Law <law@redhat.com>
1077
1078 * hashtab.c (htab_remove_elt_with_hash): New function.
1079 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
1080
1081 2004-03-31 Richard Henderson <rth@redhat.com>
1082
1083 * hashtab.c (htab_size): Move to top of file; mark inline.
1084 (htab_elements): Likewise.
1085 (htab_mod, htab_mod_m2): New.
1086 (htab_delete): Refactor htab->size and htab->entries.
1087 (htab_empty): Likewise.
1088 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
1089 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
1090 (htab_clear_slot): Use htab_size, htab_elements.
1091 (htab_traverse_noresize, htab_traverse): Likewise.
1092
1093 2004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
1094
1095 * pex-unix.c (pexecute): Use vfork instead of fork, with
1096 appropriate changes to make this safe.
1097 * pex-common.h (STDERR_FILE_NO): Define.
1098
1099 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
1100 an 80 column screen. Run maint-deps.
1101
1102 2004-03-09 Kelley Cook <kcook@gcc.gnu.org>
1103
1104 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
1105 * acconfig.h: Delete redundant file.
1106 * config.in: Regenerate.
1107 * configure: Regenerate.
1108
1109 2004-03-09 Hans-Peter Nilsson <hp@axis.com>
1110
1111 * configure: Regenerate for config/accross.m4 correction.
1112
1113 2004-03-07 Andreas Jaeger <aj@suse.de>
1114
1115 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
1116 prototypes.
1117 (main): Initialize style.
1118
1119 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
1120
1121 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
1122 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
1123 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
1124 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
1125 short types to D_PRINT_DEFAULT. Change other integer types to use
1126 new D_PRINT_* values where appropriate. Change float types to
1127 D_PRINT_FLOAT.
1128 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
1129 values.
1130 * testsuite/demangle-expected: Adjust two test cases.
1131
1132 * cp-demangle.c (d_print_function_type): Print a space before the
1133 parenthesis around the function type in more cases.
1134 * testsuite/demangle-expected: Adjust one test case.
1135
1136 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
1137 parentheses around a cast.
1138 * testsuite/demangle-expected: Adjust two test cases to match new
1139 output.
1140
1141 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
1142
1143 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
1144 push more than one of the same CV-qualifier on the top of the
1145 stack.
1146 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
1147 move the CV-qualifiers to apply to the element type instead.
1148 (d_print_array_type): When checking the modifiers, keep looking
1149 past ones which have been printed already.
1150 * testsuite/demangle-expected: Add three test cases.
1151
1152 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1153
1154 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
1155 empty string correctly.
1156
1157 * cp-demangle.c (__cxa_demangle): It is not an error if status is
1158 not NULL. It is an error if the mangled name is the same as a
1159 built-in type name.
1160 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
1161 than cplus_demangle_v3.
1162
1163 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
1164 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
1165
1166 2004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
1167
1168 * regex.c: Include <ansidecl.h>.
1169 (regcomp): Cast i to int.
1170 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
1171
1172 2004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
1173
1174 * configure.ac: Add m4_pattern_allow(LIBOBJS).
1175 * configure: Regenerate.
1176
1177 2004-01-22 DJ Delorie <dj@redhat.com>
1178
1179 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
1180 with explicit build rules.
1181 (VPATH): Remove.
1182 (.c.o): Poison.
1183 * configure.ac (pexecute, LIBOBJS): Add ./ .
1184 * maint-tool: Build dependencies with explicit rules.
1185
1186 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
1187
1188 * strdup.c (strdup): Constify the argument.
1189
1190 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
1191
1192 * Makefile.in (distclean): Remove config.cache.
1193
1194 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
1195
1196 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
1197 takes two parameters.
1198 * cp-demint.c (cplus_demangle_fill_component): Likewise.
1199
1200 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1201
1202 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
1203 defined, rename some functions which are to become static via
1204 #define.
1205 (CP_STATIC_IF_GLIBCPP_V3): Define.
1206 (struct d_operator_info): Move definition to cp-demangle.h, and
1207 rename to demangle_operator_info. Change all uses.
1208 (enum d_builtin_type_print): Move definition to cp-demangle.h.
1209 (struct d_builtin_type_info): Move definition to cp-demangle.h,
1210 and rename to demangle_builtin_type_info. Change all uses.
1211 (enum d_comp_type): Move definition to include/demangle.h, and
1212 rename to demangle_component_type, and change all enums to start
1213 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
1214 (struct d_comp): Move definition to include/demangle.h, and rename
1215 to demangle_component. Change all uses.
1216 (struct d_info): Move definition to cp-demangle.h.
1217 (cplus_demangle_fill_name): New function.
1218 (cplus_demangle_fill_extended_operator): New function.
1219 (cplus_demangle_fill_ctor): New function.
1220 (cplus_demangle_fill_dtor): New function.
1221 (d_make_empty): Remove type parameter. Change all callers.
1222 (d_make_name): Use cplus_demangle_fill_name.
1223 (d_make_extended_operator): Use
1224 cplus_demangle_fill_extended_operator.
1225 (d_make_ctor): Use cplus_demangle_fill_ctor.
1226 (d_make_dtor): Use cplus_demangle_fill_dtor.
1227 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
1228 non-static by default. Change all callers.
1229 (cplus_demangle_operators): Rename from d_operators. Change all
1230 uses. Make non-static by default. Add sentinel at end of array.
1231 (d_operator_name): Adjust initialization of high for new sentinel
1232 in cplus_demangle_operators.
1233 (cplus_demangle_builtin_types): Rename from d_builtin_types.
1234 Change all uses. Make non-static by default. Change initializer
1235 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
1236 (cplus_demangle_type): Rename from d_type. Make non-static by
1237 default. Change all callers.
1238 (cplus_demangle_init_info): Rename from d_init_info. Make
1239 non-static by default. Change all callers.
1240 * cp-demangle.h: New file.
1241 * cp-demint.c: New file.
1242 * Makefile.in: Rebuild dependencies.
1243 (CFILES): Add cp-demint.c.
1244 (REQUIRED_OFILES): Add cp-demint.o.
1245
1246 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
1247
1248 * configure.in: Rename file to ...
1249 * configure.ac: ... this.
1250 * Makefile.in: Update a comment for above change.
1251 * README: Likewise.
1252 * config.in: Regenerate.
1253
1254 2004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
1255
1256 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
1257 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
1258 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
1259 demangling template parameters.
1260 * testsuite/test-demangle.c (fail): New static function.
1261 (main): Support new options in input file: --no-params,
1262 --is-v3-ctor, and --is-v3-dtor.
1263 * testsuite/demangle-expected: Add --no-params to most tests, and
1264 add the correct result when parameters are not demangled. Add
1265 some simple tests for V3 constructor/destructor recognition.
1266
1267 2003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1268
1269 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
1270
1271 2003-12-22 Daniel Jacobowitz <drow@mvista.com>
1272
1273 PR debug/13272
1274 * Makefile.in (lbasename.o): Depend on filenames.h.
1275 * lbasename.c: Include "filenames.h" instead of defining
1276 its macros locally.
1277
1278 2003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
1279
1280 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
1281 dynamic arrays.
1282 (struct d_operator_info): Add len field.
1283 (struct d_builtin_type_info): Add len and java_len fields.
1284 (struct d_standard_sub_info): Add simple_len, full_len, and
1285 set_last_name_len fields.
1286 (struct d_comp): Add len field to s_string.
1287 (struct d_info): Add send, did_subs, and expansion fields.
1288 (d_append_string_constant): Define.
1289 (d_append_string): Remove. Change all users to use
1290 d_append_string_constant or d_append_buffer instead.
1291 (d_make_sub): Add len parameter. Change all callers.
1292 (d_name): Increase expansion when substituting std::.
1293 (d_unqualified_name): Increase expansion for an operator.
1294 (d_number): Don't use multiplication for negative numbers.
1295 (d_identifier): Make sure there are enough characters in the
1296 string for the specified length. Adjust expansion for an
1297 anonymous namespace.
1298 (d_operators): Initialize len field.
1299 (d_special_name, d_ctor_dtor_name): Increase expansion.
1300 (d_builtin_types): Initialize len and java_len fields.
1301 (d_type): Increase expansion for a builtin type.
1302 (d_cv_qualifiers): Increase expansion for each qualifier.
1303 (d_bare_function_type): Decrease expansion when removing single
1304 void parameter.
1305 (d_template_param): Increment did_subs.
1306 (d_expression): Increase expansion for an operator.
1307 (d_expr_primary): Decrease expansion for a type we will print
1308 specially.
1309 (standard_subs): Initialize new fields.
1310 (d_substitution): Increment did_subs when doing a normal
1311 substitution. Increase expansion for a special substitution.
1312 (d_print): Add estimate parameter. Change all callers.
1313 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
1314 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
1315 (d_print_java_identifier): Rename from d_print_identifier. Handle
1316 only Java case. Change caller.
1317 (d_init_info): Change return type to void. Change all callers.
1318 Initialize send, did_subs, and expansion fields. Do not
1319 initialize comps and subs fields.
1320 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
1321 arrays on stack. Make an estimate of the length of the demangled
1322 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
1323 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
1324 subs arrays on stack.
1325
1326 2003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
1327
1328 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
1329 after the identifier.
1330 * testsuite/demangle-expected: Add test case.
1331
1332 2003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
1333
1334 Fix for PR c++/13447:
1335 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
1336 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
1337 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
1338 D_COMP_QUAL_NAME.
1339 (is_ctor_or_dtor): Likewise.
1340 (d_local_name): Use D_COMP_LOCAL_NAME rather than
1341 D_COMP_QUAL_NAME.
1342 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
1343 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
1344 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
1345 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
1346 * testsuite/demangle-expected: Add two test cases.
1347
1348 * cp-demangle.c (d_print_function_type): Clear the global modifier
1349 list when printing the modifiers, not just when printing the
1350 function parameters.
1351 * testsuite/demangle-expected: Add two test cases.
1352
1353 2003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
1354
1355 * cp-demangle.c (d_print_function_type): Print the function
1356 parameters with no modifiers.
1357 * testsuite/demangle-expected: Add test case.
1358
1359 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
1360 expect that we've read the entire string.
1361 (is_ctor_or_dtor): Don't expect that we've read the entire
1362 string--reverse patch of 2003-11-29.
1363
1364 2003-12-15 Brendan Kehoe <brendan@zen.org>
1365
1366 * libiberty/Makefile.in (floatformat.o): Add dependency on
1367 config.h to accompany change of 2003-12-03.
1368
1369 2003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
1370
1371 Fix handling of constructor/destructor of standard substitution:
1372 * cp-demangle.c (struct d_standard_sub_info): Define.
1373 (d_substitution): Add prefix argument. Change all callers.
1374 Rework handling of standard substitutions to print full name when
1375 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
1376 * testsuite/demangle-expected: Add test case.
1377
1378 Fix handling of negative literal constants:
1379 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
1380 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
1381 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
1382 (d_print_comp): Handle D_COMP_LITERAL_NEG.
1383 * testsuite/demangle-expected: Add test case.
1384
1385 2003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
1386
1387 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
1388 (d_last_char): Define new macro.
1389 (d_make_name): Reject an empty name.
1390 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
1391 (d_substitution, d_print_identifier): Likewise.
1392 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
1393 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
1394 (d_print_mod) Use new d_last_char macro.
1395 (d_print_cast): Use new d_last_char macro.
1396 (is_ctor_or_dtor): Don't leak memory.
1397
1398 Fix handling of member function modifiers:
1399 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
1400 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
1401 (d_dump): Dump new d_comp_type values.
1402 (d_make_comp): Accept new d_comp_type values.
1403 (has_return_type): Only accept _THIS variants of qualifiers.
1404 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
1405 qualifiers.
1406 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
1407 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
1408 qualifiers and printing them at the end, add _THIS qualifiers to
1409 the modifier list.
1410 (d_print_comp) [D_COMP_*_THIS]: New cases.
1411 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
1412 qualifiers.
1413 (d_print_mod_list): Add suffix parameter. Change all callers.
1414 Keep walking the list even if the current modifier has been
1415 printed.
1416 (d_print_mod): Handle new _THIS qualifiers.
1417 (d_print_function_type): Handle new _THIS qualifiers when deciding
1418 whether to print a parenthesis. Put a space before the
1419 parenthesis in some cases. Call d_print_mod_list again at the
1420 end, passing suffix as 1.
1421 (is_ctor_or_dtor): Look for new _THIS qualifiers.
1422 * testsuite/demangle-expected: Add test case.
1423
1424 Fix for PR gcc/13304:
1425 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
1426 before the '<' is itself a '<', insert a space.
1427 (d_print_cast): Likewise.
1428 * testsuite/demangle-expected: Add test case.
1429
1430 Fix for PR gcc/13244:
1431 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
1432 which uses the '>' operator in an extra layer of parens.
1433 * testsuite/demangle-expected: Add test case.
1434
1435 2003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
1436
1437 * floatformat.c: Include "config.h" and <string.h> if available.
1438 (INFINITY, NAN): Define if not defined by <math.h>.
1439 (floatformat_to_double): Handle NaN, infinity, and denormalized
1440 numbers.
1441 (floatformat_from_double): Likewise.
1442 (ieee_test): In debugging code, use little endian rather than big
1443 endian. Correct tests to handle NaN and to check correct sign of
1444 zero. Omit m68k extended test.
1445 (main): Add more debugging cases.
1446
1447 2003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
1448
1449 * cp-demangle.c (d_demangle): Only return success if we consumed
1450 the entire demangled string.
1451 (is_ctor_or_dtor): Likewise.
1452
1453 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
1454 to restore expected result of EDG test case to original expected
1455 result.
1456
1457 2003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
1458
1459 * cp-demangle.c (struct d_print_mod): Add templates field.
1460 (d_make_builtin_type): Check for NULL type.
1461 (d_make_extended_operator): Check for NULL name.
1462 (d_make_ctor, d_make_dtor): Likewise.
1463 (d_mangled_name): Add top_level parameter. Change all callers.
1464 (d_encoding): If DMGL_PARAMS is not set, strip off initial
1465 CV-qualifiers.
1466 (d_type): Check some return values we rely on.
1467 (d_bare_function_type, d_array_type): Likewise.
1468 (d_pointer_to_member_type, d_template_args): Likewise.
1469 (d_add_substitution): Fail if argument is NULL.
1470 (d_print_resize): Check whether buf is NULL.
1471 (d_print_comp): Save current templates list with each modifier.
1472 Don't pass the modifier list down when printing a template.
1473 (d_print_cast): Don't pass the modifier list down when printing a
1474 template.
1475 (d_print_mod_list): Temporarily set templates list while printing
1476 a modifier.
1477 (d_print_mod): Check that buf is not NULL before using it.
1478 (d_print_function_type): Print parens if there is no modifier.
1479 (d_init_info): Permit as many substitutions as there are
1480 characters in the mangled name.
1481 * testsuite/demangle-expected: Add two new test cases.
1482
1483 2003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
1484
1485 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
1486 d_demangle.
1487
1488 2003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
1489
1490 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
1491 callers.
1492 (print_usage): Display new -p option.
1493 (long_options): Add --no-params.
1494 (main): Accept and handle -p.
1495
1496 2003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
1497
1498 * cp-demangle.c (has_return_type): Skip qualifiers when checking
1499 whether we have a template.
1500 * testsuite/demangle-expected: Add four new tests.
1501
1502 2003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
1503
1504 * testsuite/demangle-expected: Minor changes to match output of
1505 new demangler: adjust whitespace in four tests, and change order
1506 of qualifiers in one test.
1507
1508 * cp-demangle.c: Complete rewrite.
1509
1510 2003-11-19 Mark Mitchell <mark@codesourcery.com>
1511
1512 * cp-demangle.c (demangle_type): Correct thinko in substitution
1513 processing.
1514
1515 2003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
1516
1517 * cp-demangle.c (demangle_operator_name): Remove space before
1518 "sizeof".
1519 (demangle_type_ptr): Put qualifiers in the right place. Handle
1520 qualifiers in pointer to member specially.
1521 (demangle_type): Handle qualifiers for pointer or reference
1522 specially. Handle function type.
1523 (demangle_local_name): Save and restore caret around demangling of
1524 initial encoding.
1525
1526 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
1527 cplus_demangle.
1528
1529 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
1530
1531 2003-10-31 Andreas Jaeger <aj@suse.de>
1532
1533 * floatformat.c (floatformat_always_valid): Add unused attribute.
1534
1535 2003-10-30 Josef Zlomek <zlomekj@suse.cz>
1536
1537 Jan Hubicka <jh@suse.cz>
1538 * vasprintf.c (int_vasprintf): Pass va_list by value.
1539 Use va_copy for copying va_list.
1540 (vasprintf): Pass va_list by value.
1541
1542 2003-10-30 Josef Zlomek <zlomekj@suse.cz>
1543
1544 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
1545 instead of increasing n_elements when inserting to deleted slot.
1546
1547 2003-10-20 J. Brobecker <brobecker@gnat.com>
1548
1549 * cplus-dem.c (demangle_template): Register a new Btype only
1550 when needed.
1551 * testsuite/demangle-expected: Add a new test.
1552
1553 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
1554
1555 * testsuite/demangle-expected: Update the expected output of
1556 _GLOBAL__I__Z2fnv.
1557
1558 2003-10-02 Daniel Jacobowitz <drow@mvista.com>
1559
1560 * strerror.c: Revert last change. Declare static sys_nerr
1561 and sys_errlist using different names.
1562
1563 2003-10-01 Daniel Jacobowitz <drow@mvista.com>
1564
1565 * strerror.c: Don't provide or reference sys_errlist if
1566 strerror is available.
1567
1568 2003-10-01 H.J. Lu <hongjiu.lu@intel.com>
1569
1570 * configure.in: Check if $MAKEINFO is missing.
1571 * configure: Regenerated.
1572
1573 2003-09-24 Daniel Jacobowitz <drow@mvista.com>
1574
1575 * configure.in: Use AC_PROG_CPP_WERROR.
1576 * configure: Regenerated.
1577
1578 2003-09-22 Andrew Cagney <cagney@redhat.com>
1579
1580 * floatformat.c (floatformat_i387_ext_is_valid): New function.
1581 (floatformat_always_valid): New function.
1582 (floatformat_i387_ext): Initialize new "is_valid" field to
1583 "floatformat_i387_ext_is_valid".
1584 (floatformat_ieee_single_little): Initialize "is_valid" field to
1585 floatformat_always_valid.
1586 (floatformat_ieee_double_big): Ditto.
1587 (floatformat_ieee_double_little): Ditto.
1588 (floatformat_ieee_double_little): Ditto.
1589 (floatformat_ieee_double_littlebyte_bigword): Ditto.
1590 (floatformat_i960_ext): Ditto.
1591 (floatformat_m88110_ext): Ditto.
1592 (floatformat_m88110_harris_ext): Ditto.
1593 (floatformat_arm_ext_big): Ditto.
1594 (floatformat_arm_ext_littlebyte_bigword): Ditto.
1595 (floatformat_ia64_spill_big): Ditto.
1596 (floatformat_ia64_spill_little): Ditto.
1597 (floatformat_ia64_quad_big): Ditto.
1598 (floatformat_ia64_quad_little): Ditto.
1599 (floatformat_ia64_quad_little): Ditto.
1600 (floatformat_is_valid): Call "is_valid".
1601
1602 2003-09-15 Andrew Cagney <cagney@redhat.com>
1603
1604 * floatformat.c (get_field): Make "data" constant.
1605 (floatformat_is_valid, floatformat_to_double): Make "from"
1606 constant, fix casts.
1607 (floatformat_from_double): Make "from" constant.
1608
1609 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1610
1611 * floatformat.c (floatformat_is_valid): New function.
1612 (get_field, put_field): Correct comments.
1613
1614 2003-09-06 Josef Zlomek <zlomekj@suse.cz>
1615
1616 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
1617 FIBHEAPKEY_T.
1618
1619 2003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1620
1621 PR bootstrap/12100
1622 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
1623 * configure: Rebuilt.
1624
1625 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1626
1627 * aclocal.m4: Include acx.m4 and no-executables.m4.
1628 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
1629 (LIB_AC_PROG_CC): Remove.
1630 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
1631 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
1632 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
1633 performing link tests.
1634 * configure: Regenerated.
1635
1636 2003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1637
1638 * cp-demangle.c: Clarify what package(s) this is part of.
1639
1640 2003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
1641
1642 * pex-win32.c (pexecute): Mark parameters this_pname and
1643 temp_base as unused. Remove unused variables retries,
1644 sleep_interval. Initialize org_stdin, org_stdout.
1645 (pwait): Mark parameter flags as unused.
1646
1647 2003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
1648
1649 * pex-win32.c (fix_argv): Ensure that the executable pathname
1650 uses Win32 backslashes.
1651 (pexecute): Cast away constness when assigning *errmsg_arg.
1652
1653 2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
1654
1655 * testsuite/demangle-expected: Add more GNU V3 testcases.
1656
1657 2003-06-22 Zack Weinberg <zack@codesourcery.com>
1658
1659 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
1660 not HC_ASCII and HC_EBCDIC.
1661 Add documentation in form expected by gather-docs.
1662 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
1663 * Makefile.in, functions.texi: Regenerate.
1664
1665 2003-06-21 Zack Weinberg <zack@codesourcery.com>
1666
1667 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
1668 for charset determination.
1669
1670 2003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
1671
1672 * configure.in: Add check for malloc.h needed by
1673 m68k for function free().
1674 * configure: Regenerated.
1675 * config.in: Add HAVE_MALLOC_H.
1676 * hashtab.c: include malloc.h were available for
1677 free().
1678
1679 2003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
1680
1681 PR bootstrap/10974
1682 * physmem.c: Update comment.
1683 * configure.in: Modify test for _system_configuration for older
1684 AIX systems.
1685
1686 * config.in, configure: Regenerated.
1687
1688 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1689
1690 PR other/10810
1691 * test-demangle.c (getline): Fix fence-post error.
1692
1693 2003-06-03 Nick Clifton <nickc@redhat.com>
1694
1695 * asprintf.c: Change comment to note that -1 is returned upon
1696 error.
1697 * vasprintf.c: Likewise.
1698 (vasprintf): Return -1 upon error.
1699 * functions.texi: Document changes to asprintf and vasprintf.
1700
1701 2003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
1702
1703 * config.table: Accept i[345867]86 variant.
1704
1705 2003-05-15 Jim Blandy <jimb@redhat.com>
1706
1707 * hex.c (_hex_value): Make this unsigned.
1708 (hex_value): Update documentation for new return type. hex_value
1709 now expands to an unsigned int expression, to avoid unexpected
1710 sign extension when we store it in a bfd_vma, which is larger than
1711 int on some platforms.
1712 * functions.texi: Regenerated.
1713
1714 2003-05-07 Josef Zlomek <zlomekj@suse.cz>
1715
1716 * splay-tree.c (splay_tree_predecessor): Fix comment.
1717 (splay_tree_successor): Fix comment.
1718
1719 2003-05-07 Jason Merrill <jason@redhat.com>
1720
1721 * hashtab.c (iterative_hash): New fn.
1722 * configure.in: Add AC_C_BIGENDIAN_CROSS.
1723 * aclocal.m4: Include accross.m4.
1724 * configure, config.in: Regenerate.
1725
1726 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1727
1728 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
1729 * configure: Regenerate.
1730
1731 2003-05-03 Carlo Wood <carlo@alinoe.com>
1732
1733 * cp-demangle.c: Fix typo in "char_traints" string-literal.
1734
1735 2003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1736
1737 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
1738 (main): Test that we don't write too much data.
1739
1740 2003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1741
1742 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
1743 vsnprintf.
1744 * snprintf.c, vsnprintf.c: New files.
1745 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
1746 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
1747 Regenerate dependencies.
1748
1749 * functions.texi, configure, config.in: Regenerated.
1750
1751 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1752
1753 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
1754 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
1755 and stpncpy.
1756 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
1757 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
1758 Regenerate dependencies.
1759
1760 * functions.texi, configure, config.in: Regenerated.
1761
1762 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1763
1764 * argv.c: Fix comments.
1765 * calloc.c: Don't unnecessarily include "libiberty.h".
1766 (bzero): Add prototype.
1767 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
1768 * getcwd.c (getcwd): Use standard definition to avoid conflicts
1769 with system headers.
1770 * hashtab.c (htab_traverse): Delete unused variables.
1771 * rename.c: Include "ansidecl.h".
1772 (rename): Use standard definition to avoid conflicts with system
1773 headers.
1774 * strsignal.c: Rely on ANSI_PROTOTYPES.
1775 * strstr.c: Check GNUC >= 2, not GNUC == 2.
1776 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
1777 * vprintf.c: Include "ansidecl.h" earlier, rely on
1778 ANSI_PROTOTYPES.
1779 * vsprintf.c: Include "ansidecl.h" earlier, rely on
1780 ANSI_PROTOTYPES and possibly include <stdarg.h>.
1781
1782 * Makefile.in: Regenerate dependencies.
1783
1784 2003-04-15 DJ Delorie <dj@redhat.com>
1785
1786 * maint-tool (deps): Scan for headers in $srcdir also.
1787
1788 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1789
1790 PR target/10338
1791 PR bootstrap/10198
1792 PR bootstrap/10140
1793 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
1794 __mempcpy.
1795 * regex.c (regerror): Likewise.
1796
1797 2003-04-14 Roger Sayle <roger@eyesopen.com>
1798
1799 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
1800 * memchr.c: Likewise.
1801 * strcasecmp.c: Likewise.
1802 * strncasecmp.c: Likewise.
1803 * strncmp.c: Likewise.
1804 * xatexit.c: Likewise.
1805 * xmalloc.c: Likewise.
1806
1807 * copysign.c: Use traditional function declaration instead of DEFUN.
1808 * sigsetmask.c: Likewise.
1809
1810 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
1811 * memset.c: Likewise.
1812
1813 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
1814 * memmove.c: Likewise.
1815
1816 2003-04-14 Roger Sayle <roger@eyesopen.com>
1817
1818 * strdup.c (strdup): Tweak implementation to use memcpy.
1819
1820 2003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1821
1822 * configure.in (HAVE_UINTPTR_T): Always define.
1823 * configure: Regenerated.
1824
1825 2003-03-23 Alexandre Oliva <aoliva@redhat.com>
1826
1827 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
1828 instead of $$CC alone.
1829 (install_to_tooldir): Use it.
1830
1831 2003-17-03 Jan Hubicka <jh@suse.cz>
1832
1833 * hashtab.c (htab_traverse_noresize): Break out from ...
1834 * hashtab.c (htab_traverse): ... here.
1835
1836 2003-12-03 Jan Hubicka <jh@suse.cz>
1837
1838 * hashtab.c (htab_expand): Fix warning.
1839
1840 * hashtab.c (htab_expand): Compute the size of hashtable based
1841 on the number of elements actually used.
1842 (htab_traverse): Call htab_expand when table is too empty.
1843
1844 2003-03-11 Carlo Wood <carlo@gnu.org>
1845
1846 * cplus-dem.c (demangle_integral_value): Correction to reflect
1847 patch of 2002-01-10 in order to also make negative multi-digits
1848 without leading underscore work.
1849
1850 2003-03-03 Mark Mitchell <mark@codesourcery.com>
1851
1852 * cplus-dem.c: Add license exception to copyright notice.
1853
1854 2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1855
1856 * physmem.c: Formatting changes from upstream.
1857
1858 2003-02-24 Danny Smith <dannysmith@users.source.forge.net>
1859
1860 * physmem.c (physmem_total): Add _WIN32 support.
1861 (physmem_available): Likewise.
1862
1863 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1864
1865 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
1866 GSI_PHYSMEM.
1867 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
1868
1869 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1870
1871 * configure.in: Check for sys/systemcfg.h and
1872 _system_configuration.
1873 * physmem.c: Add support for AIX. Tweek formatting as per
1874 upstream coreutils beta.
1875
1876 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1877 Richard Earnshaw <rearnsha@arm.com>
1878 Geoffrey Keating <geoffk@apple.com>
1879
1880 * configure.in: Check for sys/sysctl.h and sysctl.
1881 * physmem.c: Add support for *bsd and darwin.
1882 * Makefile.in: Generate depedency for physmem.o.
1883
1884 2003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1885
1886 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
1887 Tru64 UNIX.
1888 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
1889 Tru64 UNIX.
1890
1891 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
1892 machine/hal_sysinfo.h, sys/table.h.
1893 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
1894 * configure, config.in: Regenerate.
1895
1896 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1897
1898 * configure.in: Check for sys/sysmp.h and sysmp.
1899 * physmem.c: Pull upstream copy, add support for irix6.
1900
1901 * config.in, configure: Regenerated.
1902
1903 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1904
1905 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
1906 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
1907 pstat_getdynamic.
1908
1909 2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1910
1911 * Makefile.in (CFILES): Add physmem.c.
1912 (REQUIRED_OFILES): Add physmem.o.
1913 * configure.in: Check for sys/pstat.h.
1914 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
1915 * physmem.c: New file, copied from textutils.
1916
1917 * config.in, configure: Regenerated.
1918
1919 2003-02-20 Daniel Jacobowitz <drow@mvista.com>
1920
1921 * Makefile.in (CFILES): Add lrealpath.c.
1922 (REQUIRED_OFILES): Add lrealpath.o.
1923 (lrealpath.o): Add rule.
1924 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
1925 * configure.in: Add realpath and canonicalize_file_name to
1926 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
1927 for canonicalize_file_name.
1928 * lrealpath.c: New file.
1929 * make-relative-prefix.c: Update documentation.
1930 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
1931 * config.in: Regenerated.
1932 * configure: Regenerated.
1933 * functions.texi: Regenerated.
1934
1935 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
1936
1937 * cplus_dem.c: Fix typo: intializes -> initializes.
1938
1939 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
1940
1941 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1942 config.status.
1943 * configure: Rebuilt.
1944
1945 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
1946
1947 Fix PR c++/7612.
1948 * cplus-dem.c (demangle_signature): Call string_delete.
1949 Remove extra string_init.
1950 (demangle_arm_hp_template): Call string_delete instead of
1951 string_clear. Add missing string_delete call.
1952 (demangle_qualified): Add missing string_delete call.
1953 (do_type): Remove unused variable btype. Add missing string_delete
1954 call. Call string_delete instead of string_clear.
1955 (demangle_fund_type): Move variable btype inside of the switch
1956 statement. Add missing string_delete call.
1957 (do_arg): Call string_delete instead of string_clear. Remove extra
1958 string_init.
1959 (demangle_nested_args): Free work->previous_argument.
1960
1961 2003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1962
1963 * acconfig.h: New file. Add uintptr_t.
1964 * config.in: Regenerated.
1965
1966 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
1967
1968 * libiberty.texi: Update to GFDL 1.2.
1969
1970 2003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1971
1972 * Makefile.in (libiberty_topdir): New subst.
1973 (mkinstalldirs): Redefine in terms of the above.
1974 * configure.in: AC_SUBST it.
1975 * configure: Regenerate.
1976
1977 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1978
1979 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
1980 (info-subdir, install-info-subdir, clean-info-subdir)
1981 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
1982 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
1983 Pass $(FLAGS_TO_PASS).
1984
1985 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
1986
1987 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
1988 /`$$CC -print-multi-os-directory`.
1989
1990 2003-01-26 Daniel Jacobowitz <drow@mvista.com>
1991
1992 * hashtab.c (htab_create_alloc_ex): New function.
1993 (hatab_set_functions_ex): New function.
1994 (htab_delete, htab_expand): Support alternate allocation functions.
1995
1996 2003-01-24 Christopher Faylor <cgf@redhat.com>
1997
1998 * configure.in: Remove special pex-cygwin consideration.
1999 * configure: Regenerate.
2000 * pex-cygwin.c: Remove.
2001 * Makefile.in: Remove pex-cygwin.[co] lines.
2002
2003 2003-01-24 Zack Weinberg <zack@codesourcery.com>
2004
2005 * Makefile.in (CFILES): Add pex-*.c.
2006 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
2007 (CONFIGURED_OFILES): Add pex-*.o.
2008 (TEXIFILES): Add pexecute.txh.
2009 (pexecute.o): Delete rule.
2010 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
2011 pex-unix.o, pex-win32.o): New rules.
2012 * configure.in: Change AC_INIT argument to xmalloc.c.
2013 Compute appropriate pexecute implementation and substitute it
2014 as @pexecute@.
2015
2016 * pexecute.c: Split up into...
2017 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
2018 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
2019 new files.
2020
2021 * functions.texi: Regenerate.
2022 * configure: Regenerate.
2023
2024 2003-01-20 Josef Zlomek <zlomekj@suse.cz>
2025
2026 * hashtab.c (htab_expand): Fix allocation of new entries.
2027
2028 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2029
2030 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
2031
2032 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
2033 mkinstalldirs command.
2034
2035 2002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
2036
2037 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
2038 Define for hosts with HOST_EXECUTABLE_SUFFIX.
2039
2040 2002-11-24 Nick Clifton <nickc@redhat.com>
2041
2042 * make-relative-prefix.c (make_relative_prefix): Ensure return
2043 string is empty before using strcat to construct it.
2044
2045 2002-11-22 Daniel Jacobowitz <drow@mvista.com>
2046
2047 * Makefile.in: Add make-relative-prefix.c.
2048 * make-relative-prefix.c: New file.
2049 * functions.texi: Rebuilt.
2050
2051 2002-11-16 Jakub Jelinek <jakub@redhat.com>
2052
2053 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
2054 used with arguments in traditional C' warnings.
2055
2056 2002-10-16 Jakub Jelinek <jakub@redhat.com>
2057
2058 * config.table: Use mh-s390pic for s390x too.
2059
2060 2002-10-06 Andreas Jaeger <aj@suse.de>
2061
2062 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
2063 variable and of strict-aliasing warning.
2064 (grow_vect): Use char as first parameter.
2065
2066 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2067
2068 * Makefile.in (all): Fix multilib parallel build.
2069
2070 2002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
2071
2072 * cp-demangle.c (demangling_new): Cast 0 to enum.
2073 (demangle_char): Cast return of strdup to char *.
2074 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
2075 (is_gnu_v3_mangled_dtor): Likewise.
2076 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
2077 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
2078 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
2079 * md5.c (md5_process_bytes): Cast results back to const void *.
2080 (md5_process_block): Add cast to const md5_uint32 *.
2081 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
2082 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
2083 unsigned short.
2084 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
2085 to void *.
2086 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
2087
2088 2002-09-19 Nick Clifton <nickc@redhat.com>
2089
2090 * README: Update email addresses for bugs and patches.
2091
2092 2002-09-10 Mike Stump <mrs@apple.com>
2093
2094 * splay-tree.c (splay_tree_successor): Fix comments.
2095
2096 2002-09-11 Zack Weinberg <zack@codesourcery.com>
2097
2098 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
2099 * testsuite/Makefile.in: Adjust for test-demangle.
2100 * testsuite/regress-demangle: Deleted.
2101 * testsuite/test-demangle.c: New file.
2102 * testsuite/demangle-expected: Change \$ to $ throughout, now that
2103 this file is not being read by a shell script.
2104
2105 2002-09-05 Roger Sayle <roger@eyesopen.com>
2106
2107 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
2108
2109 2002-08-07 DJ Delorie <dj@redhat.com>
2110
2111 * regex.c (re_error_msgid): Just use a simple array of strings.
2112 (re_compile_pattern): Compensate.
2113 (re_comp): Likewise.
2114 (re_comp): Likewise.
2115 (regerror): Likewise.
2116
2117 2002-07-29 Neil Booth <neil@daikokuya.co.uk>
2118
2119 * cplus-dem.c (PREPEND_BLANK): Remove.
2120
2121 2002-07-10 Jason Merrill <jason@redhat.com>
2122
2123 * cp-demangle.c (demangle_identifier): Support extended Unicode
2124 characters.
2125
2126 2002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2127
2128 * cp-demangle.c (demangle_v3_with_details): Wrap in
2129 !defined IN_GLIBCPP_V3.
2130
2131 2002-07-01 Mark Mitchell <mark@codesourcery.com>
2132
2133 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
2134 Set it for the "st" operator.
2135 (demangle_expression): Handle expressions with types as arguments.
2136
2137 2002-06-30 Douglas Rupp <rupp@gnat.com>
2138
2139 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
2140 * Makefile.in (OUTPUT_OPTION): Use.
2141
2142 2002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
2143
2144 * Makefile.in (install_to_libdir): Add $(DESTDIR).
2145 (install_to_tooldir): Likewise.
2146
2147 2002-06-17 Douglas Rupp <rupp@gnat.com>
2148
2149 * lbasename.c: Add 2002 to copyright.
2150 (IS_DIR_SEPARATOR): Remove VMS junk.
2151
2152 2002-06-05 Geoffrey Keating <geoffk@redhat.com>
2153
2154 * hashtab.c (htab_create): New stub function for backward
2155 compatibility.
2156 (htab_try_create): Likewise.
2157
2158 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
2159
2160 * hashtab.c (htab_create): Delete.
2161 (htab_try_create): Delete.
2162 (htab_create_alloc): New.
2163 (htab_delete): Support user-specified memory allocation.
2164 (htab_expand): Likewise.
2165
2166 2002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
2167
2168 * configure.in: Fix typo in the code checking for sys_errlist.
2169 * configure: Regenerated.
2170
2171 2002-05-13 Andreas Schwab <schwab@suse.de>
2172
2173 * config.table: Use mh-x86pic also for x86-64.
2174
2175 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
2176
2177 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
2178 script entry, and set LD to it when configuring multilibs.
2179 * configure: Rebuilt.
2180
2181 2002-05-07 Mark Mitchell <mark@codesourcery.com>
2182
2183 * configure.in (AC_TYPE_PID_T): Use it.
2184 * configure: Regenerated.
2185 * getruntime.c: Include <sys/types.h>.
2186 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
2187
2188 2002-04-09 Richard Henderson <rth@redhat.com>
2189
2190 * hashtab.c (higher_prime_number): Use 7 as minimum.
2191 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
2192 (htab_find_slot_with_hash): Likewise.
2193
2194 2002-04-01 Phil Edwards <pme@gcc.gnu.org>
2195
2196 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
2197 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
2198 not compile if IN_GLIBCPP_V3 defined.
2199 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
2200
2201 2002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2202
2203 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
2204 if it is NULL.
2205
2206 2002-03-27 DJ Delorie <dj@redhat.com>
2207
2208 * hex.c: Add documentation.
2209 (_hex_value): Provide non-ASCII empty table.
2210 (hex_init): Initialize the non-ASCII table.
2211 * functions.texi: Regenerate.
2212
2213 2002-03-27 Mark Mitchell <mark@codesourcery.com>
2214
2215 * dyn-string.c: Add libgcc exception to copyright notice.
2216
2217 2002-03-26 H.J. Lu (hjl@gnu.org)
2218
2219 * config.table: Support --with-build-subdir.
2220 * configure.in: Likewise.
2221 * configure: Rebuild.
2222
2223 2002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
2224
2225 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
2226 seen.
2227
2228 2002-03-12 Mark Mitchell <mark@codesourcery.com>
2229
2230 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
2231 notice.
2232
2233 2002-03-11 Douglas B Rupp <rupp@gnat.com>
2234
2235 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
2236
2237 2002-03-06 Jim Blandy <jimb@redhat.com>
2238
2239 * splay-tree.c (splay_tree_xmalloc_allocate,
2240 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
2241 prototyped definitions. Mark `data' arguments as unused.
2242
2243 2002-03-06 Andrew Cagney <ac131313@redhat.com>
2244
2245 * floatformat.c (floatformat_arm_ext_big): Delete definition.
2246
2247 2002-03-04 Phil Edwards <pme@gcc.gnu.org>
2248
2249 * configure.in: Add --enable-install-libiberty option.
2250 * Makefile.in (INSTALLED_HEADERS): New variable.
2251 (install_to_libdir): Possibly also copy headers.
2252 * configure: Regenerated.
2253
2254 2002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
2255
2256 * xmalloc.c (xmalloc_fail): Clarify error message further.
2257
2258 2002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
2259
2260 * xmalloc.c (xmalloc_fail): Clarify error message.
2261
2262 2002-02-22 Jim Blandy <jimb@redhat.com>
2263
2264 * splay-tree.c (splay_tree_xmalloc_allocate,
2265 splay_tree_xmalloc_deallocate): New functions.
2266 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
2267 above functions and a dummy data pointer.
2268 (splay_tree_new_with_allocator): New function.
2269 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
2270 splay_tree_remove): Use the splay tree's allocation and
2271 deallocation functions.
2272
2273 2002-02-19 Scott Snyder <snyder@fnal.gov>
2274
2275 * testsuite/demangle-expected: Add test case for infinite loop in
2276 demangler.
2277 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
2278 if do_type() doesn't make any progress --- prevents an infinite
2279 loop.
2280
2281 2002-02-18 Carlo Wood <carlo@gnu.org>
2282
2283 PR c++/5390
2284 * cplus-dem.c (demangle_integral_value): Accept multi-digit
2285 numbers that do not start with an underscore; This is needed
2286 for integer template parameters. This doesn't break anything
2287 because multi-digit numbers are never followed by a digit.
2288 * testsuite/demangle-expected: Corrected all mangled test
2289 cases with multi-digit template parameters: g++ 2.95.x does
2290 not generate underscores around these parameters.
2291
2292 2002-02-05 Jason Merrill <jason@redhat.com>
2293
2294 * cplus-dem.c (flags): Add DMGL_VERBOSE
2295 (cplus_demangle_v3_p): Remove.
2296 (demangle_it): Add DMGL_TYPES to passed flags.
2297 * cp-demangle.c (cplus_demangle_v3_all): Remove.
2298 (cplus_demangle_v3_type): Remove.
2299 (cplus_demangle_v3): Add options parm.
2300
2301 2002-02-02 H.J. Lu (hjl@gnu.org)
2302
2303 * cp-demangle.c (cp_demangle_type): Do not protect with
2304 IN_LIBGCC2.
2305 (cplus_demangle_v3_all): New.
2306 (cplus_demangle_v3): Call cplus_demangle_v3_all.
2307 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
2308
2309 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
2310 Initialized to cplus_demangle_v3.
2311 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
2312 of cplus_demangle_v3.
2313 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
2314 command line symbol.
2315
2316 * testsuite/regress-demangle: Pass the mangled name at the
2317 command line.
2318
2319 2002-02-01 H.J. Lu <hjl@gnu.org>
2320
2321 * cp-demangle.c (cp_demangle_type): Call demangling_new with
2322 DMGL_GNU_V3.
2323
2324 2002-01-31 Phil Edwards <pme@gcc.gnu.org>
2325
2326 * cp-demangle.c: Revert yesterday's change.
2327
2328 2002-01-31 Adam Megacz <adam@xwt.org>
2329
2330 * gcc/libiberty/configure.in: Treat mingw the same as cywin
2331 wrt HAVE_SYS_ERRLIST.
2332
2333 2002-01-30 Phil Edwards <pme@gcc.gnu.org>
2334
2335 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
2336 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
2337 cp_demangle_type.
2338 * testsuite/demangle-expected: New gnu-v3 test.
2339
2340 2002-01-22 Momchil Velikov <velco@fadata.bg>
2341
2342 * configure.in (variable detection): Use arrays of unspecified
2343 size instead of plain integers.
2344
2345 2002-01-18 DJ Delorie <dj@redhat.com>
2346
2347 * Makefile.in (TESTLIB): New. This library is for future
2348 testsuites.
2349 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
2350 break down by letter.
2351 (REQUIRED_OFILES): List long-to-compile files first.
2352 (maint-deps): New, target for updating dependencies.
2353 (dependencies): Update.
2354 * maint-tool: Add dependency-generating option.
2355 * configure.in: Check for _doprnt even if we're not providing it.
2356 * configure: Regenerate.
2357
2358 * _doprnt.c: Modifications to allow compiling on any platform.
2359 * copysign.c: Likewise.
2360 * putenv.c: Likewise.
2361 * setenv.c: Likewise.
2362 * vsprintf.c: Likewise.
2363
2364 2002-01-15 Douglas B Rupp <rupp@gnat.com>
2365
2366 * mkstemps.c (mkstemps): On VMS, open temp file with option
2367 that causes it to be deleted when closed.
2368
2369 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2370
2371 * cp-demangle.c (long_options): Const-ify.
2372 * cplus-dem.c (long_options): Likewise.
2373
2374 * cplus-dem.c (mystrstr): Delete. All callers changed to use
2375 strstr instead.
2376
2377 2001-12-31 Ira Ruben <ira@apple.com>
2378
2379 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
2380 * configure: Regenerated.
2381
2382 2001-12-24 Douglas B. Rupp <rupp@gnat.com>
2383
2384 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
2385 * configure: Regenerated.
2386
2387 2001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
2388
2389 PR other/2719
2390 * cplus-dem.c (consume_count): Treat negative count as an error.
2391 * testsuite/demangle-expected: Added testcase.
2392
2393 Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
2394
2395 * configure.in: Hardcode that vfork works on VMS host.
2396 * configure: Regenerated.
2397
2398 2001-12-06 Richard Henderson <rth@redhat.com>
2399
2400 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
2401 (cplus_demangle): Support no_demangling.
2402
2403 2001-11-27 Zack Weinberg <zack@codesourcery.com>
2404
2405 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
2406 in libiberty context. Fix typo in leading comment.
2407 * configure.in: Fix various AC_DEFINEs so autoheader works.
2408 If any of vprintf, vsprintf, vfprintf is missing from libc,
2409 then AC_REPLACE_FUNCS(_doprnt).
2410
2411 2001-11-26 DJ Delorie <dj@redhat.com>
2412 Daniel Jacobowitz <drow@mvista.com>
2413
2414 * Makefile.in (stamp-h): Depend on Makefile for proper
2415 serialization.
2416 (*-subdir): Depend on config.h for proper serialization.
2417
2418 2001-11-26 DJ Delorie <dj@redhat.com>
2419
2420 * configure.in: Check for alloca.h (for regex.c and putenv.c).
2421 * configure: Regenerate.
2422 * config.h: Add HAVE_ALLOCA_H.
2423
2424 2001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2425
2426 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
2427 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
2428 is available.
2429
2430 Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
2431
2432 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
2433 * configure.in (HAVE_UINTPTR_T): Test for system defining
2434 uintptr_t and define HAVE_UINTPTR_T appropriately.
2435 * regex.c (uintptr_t): Do not provide a definition if the
2436 system provided one.
2437
2438 * regex.c (PREFIX): Provide an alternate definition for
2439 non-ANSI/ISO compilers.
2440 (ARG_PREFIX): Likewise.
2441
2442 2001-11-12 Jim Meyering <meyering@lucent.com>
2443
2444 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
2445 this code would end up calling gettext even in packages built
2446 with --disable-nls.
2447 * getopt.c (_): Likewise.
2448 * regex.c (_): Likewise.
2449
2450 2001-11-03 Alan Modra <amodra@bigpond.net.au>
2451
2452 * configure.in: Cope with missing makeinfo.
2453 * configure: Regenerate.
2454
2455 2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2456
2457 * hex.c (hex_init): Provide empty stub.
2458
2459 * hex.c (hex_init): Delete.
2460 (_hex_value): Const-ify and initialize at compile-time.
2461
2462 2001-10-19 H.J. Lu <hjl@gnu.org>
2463
2464 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
2465 necessary.
2466
2467 2001-10-17 DJ Delorie <dj@redhat.com>
2468
2469 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
2470 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
2471 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
2472 Improve manual formatting.
2473 * functions.texi: Regenerate.
2474
2475 2001-10-15 DJ Delorie <dj@redhat.com>
2476
2477 * Makefile.in (TEXIFILES): Add fnmatch.txh.
2478 (maint-undoc): New.
2479 maint-tool: Add "undoc" tool.
2480 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
2481 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
2482 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
2483 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
2484 documentation.
2485 * fnmatch.txh: New.
2486 * functions.texi: Regenerate.
2487
2488 2001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
2489
2490 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
2491 * strtod.c: Use "ISO C" instead of "ANSI C".
2492 * functions.texi: Regenerate.
2493
2494 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
2495
2496 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
2497 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
2498 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
2499 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
2500 spelling. Give names to function arguments in documentation. Use
2501 (void) prototypes in documentation.
2502 * functions.texi: Regenerate.
2503
2504 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2505
2506 * argv.c (buildargv, tests, main): Const-ify.
2507 * cp-demangle.c (operator_code): Likewise.
2508 * cplus-dem.c (optable, libiberty_demanglers,
2509 cplus_demangle_set_style, cplus_demangle_name_to_style,
2510 print_demangler_list): Likewise.
2511 * hashtab.c (higher_prime_number): Likewise.
2512 * strcasecmp.c (charmap): Likewise.
2513 * strerror.c (error_info, strerror, main): Likewise.
2514 * strncasecmp.c (charmap): Likewise.
2515 * strsignal.c (signal_info): Likewise.
2516
2517 2001-09-29 DJ Delorie <dj@redhat.com>
2518
2519 * configure: Regenerate.
2520
2521 2001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2522
2523 * concat.c: Include stdlib.h.
2524
2525 2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
2526
2527 * libiberty.texi: (Top level): Add syncodeindex pg. Add
2528 @dircategory and @direntry directives. Add @finalout.
2529 (many nodes): Lose the next,prev,up pointers on the @nide line.
2530 (Using, Supplemental Functions, Replacement Functions): Fix
2531 markup.
2532 (Functions): Move around, to allow makeinfo to build the manual
2533 without next,prev,up pointers in thye node lines.
2534 (Licenses): Fix typos.
2535
2536 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
2537 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
2538 * functions.texi: Regenerate.
2539
2540 * copying-lib.texi: Lose the next,prev,up pointers on the @node
2541 line.
2542
2543 2001-09-27 DJ Delorie <dj@redhat.com>
2544
2545 * configure.in: Don't use in-tree texinfo, because libiberty must
2546 be built before it. Check for makeinfo version 4 or higher.
2547 * functions.texi: Regenerate.
2548
2549 2001-09-20 DJ Delorie <dj@redhat.com>
2550 Phil Edwards <pedwards@disaster.jaj.com>
2551
2552 * configure.in (MAKEINFO, PERL): Detect these.
2553 (--enable-maintainer-mode): Add.
2554 * configure: Regenerate.
2555 * Makefile.in (MAKEINFO, PERL): Define.
2556 (libiberty.info, libiberty.dvi, libiberty.html): New.
2557 (CFILES): Add bsearch.c.
2558 (CONFIGURED_OFILES): New, list of objects configure might add.
2559 (maint-missing, maint-buildall): New, for maintainers only.
2560 (clean, mostlyclean): Add info/dvi/html files.
2561 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
2562 * gather-docs: New, for maintainers.
2563 * maint-tool: New, for maintainers.
2564 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
2565 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
2566 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
2567 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
2568 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
2569 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
2570 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
2571 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
2572 documentation.
2573
2574 2001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2575
2576 * concat.c (reconcat): Fix for traditional C.
2577
2578 2001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2579
2580 * concat.c (reconcat): New function.
2581
2582 2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2583
2584 * concat.c (vconcat_length, vconcat_copy, concat_length,
2585 concat_copy, concat_copy2): New functions.
2586 (concat): Use vconcat_length/vconcat_copy.
2587
2588 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
2589 Define.
2590
2591 2001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2592
2593 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
2594 VA_FIXEDARG & VA_CLOSE.
2595
2596 * vasprintf.c: Check HAVE_STRING_H when including string.h.
2597 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
2598 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
2599
2600 2001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2601
2602 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
2603
2604 2001-08-23 Ulrich Drepper <drepper@redhat.com>
2605
2606 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
2607
2608 2001-08-23 Ulrich Drepper <drepper@redhat.com>
2609
2610 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
2611 instead of mbrtowc.
2612 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
2613 wcslen, and __wcscoll instead of wcscoll.
2614
2615 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
2616
2617 * fibheap.c (fibheap_init, fibnode_init): Remove.
2618 (fibheap_new, fibnode_new): Use xcalloc to allocate and
2619 initialize memory.
2620 (fibheap_insert): Remove check for node allocation failure.
2621
2622 2001-08-21 Richard Henderson <rth@redhat.com>
2623
2624 * Makefile.in (fibheap.o): Depend on config.h.
2625 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
2626 functions for inlining.
2627
2628 Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
2629
2630 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
2631 hosting on cygwin.
2632 * configure: Regenerate.
2633
2634 2001-08-20 Andrew Cagney <ac131313@redhat.com>
2635
2636 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
2637 HARRIS_FLOAT_FORMAT.
2638 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
2639 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
2640 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
2641 (floatformat_m88110_harris_ext): New float formats.
2642
2643 2001-08-20 Daniel Berlin <dan@cgsoftware.com>
2644
2645 * fibheap.c: New file. Fibonacci heap.
2646
2647 * Makefile.in (CFILES): Add fibheap.c.
2648 (REQUIRED_OFILES): Add fibheap.o.
2649 (fibheap.o): Add dependencies for fibheap.o.
2650
2651 2001-08-17 Christopher Faylor <cgf@cygnus.com>
2652
2653 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
2654 * configure: Regenerate.
2655
2656 2001-08-16 Richard Henderson <rth@redhat.com>
2657
2658 * hashtab.c (htab_hash_string): New.
2659
2660 2001-08-13 Andrew Cagney <ac131313@redhat.com>
2661
2662 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
2663 name.
2664
2665 2001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
2666
2667 * regex.c (wcs_regex_compile): Use appropriate string
2668 to compare with collating element.
2669 Fix the padding for the alignment.
2670
2671 2001-08-10 Andrew Cagney <ac131313@redhat.com>
2672
2673 * lbasename.c (lbasename): Change function definition to return a
2674 const char pointer.
2675
2676 2001-08-07 Jason Merrill <jason_merrill@redhat.com>
2677
2678 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
2679 for".
2680
2681 2001-08-03 Richard Henderson <rth@redhat.com>
2682
2683 * Makefile.in (concat.o): Depend on config.h.
2684
2685 2001-07-30 Andreas Jaeger <aj@suse.de>
2686
2687 * concat.c: Include "config.h".
2688
2689 2001-07-30 Andreas Jaeger <aj@suse.de>
2690
2691 * regex.c: Declare wcs functions only if compiling with
2692 MBS_SUPPORT.
2693 Don't use #elif for traditional C.
2694
2695 2001-07-23 Ulrich Drepper <drepper@redhat.com>
2696
2697 * regex.c: Revamp memory allocation for WCHAR functions to
2698 not use too much stack.
2699
2700 2001-07-30 Andreas Jaeger <aj@suse.de>
2701
2702 * regex.c: Declare wcs functions only if compiling with
2703 MBS_SUPPORT.
2704 Don't use #elif for traditional C.
2705
2706 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
2707
2708 * Makefile.in (regex.o): Add dependency on config.h.
2709
2710 2001-07-18 Andreas Schwab <schwab@suse.de>
2711
2712 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
2713 underscore character.
2714
2715 2001-07-18 Ulrich Drepper <drepper@redhat.com>
2716
2717 * regex.c: Limit string length printed in debug messages to 100
2718 chars.
2719
2720 2001-07-18 Andreas Jaeger <aj@suse.de>
2721
2722 * regex.c: Place under LGPL version 2.1.
2723
2724 2001-07-10 Jeff Johnston <jjohnstn@redhat.com>
2725
2726 * Makefile.in: Add support for regex code.
2727 * regex.c: New file.
2728
2729 2001-07-05 Mark Klein <mklein@dis.com>
2730
2731 * Makefile.in: Add ffs.c dependency.
2732 * configure.in: Add ffs.c.
2733 * ffs.c: New file.
2734
2735 2001-06-18 Richard Henderson <rth@redhat.com>
2736
2737 * concat.c: Include <sys/types.h>.
2738
2739 2001-06-11 Loren J. Rittle <ljrittle@acm.org>
2740
2741 bootstrap/3106
2742 * strerror.c (sys_nerr): Hide the OS header version.
2743 * strsignal.c (sys_nsig): Likewise.
2744
2745 2001-06-10 Richard Henderson <rth@redhat.com>
2746
2747 * concat.c: Include string.h. Fix int vs size_t usage.
2748 Simplify the iteration loops. Use memcpy.
2749
2750 2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
2751
2752 * partition.c: Fix misspelling of `implementation'.
2753
2754 2001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2755
2756 * md5.c (md5_init_ctx): Declare constants as unsigned.
2757 (md5_process_block): Likewise.
2758
2759 2001-05-07 Zack Weinberg <zackw@stanford.edu>
2760
2761 * cp-demangle.c (demangle_v3_with_details,
2762 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
2763 function definition.
2764 * ternary.c: Use K+R style function definitions. Use PTR, not
2765 void *. Make arguments constant where possible.
2766
2767 2001-05-07 Mark Mitchell <mark@codesourcery.com>
2768
2769 * splay-tree.h (splay_tree_max): New function.
2770 (splay_tree_min): Likewise.
2771
2772 2001-04-15 Daniel Berlin <dan@cgsoftware.com>
2773
2774 * ternary.c: New file - Ternary search tree implementation.
2775
2776 * Makefile.in: Add ternary.o, and ternary.c dependencies.
2777
2778 2001-04-03 Zack Weinberg <zackw@stanford.edu>
2779
2780 * make-temp-file.c (try): Inline.
2781
2782 2001-02-28 Richard Henderson <rth@redhat.com>
2783
2784 * Makefile.in (make-temp-file.o): Depend on config.h.
2785
2786 2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2787
2788 * memchr.c (memchr): Adjust condition to avoid infinite loop.
2789
2790 2001-03-23 Jakub Jelinek <jakub@redhat.com>
2791
2792 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
2793 `_' not followed by a digit is invalid.
2794
2795 2001-03-22 Jim Blandy <jimb@redhat.com>
2796
2797 * cp-demangle.c (string_list_delete): Use dyn_string_delete
2798 instead of free, to free the contents as well as the string
2799 structure.
2800
2801 2001-03-21 Zack Weinberg <zackw@stanford.edu>
2802
2803 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
2804 Don't default P_tmpdir to anything. Try /var/tmp before
2805 /usr/tmp.
2806
2807 2001-03-20 Zack Weinberg <zackw@stanford.edu>
2808
2809 * choose-temp.c: Split off make_temp_file, and the code
2810 duplicated between it and choose_temp_base, into...
2811 * make-temp-file.c: ... here; new file.
2812
2813 * Makefile.in (CFILES): Add make-temp-file.c.
2814 (REQUIRED_OFILES): Add make-temp-file.o.
2815
2816 2001-03-20 Jim Blandy <jimb@redhat.com>
2817
2818 * cp-demangle.c (struct demangling_def): New fields:
2819 is_constructor and is_destructor.
2820 (demangling_new): Initialize them.
2821 (demangle_ctor_dtor_name): Set them, if we detect a constructor
2822 or destructor.
2823 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
2824 is_gnu_v3_mangled_dtor): New functions.
2825
2826 2001-03-20 Jason Merrill <jason@redhat.com>
2827
2828 * cplus-dem.c (main): Skip initial $.
2829
2830 2001-03-15 Michael Meissner <meissner@redhat.com>
2831
2832 * hashtab.c (higher_prime_number): Silence warning that 4294967291
2833 might be a signed integer under pre-ISO C systems.
2834
2835 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
2836 John David Anglin <dave@hiauly1.hia.nrc.ca>
2837
2838 * libiberty/lbasename.c: New file.
2839 * libiberty/Makefile.in: Update for lbasename.
2840
2841 2001-03-06 Zack Weinberg <zackw@stanford.edu>
2842
2843 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
2844 * configure.in: Replace all alloca logic with a simple use of
2845 the above new macro.
2846 * config.table: Kill *-*-beos* entry.
2847 * config/mh-beos: Delete.
2848 * configure, config.in: Regenerate.
2849
2850 * Makefile.in (ALLOCA, HFILES): Kill.
2851 (REQUIRED_OFILES): Add alloca.o.
2852 (alloca.o): Depend on libiberty.h.
2853 (argv.o): Don't depend on alloca-conf.h.
2854 * alloca-conf.h: Delete.
2855 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
2856 blocks. Provide the C alloca unconditionally. Use PTR where
2857 appropriate. Make i00afunc static.
2858 * argv.c: Don't include alloca-conf.h.
2859
2860 2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
2861
2862 * cplus-dem.c (main): Cast enum style to int.
2863
2864 2001-02-16 Loren J. Rittle <ljrittle@acm.org>
2865
2866 * cplus-dem.c (main): Initialize style.
2867
2868 2001-02-02 Phil Edwards <pme@sources.redhat.com>
2869
2870 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
2871
2872 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
2873
2874 Add support for Java demangling under the v3 ABI:
2875 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
2876 (struct demangling_def): Add `style' field.
2877 (demangling_new): New parameter `style'. Set it in demangling_t.
2878 (demangle_prefix): Use NAMESPACE_SEPARATOR.
2879 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
2880 (cp_demangle): New parameter `style'. Pass it to demangling_new().
2881 (main): Call cp_demangle with extra parameter.
2882 (java_demangle_v3): New function.
2883 (java_builtin_type_names): New. Table of primitive type names used
2884 for Java demangling.
2885 (demangle_builtin_type): Look up in java_builtin_type_names if doing
2886 Java output.
2887 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
2888 demangling.
2889 (long_options): Remove obsolete `java' option.
2890 (main): Remove explicit handling of `java' option. Instead, pass style
2891 parameter in cplus_demangle flags as gdb does.
2892 * testsuite/demangle.expected: Add some Java test cases.
2893
2894 2000-12-29 DJ Delorie <dj@redhat.com>
2895
2896 * fnmatch.c: Make the note about the origins of this file more
2897 accurate, at least until we can sync with glibc.
2898 * getopt.c: Ditto.
2899 * getopt1.c: Ditto.
2900 * md5.c: Ditto.
2901 * obstack.c: Ditto.
2902
2903 2000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2904
2905 * bsearch.c: New file.
2906 * configure.in (funcs): Add bsearch.
2907 (AC_CHECK_FUNCS): Likewise.
2908 * configure, config.in: Regenerate.
2909
2910 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2911
2912 * safe-ctype.c: #include "ansidecl.h".
2913 * strtod.c: Likewise.
2914
2915 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2916
2917 * strtoul.c: Include safe-ctype.h, not ctype.h.
2918
2919 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2920
2921 * safe-ctype.c: New file.
2922 * Makefile.in (CFILES): Add safe-ctype.c.
2923 (REQUIRED_OFILES): Add safe-ctype.o.
2924
2925 * argv.c: Define ISBLANK and use it, not isspace.
2926 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
2927 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
2928 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
2929 before calling TOLOWER(c)/TOUPPER(c).
2930
2931 2000-12-07 Mike Stump <mrs@wrs.com>
2932
2933 * Makefile.in (distclean): When cleaning, remove testsuite.
2934
2935 2000-12-05 Jason Merrill <jason@redhat.com>
2936
2937 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
2938 name before allocating the dyn_string.
2939
2940 2000-12-04 Jason Merrill <jason@redhat.com>
2941
2942 * cp-demangle.c: s/new_abi/v3/.
2943 * cplus-dem.c: Likewise.
2944 (current_demangling_style): Now auto_demangling.
2945 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
2946 (main): Use standard symbol chars for auto_demangling.
2947
2948 2000-11-26 Mark Mitchell <mark@codesourcery.com>
2949
2950 * hashtab.c (higher_prime_number): Use a table, rather than a
2951 seive, to find the next prime.
2952
2953 2000-11-22 H.J. Lu <hjl@gnu.org>
2954
2955 * cplus-dem.c (main): Handle gnat_demangling.
2956
2957 2000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
2958
2959 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
2960 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
2961 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
2962 argument form of AC_DEFINE in dummy definitions block. Use
2963 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
2964 in dummy block. Preload cache variables instead of bypassing
2965 tests, where possible.
2966 * acconfig.h: Removed.
2967
2968 * xmalloc.c (xmalloc_failed): New function, does error
2969 reporting on failed allocation.
2970 (xmalloc, xcalloc, xrealloc): Use it.
2971
2972 2000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
2973
2974 * cplus-dem.c (cplus_demangle): Fix formatting.
2975 (grow_vect): Ditto.
2976 (ada_demangle): Ditto.
2977 (internal_cplus_demangle): Ditto.
2978 (mop_up): Ditto.
2979
2980 2000-11-21 H.J. Lu <hjl@gnu.org>
2981
2982 * cplus-dem.c (main): Handle java_demangling.
2983
2984 2000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2985
2986 * cplus-dem.c (grow_vect): Prototype.
2987 (ada_demangle): Cast the arg of ctype macros to unsigned char.
2988
2989 2000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
2990
2991 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
2992 parameter `option'.
2993
2994 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
2995
2996 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
2997 be used in GCC.
2998
2999 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
3000
3001 * cplus-dem.c: Add gnat demangler. Add java to demangle style
3002 list.
3003
3004 2000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
3005
3006 * hashtab.c (htab_expand): Change to return int. Use calloc or
3007 xcalloc depending on htab->return_allocation_failure. Return zero
3008 if calloc fails.
3009 (htab_create): Update comment to cover memory allocation.
3010 (htab_try_create): New.
3011 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
3012 Update comment to cover this.
3013
3014 2000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3015
3016 * hashtab.c: Change void * to PTR where necessary.
3017 (htab_create, htab_expand): Correct formatting of comment before
3018 function.
3019
3020 2000-10-22 Alex Samuel <samuel@codesourcery.com>
3021
3022 * cp-demangle.c (string_list_def): Add caret_position and comments.
3023 (result_caret_pos): New macro.
3024 (result_append_string): Rename to...
3025 (result_add_string): ... this, and insert at caret position.
3026 Rename throughout.
3027 (result_append): Rename to...
3028 (result_add): ... this, and insert at caret position. Rename
3029 throughout.
3030 (result_append_char): Rename to...
3031 (result_add_char): ... this, and insert at caret position. Rename
3032 throughout.
3033 (result_append_space): Remove.
3034 (string_list_new): Initialize caret position.
3035 (result_add_separated_char): Use caret position.
3036 (result_get_caret): New funtion.
3037 (result_set_caret): Likewise.
3038 (result_shift_caret): Likewise.
3039 (result_previous_char_is_space): Likewise.
3040 (substitution_start): Use caret position.
3041 (substitution_add): Likewise.
3042 (demangling_new): Initialize caret position.
3043 (demangle_encoding): Use caret position.
3044 (demanglin_nested_name): Put CV qualifiers after name.
3045 (demangle_type_ptr): Use switch statement. Handle pointers to
3046 arrays. Don't use result_append_space. Use caret position.
3047 (demangle_type): Emit CV qualifiers after underlying type. Adjust
3048 call to demangle_array_type.
3049 (demangle_array_type): Add parameter to handle pointers to arrays.
3050
3051 2000-10-01 Mark Mitchell <mark@codesourcery.com>
3052
3053 * splay-tree.c (splay_tree_insert): Fix formatting.
3054
3055 2000-09-16 Mark Mitchell <mark@codesourcery.com>
3056
3057 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
3058
3059 2000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3060
3061 * splay-tree.c: #include <stdio.h>.
3062
3063 2000-09-14 Hans-Peter Nilsson <hp@axis.com>
3064
3065 * testsuite/demangle-expected: Add two tests for anonymous
3066 namespaces.
3067 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
3068
3069 2000-09-10 Mark Mitchell <mark@codesourcery.com>
3070
3071 * splay-tree.c (splay_tree_predecessor): New function.
3072 (splay_tree_successor): Likewise.
3073
3074 2000-09-10 Hans-Peter Nilsson <hp@axis.com>
3075
3076 * testsuite/demangle-expected: Add four tests for type_info
3077 mangling.
3078 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
3079 for a non-template non-qualified type_info function or node.
3080
3081 2000-09-08 Alex Samuel <samuel@codesourcery.com>
3082
3083 * cp-demangle.c: Fix copyright banner.
3084
3085 2000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3086
3087 * md5.c: #include "ansidecl.h".
3088
3089 2000-09-06 Alex Samuel <samuel@codesourcery.com>
3090
3091 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
3092 (demangle_type): Handle substitution candidates correctly in the
3093 face of special substitutions.
3094
3095 2000-09-05 Alex Samuel <samuel@codesourcery.com>
3096
3097 * cp-demangle.c (demangle_encoding): Rename variable.
3098 (demangle_name): Rename parameter. Handle return type
3099 suppression.
3100 (demangle_nested_name): Rename parameter.
3101 (demangle_prefix): Likewise. Change return type suppression.
3102 (demangle_unqualified_name): Add parameter. Flag constructors and
3103 conversion operators.
3104 (demangle_special_name): Fix comment.
3105 (demangle_type): Rename variable.
3106 (demangle_bare_function_type): Check for missing return type and
3107 parameter.
3108 (demangle_class_enum_type): Rename parameter.
3109 (demangle_discriminator): Fix misspelling in comment.
3110
3111 2000-08-31 DJ Delorie <dj@redhat.com>
3112
3113 * configure.in (Cygwin): special case cygwin only when we're
3114 building cygwin, not when we're hosting cygwin.
3115
3116 2000-09-04 Alex Samuel <samuel@codesourcery.com>
3117
3118 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
3119 <expression>.
3120
3121 2000-09-04 Alex Samuel <samuel@codesourcery.com>
3122
3123 * cp-demangle.c (demangle_type_ptr): Increment position past
3124 pointer and reference characters.
3125
3126 2000-09-04 Alex Samuel <samuel@codesourcery.com>
3127
3128 * cp-demangle.c (demangle_nv_offset): New function.
3129 (demangle_v_offset): Likewise.
3130 (demangle_call_offset): Likewise.
3131 (demangle_special_name): Update thunk demangling to comply with
3132 ABI changes.
3133
3134 2000-09-03 Alex Samuel <samuel@codesourcery.com>
3135
3136 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
3137 (substitution_def): Remove template_parm_number.
3138 (NOT_TEMPLATE_PARM): Remove.
3139 (result_insert_string): New macro.
3140 (result_insert): Likewise.
3141 (result_insert_char): Likewise.
3142 (substitution_add): Remove last parameter. Don't store template
3143 parm number.
3144 (BFT_NO_RETURN_TYPE): Define as NULL.
3145 (demangle_encoding): Adjust call to demangle_bare_function_type.
3146 (demangle_name): Adjust substitution. Adjust call to
3147 substitution_add.
3148 (demangle_prefix): Adjust call to substitution_add.
3149 (demangle_identifier): Handle anonymous namespaces.
3150 (demangle_operator_name): Change demangling of vendor-extended
3151 operator to match ABI changes.
3152 (demangle_type_ptr): Change parameters. Make recursive. Handle
3153 substitutions here.
3154 (demangle_type): Adjust calls to demangle_template_param,
3155 substitution_add, and demangle_type_ptr. Fix substitution of
3156 templated types.
3157 (demangle_function_type): Change parameter to a pointer.
3158 (demangle_bare_function_type): Likewise. Adjust insertion point.
3159 (demangle_template_param): Remove last parameter.
3160 (demangle_expr_primary): Remove unused variable. Adjust call to
3161 demangle_template_param.
3162 (is_mangled_char): Accept `$' and `.'.
3163 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
3164 * dyn-string.c (dyn_string_insert_char): New function.
3165
3166 2000-08-31 Hans-Peter Nilsson <hp@axis.com>
3167
3168 * testsuite/demangle-expected: Add nine tests for
3169 underscore-after-number followed by five tests for name-signature
3170 delimiter.
3171
3172 2000-08-28 Richard Henderson <rth@cygnus.com>
3173
3174 * Makefile.in (md5.o): Depend on config.h.
3175
3176 2000-08-28 Jason Merrill <jason@redhat.com>
3177
3178 * Makefile.in (REQUIRED_OFILES): Add md5.o.
3179 (CFILES): Add md5.c.
3180 * md5.c: New file.
3181
3182 2000-08-27 Alex Samuel <samuel@codesourcery.com>
3183
3184 * cp-demangle.c (demangle_name): Initialize template_p in local
3185 name case. Don't re-add substitutions as candidates.
3186 (demangle_nested_name): Use <unqualified-name>.
3187 (demangle_prefix): Likewise. Don't add template names as
3188 substitution candidates twice, or re-add a substitution or the
3189 last prefix component.
3190 (demangle_local_name): Adjust output format.
3191
3192 2000-08-25 Alex Samuel <samuel@codesourcery.com>
3193
3194 * cp-demangle.c (result_add_separated_char): Change parameter to
3195 int.
3196 (substitution_add): Don't check for duplicates. Check if
3197 previously allocated size is zero.
3198 (demangle_name): Remove duplicate check for std substitution.
3199 Clear template flag appropriately.
3200 (demangle_prefix): Remove argument to demangle_substitution.
3201 Don't check that template flag is already set.
3202 (demangle_operator_name): Add pt operator.
3203 (demangle_type): Don't treat r as built-in type. Remove argument
3204 to demangle_substitution. Fix substitution candidate mechanics.
3205 Handle <template-template-parm>s. Improve comments.
3206 (demangle_template_param): Don't handle template arg lists here.
3207 (demangle_substitution): Remove parameter.
3208 (print_usage): Remove extra fprintf option.
3209
3210 2000-08-24 Greg McGary <greg@mcgary.org>
3211
3212 * libiberty/random.c (end_ptr): Revert previous change.
3213
3214 2000-08-24 Greg McGary <greg@mcgary.org>
3215
3216 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
3217 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
3218 * libiberty/random.c (end_ptr): Likewise.
3219
3220 2000-08-23 Alex Samuel <samuel@codesourcery.com>
3221
3222 * cp-demangle.c (result_close_template_list): Remove function.
3223 (result_add_separated_char): New function.
3224 (result_open_template_list): New macro.
3225 (result_close_template_list): Likewise.
3226 (demangle_prefix): Don't set template_p if the
3227 prefix ends with a ctor name.
3228 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
3229 (demangle_type): Check for template args after substitution.
3230 (demangle_template_args): Use result_open_template_list.
3231
3232 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
3233
3234 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
3235
3236 2000-07-26 Dave Pitts <dpitts@cozx.com>
3237
3238 * config/mh-openedition.h: Added -DLE370 definition.
3239
3240 2000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
3241
3242 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
3243 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
3244 Cast program to 'char *' in errmsg_arg assignment.
3245 (PWAIT_ERROR): Define.
3246 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
3247 to DJGPP's WIF* macros.
3248
3249 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
3250 Jeff Law <law@cygnus.com>
3251
3252 * getcwd.c: Include string.h, stdlib.h for prototypes
3253
3254 * Makefile.in (rename.o, waitpid.o): Depend on config.h
3255 * rename.c: Include config.h, unistd.h
3256 * waitpid.c: Include config.h, sys/wait.h
3257
3258 2000-07-24 Hans-Peter Nilsson <hp@axis.com>
3259
3260 * cplus-dem.c (work_stuff_copy_to_from): New.
3261 (delete_non_B_K_work_stuff): New.
3262 (delete_work_stuff): New.
3263 (mop_up): Break out work_stuff partly destruction to
3264 delete_non_B_K_work_stuff.
3265 (iterate_demangle_function): New.
3266 (demangle_prefix): Call iterate_demangle_function instead of
3267 demangle_function_name. Leave handling of name-signature
3268 __-delimiters to iterate_demangle_function.
3269 (demangle_integral_value): Strip an optional
3270 following underscore cautiously. Handle negative numbers.
3271
3272 2000-07-24 Daniel Berlin <dberlin@redhat.com>
3273
3274 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
3275 if (AUTO_DEMANGLING || GNU_DEMANGLING)
3276
3277 2000-07-21 Alex Samuel <samuel@codesourcery.com>
3278
3279 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
3280 allocating ctor mangling.
3281 (demangle_array_type): Handle empty and non-constant array length.
3282
3283 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3284 Jeff Law <law@cygnus.com>
3285
3286 * configure.in (AC_CHECK_HEADERS): Add time.h.
3287 (AC_HEADER_TIME): Add check.
3288 * configure, config.in: Regenerate.
3289 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
3290
3291 * configure.in (AC_CHECK_HEADERS): Add limits.h.
3292 * configure, config.in: Regenerate.
3293 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
3294 * strtol.c, strtoul.c: #include "config.h". Portably #include
3295 <limits.h> and/or <sys/param.h>.
3296 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
3297
3298 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
3299 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
3300 * configure, config.in: Regenerate.
3301 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
3302
3303 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
3304
3305 2000-07-21 Mike Stump <mrs@wrs.com>
3306
3307 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
3308 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
3309
3310 2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3311
3312 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
3313
3314 * setenv.c (setenv): Initialize variable `ep'.
3315
3316 * sigsetmask.c (abort): Prototype.
3317
3318 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
3319 __STDC__ for stdarg.h include.
3320 (int_vasprintf): Prototype.
3321 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
3322 definition. Cast `global_total_width' in comparison.
3323 (main): Prototype. Return a value.
3324
3325 * vfork.c (fork): Prototype.
3326
3327 * xexit.c: Include config.h.
3328
3329 2000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
3330
3331 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
3332 and print it with %u.
3333
3334 2000-07-17 Hans-Peter Nilsson <hp@axis.com>
3335
3336 * testsuite/regress-demangle (failed test): Show result and
3337 expected output.
3338
3339 2000-07-07 Andrew Haley <aph@cygnus.com>
3340
3341 * cplus-dem.c (main): fflush() after emitting last char before
3342 waiting for input.
3343
3344 2000-06-28 Alex Samuel <samuel@codesourcery.com>
3345
3346 * cp-demangle.c (demangle_encoding): Accept no substitutions.
3347 (demangle_name): Handle <substitution> followed by
3348 <unqualified-template-name>.
3349 (demangle_type): Follow special substitutions with
3350 <class-enum-type>
3351 (demangle_subtitution): Set template_p for special substitutions.
3352 (main): Fix typos.
3353
3354 2000-06-27 Alex Samuel <samuel@codesourcery.com>
3355
3356 * cp-demangle.c (demangle_special_name): Swap base and derived
3357 class when demangling construction vtables.
3358
3359 2000-06-21 Alex Samuel <samuel@codesourcery.com>
3360
3361 * cp-demangle.c: Don't include ctype.h.
3362 (IS_DIGIT): New macro.
3363 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
3364 instead of isdigit and isalpanum.
3365 (demangling_def): Make name and next const pointers.
3366 (STATUS_ALLOCATION_FAILED): New status code.
3367 (dyn_string_append_space): Handle failure in
3368 dyn_string_append_char.
3369 (int_to_dyn_string): Likewise. Change return value to status_t.
3370 (string_list_new): Handle failure of dyn_string_init.
3371 (result_close_template_list): Change return type to status_t.
3372 Handle failure in dyn_string_append.
3373 (result_push): Change return value to status_t. Handle failure in
3374 string_list_new. Handle failure of result_push throughout.
3375 (substitution_add): Change return value to status_t. Handle
3376 dyn_string failures. Handle failure of substitution_add
3377 throughout.
3378 (template_arg_list_new): Return NULL on allocation failure.
3379 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
3380 Handle error result throughout.
3381 (result_append): Likewise.
3382 (result_append_char): Likewise.
3383 (result_append_space): Likewise.
3384 (demangling_new): Make argument a const pointer. Handle
3385 allocation failures.
3386 (demangle_template_args): Handle failure in template_arg_list_new
3387 and result_close_template_list.
3388 (demangle_discriminator): Return if int_to_dyn_string fails.
3389 (cp_demangle): Likewise.
3390 (cp_demangle_type): New function.
3391 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
3392 memory allocation failure.
3393 (main): Likewise.
3394 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
3395 IN_LIBGCC2.
3396 (dyn_string_init): Change return value to int. Handle
3397 RETURN_ON_ALLOCATION_FAILURE case.
3398 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
3399 (dyn_string_release): Delete the dyn_string.
3400 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
3401 (dyn_string_copy): Change return type to int.
3402 (dyn_string_copy_cstr): Likewise.
3403 (dyn_string_prepend): Likewise.
3404 (dyn_string_prepend_cstr): Likewise.
3405 (dyn_string_insert): Likewise.
3406 (dyn_string_insert_cstr): Likewise.
3407 (dyn_string_append): Likewise.
3408 (dyn_string_append_cstr): Likewise.
3409 (dyn_string_append_char): Likewise.
3410 (dyn_string_substring): Likewise.
3411
3412 2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
3413
3414 * cp-demangle.c (demangle_operator_name): Add spaces before
3415 names beginning with a letter: delete, delete[], new, new[],
3416 sizeof.
3417 (demangle_special_name): Handle TF <type> and TJ <type>.
3418
3419 Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
3420
3421 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
3422
3423 Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
3424
3425 * cp-demangle.c (stdio.h): File included unconditionaly.
3426 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
3427 * dyn-string.c (stdio.h): File included.
3428 * partition.c (partition_print): No `&' needed to take the address of
3429 a function.
3430
3431 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3432
3433 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
3434
3435 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
3436
3437 * cp-demangle.c (demangle_char): Change parameter from char to int.
3438 (demangle_expression, demangle_expr_primary): Remove extra
3439 semi-colon in prototype.
3440
3441 * dyn-string.c (dyn_string_append_char): Change parameter from
3442 char to int.
3443
3444 * memcmp.c (memcmp): Constify.
3445
3446 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
3447 __extension__.
3448
3449 * partition.c (elem_compare): Prototype. Don't cast away
3450 const-ness.
3451
3452 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
3453
3454 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3455
3456 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
3457
3458 * cp-demangle.c: Include demangle.h.
3459 (template_arg_list_new): DeANSIfy.
3460 (cp_demangle): Make static and add prototype.
3461 (operator_code, operators): Constify.
3462 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
3463
3464 2000-06-05 Alex Samuel <samuel@codesourcery.com>
3465
3466 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
3467 unsigned char.
3468 (demangle_unqualified_name): Likewise.
3469 (demangle_number_literally): Likewise.
3470 (demangle_type): Likewise.
3471 (demangle_substitution): Likewise.
3472 (is_mangled_char): Likewise, for isalnum.
3473
3474 2000-06-04 Alex Samuel <samuel@codesourcery.com>
3475
3476 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
3477 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
3478 (cp-demangle.o): New dependency.
3479 (dyn-string.o): Likewise.
3480
3481 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
3482
3483 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
3484 demangler.
3485 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
3486 demangling mode.
3487 (gnu_new_abi_symbol_characters): New function.
3488 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
3489 file.
3490 * cp-demangle.c: New file.
3491
3492 Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
3493
3494 * floatformat.c: Add name to each floatformat field.
3495
3496 Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
3497
3498 * Makefile.in (objalloc.o): Depend on config.h
3499
3500 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
3501
3502 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
3503 if HAVE_STRING_H.
3504 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
3505 * objalloc.c: Include config.h. Include stdlib.h and don't
3506 declare malloc or free if HAVE_STDLIB_H.
3507 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
3508 else declare malloc without prototype. Include string.h if
3509 HAVE_STRING_H, else declare memset without prototype. Don't
3510 include stddef.h.
3511
3512 2000-05-23 Mike Stump <mrs@wrs.com>
3513
3514 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
3515 -j3.
3516
3517 2000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3518
3519 * xmalloc.c: Include config.h for HAVE_SBRK definition.
3520
3521 2000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
3522
3523 * hashtab.c (hash_pointer): Delete low-order bits which are
3524 probably zero, also eliminate a warning on alpha.
3525
3526 2000-05-15 David Edelsohn <edelsohn@gnu.org>
3527
3528 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
3529 on $(enable_shared).
3530
3531 2000-05-10 Jakub Jelinek <jakub@redhat.com>
3532
3533 * config.table: Use mh-sparcpic for sparc*-*-*.
3534
3535 2000-05-08 Nick Clifton <nickc@cygnus.com>
3536
3537 * Makefile.in (CFILES): Add strncmp.c.
3538 (NEEDED): Add strncmp.
3539
3540 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3541
3542 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
3543 Cast the arguments to `islower' to `unsigned char'.
3544 (print_demangler_list): Prototype.
3545
3546 Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
3547
3548 * sort.c (UCHAR_MAX): Provide fallback definition.
3549
3550 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
3551
3552 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
3553 SUBDIRS.
3554
3555 2000-04-28 Kenneth Block <block@zk3.dec.com>
3556 Jason Merrill <jason@casey.cygnus.com>
3557
3558 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
3559 (cplus_demangle_set_style): New function for setting style.
3560 (cplus_demangle_name_to_style): New function to translate name.
3561
3562 2000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3563
3564 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
3565
3566 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
3567 (libiberty_AC_FUNC_STRNCMP): Invoke.
3568
3569 * strncmp.c: New file.
3570
3571 Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
3572
3573 * hashtab.c (htab_expand): Add prototype.
3574 (find_empty_slot_for_expand): Likewise.
3575
3576 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3577
3578 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
3579 match prototype.
3580 (htab_expand): Cast the return value of xcalloc.
3581
3582 2000-04-24 Mark Mitchell <mark@codesourcery.com>
3583
3584 * hashtab.c (hash_pointer): New function.
3585 (eq_pointer): Likewise.
3586 (htab_hash_pointer): New variable.
3587 (htab_eq_pointer): Likewise.
3588
3589 2000-04-23 Mark Mitchell <mark@codesourcery.com>
3590
3591 * sort.c (sort_pointers): Fix endianness bugs.
3592
3593 * sort.c: New file.
3594 * Makefile.in (CFILES): Add sort.c
3595 (REQUIRED_OFILES): Add sort.o.
3596 (sort.o): New target.
3597
3598 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3599
3600 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
3601 4.3BSD systems.
3602
3603 Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3604
3605 * hashtab.c: Various minor cleanups.
3606 (htab_find_slot_with_hash): INSERT is now enum insert_option.
3607 (htab_find_slot): Likewise.
3608
3609 2000-04-16 Dave Pitts <dpitts@cozx.com>
3610
3611 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
3612
3613 2000-04-05 Richard Henderson <rth@cygnus.com>
3614
3615 * splay-tree.c (splay_tree_remove): New.
3616
3617 2000-03-30 Mark Mitchell <mark@codesourcery.com>
3618
3619 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
3620 codes.
3621 (htab_find_with_hash): Likewise.
3622 (htab_find_slot_with_hash): Likewise.
3623
3624 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
3625
3626 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
3627 unless it will be used. Rearrange loop for better
3628 optimization.
3629 (higher_prime_number): Add static prototype.
3630
3631 Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
3632
3633 * Makefile.in (partition.o): Depend on config.h
3634
3635 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
3636
3637 * hashtab.c (find_empty_slot_for_expand): New function.
3638 (htab_expand): Use it instead of htab_find_slot.
3639 (htab_find_with_hash): Renamed from htab_find; now accepts extra
3640 argument HASH.
3641 (htab_find_slot_with_hash): Likewise for htab_find_slot.
3642 (htab_find): New wrapper function.
3643 (htab_find_slot): Likewise.
3644 (htab_traverse): Pass slot, not entry, to called function.
3645
3646 2000-03-09 Alex Samuel <samuel@codesourcery.com>
3647
3648 * Makefile.in (CFILES): Add partition.c.
3649 (REQUIRED_OFILES): Add partition.o.
3650 (partition.o): New rule.
3651 * partition.c: New file.
3652
3653 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
3654
3655 * hashtab.c (htab_create): Set del_f.
3656 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
3657 Use it.
3658
3659 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
3660
3661 * hashtab.c: Remove debugging variables (all_searches,
3662 all_collisions, all_expansions). Delete
3663 all_hash_table_collisions.
3664 (create_hash_table, delete_hash_table, empty_hash_table,
3665 find_hash_table_entry, remove_element_from_hash_table_entry,
3666 clear_hash_table_slot, traverse_hash_table, hash_table_size,
3667 hash_table_elements_number, hash_table_collisions): Rename to:
3668 htab_create, htab_delete, htab_empty, htab_find_slot,
3669 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
3670 htab_elements, htab_collisions.
3671 (htab_find): New function, handles common case where you don't
3672 plan to add or delete an entry.
3673 (htab_expand): Don't create a whole new table, just a new
3674 entry vector.
3675 (htab_find_slot): Simplify logic.
3676
3677 1999-08-03 Ian Lance Taylor <ian@zembu.com>
3678
3679 * floatformat.c: Add casts to avoid signed/unsigned warnings.
3680 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
3681
3682 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
3683 $(TARGETLIB)n so it works on MSDOS.
3684 (install_to_tooldir): Likewise.
3685
3686 1999-07-21 Ian Lance Taylor <ian@zembu.com>
3687
3688 From Mark Elbrecht:
3689 * makefile.dos: Remove; obsolete.
3690 * configure.bat: Remove; obsolete.
3691
3692 1999-07-11 Ian Lance Taylor <ian@zembu.com>
3693
3694 * splay-tree.c (splay_tree_insert): Add initialization to avoid
3695 warning.
3696
3697 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3698
3699 * pexecute.c: Conditionally include string.h.
3700 (fix_argv): Handle embedded whitespace in args for Mingw32.
3701
3702 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3703
3704 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
3705 we're using gcc.
3706
3707 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
3708
3709 1999-12-27 Geoff Keating <geoffk@cygnus.com>
3710
3711 * vasprintf.c (int_vasprintf): Don't re-read the format character
3712 as this mishandles strings like '%%s'.
3713
3714 1999-12-05 Mark Mitchell <mark@codesourcery.com>
3715
3716 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
3717 rather than struct splay_tree_node.
3718 (splay_tree_insert): Use struct splay_tree_s rather than struct
3719 splay_tree.
3720
3721 Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
3722
3723 * hashtab.c (sys/types.h): File included.
3724
3725 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
3726
3727 * strtoul.c, strtol.c, random.c: Remove advertising clause from
3728 BSD license, pursuant with
3729
3730 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
3731
3732 Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
3733
3734 * hashtab.c: Include stdio.h.
3735
3736 Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
3737
3738 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
3739
3740 Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
3741
3742 * xstrdup (sys/types.h): Include this file.
3743
3744 1999-10-28 Nathan Sidwell <nathan@acm.org>
3745
3746 * Makefile.in (SUBDIRS): New macro.
3747 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
3748 avoid multiple subdirectory cleaning.
3749 (*-subdir): Use SUBDIRS.
3750
3751 1999-10-25 Jim Kingdon <http://developer.redhat.com/>
3752
3753 * cplus-dem.c: Move declarations of standard_symbol_characters and
3754 hp_symbol_characters inside #ifdef MAIN to avoid compiler
3755 warnings.
3756
3757 1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
3758
3759 * hashtab.c (find_hash_table_entry): When returning a
3760 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
3761 (clear_hash_table_slot): New function which deletes an entry
3762 by its position in the table, not its value.
3763 (traverse_hash_table): New function which calls a hook
3764 function for every live entry in the table.
3765
3766 1999-10-19 Mark Mitchell <mark@codesourcery.com>
3767
3768 * cplus-dem.c (INTBUF_SIZE): New macro.
3769 (string_append_template_idx): New function.
3770 (demangle_expression): Likewise.
3771 (demangle_integral_value): Use it.
3772 (demangle_real_value): New function, split out from ...
3773 (demangle_template_value_parm): ... here. Use
3774 string_append_template_idx. Use demangle_real_value.
3775 (demangle_template): Use string_append_template_idx.
3776 (demangle_qualified): Use consume_count_with_underscores.
3777 (get_count): Tweak formatting.
3778 (do_type): Use string_append_template_idx.
3779
3780 1999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3781
3782 * calloc.c: Add a public domain notice.
3783
3784 Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
3785
3786 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
3787
3788 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
3789
3790 * Makefile.in (CFILES): Add hashtab.c
3791 (REQUIRED_OFILES): Add hashtab.o
3792 (hashtab.o): Add dependencies.
3793 * hashtab.c: New file
3794
3795 Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
3796
3797 * basename.c (DIR_SEPARATOR): New macro.
3798 (DIR_SEPARATOR_2): Likewise.
3799 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
3800 (IS_DIR_SEPARATOR): Likewise.
3801 (main): Handle MSDOS style pathname.
3802
3803 1999-10-11 Mark Mitchell <mark@codesourcery.com>
3804
3805 * cplus-dem.c (do_type): Handle pointer to member types whose
3806 enclosing classes have namespace scope.
3807
3808 Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
3809
3810 * config.table: Provide a backup shell for executing move-if-change.
3811
3812 1999-10-02 Mark Mitchell <mark@codesourcery.com>
3813
3814 * xmalloc.c (xmalloc): Fix spelling error.
3815 (xcalloc, xrealloc): Likewise.
3816
3817 1999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3818
3819 * cplus-dem.c (fancy_abort, demangle_integral_value,
3820 demangle_arm_hp_template, recursively_demangle,
3821 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
3822 (program_name, program_version, fatal): Constify a char*.
3823 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
3824 (main): Call return, not exit.
3825
3826 1999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3827
3828 * choose-temp.c: Remove obsolete comment about gcc.
3829 (make_temp_file): Constify a char*.
3830
3831 Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3832
3833 * xmemdup.c: Include sys/types.h.
3834
3835 1999-09-07 Jeff Garzik <jgarzik@pobox.com>
3836
3837 * xmemdup.c: New xmemdup function.
3838 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
3839
3840 Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
3841
3842 * config.table: Add openedition target.
3843 * config/mh-openedition: New file.
3844
3845 Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
3846
3847 * pexecute.c (pexecute): Fill in temp_base when needed.
3848
3849 1999-08-31 Richard Henderson <rth@cygnus.com>
3850
3851 * getpwd.c: Check HAVE_GETCWD before defining it away.
3852
3853 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3854
3855 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
3856 (REQUIRED_OFILES): Add getpwd.o.
3857 (getpwd.o): Add target.
3858
3859 * configure.in (AC_PREREQ): Bump to 2.13.
3860 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
3861
3862 * getpwd.c: New file, moved here from gcc.
3863
3864 1999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3865
3866 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
3867 comparing against a signed quantity.
3868 (arm_special): Likewise.
3869 (demangle_fund_type): Likewise.
3870 (do_hpacc_template_const_value): Mark parameter `work' with
3871 ATTRIBUTE_UNUSED.
3872 (main): Constify variable `valid_symbols'.
3873
3874 Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
3875
3876 * strtoul.c (strtoul): Add parentheses around && within ||.
3877
3878 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
3879
3880 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
3881 libdir, libsubdir and tooldir.
3882
3883 1999-08-01 Mark Mitchell <mark@codesourcery.com>
3884
3885 * splay-tree.c (splay_tree_insert): Return the new node.
3886
3887 1999-07-14 Richard Henderson <rth@cygnus.com>
3888
3889 * argv.c: Include stdlib.h and string.h instead of
3890 prototyping directly.
3891 * choose-temp.c: Conditionally include string.h.
3892
3893 1999-07-12 Jason Merrill <jason@yorick.cygnus.com>
3894
3895 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
3896
3897 1999-07-11 Ian Lance Taylor <ian@zembu.com>
3898
3899 * splay-tree.c (splay_tree_insert): Add initialization to avoid
3900 warning.
3901
3902 1999-07-07 Jason Merrill <jason@yorick.cygnus.com>
3903
3904 * Makefile.in (needed-list): Only include stuff we actually need
3905 for libstdc++.
3906
3907 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3908
3909 * configure.in (checkfuncs): Add gettimeofday.
3910 * config.in, configure: Regenerated.
3911
3912 Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
3913
3914 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
3915 the test fails.
3916 * configure: Regenerate.
3917
3918 1999-06-10 Mike Stump <mrs@wrs.com>
3919
3920 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
3921 parallel builds.
3922
3923 1999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3924
3925 * putenv.c: Include ansidecl.h to define `const'.
3926 * setenv.c: Likewise.
3927
3928 Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
3929
3930 * Makefile.in (CFILES): Add putenv.c and setenv.c.
3931 * configure.in (funcs): Add putenv and setenv.
3932 (AC_CHECK_FUNCS): Check for putenv and setenv.
3933 * configure: Rebuilt.
3934 * putenv.c setenv.c: New files.
3935
3936 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
3937 bytes of space using malloc.
3938
3939 Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
3940
3941 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
3942 the *mangled pointer beyond the end of the string. Clean up code to
3943 match prevailing coding style.
3944
3945 1999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3946
3947 * tmpnam.c (L_tmpnam): Fix typo.
3948
3949 Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
3950
3951 * cplus-dem.c (standard_symbol_characters): Renamed from
3952 standard_symbol_alphabet. No longer modify TABLE.
3953 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
3954 modify TABLE.
3955 (main): Corresponding changes. Use strchr to determine if a
3956 character is valid.
3957
3958 1999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
3959
3960 * cplus-dem.c (main): Use table lookup to distinguish identifier
3961 characters from non-identifier characters.
3962 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
3963
3964 Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
3965
3966 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
3967 * getruntime.c: Only attempt to include sys/resource.h and
3968 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
3969 are defined.
3970
3971 Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
3972
3973 * configure.in (alloca detection): Handle alloca directly for interix.
3974 * configure: Rebuilt.
3975
3976 Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
3977
3978 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
3979
3980 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3981
3982 Fix from Dale Hawkins:
3983 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
3984 reallocated properly if we use it again.
3985
3986 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
3987 stricter about syntax. Always null-terminate string.
3988
3989 Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
3990
3991 * configure.in (checkfuncs): Check for sbrk.
3992 * config.in: Rebuilt.
3993 * configure: Likewise.
3994 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
3995
3996 1999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
3997
3998 Fix from Marcus Daniels:
3999 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
4000 identifier looking for another underscore.
4001
4002 Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
4003
4004 * pexecute.c: Change all references to __UWIN__ to _UWIN.
4005 * xmalloc.c: Likewise.
4006 (xcalloc): UWIN has sbrk.
4007 (xrealloc): Fix guard macro.
4008
4009 1999-04-11 Richard Henderson <rth@cygnus.com>
4010
4011 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
4012 or <alloca.h>.
4013 * clock.c (GNU_HZ): New definition.
4014 (clock): Use it.
4015 * getruntime.c: Likewise.
4016
4017 * config.table: Use mh-beos.
4018 * config/mh-beos: New file.
4019
4020 1999-04-11 Mark Mitchell <mark@codesourcery.com>
4021
4022 * cplus-dem.c (demangle_template_value_parm): Handle
4023 pointers-to-members.
4024 (do_type): Handle template parameters as qualifiers.
4025
4026 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
4027
4028 * cplus-dem.c: Attempt to handle overflows in counts with some
4029 semblance of grace.
4030 (consume_count): Detect overflows. Return -1 to indicate errors,
4031 instead of zero.
4032 (demangle_template_value_parm, demangle_template): Handle change
4033 to consume_count's return convention.
4034
4035 1999-04-05 Tom Tromey <tromey@cygnus.com>
4036
4037 * testsuite/regress-demangle: New file.
4038 * testsuite/demangle-expected: New file.
4039
4040 * Makefile.in (all, check, installcheck, info, install-info,
4041 clean-info, dvi, install, etags, tags, mostlyclean, clean,
4042 distclean, maintainer-clean, realclean): Depend on corresponding
4043 `-subdir' target.
4044 (all-subdir check-subdir installcheck-subdir info-subdir
4045 install-info-subdir clean-info-subdir dvi-subdir
4046 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
4047 distclean-subdir maintainer-clean-subdir): New target.
4048 * testsuite/Makefile.in: New file.
4049 * configure: Rebuilt.
4050 * configure.in: Create testsuite/Makefile.
4051
4052 1999-04-02 Mark Mitchell <mark@codesourcery.com>
4053
4054 * splay-tree.h (splay_tree_compare_pointers): Define.
4055
4056 1999-03-30 Mark Mitchell <mark@codesourcery.com>
4057
4058 * splay-tree.c (splay_tree_compare_ints): Define.
4059
4060 1999-03-30 Tom Tromey <tromey@cygnus.com>
4061
4062 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
4063 don't advance input pointer.
4064 (demangle_class_name): If consume_count didn't find a count, do
4065 nothing. Don't bother with `strlen' sanity check; consume_count
4066 does it for us.
4067
4068 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4069
4070 From Art Haas <ahaas@neosoft.com>:
4071 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
4072 when doing arm or hp style.
4073 (demangle_nested_args): Decr forgetting_types field when done.
4074
4075 Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
4076
4077 * pexecute.c (__CYGWIN32__): Rename to
4078 (__CYGWIN__): this.
4079 * xmalloc.c: Likewise.
4080
4081 Changes to support i386-pc-uwin.
4082 * configure.in (*-*-uwin*): Workaround for vfork bug.
4083 * configure: Regenerate.
4084 * pexecute.c (pexecute): Be like standard Unix.
4085 (pwait): Likewise.
4086 * xmalloc.c (first_break): Define.
4087 (xmalloc_set_program_name): Use.
4088 (xmalloc): Use.
4089
4090 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4091
4092 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
4093
4094 Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
4095
4096 * config.table: Check cygwin*, not cygwin32*.
4097
4098 Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
4099
4100 * Makefile.in: Change mkstemp -> mkstemps.
4101
4102 Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
4103
4104 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
4105 * configure.in (funcs): Check for and conditionally add mkstemps to
4106 the list of functions libiberty will provide.
4107 * configure: Rebuilt.
4108
4109 Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
4110
4111 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
4112 platforms that don't have HZ.
4113 * getruntime.c (HZ): Likewise.
4114
4115 Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
4116
4117 * Makefile.in (xstrdup.o): Depend on config.h.
4118
4119 Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
4120
4121 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
4122 freeing it.
4123
4124 Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4125
4126 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
4127
4128 Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4129
4130 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
4131 splay-tree.o.
4132
4133 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
4134
4135 * configure.in: Require autoconf 2.12.1 or higher.
4136
4137 1998-12-30 Michael Meissner <meissner@cygnus.com>
4138
4139 * random.c (NULL): Don't redefine NULL if it is already defined.
4140
4141 Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4142
4143 * argv.c (buildargv): Cast the result of alloca in assignment.
4144
4145 * choose-temp.c: Include stdlib.h.
4146
4147 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
4148 (snarf_numeric_literal): Constify first parameter.
4149 (code_for_qualifier): Avoid a gcc extension, make the parameter an
4150 int, not a char.
4151 (demangle_qualifier): Likewise.
4152 (demangle_signature): Cast the argument of a ctype function to
4153 unsigned char.
4154 (arm_pt): Add parens around assignment used as truth value.
4155 (demangle_arm_hp_template): Constify variable `args'.
4156 (do_hpacc_template_const_value): Cast the argument of a ctype
4157 function to unsigned char.
4158 (do_hpacc_template_literal): Remove unused variable `i'.
4159 (snarf_numeric_literal): Constify parameter `args'.
4160 Cast the argument of a ctype function to unsigned char.
4161
4162 * floatformat.c (floatformat_to_double): Add explicit braces to
4163 avoid ambiguous `else'.
4164
4165 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
4166 `cstart' and `cend' to unsigned char. Cast the argument of macro
4167 `FOLD', which uses ctype functions, to unsigned char.
4168
4169 * objalloc.c (free): Add prototype.
4170
4171 Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
4172
4173 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
4174
4175 Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
4176
4177 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
4178 doesn't exist.
4179 (do_hpacc_template_literal): remove unused variable `i'.
4180
4181 Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
4182
4183 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
4184 bumping the pointer we read from. Also prepend these codes,
4185 as we do in other places.
4186
4187 1998-12-18 Nick Clifton <nickc@cygnus.com>
4188
4189 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
4190 'const char *' in order to match its usage when calling siblings.
4191 (snarf_numeric_literal): Make first arg 'const char **' in order
4192 to match usage.
4193
4194 Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4195
4196 * choose-temp.c: Don't check IN_GCC anymore.
4197
4198 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
4199 * memchr.c (memchr): Likewise.
4200 * memcpy.c (memcpy): Likewise.
4201 * memmove.c (memmove): Likewise.
4202
4203 * mkstemp.c: Don't check IN_GCC anymore.
4204 * pexecute.c: Likewise.
4205 * splay-tree.c: Likewise.
4206
4207 * strchr.c (strchr): Use `const', not `CONST'.
4208 * strrchr.c (strrchr): Likewise.
4209 * strtol.c (strtol): Likewise.
4210 * strtoul.c (strtoul): Likewise.
4211
4212 Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
4213 Elena Zannoni <ezannoni@cygnus.com>
4214 Stan Shebs <shebs@cygnus.com>
4215 Edith Epstein <eepstein@cygnus.com>
4216 Andres MacLeod <amacleod@cygnus.com>
4217 Satish Pai <pai@apollo.hp.com>
4218
4219 * HP aCC demangling support.
4220 * cplus-dem.c
4221 (main): Remove default to HP style demangling, set to EDG
4222 demangling correctly when -edg specified; set the demangling style
4223 when user specifies 'edg'. Set strip_underscore to
4224 prepends_underscore, if not HPUXHPPA. Set
4225 current_demangling_style to hp_demangling if HPUXHPPA. Set
4226 current demangling style correctly if the switch is hp. Read
4227 label correctly also in the HP style case.
4228 (work_stuff): add temp_start field; add field for volatile member
4229 function.
4230 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
4231 style for this case is the same as ARM.
4232 (demangle_args): handle EDG_DEMANGLING style; support HP style.
4233 (demangle_arm_hp_template): new function. (It was
4234 demangle_arm_pt.); check and set value of temp_start field in
4235 multiple places. Also, when ceching for end of template args,
4236 check to see if at end of static member of template class.
4237 (demangle_class): new local variable : save_class_name_end Don't
4238 include template args in string defining class.
4239 (demangle_class_name): use demangel_arm_hp_template.
4240 (demangle_function_name): handle case where demangling style is
4241 HP_DEMANGLING and currently point at an 'X' in the mangled name.
4242 Handle EDG_DEMANGLING style. Handle constructor and destructor
4243 ops for HP style.
4244 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
4245 styles. global destructor and constructor for HP style are same
4246 as for ARM style. Same for local variables.
4247 (demangle_qualified): handle EDG_DEMANGLING style.
4248 (demangle_signature): add case for volatile member function. For
4249 cases '1' - '9' : initialize the temp_start field to -1 and handle
4250 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
4251 and AUTO_DEMANGLING styles. If expecting a function and managed
4252 to demangle the funct args, then handle the LUCID_DEMANGLING,
4253 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
4254 class name after "Lnnn_ in HP style case. HP style too needs to
4255 forget types. _nnn is OK for HP style, so don't report failure.
4256 (do_hpacc_template_const_value): new function. Handle template's
4257 value param for HP/aCC.
4258 (do_hpacc_template_literal): new function. Handle a template's
4259 literal parameter for HP aCC.
4260 (recursively_demangle): new function
4261 (snarf_numeric_literal): new function.
4262 (usage): add 'edg' to the list of demangling styles; add hp switch
4263 to message.
4264
4265 Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
4266
4267 * pexecute.c: Remove obsolete ifdefed cygwin code.
4268
4269 Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4270
4271 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
4272 * cplus-dem.c: Likewise. Conform to libiberty.h.
4273 * pexecute.c: Likewise.
4274 * splay-tree.c: Likewise.
4275
4276 1998-11-25 Mike Stump <mrs@wrs.com>
4277
4278 * Makefile.in (splay-tree.o): Add config.h dependency.
4279
4280 Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4281
4282 * configure.in: Use AC_PREREQ(2.12.1).
4283
4284 1998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
4285
4286 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
4287
4288 Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
4289
4290 * mpw.c (mpw_access): Add missing parens.
4291
4292 Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4293
4294 * configure.in: Call AC_HEADER_SYS_WAIT.
4295
4296 * pexecute.c: Include sys/wait.h when !IN_GCC.
4297
4298 Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
4299
4300 * pexecute.c: revert back to checking old Cygwin
4301 preprocessor symbol until some time has passed.
4302
4303 Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
4304
4305 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
4306 since it will now support similar constructs.
4307
4308 Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4309
4310 * configure.in: Check for calloc.
4311
4312 * calloc.c: New file.
4313
4314 * xmalloc.c (xcalloc): New function.
4315
4316 Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
4317
4318 *cplus-dem.c (demangle_prefix): Use the last "__"
4319 in the mangled name when looking for the signature. This allows
4320 template names to begin with "__".
4321
4322 1998-11-08 Mark Mitchell <mark@markmitchell.com>
4323
4324 * cplus-dem.c (type_kind_t): Add tk_reference.
4325 (demangle_template_value_parm): Handle it.
4326 (do_type): Use it for references, instead of tk_pointer.
4327
4328 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
4329 not internal_cplus_demangle.
4330
4331 Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4332
4333 * choose-temp.c: Don't include gansidecl.h.
4334 * mkstemp.c: Likewise.
4335 * pexecute.c: Likewise.
4336
4337 Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
4338
4339 * configure.in: detect cygwin* instead of cygwin32*
4340 * configure: regenerate
4341
4342 Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4343
4344 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
4345 whether to include config.h. Possibly include unistd.h in the
4346 !IN_GCC case. Define VFORK_STRING as a printable function call
4347 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
4348 defined, include vfork.h. If VMS is defined, define vfork()
4349 appropriately. Remove vfork check on USG, we're using autoconf.
4350 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
4351 locally what string to use.
4352
4353 1998-10-26 Mark Mitchell <mark@markmitchell.com>
4354
4355 * splay-tree.c: Tweak include directives to make sure declarations of
4356 xmalloc and free are available.
4357
4358 1998-10-25 Mark Mitchell <mark@markmitchell.com>
4359
4360 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
4361 anonymous namespaces.
4362
4363 1998-10-23 Mark Mitchell <mark@markmitchell.com>
4364
4365 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
4366 with type_quals.
4367 (TYPE_UNQUALIFIED): New macro.
4368 (TYPE_QUAL_CONST): Likewise.
4369 (TYPE_QUAL_VOLATILE): Likewise.
4370 (TYPE_QUAL_RESTRICT): Likewise.
4371 (code_for_qualifier): New function.
4372 (qualifier_string): Likewise.
4373 (demangle_qualifier): Likewise.
4374 (internal_cplus_demangle): Use them.
4375 (demangle_signature): Likewise.
4376 (demangle_template_value_parm): Likewise.
4377 (do_type): Likewise.
4378 (demangle_fund_type)): Likewise.
4379
4380 Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4381
4382 * splay-tree.c (splay_tree_foreach_helper): Make definition static
4383 to match prototype.
4384
4385 1998-10-21 Mark Mitchell <mark@markmitchell.com>
4386
4387 * splay-tree.c: New file.
4388 * Makefile.in (CFILES): Add it.
4389 (REQUIRED_OFILES): Likewise.
4390 (splay-tree.o): Add dependencies.
4391
4392 Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4393
4394 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
4395 range of 'K' index.
4396
4397 Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4398
4399 * choose-temp.c: Prototype mkstemps() when IN_GCC.
4400
4401 * cplus-dem.c (consume_count): Cast argument of ctype macro to
4402 `unsigned char'.
4403 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
4404 comparing against one.
4405 (cplus_mangle_opname): Likewise.
4406 (demangle_integral_value): Cast argument of ctype macro to
4407 `unsigned char'.
4408 (demangle_template_value_parm): Likewise.
4409 (demangle_template): Initialize variable `bindex'. Cast the
4410 result of `strlen' to (int) when comparing against one. Remove
4411 unused variable `start_of_value_parm'.
4412 (demangle_class_name): Cast the result of `strlen' to (int) when
4413 comparing against one.
4414 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
4415 (gnu_special): Likewise. Cast the result of `strlen' to (int)
4416 when comparing against one.
4417 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
4418 (get_count): Likewise.
4419 (do_type): Likewise. Cast the result of `strlen' to (int) when
4420 comparing against one.
4421 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
4422 (demangle_function_name): Cast the result of `strlen' to (int)
4423 when comparing against one.
4424
4425 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
4426 comparing against one.
4427
4428 Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
4429
4430 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
4431 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
4432 * config.in, configure: Rebuilt.
4433
4434 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
4435 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
4436 * config.in, configure: Rebuilt.
4437
4438 Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
4439
4440 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
4441
4442 Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
4443
4444 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
4445
4446 Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
4447
4448 * Merge egcs & devo libiberty.
4449
4450 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
4451
4452 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
4453
4454 Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4455
4456 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
4457 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
4458 IN_GCC.
4459
4460 * vasprintf.c: Include stdarg.h/varargs.h first.
4461
4462 * vprintf.c: Likewise.
4463
4464 Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
4465
4466 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
4467 is the canonical copy. Define ISSPACE if !IN_GCC.
4468 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
4469 * getopt1.c, obstack.c: Similarly.
4470 * Makefile.in: Build mkstemp.o
4471
4472 Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
4473
4474 * configure.in: Include asprintf in list of functions known not
4475 to be in newlib.
4476 * configure: Rebuild.
4477
4478 Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
4479
4480 * cplus-dem.c (work_stuff): Add dllimported.
4481 (demangled_prefix): Mark symbols imported from PE DLL.
4482 (internal_cplus_demangled): Handle.
4483
4484 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
4485
4486 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
4487 stay failed.
4488
4489 Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4490
4491 * cplus-dem.c: Include config.h if it exists. Also, only
4492 prototype malloc/realloc if we can't get stdlib.h.
4493
4494 Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
4495
4496 * configure.in: Switch back to checking --with-target-subdir when
4497 deciding whether to check for newlib, undoing part of July 15
4498 change.
4499 * configure: Rebuild.
4500
4501 Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
4502
4503 * cplus-dem.c (type_kind_t): New type.
4504 (demangle_template_value_parm): Add type_kind_t parameter. Rely
4505 on this paramter, rather than demangling the type again.
4506 (demangle_integral_value): Pass tk_integral.
4507 (demangle_template_: Pass the value returned from do_type.
4508 (do_type): Return a type_kind_t. Pass tk_integral to
4509 demangle_template_value_parm for array bounds.
4510 (demangle_fund_type): Likewise.
4511
4512 Also incorporate from GCC version:
4513
4514 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
4515
4516 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
4517
4518 Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4519
4520 * cplus-dem.c (demangle_nested_args): Make function definition
4521 static to match the prototype.
4522
4523 Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
4524
4525 * cplus-dem.c (type_kind_t): New type.
4526 (demangle_template_value_parm): Add type_kind_t parameter. Rely
4527 on this paramter, rather than demangling the type again.
4528 (demangle_integral_value): Pass tk_integral.
4529 (demangle_template_: Pass the value returned from do_type.
4530 (do_type): Return a type_kind_t. Pass tk_integral to
4531 demangle_template_value_parm for array bounds.
4532 (demangle_fund_type): Likewise.
4533
4534 Also incorporate from GCC version:
4535
4536 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
4537
4538 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
4539
4540 Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
4541
4542 * Makefile.in (ALLOCA): New variable.
4543 ($(TARGETLIB)): Add $(ALLOCA) to library.
4544 (needed-list): Add $(ALLOCA).
4545 ($(ALLOCA)): Depend upon stamp-picdir.
4546
4547 Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4548
4549 * cplus-dem.c (demangle_nested_args): Make function definition
4550 static to match the prototype.
4551
4552 Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
4553
4554 * configure.in: Check --with-cross-host rather than
4555 --with-target-subdir when deciding whether build uses a cross
4556 compiler, and when deciding where to install the library.
4557 * configure: Rebuild.
4558
4559 Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
4560
4561 * cplus-dem.c (demangle_nested_args): Return a value.
4562
4563 Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
4564
4565 * cplus-dem.c (string): Move definition before work_stuff.
4566 (work_stuff): Add volatile_type, forgetting_types,
4567 previous_argument, and nrepeats fields.
4568 (SCOPE_STRING): New macro.
4569 (demangle_template): Add `remember' parameter. Add comment.
4570 Register the `B' code type here, if remembering. Tidy. Fix crash
4571 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
4572 (demangle_nested_args): New function.
4573 (internal_cplus_demangle): Handle volatile-qualified member
4574 functions.
4575 (mop_up): Delete the previous_argument string if present.
4576 (demangle_signature): Tidy. Handle volatile-qualified member
4577 functions. Handle back-references using the `B' code. Use extra
4578 parameter to demangle_template and SCOPE_STRING where appropriate.
4579 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
4580 code.
4581 (demangle_class): Use SCOPE_STRING.
4582 (gnu_special): Pass additional argument to demangle_template.
4583 Use SCOPE_STRING.
4584 (demangle_qualified): Save qualified types for later
4585 back-references. Handle constructors and destructors for template
4586 types correctly.
4587 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
4588 demangle_template. Use demangled_nested_args. Don't remember
4589 qualified types here; that's now done in demangle_qualified.
4590 Similarly for templates.
4591 (do_arg): Improve commment. Handle 'n' repeat code.
4592 (remember_type): Check forgetting_types.
4593 (demangle_args): Deal with 'n' repeat codes. Tidy.
4594
4595 Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
4596
4597 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
4598 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
4599
4600 Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
4601
4602 * configure.in (setobjs): Correct quoting error in cygwin32 case.
4603 From Chris Faylor <cgf@cygnus.com>.
4604
4605 Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
4606
4607 * obstack.c: Update to latest FSF version.
4608
4609 Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
4610
4611 * Makefile.in: Add a dependency on stamp-picdir for the
4612 objects, so that we can do a parallel build.
4613
4614 Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
4615
4616 * configure.in (checkfuncs): Add missing "'".
4617
4618 Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
4619
4620 * obstack.c (_obstack_memory_used): Elide this function if we're
4621 on a system with GNU libc.
4622
4623 Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
4624
4625 * Makefile.in (distclean): Remove config.log.
4626
4627 Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4628
4629 * Makefile.in (distclean): Don't remove alloca-conf.h.
4630
4631 Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
4632
4633 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
4634
4635 1998-05-21 Mark Mitchell <mmitchell@usa.net>
4636
4637 * cplus-dem.c (do_type): Handle volatile qualification.
4638
4639 1998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
4640
4641 * configure.in: Check for unistd.h as well.
4642 * configure: Rebuild.
4643 * config.in: Rebuild.
4644 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
4645 is defined in unistd.h. Reformat conditional block for easier reading.
4646
4647 * config.table (shared): Default to no if ${enable_shared}
4648 is unset or empty; this logic is used by the toplevel
4649 configure scripts, too.
4650
4651 Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
4652
4653 * config.table: Add line to set enable_shared in the Makefile
4654 as needed.
4655
4656 Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4657
4658 * cplus-dem.c (squangle_mop_up): Change return type to void.
4659 (internal_cplus_demangle): Remove unused parameter `options'.
4660 All callers changed.
4661 (cplus_demangle_opname): Remove function wide variable `int i' and
4662 replace with `size_t i' at each location where it is used.
4663 (cplus_mangle_opname): change type of `i' from int to size_t.
4664
4665 Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
4666
4667 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
4668 than sparc or sun.
4669 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
4670
4671 Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
4672
4673 * configure.in: Set libiberty_topdir correctly when srcdir is
4674 "." and with_target_subdir is not set.
4675 * configure: Rebuild.
4676
4677 Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
4678
4679 * configure.in: Add *-*-mingw32* case.
4680 * configure: Rebuild.
4681
4682 Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
4683
4684 * config.table: Never use a PIC file for *-*-cygwin32*.
4685
4686 * Makefile.in (config.status): Depend upon config.table.
4687
4688 * configure.in: On a cygwin32 host, always compile random, and
4689 don't test for sys_siglist, strsignal, or psignal.
4690 * configure: Rebuild.
4691
4692 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
4693 * getcwd.c: Likewise.
4694 * getpagesize.c: Likewise.
4695 * getruntime.c: Likewise.
4696
4697 Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
4698
4699 Use autoconf tests rather than the old dummy.c test:
4700 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
4701 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
4702 most functions. Add special cases to handle newlib and VxWorks.
4703 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
4704 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
4705 CONFIG_FILES is set; set ac_file before calling it.
4706 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
4707 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
4708 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
4709 (i[3456]-*-mingw32*): Remove.
4710 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
4711 (LIBOBJS): New variable.
4712 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
4713 (all): Depend upon needed-list. Don't check RULE1.
4714 (@target_makefile_frag@): Remove.
4715 (COMPILE.c): Include @DEFS@.
4716 (HFILES): Add alloca-conf.h.
4717 (REQUIRED_OFILES): Remove basename.o.
4718 ($(TARGETLIB)): New target.
4719 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
4720 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
4721 (needed-list, config.h): Rewrite.
4722 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
4723 (.always.): Remove.
4724 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
4725 (stamp-h): New target.
4726 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
4727 (basename.o): Don't depend upon config.h.
4728 (getruntime.o): Depend upon config.h.
4729 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
4730 NEED_on_exit.
4731 * basename.c: Don't include config.h. Don't check NEED_basename.
4732 * clock.c: Include config.h.
4733 * getcwd.c: Likewise.
4734 * getpagesize.c: Likewise.
4735 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
4736 HAVE_TIMES.
4737 * strerror.c: Change uses of NEED_sys_errlist to
4738 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
4739 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
4740 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
4741 HAVE_PSIGNAL.
4742 * acconfig.h: New file.
4743 * dummy.c: Remove.
4744 * functions.def: Remove.
4745 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
4746 * config/mh-windows (HDEFINES): Remove.
4747 * config/mh-cygwin32: Remove.
4748 * config/mh-go32: Remove.
4749 * config/mh-irix4: Remove.
4750 * config/mh-riscix: Remove.
4751 * config/mh-sysv4: Remove.
4752 * config/mt-mingw32: Remove.
4753 * config/mt-vxworks5: Remove.
4754 * config.in: New file, generated using autoheader.
4755 * configure: Rebuild.
4756
4757 Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
4758
4759 * configure.in: Rewrite to use autoconf.
4760 * configure: Generate using autoconf.
4761 * config/mh-a68bsd: Remove.
4762 * config/mh-apollo68: Remove.
4763 * config/mh-hpbsd: Remove.
4764 * config/mh-ncr3000: Remove.
4765 * config/mh-sysv: Remove.
4766 * config/mh-aix (RANLIB, INSTALL): Don't define.
4767 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
4768 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
4769 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
4770 * config.table: Change config_shell to CONFIG_SHELL, and use
4771 libiberty_topdir to find move-if-change.
4772 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
4773 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
4774 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
4775 * Makefile.in (srcdir): Set to @srcdir@.
4776 (VPATH): Likewise.
4777 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
4778 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
4779 (CC, CFLAGS, RANLIB)): Likewise.
4780 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
4781 (target_makefile_frag, host_makefile_frag): Add substitutions.
4782 (INSTALL_DEST): Set to @INSTALL_DEST@.
4783 (Makefile): Depend upon config.status. Don't depend upon
4784 $(host_makefile_frag) or $(target_makefile_frag).
4785 (config.status): New target.
4786
4787 Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
4788
4789 * config/mt-sunos4: Remove. Should be handled by --with-headers
4790 and --with-libraries options at top level.
4791 * config.table: Never use mt-sunos4.
4792
4793 * alloca-conf.h: New file, combining alloca-norm.h and
4794 alloca-botch.h.
4795 * alloca-norm.h: Remove.
4796 * alloca-botch.h: Remove.
4797 * configure.in: Set shell variables files and links to empty.
4798 * config.table: Don't set shell variable files.
4799 * configure.bat: Don't create alloca-conf.h.
4800 * makefile.vms: Likewise.
4801 * mpw-config.in: Likewise.
4802 * vmsbuild.com: Likewise.
4803
4804 Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
4805
4806 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
4807 target depending upon config.h.
4808 (alloca.o): Add target depending upon config.h
4809 (basename.o, choose-temp.o, fnmatch.o): Likewise.
4810 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
4811 (strsignal.o, xstrerror.o): Likewise.
4812
4813 Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4814
4815 * cplus-dem.c (cplus_demangle_opname): Initialize work.
4816
4817 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
4818
4819 * cplus-dem.c (demangle_qualified): Replace missing else.
4820
4821 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4822
4823 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
4824 length in the name of a virtual table.
4825
4826 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
4827
4828 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
4829 (cplus_demangle_opname): Call mop_up_squangle.
4830 (cplus_demangle): Initialize squangle info, then call
4831 internal_cplus_demangle. (Most code moved there as well)
4832 (internal_cplus_demangle): New function, performs most of what use
4833 to be done in cplus_demangle, but is only called with this file.
4834 (squangle_mop_up): New function to clean up B and K code data.
4835 (mop_up): set pointers to NULL after freeing.
4836 (demangle_signature, demangle_template, demangle_class): Add
4837 switch elements to handle K and B codes.
4838 (demangle_prefix, gnu_special, demangle_qualified): Add
4839 code to handle K and B codes.
4840 (do_type, demangle_fund_type): Handle B and K codes.
4841 (remember_Ktype): New function to store K info.
4842 (register_Btype, remember_Btype): New functions for B codes.
4843 (forget_B_and_K_types): New function to destroy B and K info.
4844
4845 Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
4846
4847 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
4848
4849 Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
4850
4851 * config.table: Make locating frag files failsafe even for the
4852 special case if configuring and building in srcdir.
4853
4854 Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
4855
4856 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
4857
4858 Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
4859
4860 * choose-temp.c: Sync with copy in gcc.
4861
4862 Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
4863
4864 * getopt.c: Update to latest FSF version.
4865 * getopt1.c: Likewise.
4866
4867 Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
4868
4869 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
4870 strings that are not actually lengths.
4871
4872 Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
4873
4874 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
4875 (.c.o): Check value of enable_shared, not PICFLAG.
4876 (stamp-picdir): Dito.
4877
4878 Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
4879
4880 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
4881 since it gets built automatically
4882
4883 Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
4884
4885 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
4886 the currently shipping OS.
4887
4888 Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
4889
4890 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
4891 Add fnmatch.o and objalloc.o; remove vasprintf.o.
4892 [config.h]: Define NEED_strsignal.
4893
4894 Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
4895
4896 * functions.def: Correct argument types for strerror and
4897 strsignal. Reported by Alex Gutman <agutman@emc.com>.
4898
4899 Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
4900
4901 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
4902 values.
4903
4904 Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
4905 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
4906
4907 Add mingw32 support.
4908 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
4909 (pwait): New function for mingw32.
4910
4911 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
4912 * config/mt-mingw32: New file.
4913 * xmalloc.c (first_break): Not used for mingw32.
4914 (xmalloc_set_program_name): Don't use sbrk on mingw32.
4915 (xmalloc): Likewise.
4916 (xrealloc): Likewise.
4917
4918 Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
4919
4920 * choose-temp.c: Sync with gcc version.
4921
4922 Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
4923
4924 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
4925 to all filenames in libdir and tooldir.
4926 (distclean): Do MULTICLEAN before deleting Makefile.
4927 (stamp-needed, stamp-config): Add MULTISRCTOP to
4928 pathname for move-if-change.
4929
4930 Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
4931
4932 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
4933
4934 Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
4935
4936 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
4937 was already defined previously.
4938
4939 Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
4940
4941 * Makefile.in (INSTALL): Use ../install-sh, not install.
4942
4943 Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
4944
4945 * Makefile.in (CFILES): Add pexecute.c.
4946
4947 Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
4948
4949 * asprintf.c: Consistently use either stdarg or varargs.
4950
4951 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
4952
4953 * cplus-dem.c (demangle_signature): Don't look for return types on
4954 constructors. Handle member template constructors.
4955
4956 Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
4957
4958 * README: Fix configuration instructions.
4959
4960 Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
4961
4962 * pexecute.c: Update to current version from /gd/gnu/lib:
4963
4964 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
4965
4966 * pexecute.c: Use spawn if __CYGWIN32__.
4967
4968 1997-08-08 Paul Eggert <eggert@twinsun.com>
4969
4970 * pexecute.c: Include "config.h" first, as per autoconf manual.
4971
4972 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
4973
4974 * pexecute.c (fix_argv): New function.
4975 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
4976 Add underscore to cwait function call.
4977
4978 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
4979
4980 * cplus-dem.c (demangle_template): Add new parameter. Handle new
4981 template-function mangling.
4982 (consume_count_with_underscores): New function.
4983 (demangle_signature): Handle new name-mangling scheme.
4984
4985 Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
4986
4987 * asprintf.c: stdarg.h when ALMOST_STDC
4988 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
4989 strncasecmp.o.
4990
4991 Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
4992
4993 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
4994
4995 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
4996
4997 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
4998
4999 Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5000
5001 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
5002
5003 Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5004
5005 * asprintf.c (asprintf): New file.
5006 * Makefile.in (CFILES): Add asprintf.c
5007 * functions.def: Ditto.
5008
5009 Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
5010
5011 * argv.c (dupargv): New function, duplicate an argument vector.
5012
5013 Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
5014
5015 * config/mh-cygwin32: also build random.o
5016
5017 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
5018
5019 * cplus-dem.c: Add 'extern' to prepends_underscore.
5020
5021 Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
5022
5023 * cplus-dem.c: Various changes to produce Java output when passed
5024 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
5025 (main): Support --java and -j flags to set DMGL_JAVA.
5026
5027 Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5028
5029 * config/mh-go32 (CC, AR, RANLIB): Don't define.
5030
5031 Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
5032
5033 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
5034 (pexecute.o): New target.
5035
5036 * Makefile.in (stamp-needed): New target, replacing needed-list.
5037 (needed-list): Just depend upon stamp-needed.
5038 (stamp-config): New target, replacing config.h.
5039 (config.h): Just depend upon stamp-config.
5040 (mostlyclean): Remove stamp-*.
5041
5042 Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
5043
5044 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
5045 INSTALL_DATA for multilibbed installs
5046
5047 Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
5048
5049 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
5050
5051 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
5052
5053 * choose-temp.c (try): Insist that temp dir be searchable.
5054
5055 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
5056
5057 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
5058 for current directory.
5059
5060 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
5061
5062 * pexecute.c: Remove special cases for cygwin32.
5063 (pwait): Remove local definition of `pid'.
5064
5065 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
5066
5067 * pexecute.c (vfork): Supply new definition for VMS.
5068 (pwait): Use waitpid instead of wait for VMS.
5069
5070 Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5071
5072 * cplus-dem.c (do_type): Handle `J'.
5073 (demangle_fund_type): Print "complex" for it.
5074
5075 Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
5076
5077 * configure.in: Don't turn on multilib here.
5078
5079 Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
5080
5081 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
5082 elided; needed by gdb and not present in libc.
5083
5084 Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
5085
5086 * Makefile.in (clean): Remove tmpmulti.out.
5087
5088 Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
5089
5090 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
5091 Add new floatformat, mainly for ARM doubles.
5092
5093 Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
5094
5095 * config.table: Use ${config_shell} with ${moveifchange}. From
5096 Thomas Graichen <graichen@rzpd.de>.
5097
5098 Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
5099
5100 * configure.in: Enable multilibing by default.
5101 Update multilib template to read config-ml.in.
5102
5103 Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
5104
5105 * makefile.vms: Add objalloc.
5106
5107 Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5108
5109 * cplus-dem.c (demangle_it): Add prototype declaration.
5110 (usage, fatal): Likewise.
5111
5112 * xexit.c (_xexit_cleanup): Add prototype.
5113
5114 * strerror.c (init_error_tables): Declare.
5115
5116 Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
5117
5118 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
5119 * strsignal.c: Only define strsignal if NEED_strsignal.
5120 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
5121 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
5122 to xneeded-list.
5123 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
5124 (EXTRA_OFILES): Define to vasprintf.o.
5125 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
5126 (EXTRA_OFILES): Add vasprintf.o.
5127 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
5128 (vxneeded-list): Add vasprintf.o.
5129
5130 Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
5131
5132 * objalloc.c: Include <stdio.h>.
5133
5134 Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
5135
5136 * objalloc.c: New file.
5137 * Makefile.in (CFILES): Add objalloc.c
5138 (REQUIRED_OFILES): Add objalloc.o.
5139 (objalloc.o): New target.
5140
5141 Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
5142
5143 * obstack.c: Update to current FSF version.
5144
5145 Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
5146
5147 * cplus-dem.c: Add prototypes for all static functions.
5148 (mystrstr): Make static. Make arguments and result const.
5149 (cplus_match): Remove; not used.
5150
5151 Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5152
5153 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
5154 __t* symbols.
5155
5156 Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
5157
5158 * spaces.c: Declare malloc and free properly.
5159 * strsignal.c (init_signal_tables): Add prototype.
5160 * xatexit.c (_xexit_cleanup): Add parameter declarations.
5161
5162 Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5163
5164 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
5165 also required because of xmalloc.o.
5166
5167 Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
5168
5169 * strsignal.c: Unconditionally redefine sys_siglist around the
5170 inclusion of the system header files.
5171
5172 Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
5173
5174 * makefile.vms: Remove 8 bit characters. Update to latest
5175 gcc release.
5176
5177 Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
5178
5179 * strsignal.c: Use NEED_sys_siglist instead of
5180 LOSING_SYS_SIGLIST.
5181 * config.table: Don't use mh-lynxos.
5182 * config/mh-lynxos: Remove.
5183
5184 Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
5185
5186 * cplus-dem.c: Fix indenting; make identical to the copy
5187 in GCC.
5188 (do_type, case 'M'): Check for a template as well as a class.
5189
5190 Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5191
5192 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
5193 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
5194 libiberty is incorrect, as well.
5195
5196 Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5197
5198 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
5199 alloca takes a size_t argument, not just unsigned.
5200
5201 Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
5202
5203 * cplus-dem.c: Note that this file also lives in GCC.
5204
5205 Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5206
5207 * alloca.c: Remove include of libiberty.h for hpux.
5208 * argv.c: Replace defs from libiberty.h.
5209 * spaces.c: Put back externs from removed from libiberty.h.
5210 * vasprintf.c: Remove include of libiberty.h for hpux.
5211
5212 Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5213
5214 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
5215
5216 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5217
5218 * cplus-dem.c: Revert last two commits due to conflicts with
5219 hpux system headers.
5220
5221 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5222
5223 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
5224 Revert last commit due to conflicts with hpux system headers.
5225
5226 Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5227
5228 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
5229 libiberty.h when compiled with a standard compiler.
5230
5231 Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
5232
5233 * alloca.c: Include libiberty.h for definition of xmalloc.
5234 Don't redefine NULL.
5235 * argv.c: Move prototypes to libiberty.h.
5236 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
5237 Don't redefine NULL.
5238 Use casts to eliminate compiler warnings.
5239 * spaces.c: Remove prototypes for malloc and free which are
5240 already in libibrty.h.
5241 * strcasecmp.c: Use casts to eliminate compiler warnings.
5242 * vasprintf.c: Include libiberty.h for definition of malloc.
5243 Don't redefine NULL.
5244 * vprintf.c: Include stdarg.h if __STDC__.
5245
5246 Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
5247
5248 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
5249
5250 Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
5251
5252 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
5253 upward components correctly.
5254
5255 Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
5256
5257 * config.table, config/mh-windows: Add support for building under
5258 MSVC (the Microsoft build environment).
5259
5260 Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
5261
5262 * fnmatch.c: Undef const if not __STDC__.
5263
5264 Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
5265
5266 * fnmatch.c: New file.
5267 * Makefile.in (CFILES): Add fnmatch.c.
5268 (REQUIRED_OFILES): Add fnmatch.o.
5269 (fnmatch.o): New target.
5270
5271 Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
5272
5273 * cplus-dem.c (demangle_template): Fix handling of address args.
5274 (gnu_special): Handle type_info stuff.
5275
5276 Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5277
5278 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
5279 (mpwify_filename): Handle "::/" case.
5280
5281 Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
5282
5283 * config/mh-cygwin32: new file (need -DNEED_basename and
5284 -DNEED_sys_siglist for native NT rebuilding)
5285 * config.table (*-*-cygwin32): new entry
5286 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
5287
5288 Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5289
5290 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
5291
5292 Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
5293
5294 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
5295 messed with arguments that included a '/', add escape chars
5296 to double quotes, remove const decl from arg that Mac
5297 compilers don't seem to like.
5298
5299 Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
5300
5301 * pexecute.c: Update test for win32 (&& ! cygwin32).
5302 * choose-temp.c: fix WIN32 preprocessor defines
5303
5304 Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
5305
5306 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
5307 to editing of default makefile rule.
5308
5309 Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
5310
5311 * alloca-norm.h: Include <malloc.h> if _WIN32.
5312 * argv.c: Include non-prototyped decls for malloc and string
5313 functions if ! _WIN32 or if __GNUC__.
5314
5315 Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
5316
5317 * config.h-vms: New file.
5318 * makefile.vms: Use it.
5319
5320 Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
5321
5322 * getopt.c (_getopt_internal): If argc is 0, just return (before
5323 we reference *argv and segfault).
5324
5325 Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
5326
5327 * Makefile.in (distclean): Add multilib.out.
5328
5329 Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
5330
5331 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
5332 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
5333
5334 Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
5335
5336 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
5337
5338 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
5339
5340 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
5341
5342 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
5343 (do_ofiles): Allow nonexistent source file in pass 3.
5344 (chk_deffunc): New routine.
5345
5346 Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
5347
5348 * pexecute.c (PEXECUTE_VERBOSE): Define.
5349 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
5350
5351 Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5352
5353 * Makefile.in (docdir): Removed.
5354
5355 Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5356
5357 * Makefile.in (oldincludedir): Removed.
5358
5359 Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5360
5361 * Makefile.in (datadir): Set to $(prefix)/share.
5362
5363 Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
5364
5365 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
5366 checking for errors from do_type.
5367
5368 Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
5369
5370 * makefile.vms: New file.
5371 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
5372 than declaring malloc, realloc, and sbrk.
5373
5374 Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
5375
5376 * pexecute.c: New file.
5377
5378 Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
5379
5380 * xmalloc.c: Declare sbrk.
5381
5382 Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5383
5384 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
5385 declaration.
5386
5387 Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
5388
5389 * xstrerror.c: Include <stdio.h>.
5390
5391 Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
5392
5393 * Makefile.in (CFILES): Add atexit.c.
5394
5395 Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
5396
5397 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
5398
5399 Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
5400
5401 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
5402 #include <stdio.h>
5403 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
5404
5405 Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
5406
5407 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
5408 Reverts Feb 8, 1995 change.
5409
5410 Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
5411
5412 * choose-temp.c: New file.
5413 * Makefile.in (CFILES): Add choose-temp.c.
5414 (REQUIRED_OFILES): Add choose-temp.o.
5415
5416 Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
5417
5418 * floatformat.c (floatformat_to_double): Don't bias exponent when
5419 handling zero's, denorms or NaNs.
5420
5421 Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
5422
5423 * floatformat.c (floatformat_to_double): Fix bugs with handling
5424 numbers with fractions < 32 bits.
5425
5426 Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
5427
5428 * config.table: Permit --enable-shared to specify a list of
5429 directories.
5430
5431 Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
5432
5433 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
5434 arguments.
5435
5436 Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
5437
5438 * configure.in: If srcdir is `.' and with_target_subdir is not
5439 `.', then set MULTISRCTOP before calling config-ml.in.
5440
5441 Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
5442
5443 * mpw.c (mpw_open): Add debugging output option.
5444
5445 Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
5446
5447 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
5448
5449 Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
5450
5451 * mpw.c (mpwify_filename): Change 6 to 5 in
5452 strncmp (unixname, "/tmp/", 5).
5453
5454 Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
5455
5456 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
5457 handle 0 as a pointer value parameter.
5458
5459 Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
5460
5461 * Makefile.in (all): Depend upon required-list.
5462 (required-list): New target.
5463 (clean): Remove required-list.
5464
5465 Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
5466
5467 * win32.c: Deleted.
5468 * config.table (i386-*-win32): Deleted.
5469 * config/mh-i386win32: Deleted.
5470
5471 Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
5472
5473 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
5474 const char *.
5475 (cplus_mangle_opname): Change return type and opname parameter to
5476 const char *. Don't cast return value.
5477
5478 Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
5479
5480 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
5481 definition.
5482
5483 Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
5484
5485 * obstack.c: Update copyright to 1996.
5486 (_obstack_memory_used): Define new function. Called via
5487 obstack_memory_used macro.
5488
5489 Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
5490
5491 * xstrdup.c: New file.
5492 * Makefile.in (CFILES): Add xstrdup.c.
5493 (REQUIRED_OFILES): Add xstrdup.o.
5494 (xstrdup.o): New target.
5495
5496 Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
5497
5498 * atexit.c: New stub to provide atexit on systems that have
5499 on_exit, like SunOS 4.1.x systems.
5500 * functions.def (on_exit, atexit): Ditto.
5501
5502 Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
5503
5504 * mpw.c (mpw_abort): Remove decl.
5505 (mpw_access): Move debugging printf.
5506
5507 Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
5508
5509 * config.table: Consistently use ${host} rather than ${xhost} or
5510 ${target}.
5511 * configure.in: Don't bother to set ${xhost} before calling
5512 config.table.
5513
5514 Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
5515
5516 * Makefile.in (.c.o): Use test instead of the left bracket, to
5517 avoid problems with some versions of make.
5518
5519 Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
5520
5521 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
5522
5523 Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
5524
5525 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
5526 which was set to just alloca.o, which is now automatically marked
5527 as needed by the autoconfiguration process.
5528
5529 Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
5530
5531 * config.table: Check ${with_cross_host} rather than comparing
5532 ${host} and ${target}.
5533
5534 Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
5535
5536 * configure.in: If with_target_subdir is empty, set xhost to
5537 ${host} rather than ${target} before calling config.table.
5538
5539 Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
5540
5541 * Makefile.in (MULTITOP): Deleted.
5542 (MULTISRCTOP, MULTIBUILDTOP): New.
5543 (FLAGS_TO_PASS): Delete INCDIR.
5544 (INCDIR): Add $(MULTISRCTOP).
5545 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
5546 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
5547 instead of cfg-ml-pos.in.
5548 (cross-compile check): Change to test for with_target_subdir.
5549 (EXTRA_LINKS): Delete.
5550
5551 Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
5552
5553 * mpw-make.sed: Add getpagesize.c.o to needed-list.
5554 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
5555 functions that are supplied by Metrowerks libraries.
5556 (fstat): Clean up descriptor->pointer conversion code.
5557 (InstallConsole, etc): Empty definitions, for when linking
5558 with SIOUX.
5559
5560 Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
5561
5562 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
5563 (.c.o): Stylistic change.
5564
5565 Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
5566
5567 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
5568 phdm@info.ucl.ac.be (Philippe De Muyter).
5569
5570 Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
5571
5572 * configure.in: Correct sed call.
5573
5574 Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
5575
5576 * configure.in: Clean up / simplify for native.
5577
5578 * configure.in: Merge in stuff from ../xiberty/configure.in.
5579 * Makefile.in (CC): Add definition (so it can be overrridden
5580 by ../configure).
5581
5582 Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
5583
5584 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
5585 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
5586 (link): Remove useless definition with error return.
5587 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
5588 Use UnsignedWide type for microsecond counts.
5589
5590 Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
5591
5592 * memcmp.c (memcmp): Argument types are const void *, not void
5593 *const.
5594
5595 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
5596 sys/types.h.
5597 * strcasecmp.c (strcasecmp): Ditto.
5598
5599 Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
5600
5601 * Makefile.in (BISON): Remove macro.
5602
5603 Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
5604
5605 * Makefile.in (HFILES): Add default empty definition.
5606 * mpw-config.in (config.h): Only update if changed.
5607 * mpw-make.in: Remove.
5608 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
5609 * mpw.c: Remove semi-clone of strerror code.
5610 (sys_nerr, sys_errlist): Define here.
5611 (Microseconds): Only define as A-line trap if m68k Mac.
5612
5613 Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
5614
5615 * Makefile.in (maintainer-clean): New synonym for distclean.
5616
5617 Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
5618
5619 * config.table: For host, generalize rs6000-ibm-aix*
5620 to *-ibm-aix* so we also include powerpc.
5621
5622 Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
5623
5624 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
5625
5626 * xstrerror.c: New file.
5627 * Makefile.in, vmsbuild.com: Compile it.
5628
5629 Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
5630
5631 * config.table (i386-*-win32): New.
5632
5633 Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
5634
5635 * Makefile.in (MULTITOP): New variable.
5636 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
5637 (all): Add multilib support.
5638 (install_to_tooldir, *clean): Likewise.
5639
5640 Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
5641
5642 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
5643
5644 Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
5645
5646 * vmsbuild.com: create "new-lib.olb", build libiberty under that
5647 name, and then make it become "liberty.olb" when done, so that an
5648 incomplete build attempt never leaves behind something which looks
5649 like a complete library.
5650
5651 Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
5652
5653 * config/mh-i386pe: New file for PE hosts.
5654 * config.table: Understand PE hosts.
5655
5656 Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5657
5658 * cplus-dem.c: Update from gcc.
5659
5660 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
5661 <stddef.h>.
5662 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
5663
5664 Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
5665
5666 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
5667 * mpw.c: Only test DebugPI once whenever printing debug info.
5668 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
5669 also fix to not write on input filename buffer.
5670 (mpw_access): Use stat() instead of open(), works for directories
5671 as well as files.
5672
5673 Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5674
5675 * Makefile.in: Massage broken shells that require 'else true'.
5676
5677 Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
5678
5679 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
5680 Declare __builtin_alloca in the sparc case, as argv.c did.
5681 * argv.c: Replace inline version of alloca-norm.h at start of file with
5682 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
5683 because alloca-norm.h needs to declare alloca as "PTR".
5684
5685 Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
5686
5687 * win32.c: New file.
5688
5689 Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5690
5691 * dummy.c: #include "alloca-conf.h".
5692
5693 Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5694
5695 * Makefile.in (mostlyclean): Remove stamp-picdir.
5696 (clean): Don't.
5697
5698 Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5699
5700 * config.table (frags): Use toplevel pic frags.
5701
5702 * Makefile.in (PICFLAG): New macro.
5703 (all): Depend on stamp-picdir.
5704 (needed-list): Ditto.
5705 (.c.o): Also build pic object.
5706 (stamp-picdir): New rule.
5707 (mostlyclean): Remove pic.
5708 (clean): Remove stamp-picdir.
5709
5710 Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
5711
5712 * vmsbuild.com (config.h): Add `#define NEED_basename'.
5713
5714 Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
5715
5716 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
5717 to libio-style copyright.
5718 * getpagesize.c: Remove FSF copyright.
5719
5720 Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
5721
5722 Added improved VMS support from Pat Rankin:
5723
5724 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
5725
5726 * vmsbuild.com: new file.
5727
5728 * getpagesize.c (getpagesize): implement for VMS;
5729 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
5730 support for EVMSERR.
5731
5732 Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
5733
5734 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
5735
5736 * floatformat.c (floatformat_arm_ext): Define.
5737
5738 Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
5739
5740 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
5741 strerror.c, strsignal.c: Remove FSF copyright.
5742 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
5743
5744 Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
5745
5746 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
5747 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
5748 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
5749 * strchr.c, strrchr.c: Add cast to suppress const warning.
5750
5751 Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5752
5753 * cplus-dem.c: Use const instead of CONST. Don't include
5754 ansidecl.h directly.
5755
5756 Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5757
5758 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
5759 xrealloc.
5760 (-DMAIN): Don't rely on an externally-defined version number;
5761 instead, require the version number to be defined as a
5762 preprocessor macro. Handle the RS/6000 leading dot. Define
5763 xmalloc, xrealloc and fatal. Don't strip a leading underscore
5764 if we couldn't demangle the word.
5765
5766 Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
5767
5768 (Old mpw.c change descriptions retained for informational value.)
5769 * mpw.c (warning_threshold): Default to .4 sec.
5770 (overflow_count, current_progress): New globals.
5771 (warn_if_spin_delay): Include current progress type,
5772 such as program name, in message.
5773 (mpw_start_progress): Set current_progress variable from arg.
5774 (mpw_end_progress): Report spin delays by power-of-two-size
5775 buckets instead of constant-size buckets.
5776
5777 * mpw.c: Clean up formatting, types, returns, etc.
5778 (ENOSYS): Define.
5779 (mpw_fread, mpw_fwrite): Define.
5780 (sleep): Define correctly.
5781
5782 * mpw.c: New code to implement cursor spinning support.
5783 (umask): New function.
5784 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
5785
5786 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
5787 basenames for MPW and MPW/Unix filenames.
5788 (mpw_special_init): New function, calls Macsbug if desired.
5789
5790 * mpw.c: Add GPL notice.
5791 (mpwify_filename): Add more transformations.
5792 (mpw_fopen): Call mpwify_filename on file names.
5793 (rename): Remove.
5794 (chdir, getcwd): Add simple definitions.
5795
5796 * mpw.c: Random cleanups, remove unused code bits.
5797 Added copy of strerror.c for gcc's use.
5798 (stat, fstat, _stat): New versions based on Guido van Rossum code.
5799
5800 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
5801
5802 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
5803 (fork, vfork, etc): Print error messages if called.
5804 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
5805 rename, chown): Define.
5806
5807 * mpw-config.in: New file, MPW version of configure.in.
5808 * mpw-make.in: New file, MPW version of Makefile.in.
5809 * mpw.c: New file, MPW compatibility routines.
5810
5811 Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5812
5813 * basename.c: Include config.h before checking for NEED_basename.
5814
5815 Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5816
5817 * functions.def: Add DEFFUNC for basename.
5818
5819 * basename.c: Only define basename if NEED_basename.
5820
5821 Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5822
5823 * config.table: Fix --enable-shared logic for native builds.
5824
5825 Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5826
5827 * cplus-dem.c (demangle_template): Demangle bool literals properly.
5828
5829 Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
5830
5831 * strtol.c strtoul.c: Replace these with less buggy versions from
5832 NetBSD. (strtoul in particular couldn't handle base 16.)
5833
5834 Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
5835
5836 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
5837
5838 * clock.c: If NO_SYS_PARAM_H is defined, don't include
5839 <sys/param.h>.
5840 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
5841
5842 Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
5843
5844 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
5845 a number; ANSI appears to permit any expression, including a
5846 function call.
5847
5848 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
5849 xiberty.
5850 * config/mt-vxworks5: New file.
5851
5852 Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
5853
5854 * basename.c (basename): Change argument to be const.
5855
5856 Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5857
5858 * Makefile.in (lneeded-list): Don't worry about xmalloc.
5859
5860 Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
5861
5862 * Makefile.in (distclean): Delete xhost-mkfrag.
5863
5864 Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5865
5866 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
5867
5868 Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
5869
5870 * hex.c: New file.
5871 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
5872 (hex.o): Add dependencies.
5873
5874 * cplus-dem.c (demangle_prefix): For GNU style constructor and
5875 destructor names, try demangling the remainder of the string.
5876
5877 Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
5878
5879 * vasprintf.c (int_vasprintf): New static function.
5880 (vasprintf): Use int_vasprintf. Removes assumption that va_list
5881 is assignment compatible.
5882
5883 Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
5884
5885 * Makefile.in (LIBCFLAGS): New variable.
5886 (FLAGS_TO_PASS): Pass it.
5887 (.c.o): Use it.
5888
5889 Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
5890
5891 * getopt.c, getopt1.c: Do compile these functions under Linux,
5892 since many native versions are based on glibc but are buggy.
5893
5894 Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
5895
5896 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
5897 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
5898
5899 Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
5900
5901 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
5902 * functions.def: Remove vasprintf.
5903
5904 Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
5905
5906 * xmalloc.c (first_break): New static variable.
5907 (xmalloc_set_program_name): Record sbrk (0) in first_break.
5908 (xmalloc): If memory allocation fails, try to report how much
5909 memory was allocated by the program up to this point.
5910 (xrealloc): Likewise.
5911
5912 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
5913
5914 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
5915 when linking dummy.
5916 * config.table: Add host RISCiX Makefile frag.
5917 * config/mh-riscix: New file.
5918
5919 Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
5920
5921 * Makefile.in (FLAGS_TO_PASS): Define.
5922 ($(RULE1)): Use $(FLAGS_TO_PASS).
5923
5924 Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
5925
5926 * vasprintf.c: Include <string.h>.
5927 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
5928 * xatexit.c: Declare malloc.
5929
5930 Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
5931
5932 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
5933 one below).
5934
5935 Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
5936
5937 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
5938 the type index is greater than 9.
5939
5940 Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
5941
5942 * cplus-dem.c (demangle_qualified): accept optional '_' between
5943 qualified name. This is baecause the template name may end with
5944 numeric and can mixed up with the length of next qualified name.
5945
5946 Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
5947
5948 * config/mt-sunos4: Use our standard location for cross-includes
5949 and cross-libs when the target is also a "host" environment (ie no
5950 newlib; includes and such don't belong to us). This is specific
5951 to the Cygnus Support environment.
5952
5953 Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
5954
5955 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
5956 xxx<ch=81>.
5957
5958 Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
5959
5960 * cplus-dem.c (main): flush stdout to make pipe work.
5961
5962 Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
5963
5964 * config.table (*-*-cxux7*): Recognize.
5965 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
5966 Harris-specific float format.
5967 * config/mh-cxux7: New file.
5968
5969 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5970
5971 * cplus-dem.c (demangle_template): Make sure that the result of
5972 consume_count doesn't index beyond the end of the string.
5973
5974 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5975
5976 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
5977 earlier. Improve test for new vtable mangling. Change output back
5978 to `virtual table'.
5979
5980 Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
5981
5982 * obstack.c: Always compile this code, even if using the GNU
5983 library. Avoids problems with relatively recent binary
5984 incompatibility.
5985
5986 Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5987
5988 * cplus-dem.c: Include libiberty.h.
5989 (xmalloc, xrealloc, free): Don't declare.
5990 (strstr): Don't declare parameters.
5991 (xmalloc, xrealloc): Don't define.
5992 (long_options): Add no-strip-underscores.
5993 (main): Call xmalloc_set_program_name. Pass n in short options to
5994 getopt_long. Handle option 'n' to not strip underscores.
5995 (usage): Mention -n and --no-strip-underscores.
5996
5997 Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
5998
5999 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
6000 space.
6001 (gnu_special): Demangle template and qualified names in a vtable name.
6002
6003 Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6004
6005 From gas-2.3 and binutils-2.4 net releases:
6006
6007 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
6008
6009 * makefile.dos: [new] Makefile for dos/go32
6010 * configure.bat: update for latest files
6011 * msdos.c: remove some functions now in libc.a
6012
6013 Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
6014
6015 * cplus-dem.c (gnu_special): Recognize thunks, as well as
6016 the new naming style for vtables (when -fvtable-thunks).
6017
6018 Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6019
6020 * Makefile.in (XTRAFLAGS): Don't define.
6021 (.c.o, dummy.o): Don't use XTRAFLAGS.
6022 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
6023
6024 Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6025
6026 * vasprintf.c: New file.
6027 * Makefile.in, functions.def: Add it.
6028
6029 Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
6030
6031 * cplus-dem.c (demangle_fund_type): Grok bool.
6032
6033 Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
6034
6035 * config.table: Add go32
6036 * config/mh-go32: New template.
6037
6038 Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
6039
6040 * config.table, config/mt-sunos4: config for when sun4 is cross target.
6041
6042 Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6043
6044 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
6045 Declare strlen to return int. Don't include stddef.h.
6046
6047 Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
6048
6049 * getopt.c: Delete use of IN_GCC to control whether
6050 stddef.h or gstddef.h is included.
6051
6052 Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
6053
6054 * cplus-dem.c (demangle_signature): Fix a bug in template function
6055 type numbering.
6056
6057 Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
6058
6059 * cplus-dem.c (demangle_signature): Fix template function with arm
6060 style argument type number, Tn.
6061
6062 Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
6063
6064 * cplus-dem.c (optable): Add new[] and delete[].
6065
6066 Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6067
6068 * argv.c (buildargv): Don't produce empty argument just because
6069 there is trailing whitespace.
6070
6071 Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
6072
6073 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
6074 Handle 'p' same as 'P'.
6075 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
6076
6077 Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6078
6079 * floatformat.c (get_field, put_field): Fix off by one error in
6080 little endian case.
6081
6082 Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6083
6084 * floatformat.c (floatformat_from_double): Pass unsigned char *,
6085 not char *, to put_field.
6086
6087 Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
6088
6089 * memmove.c: Re-wrote; placed in public domain.
6090
6091 Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6092
6093 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
6094 __Q* as a constructor.
6095
6096 Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
6097
6098 * ieee-float.c: Removed; no longer used.
6099 * Makefile.in: Changed accordingly.
6100
6101 Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6102
6103 * floatformat.c (get_field): Removed unused local variable i.
6104 (put_field): Removed unused local variable i.
6105
6106 Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6107
6108 * floatformat.c: New file, intended to replace ieee-float.c.
6109 * Makefile.in: Change accordingly.
6110
6111 Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6112
6113 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
6114 (_getopt_initialize): New function, broken out of _getopt_internal.
6115 (_getopt_internal):
6116 If long_only and the ARGV-element has the form "-f", where f is
6117 a valid short option, don't consider it an abbreviated form of
6118 a long option that starts with f. Otherwise there would be no
6119 way to give the -f short option.
6120
6121 Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6122
6123 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
6124 Test just __STDC__, not emacs.
6125
6126 Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6127
6128 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
6129 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
6130
6131 Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6132
6133 * getopt.c (_NO_PROTO): Define before config.h is included.
6134
6135 Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6136
6137 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
6138 <config.h> only under these, else "config.h".
6139
6140 Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6141
6142 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
6143 <config.h> instead of "config.h".
6144
6145 Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
6146
6147 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
6148 whether to use prototypes or not.
6149 * strerror.c (const): Never undefine; let ansidecl.h handle it.
6150 * strsignal.c (const): Likewise.
6151
6152 Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6153
6154 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
6155 Merging common and initialized variables need not be supported by
6156 ANSI C compilers.
6157 (xatexit): Initialize _xexit_cleanup if not already set.
6158 * xexit.c: Comment fix.
6159
6160 Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6161
6162 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
6163 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
6164 assuming that realloc works correctly.
6165
6166 Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6167
6168 * concat.c, ieee-float.c: Replace inclusion of <string.h>
6169 with explicit function declarations, as recommended by Ian Taylor.
6170
6171 Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
6172
6173 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
6174 (malloc, realloc): Declare.
6175
6176 Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6177
6178 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
6179 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
6180 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
6181 * xmalloc.c: Likewise.
6182 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
6183 macros, not <varargs.h> macros.
6184 * spaces.c (spaces): Make return type const. Don't crash if
6185 malloc returns NULL.
6186 * strerror.c (struct error_info): Make name and msg fields const.
6187 (error_names): Make const.
6188 (strerrno): Make const.
6189 (strtoerrno): Make argument const.
6190 * strsignal.c (struct signal_info): Make name and msg fields
6191 const.
6192 (signal_names, sys_siglist): Make const.
6193 (strsignal, strsigno): Make const.
6194 (strtosigno): Make argument const.
6195 * xatexit.c: Declare parameter types.
6196 * xmalloc.c (name): Make const.
6197 (xmalloc_set_program_name): Make argument const.
6198 * Makefile.in (INCDIR): Define.
6199 (.c.o): Use $(INCDIR).
6200 (dummy.o): Likewise.
6201 (argv.o, basename.o): New targets; depend on libiberty.h.
6202 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
6203 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
6204 (xmalloc.o): Likewise.
6205 (cplus-dem.o): New target; depend on demangle.h.
6206 (getopt.o, getopt1.o): New targets; depend on getopt.h.
6207 (ieee-float.o): New target; depend on ieee-float.h.
6208 (obstack.o): New target; depend on obstack.h.
6209
6210 Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6211
6212 Handle obstack_chunk_alloc returning NULL. This allows
6213 obstacks to be used by libraries, without forcing them
6214 to call exit or longjmp.
6215 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
6216 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
6217 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
6218
6219 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6220
6221 * concat.c, ieee-float.c: Include <string.h>.
6222
6223 Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6224
6225 * xmalloc.c (xmalloc_set_program_name): New function.
6226 (xmalloc, xrealloc): Include the name in the error message, if set.
6227
6228 * Replace atexit.c with xatexit.c.
6229 * Makefile.in (CFILES), functions.def: Change references.
6230
6231 Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
6232
6233 * getruntime.c (get_run_time): Use getrusage or times if
6234 HAVE_GETRUSAGE or HAVE_TIMES are defined.
6235
6236 Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6237
6238 * atexit.c: New file.
6239 * Makefile.in (CFILES), functions.def: Add it.
6240 * xexit.c: New file.
6241 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
6242 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
6243 Change request for 0 bytes into request for 1 byte.
6244
6245 Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6246
6247 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
6248 unsigned long, to avoid warnings.
6249
6250 Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6251
6252 * dummy.c: Don't include time.h ever; always define clock_t as
6253 "unsigned long". Until gcc/fixincludes ensures that clock_t
6254 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
6255 exist, clock_t probably doesn't either.
6256
6257 Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
6258
6259 * clock.c, getruntime.c: New files.
6260 * Makefile.in: Add to file lists.
6261 * functions.def (clock): Add to list.
6262 * dummy.c (time.h): Add if __STDC__.
6263 (clock_t): #define as "unsigned long" if not __STDC__.
6264
6265 Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6266
6267 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
6268 Edler).
6269
6270 Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6271
6272 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
6273 linking.
6274
6275 Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
6276
6277 * cplus-dem.c (demangle_arm_pt): New function. Common code
6278 for ARM template demangling.
6279 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
6280 * cplus-dem.c (demangle_prefix): Likewise.
6281
6282 Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
6283
6284 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
6285
6286 Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
6287
6288 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
6289 * strerror.c, strsignal.c: As a small space optimization, don't
6290 include messages when they aren't actually used.
6291
6292 Merge changes from takefive.co.at!joe (Josef Leherbauer)
6293 * cplus-dem.c (demangle_prefix, demangle_function_name,
6294 cplus_demangle_opname): Fixes for systems where cplus_marker
6295 is something other than '$'.
6296
6297 Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
6298
6299 * waitpid.c: Simple-minded approcimation to waitpid
6300 using vanilla wait.
6301 * functions.def, Makefile.in: Update accordingly,
6302
6303 Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
6304
6305 * cplus-dem.c(demangle_template): fix bug template instantiation
6306 with value of user defined type.
6307
6308 Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
6309
6310 * cplus-dem.c(cplus_demangle_opname): add the subject new function
6311 to support unified search of operator in class.
6312
6313 Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6314
6315 gcc -Wall lint:
6316 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
6317 "digit = *s" as condition in while loop.
6318
6319 Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
6320
6321 * Makefile.in: pass SHELL to recursive make
6322
6323 Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
6324
6325 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
6326 be (const char*), for ANSI (and gcc w/fixproto) consistency.
6327
6328 Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6329
6330 * config.table: Make *-*-hiux* use mh-hpux.
6331
6332 Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6333
6334 * config.table: Add * to end of all OS names.
6335
6336 Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6337
6338 * Makefile.in (lneeded-list): ensure that object file names are
6339 not duplicated, as multiple instances of the same object file in
6340 a library causes problems on some machines
6341
6342 Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6343
6344 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
6345
6346 Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6347
6348 * strncasecmp.c: new file, implements strncasecmp
6349 * strcasecmp.c: new file, implement strcasecmp
6350
6351 * Makefile.in (CFILES): list these two new source files
6352
6353 * functions.def: add strcasecmp and strncasecmp entries
6354
6355 Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6356
6357 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
6358 according to ANSI C.
6359
6360 Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
6361
6362 * cplus-dem.c: add support of ARM global constructor/destructor,
6363 and 'G' for passing record or union in parameter.
6364
6365 Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6366
6367 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
6368 should not be in functions.def.
6369
6370 Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6371
6372 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
6373 not be in functions.def.
6374
6375 Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
6376
6377 * cplus-dem.c: change globl constructor/destructor to proper name
6378
6379 Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
6380
6381 * cplus-dem.c: fix bug in constructor/destructor
6382
6383 Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
6384
6385 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
6386
6387 Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
6388
6389 * cplus-dem.c: Fix demangle_template prototype
6390
6391 Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
6392
6393 * cplus-dem.c: fix template demangling
6394 * cplus-dem.c: fix const type demangling
6395 * cplus-dem.c: fix constructor/destructor, virtual table,
6396 qualifier, global constructor/destructor demangling
6397
6398 Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6399
6400 * strsignal.c, strerror.c: Use fully-bracketed initializer to
6401 keep gcc -Wall happy.
6402
6403 Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
6404
6405 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
6406 patch.
6407
6408 Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6409
6410 Patch from Paul Flinders:
6411 * cplus-dem.c (do_type): Deal with arrays.
6412
6413 Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6414
6415 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
6416 than 9 classes.
6417
6418 Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
6419
6420 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
6421 not initialized" warnings under HP/UX
6422
6423 Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6424
6425 * strerror.c: Move include of stdio.h after sys_errlist #define.
6426 Also remove NULL definition (stdio.h always defines NULL, so it
6427 never did anything but clutter up the code).
6428
6429 Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6430
6431 * Makefile.in, functions.def: handle xmalloc.c
6432
6433 * xmalloc.c: provide xmalloc and xrealloc functions
6434
6435 Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6436
6437 * cplus-dem.c: Fix a comment.
6438
6439 Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6440
6441 * getopt1.c: Declare const the way getopt.c does.
6442
6443 Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6444
6445 * obstack.c, alloca.c: Update from FSF.
6446 * getopt.c, getopt1.c: Update to current FSF version, which
6447 doesn't use alloca.
6448
6449 Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
6450
6451 * Makefile.in (demangle): Add the target with a message saying
6452 where demangle went.
6453
6454 Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6455
6456 * Makefile.in: Remove obsolete `demangle' target.
6457
6458 Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
6459
6460 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
6461 avoid infinite loop on vtbl symbols with disambiguating "junk"
6462 tacked on the end.
6463
6464 Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
6465
6466 * strsignal.c: work around some systems losing definitions of
6467 sys_siglist
6468
6469 * config/mh-lynxos: this system has a losing definition of
6470 sys_siglist
6471
6472 * config.table: use mh-lynxos for *-*-lynxos
6473
6474 Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6475
6476 * config.table: Add support for HPPA BSD hosts.
6477
6478 * config/mh-hpbsd: New file.
6479
6480 Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
6481
6482 * Makefile.in (TAGS): make work when srcdir != objdir.
6483
6484 Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6485
6486 * cplus-dem.c (main): Add long options, including --help and
6487 --version.
6488 (usage): New function from code in main.
6489
6490 Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
6491
6492 * config.table: New shell scipt, sourced by both ./configure,in
6493 and ../xiberty/configure.in, to avoid maintainance lossages.
6494 * configure.in and ../xiberty/configure.in: Use config.table.
6495
6496 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
6497 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
6498 * ../xiberty/configure.in: Update from ./configure.in.
6499
6500 Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6501
6502 * Makefile.in: remove parentdir support
6503
6504 Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6505
6506 * cplus-dem.c (xrealloc): Match definition with prototype.
6507
6508 Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6509
6510 * cplus-dem.c (demangle_prefix): Demangle cfront
6511 local variables as an extension to ARM demangling.
6512
6513 Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6514
6515 * ieee-float.c: Don't require pointers to double to be aligned.
6516
6517 Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
6518
6519 (merge changes from dlong@cse.ucsc.edu)
6520 * cplus-dem.c (consume_count): Simplify.
6521 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
6522 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
6523
6524 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
6525 full prototypes.
6526 * cplus-dem.c (free): Add prototype.
6527 * cplus-dem.c (optable): Fully bracketize initializer.
6528
6529 Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
6530
6531 * cplus-dem.c: Whether initial underscores are stripped
6532 depends on the external variable prepends_underscore
6533 (which is generated by the binutils Makefile).
6534
6535 Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
6536
6537 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
6538
6539 Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
6540
6541 * cplus-dem.c (consume_count): Return zero if arg does not
6542 start with digit, and don't consume any input.
6543
6544 Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
6545
6546 * Makefile.in (demangle): Use ${srcdir} not $^.
6547
6548 * strtod.c: New file, needed at least for BSD 4.3.
6549
6550 Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
6551
6552 * strsignal.c (sys_siglist): For ANSI compilations, type is
6553 "const char *const". Also remove conditionalization on __STDC__
6554 since const is defined away for non-ANSI.
6555
6556 Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
6557
6558 * configure.in: Recognize *-*-hpux.
6559 * config/mh-hpux: New file.
6560
6561 Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
6562
6563 * tmpnam.c: Added ANSI tmpnam() function.
6564 * functions.def, Makefile.in: Update accordingly.
6565
6566 Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6567
6568 * cplus-dem.c (demangle_function_name): Get the demangling of
6569 stop__1A right.
6570
6571 Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
6572
6573 * cplus-dem.c: Declare strstr return type.
6574
6575 Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
6576
6577 * strsignal.c: Add some AIX signals.
6578
6579 Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
6580
6581 * Makefile.in (MAKEOVERRIDES): Define to be empty.
6582
6583 Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6584
6585 * Makefile.in: add installcheck & dvi targets
6586
6587 Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
6588
6589 * ieee-float.c: New file, moved from ../gdb (since it is
6590 needed by ../opcode/m68k-dis.c).
6591
6592 Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
6593
6594 * cplus-dem.c: Replace all references to cfront with ARM.
6595
6596 Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
6597
6598 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
6599 to be more useful as a filter.
6600
6601 Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
6602
6603 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
6604 destination directory before running $(RANLIB), in case that
6605 program tries to create a file in the current directory as part of
6606 its work.
6607
6608 Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
6609
6610 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
6611 because BSD 4.4 lacks one. Isn't this fun?
6612
6613 Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
6614
6615 * cplus-dem.c (demangle_signature): Set func_done after
6616 demangling a template.
6617 * cplus-dem.c (demangle_template): Fix several small bugs
6618 in demangling GNU style templates.
6619 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
6620 style constructors.
6621 * cplus-dem.c (gnu_special): Fix for templates in GNU style
6622 static data members.
6623
6624 Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
6625
6626 * cplus-dem.c (demangle_signature): Modify to include type
6627 modifiers like static and const in remembered types.
6628
6629 Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
6630
6631 * cplus-dem.c (demangled_qualified): Add new parameter that tells
6632 whether to prepend or append the qualifiers.
6633 * cplus-dem.c (string_prepends): Used now, remove #if 0.
6634 * cplus-dem.c (demangle_signature): Call demangle_qualified
6635 with prepending.
6636 * cplus-dem.c (gnu_special): Recognize static data members that
6637 use qualified names.
6638 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
6639 temporary buffer and the prepend or append them to the result,
6640 as specified by the new "append" flag.
6641 * cplus-dem.c (do_type): Call demangled_qualified with
6642 appending.
6643
6644 Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
6645
6646 * strsignal.c (signal_table): Now const.
6647 (init_signal_tables): Variable eip now points to const.
6648
6649 * strerror.c (error_table): Now const.
6650 (init_error_tables): Variable eip now points to const.
6651
6652 Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
6653
6654 * memchr.c (memchr): New (ANSI standard) function.
6655 * Makefile.in, functions.def: Added memchr.
6656 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
6657
6658 Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6659
6660 * getopt.c: remove use of USG around <alloca.h>, which never meant
6661 anything anyway
6662
6663 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
6664 of USG and USGr4
6665
6666 Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
6667
6668 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
6669 it's now a type according to the ANSI X3J16 working paper; output
6670 "wchar_t" for it.
6671 (demangle_template): Accept `w' as an integral type.
6672 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
6673 counterparts malloc and realloc to `char *'.
6674 (main): Exit with a 0 status.
6675 * Makefile.in (demangle): Don't expect the user to define
6676 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
6677 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
6678
6679 Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
6680
6681 * Makefile.in (AR_FLAGS): Avoid verbosity.
6682 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
6683 replace USGr4 with HAVE_SYSCONF.
6684 * config/mh-solaris: Remove; mh-sysv4 works now.
6685 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
6686 * configure.in: Simplify host matching table, remove separate
6687 solaris config file.
6688
6689 Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
6690
6691 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
6692
6693 Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
6694
6695 * cplus-dem.c (xmalloc, xrealloc): Add decls.
6696 (remember_type): Don't cast xmalloc.
6697 (string_need): Likewise; don't cast xrealloc either.
6698
6699 Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
6700
6701 * Makefile.in, functions.defs, rename.c: added simple
6702 implementation of rename, since some binutils programs use it.
6703
6704 Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
6705
6706 * strsignal.c: Add appropriate 'const' to sys_siglist
6707 extern declaration (if __STDC__). (Needed for Linux.)
6708 * strsignal.c (strsignal): Add cast to remove const-ness.
6709
6710 Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
6711
6712 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
6713 before "'s, diagnosed by BSD 4.4 awk.
6714
6715 Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
6716
6717 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
6718 and $(NEEDED_LIST), to give some hooks for xiberty.
6719
6720 Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6721
6722 * configure.in: use cpu-vendor-triple instead of nested cases
6723
6724 Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
6725
6726 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
6727 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
6728 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
6729 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
6730 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
6731 Convert from using GPL to LGPL.
6732
6733 Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
6734
6735 * Makefile.in (errors): Leave dummy.o and dummy around so that
6736 we can see how the needed list was generated (it's sometimes wrong).
6737 (mostlyclean): Remove them.
6738
6739 Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
6740
6741 * getcwd.c: supply a default if MAXPATHLEN is not defined.
6742
6743 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
6744
6745 Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
6746
6747 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
6748 when cross-compiling.
6749
6750 Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
6751
6752 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
6753 as a time optimization.
6754
6755 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
6756 be more expensive than simply demangling.
6757
6758 * cplus-dem.c (cplus_match): new function.
6759
6760 Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
6761
6762 * cplus-dem.c: #include <stdio.h>, to define NULL.
6763 Define current_demangling_style.
6764
6765 Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
6766
6767 * cplus-dem.c: New file, moved from ../gdb.
6768 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
6769 function, to avoid compiling in target-dependency for CPLUS_MARKER.
6770 * cplus-dem.c (cplus_demangle): Allow demangling style option
6771 to be passed as a parameter, but using the global variable
6772 current_demangling_style as a default.
6773 * Makefile.in: Update for cplus-dem.c
6774
6775 Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
6776
6777 * obstack.c: Merge in comment changes from FSF version. Now
6778 matches the FSF version exactly.
6779
6780 Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
6781
6782 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
6783 least on losing DECstations!); use if-then-else instead.
6784
6785 Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
6786
6787 * Makefile.in: always create installation directories.
6788
6789 Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6790
6791 * Makefile.in: clean up definition of CFILES, more comments
6792
6793 Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
6794
6795 * getopt.c (my_index): Make first arg const to match strchr,
6796 which it sometimes is remapped to.
6797
6798 Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
6799
6800 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
6801 * obstack.c (_obstack_begin): Initialize use_extra_arg.
6802 * obstack.c (_obstack_begin_1): New, from FSF version.
6803
6804 Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
6805
6806 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
6807 extra_arg.
6808 * obstack.c (_obstack_begin): Remove area_id and flags arguments
6809 (previously added for mmalloc support, interface has changed).
6810 Also convert flags usage to use use_extra_arg and maybe_empty_object.
6811
6812 Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
6813
6814 * argv.c: Move expandargv inline and eliminate static variables.
6815 Rewrite to always allocate in powers of two. Fix to return an
6816 argv with a single null string arg if passed a null string.
6817
6818 Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
6819
6820 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
6821 "(void)" casts from function calls where the return value is
6822 ignored, in accordance with GNU coding standards.
6823
6824 Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
6825
6826 * bcopy.c, strerror.c, strsignal.c: Lint.
6827
6828 Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6829
6830 * getopt.c: merge changes from make.
6831
6832 Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
6833
6834 * alloca.c: Incorporate fixes from gdb/alloca.c.
6835 FIXME: Eventually move gdb's alloca configuration files here,
6836 and remove gdb/alloca.c and its Makefile.in support.
6837
6838 Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
6839
6840 * dummy.c: Define NOTHING to /*nothing*/, change return type
6841 of main to int and return zero.
6842 * functions.def: Supply NOTHING as the fourth arg to macros
6843 that don't have an explicit arg, to satisfy picky preprocessors.
6844
6845 Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
6846
6847 * Makefile.in: Clean up *clean rules, as per standards.texi.
6848
6849 Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6850
6851 * getopt.c, getopt1.c: merged largely gratuitous, mostly
6852 whitespace diffs from other prep distributions.
6853
6854 Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
6855
6856 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
6857 it is broken on ncr 3000's.
6858
6859 Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
6860
6861 * sigsetmask.c: Rewrite. Old one was very confused about its
6862 arguments and result. New one can't do much, but at least knows
6863 what it can't do, and it's good enough for GDB's use.
6864
6865 Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
6866
6867 * functions.def: Use proper prototype for strtoul.
6868
6869 Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
6870
6871 * Makefile.in: Add random.c.
6872 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
6873 * configure.in: update solaris2 config.
6874
6875 Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
6876
6877 * random.c: Add for random() and srandom().
6878 * functions.def: Add random
6879
6880 Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
6881
6882 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
6883 using /usr/ucb/install.
6884
6885 Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
6886
6887 * strerror.c: Kludge to guard against a conflict with
6888 possible declaration of sys_errlist in errno.h.
6889
6890 Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
6891
6892 * configure.in, config/mh-solaris: add solaris2 config support.
6893
6894 Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
6895
6896 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
6897 is not defined (should be defined in signal.h, says Posix.).
6898
6899 Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
6900
6901 * getopt.c: merged changes from make-3.62.11.
6902
6903 Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
6904
6905 * getopt.c: merged changes from bison-1.18.
6906
6907 Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
6908
6909 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
6910 since that introduces a circular dependency.
6911 ($(EXTRA_OFILES) are used to build config.h.)
6912
6913 * strtoul.c: Fixes to handle non-decimal bases better.
6914
6915 Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
6916
6917 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
6918 * Makefile.dos: Finish MINUS_G eradication.
6919 * Makefile.in (CFILES): Add strsignal.c.
6920 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
6921 * Makefile.in (needed-list): Split creation of errors file to
6922 separate make target.
6923 * Makefile.in (config.h, needed2.awk, errors): New targets.
6924 * Makefile.in (clean): Split to multiple lines, add needed2.awk
6925 and config.h.
6926 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
6927 * functions.def (strerror): Remove from optional list.
6928 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
6929 * functions.def (strerror, psignal): DEFFUNC's
6930 * strerror.c: Rewrite from scratch to use sys_errlist only if
6931 available, add errno_max(), add strerrno(), add strtoerrno(),
6932 add test driver.
6933 * strsignal.c: New file, signal equivalent to strerror.c.
6934 Uses sys_siglist if available, defines signo_max(), strsignal(),
6935 strsigno(), strtosigno(), psignal(), and test driver.
6936
6937 Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
6938
6939 * Makefile.in: do not print recursion line.
6940
6941 * Makefile.in: allow CFLAGS to be passed in from command line.
6942 Removed MINUS_G. Default CFLAGS to -g.
6943
6944 Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
6945
6946 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
6947 so libg++ users don't have to be inconvenienced by a
6948 libc.a bug (libc.a needs copysign, but doesn't define it!).
6949 * configure.in: Use config/mh-aix.
6950 * strtoul.c: Handle '-' as required by ANSI.
6951 Clean up radix handling.
6952 * strstr.c: Fix buggy algorithm.
6953 * Makefile.in: Change so that ${EXTRA_OFILES} is
6954 appended to needed-list (which is used by libg++).
6955
6956 Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
6957
6958 * configure.in: Recognize new ncr3000 config.
6959 * config/mh-ncr3000: New config file.
6960
6961 Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
6962
6963 * argv.c, dummy.c: Lint.
6964
6965 Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
6966
6967 * config/mh-sysv4: New config file.
6968 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
6969 host_os == sysv4.
6970 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
6971 pagesize.
6972
6973 Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
6974
6975 * getopt.c: Lint.
6976
6977 Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
6978
6979 * functions.def (alloca): Fix return type and args to avoid
6980 type clash with gcc's builtin alloca.
6981
6982 Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
6983
6984 * configure.in, config/mh-irix4: irix4 support.
6985
6986 * Makefile.in, functions.def, alloca.c: added alloca.
6987
6988 Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
6989
6990 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
6991
6992 Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
6993
6994 * argv.c: Fix various external function definitions to be
6995 correct in an ANSI compilation environment.
6996
6997 Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
6998
6999 * obstack.c: Changes to support calling mmalloc functions,
7000 which take an additional argument over malloc functions.
7001
7002 Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
7003
7004 * added check target.
7005
7006 Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
7007
7008 * argv.c: #include alloca-conf.h (needed by AIX).
7009
7010 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7011
7012 * Makefile.in, configure.in: removed traces of namesubdir,
7013 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7014 copyrights to '92, changed some from Cygnus to FSF.
7015
7016 Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
7017
7018 * argv.c: Check in Fred's version which fixes problems with
7019 alloca().
7020
7021 Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
7022
7023 * makefile.dos: Remove NUL to keep patch from failing.
7024
7025 Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
7026
7027 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
7028
7029 Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
7030
7031 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
7032
7033 Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
7034
7035 * argv.c: New file to build and destroy standard argument
7036 vectors from a command string.
7037
7038 * Makefile.in: Add argv.c and argv.o to appropriate macros.
7039
7040 Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
7041
7042 * configure.in: Change svr4 references to sysv4.
7043
7044 * rindex.c: Declare return type of externally used function
7045 strrchr().
7046
7047 Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
7048
7049 * Makefile.in: Remove "***" in normal output, since Make produces
7050 this on errors, and it's convenient to search for.
7051
7052 Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
7053
7054 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
7055 New ANSI functions. The old non-ANSI functions (such as bcopy)
7056 should be avoided.
7057 * bcopy.c: Fix to correctly handle overlapping regions.
7058 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
7059 * functions.def: Add the new functions.
7060 * functions.def: Add 4th parameter to DEF macro,
7061 an ansidecl.h-style prototype.
7062 * dummy.c: Use expanded DEF macro to create a dummy function
7063 call, with correct parameter types. (This avoids some
7064 complaints from gcc about predefined builtins.)
7065
7066 Move the functionality of config/mh-default into Makefile.in.
7067 This avoid duplication, and simplifies things slightly.
7068 * Makefile.in: Tweak so we don't need config/mh-default.
7069 * README: Update.
7070 * configure.in: No longer need config/mh-default.
7071 * config/mh-default: Deleted.
7072 * config/mh-sysv: Remove lines copied from old mh-default.
7073
7074 Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
7075
7076 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
7077 'mknod' device numbers.
7078
7079 Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
7080
7081 * fdmatch.c, Makefile.in: Add new function that takes two
7082 open file descriptors and returns nonzero if they refer to
7083 the same file, zero otherwise. (used in gdb)
7084
7085 Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
7086 From DJ:
7087 * msdos.c: stub functions for dos.
7088 * makefile.dos, configdj.bat: new.
7089 * getopt.c: Don't include alloca-conf.h in a GO32 world.
7090
7091
7092 Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7093
7094 * Makefile.in: infodir belongs in datadir.
7095
7096 Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7097
7098 * Makefile.in: remove spaces following hyphens because bsd make
7099 can't cope. added standards.text support. install using
7100 INSTALL_DATA.
7101
7102 * configure.in: remove commontargets as it is no longer a
7103 recognized hook.
7104
7105 Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7106
7107 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7108 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7109 and mandir now keyed off datadir by default.
7110
7111 Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
7112
7113 * Makefile.in: find-needed.awk does not fit in 14 chars.
7114
7115 * Makefile.in: Suppress error checking when compiling the test
7116 program, because Ultrix make/sh aborts there due to a bug.
7117
7118 Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
7119
7120 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
7121 * README: Explained how the auto-configuration works,
7122 and how to add new files and/or configurations.
7123
7124 Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
7125
7126 * strtoul.c: Avoid defining ULONG_MAX if already defined;
7127 cast a const char * to char * for pedants.
7128
7129 * getopt.c: Only define "const" after local include files get to,
7130 and only if they haven't defined it.
7131
7132 Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
7133
7134 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
7135 emulate it with getwd() if available. This avoids callers having
7136 to find a MAXPATHLEN or PATH_MAX value from somewhere.
7137 * Makefile.in, functions.def: getwd->getcwd.
7138 * configure.in: Use generic case for every system.
7139 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
7140 * config/mh-sysv: Use default handling, just add -DUSG.
7141
7142 Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
7143
7144 * Makefile.in, config/mh-default: Re-do make magic
7145 so that for the default ("automatic") mode we only
7146 compile the files we actually need. Do this using
7147 a recursive make: The top-level generates the list
7148 of needed files (loosely, the ones missing in libc),
7149 and then passes that list to the recursive make.
7150 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
7151
7152 Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
7153
7154 RS/6000 host support (grumble).
7155
7156 * configure.in: Build alloca-conf.h file from alloca-norm.h
7157 (everything else) or alloca-botch.h (rs/6000).
7158 * Makefile.in: Include . on the include path.
7159 * getopt.c: Use alloca-conf.h.
7160 * alloca-norm.h: How to declare alloca on reasonable machines.
7161 * alloca-botch.h: How to declare alloca on braindead machines.
7162
7163 Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
7164
7165 * concat.c : New file, like concat() in gdb but can take a
7166 variable number of arguments rather than fixed at 3 args. For
7167 now, client applications must supply an xmalloc(), which is a
7168 front end function to malloc() that deals with out-of-memory
7169 conditions.
7170
7171 * Makefile.in: Add concat.c and concat.o to appropriate macros.
7172
7173 Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
7174
7175 * config/mh-svr4: Add sigsetmask to list of required functions.
7176
7177 Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
7178
7179 * vsprintf.c: New file.
7180 * functions.def, Makefile.in: Add vsprintf.
7181
7182 Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
7183
7184 * configure.in, config/mh-rs6000: Add rs/6000 host support.
7185 * Makefile.in: Compile with debug info.
7186
7187 Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
7188
7189 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
7190 config/mf-default: Added a default configuration mode,
7191 which includes into libiberty.a functions that are "missing" in libc.
7192 * strdup.c, vprintf.c, vfprintf.c: New files.
7193
7194 Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
7195
7196 * config/hmake-svr4: New file.
7197
7198 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
7199
7200 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
7201 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
7202 files containing either portable C versions or emulations using
7203 native library calls.
7204
7205 * strerror.c: Add copyright, internal documentation, etc.
7206
7207 * strtol.c: Replace hardwired hex constants with some more
7208 portable macros. Remove illegal (according to gcc) cast.
7209
7210 * strtoul.c: Replace hardwired hex constant with more portable
7211 macro.
7212
7213 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
7214 can override them. Add new source and object file names to CFILES
7215 and OFILES respectively.
7216
7217 * configure.in: Add support for SVR4 makefile fragments.
7218
7219 Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
7220
7221 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
7222 over-ridden by config/hmake-*
7223 * configure.in: added m88kcvs to sysv list
7224
7225 Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
7226
7227 * Makefile.in: Most hosts need strerror, but one or two don't,
7228 and they override these definitions in the host-dependent makefile
7229 fragment.
7230 * config/hmake-mach: The odd man out on strerror -- it's supplied.
7231 * strerror.c: New file.
7232
7233 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
7234 it and bfd uses it.
7235 * configure.in, Makefile.in, config/hmake-mach: Only configure
7236 strtol & strotoul in on Mach.
7237
7238 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
7239
7240 * obstack.c: Merge with latest FSF version.
7241
7242 \f
7243 Local Variables:
7244 version-control: never
7245 End: