aa598f277b2bd39943d887f8117ad6714601b3e6
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
1 2015-12-28 Patrick Palka <ppalka@gcc.gnu.org>
2
3 * crc32.c: In the documentation, don't refer to GDB's
4 now-nonexistent crc32 implementation. In the table-generation
5 program embedded within the documentation, change the type of
6 the induction variables i and j from int to unsigned int, to
7 avoid undefined behavior.
8
9 2015-12-21 Nick Clifton <nickc@redhat.com>
10
11 PR 66827
12 * regex.c (EXTRACT_NUMBER): Cast sign byte to unsigned before left
13 shifting.
14
15 2015-11-27 Pedro Alves <palves@redhat.com>
16
17 PR other/61321
18 PR other/61233
19 * demangle.h (enum demangle_component_type)
20 <DEMANGLE_COMPONENT_CONVERSION>: New value.
21 * cp-demangle.c (d_demangle_callback, d_make_comp): Handle
22 DEMANGLE_COMPONENT_CONVERSION.
23 (is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION
24 instead of DEMANGLE_COMPONENT_CAST.
25 (d_operator_name): Return a DEMANGLE_COMPONENT_CONVERSION
26 component if handling a conversion.
27 (d_count_templates_scopes, d_print_comp_inner): Handle
28 DEMANGLE_COMPONENT_CONVERSION.
29 (d_print_comp_inner): Handle DEMANGLE_COMPONENT_CONVERSION instead
30 of DEMANGLE_COMPONENT_CAST.
31 (d_print_cast): Rename as ...
32 (d_print_conversion): ... this. Adjust comments.
33 (d_print_cast): Rewrite - simply print the left subcomponent.
34 * cp-demint.c (cplus_demangle_fill_component): Handle
35 DEMANGLE_COMPONENT_CONVERSION.
36
37 * testsuite/demangle-expected: Add tests.
38
39 2015-11-12 Mike Stump <mikestump@comcast.net>
40
41 * Makefile.in (etags tags TAGS): Use && instead of ;.
42
43 2015-11-09 Alan Modra <amodra@gmail.com>
44
45 * configure.ac: Check size of size_t.
46 * configure: Regenerate.
47 * config.in: Regenerate.
48
49 2015-11-09 Alan Modra <amodra@gmail.com>
50
51 * obstack.c (_obstack_newchunk): Silence -Wc++compat warning.
52 (_obstack_begin_worker): Likewise. Move assignment to h->chunk
53 after alloc failure check.
54
55 2015-11-09 Alan Modra <amodra@gmail.com>
56
57 PR gdb/17133
58 * obstack.c (__alignof__): Expand alignof_type from alignof.h.
59 (obstack_exit_failure): Don't use exitfail.h.
60 (_): Include libintl.h when HAVE_LIBINTL_H and nls enabled.
61 Provide default. Don't include gettext.h.
62 (_Noreturn): Define.
63 * obstacks.texi: Adjust node references to external libc info files.
64
65 2015-11-09 Alan Modra <amodra@gmail.com>
66
67 PR gdb/17133
68 * obstack.c: Import current gnulib file.
69 * obstacks.texi: Updated doc, from glibc's manual/memory.texi.
70
71 2015-11-06 Joel Brobecker <brobecker@adacore.com>
72
73 * configure.ac: Set AC_CV_FUNC_GETPAGESIZE to "yes" on
74 Android hosts.
75 * configure: Regenerate.
76
77 2015-10-28 Jason Merrill <jason@redhat.com>
78
79 * Makefile.in (TAGS): Fix for separate build directory.
80
81 2015-10-18 Roland McGrath <roland@gnu.org>
82 Iain Sandoe <iain@codesourcery.com>
83
84 PR other/63758
85 * pex-unix.c: Obtain the environment interface from settings in
86 environ.h rather than in-line code. Update copyright date.
87 * setenv.c: Likewise.
88 * xmalloc.c: Likewise.
89
90 2015-09-30 Jason Merrill <jason@redhat.com>
91
92 * cp-demangle.c (d_cv_qualifiers): Dx means transaction_safe.
93 (cplus_demangle_type): Let d_cv_qualifiers handle it.
94 (d_dump, d_make_comp, has_return_type, d_encoding)
95 (d_count_templates_scopes, d_print_comp_inner)
96 (d_print_mod_list, d_print_mod, d_print_function_type)
97 (is_ctor_or_dtor): Handle DEMANGLE_COMPONENT_TRANSACTION_SAFE.
98
99 2015-09-30 Nick Clifton <nickc@redhat.com>
100
101 Import the following patches from the GCC mainline:
102
103 2015-08-15 Ian Lance Taylor <iant@google.com>
104
105 * cp-demangle.c (d_abi_tags): Preserve di->last_name across any
106 ABI tags.
107
108 2015-08-11 Iain Buclaw <ibuclaw@gdcproject.org>
109
110 * d-demangle.c (dlang_parse_real): Remove call to strtod.
111 (strtod): Remove declaration.
112 * testsuite/d-demangle-expected: Update float and complex literal
113 tests to check correct hexadecimal demangling.
114
115 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
116
117 * configure: Regenerated.
118
119 2015-07-13 Mikhail Maltsev <maltsevm@gmail.com>
120
121 * cp-demangle.c (d_dump): Fix syntax error.
122 (d_identifier): Adjust type of len to match d_source_name.
123 (d_expression_1): Fix out-of-bounds access. Check code variable for
124 NULL before dereferencing it.
125 (d_find_pack): Do not recurse for FIXED_TYPE, DEFAULT_ARG and NUMBER.
126 (d_print_comp_inner): Add NULL pointer check.
127 * cp-demangle.h (d_peek_next_char): Define as inline function when
128 CHECK_DEMANGLER is defined.
129 (d_advance): Likewise.
130 * testsuite/demangle-expected: Add new testcases.
131
132 2015-07-09 Uros Bizjak <ubizjak@gmail.com>
133
134 * getruntime.c (RUSAGE_SELF): Define if not already defined.
135 (get_runtime): Use RUSAGE_SELF as argument 1 of getrusage call.
136
137 2015-06-01 Jason Merrill <jason@redhat.com>
138
139 * cp-demangle.c (cplus_demangle_type): Handle arguments to vendor
140 extended qualifier.
141
142 2015-05-22 Yunlian Jiang <yunlian@google.com>
143
144 * configure.ac: Add AC_GNU_SOURCE.
145 * Makefile.in (COMPILE.c): Add -D_GNU_SOURCE.
146 * configure, config.in: Rebuild.
147 * floatformat.c (_GNU_SOURCE): Don't define if already defined.
148
149 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
150
151 * d-demangle.c (dlang_symbol_kinds): New enum.
152 (dlang_parse_symbol): Update signature. Handle an ambiguity between
153 pascal functions and template value arguments. Only check for a type
154 if parsing a function, or at the top level. Return failure if the
155 entire symbol was not successfully demangled.
156 (dlang_identifier): Update signature. Handle an ambiguity between two
157 adjacent digits in a mangled symbol string.
158 (dlang_type): Update call to dlang_parse_symbol.
159 (dlang_template_args): Likewise.
160 (dlang_parse_template): Likewise.
161 (dlang_demangle): Likewise.
162 * testsuite/d-demangle-expected: Fix bad tests found, and add problematic
163 examples to the unittests.
164
165 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
166
167 * d-demangle.c (dlang_template_args): Skip over specialized template
168 parameters in mangled symbol.
169 * testsuite/d-demangle-expected: Add coverage and unittest for specialized
170 template parameters.
171
172 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
173
174 * d-demangle.c (dlang_type): Handle cent and ucent types.
175 * testsuite/d-demangle-expected: Add coverage tests for cent and ucent.
176
177 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
178
179 * d-demangle.c (dlang_attributes): Handle return attributes, ignoring
180 return parameters in the mangled string. Return NULL if have encountered
181 an unknown attribute.
182 (dlang_function_args): Handle return parameters in the mangled string.
183 * testsuite/d-demangle-expected: Add coverage tests for functions with
184 return parameters and return attributes.
185
186 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
187
188 * d-demangle.c (dlang_identifier): Check encoded length of identifier
189 to verify strncmp matches entire string.
190 * testsuite/d-demangle-expected: Fix wrong test for postblit symbol.
191
192 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
193
194 * d-demangle.c (dlang_type_modifiers): New function.
195 (dlang_type_modifier_p): New function.
196 (dlang_call_convention_p): Ignore any kind of type modifier.
197 (dlang_type): Handle and emit the type modifier after delegate types.
198 (dlang_parse_symbol): Handle and emit the type modifier after the symbol.
199 * testsuite/d-demangle-expected: Add coverage tests for all valid
200 usages of function symbols with type modifiers.
201
202 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
203
204 * d-demangle.c (dlang_call_convention): Return NULL if have reached the
205 end of the symbol, but expected something to read.
206 (dlang_attributes): Likewise.
207 (dlang_function_type): Likewise.
208 (dlang_type): Likewise.
209 (dlang_identifier): Likewise.
210 (dlang_value): Likewise.
211
212 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
213
214 * d-demangle.c (dlang_parse_string): Represent embedded whitespace or
215 non-printable characters as hex or escape sequences.
216 * testsuite/d-demangle-expected: Add test for templates with tabs and
217 newlines embedded into the signature.
218
219 2015-05-08 Joel Brobecker <brobecker@adacore.com>
220
221 * mkstemps.c: #include <time.h> if HAVE_TIME_H is defined
222 but not HAVE_SYS_TIME_H.
223
224 2015-04-22 Eli Zaretskii <eliz@gnu.org>
225
226 * setenv.c <environ>: Declare only if not a macro.
227
228 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
229
230 * testsuite/Makefile.in (LIBCFLAGS): Add LDFLAGS.
231
232 2015-04-10 Jakub Jelinek <jakub@redhat.com>
233 Iain Sandoe <iain@codesourcery.com>
234
235 PR target/65351
236 * configure: Regenerate.
237
238 2015-04-07 Jakub Jelinek <jakub@redhat.com>
239 Iain Sandoe <iain@codesourcery.com>
240
241 PR target/65351
242 * configure: Regenerate.
243
244 2015-01-19 Eli Zaretskii <eliz@gnu.org>
245
246 * strerror.c <sys_nerr, sys_errlist>: Declare only if they aren't
247 macros.
248
249 2014-12-24 Uros Bizjak <ubizjak@gmail.com>
250 Ben Elliston <bje@au.ibm.com>
251 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
252
253 * xasprintf.c: New file.
254 * Makefile.in (CFILES): Add xasprintf.c.
255 (REQUIRED_OFILES): Add xasprintf.$(objext).
256 (xasprintf.$(objext)): New target.
257 * functions.texi: Regenerate.
258
259 2014-12-11 Uros Bizjak <ubizjak@gmail.com>
260 Ben Elliston <bje@au.ibm.com>
261 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
262
263 * xvasprintf.c: New file.
264 * vprintf-support.h: Likewise.
265 * vprintf-support.c: Likewise.
266 * Makefile.in (CFILES): Add vprintf-support.c, xvasprintf.c.
267 (REQUIRED_OFILES): Add vprintf-support.$(objext), xvasprintf.$(objext).
268 (vprintf-support.$(objext), xvasprintf.$(objext)): New targets.
269 (vasprintf.$(objext)): Depend on $(srcdir)/vprintf-support.h.
270 * functions.texi: Regenerate.
271 * vasprintf.c (int_vasprintf): Use libiberty_vprintf_buffer_size.
272
273 2014-11-22 John David Anglin <danglin@gcc.gnu.org>
274
275 PR other/63694
276 * configure.ac: Check for strtol, strtoul, strtoll and strtoull
277 declarations.
278 * configure: Regenerated.
279
280 2014-11-12 Kirill Yukhin <kirill.yukhin@intel.com>
281
282 * testsuite/test-strtol.c (run_tests): Cast strtol return to
283 unsigned long.
284
285 2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
286 Manuel López-Ibáñez <manu@gcc.gnu.org>
287
288 PR driver/36312
289 * filename_cmp.c (canonical_filename_eq): New function to check if
290 file names are the same.
291 * functions.texi: Updated with documentation for new function.
292
293 2014-11-11 David Malcolm <dmalcolm@redhat.com>
294
295 * ChangeLog.jit: New.
296
297 2014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
298
299 * sigsetmask.c (_POSIX_SOURCE): Remove.
300
301 2014-10-28 Yury Gribov <y.gribov@samsung.com>
302
303 * strtoll.c: New file.
304 * strtoull.c: New file.
305 * configure.ac: Add long long checks. Add harness for strtoll and
306 strtoull. Check decls for strtol, strtoul, strtoll, strtoull.
307 * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
308 * config.in: Regenerate.
309 * configure: Regenerate.
310 * functions.texi: Regenerate.
311 * testsuite/Makefile.in (check-strtol): New rule.
312 (test-strtol): Likewise.
313 (mostlyclean): Clean up strtol test.
314 * testsuite/test-strtol.c: New test.
315
316 2014-10-15 David Malcolm <dmalcolm@redhat.com>
317
318 * choose-temp.c (choose_tmpdir): Remove now-redundant local
319 copy of prototype.
320 * functions.texi: Regenerate.
321 * make-temp-file.c (choose_tmpdir): Convert return type from
322 char * to const char * - given that this returns a pointer to
323 a memoized allocation, the caller must not touch it.
324
325 2014-10-14 Joel Brobecker <brobecker@adacore.com>
326
327 * d-demangle.c: Replace strtold with strtod in global comment.
328 (strtold): Remove declaration.
329 (strtod): New declaration.
330 (dlang_parse_real): Declare value as double instead of long
331 double. Replace call to strtold by call to strtod.
332 Update format in call to snprintf.
333
334 2014-09-26 Jason Merrill <jason@redhat.com>
335
336 * cp-demangle.c (d_substitution): Handle abi tags on abbreviation.
337
338 2014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com>
339
340 * pex-common.h (struct pex_funcs): Add new parameter for open_write field.
341 * pex-unix.c (pex_unix_open_write): Add support for new parameter.
342 * pex-djgpp.c (pex_djgpp_open_write): Likewise.
343 * pex-win32.c (pex_win32_open_write): Likewise.
344 * pex-common.c (pex_run_in_environment): Likewise.
345
346 2014-09-23 Iain Buclaw <ibuclaw@gdcproject.org>
347
348 * Makefile.in (CFILES): Add d-demangle.c.
349 (REQUIRED_OFILES): Add d-demangle.o.
350 * cplus-dem.c (libiberty_demanglers): Add dlang_demangling case.
351 (cplus_demangle): Likewise.
352 * d-demangle.c: New file.
353 * testsuite/Makefile.in (really-check): Add check-d-demangle.
354 * testsuite/d-demangle-expected: New file.
355
356 2014-09-19 Ian Lance Taylor <iant@google.com>
357
358 * simple-object-elf.c (simple_object_elf_write_ehdr): Correctly
359 handle objects with more than SHN_LORESERVE sections.
360 (simple_object_elf_write_shdr): Add sh_link parameter.
361 (simple_object_elf_write_to_file): Correctly handle objects with
362 more than SHN_LORESERVE sections.
363
364 2014-08-29 Andrew Burgess <aburgess@broadcom.com>
365
366 * cp-demangle.c (d_dump): Only access field from s_fixed part of
367 the union for DEMANGLE_COMPONENT_FIXED_TYPE.
368 (d_count_templates_scopes): Likewise.
369
370 2014-08-13 Gary Benson <gbenson@redhat.com>
371
372 * testsuite/demangler-fuzzer.c: New file.
373 * testsuite/Makefile.in (fuzz-demangler): New rule.
374 (demangler-fuzzer): Likewise.
375 (mostlyclean): Clean up demangler fuzzer.
376
377 2014-06-11 Andrew Burgess <aburgess@broadcom.com>
378
379 * cplus-dem.c (do_type): Call string_delete even if the call to
380 demangle_template fails.
381
382 2014-06-01 Ray Donnelly <mingw.android@gmail.com>
383
384 * pex-win32.c (argv_to_cmdline): Don't quote
385 args unnecessarily
386
387 2014-05-28 Pedro Alves <palves@redhat.com>
388
389 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM
390 and DEMANGLE_COMPONENT_NUMBER.
391
392 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
393
394 * testsuite/demangle-expected: Fix last commit.
395
396 2014-05-14 Andrew Burgess <aburgess@broadcom.com>
397
398 * cplus-dmem.c (internal_cplus_demangle): Free any resources
399 allocated by possible previous call to gnu_special.
400 (squangle_mop_up): Reset pointers to NULL after calling free.
401 * testsuite/demangle-expected: New test case.
402
403 2014-05-08 Gary Benson <gbenson@redhat.com>
404
405 * cp-demangle.c (struct d_component_stack): New structure.
406 (struct d_print_info): New field component_stack.
407 (d_print_init): Initialize the above.
408 (d_print_comp_inner): Renamed from d_print_comp.
409 Do not restore template stack if it would cause a loop.
410 (d_print_comp): New function.
411 * testsuite/demangle-expected: New test cases.
412
413 2014-04-17 Jakub Jelinek <jakub@redhat.com>
414
415 PR sanitizer/56781
416 * maint-tool: Also emit rule for noasan/ subdirectory.
417 * configure.ac (NOASANFLAG): Set and substitute.
418 * Makefile.in: Regenerated.
419 (NOASANFLAG): Set.
420 (all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic
421 subdir.
422 (stamp-noasandir): New goal.
423 * configure: Regenerated.
424
425 2014-04-01 Richard Biener <rguenther@suse.de>
426
427 * simple-object.c (simple_object_internal_write): Handle
428 EINTR and short writes.
429
430 2014-03-28 Richard Biener <rguenther@suse.de>
431
432 * simple-object.c (simple_object_internal_read): Handle
433 EINTR and short reads.
434
435 2014-03-13 Uros Bizjak <ubizjak@gmail.com>
436
437 * regex.c (bzero) [!_LIBC]: Define without coma expression.
438 (regerror): Cast the call to memcpy to (void) to avoid unused
439 value warnings.
440
441 2014-01-28 Thomas Schwinge <thomas@codesourcery.com>
442
443 * cp-demangle.c (d_demangle_callback): Put an abort call in place,
444 to help the compiler.
445
446 2014-01-21 Tom Tromey <tromey@redhat.com>
447
448 * _doprint.c (checkit): Use stdarg, not VA_* macros.
449 * asprintf.c (asprintf): Use stdarg, not VA_* macros.
450 * concat.c (concat_length, concat_copy, concat_copy2, concat)
451 (reconcat): Use stdarg, not VA_* macros.
452 * snprintf.c (snprintf): Use stdarg, not VA_* macros.
453 * vasprintf.c (checkit): Use stdarg, not VA_* macros.
454 * vsnprintf.c (checkit): Use stdarg, not VA_* macros.
455
456 2014-01-06 Mike Frysinger <vapier@gentoo.org>
457
458 PR other/56780
459 * configure.ac: Delete target_header_dir assignment.
460 * configure: Regenerated.
461
462 2014-01-06 Gary Benson <gbenson@redhat.com>
463
464 * cp-demangle.c (struct d_print_info): New fields
465 next_saved_scope, copy_templates, next_copy_template and
466 num_copy_templates.
467 (d_count_templates): New function.
468 (d_print_init): New parameter "dc".
469 Estimate numbers of templates and scopes required.
470 (d_print_free): Removed function.
471 (cplus_demangle_print_callback): Allocate stack for
472 templates and scopes. Removed call to d_print_free.
473 (d_copy_templates): Removed function.
474 (d_save_scope): New function.
475 (d_get_saved_scope): Likewise.
476 (d_print_comp): Replace state saving/restoring code with
477 calls to d_save_scope and d_get_saved_scope.
478
479 2013-12-23 Bill Maddox <maddox@google.com>
480
481 * cp-demangle.c (cplus_demangle_fill_ctor,cplus_demangle_fill_dtor):
482 Handle unified ctor/dtor.
483 (d_ctor_dtor_name): Handle unified ctor/dtor.
484
485 2013-11-22 Cary Coutant <ccoutant@google.com>
486
487 PR other/59195
488 * cp-demangle.c (struct d_info_checkpoint): New struct.
489 (struct d_print_info): Add current_template field.
490 (d_operator_name): Set flag when processing a conversion
491 operator.
492 (cplus_demangle_type): When processing <template-args> for
493 a conversion operator, backtrack if necessary.
494 (d_expression_1): Renamed from d_expression.
495 (d_expression): New wrapper around d_expression_1.
496 (d_checkpoint): New function.
497 (d_backtrack): New function.
498 (d_print_init): Initialize current_template.
499 (d_print_comp): Set current_template.
500 (d_print_cast): Put current_template in scope for
501 printing conversion operator name.
502 (cplus_demangle_init_info): Initialize is_expression and
503 is_conversion.
504 * cp-demangle.h (struct d_info): Add is_expression and
505 is_conversion fields.
506 * testsuite/demangle-expected: New test cases.
507
508 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
509
510 * configure: Regenerate.
511
512 2013-11-12 Uros Bizjak <ubizjak@gmail.com>
513
514 * cp-demangle.c (d_copy_templates): Cast result of malloc
515 to (struct d_print_template *).
516 (d_print_comp): Cast result of realloc to (struct d_saved scope *).
517
518 2013-10-29 Marc Glisse <marc.glisse@inria.fr>
519
520 PR tree-optimization/58689
521 * concat.c: Remove note about xmalloc.
522
523 2013-10-27 Gerald Pfeifer <gerald@pfeifer.com>
524
525 * testsuite/test-demangle.c: Include unistd.h.
526
527 2013-10-25 Gary Benson <gbenson@redhat.com>
528
529 * cp-demangle.c (struct d_saved_scope): New structure.
530 (struct d_print_info): New fields saved_scopes and
531 num_saved_scopes.
532 (d_print_init): Initialize the above.
533 (d_print_free): New function.
534 (cplus_demangle_print_callback): Call the above.
535 (d_copy_templates): New function.
536 (d_print_comp): New variables saved_templates and
537 need_template_restore.
538 [DEMANGLE_COMPONENT_REFERENCE, DEMANGLE_COMPONENT_RVALUE_REFERENCE]:
539 Capture scope the first time the component is traversed, and use the
540 captured scope for subsequent traversals.
541 * testsuite/demangle-expected: Add regression test.
542
543 2013-10-23 Gerald Pfeifer <gerald@pfeifer.com>
544
545 * testsuite/test-expandargv.c: Include unistd.h.
546
547 2013-10-15 David Malcolm <dmalcolm@redhat.com>
548
549 * configure.ac: If --enable-host-shared, use -fPIC.
550 * configure: Regenerate.
551
552 2013-10-11 Paul Pluzhnikov <ppluzhnikov@google.com>
553
554 * cp-demangle.c (d_name): Demangle local-source-names.
555 * testsuite/demangle-expected: New test.
556
557 2013-09-10 Paolo Carlini <paolo.carlini@oracle.com>
558
559 PR bootstrap/58386
560 Revert:
561
562 2013-09-10 Gary Benson <gbenson@redhat.com>
563
564 * cp-demangle.c: Include hashtab.h.
565 (struct d_print_info): New field saved_scopes.
566 (d_print_init): Initialize the above.
567 (d_print_free): New function.
568 (cplus_demangle_print_callback): Call the above.
569 (struct d_saved_scope): New structure.
570 (d_store_scope): New function.
571 (d_free_scope) Likewise.
572 (d_restore_scope) Likewise.
573 (d_hash_saved_scope) Likewise.
574 (d_equal_saved_scope) Likewise.
575 (d_print_comp): New variable saved_scope.
576 [DEMANGLE_COMPONENT_REFERENCE,
577 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
578 time the component is traversed, and use the captured scope for
579 subsequent traversals.
580 * testsuite/demangle-expected: Add regression test.
581
582 2013-09-10 Gary Benson <gbenson@redhat.com>
583
584 * cp-demangle.c: Include hashtab.h.
585 (struct d_print_info): New field saved_scopes.
586 (d_print_init): Initialize the above.
587 (d_print_free): New function.
588 (cplus_demangle_print_callback): Call the above.
589 (struct d_saved_scope): New structure.
590 (d_store_scope): New function.
591 (d_free_scope) Likewise.
592 (d_restore_scope) Likewise.
593 (d_hash_saved_scope) Likewise.
594 (d_equal_saved_scope) Likewise.
595 (d_print_comp): New variable saved_scope.
596 [DEMANGLE_COMPONENT_REFERENCE,
597 DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
598 time the component is traversed, and use the captured scope for
599 subsequent traversals.
600 * testsuite/demangle-expected: Add regression test.
601
602 2013-08-20 Alan Modra <amodra@gmail.com>
603
604 * floatformat.c (floatformat_ibm_long_double): Rename to..
605 (floatformat_ibm_long_double_big): ..this.
606 (floatformat_ibm_long_double_little): New.
607
608 2013-07-09 Tristan Gingold <gingold@adacore.com>
609
610 * makefile.vms (OBJS): Add dwarfnames.obj
611
612 2013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
613
614 PR other/56780
615 * libiberty/configure.ac: Move test for --enable-install-libiberty
616 outside of the 'with_target_subdir' test so that it actually gets
617 run. Add output messages to show the test result.
618 * libiberty/configure: Regenerate.
619 * libiberty/Makefile.in (install_to_libdir): Place the
620 installation of the libiberty library in the same guard as that
621 used for the headers to prevent it being installed unless
622 requested via --enable-install-libiberty.
623
624 2013-05-06 David Edelsohn <dje.gcc@gmail.com>
625 Peter Bergner <bergner@vnet.ibm.com>
626 Segher Boessenkool <segher@kernel.crashing.org>
627 Jakub Jelinek <jakub@redhat.com>
628
629 * hashtab.c (hash_pointer): Remove conditional and avoid
630 unexecuted shift equal to wordsize.
631
632 2013-04-22 Andi Kleen <ak@linux.intel.com>
633
634 * hashtab.c (hash_pointer): Move to end of file and reimplement.
635
636 2013-04-03 Jason Merrill <jason@redhat.com>
637
638 * cp-demangle.c (cplus_demangle_type): Fix function quals.
639 (d_pointer_to_member_type): Simplify.
640
641 Demangle C++11 ref-qualifier.
642 * cp-demangle.c (d_ref_qualifier): New.
643 (d_nested_name, d_function_type): Use it.
644 (d_parmlist): Don't get confused by a ref-qualifier.
645 (cplus_demangle_type): Reorder ref-qualifier.
646 (d_pointer_to_member_type): Likewise.
647 (d_dump): Handle DEMANGLE_COMPONENT_REFERENCE_THIS and
648 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
649 (d_make_comp, has_return_type, d_encoding): Likewise.
650 (d_print_comp, d_print_mod_list, d_print_mod): Likewise.
651 (d_print_function_type, is_ctor_or_dtor): Likewise.
652
653 2013-03-27 Kai Tietz <ktietz@redhat.com>
654
655 * configure: Regenerated.
656
657 2013-03-06 Tobias Burnus <burnus@net-b.de>
658
659 * libiberty.texi: Update comment, remove lowersections.
660 * obstacks.texi: Regenerate.
661
662 2013-03-05 Jakub Jelinek <jakub@redhat.com>
663
664 PR middle-end/56526
665 * simple-object-mach-o.c (simple_object_mach_o_segment): Initialize
666 wrapper_sect_offset to avoid a warning.
667
668 2013-03-01 Andreas Schwab <schwab@linux-m68k.org>
669
670 * obstacks.texi (Obstacks): Trim @node to only contain the
671 node name.
672 * libiberty.texi (Obstacks): Lower section.
673
674 2013-02-14 Jason Merrill <jason@redhat.com>
675
676 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
677 (d_print_comp): Likewise.
678
679 2013-02-09 Jakub Jelinek <jakub@redhat.com>
680
681 PR other/56245
682 * regex.c (PTR_INT_TYPE): Define.
683 (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE.
684
685 2013-01-31 Kai Tietz <ktietz@redhat.com>
686
687 PR other/54620
688 * sha1.c (sha1_process_block): Handle case that size_t is
689 a wider-integer-scalar as a 32-bit unsigned integer.
690
691 PR other/53413
692 * md5.c (md5_process_block): Handle case that size_t is
693 a wider-integer-scalar a 32-bit unsigned integer.
694
695 2013-01-04 Ian Lance Taylor <iant@google.com>
696
697 PR other/54800
698 * simple-object-mach-o.c (simple_object_mach_o_segment): Don't
699 bother to zero out a buffer we are about to set anyhow.
700
701 2013-01-01 David Edelsohn <dje.gcc@gmail.com>
702
703 * simple-object-xcoff.c: New file.
704 * Makefile.in: Add it to build machinery.
705 * simple-object-common.h (simple_object_xcoff_functions): Declare.
706 * simple-object.c (format_functions): Add
707 simple_object_xcoff_functions.
708
709 2012-11-10 Jason Merrill <jason@redhat.com>
710
711 * cp-demangle.c (d_unqualified_name): Handle abi tags here.
712 (d_name): Not here.
713
714 2012-11-09 Jason Merrill <jason@redhat.com>
715
716 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_TAGGED_NAME.
717 (d_make_comp, d_find_pack, d_print_comp): Likewise.
718 (d_abi_tags): New.
719 (d_name): Call it.
720
721 2012-10-08 Jason Merrill <jason@redhat.com>
722
723 * cp-demangle.c (d_special_name, d_dump): Handle TH and TW.
724 (d_make_comp, d_print_comp): Likewise.
725
726 2012-09-18 Ian Lance Taylor <iant@google.com>
727
728 * strnlen.c: New file.
729 * configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
730 present.
731 * Makefile.in: Rebuild dependencies.
732 (CFILES): Add strnlen.c.
733 (CONFIGURED_OFILES): Add ./strnlen.$(objext).
734 * configure, config.in, functions.texi: Rebuild.
735
736 * maint-tool: Accept .def files in the include directory.
737
738 2012-09-18 Florian Weimer <fweimer@redhat.com>
739
740 PR other/54411
741 * objalloc.c (_objalloc_alloc): Add overflow check covering
742 alignment and CHUNK_HEADER_SIZE addition.
743
744 2011-08-28 H.J. Lu <hongjiu.lu@intel.com>
745
746 * argv.c (dupargv): Replace malloc with xmalloc. Don't check
747 xmalloc return.
748 (buildargv): Likewise. Also replace strdup with xstrdup.
749 (expandargv): Don't check dupargv return.
750
751 2011-08-28 H.J. Lu <hongjiu.lu@intel.com>
752
753 PR binutils/14526
754 * argv.c (buildargv): Replace alloca with xmalloc/free.
755
756 2012-08-17 Andreas Schwab <schwab@linux-m68k.org>
757
758 * floatformat.c (floatformat_to_double): Correctly handle numbers
759 between 1 and 2. Simplify handling of denormal number.
760 (main): Test with 1.1.
761
762 2012-07-31 Mike Frysinger <vapier@gentoo.org>
763
764 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output
765 to swap_bytes, and then call memcpy to move it to ctx->buffer.
766
767 2012-07-26 Kazu Hirata <kazu@codesourcery.com>
768 Sandra Loosemore <sandra@codesourcery.com>
769
770 * pex-win32.c (pex_win32_exec_child): Only close original file
771 descriptors if child is launched successfully.
772
773 2012-07-18 Jason Merrill <jason@redhat.com>
774
775 * cp-demangle.c (cplus_demangle_operators): Add *_cast.
776 (op_is_new_cast): New.
777 (d_expression, d_print_comp): Check it.
778
779 2012-07-13 Doug Evans <dje@google.com>
780
781 * filename_cmp.c (filename_hash, filename_eq): New functions.
782
783 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
784
785 * copying-lib.texi (Library Copying): Don't use @heading inside
786 @enumerate.
787
788 2012-05-22 Tom Tromey <tromey@redhat.com>
789
790 http://sourceware.org/bugzilla/show_bug.cgi?id=14065
791 * testsuite/demangle-expected: Add regression test.
792 * cp-demangle.c (d_find_pack): Return NULL for
793 DEMANGLE_COMPONENT_UNNAMED_TYPE.
794
795 2012-04-27 Tom Tromey <tromey@redhat.com>
796
797 * dwarfnames.c: New file.
798 * Makefile.in (CFILES): Add dwarfnames.
799 (REQUIRED_OFILES): Add dwarfnames.
800 (./dwarfnames.$(objext)): New target.
801
802 2012-04-04 Tristan Gingold <gingold@adacore.com>
803
804 * pex-unix.c (to_ptr32): Fix style.
805
806 2012-04-02 Tristan Gingold <gingold@adacore.com>
807
808 * stack-limit.c: Includes ansidecl.h.
809 (stack_limit_increase): Add ATTRIBUTE_UNUSED
810
811 2012-03-20 Jason Merrill <jason@redhat.com>
812
813 * cp-demangle.c (cplus_demangle_type): Handle 'auto'.
814
815 2012-03-07 Jason Merrill <jason@redhat.com>
816
817 * cp-demangle.c (cplus_demangle_operators): Add li.
818 (d_unqualified_name): Handle it specially.
819
820 2012-01-26 Jakub Jelinek <jakub@redhat.com>
821
822 * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
823 about using preprocessor directives inside of macro arguments.
824
825 2012-01-22 Douglas B Rupp <rupp@gnat.com>
826
827 * configure: Regenerate.
828
829 2012-01-10 Jason Merrill <jason@redhat.com>
830
831 * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:
832 Omit a trailing space in the operator name.
833
834 2012-01-06 Jason Merrill <jason@redhat.com>
835
836 PR c++/6057
837 PR c++/48051
838 PR c++/50855
839 PR c++/51322
840 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
841 DEMANGLE_COMPONENT_INITIALIZER_LIST.
842 (d_make_comp): Likewise. Allow null right arg for
843 DEMANGLE_COMPONENT_TRINARY_ARG2.
844 (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
845 (d_template_args, d_template_arg): Handle 'J' for argument packs.
846 (d_exprlist): Add terminator parm.
847 (d_expression, d_print_comp): Handle initializer lists, nullary
848 expressions, prefix/suffix operators, and new.
849 (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
850 and DEMANGLE_COMPONENT_INITIALIZER_LIST.
851 * testsuite/demangle-expected: Add tests.
852
853 * cp-demangle.c (cplus_demangle_type): decltype, pack expansion
854 and vector are substitutable.
855 (cplus_demangle_operators): Sort.
856
857 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
858
859 * configure: Regenerate.
860
861 2012-01-02 Jakub Jelinek <jakub@redhat.com>
862
863 * make-relative-prefix.c (make_relative_prefix_1): Avoid
864 stack overflow if PATH contains just a single entry and
865 HOST_EXECUTABLE_SUFFIX needs to be used.
866
867 PR driver/48306
868 * make-relative-prefix.c: Include sys/stat.h.
869 (make_relative_prefix_1): If access succeeds, check also stat
870 if nstore is a regular file.
871
872 2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
873
874 * configure: Regenerate.
875
876 2011-12-20 Tristan Gingold <gingold@adacore.com>
877
878 * aclocal.m4: Assume strncmp works in cross case.
879 * configure: Regenerate
880
881 2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
882
883 * configure: Regenerate.
884
885 2011-11-07 Richard Henderson <rth@redhat.com>
886
887 Merged from transactional-memory.
888
889 * cp-demangle.c (cplus_demangle_fill_ctor): Accept
890 gnu_v3_object_ctor_group.
891 (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
892 (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
893 and gnu_v3_object_dtor_group.
894 (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
895 and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
896 (d_make_comp, d_print_comp): Likewise.
897 (d_special_name): Generate them.
898
899 2011-11-04 Jason Merrill <jason@redhat.com>
900
901 PR c++/48370
902 * cp-demangle.c (d_special_name, d_print_comp): Handle a
903 discriminator number on DEMANGLE_COMPONENT_REFTEMP.
904
905 2011-11-02 Doug Evans <dje@google.com>
906
907 * Makefile.in (CFILES): Add timeval-utils.c.
908 (REQUIRED_OFILES): Add timeval-utils.$(objext).
909 (INSTALLED_HEADERS): Add timeval-utils.h.
910 (timeval-utils.$(objext)): Add rule.
911
912 2011-10-28 Ian Lance Taylor <iant@google.com>
913
914 * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
915
916 2011-10-26 Iain Sandoe <iains@gcc.gnu.org>
917
918 PR target/48108
919 * simple-object-mach-o.c (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
920 GNU_WRAPPER_NAMES): New macros.
921 (simple_object_mach_o_segment): Handle wrapper scheme.
922 (simple_object_mach_o_write_section_header): Allow the segment name
923 to be supplied.
924 (simple_object_mach_o_write_segment): Handle wrapper scheme. Ensure
925 that the top-level segment name in the load command is empty.
926 (simple_object_mach_o_write_to_file): Determine the number of
927 sections during segment output, use that in writing the header.
928
929 2011-10-10 Ian Lance Taylor <iant@google.com>
930
931 PR c++/48665
932 * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
933 function type, change them to apply to the "this" parameter.
934 * testsuite/demangle-expected: Add test case.
935
936 2011-09-28 Doug Evans <dje@google.com>
937
938 * timeval-utils.c: New file.
939
940 * argv.c (countargv): New function.
941
942 2011-09-23 Cary Coutant <ccoutant@google.com>
943
944 PR 40831
945 * cp-demangle.c (d_make_comp): Add new component type.
946 (cplus_demangle_mangled_name): Check for clone suffixes.
947 (d_parmlist): Don't error out if we see '.'.
948 (d_clone_suffix): New function.
949 (d_print_comp): Print info for clone suffixes.
950 * testsuite/demangle-expected: Add new testcases.
951
952 2011-09-23 Ian Lance Taylor <iant@google.com>
953 Pierre Vittet <piervit@pvittet.com>
954
955 * md5.c (md5_process_bytes): Correct handling of unaligned
956 buffer.
957
958 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
959
960 * aclocal.m4: Include ../config/picflag.m4.
961 * configure.ac (GCC_PICFLAG): Call it.
962 (enable_shared): Clear PICFLAG unless shared.
963 * configure: Regenerate.
964
965 2011-08-12 Steve Ellcey <sje@cup.hp.com>
966
967 * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
968
969 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
970
971 * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
972
973 2011-08-01 Jason Merrill <jason@redhat.com>
974
975 PR c++/49932
976 * cp-demangle.c (d_prefix): Handle decltype.
977 * testsuite/demangle-expected: Test it.
978
979 2011-07-26 H.J. Lu <hongjiu.lu@intel.com>
980
981 * testsuite/demangle-expected: Remove an extra line.
982
983 2011-07-26 Ian Lance Taylor <iant@google.com>
984
985 * cp-demangle.c (d_print_init): Initialize pack_index field.
986 (d_print_comp): Check for NULL template argument.
987 * testsuite/demangle-expected: Add test case.
988
989 2011-07-22 Gerald Pfeifer <gerald@pfeifer.com>
990
991 PR target/49817
992 * stack-limit.c: Include <stdint.h>.
993
994 2011-07-22 Jakub Jelinek <jakub@redhat.com>
995
996 PR c++/49756
997 * stack-limit.c: New file.
998 * Makefile.in: Regenerate deps.
999 (CFILES): Add stack-limit.c.
1000 (REQUIRED_OFILES): Add ./stack-limit.$(objext).
1001 * configure.ac (checkfuncs): Add getrlimit and setrlimit.
1002 (AC_CHECK_FUNCS): Likewise.
1003 * configure: Regenerated.
1004 * config.in: Regenerated.
1005
1006 2011-07-04 Jason Merrill <jason@redhat.com>
1007
1008 * cp-demangle.c (d_expression): Handle 'this'.
1009 (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
1010
1011 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1012
1013 * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
1014 HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
1015
1016 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1017
1018 PR debug/49408
1019 * cp-demangle.c (d_print_comp): Suppress argument list for function
1020 references by the '&' unary operator. Keep also already processed
1021 variant without the argument list. Suppress argument list types for
1022 function call used in an expression.
1023 * testsuite/demangle-expected: Fix excessive argument list types in
1024 `test for typed function in decltype'. New testcase for no argument
1025 list types printed. 3 new testcases for function references by the
1026 '&' unary operator..
1027
1028 2011-06-20 Jason Merrill <jason@redhat.com>
1029
1030 PR c++/37089
1031 * cp-demangle.c (d_print_comp): Handle reference smashing.
1032 * testsuite/demangle-expected: Test it.
1033
1034 2011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>:
1037 Suppress d_print_mod for DMGL_RET_POSTFIX.
1038 * testsuite/demangle-expected: New testcases for --ret-postfix.
1039
1040 2011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 * cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>: Do
1043 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.
1044 * testsuite/demangle-expected: New testcases for --ret-drop.
1045 * testsuite/test-demangle.c: Document --ret-drop in a comment.
1046 (main): New variable ret_drop, fill it, call cplus_demangle with it.
1047
1048 2011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 * cp-demangle.c (struct d_print_info): Remove field options.
1051 (d_print_init): Remove parameter options.
1052 (cplus_demangle_print_callback): Update all the callers.
1053 (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
1054 (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
1055 Add parameter options, update all the callers.
1056
1057 2011-04-20 Jim Meyering <meyering@redhat.com>
1058
1059 * cp-demint.c (cplus_demangle_v3_components): Remove useless
1060 if-before-free.
1061 * cplus-dem.c (squangle_mop_up): Likewise.
1062 (delete_non_B_K_work_stuff): Likewise.
1063 * pex-common.c (pex_free): Likewise.
1064 * pex-msdos.c (pex_msdos_cleanup): Likewise.
1065 * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
1066 (win32_spawn): Likewise.
1067 * regex.c (FREE_VAR, weak_alias): Likewise.
1068 * spaces.c (spaces): Likewise.
1069
1070 2011-04-10 Jim Meyering <meyering@redhat.com>
1071
1072 Avoid memory overrun in a test leading to potential double-free.
1073 * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
1074 i.e., do copy the trailing NUL byte.
1075
1076 2011-03-31 Tristan Gingold <gingold@adacore.com>
1077
1078 * makefile.vms (OBJS): Add filename_cmp.obj
1079
1080 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
1081
1082 * filename_cmp.c (filename_ncmp): New function.
1083 * functions.texi: Regenerated.
1084
1085 2011-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1086
1087 * splay-tree.c: Escape wrapping newlines in texinfo markup
1088 with '@', to fix function declaration output rendering.
1089 * gather-docs: Relax and improve macro name matching to actually
1090 match all current names and to allow input line wrapping.
1091 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
1092 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
1093 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
1094 pexecute.txh, random.c, setenv.c, setproctitle.c,
1095 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
1096 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
1097 Wrap long texinfo input lines.
1098 * functions.texi: Regenerate.
1099
1100 2011-01-18 Mike Frysinger <vapier@gentoo.org>
1101
1102 * .gitignore: New file.
1103
1104 2010-12-08 Doug Evans <dje@google.com>
1105
1106 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
1107 all callers updated. Rewrite to be non-recursive.
1108
1109 2010-11-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1110
1111 * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
1112
1113 2010-11-20 Anthony Green <green@moxielogic.com>
1114
1115 * configure.ac: Turn PR_SET_NAME link test into a test for
1116 sys/prctl.h.
1117 * configure, config.in: Rebuilt.
1118 * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
1119 (setproctitle) Test for PR_SET_NAME definition.
1120
1121 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1122
1123 PR other/46202
1124 * Makefile.in (install-strip): New phony target.
1125 (install): Also mark as phony.
1126
1127 2010-11-16 Ian Lance Taylor <iant@google.com>
1128
1129 * simple-object.c (simple_object_attributes_merge): Rename from
1130 simple_object_attributes_compare. Call merge field.
1131 * simple-object-common.h (struct simple_object_functions): Rename
1132 attributes_compare field to attribute_merge.
1133 * simple-object-elf.c (EM_SPARC): Define.
1134 (EM_SPARC32PLUS): Define.
1135 (simple_object_elf_attributes_merge): Renamed from
1136 simple_object_elf_attributes_compare. Permit EM_SPARC and
1137 EM_SPARC32PLUS objects to be merged.
1138 (simple_object_elf_functions): Update function name.
1139 * simple-object-coff.c (simple_object_coff_attributes_merge):
1140 Rename from simple_object_coff_attributes_compare.
1141 (simple_object_coff_functions): Update function name.
1142 * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
1143 Renamed from simple_object_mach_o_attributes_compare.
1144 (simple_object_mach_o_functions): Update function name.
1145
1146 2010-11-16 H.J. Lu <hongjiu.lu@intel.com>
1147
1148 PR other/42670
1149 PR binutils/11137
1150 * cp-demangle.c (d_make_demangle_mangled_name): New.
1151 (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
1152
1153 * testsuite/demangle-expected: Updated.
1154
1155 2010-11-14 Kai Tietz <kai.tietz@onevision.com>
1156
1157 * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
1158 offset.
1159
1160 2010-11-12 Ian Lance Taylor <iant@google.com>
1161
1162 PR other/46332
1163 * cp-demangle.c (d_print_function_type): Don't print parentheses
1164 if there are no modifiers to print.
1165 * testsuite/demangle-expected: Tweak one test case, add another.
1166
1167 2010-11-04 Richard Henderson <rth@redhat.com>
1168
1169 * configure.ac (AC_CHECK_HEADERS): Add process.h.
1170 (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
1171 (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
1172 * configure, config.in: Rebuild.
1173 * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
1174 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
1175
1176 2010-11-02 Ian Lance Taylor <iant@google.com>
1177 Dave Korn <dave.korn.cygwin@gmail.com>
1178 Iain Sandoe <iains@gcc.gnu.org>
1179
1180 * simple-object.c: New file.
1181 * simple-object-common.h: New file.
1182 * simple-object-elf.c: New file.
1183 * simple-object-mach-o.c: New file.
1184 * simple-object-coff.c: New file.
1185 * simple-object.txh: New file.
1186 * configure.ac: Add AC_TYPE_SSIZE_T.
1187 * Makefile.in: Rebuild dependencies.
1188 (CFILES): Add simple-object.c, simple-object-coff,
1189 simple-object-elf.c, and simple-object-mach-o.c.
1190 (REQUIRED_OFILES): Add corresponding object files.
1191 * configure: Rebuild.
1192 * config.in: Rebuild.
1193 * functions.texi: Rebuild.
1194
1195 2010-10-29 Ian Lance Taylor <iant@google.com>
1196
1197 * setproctitle.c: Add space after function name in @deftypefn
1198 comment.
1199 * functions.texi: Rebuild.
1200
1201 2010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1202
1203 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
1204 * configure: Regenerate.
1205
1206 2010-10-07 Andi Kleen <ak@linux.intel.com>
1207
1208 * configure: Regenerate.
1209 * configure.ac: Turn PR_SET_NAME check into link check.
1210
1211 2010-10-06 Andi Kleen <ak@linux.intel.com>
1212
1213 * Makefile.in (CFILES): Add setproctitle.
1214 (CONFIGURED_OFILES): Add setproctitle.
1215 (setproctitle): Add rule.
1216 * config.in: Regenerate.
1217 * configure: Regenerate.
1218 * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
1219 * setproctitle.c: Add file.
1220 * functions.texi: Regenerate.
1221
1222 2010-09-22 Tristan Gingold <gingold@adacore.com>
1223
1224 * cplus-dem.c (ada_demangle): Add comments.
1225 Handle stream and controlled type operations.
1226 Decoding of some uppercase letters moved before separators.
1227 * testsuite/demangle-expected: Add tests.
1228
1229 2010-09-10 James Lyon <jameslyon0@googlemail.com>
1230
1231 http://sourceware.org/bugzilla/show_bug.cgi?id=11572
1232 * cp-demangle.c (d_find_pack): Add case for
1233 DEMANGLE_COMPONENT_LAMBDA.
1234 * testsuite/demangle-expected: Add regression test.
1235
1236 2010-09-08 Tristan Gingold <gingold@adacore.com>
1237
1238 PR 44001
1239 * maint-tool (missing): Fix pattern for object file.
1240 (deps): Use $(objext) for object extension.
1241 * Makefile.in (objext): New variable.
1242 Replace all occurences of .o with .$(objext)
1243 Regenerate with maint-deps
1244 * configure.ac (pexecute): Set to the basename.
1245 * configure: Regenerate.
1246
1247 2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
1248
1249 * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
1250 corresponding stream has been opened.
1251 (pex_free): Close pipe file descriptors corresponding to child's
1252 stdout and stderr before waiting.
1253
1254 2010-08-13 Nick Clifton <nickc@redhat.com>
1255
1256 * argv.c (expandargv): Limit the number of times that response
1257 files are opened in order to prevent infinite recursion.
1258
1259 2010-07-21 Pascal Obry <obry@adacore.com>
1260
1261 * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
1262
1263 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
1264
1265 * floatformat.c (floatformat_ieee_half_big): New variable.
1266 (floatformat_ieee_half_little): Likewise.
1267
1268 2010-06-14 Gerald Pfeifer <gerald@pfeifer.com>
1269
1270 * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
1271 Update copyright years.
1272 Move to GFDL 1.3.
1273
1274 2010-06-10 Jakub Jelinek <jakub@redhat.com>
1275
1276 PR other/43838
1277 * cp-demangle.c (struct d_print_info): Add flush_count field.
1278 (d_print_init): Initialize it to 0.
1279 (d_print_flush): Increment it.
1280 (d_print_comp): If needed flush before appending ", ". Only
1281 decrement dpi->len if no flushes happened during the recursive
1282 call.
1283 * testsuite/demangle-expected: Add a test for this.
1284
1285 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1286
1287 * splay-tree.c: Update copyright years.
1288 (splay_tree_new_typed_alloc): New.
1289 (splay_tree_new_with_allocator): Use it.
1290
1291 * hashtab.c: Update copyright years.
1292 (htab_create_typed_alloc): New.
1293 (htab_create_alloc): Use it.
1294
1295 * functions.texi: Regenerate.
1296
1297 2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
1298 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1299
1300 PR bootstrap/42798
1301 * configure.ac: Check for declaration of 'basename(char *)'.
1302 * configure: Regenerate.
1303
1304 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
1305
1306 * testsuite/demangle-expected: Add tests for __int128
1307 and unsigned __int128 types.
1308
1309 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
1310 Jason Merrill <jason@redhat.com>
1311
1312 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
1313 (cplus_demangle_type): Handle nullptr.
1314 * testsuite/demangle-expected: Test it.
1315
1316 2010-04-23 Pedro Alves <pedro@codesourcery.com>
1317
1318 * lbasename.c (lbasename): Split into ...
1319 (unix_lbasename, dos_basename): ... these.
1320 (lbasename): ... and reimplement on top of them.
1321 * Makefile.in (lbasename.o): Add dependency on
1322 $(INCDIR)/filenames.h.
1323
1324 2010-04-07 Jakub Jelinek <jakub@redhat.com>
1325
1326 * regex.c (byte_re_match_2_internal): Avoid set but not used
1327 warning.
1328
1329 2010-03-22 Jason Merrill <jason@redhat.com>
1330
1331 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
1332
1333 2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1334
1335 * Makefile.in (all): Do not use exec.
1336
1337 2010-02-04 Tom Tromey <tromey@redhat.com>
1338
1339 * testsuite/demangle-expected: Add missing --format=gnu-v3.
1340
1341 2010-02-03 Jason Merrill <jason@redhat.com>
1342
1343 * cp-demangle.c (d_expression): Handle dependent operator name.
1344
1345 PR c++/12909
1346 * cp-demangle.c (d_number_component, d_vector_type): New.
1347 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
1348
1349 2010-01-25 Ian Lance Taylor <iant@google.com>
1350
1351 * cp-demangle.c (cplus_demangle_type): Check for invalid type
1352 after "DF".
1353 * testsuite/demangle-expected: Add test.
1354
1355 2010-01-20 Jason Merrill <jason@redhat.com>
1356
1357 PR c++/42338
1358 * cp-demangle.c (d_print_comp): Fix array index printing.
1359
1360 2010-01-11 Tristan Gingold <gingold@adacore.com>
1361
1362 * cplus-dem.c (ada_demangle): Remove prototype.
1363 (grow_vect): Removed.
1364 (ada_demangle): Rewritten.
1365 (cplus_demangle): Fix indentation.
1366 * testsuite/demangle-expected: Add tests for Ada.
1367
1368 2010-01-09 Ian Lance Taylor <iant@google.com>
1369
1370 PR other/42230
1371 * cp-demangle.c (d_demangle): Return dgs.alc on success.
1372
1373 2010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1374
1375 PR target/42316
1376 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
1377 * configure: Regenerate.
1378
1379 2009-12-07 Doug Evans <dje@google.com>
1380
1381 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
1382
1383 2009-11-26 Ben Elliston <bje@au.ibm.com>
1384
1385 * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
1386 * configure: Regenerate.
1387
1388 2009-11-25 Ben Elliston <bje@au.ibm.com>
1389
1390 * functions.texi: Rebuild.
1391
1392 2009-11-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1393 Ben Elliston <bje@au.ibm.com>
1394
1395 * README: Mention changes to Makefile.in and functions.texi.
1396 * gather-docs: Mention 'make stamp-functions' in the header.
1397
1398 2009-11-23 Ben Elliston <bje@au.ibm.com>
1399 Ian Lance Taylor <iant@google.com>
1400
1401 * pex-unix.c (pex_child_error): Improve warning avoidance by
1402 checking the results of write(3) and exiting with -2 if any write
1403 returns a negative value.
1404
1405 2009-11-22 Steve Ward <planet36@gmail.com>
1406
1407 * dyn-string.c (dyn_string_append_char): Fix typo in comment.
1408
1409 2009-11-20 Ben Elliston <bje@au.ibm.com>
1410
1411 * pex-unix.c (pex_child_error): Define writeerr macro to avoid
1412 unused result warnings from write(3) calls. Undefine writeerr
1413 after all uses.
1414
1415 2009-10-08 Daniel Gutson <dgutson@codesourcery.com>
1416 Daniel Jacobowitz <dan@codesourcery.com>
1417 Pedro Alves <pedro@codesourcery.com>
1418
1419 libiberty/
1420 * argv.c (consume_whitespace): New function.
1421 (only_whitespace): New function.
1422 (buildargv): Always use ISSPACE by calling consume_whitespace.
1423 (expandargv): Skip empty files. Do not stop at the first empty
1424 argument (calling only_whitespace)..
1425 * testsuite/test-expandargv.c: (test_data): Test empty lines
1426 and empty arguments.
1427 (run_tests): Fix false positives due to shorter arguments.
1428
1429 2009-09-30 Martin Thuresson <martint@google.com>
1430
1431 * regex.c (byte_re_match_2_internal): Split declaration and
1432 assignment to avoid -Wc++-compat warning due to goto.
1433
1434 2009-09-29 Jason Merrill <jason@redhat.com>
1435
1436 * Makefile.in: Enable demangle target.
1437 * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
1438 (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
1439 (d_parmlist): Factor out from d_bare_function_type.
1440 (d_compact_number): Factor out from d_template_param and d_expression.
1441 (d_append_num): Factor out from d_print_comp.
1442 (d_print_comp, d_print_mod_list): Handle lambdas.
1443 * testsuite/demangle-expected: Add lambda tests.
1444
1445 2009-09-23 Matthew Gingell <gingell@adacore.com>
1446
1447 * cplus-dem.c (ada_demangle): Ensure demangled is freed.
1448
1449 2009-09-22 Ozkan Sezer <sezeroz@gmail.com>
1450
1451 * choose-temp.c: Include unistd.h for mingw targets.
1452
1453 2009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1454
1455 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
1456
1457 2009-09-15 Tristan Gingold <gingold@adacore.com>
1458
1459 * config.h-vms (intptr_t): Define to compile hashtab.c
1460
1461 2009-09-04 Ozkan Sezer <sezeroz@gmail.com>
1462
1463 PR target/39065
1464 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
1465 with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
1466 * config.in: Regenerated.
1467 * configure: Regenerated.
1468
1469 2009-09-03 Ozkan Sezer <sezeroz@gmail.com>
1470
1471 PR target/39065
1472 * configure.ac: Also check for intptr_t.
1473 * config.h.in: Regenerated.
1474 * configure: Regenerated.
1475 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
1476 instead of of long.
1477
1478 2009-09-02 Tristan Gingold <gingold@adacore.com>
1479
1480 * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
1481 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
1482 dependencies. Remove unused FORMAT variable.
1483 * configure.com: New file to create build.com DCL script for
1484 Itanium VMS or Alpha VMS.
1485
1486 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1487
1488 * configure.ac (AC_PREREQ): Bump to 2.64.
1489
1490 2009-08-23 H.J. Lu <hongjiu.lu@intel.com>
1491
1492 PR ld/10536
1493 * Makefile.in (install-html-recursive): Removed.
1494
1495 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1496
1497 * config.in: Regenerate.
1498 * configure: Regenerate.
1499
1500 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1501
1502 * Makefile.in (AUTOCONF, configure_deps): New variables.
1503 ($(srcdir)/configure): New rule, active only in maintainer mode.
1504
1505 2009-07-29 Douglas B Rupp <rupp@gnat.com>
1506
1507 * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
1508
1509 2009-07-27 Douglas B Rupp <rupp@gnat.com>
1510
1511 * pex-unix.c (vfork): Remove VMS specific definition (get from header
1512 file instead).
1513 (to_ptr32): New function.
1514 (pex_unix_exec_child): Use it.
1515
1516 2009-07-24 Ian Lance Taylor <iant@google.com>
1517
1518 PR bootstrap/40854
1519 * crc32.c (xcrc32): Rename from crc32.
1520
1521 2009-07-24 Ian Lance Taylor <iant@google.com>
1522
1523 * crc32.c: New file.
1524 * Makefile.in: Rebuild dependencies.
1525 (CFILES): Add crc32.c.
1526 (REQUIRED_OFILES): Add ./crc32.o.
1527 * functions.texi: Rebuild.
1528
1529 2009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1530
1531 * cp-demangle.c (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1532 (d_print_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
1533 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>)
1534 (d_make_comp <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS): New.
1535 (d_demangle_callback): The variable type is now declared as enum.
1536 Replace parser of _GLOBAL_ symbols by a d_make_comp call.
1537
1538 2009-06-21 Jakub Jelinek <jakub@redhat.com>
1539
1540 * hashtab.c (htab_traverse): Don't call htab_expand for
1541 nearly empty hashtabs with sizes 7, 13 or 31.
1542
1543 2009-06-16 Nick Clifton <nickc@redhat.com>
1544
1545 PR 10197
1546 * testsuite/test-demangle.c: Rename getline to get_line to avoid
1547 conflicts with system function of the same name.
1548
1549 2009-05-30 Eli Zaretskii <eliz@gnu.org>
1550
1551 * snprintf.c: Doc fix.
1552
1553 * vsnprintf.c: Doc fix.
1554
1555 2009-05-29 Kai Tietz <kai.tietz@onevision.com>
1556
1557 * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
1558
1559 2009-05-29 Michael Matz <matz@suse.de>
1560
1561 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
1562 out when forcing the minimum.
1563 (fibheap_delete_node): Assert that we managed to force the minimum.
1564
1565 2009-05-25 Tristan Gingold <gingold@adacore.com>
1566
1567 * config.h-vms: Rewritten. Define configure macros.
1568 Use DEC-C builtin alloca.
1569
1570 * makefile.vms (OBJS): Update list.
1571 (OPT): New variable.
1572 (CFLAGS): Update compilation flags.
1573 (libiberty.olb): Do not depend on alloca-conf.h anymore.
1574
1575 2009-05-19 Ian Lance Taylor <iant@google.com>
1576 Ben Elliston <bje@au.ibm.com>
1577
1578 * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
1579 (cplus_demangle_fill_dtor): Likewise.
1580
1581 2009-05-17 Julian Brown <julian@codesourcery.com>
1582
1583 * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
1584 standard handles (stdin, stdout, stderr) in parent.
1585
1586 2009-04-29 Julian Brown <julian@codesourcery.com>
1587
1588 * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
1589 (pex_win32_exec_child): Ensure each process has only one handle open
1590 on pipe endpoints. Close standard input after creating child for
1591 symmetry with standard output/standard error.
1592
1593 2009-04-25 Eli Zaretskii <eliz@gnu.org>
1594
1595 * Makefile.in (needed-list): Target removed (not used in GCC
1596 3.0 and later). All references deleted.
1597 (mostlyclean): Remove references to needed.awk and needed2.awk.
1598
1599 2009-04-14 Eli Zaretskii <eliz@gnu.org>
1600
1601 * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of
1602 existing and required library functions to with_target_subdir
1603 section, so that the native build does detect them at configure
1604 time.
1605 * configure: Regenerated.
1606
1607 2009-04-13 Ozkan Sezer <sezeroz@gmail.com>
1608
1609 PR target/39397
1610 * pex-common.h (struct pex_obj): Store pid values as pid_t,
1611 not as long (members *children and (*wait))
1612 * pex-common.c (pex_run_in_environment): Likewise.
1613 * pex-win32.c (pex_win32_wait): Return pid_t and properly check
1614 returned pid value.
1615 * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
1616 * pex-msdos.c (pex_msdos_wait): Likewise.
1617
1618 2009-04-07 Arnaud Patard <apatard@mandriva.com>
1619
1620 * libiberty/configure.ac: Fix Linux/MIPS matching rule.
1621 * libiberty/configure: Regenerate.
1622
1623 2009-03-27 Ian Lance Taylor <iant@google.com>
1624
1625 * memmem.c: New file, from gnulib.
1626 * configure.ac: Add memmem to list of functions provided if they
1627 are not available on the host.
1628 * Makefile.in: Rebuild dependencies.
1629 (CFILES): Add memmem.c.
1630 (CONFIGURED_OFILES): Add memmem.o.
1631 * configure, config.in, functions.texi: Rebuild.
1632
1633 2009-03-23 Jason Merrill <jason@redhat.com>
1634
1635 * cp-demangle.c (d_expression): Handle pack expansion.
1636 (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
1637 (d_print_subexpr): Don't wrap function parms in ().
1638 (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
1639 not finding a pack.
1640
1641 2009-03-17 Jason Merrill <jason@redhat.com>
1642
1643 * cp-demangle.c (d_make_function_param): new fn.
1644 (cplus_demangle_mangled_name): Work around abi v2 bug.
1645 (d_expr_primary): Likewise.
1646 (cplus_demangle_operators): Add alignof ops.
1647 (d_expression): Handle function parameters and conversions
1648 with other than 1 operand.
1649 (d_print_comp): Handle function parameters. Fix bug with
1650 function used in type of function.
1651 * testsuite/demangle-expected: Update tests.
1652
1653 2009-02-21 Mark Mitchell <mark@codesourcery.com>
1654
1655 * make-temp-file.c (<windows.h>): Include on Windows.
1656 (choose_tmpdir): On Windows, use GetTempPath.
1657
1658 2009-01-18 Dave Korn <dave.korn.cygwin@gmail.com>
1659
1660 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
1661 as it no longer shares libiberty object files.
1662 * configure: Regenerated.
1663
1664 2009-01-07 Jason Merrill <jason@redhat.com>
1665
1666 * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
1667
1668 2009-01-06 Ben Elliston <bje@au.ibm.com>
1669
1670 * cp-demangle.c (cplus_demangle_type): Return NULL if the
1671 character following a 'D' cannot be recognised.
1672
1673 2008-12-18 Jason Merrill <jason@redhat.com>
1674
1675 PR c++/38561
1676 * cp-demangle.c (d_expression, d_print_comp): Revert
1677 cast changes.
1678
1679 2008-12-17 Jason Merrill <jason@redhat.com>
1680
1681 * cp-demangle.c (d_expression): Handle rvalue stubs too.
1682 [DEMANGLE_COMPONENT_CAST]: Update mangling.
1683 (d_print_comp): Avoid extra ", " with empty template argument packs.
1684 Remove handling for obsolete T() mangling.
1685
1686 2008-12-10 Jason Merrill <jason@redhat.com>
1687
1688 * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
1689 (d_print_comp, d_dump): Likewise.
1690
1691 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1692
1693 * Makefile.in (CPPFLAGS): Define.
1694 (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
1695
1696 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
1697
1698 PR bootstrap/37137
1699 * Makefile.in (LIBCFLAGS): Remove.
1700 (FLAGS_TO_PASS): Don't mention it.
1701 (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
1702
1703 2008-10-08 David Edelsohn <edelsohn@gnu.org>
1704
1705 * xstrdup.c: Include <sys/types.h> after "config.h"
1706
1707 2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1708
1709 * configure.ac: Call AC_SYS_LARGEFILE.
1710 * config.in: Regenerated.
1711 * configure: Likewise.
1712
1713 2008-10-06 Jason Merrill <jason@redhat.com>
1714
1715 * cp-demangle.c (struct d_print_info): Add pack_index.
1716 (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
1717 (d_make_comp): Likewise. DEMANGLE_COMPONENT_ARGLIST and
1718 DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
1719 (cplus_demangle_builtin_types): Add char16/32_t.
1720 (cplus_demangle_type): Recognize them.
1721 (d_template_args): Handle empty argument packs.
1722 (d_template_arg): Handle argument packs.
1723 (d_expression): Handle dependent name.
1724 (d_index_template_argument): New fn.
1725 (d_lookup_template_argument): New fn.
1726 (d_find_pack, d_pack_length): New fn.
1727 (d_print_subexpr): Split out...
1728 (d_print_comp): ...from here. Use d_*_template_argument.
1729 Handle empty arg lists. Support pack expansions.
1730 * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
1731
1732 2008-09-09 Jason Merrill <jason@redhat.com>
1733
1734 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
1735 (d_make_comp): Likewise.
1736 (cplus_demangle_type): Handle decltype and DFP types.
1737 (cplus_demangle_operators): Call operator takes 2 args.
1738 (cplus_demangle_builtin_types): Add DFP types.
1739 (d_exprlist): New fn.
1740 (d_expression): Handle parm placeholders, T() and calls.
1741 (d_print_comp): Handle decltype, T() and calls.
1742 * testsuite/demangle-expected: Test the above.
1743
1744 2008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1745
1746 * pex-win32.c (argv_to_argc): New function.
1747 (spawn_script): Duplicate argv before calling win32_spawn.
1748
1749 2008-07-31 Jakub Jelinek <jakub@redhat.com>
1750
1751 * mkstemps.c (mkstemps): Keep looping even for EISDIR.
1752
1753 2008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
1754
1755 * mkstemps.c (mkstemps): If open failed with errno other than
1756 EEXIST, return immediately.
1757 * make-temp-file.c: Include errno.h.
1758 (make_temp_file): If mkstemps failed, print an error message
1759 before aborting.
1760
1761 2008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1762
1763 * maint-tool (deps): Output config.h instead of stamp-h.
1764 * Makefile.in: Rebuild deps.
1765 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
1766 Reverts 2007-07-11 change.
1767
1768 2008-06-19 Eric Blake <ebb9@byu.net>
1769
1770 Adjust strsignal to POSIX 200x prototype.
1771 * strsignal.c (strsignal): Remove const.
1772
1773 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1774
1775 * configure: Regenerate.
1776
1777 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1778
1779 * libiberty.texi: Expand TABs, drop indentation outside examples.
1780 * obstacks.texi: Likewise.
1781
1782 2008-04-21 Aurelien Jarno <aurelien@aurel32.net>
1783
1784 * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
1785 * libiberty/configure: Regenerate.
1786
1787 2008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
1788
1789 * testsuite/demangle-expected: Added tests for char16_t and char32_t.
1790
1791 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1792
1793 PR bootstrap/35457
1794 * aclocal.m4: Add override.m4.
1795 * configure: Regenerate.
1796
1797 2008-03-31 Ian Lance Taylor <iant@google.com>
1798
1799 * cp-demangle.c (d_substitution): Correct overflow check to avoid
1800 -fstrict-overflow optimizations.
1801
1802 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
1803
1804 * configure.ac (frags): Don't set, use frag instead.
1805 (PICFLAG): Set here and substitute.
1806 * Makefile.in (PICFLAG): Substitute from autoconf.
1807 * configure: Regenerate.
1808
1809 2008-03-24 Ian Lance Taylor <iant@google.com>
1810
1811 * sha1.c: New file, from gnulib.
1812 * Makefile.in: Rebuild dependencies.
1813 (CFILES): Add sha1.c.
1814 (REQUIRED_OFILES): Add sha1.o.
1815
1816 2008-03-24 Doug Evans <dje@google.com>
1817
1818 * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
1819 return from strdup.
1820
1821 2008-03-12 Seongbae Park <seongbae.park@gmail.com>
1822
1823 * cplus-dem.c (malloc, realloc): Use void * instead of char *
1824 as return type.
1825
1826 2008-03-11 Nick Clifton <nickc@redhat.com>
1827
1828 * md5.c (md5_process_bytes): Do not assume that memcpy will
1829 provide a return value.
1830
1831 2008-02-19 Ben Elliston <bje@au.ibm.com>
1832
1833 PR other/12618
1834 * testsuite/Makefile.in (mostlyclean): Remove any core file.
1835
1836 2008-01-26 David Daney <ddaney@avtrex.com>
1837
1838 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
1839 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1840 DEMANGLE_COMPONENT_CHARACTER cases.
1841 (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
1842 DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
1843 (d_make_character): New function.
1844 (d_java_resource): Same.
1845 (d_special_name): Handle "Gr" case.
1846 (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
1847 DEMANGLE_COMPONENT_COMPOUND_NAME, and
1848 DEMANGLE_COMPONENT_CHARACTER cases.
1849 * testsuite/demangle-expected: Add test for java resource name
1850 mangling.
1851
1852 2008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
1853
1854 * cplus-dem.c (demangle_function_name): Changed to return value
1855 indicating if a name was correctly demangled.
1856 (iterate_demangle_function): Use demangle_function_name return
1857 value.
1858
1859 2008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1860
1861 PR other/33768
1862 * splay-tree.c (rotate_left): Fix minor typo in comment.
1863 (rotate_right): Likewise.
1864
1865 2007-11-12 Joseph Myers <joseph@codesourcery.com>
1866
1867 * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
1868 compiler warnings.
1869 (floatformat_ibm_long_double): Use
1870 floatformat_ibm_long_double_is_valid.
1871
1872 2007-11-07 Joseph Myers <joseph@codesourcery.com>
1873 Daniel Jacobowitz <dan@codesourcery.com>
1874
1875 * floatformat.c (mant_bits_set): New.
1876 (floatformat_to_double): Use it. Note no special handling of
1877 split formats.
1878 (floatformat_from_double): Note no special handing of split
1879 formats.
1880 (floatformat_ibm_long_double_is_valid,
1881 floatformat_ibm_long_double): New.
1882 (floatformat_ieee_single_big, floatformat_ieee_single_little,
1883 floatformat_ieee_double_big, floatformat_ieee_double_little,
1884 floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
1885 floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
1886 floatformat_m68881_ext, floatformat_i960_ext,
1887 floatformat_m88110_ext, floatformat_m88110_harris_ext,
1888 floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
1889 floatformat_ia64_spill_big, floatformat_ia64_spill_little,
1890 floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
1891 for addition of split_half field.
1892
1893 2007-09-06 Tom Tromey <tromey@redhat.com>
1894
1895 * pexecute.txh (pex_free): Document process killing.
1896
1897 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1898
1899 * cp-demangle.c (d_dump): Handle
1900 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
1901 (d_make_comp): Ditto.
1902 (cplus_demangle_type): Ditto.
1903 (d_print_comp): Ditto.
1904 (d_print_mod): Ditto.
1905 (d_print_function_type): Ditto.
1906
1907 2007-08-24 Kai Tietz <kai.tietz@onevision.com>
1908
1909 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
1910 * pex-djgpp.c: Likewise.
1911 * pex-msdos.c: Likewise.
1912 * pex-unix.c: Likewise.
1913 * pex-win32.c: Likewise.
1914
1915 2007-08-17 Michael Snyder <msnyder@access-company.com>
1916
1917 * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
1918
1919 2007-08-03 Michael Snyder <msnyder@access-company.com>
1920
1921 * make-relative-prefix.c (make_relative_prefix_1): Fix resource
1922 leak.
1923
1924 2007-07-31 Michael Snyder <msnyder@access-company.com>
1925
1926 * cp-demangle.c (d_print_comp): Guard against null.
1927
1928 2007-07-25 Ben Elliston <bje@au.ibm.com>
1929
1930 * Makefile.in (CFILES): Remove ternary.c.
1931 (REQUIRED_OFILES): Remove ./ternary.o.
1932 (INSTALLED_HEADERS): Remove ternary.h.
1933 (ternary.o): Remove.
1934 * ternary.c: Remove.
1935
1936 2007-07-23 DJ Delorie <dj@redhat.com>
1937
1938 * argv.c (writeargv): Fix typo in inline documentation.
1939 * functions.texi: Regenerate.
1940
1941 2007-07-17 DJ Delorie <dj@redhat.com>
1942
1943 * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
1944 gettimeofday entry.
1945 * configure: Likewise.
1946
1947 2007-07-11 Alexandre Oliva <aoliva@redhat.com>
1948
1949 * maint-tool (deps): Output stamp-h instead of config.h.
1950 * Makefile.in: Rebuild deps.
1951 (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
1952
1953 2007-07-02 Simon Baldwin <simonb@google.com>
1954
1955 * argv.c (writeargv): Removed declaration of unused variable.
1956
1957 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
1958
1959 * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
1960 * configure: Regenerate.
1961
1962 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
1963
1964 * aclocal.m4: Include config/warnings.m4.
1965 * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
1966 * configure: Regenerate.
1967
1968 2007-06-07 Geoffrey Keating <geoffk@apple.com>
1969
1970 * configure.ac: Non-default multilibs can be cross compilations.
1971 * configure: Regenerate
1972
1973 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1974
1975 * argv.c (writeargv): New function.
1976
1977 2007-05-05 Geoffrey Keating <geoffk@apple.com>
1978
1979 * cp-demangle.c (d_name): Detect local-source-name.
1980 (d_prefix): Likewise.
1981 (d_unqualified_name): Implement local-source-name.
1982
1983 2007-05-03 Joel Brobecker <brobecker@adacore.com>
1984
1985 * filename_cmp.c: Replace include of ctype.h by include of
1986 safe-ctype.h.
1987 (filename_cmp): Use TOLOWER instead of tolower for conversions
1988 that are locale-independent.
1989 * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
1990
1991 2007-04-11 Thomas Neumann tneumann@users.sourceforge.net
1992
1993 * argv.c: Use ANSI C declarations.
1994 * make-relative-prefix.c: Likewise.
1995
1996 2007-04-06 Joel Brobecker <brobecker@adacore.com>
1997
1998 * filename_cmp.c (filename_cmp): Improve documentation.
1999
2000 2007-04-02 Andreas Schwab <schwab@suse.de>
2001
2002 * filename_cmp.c: Include "config.h".
2003
2004 2007-03-29 Joel Brobecker <brobecker@adacore.com>
2005
2006 * filename_cmp.c: New file.
2007 * Makefile.in (CFILES): Add filename_cmp.c.
2008 (REQUIRED_OFILES): Add filename_cmp.o
2009 (filename_cmp.o): New rule.
2010 * functions.texi: Regenerate.
2011
2012 2007-03-15 Geoffrey Keating <geoffk@apple.com>
2013
2014 * cp-demangle.c (d_encoding): Exit early on error.
2015 (d_pointer_to_member_type): Exit early if cplus_demangle_type
2016 returns NULL.
2017 (cplus_demangle_type): Likewise.
2018 * testsuite/demangle-expected: New testcase.
2019
2020 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2021
2022 * Makefile.in: Add install-pdf target as copied from
2023 automake v1.10 rules.
2024 * testsuite/Makefile.in: Add dummy install-pdf target.
2025
2026 2007-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
2027 Eric Botcazou <ebotcazou@libertysurf.fr>
2028
2029 PR other/16513
2030 * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
2031 Install headers in multilib independent location.
2032
2033 2007-02-26 DJ Delorie <dj@redhat.com>
2034
2035 * configure.ac: add djgpp-specific results, so we don't have to
2036 link during a cross compilation.
2037 * configure: Regenerated.
2038
2039 2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2040
2041 * hex.c: Fix typo.
2042 * choose-temp.c: Likewise.
2043 * functions.texi: Regenerate.
2044
2045 2007-01-31 Vladimir Prus <vladimir@codesourcery.com>
2046
2047 * pex-common.h (struct pex_obj): New fields
2048 stderr_pipe and read_err.
2049 * pex-common.c (pex_init_common): Initialize
2050 stderr_pipe.
2051 (pex_run_in_environment): Add error checking
2052 for PEX_STDERR_TO_PIPE. Create a pipe
2053 for stderr if necessary.
2054 (pex_read_err): New.
2055 (pex_free): Close read_err.
2056 * pexecute.txh: Document changes.
2057 * functions.texi: Regenerated.
2058
2059 2007-01-31 Ben Elliston <bje@au.ibm.com>
2060
2061 * strsignal.c (psignal): Change type of signo to int.
2062 * functions.texi: Regenerate.
2063
2064 2007-01-29 Simon Baldwin <simonb@google.com>
2065
2066 * cp-demangle.h (cplus_demangle_operators): External definition
2067 suppressed if not building for libstdc++.
2068 * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
2069 to demangling, provides a malloc-less version of __cxa_demangle.
2070 (cplus_demangle_print_callback): Public callback version of
2071 cplus_demangle_print.
2072 (struct d_growable_string): New growable string structure.
2073 (d_growable_string_init): New function, provides support for
2074 growable strings separate from print info.
2075 (d_growable_string_resize): Likewise.
2076 (d_growable_string_append_buffer): Likewise.
2077 (d_growable_string_callback_adapter):): Likewise.
2078 (d_print_init): New print info initialization function.
2079 (d_print_error): Macro replace by inline function.
2080 (d_print_saw_error): Likewise.
2081 (d_append_char): Likewise.
2082 (d_append_buffer): Likewise.
2083 (d_append_string): New inline function, replaces the
2084 d_append_string_constant macro.
2085 (d_flush_buffer): New function, flushes buffer to callback.
2086 (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
2087 for unsupported dynamic arrays replaced by alloca().
2088 (d_demangle): Return string length estimating removed.
2089 (d_dump): Moved error case handling from call site into function.
2090 (d_print_resize): Function removed.
2091 (d_print_append_char): Likewise.
2092 (d_print_append_buffer): Likewise.
2093 (d_print_error): Likewise.
2094 (d_print_comp): Added special case handling for Java arrays.
2095 (java_demangle_v3): Removed string post-processing for Java arrays,
2096 now replaced by special case handling in d_print_comp.
2097 (cplus_demangle_v3_callback): Augmented interface to demangling,
2098 provides a malloc-less version of cplus_demangle_v3.
2099 (java_demangle_v3_callback): Augmented interface to demangling,
2100 provides a malloc-less version of java_demangle_v3.
2101
2102 2007-01-12 Ben Elliston <bje@au.ibm.com>
2103
2104 * pex-unix.c (writeerr): Cast write result to void.
2105
2106 * choose-temp.c (choose_temp_base): Check the result of the call
2107 to mktemp rather than testing the length of the modified string.
2108
2109 2006-12-20 Geoffrey Keating <geoffk@apple.com>
2110
2111 * cp-demangle.h: Add comment explaining what to do to avoid
2112 overrunning string.
2113 (d_check_char): New.
2114 (d_next_char): Don't advance past trailing '\0'.
2115 * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
2116 (d_nested_name): Likewise.
2117 (d_special_name): Likewise.
2118 (d_call_offset): Likewise.
2119 (d_function_type): Likewise.
2120 (d_array_type): Likewise.
2121 (d_pointer_to_member_type): Likewise.
2122 (d_template_param): Likewise.
2123 (d_template_args): Likewise.
2124 (d_template_arg): Likewise.
2125 (d_expr_primary): Likewise.
2126 (d_local_name): Likewise.
2127 (d_substitution): Likewise.
2128 (d_ctor_dtor_name): Use d_advance rather than d_next_char.
2129 * testsuite/test-demangle.c: Include sys/mman.h.
2130 (MAP_ANONYMOUS): Define.
2131 (protect_end): New.
2132 (main): Use protect_end.
2133 * testsuite/demangle-expected: Add testcases for overrunning
2134 the end of the string.
2135
2136 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
2137 J"orn Rennecke <joern.rennecke@st.com>
2138
2139 PR driver/29931
2140 * make-relative-prefix.c (make_relative_prefix_1): New function,
2141 broken out of make_relative_prefix. Make link resolution dependent
2142 on new parameter.
2143 (make_relative_prefix): Use make_relative_prefix_1.
2144 (make_relative_prefix_ignore_links): New function.
2145
2146 2006-11-08 Vladimir Prus <vladimir@codesourcery.com>
2147
2148 * pex-win32.c (no_suffixes): Remove.
2149 (std_suffixes): Add "" as first element.
2150 (find_executable): Remove detection of already-present
2151 extension. Try all suffixes in std_suffixes.
2152
2153 2006-11-07 Julian Brown <julian@codesourcery.com>
2154
2155 * floatformat.c (get_field): Fix segfault with little-endian word
2156 order on 64-bit hosts.
2157 (put_field): Likewise.
2158 (min): Move definition.
2159
2160 2006-10-26 Danny Smith <dannysmith@users.sourceforge.net>
2161
2162 pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
2163 (find_executable): Likewise.
2164 (win32_spawn): Cast alloca return to (char**).
2165 Replace malloc with XNEWVEC.
2166 bcopy.c (bcopy): Add explict casts in assignments.
2167
2168 2006-10-25 Ben Elliston <bje@au.ibm.com>
2169
2170 * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2171
2172 2006-10-10 Brooks Moses <bmoses@stanford.edu>
2173
2174 * Makefile.in: Added "pdf", "libiberty.pdf" target support.
2175 * testsuite/Makefile.in: Added empty "pdf" target.
2176
2177 2006-09-22 Ian Lance Taylor <ian@airs.com>
2178
2179 PR other/29176
2180 * cp-demangle.c (d_substitution): Check for overflow when
2181 computing substitution index.
2182
2183 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
2184
2185 * configure.ac: Add case for Mingw as host.
2186 * configure: Regenerate.
2187
2188 2006-08-27 Ian Lance Taylor <ian@airs.com>
2189
2190 PR driver/27622
2191 * pex-common.h (struct pex_funcs): Add toclose parameter to
2192 exec_child field.
2193 * pex-common.c (pex_run_in_environment): Pass toclose to
2194 exec_child.
2195 * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
2196 * pex-unix.c (pex_unix_exec_child): Likewise.
2197 * pex-msdos.c (pex_msdos_exec_child): Likewise.
2198 * pex-win32.c (pex_win32_exec_child): Likewise.
2199
2200 PR other/28797
2201 * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
2202 for a qualified member which is not a function.
2203 * testsuite/demangle-expected: Add test case.
2204
2205 2006-07-27 Jan Hubicka <jh@suse.cz>
2206
2207 PR rtl-optimization/28071
2208 * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
2209 downsize the hashtable.
2210
2211 2006-07-04 Peter O'Gorman <peter@pogma.com>
2212
2213 * Makefile.in: chmod 644 before ranlib during install.
2214
2215 2006-06-02 Mark Shinwell <shinwell@codesourcery.com>
2216
2217 * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
2218 to environ.
2219
2220 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2221
2222 * pex-common.c: New function pex_run_in_environment.
2223 * pex-common.h: Add environment parameter to exec_child.
2224 * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
2225 * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
2226 (pex_djgpp_exec_child): Pass environment to child process.
2227 * pex-unix.c: Add environment parameter to pex_unix_exec_child.
2228 (pex_unix_exec_child): Pass environment to child process.
2229 * pex-win32.c: Add environment parameter to pex_win32_exec_child.
2230 New function env_compare for comparing VAR=VALUE pairs.
2231 (win32_spawn): Assemble environment block and pass to CreateProcess.
2232 (spawn_script): Pass environment through to win32_spawn.
2233 (pex_win32_exec_child): Pass environment through to spawn_script and
2234 win32_spawn.
2235 * functions.texi: Regenerate.
2236 * pexecute.txh: Document pex_run_in_environment.
2237
2238 2006-05-28 Mark Shinwell <shinwell@codesourcery.com>
2239
2240 * mkstemps.c: Open temporary files in binary mode.
2241
2242 2006-05-12 Anton Blanchard <anton@samba.org>
2243
2244 * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
2245 hold "int%u_t".
2246
2247 2006-04-24 Julian Brown <julian@codesourcery.com>
2248
2249 * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
2250
2251 2006-03-29 Jim Blandy <jimb@codesourcery.com>
2252
2253 * pex-common.c (pex_input_file, pex_input_pipe): New functions.
2254 (pex_init_common): Initialize obj->input_file.
2255 (pex_run): Close any file opened by pex_input_file.
2256 * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
2257 * pex-common.h (struct pex_obj): New field input_file.
2258 (struct pex_funcs): New function ptr fdopenw.
2259 * pex-unix.c (pex_unix_fdopenw): New function.
2260 (funcs): List it as our fdopenw function.
2261 * pex-win32.c (pex_win32_fdopenw): New function.
2262 (funcs): List it as our fdopenw function.
2263 * pex-djgpp.c (funcs): Leave fdopenw null.
2264 * pex-msdos (funcs): Same.
2265 * functions.texi: Regenerated.
2266
2267 2006-04-10 Jim Blandy <jimb@codesourcery.com>
2268
2269 * pex-common.c (temp_file): New function, containing guts of
2270 pex-style temporary file name generation.
2271 (pex_run): Use it.
2272
2273 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
2274
2275 * Makefile.in: Add install-html, install-html-am, and
2276 install-html-recursive targets. Define mkdir_p and
2277 NORMAL_INSTALL.
2278 * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
2279 * configure: Regenerate.
2280 * testsuite/Makefile.in: Add install-html and html targets.
2281
2282 2006-03-31 Mark Mitchell <mark@codesourcery.com>
2283
2284 * pex-win32.c (<errno.h>): Include.
2285 (fix_argv): Remove.
2286 (argv_to_cmdline): New function.
2287 (std_suffixes): New variable.
2288 (no_suffixes): Likewise.
2289 (find_executable): New function.
2290 (win32_spawn): Likewise.
2291 (spawn_script): Use win32_spawn instead of _spawnv[p].
2292 (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
2293 (pex_win32_wait): Likewise.
2294
2295 2006-03-24 Jim Blandy <jimb@codesourcery.com>
2296
2297 * pex-common.c (pex_run): Simplify output name handling.
2298
2299 2006-03-12 Jim Blandy <jimb@red-bean.com>
2300
2301 * pex-common.h (struct pex_obj): Doc fixes.
2302
2303 2006-03-11 Jim Blandy <jimb@red-bean.com>
2304
2305 * functions.texi: Regenerate.
2306
2307 2006-02-21 Ben Elliston <bje@au.ibm.com>
2308
2309 * pexecute.c (pwait): Syntax fix for previous change.
2310
2311 2006-02-17 Uttam Pawar <uttamp@us.ibm.com>
2312
2313 * pexecute.c (pwait): Free vector pointer.
2314 * partition.c (partition_print): Free class_elements pointer.
2315
2316 2006-02-11 Roger Sayle <roger@eyesopen.com>
2317 R. Scott Bailey <scott.bailey@eds.com>
2318 Bill Northcott <w.northcott@unsw.edu.au>
2319
2320 PR bootstrap/16787
2321 * floatformat.c: Include <float.h> where available.
2322 (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
2323
2324 2006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
2325
2326 * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
2327 supported.
2328 * configure: Regenerated.
2329
2330 2006-01-20 Carlos O'Donell <carlos@codesourcery.com>
2331
2332 * testsuite/Makefile.in: Add test-expandargv test.
2333 * testsuite/test-expandargv.c: New test.
2334 * argv.c (expandargv): Check for errors with ferror,
2335 rather than just by looking at return value from fread.
2336
2337 2005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
2338
2339 * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
2340 to convert from "from".
2341 (floatformat_to_double): Likewise.
2342 (floatformat_from_double): Use explicit cast to convert from "to".
2343
2344 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
2345
2346 PR java/9861
2347 * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
2348 and include return type when found.
2349 (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
2350 conditional logic to change printing order of return type.when
2351 the DMGL_RET_POSTFIX option is present.
2352 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
2353 call.
2354 * testsuite/test-demangle.c (main): Recognize option --ret-postfix
2355 * testsuite/demangle-expected: Test cases to verify extended encoding.
2356 Updated comment to document --ret-postfix option.
2357
2358 2005-11-06 Richard Guenther <rguenther@suse.de>
2359
2360 * splay-tree.c (rotate_left): New function.
2361 (rotate_right): Likewise.
2362 (splay_tree_splay_helper): Remove.
2363 (splay_tree_splay): Re-implement.
2364
2365 2005-10-31 Mark Kettenis <kettenis@gnu.org>
2366
2367 * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
2368 New variables.
2369
2370 2005-10-07 Mark Mitchell <mark@codesourcery.com>
2371
2372 * at-file.texi: Fix typo.
2373
2374 2005-10-03 Mark Mitchell <mark@codesourcery.com>
2375
2376 * at-file.texi: New file.
2377
2378 2005-09-27 Mark Mitchell <mark@codesourcery.com>
2379
2380 * argv.c (expandargv): Do not use xmalloc_failed.
2381
2382 2005-09-26 Mark Mitchell <mark@codesourcery.com>
2383
2384 * argv.c (safe-ctype.h): Include it.
2385 (ISBLANK): Remove.
2386 (stdio.h): Include.
2387 (buildargv): Use ISSPACE instead of ISBLANK.
2388 (expandargv): New function.
2389 * Makefile.in: Regenerated.
2390
2391 2005-09-14 Christopher Faylor <cgf@timesys.com>
2392
2393 * pex-win32.c: Include "windows.h".
2394 (backslashify): New function.
2395 (fix_argv): Use backslashify to convert path to windows format.
2396 Allocate one more place in new argv for potential executable from '#!'
2397 parsing.
2398 (tack_on_executable): New function. Conditional on USE_MINGW_MSYS
2399 (openkey): Ditto.
2400 (mingw_rootify): Ditto.
2401 (msys_rootify): Ditto.
2402 (spawn_script): New function.
2403 (pex_win32_exec_child): Save translated argv in newargv. Pass to
2404 spawn_script if spawnv* fails.
2405 (main): New function. Conditional on MAIN. Useful for testing.
2406
2407 2005-08-17 Mark Kettenis <kettenis@gnu.org>
2408
2409 * floatformat.c (floatformat_always_valid): Change type of last
2410 argument to `void *'.
2411 (floatformat_i387_ext_is_valid): Likewise.
2412 (floatformat_to_double): Change type of second argument to `const
2413 void *'.
2414 (floatformat_from_double): Change type of last argument to `void
2415 *'.
2416 (floatformat_is_valid): Change type of last argument to `const
2417 void *'.
2418 (ieee_test): Remove redundant casts.
2419
2420 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
2421
2422 * strverscmp.c: Update FSF address.
2423 * testsuite/Makefile.in: Likewise.
2424 * testsuite/test-demangle.c: Likewise.
2425 * testsuite/test-pexecute.c: Likewise.
2426
2427 2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2428
2429 * getopt.c: Include ansidecl.h before system headers.
2430
2431 2005-07-22 Ben Elliston <bje@gnu.org>
2432
2433 * getopt.c: Include "ansidecl.h".
2434 (_getopt_initialize): Mark argc and argv parameters as unused.
2435
2436 2005-07-22 Ben Elliston <bje@gnu.org>
2437
2438 * regex.c (regcomp): Change type of `i' from unsigned to int.
2439
2440 2005-07-22 Ben Elliston <bje@gnu.org>
2441
2442 Recover patch lost in the sourceware repository:
2443 2005-07-09 Ben Elliston <bje@au.ibm.com>
2444 * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
2445 * memmove.c: Likewise.
2446 * objalloc.c: Likewise.
2447
2448 2005-07-22 Ben Elliston <bje@gnu.org>
2449
2450 * configure.ac: Check for a getopt(3) declaration.
2451 * configure, config.in: Regenerate.
2452
2453 2005-07-15 Ben Elliston <bje@au.ibm.com>
2454
2455 * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
2456
2457 2005-07-12 Ben Elliston <bje@au.ibm.com>
2458
2459 * floatformat.c (floatformat_to_double): Add a comment about a
2460 potential source of warnings when compiling this file.
2461
2462 2005-07-12 Ben Elliston <bje@au.ibm.com>
2463
2464 * pexecute.c (pexecute): Cast string litrals to char *.
2465 * regex.c (re_comp): Cast a call to gettext() to char *.
2466
2467 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
2468
2469 * config.table: Delete file. Move former contents into ...
2470 * configure.ac: ... here and escape any brackets for m4.
2471 * Makefile.in (config.status): Remove dependency on config.table.
2472 * configure: Regenerate.
2473
2474 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
2475
2476 * config.in: Regenerate for 6/20 change.
2477
2478 2005-07-03 Steve Ellcey <sje@cup.hp.com>
2479
2480 PR other/13906
2481 * md5.c (md5_process_bytes): Check alignment.
2482
2483 2005-07-01 Ian Lance Taylor <ian@airs.com>
2484
2485 PR other/22268
2486 * cp-demangle.c (d_expr_primary): Don't run off the end of the
2487 string while looking for the end of a literal value.
2488 * testsuite/demangle-expected: Add test case.
2489
2490 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
2491
2492 * hashtab.c (EMPTY_ENTRY): Moved and renamed.
2493 (DELETED_ENTRY): Ditto.
2494
2495 2005-06-20 Geoffrey Keating <geoffk@apple.com>
2496
2497 * strverscmp.c: New.
2498 * Makefile.in (CFILES): Add strverscmp.c.
2499 (CONFIGURED_OFILES): Add strverscmp.o.
2500 (strverscmp.o): New rule.
2501 (stamp-functions): Add $(srcdir) to files in source directory.
2502 * configure.ac (funcs): Add strverscmp.
2503 (AC_CHECK_FUNCS): Add strverscmp.
2504 * configure: Regenerate.
2505 * functions.texi: Regenerate.
2506
2507 2005-05-28 Eli Zaretskii <eliz@gnu.org>
2508
2509 * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
2510 * config.in, configure: Regenerate.
2511
2512 2005-05-25 Richard Henderson <rth@redhat.com>
2513
2514 * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
2515 (d_make_comp, d_print_comp): Likewise.
2516 (d_special_name): Generate one.
2517 * testsuite/demangle-expected: Add a hidden alias test.
2518
2519 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
2520
2521 * configure.ac: Check declarations for calloc(), getenv(),
2522 malloc(), realloc() and sbrk().
2523 * config.in: Regenerate.
2524 * configure: Likewise.
2525
2526 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
2527 instead of xmalloc.
2528 * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
2529 * concat.c (liiberty_concat_ptr): Surround definition with an
2530 extern "C" block, if __cplusplus.
2531 (concat): Use XNEWVEC instead of xmalloc.
2532 (reconcat): Likewise.
2533 * cp-demangle.c (struct d_print_template): Rename member
2534 "template" to "template_decl". Adjust use throughout the file.
2535 (d_print_resize): Properly cast return value of realloc().
2536 (cplus_demangle_print): Same for malloc().
2537 (d_demangle): Likewise.
2538 * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
2539 "typename" to "type_name".
2540 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
2541 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
2542 (demangle_template_value_parm): Likewise.
2543 (demangle_template): Likewise.
2544 (recursively_demangle): Likewise.
2545 (do_hpacc_template_literal): Likewise.
2546 (do_arg): Likewise.
2547 (remember_type): Likewise.
2548 (remember_Ktype): Likewise.
2549 (register_Btype): Likewise.
2550 (string_need): Use XRESIZEVEC instead of xrealloc().
2551 * dyn-string.c (dyn_string_init): Use XNEWVEC.
2552 (dyn_string_new): Use XNEW.
2553 (dyn_string_resize): Use XRESIZEVEC.
2554 * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
2555 * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
2556 Otherwise include <stdlib.h>.
2557 (exchange): Cast return value of malloc().
2558 * hashtab.c (htab_size): Define as both macro and non-inline
2559 function.
2560 (htab_elements): Likewise.
2561 * getpwd.c (getpwd): Use XNEWVEC.
2562 (htab_create_alloc_ex): Use C90 prototype-style.
2563 * lrealpath.c (lrealpath): Appropriately cast return value of
2564 malloc().
2565 * make-relative-prefix.c (save_string): Likewise.
2566 * make-temp-file.c (try_dir): Rename from "try". Adjust use in
2567 the file.
2568 (choose_tmpdir): Use XNEWVEC.
2569 * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
2570 * pex-common.c (pex_init_common): Use XNEW.
2571 (pex_add_remove): Use XRESIZEVEC.
2572 (pex_run): Likewise.
2573 (pex_get_status_and_time): Likewise.
2574 * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
2575 * pex-msdos.c (pex_init): Use XNEW.
2576 (pex_msdos_exec_child): Likewise.
2577 (pex_msdos_exec_child): Use XRESIZEVEC.
2578 * pex-unix.c (pex_wait): Use XNEW.
2579 * pex-win32.c (fix_argv): Use XNEWVEC.
2580 * pexecute.c (pwait): Likewise.
2581 * setenv.c (setenv): Properly cast return value of malloc().
2582 * sigsetmask.c (sigsetmask): Rename local variables "old" and
2583 "new" to "old_sig" and "new_sig".
2584 * sort.c (main): Use XNEWVEC.
2585 * spaces.c (spaces): Cast return value of malloc().
2586 * strndup.c (strndup): Likewise.
2587 * ternary.c (ternary_insert): Use XNEW.
2588 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
2589 with an extern "C" block if __cplusplus.
2590 * xstrdup.c (xstrdup): Cast return value of memcpy().
2591 * xstrerror.c (strerror): Enclose declaration in an extern "C"
2592 block if __cplusplus.
2593 * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
2594
2595 2005-05-16 Andreas Jaeger <aj@suse.de>
2596
2597 * getpwd.c: Remove unneeded prototype getcwd and move getwd so
2598 that it's only declared if needed.
2599
2600 * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
2601 defined.
2602
2603 2005-05-15 Andreas Jaeger <aj@suse.de>
2604
2605 * functions.texi: Regenerated.
2606
2607 2005-05-15 Eli Zaretskii <eliz@gnu.org>
2608
2609 * pexecute.txh: Enclose multi-word data types in @deftypefn in
2610 braces. Minor wording fixes. Use --- for em-dash. Use
2611 @enumerate in enumerated lists.
2612
2613 * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
2614 braces.
2615
2616 2005-05-11 Eli Zaretskii <eliz@gnu.org>
2617
2618 * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
2619 sys/stat.h.
2620 (pex_init): Fix last argument to pex_init_common.
2621 (pex_djgpp_exec_child): Remove leading underscore from _open,
2622 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',
2623 which is undeclared, with `executable', which was unused. Remove
2624 unused variable `e'. Fix casting of last arg to spawnv/spawnvp.
2625 (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
2626
2627 2005-05-11 Paul Brook <paul@codesourcery.com>
2628
2629 * Makefile.in: Regenerate dependencies.
2630
2631 2005-05-10 Nick Clifton <nickc@redhat.com>
2632
2633 * Update the address and phone number of the FSF organization in
2634 the GPL notices in the following files:
2635 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
2636 choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
2637 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
2638 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
2639 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
2640 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
2641 make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
2642 obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
2643 pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
2644 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
2645 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
2646 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
2647 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
2648
2649 2005-05-06 Kelley Cook <kcook@gcc.gnu.org>
2650
2651 * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
2652 * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
2653 * configure: Regenerate.
2654
2655 2005-05-06 Kelley Cook <kcook@gcc.gnu.org>
2656
2657 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
2658 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
2659 * aclocal.m4: Don't include accross.m4.
2660 * configure, config.in: Regenerate.
2661
2662 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2663
2664 * fopen_unlocked.c (unlock_std_streams): New.
2665
2666 * functions.texi: Regenerate.
2667
2668 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2669
2670 * fopen_unlocked.c (unlock_stream): New.
2671 Consolidate unlocking code into a helper function.
2672
2673 * functions.texi: Regenerate.
2674
2675 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
2676
2677 * asprintf.c: Include config.h.
2678 * basename.c: Likewise.
2679 * fdmatch.c: Likewise.
2680 * hex.c: Likewise.
2681 * lbasename.c: Likewise.
2682 * spaces.c: Likewise.
2683 * xatexit.c:Likewise.
2684 * configure.ac: Do check declarations for basename, ffs, asprintf
2685 and vasprintf for real.
2686 * configure: Regenerate.
2687
2688 2005-04-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
2689
2690 * argv.c (dupargv): Allocate space of argv[argc], not
2691 sizeof(char *) of that amount. Cast result to char *.
2692
2693 2005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
2694
2695 * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
2696 Replace not with negate.
2697
2698 2005-04-12 Gabriel Dos Reis <gdr@integrable-solutions.net>
2699
2700 * configure.ac: Check declarations for basename, ffs, asprintf,
2701 vasprintf.
2702 * configure: Regenerate.
2703 * config.in: Likewise.
2704
2705 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2706
2707 * Makefile.in (CFILES): Add fopen_unlocked.c.
2708 (REQUIRED_OFILES): Add ./fopen_unlocked.o.
2709 Regenerate dependencies.
2710
2711 * configure.ac: Check for stdio_ext.h and __fsetlocking.
2712
2713 * fopen_unlocked.c: New file.
2714
2715 * functions.texi, configure, config.in: Regenerate.
2716
2717 2005-04-04 Ian Lance Taylor <ian@airs.com>
2718
2719 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
2720 declaration before statement.
2721
2722 2005-04-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2723
2724 * bcmp.c: Fix warnings and implement using memcmp.
2725 * bcopy.c: Fix warnings.
2726 * bzero.c: Fix warnings and implement using memset.
2727
2728 * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
2729 -Wstrict-prototypes.
2730 * configure, config.in: Regenerate.
2731
2732 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
2733 warnings and reconcile interfaces with relevant standards.
2734
2735 2005-04-02 Ian Lance Taylor <ian@airs.com>
2736
2737 * cp-demangle.c: Update copyright.
2738
2739 2005-03-31 Joseph S. Myers <joseph@codesourcery.com>
2740
2741 * gettimeofday.c: Add "Supplemental" to @deftypefn.
2742 * functions.texi: Regenerate.
2743
2744 2005-03-28 Ian Lance Taylor <ian@airs.com>
2745
2746 * pex-common.c: New file.
2747 * pex-one.c: New file.
2748 * pexecute.c: New file.
2749 * pex-common.h: Include <stdio.h>.
2750 (struct pex_obj): Define.
2751 (struct pex_funcs): Define.
2752 (pex_init_common): Declare.
2753 * pex-unix.c: Rewrite.
2754 * pex-win32.c: Rewrite.
2755 * pex-djgpp.c: Rewrite.
2756 * pex-msdos.c: Rewrite.
2757 * testsuite/text-pexecute.c: New file.
2758 * pexecute.txh: Rewrite.
2759 * configure.ac: Check for wait3 and wait4. Set CHECK to
2760 really-check rather than check-cplus-dem.
2761 * functions.texi: Rebuild.
2762 * Makefile.in: Rebuild dependencies.
2763 (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
2764 (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
2765 * testsuite/Makefile.in (really-check): New target.
2766 (check-pexecute, test-pexecute): New targets.
2767 * configure: Rebuild.
2768
2769 2005-03-28 Mark Kettenis <kettenis@gnu.org>
2770
2771 * unlink-if-ordinary.c: Include <sys/types.h>.
2772
2773 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2774
2775 Convert libiberty to use ISO C prototype style 7/n.
2776 * regex.c (PARAMS): Remove definition.
2777 (PREFIX): Unconditionaly define using ISO C ## operator.
2778 (init_syntax_once, extract_number, extract_number_and_incr,
2779 print_fastmap, print_partial_compiled_pattern,
2780 print_compiled_pattern, print_double_string, printchar,
2781 convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
2782 regex_compile, store_op1, store_op2, insert_op1, insert_op2,
2783 at_begline_loc_p, at_endline_p, group_in_compile_stack,
2784 insert_space, wcs_compile_range, byte_compile_range,
2785 truncate_wchar, re_compile_fastmap, re_compile_fastmap,
2786 re_set_registers, re_search, re_search_2, re_search_3, re_match,
2787 re_match_2, count_mbs_length, wcs_re_match_2_internal,
2788 byte_re_match_2_internal, group_match_null_string_p,
2789 alt_match_null_string_p, common_op_match_null_string_p,
2790 bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
2791 regexec, regerror, regfree): Use ISO C prototype style.
2792 * partition.c: (elem_compare): Likewise.
2793 * cp-demangle.c (print_usage): Likewise.
2794
2795 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2796
2797 Convert libiberty to use ISO C prototype style 5/n.
2798 * random.c (srandom, initstate, setstate, random): Use ISO C
2799 prototypes.
2800 * putenv.c (putenv): Likewise.
2801 * physmem.c (physmem_available, physmem_total, main): Likewise.
2802 * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
2803 * pex-unix.c (pexecute, pwait): Likewise.
2804 * pex-msdos.c (pexecute, pwait): Likewise.
2805 * pex-djgpp.c (pexecute, pwait): Likewise.
2806 * partition.c (partition_new, partition_delete, partition_union)
2807 (elem_compare, partition_print): Likewise.
2808 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
2809 _obstack_allocated_p, _obstack_free, obstack_free,
2810 _obstack_memory_used, print_and_abort, obstack_next_free,
2811 obstack_object_size, obstack_base): Likewise. Remove codes
2812 predicated on !defined(__STDC__).
2813 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
2814 objalloc_free_block): Use ISO C prototypes.
2815 * mkstemps.c (mkstemps): Likewise.
2816 * memset.c (memset): Likewise.
2817 * mempcpy.c (mempcpy): Likewise.
2818 * rename.c (rename): Likewise.
2819 * rindex.c (rindex): Likewise.
2820 * setenv.c (setenv, unsetenv): Likewise.
2821 * sigsetmask.c (sigsetmask): Likewise.
2822 * snprintf.c (snprintf): Likewise.
2823 * sort.c (sort_pointers, xmalloc): Likewise.
2824 * spaces.c (spaces): Likewise.
2825 * splay-tree.c (splay_tree_delete_helper,
2826 splay_tree_splay_helper, splay_tree_splay,
2827 splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
2828 splay_tree_new, splay_tree_xmalloc_allocate,
2829 splay_tree_new_with_allocator, splay_tree_delete,
2830 splay_tree_insert, splay_tree_remove, splay_tree_lookup,
2831 splay_tree_max, splay_tree_min, splay_tree_predecessor,
2832 splay_tree_successor, splay_tree_foreach,
2833 splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
2834 * stpcpy.c (stpcpy): Likewise.
2835 * stpncpy.c (stpncpy): Likewise.
2836 * strcasecmp.c (strcasecmp): Likewise.
2837 * strchr.c (strchr): Likewise.
2838 * strdup.c (strdup): Likewise.
2839
2840 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2841
2842 Convert libiberty to use ISO C prototype style 6/n.
2843 * strerror.c (init_error_tables, errno_max, strerror, strerrno,
2844 strtoerrno, main): Use ISO C prototype style.
2845 * strncasecmp.c (strncasecmp): Likewise.
2846 * strncmp.c (strncmp): Likewise.
2847 * strndup.c (strndup): Likewise.
2848 * strrchr.c (strrchr): Likewise.
2849 * strsignal.c (init_signal_tables, signo_max, strsignal,
2850 strsigno, strtosigno, psignal, main): Likewise.
2851 * strstr.c (strstr): Likewise.
2852 * strtod.c (strtod, atof): Likewise.
2853 * strtol.c (strtol): Likewise.
2854 * strtoul.c (strtoul): Likewise.
2855 * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
2856 ternary_recursivesearch): Likewise.
2857 * tmpnam.c (tmpnam): Likewise.
2858 * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
2859 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
2860 * vfork.c (vfork): Likewise.
2861 * vfprintf.c (vfprintf): Likewise.
2862 * vprintf.c (vprintf): Likewise.
2863 * vsnprintf.c (vsnprintf, checkit, main): Likewise.
2864 * vsprintf.c (vsprintf): Likewise.
2865 * waitpid.c (waitpid): Likewise.
2866 * xatexit.c (xatexit, xatexit_cleanup): Likewise.
2867 * xexit.c (xexit): Likewise.
2868 * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
2869 xcalloc, xrealloc): Likewise.
2870 * xmemdup.c (xmemdup): Likewise.
2871 * xstrdup.c (xstrdup): Likewise.
2872 * xstrerror.c (xstrerror): Likewise.
2873 * xstrndup.c (xstrndup): Likewise.
2874
2875 2005-03-27 Andreas Jaeger <aj@suse.de>
2876
2877 * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
2878 flags.
2879 * configure: Regenerated.
2880
2881 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2882
2883 * getopt1.c (getopt_long_only): Fix thinko.
2884
2885 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2886
2887 Convert libiberty to use ISO C prototype style 4/n.
2888 * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
2889 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
2890 htab_create_alloc, htab_set_functions_ex, htab_create,
2891 htab_try_create, htab_delete, htab_empty,
2892 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
2893 htab_find, htab_find_slot_with_hash, htab_find_slot,
2894 htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
2895 htab_traverse_noresize, htab_traverse, htab_collisions,
2896 htab_hash_string, iterative_hash): Use ISO C prototype.
2897 * hex.c (hex_init): Likewise.
2898 * index.c (index): Likewise.
2899 * insque.c (insque, remque): Likewise.
2900 * lbasename.c (lbasename): Likewise.
2901 * lrealpath.c (lrealpath): Likewise.
2902 * make-relative-prefix.c (save_string, split_directories,
2903 free_split_directories, make_relative_prefix): Likewise.
2904 * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
2905 * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
2906 md5_buffer, md5_process_bytes, md5_process_block): Likewise.
2907 * memchr.c (memchr): Likewise.
2908 * memcpy.c (memcpy): Likewise.
2909 * memmove.c (memmove): Likewise.
2910 * gettimeofday.c (gettimeofday): Likewise.
2911 * getruntime.c (get_run_time): Likewise.
2912 * getpwd.c (getpwd, getpwd): Likewise.
2913 * getpagesize.c (getpagesize): Likewise.
2914 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
2915 * getopt.c (my_index, exchange, _getopt_initialize,
2916 _getopt_internal, getopt, main): Likewise.
2917 * getcwd.c (getcwd): Likewise.
2918 * fnmatch.c (fnmatch): Likewise.
2919 * floatformat.c (floatformat_always_valid,
2920 floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
2921 put_field, floatformat_from_double, floatformat_is_valid,
2922 ieee_test, main): Likewise.
2923 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
2924 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
2925 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
2926 fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
2927 fibheap_delete, fibheap_empty, fibheap_extr_min_node,
2928 fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
2929 fibheap_link, fibheap_cut, fibheap_cascading_cut,
2930 fibnode_insert_after, fibnode_remove): Likewise.
2931 * ffs.c (ffs): Likewise.
2932 * fdmatch.c (fdmatch): Likewise.
2933 * dyn-string.c (dyn_string_init, dyn_string_new,
2934 dyn_string_delete, dyn_string_release, dyn_string_resize,
2935 dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
2936 dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
2937 dyn_string_insert_cstr, dyn_string_insert_char,
2938 dyn_string_append, dyn_string_append_cstr,
2939 dyn_string_append_char, dyn_string_substring, dyn_string_eq):
2940 Likewise.
2941
2942 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2943
2944 Convert libiberty to use ISO C prototype style 3/n.
2945 * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
2946 consume_count_with_underscores, code_for_qualifier,
2947 qualifier_string, demangle_qualifier, cplus_demangle_opname,
2948 cplus_mangle_opname, cplus_demangle_set_style,
2949 cplus_demangle_name_to_style, cplus_demangle, grow_vect,
2950 ada_demangle, internal_cplus_demangle, squangle_mop_up,
2951 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
2952 delete_work_stuff, mop_up, demangle_signature,
2953 demangle_method_args, demangle_template_template_parm,
2954 demangle_expression, demangle_integral_value,
2955 demangle_real_value, demangle_template_value_parm,
2956 demangle_template, arm_pt, demangle_arm_hp_template,
2957 demangle_class_name, demangle_class, iterate_demangle_function,
2958 demangle_prefix, gnu_special, recursively_demangle, arm_special,
2959 demangle_qualified, get_count, do_type, demangle_fund_type,
2960 do_hpacc_template_const_value, do_hpacc_template_literal,
2961 snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
2962 register_Btype, remember_Btype, forget_B_and_K_types,
2963 forget_types, demangle_args, demangle_nested_args,
2964 demangle_function_name, string_need, string_delete, string_init,
2965 string_clear, string_empty, string_append, string_appends,
2966 string_appendn, string_prepend, string_prepends, string_prependn,
2967 string_append_template_idx): Use ISO C prootype style.
2968 * cp-demint.c (cplus_demangle_fill_component,
2969 cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
2970 cplus_demangle_v3_components): Likewise.
2971
2972 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
2973
2974 Convert libiberty to use ISO C prototype style 2/n.
2975 * cp-demangle.h: Remove uses of PARAMS.
2976 * cp-demangle.c: Likewise.
2977 (d_dump, cplus_demangle_fill_name,
2978 cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
2979 cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
2980 d_make_builtin_type, d_make_operator, d_make_extended_operator,
2981 d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
2982 cplus_demangle_mangled_name, has_return_type,
2983 is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
2984 d_prefix, d_unqualified_name, d_source_name, d_number,
2985 d_identifier, d_operator_name, d_special_name, d_call_offset,
2986 d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
2987 d_function_type, d_bare_function_type, d_class_enum_type,
2988 d_array_type, d_pointer_to_member_type, d_template_param,
2989 d_template_args, d_template_arg, d_expression, d_expr_primary,
2990 d_local_name, d_discriminator, d_add_substitution,
2991 d_substitution, d_print_resize, d_print_append_char,
2992 d_print_append_buffer, d_print_error, cplus_demangle_print,
2993 d_print_comp, d_print_java_identifier, d_print_mod_list,
2994 d_print_mod, d_print_function_type, d_print_array_type,
2995 d_print_expr_op, d_print_cast, cplus_demangle_init_info,
2996 d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
2997 is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
2998 print_usage, main):
2999
3000 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
3001
3002 Convert libiberty to ISO C prototype style 1/n.
3003 * _doprnt.c: Remove conditional #include <varargs.h> on
3004 ANSI_PROTOTYPES as the latter is always assumed.
3005 (_doprnt, checkit, main): Use ISO C prototype.
3006 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
3007 * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
3008 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
3009 * atexit.c (atexit): Likewise
3010 * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
3011 (asprintf): Use ISO C prototype.
3012 * basename.c (basename): Likewise
3013 * bcmp.c (bcmp): Likewise.
3014 * bcopy.c (bcopy): Likewise.
3015 * bzero.c (bzero): Likewise.
3016 * bsearch.c (bsearch): Likewise. Improve const-correctness.
3017 * choose-temp.c (choose_temp_base): Likewise.
3018 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
3019 (calloc): Use ISO C prototype.
3020 * clock.c (clock): Likewise.
3021 * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
3022 (vconcat_length, vconcat_copy, concat_length, concat_copy,
3023 concat_copy2, concat, reconcat, main): Use ISO C prototype.
3024 * copysign.c (copysign): Likewise.
3025
3026 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3027
3028 * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
3029 (REQUIRED_OFILES): Add xstrndup.o.
3030 (CONFIGURED_OFILES): Add strndup.o.
3031 Regenerate dependencies.
3032
3033 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
3034
3035 * strndup.c, xstrndup.c: New.
3036
3037 * config.in, configure, functions.texi: Regenerate.
3038
3039 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3040
3041 * xmemdup.c, xstrdup.c: Expose the tail call.
3042
3043 2005-03-09 Mark Mitchell <mark@codesourcery.com>
3044
3045 * configure.ac (funcs): Add gettimeofday.
3046 * configure: Regenerated.
3047 * gettimeofday.c: New file.
3048 * Makefile.in (CFILES): Add gettimeofday.
3049 (CONFIGURED_OFILES): Add gettimeofday.o.
3050 (./gettimeofday.o): New rule.
3051
3052 2005-03-09 Ian Lance Taylor <ian@airs.com>
3053
3054 * pex-os2.c: Remove.
3055 * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
3056 * Makefile.in (CFILES): Remove pex-os2.c.
3057 (CONFIGURED_OFILES): Remove pex-os2.o.
3058 (pex-os2.o): Remove target.
3059 * configure: Rebuild.
3060
3061 2005-03-07 Ian Lance Taylor <ian@airs.com>
3062
3063 * mpw-config.in: Remove.
3064 * mpw-make.sed: Remove.
3065 * mpw.c: Remove.
3066 * Makefile.in (CFILES): Remove pex-mpw.c.
3067 (CONFIGURED_OFILES): Remove pex-mpw.o.
3068 (mpw.o, pex-mpw.o): Remove targets.
3069 * maint-tool (undoc): Remove reference to mpw.c.
3070
3071 2005-03-06 DJ Delorie <dj@redhat.com>
3072
3073 * configure.ac (target_header_dir): vfork is a stub under djgpp.
3074 * configure: Regenerated.
3075
3076 2005-03-01 Jan Beulich <jbeulich@novell.com>
3077
3078 * Makefile.in (CFILES): Add unlink-if-ordinary.c
3079 (REQUIRED_OFILES): Add unlink-if-ordinary.o.
3080 Add dependencies and rule for unlink-if-ordinary.o.
3081 * unlink-if-ordinary.c: New.
3082
3083 2005-03-01 Ben Elliston <bje@au.ibm.com>
3084
3085 * hashtab.c (htab_find_slot_with_hash): Make function
3086 documentation clearer.
3087
3088 2005-02-13 Jason Merrill <jason@redhat.com>
3089
3090 * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
3091 arguments.
3092
3093 2005-01-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3094
3095 * hex.c (hex_value): Group 'unsigned int' together to get correct
3096 markup.
3097 * functions.texi: Regenerated.
3098
3099 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
3100
3101 * Makefile.in: Undo to 2004-12-17.
3102 * aclocal.m4: Likewise.
3103 * config.table: Likewise.
3104 * configure.ac: Likewise.
3105 * maint-tool: Likewise.
3106 * configure: Likewise.
3107
3108 2004-12-19 H.J. Lu <hongjiu.lu@intel.com>
3109
3110 PR bootstrap/19072
3111 * Makefile.in (enable_shared): New substitute.
3112 (LTTARGETLIB): New.
3113 (PREFIXTARGETLIB): New.
3114 (LTTESTLIB): New.
3115 (PREFIXTESTLIB): New.
3116 (CCLD): New.
3117 (LINK): New.
3118 ($(TARGETLIB)): Use $(LINK) to create libraries and create
3119 targets by hand.
3120 ($(TESTLIB)): Likewise.
3121 (mostlyclean): Don't remove .libs. Remove the libtool object
3122 directory.
3123
3124 * config.table (enable_shared): Removed.
3125
3126 * configure.ac (enable_static): Set to yes.
3127 (AC_PROG_LIBTOOL): Removed.
3128 (AM_DISABLE_SHARED): Uncommented.
3129 (AM_PROG_LIBTOOL): Likewise.
3130 (LIBOBJS): Add `./' to avoid VPATH.
3131 (LTLIBOBJS): Likewise.
3132 (enable_shared): Substitute.
3133 * configure: Regenerated.
3134
3135 2004-12-18 H.J. Lu <hongjiu.lu@intel.com>
3136
3137 * Makefile.in (top_builddir): Set to `.'.
3138 (OUTPUT_OPTION): Removed.
3139 (LIBTOOL): New.
3140 (LTLIBOBJS): New.
3141 (EXTRA_LTOFILES): New.
3142 (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
3143 (all): Remove stamp-picdir.
3144 (LTCOMPILE): New.
3145 (.c.lo): New rule.
3146 (REQUIRED_LTOFILES): New.
3147 (CONFIGURED_LTOFILES): New.
3148 ($(TARGETLIB)): Check .libs for PIC object files. Depend on
3149 $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
3150 (stamp-picdir): Completely removed.
3151 (maint-missing): Pass $(REQUIRED_LTOFILES)
3152 $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
3153 $(CONFIGURED_OFILES)
3154 (maint-buildall): Depend on $(REQUIRED_LTOFILES)
3155 $(CONFIGURED_LTOFILES).
3156 (mostlyclean): Also remove *.lo .libs.
3157 Run "make maint-deps".
3158
3159 * aclocal.m4: Include ../libtool.m4.
3160
3161 * config.table: Don't check --enable-shared.
3162
3163 * configure.ac (AC_PROG_LIBTOOL): Add.
3164 (AC_PROG_CC_C_O): Removed.
3165 (OUTPUT_OPTION): Removed.
3166 (NO_MINUS_C_MINUS_O): Removed.
3167 (ltpexecute): New substitute.
3168 (LIBOBJS): Cleanup.
3169 * configure: Regenerated.
3170
3171 * maint-tool: Updated for .lo/libtool.
3172
3173 2004-12-11 Ben Elliston <bje@au.ibm.com>
3174
3175 * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
3176 * configure: Regenerate.
3177 * config.in: Likewise.
3178
3179 2004-12-07 DJ Delorie <dj@redhat.com>
3180
3181 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
3182 that recursion (and thus large stack space) is not needed.
3183
3184 2004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
3185
3186 * pex-unix.c: Fix the spelling of longjmp.
3187
3188 2004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
3189
3190 PR other/18623
3191 * cp-demangle.c (d_call_offset): Remove useless local variables
3192 offset and virtual_offset.
3193 * cplus-dem.c (ada_demangle): Remove useless local variable
3194 at_start_name.
3195 (demangle_template): Remove useless local variable start.
3196
3197 2004-11-19 Roger Sayle <roger@eyesopen.com>
3198
3199 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
3200 "ansidecl.h" to avoid redeclaration errors with native compilers.
3201 * regex.c: Protect config.h from multiple inclusion.
3202
3203 2004-11-12 Mike Stump <mrs@apple.com>
3204
3205 * Makefile.in (libiberty.html): Fix html generation.
3206
3207 2004-09-08 Adam Nemet <anemet@lnxw.com>
3208
3209 * vasprintf.c: Accept __va_copy in addition to va_copy.
3210
3211 2004-09-03 Paolo Bonzini <bonzini@gnu.org>
3212
3213 * configure: Regenerate.
3214
3215 2004-09-02 Paolo Bonzini <bonzini@gnu.org>
3216
3217 * configure.ac: Do not enable multilibs for build-side libiberty.
3218
3219 2004-06-29 Danny Smith <dannysmith@users.sourceforge.net>
3220
3221 * lrealpath.c (lrealpath): Add _WIN32 support.
3222
3223 2004-06-28 Zack Weinberg <zack@codesourcery.com>
3224
3225 * cp-demangle.h: Declare cplus_demangle_operators,
3226 cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
3227 cplus_demangle_type as static if IN_GLIBCPP_V3.
3228
3229 2004-06-28 Ian Lance Taylor <ian@wasabisystems.com>
3230
3231 PR other/16240
3232 * cp-demangle.c (d_expr_primary): Check for a failure return from
3233 cplus_demangle_type.
3234 * testsuite/demangle-expected: Add test case.
3235
3236 2004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
3237
3238 * pex-win32.c (fix_argv): Expand comment.
3239
3240 2004-05-25 Daniel Jacobowitz <drow@false.org>
3241
3242 * Makefile.in: Add .NOEXPORT.
3243
3244 2004-04-29 Douglas B Rupp <rupp@gnat.com>
3245
3246 * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
3247 copyright.
3248
3249 2004-04-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3250
3251 * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
3252 * configure: Regenerate.
3253
3254 2004-04-22 Richard Henderson <rth@redhat.com>
3255
3256 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
3257 (CHAR_BIT): Provide default.
3258 (struct prime_ent, prime_tab): New.
3259 (higher_prime_index): Rename from higher_prime_number, return index.
3260 (htab_mod_1): New.
3261 (htab_mod, htab_mod_m2): Use it.
3262 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
3263 (htab_expand): Likewise.
3264 * configure.ac: Check for stdint.h.
3265 (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
3266 * config.in, configure: Rebuild.
3267
3268 2004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
3269
3270 * strerror.c: Include config.h, and redefine sys_nerr and
3271 sys_errlist, before including ansidecl.h and libiberty.h.
3272
3273 2004-04-13 Jeff Law <law@redhat.com>
3274
3275 * hashtab.c (htab_remove_elt_with_hash): New function.
3276 (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
3277
3278 2004-03-31 Richard Henderson <rth@redhat.com>
3279
3280 * hashtab.c (htab_size): Move to top of file; mark inline.
3281 (htab_elements): Likewise.
3282 (htab_mod, htab_mod_m2): New.
3283 (htab_delete): Refactor htab->size and htab->entries.
3284 (htab_empty): Likewise.
3285 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
3286 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
3287 (htab_clear_slot): Use htab_size, htab_elements.
3288 (htab_traverse_noresize, htab_traverse): Likewise.
3289
3290 2004-03-17 Ian Lance Taylor <ian@wasabisystems.com>
3291
3292 * pex-unix.c (pexecute): Use vfork instead of fork, with
3293 appropriate changes to make this safe.
3294 * pex-common.h (STDERR_FILE_NO): Define.
3295
3296 * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
3297 an 80 column screen. Run maint-deps.
3298
3299 2004-03-09 Kelley Cook <kcook@gcc.gnu.org>
3300
3301 * configure.ac: Bump version to 2.59. Apply suggested autoupdates.
3302 * acconfig.h: Delete redundant file.
3303 * config.in: Regenerate.
3304 * configure: Regenerate.
3305
3306 2004-03-09 Hans-Peter Nilsson <hp@axis.com>
3307
3308 * configure: Regenerate for config/accross.m4 correction.
3309
3310 2004-03-07 Andreas Jaeger <aj@suse.de>
3311
3312 * testsuite/test-demangle.c: Include <string.h> and <stdlib.h> for
3313 prototypes.
3314 (main): Initialize style.
3315
3316 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
3317
3318 * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
3319 D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
3320 D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
3321 * cp-demangle.c (cplus_demangle_builtin_types): Change char and
3322 short types to D_PRINT_DEFAULT. Change other integer types to use
3323 new D_PRINT_* values where appropriate. Change float types to
3324 D_PRINT_FLOAT.
3325 (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
3326 values.
3327 * testsuite/demangle-expected: Adjust two test cases.
3328
3329 * cp-demangle.c (d_print_function_type): Print a space before the
3330 parenthesis around the function type in more cases.
3331 * testsuite/demangle-expected: Adjust one test case.
3332
3333 * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
3334 parentheses around a cast.
3335 * testsuite/demangle-expected: Adjust two test cases to match new
3336 output.
3337
3338 * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
3339
3340 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
3341 push more than one of the same CV-qualifier on the top of the
3342 stack.
3343 (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
3344 move the CV-qualifiers to apply to the element type instead.
3345 (d_print_array_type): When checking the modifiers, keep looking
3346 past ones which have been printed already.
3347 * testsuite/demangle-expected: Add three test cases.
3348
3349 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
3350
3351 * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
3352 empty string correctly.
3353
3354 * cp-demangle.c (__cxa_demangle): It is not an error if status is
3355 not NULL. It is an error if the mangled name is the same as a
3356 built-in type name.
3357 (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
3358 than cplus_demangle_v3.
3359
3360 * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
3361 the associated #define of RETURN_ON_ALLOCATION_FAILURE.
3362
3363 2004-02-16 Matt Kraai <kraai@alumni.cmu.edu>
3364
3365 * regex.c: Include <ansidecl.h>.
3366 (regcomp): Cast i to int.
3367 (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
3368
3369 2004-01-25 Ian Lance Taylor <ian@wasabisystems.com>
3370
3371 * configure.ac: Add m4_pattern_allow(LIBOBJS).
3372 * configure: Regenerate.
3373
3374 2004-01-22 DJ Delorie <dj@redhat.com>
3375
3376 * Makefile.in: Convert to ./ throughout. Rebuild dependencies
3377 with explicit build rules.
3378 (VPATH): Remove.
3379 (.c.o): Poison.
3380 * configure.ac (pexecute, LIBOBJS): Add ./ .
3381 * maint-tool: Build dependencies with explicit rules.
3382
3383 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
3384
3385 * strdup.c (strdup): Constify the argument.
3386
3387 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
3388
3389 * Makefile.in (distclean): Remove config.cache.
3390
3391 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
3392
3393 * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
3394 takes two parameters.
3395 * cp-demint.c (cplus_demangle_fill_component): Likewise.
3396
3397 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
3398
3399 * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is
3400 defined, rename some functions which are to become static via
3401 #define.
3402 (CP_STATIC_IF_GLIBCPP_V3): Define.
3403 (struct d_operator_info): Move definition to cp-demangle.h, and
3404 rename to demangle_operator_info. Change all uses.
3405 (enum d_builtin_type_print): Move definition to cp-demangle.h.
3406 (struct d_builtin_type_info): Move definition to cp-demangle.h,
3407 and rename to demangle_builtin_type_info. Change all uses.
3408 (enum d_comp_type): Move definition to include/demangle.h, and
3409 rename to demangle_component_type, and change all enums to start
3410 with DEMANGLE_COMPONENT_ instead of D_. Change all uses.
3411 (struct d_comp): Move definition to include/demangle.h, and rename
3412 to demangle_component. Change all uses.
3413 (struct d_info): Move definition to cp-demangle.h.
3414 (cplus_demangle_fill_name): New function.
3415 (cplus_demangle_fill_extended_operator): New function.
3416 (cplus_demangle_fill_ctor): New function.
3417 (cplus_demangle_fill_dtor): New function.
3418 (d_make_empty): Remove type parameter. Change all callers.
3419 (d_make_name): Use cplus_demangle_fill_name.
3420 (d_make_extended_operator): Use
3421 cplus_demangle_fill_extended_operator.
3422 (d_make_ctor): Use cplus_demangle_fill_ctor.
3423 (d_make_dtor): Use cplus_demangle_fill_dtor.
3424 (cplus_demangle_mangled_name): Rename from d_mangled_name. Make
3425 non-static by default. Change all callers.
3426 (cplus_demangle_operators): Rename from d_operators. Change all
3427 uses. Make non-static by default. Add sentinel at end of array.
3428 (d_operator_name): Adjust initialization of high for new sentinel
3429 in cplus_demangle_operators.
3430 (cplus_demangle_builtin_types): Rename from d_builtin_types.
3431 Change all uses. Make non-static by default. Change initializer
3432 to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
3433 (cplus_demangle_type): Rename from d_type. Make non-static by
3434 default. Change all callers.
3435 (cplus_demangle_init_info): Rename from d_init_info. Make
3436 non-static by default. Change all callers.
3437 * cp-demangle.h: New file.
3438 * cp-demint.c: New file.
3439 * Makefile.in: Rebuild dependencies.
3440 (CFILES): Add cp-demint.c.
3441 (REQUIRED_OFILES): Add cp-demint.o.
3442
3443 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
3444
3445 * configure.in: Rename file to ...
3446 * configure.ac: ... this.
3447 * Makefile.in: Update a comment for above change.
3448 * README: Likewise.
3449 * config.in: Regenerate.
3450
3451 2004-01-02 Ian Lance Taylor <ian@wasabisystems.com>
3452
3453 * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
3454 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
3455 * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
3456 demangling template parameters.
3457 * testsuite/test-demangle.c (fail): New static function.
3458 (main): Support new options in input file: --no-params,
3459 --is-v3-ctor, and --is-v3-dtor.
3460 * testsuite/demangle-expected: Add --no-params to most tests, and
3461 add the correct result when parameters are not demangled. Add
3462 some simple tests for V3 constructor/destructor recognition.
3463
3464 2003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3465
3466 * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
3467
3468 2003-12-22 Daniel Jacobowitz <drow@mvista.com>
3469
3470 PR debug/13272
3471 * Makefile.in (lbasename.o): Depend on filenames.h.
3472 * lbasename.c: Include "filenames.h" instead of defining
3473 its macros locally.
3474
3475 2003-12-22 Ian Lance Taylor <ian@wasabisystems.com>
3476
3477 * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
3478 dynamic arrays.
3479 (struct d_operator_info): Add len field.
3480 (struct d_builtin_type_info): Add len and java_len fields.
3481 (struct d_standard_sub_info): Add simple_len, full_len, and
3482 set_last_name_len fields.
3483 (struct d_comp): Add len field to s_string.
3484 (struct d_info): Add send, did_subs, and expansion fields.
3485 (d_append_string_constant): Define.
3486 (d_append_string): Remove. Change all users to use
3487 d_append_string_constant or d_append_buffer instead.
3488 (d_make_sub): Add len parameter. Change all callers.
3489 (d_name): Increase expansion when substituting std::.
3490 (d_unqualified_name): Increase expansion for an operator.
3491 (d_number): Don't use multiplication for negative numbers.
3492 (d_identifier): Make sure there are enough characters in the
3493 string for the specified length. Adjust expansion for an
3494 anonymous namespace.
3495 (d_operators): Initialize len field.
3496 (d_special_name, d_ctor_dtor_name): Increase expansion.
3497 (d_builtin_types): Initialize len and java_len fields.
3498 (d_type): Increase expansion for a builtin type.
3499 (d_cv_qualifiers): Increase expansion for each qualifier.
3500 (d_bare_function_type): Decrease expansion when removing single
3501 void parameter.
3502 (d_template_param): Increment did_subs.
3503 (d_expression): Increase expansion for an operator.
3504 (d_expr_primary): Decrease expansion for a type we will print
3505 specially.
3506 (standard_subs): Initialize new fields.
3507 (d_substitution): Increment did_subs when doing a normal
3508 substitution. Increase expansion for a special substitution.
3509 (d_print): Add estimate parameter. Change all callers.
3510 (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
3511 (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
3512 (d_print_java_identifier): Rename from d_print_identifier. Handle
3513 only Java case. Change caller.
3514 (d_init_info): Change return type to void. Change all callers.
3515 Initialize send, did_subs, and expansion fields. Do not
3516 initialize comps and subs fields.
3517 (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
3518 arrays on stack. Make an estimate of the length of the demangled
3519 name. Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
3520 (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
3521 subs arrays on stack.
3522
3523 2003-12-20 Ian Lance Taylor <ian@wasabisystems.com>
3524
3525 * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
3526 after the identifier.
3527 * testsuite/demangle-expected: Add test case.
3528
3529 2003-12-19 Ian Lance Taylor <ian@wasabisystems.com>
3530
3531 Fix for PR c++/13447:
3532 * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
3533 (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
3534 (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
3535 D_COMP_QUAL_NAME.
3536 (is_ctor_or_dtor): Likewise.
3537 (d_local_name): Use D_COMP_LOCAL_NAME rather than
3538 D_COMP_QUAL_NAME.
3539 (d_print_comp) [D_COMP_LOCAL_NAME]: New.
3540 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
3541 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
3542 (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
3543 * testsuite/demangle-expected: Add two test cases.
3544
3545 * cp-demangle.c (d_print_function_type): Clear the global modifier
3546 list when printing the modifiers, not just when printing the
3547 function parameters.
3548 * testsuite/demangle-expected: Add two test cases.
3549
3550 2003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
3551
3552 * cp-demangle.c (d_print_function_type): Print the function
3553 parameters with no modifiers.
3554 * testsuite/demangle-expected: Add test case.
3555
3556 * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
3557 expect that we've read the entire string.
3558 (is_ctor_or_dtor): Don't expect that we've read the entire
3559 string--reverse patch of 2003-11-29.
3560
3561 2003-12-15 Brendan Kehoe <brendan@zen.org>
3562
3563 * libiberty/Makefile.in (floatformat.o): Add dependency on
3564 config.h to accompany change of 2003-12-03.
3565
3566 2003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
3567
3568 Fix handling of constructor/destructor of standard substitution:
3569 * cp-demangle.c (struct d_standard_sub_info): Define.
3570 (d_substitution): Add prefix argument. Change all callers.
3571 Rework handling of standard substitutions to print full name when
3572 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
3573 * testsuite/demangle-expected: Add test case.
3574
3575 Fix handling of negative literal constants:
3576 * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
3577 (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
3578 (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
3579 (d_print_comp): Handle D_COMP_LITERAL_NEG.
3580 * testsuite/demangle-expected: Add test case.
3581
3582 2003-12-04 Ian Lance Taylor <ian@wasabisystems.com>
3583
3584 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
3585 (d_last_char): Define new macro.
3586 (d_make_name): Reject an empty name.
3587 (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
3588 (d_substitution, d_print_identifier): Likewise.
3589 (d_print_comp) [D_COMP_OPERATOR]: Likewise.
3590 (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
3591 (d_print_mod) Use new d_last_char macro.
3592 (d_print_cast): Use new d_last_char macro.
3593 (is_ctor_or_dtor): Don't leak memory.
3594
3595 Fix handling of member function modifiers:
3596 * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
3597 D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
3598 (d_dump): Dump new d_comp_type values.
3599 (d_make_comp): Accept new d_comp_type values.
3600 (has_return_type): Only accept _THIS variants of qualifiers.
3601 (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
3602 qualifiers.
3603 (d_cv_qualifiers): Add member_fn parameter. Change all callers.
3604 (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
3605 qualifiers and printing them at the end, add _THIS qualifiers to
3606 the modifier list.
3607 (d_print_comp) [D_COMP_*_THIS]: New cases.
3608 (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
3609 qualifiers.
3610 (d_print_mod_list): Add suffix parameter. Change all callers.
3611 Keep walking the list even if the current modifier has been
3612 printed.
3613 (d_print_mod): Handle new _THIS qualifiers.
3614 (d_print_function_type): Handle new _THIS qualifiers when deciding
3615 whether to print a parenthesis. Put a space before the
3616 parenthesis in some cases. Call d_print_mod_list again at the
3617 end, passing suffix as 1.
3618 (is_ctor_or_dtor): Look for new _THIS qualifiers.
3619 * testsuite/demangle-expected: Add test case.
3620
3621 Fix for PR gcc/13304:
3622 * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
3623 before the '<' is itself a '<', insert a space.
3624 (d_print_cast): Likewise.
3625 * testsuite/demangle-expected: Add test case.
3626
3627 Fix for PR gcc/13244:
3628 * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
3629 which uses the '>' operator in an extra layer of parens.
3630 * testsuite/demangle-expected: Add test case.
3631
3632 2003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
3633
3634 * floatformat.c: Include "config.h" and <string.h> if available.
3635 (INFINITY, NAN): Define if not defined by <math.h>.
3636 (floatformat_to_double): Handle NaN, infinity, and denormalized
3637 numbers.
3638 (floatformat_from_double): Likewise.
3639 (ieee_test): In debugging code, use little endian rather than big
3640 endian. Correct tests to handle NaN and to check correct sign of
3641 zero. Omit m68k extended test.
3642 (main): Add more debugging cases.
3643
3644 2003-11-29 Ian Lance Taylor <ian@wasabisystems.com>
3645
3646 * cp-demangle.c (d_demangle): Only return success if we consumed
3647 the entire demangled string.
3648 (is_ctor_or_dtor): Likewise.
3649
3650 * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
3651 to restore expected result of EDG test case to original expected
3652 result.
3653
3654 2003-11-26 Ian Lance Taylor <ian@wasabisystems.com>
3655
3656 * cp-demangle.c (struct d_print_mod): Add templates field.
3657 (d_make_builtin_type): Check for NULL type.
3658 (d_make_extended_operator): Check for NULL name.
3659 (d_make_ctor, d_make_dtor): Likewise.
3660 (d_mangled_name): Add top_level parameter. Change all callers.
3661 (d_encoding): If DMGL_PARAMS is not set, strip off initial
3662 CV-qualifiers.
3663 (d_type): Check some return values we rely on.
3664 (d_bare_function_type, d_array_type): Likewise.
3665 (d_pointer_to_member_type, d_template_args): Likewise.
3666 (d_add_substitution): Fail if argument is NULL.
3667 (d_print_resize): Check whether buf is NULL.
3668 (d_print_comp): Save current templates list with each modifier.
3669 Don't pass the modifier list down when printing a template.
3670 (d_print_cast): Don't pass the modifier list down when printing a
3671 template.
3672 (d_print_mod_list): Temporarily set templates list while printing
3673 a modifier.
3674 (d_print_mod): Check that buf is not NULL before using it.
3675 (d_print_function_type): Print parens if there is no modifier.
3676 (d_init_info): Permit as many substitutions as there are
3677 characters in the mangled name.
3678 * testsuite/demangle-expected: Add two new test cases.
3679
3680 2003-11-25 Ian Lance Taylor <ian@wasabisystems.com>
3681
3682 * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
3683 d_demangle.
3684
3685 2003-11-22 Ian Lance Taylor <ian@wasabisystems.com>
3686
3687 * cp-demangle.c (d_encoding): Add top_level parameter. Change all
3688 callers.
3689 (print_usage): Display new -p option.
3690 (long_options): Add --no-params.
3691 (main): Accept and handle -p.
3692
3693 2003-11-21 Ian Lance Taylor <ian@wasabisystems.com>
3694
3695 * cp-demangle.c (has_return_type): Skip qualifiers when checking
3696 whether we have a template.
3697 * testsuite/demangle-expected: Add four new tests.
3698
3699 2003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
3700
3701 * testsuite/demangle-expected: Minor changes to match output of
3702 new demangler: adjust whitespace in four tests, and change order
3703 of qualifiers in one test.
3704
3705 * cp-demangle.c: Complete rewrite.
3706
3707 2003-11-19 Mark Mitchell <mark@codesourcery.com>
3708
3709 * cp-demangle.c (demangle_type): Correct thinko in substitution
3710 processing.
3711
3712 2003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
3713
3714 * cp-demangle.c (demangle_operator_name): Remove space before
3715 "sizeof".
3716 (demangle_type_ptr): Put qualifiers in the right place. Handle
3717 qualifiers in pointer to member specially.
3718 (demangle_type): Handle qualifiers for pointer or reference
3719 specially. Handle function type.
3720 (demangle_local_name): Save and restore caret around demangling of
3721 initial encoding.
3722
3723 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
3724 cplus_demangle.
3725
3726 * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
3727
3728 2003-10-31 Andreas Jaeger <aj@suse.de>
3729
3730 * floatformat.c (floatformat_always_valid): Add unused attribute.
3731
3732 2003-10-30 Josef Zlomek <zlomekj@suse.cz>
3733
3734 Jan Hubicka <jh@suse.cz>
3735 * vasprintf.c (int_vasprintf): Pass va_list by value.
3736 Use va_copy for copying va_list.
3737 (vasprintf): Pass va_list by value.
3738
3739 2003-10-30 Josef Zlomek <zlomekj@suse.cz>
3740
3741 * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
3742 instead of increasing n_elements when inserting to deleted slot.
3743
3744 2003-10-20 J. Brobecker <brobecker@gnat.com>
3745
3746 * cplus-dem.c (demangle_template): Register a new Btype only
3747 when needed.
3748 * testsuite/demangle-expected: Add a new test.
3749
3750 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
3751
3752 * testsuite/demangle-expected: Update the expected output of
3753 _GLOBAL__I__Z2fnv.
3754
3755 2003-10-02 Daniel Jacobowitz <drow@mvista.com>
3756
3757 * strerror.c: Revert last change. Declare static sys_nerr
3758 and sys_errlist using different names.
3759
3760 2003-10-01 Daniel Jacobowitz <drow@mvista.com>
3761
3762 * strerror.c: Don't provide or reference sys_errlist if
3763 strerror is available.
3764
3765 2003-10-01 H.J. Lu <hongjiu.lu@intel.com>
3766
3767 * configure.in: Check if $MAKEINFO is missing.
3768 * configure: Regenerated.
3769
3770 2003-09-24 Daniel Jacobowitz <drow@mvista.com>
3771
3772 * configure.in: Use AC_PROG_CPP_WERROR.
3773 * configure: Regenerated.
3774
3775 2003-09-22 Andrew Cagney <cagney@redhat.com>
3776
3777 * floatformat.c (floatformat_i387_ext_is_valid): New function.
3778 (floatformat_always_valid): New function.
3779 (floatformat_i387_ext): Initialize new "is_valid" field to
3780 "floatformat_i387_ext_is_valid".
3781 (floatformat_ieee_single_little): Initialize "is_valid" field to
3782 floatformat_always_valid.
3783 (floatformat_ieee_double_big): Ditto.
3784 (floatformat_ieee_double_little): Ditto.
3785 (floatformat_ieee_double_little): Ditto.
3786 (floatformat_ieee_double_littlebyte_bigword): Ditto.
3787 (floatformat_i960_ext): Ditto.
3788 (floatformat_m88110_ext): Ditto.
3789 (floatformat_m88110_harris_ext): Ditto.
3790 (floatformat_arm_ext_big): Ditto.
3791 (floatformat_arm_ext_littlebyte_bigword): Ditto.
3792 (floatformat_ia64_spill_big): Ditto.
3793 (floatformat_ia64_spill_little): Ditto.
3794 (floatformat_ia64_quad_big): Ditto.
3795 (floatformat_ia64_quad_little): Ditto.
3796 (floatformat_ia64_quad_little): Ditto.
3797 (floatformat_is_valid): Call "is_valid".
3798
3799 2003-09-15 Andrew Cagney <cagney@redhat.com>
3800
3801 * floatformat.c (get_field): Make "data" constant.
3802 (floatformat_is_valid, floatformat_to_double): Make "from"
3803 constant, fix casts.
3804 (floatformat_from_double): Make "from" constant.
3805
3806 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
3807
3808 * floatformat.c (floatformat_is_valid): New function.
3809 (get_field, put_field): Correct comments.
3810
3811 2003-09-06 Josef Zlomek <zlomekj@suse.cz>
3812
3813 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
3814 FIBHEAPKEY_T.
3815
3816 2003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3817
3818 PR bootstrap/12100
3819 * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
3820 * configure: Rebuilt.
3821
3822 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
3823
3824 * aclocal.m4: Include acx.m4 and no-executables.m4.
3825 (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
3826 (LIB_AC_PROG_CC): Remove.
3827 * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES.
3828 Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
3829 LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if
3830 performing link tests.
3831 * configure: Regenerated.
3832
3833 2003-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3834
3835 * cp-demangle.c: Clarify what package(s) this is part of.
3836
3837 2003-07-05 Danny Smith <dannysmith@users.sourceforge.net>
3838
3839 * pex-win32.c (pexecute): Mark parameters this_pname and
3840 temp_base as unused. Remove unused variables retries,
3841 sleep_interval. Initialize org_stdin, org_stdout.
3842 (pwait): Mark parameter flags as unused.
3843
3844 2003-07-02 Danny Smith <dannysmith@users.sourceforge.net>
3845
3846 * pex-win32.c (fix_argv): Ensure that the executable pathname
3847 uses Win32 backslashes.
3848 (pexecute): Cast away constness when assigning *errmsg_arg.
3849
3850 2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
3851
3852 * testsuite/demangle-expected: Add more GNU V3 testcases.
3853
3854 2003-06-22 Zack Weinberg <zack@codesourcery.com>
3855
3856 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
3857 not HC_ASCII and HC_EBCDIC.
3858 Add documentation in form expected by gather-docs.
3859 * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
3860 * Makefile.in, functions.texi: Regenerate.
3861
3862 2003-06-21 Zack Weinberg <zack@codesourcery.com>
3863
3864 * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET
3865 for charset determination.
3866
3867 2003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
3868
3869 * configure.in: Add check for malloc.h needed by
3870 m68k for function free().
3871 * configure: Regenerated.
3872 * config.in: Add HAVE_MALLOC_H.
3873 * hashtab.c: include malloc.h were available for
3874 free().
3875
3876 2003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
3877
3878 PR bootstrap/10974
3879 * physmem.c: Update comment.
3880 * configure.in: Modify test for _system_configuration for older
3881 AIX systems.
3882
3883 * config.in, configure: Regenerated.
3884
3885 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3886
3887 PR other/10810
3888 * test-demangle.c (getline): Fix fence-post error.
3889
3890 2003-06-03 Nick Clifton <nickc@redhat.com>
3891
3892 * asprintf.c: Change comment to note that -1 is returned upon
3893 error.
3894 * vasprintf.c: Likewise.
3895 (vasprintf): Return -1 upon error.
3896 * functions.texi: Document changes to asprintf and vasprintf.
3897
3898 2003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
3899
3900 * config.table: Accept i[345867]86 variant.
3901
3902 2003-05-15 Jim Blandy <jimb@redhat.com>
3903
3904 * hex.c (_hex_value): Make this unsigned.
3905 (hex_value): Update documentation for new return type. hex_value
3906 now expands to an unsigned int expression, to avoid unexpected
3907 sign extension when we store it in a bfd_vma, which is larger than
3908 int on some platforms.
3909 * functions.texi: Regenerated.
3910
3911 2003-05-07 Josef Zlomek <zlomekj@suse.cz>
3912
3913 * splay-tree.c (splay_tree_predecessor): Fix comment.
3914 (splay_tree_successor): Fix comment.
3915
3916 2003-05-07 Jason Merrill <jason@redhat.com>
3917
3918 * hashtab.c (iterative_hash): New fn.
3919 * configure.in: Add AC_C_BIGENDIAN_CROSS.
3920 * aclocal.m4: Include accross.m4.
3921 * configure, config.in: Regenerate.
3922
3923 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3924
3925 * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
3926 * configure: Regenerate.
3927
3928 2003-05-03 Carlo Wood <carlo@alinoe.com>
3929
3930 * cp-demangle.c: Fix typo in "char_traints" string-literal.
3931
3932 2003-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3933
3934 * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
3935 (main): Test that we don't write too much data.
3936
3937 2003-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3938
3939 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
3940 vsnprintf.
3941 * snprintf.c, vsnprintf.c: New files.
3942 * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
3943 (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
3944 Regenerate dependencies.
3945
3946 * functions.texi, configure, config.in: Regenerated.
3947
3948 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3949
3950 * mempcpy.c, stpcpy.c, stpncpy.c: New files.
3951 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
3952 and stpncpy.
3953 * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
3954 (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
3955 Regenerate dependencies.
3956
3957 * functions.texi, configure, config.in: Regenerated.
3958
3959 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3960
3961 * argv.c: Fix comments.
3962 * calloc.c: Don't unnecessarily include "libiberty.h".
3963 (bzero): Add prototype.
3964 * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
3965 * getcwd.c (getcwd): Use standard definition to avoid conflicts
3966 with system headers.
3967 * hashtab.c (htab_traverse): Delete unused variables.
3968 * rename.c: Include "ansidecl.h".
3969 (rename): Use standard definition to avoid conflicts with system
3970 headers.
3971 * strsignal.c: Rely on ANSI_PROTOTYPES.
3972 * strstr.c: Check GNUC >= 2, not GNUC == 2.
3973 * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
3974 * vprintf.c: Include "ansidecl.h" earlier, rely on
3975 ANSI_PROTOTYPES.
3976 * vsprintf.c: Include "ansidecl.h" earlier, rely on
3977 ANSI_PROTOTYPES and possibly include <stdarg.h>.
3978
3979 * Makefile.in: Regenerate dependencies.
3980
3981 2003-04-15 DJ Delorie <dj@redhat.com>
3982
3983 * maint-tool (deps): Scan for headers in $srcdir also.
3984
3985 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3986
3987 PR target/10338
3988 PR bootstrap/10198
3989 PR bootstrap/10140
3990 * getopt.c (exchange, _getopt_initialize): Use mempcpy not
3991 __mempcpy.
3992 * regex.c (regerror): Likewise.
3993
3994 2003-04-14 Roger Sayle <roger@eyesopen.com>
3995
3996 * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
3997 * memchr.c: Likewise.
3998 * strcasecmp.c: Likewise.
3999 * strncasecmp.c: Likewise.
4000 * strncmp.c: Likewise.
4001 * xatexit.c: Likewise.
4002 * xmalloc.c: Likewise.
4003
4004 * copysign.c: Use traditional function declaration instead of DEFUN.
4005 * sigsetmask.c: Likewise.
4006
4007 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
4008 * memset.c: Likewise.
4009
4010 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
4011 * memmove.c: Likewise.
4012
4013 2003-04-14 Roger Sayle <roger@eyesopen.com>
4014
4015 * strdup.c (strdup): Tweak implementation to use memcpy.
4016
4017 2003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4018
4019 * configure.in (HAVE_UINTPTR_T): Always define.
4020 * configure: Regenerated.
4021
4022 2003-03-23 Alexandre Oliva <aoliva@redhat.com>
4023
4024 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
4025 instead of $$CC alone.
4026 (install_to_tooldir): Use it.
4027
4028 2003-17-03 Jan Hubicka <jh@suse.cz>
4029
4030 * hashtab.c (htab_traverse_noresize): Break out from ...
4031 * hashtab.c (htab_traverse): ... here.
4032
4033 2003-12-03 Jan Hubicka <jh@suse.cz>
4034
4035 * hashtab.c (htab_expand): Fix warning.
4036
4037 * hashtab.c (htab_expand): Compute the size of hashtable based
4038 on the number of elements actually used.
4039 (htab_traverse): Call htab_expand when table is too empty.
4040
4041 2003-03-11 Carlo Wood <carlo@gnu.org>
4042
4043 * cplus-dem.c (demangle_integral_value): Correction to reflect
4044 patch of 2002-01-10 in order to also make negative multi-digits
4045 without leading underscore work.
4046
4047 2003-03-03 Mark Mitchell <mark@codesourcery.com>
4048
4049 * cplus-dem.c: Add license exception to copyright notice.
4050
4051 2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4052
4053 * physmem.c: Formatting changes from upstream.
4054
4055 2003-02-24 Danny Smith <dannysmith@users.source.forge.net>
4056
4057 * physmem.c (physmem_total): Add _WIN32 support.
4058 (physmem_available): Likewise.
4059
4060 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4061
4062 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
4063 GSI_PHYSMEM.
4064 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
4065
4066 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4067
4068 * configure.in: Check for sys/systemcfg.h and
4069 _system_configuration.
4070 * physmem.c: Add support for AIX. Tweek formatting as per
4071 upstream coreutils beta.
4072
4073 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4074 Richard Earnshaw <rearnsha@arm.com>
4075 Geoffrey Keating <geoffk@apple.com>
4076
4077 * configure.in: Check for sys/sysctl.h and sysctl.
4078 * physmem.c: Add support for *bsd and darwin.
4079 * Makefile.in: Generate depedency for physmem.o.
4080
4081 2003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4082
4083 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
4084 Tru64 UNIX.
4085 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
4086 Tru64 UNIX.
4087
4088 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
4089 machine/hal_sysinfo.h, sys/table.h.
4090 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
4091 * configure, config.in: Regenerate.
4092
4093 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4094
4095 * configure.in: Check for sys/sysmp.h and sysmp.
4096 * physmem.c: Pull upstream copy, add support for irix6.
4097
4098 * config.in, configure: Regenerated.
4099
4100 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4101
4102 * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
4103 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
4104 pstat_getdynamic.
4105
4106 2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4107
4108 * Makefile.in (CFILES): Add physmem.c.
4109 (REQUIRED_OFILES): Add physmem.o.
4110 * configure.in: Check for sys/pstat.h.
4111 (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
4112 * physmem.c: New file, copied from textutils.
4113
4114 * config.in, configure: Regenerated.
4115
4116 2003-02-20 Daniel Jacobowitz <drow@mvista.com>
4117
4118 * Makefile.in (CFILES): Add lrealpath.c.
4119 (REQUIRED_OFILES): Add lrealpath.o.
4120 (lrealpath.o): Add rule.
4121 * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
4122 * configure.in: Add realpath and canonicalize_file_name to
4123 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
4124 for canonicalize_file_name.
4125 * lrealpath.c: New file.
4126 * make-relative-prefix.c: Update documentation.
4127 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
4128 * config.in: Regenerated.
4129 * configure: Regenerated.
4130 * functions.texi: Regenerated.
4131
4132 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
4133
4134 * cplus_dem.c: Fix typo: intializes -> initializes.
4135
4136 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
4137
4138 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
4139 config.status.
4140 * configure: Rebuilt.
4141
4142 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
4143
4144 Fix PR c++/7612.
4145 * cplus-dem.c (demangle_signature): Call string_delete.
4146 Remove extra string_init.
4147 (demangle_arm_hp_template): Call string_delete instead of
4148 string_clear. Add missing string_delete call.
4149 (demangle_qualified): Add missing string_delete call.
4150 (do_type): Remove unused variable btype. Add missing string_delete
4151 call. Call string_delete instead of string_clear.
4152 (demangle_fund_type): Move variable btype inside of the switch
4153 statement. Add missing string_delete call.
4154 (do_arg): Call string_delete instead of string_clear. Remove extra
4155 string_init.
4156 (demangle_nested_args): Free work->previous_argument.
4157
4158 2003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4159
4160 * acconfig.h: New file. Add uintptr_t.
4161 * config.in: Regenerated.
4162
4163 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
4164
4165 * libiberty.texi: Update to GFDL 1.2.
4166
4167 2003-01-30 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4168
4169 * Makefile.in (libiberty_topdir): New subst.
4170 (mkinstalldirs): Redefine in terms of the above.
4171 * configure.in: AC_SUBST it.
4172 * configure: Regenerate.
4173
4174 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4175
4176 * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
4177 (info-subdir, install-info-subdir, clean-info-subdir)
4178 (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
4179 (clean-subdir, distclean-subdir, maintainer-clean-subdir):
4180 Pass $(FLAGS_TO_PASS).
4181
4182 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
4183
4184 * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
4185 /`$$CC -print-multi-os-directory`.
4186
4187 2003-01-26 Daniel Jacobowitz <drow@mvista.com>
4188
4189 * hashtab.c (htab_create_alloc_ex): New function.
4190 (hatab_set_functions_ex): New function.
4191 (htab_delete, htab_expand): Support alternate allocation functions.
4192
4193 2003-01-24 Christopher Faylor <cgf@redhat.com>
4194
4195 * configure.in: Remove special pex-cygwin consideration.
4196 * configure: Regenerate.
4197 * pex-cygwin.c: Remove.
4198 * Makefile.in: Remove pex-cygwin.[co] lines.
4199
4200 2003-01-24 Zack Weinberg <zack@codesourcery.com>
4201
4202 * Makefile.in (CFILES): Add pex-*.c.
4203 (REQUIRED_OFILES): Change pexecute.o to @pexecute@
4204 (CONFIGURED_OFILES): Add pex-*.o.
4205 (TEXIFILES): Add pexecute.txh.
4206 (pexecute.o): Delete rule.
4207 (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
4208 pex-unix.o, pex-win32.o): New rules.
4209 * configure.in: Change AC_INIT argument to xmalloc.c.
4210 Compute appropriate pexecute implementation and substitute it
4211 as @pexecute@.
4212
4213 * pexecute.c: Split up into...
4214 * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
4215 pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
4216 new files.
4217
4218 * functions.texi: Regenerate.
4219 * configure: Regenerate.
4220
4221 2003-01-20 Josef Zlomek <zlomekj@suse.cz>
4222
4223 * hashtab.c (htab_expand): Fix allocation of new entries.
4224
4225 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4226
4227 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
4228
4229 * Makefile.in (install_to_libdir, install_to_tooldir): Add a
4230 mkinstalldirs command.
4231
4232 2002-12-04 Danny Smith <dannysmith@users.sourceforge.net>
4233
4234 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
4235 Define for hosts with HOST_EXECUTABLE_SUFFIX.
4236
4237 2002-11-24 Nick Clifton <nickc@redhat.com>
4238
4239 * make-relative-prefix.c (make_relative_prefix): Ensure return
4240 string is empty before using strcat to construct it.
4241
4242 2002-11-22 Daniel Jacobowitz <drow@mvista.com>
4243
4244 * Makefile.in: Add make-relative-prefix.c.
4245 * make-relative-prefix.c: New file.
4246 * functions.texi: Rebuilt.
4247
4248 2002-11-16 Jakub Jelinek <jakub@redhat.com>
4249
4250 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
4251 used with arguments in traditional C' warnings.
4252
4253 2002-10-16 Jakub Jelinek <jakub@redhat.com>
4254
4255 * config.table: Use mh-s390pic for s390x too.
4256
4257 2002-10-06 Andreas Jaeger <aj@suse.de>
4258
4259 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
4260 variable and of strict-aliasing warning.
4261 (grow_vect): Use char as first parameter.
4262
4263 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4264
4265 * Makefile.in (all): Fix multilib parallel build.
4266
4267 2002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca>
4268
4269 * cp-demangle.c (demangling_new): Cast 0 to enum.
4270 (demangle_char): Cast return of strdup to char *.
4271 (is_gnu_v3_mangled_ctor): Cast 0 to enum.
4272 (is_gnu_v3_mangled_dtor): Likewise.
4273 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
4274 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
4275 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
4276 * md5.c (md5_process_bytes): Cast results back to const void *.
4277 (md5_process_block): Add cast to const md5_uint32 *.
4278 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
4279 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
4280 unsigned short.
4281 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
4282 to void *.
4283 * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
4284
4285 2002-09-19 Nick Clifton <nickc@redhat.com>
4286
4287 * README: Update email addresses for bugs and patches.
4288
4289 2002-09-10 Mike Stump <mrs@apple.com>
4290
4291 * splay-tree.c (splay_tree_successor): Fix comments.
4292
4293 2002-09-11 Zack Weinberg <zack@codesourcery.com>
4294
4295 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
4296 * testsuite/Makefile.in: Adjust for test-demangle.
4297 * testsuite/regress-demangle: Deleted.
4298 * testsuite/test-demangle.c: New file.
4299 * testsuite/demangle-expected: Change \$ to $ throughout, now that
4300 this file is not being read by a shell script.
4301
4302 2002-09-05 Roger Sayle <roger@eyesopen.com>
4303
4304 * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
4305
4306 2002-08-07 DJ Delorie <dj@redhat.com>
4307
4308 * regex.c (re_error_msgid): Just use a simple array of strings.
4309 (re_compile_pattern): Compensate.
4310 (re_comp): Likewise.
4311 (re_comp): Likewise.
4312 (regerror): Likewise.
4313
4314 2002-07-29 Neil Booth <neil@daikokuya.co.uk>
4315
4316 * cplus-dem.c (PREPEND_BLANK): Remove.
4317
4318 2002-07-10 Jason Merrill <jason@redhat.com>
4319
4320 * cp-demangle.c (demangle_identifier): Support extended Unicode
4321 characters.
4322
4323 2002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4324
4325 * cp-demangle.c (demangle_v3_with_details): Wrap in
4326 !defined IN_GLIBCPP_V3.
4327
4328 2002-07-01 Mark Mitchell <mark@codesourcery.com>
4329
4330 * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
4331 Set it for the "st" operator.
4332 (demangle_expression): Handle expressions with types as arguments.
4333
4334 2002-06-30 Douglas Rupp <rupp@gnat.com>
4335
4336 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
4337 * Makefile.in (OUTPUT_OPTION): Use.
4338
4339 2002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
4340
4341 * Makefile.in (install_to_libdir): Add $(DESTDIR).
4342 (install_to_tooldir): Likewise.
4343
4344 2002-06-17 Douglas Rupp <rupp@gnat.com>
4345
4346 * lbasename.c: Add 2002 to copyright.
4347 (IS_DIR_SEPARATOR): Remove VMS junk.
4348
4349 2002-06-05 Geoffrey Keating <geoffk@redhat.com>
4350
4351 * hashtab.c (htab_create): New stub function for backward
4352 compatibility.
4353 (htab_try_create): Likewise.
4354
4355 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
4356
4357 * hashtab.c (htab_create): Delete.
4358 (htab_try_create): Delete.
4359 (htab_create_alloc): New.
4360 (htab_delete): Support user-specified memory allocation.
4361 (htab_expand): Likewise.
4362
4363 2002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de>
4364
4365 * configure.in: Fix typo in the code checking for sys_errlist.
4366 * configure: Regenerated.
4367
4368 2002-05-13 Andreas Schwab <schwab@suse.de>
4369
4370 * config.table: Use mh-x86pic also for x86-64.
4371
4372 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
4373
4374 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
4375 script entry, and set LD to it when configuring multilibs.
4376 * configure: Rebuilt.
4377
4378 2002-05-07 Mark Mitchell <mark@codesourcery.com>
4379
4380 * configure.in (AC_TYPE_PID_T): Use it.
4381 * configure: Regenerated.
4382 * getruntime.c: Include <sys/types.h>.
4383 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid".
4384
4385 2002-04-09 Richard Henderson <rth@redhat.com>
4386
4387 * hashtab.c (higher_prime_number): Use 7 as minimum.
4388 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
4389 (htab_find_slot_with_hash): Likewise.
4390
4391 2002-04-01 Phil Edwards <pme@gcc.gnu.org>
4392
4393 * cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.
4394 (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor): Conditionally
4395 not compile if IN_GLIBCPP_V3 defined.
4396 * dyn-string.c: Also allow IN_GLIBCPP_V3 to change allocation scheme.
4397
4398 2002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
4399
4400 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
4401 if it is NULL.
4402
4403 2002-03-27 DJ Delorie <dj@redhat.com>
4404
4405 * hex.c: Add documentation.
4406 (_hex_value): Provide non-ASCII empty table.
4407 (hex_init): Initialize the non-ASCII table.
4408 * functions.texi: Regenerate.
4409
4410 2002-03-27 Mark Mitchell <mark@codesourcery.com>
4411
4412 * dyn-string.c: Add libgcc exception to copyright notice.
4413
4414 2002-03-26 H.J. Lu (hjl@gnu.org)
4415
4416 * config.table: Support --with-build-subdir.
4417 * configure.in: Likewise.
4418 * configure: Rebuild.
4419
4420 2002-03-18 Stuart Griffith <Stuart_Griffith@credence.com>
4421
4422 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
4423 seen.
4424
4425 2002-03-12 Mark Mitchell <mark@codesourcery.com>
4426
4427 * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
4428 notice.
4429
4430 2002-03-11 Douglas B Rupp <rupp@gnat.com>
4431
4432 * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
4433
4434 2002-03-06 Jim Blandy <jimb@redhat.com>
4435
4436 * splay-tree.c (splay_tree_xmalloc_allocate,
4437 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
4438 prototyped definitions. Mark `data' arguments as unused.
4439
4440 2002-03-06 Andrew Cagney <ac131313@redhat.com>
4441
4442 * floatformat.c (floatformat_arm_ext_big): Delete definition.
4443
4444 2002-03-04 Phil Edwards <pme@gcc.gnu.org>
4445
4446 * configure.in: Add --enable-install-libiberty option.
4447 * Makefile.in (INSTALLED_HEADERS): New variable.
4448 (install_to_libdir): Possibly also copy headers.
4449 * configure: Regenerated.
4450
4451 2002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
4452
4453 * xmalloc.c (xmalloc_fail): Clarify error message further.
4454
4455 2002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
4456
4457 * xmalloc.c (xmalloc_fail): Clarify error message.
4458
4459 2002-02-22 Jim Blandy <jimb@redhat.com>
4460
4461 * splay-tree.c (splay_tree_xmalloc_allocate,
4462 splay_tree_xmalloc_deallocate): New functions.
4463 (splay_tree_new): Call splay_tree_new_with_allocator, passing the
4464 above functions and a dummy data pointer.
4465 (splay_tree_new_with_allocator): New function.
4466 (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
4467 splay_tree_remove): Use the splay tree's allocation and
4468 deallocation functions.
4469
4470 2002-02-19 Scott Snyder <snyder@fnal.gov>
4471
4472 * testsuite/demangle-expected: Add test case for infinite loop in
4473 demangler.
4474 * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
4475 if do_type() doesn't make any progress --- prevents an infinite
4476 loop.
4477
4478 2002-02-18 Carlo Wood <carlo@gnu.org>
4479
4480 PR c++/5390
4481 * cplus-dem.c (demangle_integral_value): Accept multi-digit
4482 numbers that do not start with an underscore; This is needed
4483 for integer template parameters. This doesn't break anything
4484 because multi-digit numbers are never followed by a digit.
4485 * testsuite/demangle-expected: Corrected all mangled test
4486 cases with multi-digit template parameters: g++ 2.95.x does
4487 not generate underscores around these parameters.
4488
4489 2002-02-05 Jason Merrill <jason@redhat.com>
4490
4491 * cplus-dem.c (flags): Add DMGL_VERBOSE
4492 (cplus_demangle_v3_p): Remove.
4493 (demangle_it): Add DMGL_TYPES to passed flags.
4494 * cp-demangle.c (cplus_demangle_v3_all): Remove.
4495 (cplus_demangle_v3_type): Remove.
4496 (cplus_demangle_v3): Add options parm.
4497
4498 2002-02-02 H.J. Lu (hjl@gnu.org)
4499
4500 * cp-demangle.c (cp_demangle_type): Do not protect with
4501 IN_LIBGCC2.
4502 (cplus_demangle_v3_all): New.
4503 (cplus_demangle_v3): Call cplus_demangle_v3_all.
4504 (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
4505
4506 * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
4507 Initialized to cplus_demangle_v3.
4508 (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
4509 of cplus_demangle_v3.
4510 (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
4511 command line symbol.
4512
4513 * testsuite/regress-demangle: Pass the mangled name at the
4514 command line.
4515
4516 2002-02-01 H.J. Lu <hjl@gnu.org>
4517
4518 * cp-demangle.c (cp_demangle_type): Call demangling_new with
4519 DMGL_GNU_V3.
4520
4521 2002-01-31 Phil Edwards <pme@gcc.gnu.org>
4522
4523 * cp-demangle.c: Revert yesterday's change.
4524
4525 2002-01-31 Adam Megacz <adam@xwt.org>
4526
4527 * gcc/libiberty/configure.in: Treat mingw the same as cywin
4528 wrt HAVE_SYS_ERRLIST.
4529
4530 2002-01-30 Phil Edwards <pme@gcc.gnu.org>
4531
4532 * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.
4533 (cplus_demangle_v3): Mimic __cxa_demangle and fall back on
4534 cp_demangle_type.
4535 * testsuite/demangle-expected: New gnu-v3 test.
4536
4537 2002-01-22 Momchil Velikov <velco@fadata.bg>
4538
4539 * configure.in (variable detection): Use arrays of unspecified
4540 size instead of plain integers.
4541
4542 2002-01-18 DJ Delorie <dj@redhat.com>
4543
4544 * Makefile.in (TESTLIB): New. This library is for future
4545 testsuites.
4546 (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
4547 break down by letter.
4548 (REQUIRED_OFILES): List long-to-compile files first.
4549 (maint-deps): New, target for updating dependencies.
4550 (dependencies): Update.
4551 * maint-tool: Add dependency-generating option.
4552 * configure.in: Check for _doprnt even if we're not providing it.
4553 * configure: Regenerate.
4554
4555 * _doprnt.c: Modifications to allow compiling on any platform.
4556 * copysign.c: Likewise.
4557 * putenv.c: Likewise.
4558 * setenv.c: Likewise.
4559 * vsprintf.c: Likewise.
4560
4561 2002-01-15 Douglas B Rupp <rupp@gnat.com>
4562
4563 * mkstemps.c (mkstemps): On VMS, open temp file with option
4564 that causes it to be deleted when closed.
4565
4566 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4567
4568 * cp-demangle.c (long_options): Const-ify.
4569 * cplus-dem.c (long_options): Likewise.
4570
4571 * cplus-dem.c (mystrstr): Delete. All callers changed to use
4572 strstr instead.
4573
4574 2001-12-31 Ira Ruben <ira@apple.com>
4575
4576 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
4577 * configure: Regenerated.
4578
4579 2001-12-24 Douglas B. Rupp <rupp@gnat.com>
4580
4581 * configure.in (uintptr_t): Use AC_CHECK_TYPE.
4582 * configure: Regenerated.
4583
4584 2001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
4585
4586 PR other/2719
4587 * cplus-dem.c (consume_count): Treat negative count as an error.
4588 * testsuite/demangle-expected: Added testcase.
4589
4590 Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
4591
4592 * configure.in: Hardcode that vfork works on VMS host.
4593 * configure: Regenerated.
4594
4595 2001-12-06 Richard Henderson <rth@redhat.com>
4596
4597 * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
4598 (cplus_demangle): Support no_demangling.
4599
4600 2001-11-27 Zack Weinberg <zack@codesourcery.com>
4601
4602 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build
4603 in libiberty context. Fix typo in leading comment.
4604 * configure.in: Fix various AC_DEFINEs so autoheader works.
4605 If any of vprintf, vsprintf, vfprintf is missing from libc,
4606 then AC_REPLACE_FUNCS(_doprnt).
4607
4608 2001-11-26 DJ Delorie <dj@redhat.com>
4609 Daniel Jacobowitz <drow@mvista.com>
4610
4611 * Makefile.in (stamp-h): Depend on Makefile for proper
4612 serialization.
4613 (*-subdir): Depend on config.h for proper serialization.
4614
4615 2001-11-26 DJ Delorie <dj@redhat.com>
4616
4617 * configure.in: Check for alloca.h (for regex.c and putenv.c).
4618 * configure: Regenerate.
4619 * config.h: Add HAVE_ALLOCA_H.
4620
4621 2001-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4622
4623 * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
4624 defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
4625 is available.
4626
4627 Thu Nov 15 11:06:25 2001 Jeffrey A Law (law@cygnus.com)
4628
4629 * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
4630 * configure.in (HAVE_UINTPTR_T): Test for system defining
4631 uintptr_t and define HAVE_UINTPTR_T appropriately.
4632 * regex.c (uintptr_t): Do not provide a definition if the
4633 system provided one.
4634
4635 * regex.c (PREFIX): Provide an alternate definition for
4636 non-ANSI/ISO compilers.
4637 (ARG_PREFIX): Likewise.
4638
4639 2001-11-12 Jim Meyering <meyering@lucent.com>
4640
4641 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
4642 this code would end up calling gettext even in packages built
4643 with --disable-nls.
4644 * getopt.c (_): Likewise.
4645 * regex.c (_): Likewise.
4646
4647 2001-11-03 Alan Modra <amodra@bigpond.net.au>
4648
4649 * configure.in: Cope with missing makeinfo.
4650 * configure: Regenerate.
4651
4652 2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4653
4654 * hex.c (hex_init): Provide empty stub.
4655
4656 * hex.c (hex_init): Delete.
4657 (_hex_value): Const-ify and initialize at compile-time.
4658
4659 2001-10-19 H.J. Lu <hjl@gnu.org>
4660
4661 * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
4662 necessary.
4663
4664 2001-10-17 DJ Delorie <dj@redhat.com>
4665
4666 * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
4667 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
4668 mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
4669 Improve manual formatting.
4670 * functions.texi: Regenerate.
4671
4672 2001-10-15 DJ Delorie <dj@redhat.com>
4673
4674 * Makefile.in (TEXIFILES): Add fnmatch.txh.
4675 (maint-undoc): New.
4676 maint-tool: Add "undoc" tool.
4677 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
4678 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
4679 make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
4680 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
4681 documentation.
4682 * fnmatch.txh: New.
4683 * functions.texi: Regenerate.
4684
4685 2001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
4686
4687 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
4688 * strtod.c: Use "ISO C" instead of "ANSI C".
4689 * functions.texi: Regenerate.
4690
4691 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
4692
4693 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
4694 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
4695 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
4696 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
4697 spelling. Give names to function arguments in documentation. Use
4698 (void) prototypes in documentation.
4699 * functions.texi: Regenerate.
4700
4701 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4702
4703 * argv.c (buildargv, tests, main): Const-ify.
4704 * cp-demangle.c (operator_code): Likewise.
4705 * cplus-dem.c (optable, libiberty_demanglers,
4706 cplus_demangle_set_style, cplus_demangle_name_to_style,
4707 print_demangler_list): Likewise.
4708 * hashtab.c (higher_prime_number): Likewise.
4709 * strcasecmp.c (charmap): Likewise.
4710 * strerror.c (error_info, strerror, main): Likewise.
4711 * strncasecmp.c (charmap): Likewise.
4712 * strsignal.c (signal_info): Likewise.
4713
4714 2001-09-29 DJ Delorie <dj@redhat.com>
4715
4716 * configure: Regenerate.
4717
4718 2001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4719
4720 * concat.c: Include stdlib.h.
4721
4722 2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
4723
4724 * libiberty.texi: (Top level): Add syncodeindex pg. Add
4725 @dircategory and @direntry directives. Add @finalout.
4726 (many nodes): Lose the next,prev,up pointers on the @nide line.
4727 (Using, Supplemental Functions, Replacement Functions): Fix
4728 markup.
4729 (Functions): Move around, to allow makeinfo to build the manual
4730 without next,prev,up pointers in thye node lines.
4731 (Licenses): Fix typos.
4732
4733 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
4734 strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
4735 * functions.texi: Regenerate.
4736
4737 * copying-lib.texi: Lose the next,prev,up pointers on the @node
4738 line.
4739
4740 2001-09-27 DJ Delorie <dj@redhat.com>
4741
4742 * configure.in: Don't use in-tree texinfo, because libiberty must
4743 be built before it. Check for makeinfo version 4 or higher.
4744 * functions.texi: Regenerate.
4745
4746 2001-09-20 DJ Delorie <dj@redhat.com>
4747 Phil Edwards <pedwards@disaster.jaj.com>
4748
4749 * configure.in (MAKEINFO, PERL): Detect these.
4750 (--enable-maintainer-mode): Add.
4751 * configure: Regenerate.
4752 * Makefile.in (MAKEINFO, PERL): Define.
4753 (libiberty.info, libiberty.dvi, libiberty.html): New.
4754 (CFILES): Add bsearch.c.
4755 (CONFIGURED_OFILES): New, list of objects configure might add.
4756 (maint-missing, maint-buildall): New, for maintainers only.
4757 (clean, mostlyclean): Add info/dvi/html files.
4758 * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
4759 * gather-docs: New, for maintainers.
4760 * maint-tool: New, for maintainers.
4761 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
4762 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
4763 getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
4764 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
4765 sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
4766 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
4767 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
4768 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
4769 documentation.
4770
4771 2001-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4772
4773 * concat.c (reconcat): Fix for traditional C.
4774
4775 2001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4776
4777 * concat.c (reconcat): New function.
4778
4779 2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4780
4781 * concat.c (vconcat_length, vconcat_copy, concat_length,
4782 concat_copy, concat_copy2): New functions.
4783 (concat): Use vconcat_length/vconcat_copy.
4784
4785 * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
4786 Define.
4787
4788 2001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4789
4790 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,
4791 VA_FIXEDARG & VA_CLOSE.
4792
4793 * vasprintf.c: Check HAVE_STRING_H when including string.h.
4794 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1.
4795 Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string.
4796
4797 2001-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4798
4799 * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
4800
4801 2001-08-23 Ulrich Drepper <drepper@redhat.com>
4802
4803 * regex.c (truncate_wchar): Use wcrtomb not wctomb.
4804
4805 2001-08-23 Ulrich Drepper <drepper@redhat.com>
4806
4807 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
4808 instead of mbrtowc.
4809 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
4810 wcslen, and __wcscoll instead of wcscoll.
4811
4812 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
4813
4814 * fibheap.c (fibheap_init, fibnode_init): Remove.
4815 (fibheap_new, fibnode_new): Use xcalloc to allocate and
4816 initialize memory.
4817 (fibheap_insert): Remove check for node allocation failure.
4818
4819 2001-08-21 Richard Henderson <rth@redhat.com>
4820
4821 * Makefile.in (fibheap.o): Depend on config.h.
4822 * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
4823 functions for inlining.
4824
4825 Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
4826
4827 * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
4828 hosting on cygwin.
4829 * configure: Regenerate.
4830
4831 2001-08-20 Andrew Cagney <ac131313@redhat.com>
4832
4833 * floatformat.c (floatformat_m88110_ext): Remove #ifdef
4834 HARRIS_FLOAT_FORMAT.
4835 (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
4836 (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
4837 (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
4838 (floatformat_m88110_harris_ext): New float formats.
4839
4840 2001-08-20 Daniel Berlin <dan@cgsoftware.com>
4841
4842 * fibheap.c: New file. Fibonacci heap.
4843
4844 * Makefile.in (CFILES): Add fibheap.c.
4845 (REQUIRED_OFILES): Add fibheap.o.
4846 (fibheap.o): Add dependencies for fibheap.o.
4847
4848 2001-08-17 Christopher Faylor <cgf@cygnus.com>
4849
4850 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
4851 * configure: Regenerate.
4852
4853 2001-08-16 Richard Henderson <rth@redhat.com>
4854
4855 * hashtab.c (htab_hash_string): New.
4856
4857 2001-08-13 Andrew Cagney <ac131313@redhat.com>
4858
4859 * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
4860 name.
4861
4862 2001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
4863
4864 * regex.c (wcs_regex_compile): Use appropriate string
4865 to compare with collating element.
4866 Fix the padding for the alignment.
4867
4868 2001-08-10 Andrew Cagney <ac131313@redhat.com>
4869
4870 * lbasename.c (lbasename): Change function definition to return a
4871 const char pointer.
4872
4873 2001-08-07 Jason Merrill <jason_merrill@redhat.com>
4874
4875 * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
4876 for".
4877
4878 2001-08-03 Richard Henderson <rth@redhat.com>
4879
4880 * Makefile.in (concat.o): Depend on config.h.
4881
4882 2001-07-30 Andreas Jaeger <aj@suse.de>
4883
4884 * concat.c: Include "config.h".
4885
4886 2001-07-30 Andreas Jaeger <aj@suse.de>
4887
4888 * regex.c: Declare wcs functions only if compiling with
4889 MBS_SUPPORT.
4890 Don't use #elif for traditional C.
4891
4892 2001-07-23 Ulrich Drepper <drepper@redhat.com>
4893
4894 * regex.c: Revamp memory allocation for WCHAR functions to
4895 not use too much stack.
4896
4897 2001-07-30 Andreas Jaeger <aj@suse.de>
4898
4899 * regex.c: Declare wcs functions only if compiling with
4900 MBS_SUPPORT.
4901 Don't use #elif for traditional C.
4902
4903 2001-07-25 Daniel Jacobowitz <drow@mvista.com>
4904
4905 * Makefile.in (regex.o): Add dependency on config.h.
4906
4907 2001-07-18 Andreas Schwab <schwab@suse.de>
4908
4909 * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
4910 underscore character.
4911
4912 2001-07-18 Ulrich Drepper <drepper@redhat.com>
4913
4914 * regex.c: Limit string length printed in debug messages to 100
4915 chars.
4916
4917 2001-07-18 Andreas Jaeger <aj@suse.de>
4918
4919 * regex.c: Place under LGPL version 2.1.
4920
4921 2001-07-10 Jeff Johnston <jjohnstn@redhat.com>
4922
4923 * Makefile.in: Add support for regex code.
4924 * regex.c: New file.
4925
4926 2001-07-05 Mark Klein <mklein@dis.com>
4927
4928 * Makefile.in: Add ffs.c dependency.
4929 * configure.in: Add ffs.c.
4930 * ffs.c: New file.
4931
4932 2001-06-18 Richard Henderson <rth@redhat.com>
4933
4934 * concat.c: Include <sys/types.h>.
4935
4936 2001-06-11 Loren J. Rittle <ljrittle@acm.org>
4937
4938 bootstrap/3106
4939 * strerror.c (sys_nerr): Hide the OS header version.
4940 * strsignal.c (sys_nsig): Likewise.
4941
4942 2001-06-10 Richard Henderson <rth@redhat.com>
4943
4944 * concat.c: Include string.h. Fix int vs size_t usage.
4945 Simplify the iteration loops. Use memcpy.
4946
4947 2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
4948
4949 * partition.c: Fix misspelling of `implementation'.
4950
4951 2001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4952
4953 * md5.c (md5_init_ctx): Declare constants as unsigned.
4954 (md5_process_block): Likewise.
4955
4956 2001-05-07 Zack Weinberg <zackw@stanford.edu>
4957
4958 * cp-demangle.c (demangle_v3_with_details,
4959 is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
4960 function definition.
4961 * ternary.c: Use K+R style function definitions. Use PTR, not
4962 void *. Make arguments constant where possible.
4963
4964 2001-05-07 Mark Mitchell <mark@codesourcery.com>
4965
4966 * splay-tree.h (splay_tree_max): New function.
4967 (splay_tree_min): Likewise.
4968
4969 2001-04-15 Daniel Berlin <dan@cgsoftware.com>
4970
4971 * ternary.c: New file - Ternary search tree implementation.
4972
4973 * Makefile.in: Add ternary.o, and ternary.c dependencies.
4974
4975 2001-04-03 Zack Weinberg <zackw@stanford.edu>
4976
4977 * make-temp-file.c (try): Inline.
4978
4979 2001-02-28 Richard Henderson <rth@redhat.com>
4980
4981 * Makefile.in (make-temp-file.o): Depend on config.h.
4982
4983 2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4984
4985 * memchr.c (memchr): Adjust condition to avoid infinite loop.
4986
4987 2001-03-23 Jakub Jelinek <jakub@redhat.com>
4988
4989 * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
4990 `_' not followed by a digit is invalid.
4991
4992 2001-03-22 Jim Blandy <jimb@redhat.com>
4993
4994 * cp-demangle.c (string_list_delete): Use dyn_string_delete
4995 instead of free, to free the contents as well as the string
4996 structure.
4997
4998 2001-03-21 Zack Weinberg <zackw@stanford.edu>
4999
5000 * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
5001 Don't default P_tmpdir to anything. Try /var/tmp before
5002 /usr/tmp.
5003
5004 2001-03-20 Zack Weinberg <zackw@stanford.edu>
5005
5006 * choose-temp.c: Split off make_temp_file, and the code
5007 duplicated between it and choose_temp_base, into...
5008 * make-temp-file.c: ... here; new file.
5009
5010 * Makefile.in (CFILES): Add make-temp-file.c.
5011 (REQUIRED_OFILES): Add make-temp-file.o.
5012
5013 2001-03-20 Jim Blandy <jimb@redhat.com>
5014
5015 * cp-demangle.c (struct demangling_def): New fields:
5016 is_constructor and is_destructor.
5017 (demangling_new): Initialize them.
5018 (demangle_ctor_dtor_name): Set them, if we detect a constructor
5019 or destructor.
5020 (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
5021 is_gnu_v3_mangled_dtor): New functions.
5022
5023 2001-03-20 Jason Merrill <jason@redhat.com>
5024
5025 * cplus-dem.c (main): Skip initial $.
5026
5027 2001-03-15 Michael Meissner <meissner@redhat.com>
5028
5029 * hashtab.c (higher_prime_number): Silence warning that 4294967291
5030 might be a signed integer under pre-ISO C systems.
5031
5032 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
5033 John David Anglin <dave@hiauly1.hia.nrc.ca>
5034
5035 * libiberty/lbasename.c: New file.
5036 * libiberty/Makefile.in: Update for lbasename.
5037
5038 2001-03-06 Zack Weinberg <zackw@stanford.edu>
5039
5040 * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
5041 * configure.in: Replace all alloca logic with a simple use of
5042 the above new macro.
5043 * config.table: Kill *-*-beos* entry.
5044 * config/mh-beos: Delete.
5045 * configure, config.in: Regenerate.
5046
5047 * Makefile.in (ALLOCA, HFILES): Kill.
5048 (REQUIRED_OFILES): Add alloca.o.
5049 (alloca.o): Depend on libiberty.h.
5050 (argv.o): Don't depend on alloca-conf.h.
5051 * alloca-conf.h: Delete.
5052 * alloca.c: Include libiberty.h. Kill all #ifdef emacs
5053 blocks. Provide the C alloca unconditionally. Use PTR where
5054 appropriate. Make i00afunc static.
5055 * argv.c: Don't include alloca-conf.h.
5056
5057 2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
5058
5059 * cplus-dem.c (main): Cast enum style to int.
5060
5061 2001-02-16 Loren J. Rittle <ljrittle@acm.org>
5062
5063 * cplus-dem.c (main): Initialize style.
5064
5065 2001-02-02 Phil Edwards <pme@sources.redhat.com>
5066
5067 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
5068
5069 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
5070
5071 Add support for Java demangling under the v3 ABI:
5072 * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
5073 (struct demangling_def): Add `style' field.
5074 (demangling_new): New parameter `style'. Set it in demangling_t.
5075 (demangle_prefix): Use NAMESPACE_SEPARATOR.
5076 (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
5077 (cp_demangle): New parameter `style'. Pass it to demangling_new().
5078 (main): Call cp_demangle with extra parameter.
5079 (java_demangle_v3): New function.
5080 (java_builtin_type_names): New. Table of primitive type names used
5081 for Java demangling.
5082 (demangle_builtin_type): Look up in java_builtin_type_names if doing
5083 Java output.
5084 * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
5085 demangling.
5086 (long_options): Remove obsolete `java' option.
5087 (main): Remove explicit handling of `java' option. Instead, pass style
5088 parameter in cplus_demangle flags as gdb does.
5089 * testsuite/demangle.expected: Add some Java test cases.
5090
5091 2000-12-29 DJ Delorie <dj@redhat.com>
5092
5093 * fnmatch.c: Make the note about the origins of this file more
5094 accurate, at least until we can sync with glibc.
5095 * getopt.c: Ditto.
5096 * getopt1.c: Ditto.
5097 * md5.c: Ditto.
5098 * obstack.c: Ditto.
5099
5100 2000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5101
5102 * bsearch.c: New file.
5103 * configure.in (funcs): Add bsearch.
5104 (AC_CHECK_FUNCS): Likewise.
5105 * configure, config.in: Regenerate.
5106
5107 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5108
5109 * safe-ctype.c: #include "ansidecl.h".
5110 * strtod.c: Likewise.
5111
5112 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5113
5114 * strtoul.c: Include safe-ctype.h, not ctype.h.
5115
5116 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
5117
5118 * safe-ctype.c: New file.
5119 * Makefile.in (CFILES): Add safe-ctype.c.
5120 (REQUIRED_OFILES): Add safe-ctype.o.
5121
5122 * argv.c: Define ISBLANK and use it, not isspace.
5123 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
5124 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
5125 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
5126 before calling TOLOWER(c)/TOUPPER(c).
5127
5128 2000-12-07 Mike Stump <mrs@wrs.com>
5129
5130 * Makefile.in (distclean): When cleaning, remove testsuite.
5131
5132 2000-12-05 Jason Merrill <jason@redhat.com>
5133
5134 * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
5135 name before allocating the dyn_string.
5136
5137 2000-12-04 Jason Merrill <jason@redhat.com>
5138
5139 * cp-demangle.c: s/new_abi/v3/.
5140 * cplus-dem.c: Likewise.
5141 (current_demangling_style): Now auto_demangling.
5142 (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
5143 (main): Use standard symbol chars for auto_demangling.
5144
5145 2000-11-26 Mark Mitchell <mark@codesourcery.com>
5146
5147 * hashtab.c (higher_prime_number): Use a table, rather than a
5148 seive, to find the next prime.
5149
5150 2000-11-22 H.J. Lu <hjl@gnu.org>
5151
5152 * cplus-dem.c (main): Handle gnat_demangling.
5153
5154 2000-11-22 Zack Weinberg <zack@wolery.stanford.edu>
5155
5156 * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
5157 (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
5158 * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three
5159 argument form of AC_DEFINE in dummy definitions block. Use
5160 AC_DEFINE_NOAUTOHEADER for real definitions of things defined
5161 in dummy block. Preload cache variables instead of bypassing
5162 tests, where possible.
5163 * acconfig.h: Removed.
5164
5165 * xmalloc.c (xmalloc_failed): New function, does error
5166 reporting on failed allocation.
5167 (xmalloc, xcalloc, xrealloc): Use it.
5168
5169 2000-11-21 Hans-Peter Nilsson <hp@bitrange.com>
5170
5171 * cplus-dem.c (cplus_demangle): Fix formatting.
5172 (grow_vect): Ditto.
5173 (ada_demangle): Ditto.
5174 (internal_cplus_demangle): Ditto.
5175 (mop_up): Ditto.
5176
5177 2000-11-21 H.J. Lu <hjl@gnu.org>
5178
5179 * cplus-dem.c (main): Handle java_demangling.
5180
5181 2000-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5182
5183 * cplus-dem.c (grow_vect): Prototype.
5184 (ada_demangle): Cast the arg of ctype macros to unsigned char.
5185
5186 2000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
5187
5188 * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
5189 parameter `option'.
5190
5191 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
5192
5193 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
5194 be used in GCC.
5195
5196 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
5197
5198 * cplus-dem.c: Add gnat demangler. Add java to demangle style
5199 list.
5200
5201 2000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
5202
5203 * hashtab.c (htab_expand): Change to return int. Use calloc or
5204 xcalloc depending on htab->return_allocation_failure. Return zero
5205 if calloc fails.
5206 (htab_create): Update comment to cover memory allocation.
5207 (htab_try_create): New.
5208 (htab_find_slot_with_hash): Return NULL if htab_expand fails.
5209 Update comment to cover this.
5210
5211 2000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
5212
5213 * hashtab.c: Change void * to PTR where necessary.
5214 (htab_create, htab_expand): Correct formatting of comment before
5215 function.
5216
5217 2000-10-22 Alex Samuel <samuel@codesourcery.com>
5218
5219 * cp-demangle.c (string_list_def): Add caret_position and comments.
5220 (result_caret_pos): New macro.
5221 (result_append_string): Rename to...
5222 (result_add_string): ... this, and insert at caret position.
5223 Rename throughout.
5224 (result_append): Rename to...
5225 (result_add): ... this, and insert at caret position. Rename
5226 throughout.
5227 (result_append_char): Rename to...
5228 (result_add_char): ... this, and insert at caret position. Rename
5229 throughout.
5230 (result_append_space): Remove.
5231 (string_list_new): Initialize caret position.
5232 (result_add_separated_char): Use caret position.
5233 (result_get_caret): New funtion.
5234 (result_set_caret): Likewise.
5235 (result_shift_caret): Likewise.
5236 (result_previous_char_is_space): Likewise.
5237 (substitution_start): Use caret position.
5238 (substitution_add): Likewise.
5239 (demangling_new): Initialize caret position.
5240 (demangle_encoding): Use caret position.
5241 (demanglin_nested_name): Put CV qualifiers after name.
5242 (demangle_type_ptr): Use switch statement. Handle pointers to
5243 arrays. Don't use result_append_space. Use caret position.
5244 (demangle_type): Emit CV qualifiers after underlying type. Adjust
5245 call to demangle_array_type.
5246 (demangle_array_type): Add parameter to handle pointers to arrays.
5247
5248 2000-10-01 Mark Mitchell <mark@codesourcery.com>
5249
5250 * splay-tree.c (splay_tree_insert): Fix formatting.
5251
5252 2000-09-16 Mark Mitchell <mark@codesourcery.com>
5253
5254 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
5255
5256 2000-09-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5257
5258 * splay-tree.c: #include <stdio.h>.
5259
5260 2000-09-14 Hans-Peter Nilsson <hp@axis.com>
5261
5262 * testsuite/demangle-expected: Add two tests for anonymous
5263 namespaces.
5264 * cplus-dem.c (gnu_special): Handle anonymous namespaces.
5265
5266 2000-09-10 Mark Mitchell <mark@codesourcery.com>
5267
5268 * splay-tree.c (splay_tree_predecessor): New function.
5269 (splay_tree_successor): Likewise.
5270
5271 2000-09-10 Hans-Peter Nilsson <hp@axis.com>
5272
5273 * testsuite/demangle-expected: Add four tests for type_info
5274 mangling.
5275 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
5276 for a non-template non-qualified type_info function or node.
5277
5278 2000-09-08 Alex Samuel <samuel@codesourcery.com>
5279
5280 * cp-demangle.c: Fix copyright banner.
5281
5282 2000-09-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5283
5284 * md5.c: #include "ansidecl.h".
5285
5286 2000-09-06 Alex Samuel <samuel@codesourcery.com>
5287
5288 * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
5289 (demangle_type): Handle substitution candidates correctly in the
5290 face of special substitutions.
5291
5292 2000-09-05 Alex Samuel <samuel@codesourcery.com>
5293
5294 * cp-demangle.c (demangle_encoding): Rename variable.
5295 (demangle_name): Rename parameter. Handle return type
5296 suppression.
5297 (demangle_nested_name): Rename parameter.
5298 (demangle_prefix): Likewise. Change return type suppression.
5299 (demangle_unqualified_name): Add parameter. Flag constructors and
5300 conversion operators.
5301 (demangle_special_name): Fix comment.
5302 (demangle_type): Rename variable.
5303 (demangle_bare_function_type): Check for missing return type and
5304 parameter.
5305 (demangle_class_enum_type): Rename parameter.
5306 (demangle_discriminator): Fix misspelling in comment.
5307
5308 2000-08-31 DJ Delorie <dj@redhat.com>
5309
5310 * configure.in (Cygwin): special case cygwin only when we're
5311 building cygwin, not when we're hosting cygwin.
5312
5313 2000-09-04 Alex Samuel <samuel@codesourcery.com>
5314
5315 * cp-demangle.c (demangle_template_arg): Eat an `E' after an
5316 <expression>.
5317
5318 2000-09-04 Alex Samuel <samuel@codesourcery.com>
5319
5320 * cp-demangle.c (demangle_type_ptr): Increment position past
5321 pointer and reference characters.
5322
5323 2000-09-04 Alex Samuel <samuel@codesourcery.com>
5324
5325 * cp-demangle.c (demangle_nv_offset): New function.
5326 (demangle_v_offset): Likewise.
5327 (demangle_call_offset): Likewise.
5328 (demangle_special_name): Update thunk demangling to comply with
5329 ABI changes.
5330
5331 2000-09-03 Alex Samuel <samuel@codesourcery.com>
5332
5333 * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
5334 (substitution_def): Remove template_parm_number.
5335 (NOT_TEMPLATE_PARM): Remove.
5336 (result_insert_string): New macro.
5337 (result_insert): Likewise.
5338 (result_insert_char): Likewise.
5339 (substitution_add): Remove last parameter. Don't store template
5340 parm number.
5341 (BFT_NO_RETURN_TYPE): Define as NULL.
5342 (demangle_encoding): Adjust call to demangle_bare_function_type.
5343 (demangle_name): Adjust substitution. Adjust call to
5344 substitution_add.
5345 (demangle_prefix): Adjust call to substitution_add.
5346 (demangle_identifier): Handle anonymous namespaces.
5347 (demangle_operator_name): Change demangling of vendor-extended
5348 operator to match ABI changes.
5349 (demangle_type_ptr): Change parameters. Make recursive. Handle
5350 substitutions here.
5351 (demangle_type): Adjust calls to demangle_template_param,
5352 substitution_add, and demangle_type_ptr. Fix substitution of
5353 templated types.
5354 (demangle_function_type): Change parameter to a pointer.
5355 (demangle_bare_function_type): Likewise. Adjust insertion point.
5356 (demangle_template_param): Remove last parameter.
5357 (demangle_expr_primary): Remove unused variable. Adjust call to
5358 demangle_template_param.
5359 (is_mangled_char): Accept `$' and `.'.
5360 * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
5361 * dyn-string.c (dyn_string_insert_char): New function.
5362
5363 2000-08-31 Hans-Peter Nilsson <hp@axis.com>
5364
5365 * testsuite/demangle-expected: Add nine tests for
5366 underscore-after-number followed by five tests for name-signature
5367 delimiter.
5368
5369 2000-08-28 Richard Henderson <rth@cygnus.com>
5370
5371 * Makefile.in (md5.o): Depend on config.h.
5372
5373 2000-08-28 Jason Merrill <jason@redhat.com>
5374
5375 * Makefile.in (REQUIRED_OFILES): Add md5.o.
5376 (CFILES): Add md5.c.
5377 * md5.c: New file.
5378
5379 2000-08-27 Alex Samuel <samuel@codesourcery.com>
5380
5381 * cp-demangle.c (demangle_name): Initialize template_p in local
5382 name case. Don't re-add substitutions as candidates.
5383 (demangle_nested_name): Use <unqualified-name>.
5384 (demangle_prefix): Likewise. Don't add template names as
5385 substitution candidates twice, or re-add a substitution or the
5386 last prefix component.
5387 (demangle_local_name): Adjust output format.
5388
5389 2000-08-25 Alex Samuel <samuel@codesourcery.com>
5390
5391 * cp-demangle.c (result_add_separated_char): Change parameter to
5392 int.
5393 (substitution_add): Don't check for duplicates. Check if
5394 previously allocated size is zero.
5395 (demangle_name): Remove duplicate check for std substitution.
5396 Clear template flag appropriately.
5397 (demangle_prefix): Remove argument to demangle_substitution.
5398 Don't check that template flag is already set.
5399 (demangle_operator_name): Add pt operator.
5400 (demangle_type): Don't treat r as built-in type. Remove argument
5401 to demangle_substitution. Fix substitution candidate mechanics.
5402 Handle <template-template-parm>s. Improve comments.
5403 (demangle_template_param): Don't handle template arg lists here.
5404 (demangle_substitution): Remove parameter.
5405 (print_usage): Remove extra fprintf option.
5406
5407 2000-08-24 Greg McGary <greg@mcgary.org>
5408
5409 * libiberty/random.c (end_ptr): Revert previous change.
5410
5411 2000-08-24 Greg McGary <greg@mcgary.org>
5412
5413 * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
5414 demangle_expression, demangle_function_name): Use ARRAY_SIZE.
5415 * libiberty/random.c (end_ptr): Likewise.
5416
5417 2000-08-23 Alex Samuel <samuel@codesourcery.com>
5418
5419 * cp-demangle.c (result_close_template_list): Remove function.
5420 (result_add_separated_char): New function.
5421 (result_open_template_list): New macro.
5422 (result_close_template_list): Likewise.
5423 (demangle_prefix): Don't set template_p if the
5424 prefix ends with a ctor name.
5425 (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
5426 (demangle_type): Check for template args after substitution.
5427 (demangle_template_args): Use result_open_template_list.
5428
5429 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5430
5431 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
5432
5433 2000-07-26 Dave Pitts <dpitts@cozx.com>
5434
5435 * config/mh-openedition.h: Added -DLE370 definition.
5436
5437 2000-07-26 Mark Elbrecht <snowball3@bigfoot.com>
5438
5439 * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
5440 __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
5441 Cast program to 'char *' in errmsg_arg assignment.
5442 (PWAIT_ERROR): Define.
5443 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
5444 to DJGPP's WIF* macros.
5445
5446 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
5447 Jeff Law <law@cygnus.com>
5448
5449 * getcwd.c: Include string.h, stdlib.h for prototypes
5450
5451 * Makefile.in (rename.o, waitpid.o): Depend on config.h
5452 * rename.c: Include config.h, unistd.h
5453 * waitpid.c: Include config.h, sys/wait.h
5454
5455 2000-07-24 Hans-Peter Nilsson <hp@axis.com>
5456
5457 * cplus-dem.c (work_stuff_copy_to_from): New.
5458 (delete_non_B_K_work_stuff): New.
5459 (delete_work_stuff): New.
5460 (mop_up): Break out work_stuff partly destruction to
5461 delete_non_B_K_work_stuff.
5462 (iterate_demangle_function): New.
5463 (demangle_prefix): Call iterate_demangle_function instead of
5464 demangle_function_name. Leave handling of name-signature
5465 __-delimiters to iterate_demangle_function.
5466 (demangle_integral_value): Strip an optional
5467 following underscore cautiously. Handle negative numbers.
5468
5469 2000-07-24 Daniel Berlin <dberlin@redhat.com>
5470
5471 * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
5472 if (AUTO_DEMANGLING || GNU_DEMANGLING)
5473
5474 2000-07-21 Alex Samuel <samuel@codesourcery.com>
5475
5476 * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
5477 allocating ctor mangling.
5478 (demangle_array_type): Handle empty and non-constant array length.
5479
5480 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5481 Jeff Law <law@cygnus.com>
5482
5483 * configure.in (AC_CHECK_HEADERS): Add time.h.
5484 (AC_HEADER_TIME): Add check.
5485 * configure, config.in: Regenerate.
5486 * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
5487
5488 * configure.in (AC_CHECK_HEADERS): Add limits.h.
5489 * configure, config.in: Regenerate.
5490 * sort.c: Portably #include <limits.h> and/or <sys/param.h>.
5491 * strtol.c, strtoul.c: #include "config.h". Portably #include
5492 <limits.h> and/or <sys/param.h>.
5493 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
5494
5495 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
5496 * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
5497 * configure, config.in: Regenerate.
5498 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
5499
5500 * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
5501
5502 2000-07-21 Mike Stump <mrs@wrs.com>
5503
5504 * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
5505 * (vasprintf.o): Add dependency for config.h in vasprintf.c.
5506
5507 2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5508
5509 * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
5510
5511 * setenv.c (setenv): Initialize variable `ep'.
5512
5513 * sigsetmask.c (abort): Prototype.
5514
5515 * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not
5516 __STDC__ for stdarg.h include.
5517 (int_vasprintf): Prototype.
5518 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
5519 definition. Cast `global_total_width' in comparison.
5520 (main): Prototype. Return a value.
5521
5522 * vfork.c (fork): Prototype.
5523
5524 * xexit.c: Include config.h.
5525
5526 2000-07-20 Joseph S. Myers <jsm28@cam.ac.uk>
5527
5528 * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
5529 and print it with %u.
5530
5531 2000-07-17 Hans-Peter Nilsson <hp@axis.com>
5532
5533 * testsuite/regress-demangle (failed test): Show result and
5534 expected output.
5535
5536 2000-07-07 Andrew Haley <aph@cygnus.com>
5537
5538 * cplus-dem.c (main): fflush() after emitting last char before
5539 waiting for input.
5540
5541 2000-06-28 Alex Samuel <samuel@codesourcery.com>
5542
5543 * cp-demangle.c (demangle_encoding): Accept no substitutions.
5544 (demangle_name): Handle <substitution> followed by
5545 <unqualified-template-name>.
5546 (demangle_type): Follow special substitutions with
5547 <class-enum-type>
5548 (demangle_subtitution): Set template_p for special substitutions.
5549 (main): Fix typos.
5550
5551 2000-06-27 Alex Samuel <samuel@codesourcery.com>
5552
5553 * cp-demangle.c (demangle_special_name): Swap base and derived
5554 class when demangling construction vtables.
5555
5556 2000-06-21 Alex Samuel <samuel@codesourcery.com>
5557
5558 * cp-demangle.c: Don't include ctype.h.
5559 (IS_DIGIT): New macro.
5560 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
5561 instead of isdigit and isalpanum.
5562 (demangling_def): Make name and next const pointers.
5563 (STATUS_ALLOCATION_FAILED): New status code.
5564 (dyn_string_append_space): Handle failure in
5565 dyn_string_append_char.
5566 (int_to_dyn_string): Likewise. Change return value to status_t.
5567 (string_list_new): Handle failure of dyn_string_init.
5568 (result_close_template_list): Change return type to status_t.
5569 Handle failure in dyn_string_append.
5570 (result_push): Change return value to status_t. Handle failure in
5571 string_list_new. Handle failure of result_push throughout.
5572 (substitution_add): Change return value to status_t. Handle
5573 dyn_string failures. Handle failure of substitution_add
5574 throughout.
5575 (template_arg_list_new): Return NULL on allocation failure.
5576 (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
5577 Handle error result throughout.
5578 (result_append): Likewise.
5579 (result_append_char): Likewise.
5580 (result_append_space): Likewise.
5581 (demangling_new): Make argument a const pointer. Handle
5582 allocation failures.
5583 (demangle_template_args): Handle failure in template_arg_list_new
5584 and result_close_template_list.
5585 (demangle_discriminator): Return if int_to_dyn_string fails.
5586 (cp_demangle): Likewise.
5587 (cp_demangle_type): New function.
5588 (cplus_demangle_new_abi): Don't call dyn_string_delete. Abort on
5589 memory allocation failure.
5590 (main): Likewise.
5591 * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
5592 IN_LIBGCC2.
5593 (dyn_string_init): Change return value to int. Handle
5594 RETURN_ON_ALLOCATION_FAILURE case.
5595 (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
5596 (dyn_string_release): Delete the dyn_string.
5597 (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
5598 (dyn_string_copy): Change return type to int.
5599 (dyn_string_copy_cstr): Likewise.
5600 (dyn_string_prepend): Likewise.
5601 (dyn_string_prepend_cstr): Likewise.
5602 (dyn_string_insert): Likewise.
5603 (dyn_string_insert_cstr): Likewise.
5604 (dyn_string_append): Likewise.
5605 (dyn_string_append_cstr): Likewise.
5606 (dyn_string_append_char): Likewise.
5607 (dyn_string_substring): Likewise.
5608
5609 2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
5610
5611 * cp-demangle.c (demangle_operator_name): Add spaces before
5612 names beginning with a letter: delete, delete[], new, new[],
5613 sizeof.
5614 (demangle_special_name): Handle TF <type> and TJ <type>.
5615
5616 Thu Jun 8 18:52:24 2000 Philippe De Muyter <phdm@macqel.be>
5617
5618 * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
5619
5620 Thu Jun 8 09:25:54 2000 Philippe De Muyter <phdm@macqel.be>
5621
5622 * cp-demangle.c (stdio.h): File included unconditionaly.
5623 (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
5624 * dyn-string.c (stdio.h): File included.
5625 * partition.c (partition_print): No `&' needed to take the address of
5626 a function.
5627
5628 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5629
5630 * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
5631
5632 * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
5633
5634 * cp-demangle.c (demangle_char): Change parameter from char to int.
5635 (demangle_expression, demangle_expr_primary): Remove extra
5636 semi-colon in prototype.
5637
5638 * dyn-string.c (dyn_string_append_char): Change parameter from
5639 char to int.
5640
5641 * memcmp.c (memcmp): Constify.
5642
5643 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
5644 __extension__.
5645
5646 * partition.c (elem_compare): Prototype. Don't cast away
5647 const-ness.
5648
5649 * setenv.c (setenv): Use braces to avoid ambiguous `else'.
5650
5651 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5652
5653 * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
5654
5655 * cp-demangle.c: Include demangle.h.
5656 (template_arg_list_new): DeANSIfy.
5657 (cp_demangle): Make static and add prototype.
5658 (operator_code, operators): Constify.
5659 (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
5660
5661 2000-06-05 Alex Samuel <samuel@codesourcery.com>
5662
5663 * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
5664 unsigned char.
5665 (demangle_unqualified_name): Likewise.
5666 (demangle_number_literally): Likewise.
5667 (demangle_type): Likewise.
5668 (demangle_substitution): Likewise.
5669 (is_mangled_char): Likewise, for isalnum.
5670
5671 2000-06-04 Alex Samuel <samuel@codesourcery.com>
5672
5673 * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
5674 (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
5675 (cp-demangle.o): New dependency.
5676 (dyn-string.o): Likewise.
5677
5678 * dyn-string.c: Move here from gcc/dyn-string.c. Add new functions.
5679
5680 * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
5681 demangler.
5682 (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
5683 demangling mode.
5684 (gnu_new_abi_symbol_characters): New function.
5685 (main): Use gnu_new_abi_symbol_characters. * cp-demangle.c: New
5686 file.
5687 * cp-demangle.c: New file.
5688
5689 Tue May 30 16:45:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
5690
5691 * floatformat.c: Add name to each floatformat field.
5692
5693 Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
5694
5695 * Makefile.in (objalloc.o): Depend on config.h
5696
5697 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
5698
5699 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
5700 if HAVE_STRING_H.
5701 * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
5702 * objalloc.c: Include config.h. Include stdlib.h and don't
5703 declare malloc or free if HAVE_STDLIB_H.
5704 * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
5705 else declare malloc without prototype. Include string.h if
5706 HAVE_STRING_H, else declare memset without prototype. Don't
5707 include stddef.h.
5708
5709 2000-05-23 Mike Stump <mrs@wrs.com>
5710
5711 * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
5712 -j3.
5713
5714 2000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
5715
5716 * xmalloc.c: Include config.h for HAVE_SBRK definition.
5717
5718 2000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5719
5720 * hashtab.c (hash_pointer): Delete low-order bits which are
5721 probably zero, also eliminate a warning on alpha.
5722
5723 2000-05-15 David Edelsohn <edelsohn@gnu.org>
5724
5725 * Makefile.in: Change "pic" to depend on $(PICFLAG), not
5726 on $(enable_shared).
5727
5728 2000-05-10 Jakub Jelinek <jakub@redhat.com>
5729
5730 * config.table: Use mh-sparcpic for sparc*-*-*.
5731
5732 2000-05-08 Nick Clifton <nickc@cygnus.com>
5733
5734 * Makefile.in (CFILES): Add strncmp.c.
5735 (NEEDED): Add strncmp.
5736
5737 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5738
5739 * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
5740 Cast the arguments to `islower' to `unsigned char'.
5741 (print_demangler_list): Prototype.
5742
5743 Thu May 4 17:14:41 2000 Philippe De Muyter <phdm@macqel.be>
5744
5745 * sort.c (UCHAR_MAX): Provide fallback definition.
5746
5747 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
5748
5749 * Makefile.in (maintainer-clean-subdir): Fix handling of empty
5750 SUBDIRS.
5751
5752 2000-04-28 Kenneth Block <block@zk3.dec.com>
5753 Jason Merrill <jason@casey.cygnus.com>
5754
5755 * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
5756 (cplus_demangle_set_style): New function for setting style.
5757 (cplus_demangle_name_to_style): New function to translate name.
5758
5759 2000-04-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5760
5761 * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
5762
5763 * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
5764 (libiberty_AC_FUNC_STRNCMP): Invoke.
5765
5766 * strncmp.c: New file.
5767
5768 Thu Apr 27 16:58:43 MET DST 2000 Jan Hubicka <jh@suse.cz>
5769
5770 * hashtab.c (htab_expand): Add prototype.
5771 (find_empty_slot_for_expand): Likewise.
5772
5773 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5774
5775 * hashtab.c (hash_pointer, eq_pointer): Make definition static to
5776 match prototype.
5777 (htab_expand): Cast the return value of xcalloc.
5778
5779 2000-04-24 Mark Mitchell <mark@codesourcery.com>
5780
5781 * hashtab.c (hash_pointer): New function.
5782 (eq_pointer): Likewise.
5783 (htab_hash_pointer): New variable.
5784 (htab_eq_pointer): Likewise.
5785
5786 2000-04-23 Mark Mitchell <mark@codesourcery.com>
5787
5788 * sort.c (sort_pointers): Fix endianness bugs.
5789
5790 * sort.c: New file.
5791 * Makefile.in (CFILES): Add sort.c
5792 (REQUIRED_OFILES): Add sort.o.
5793 (sort.o): New target.
5794
5795 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5796
5797 * Makefile.in (*-subdir): Revamp slightly to avoid losing on
5798 4.3BSD systems.
5799
5800 Tue Apr 18 16:23:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5801
5802 * hashtab.c: Various minor cleanups.
5803 (htab_find_slot_with_hash): INSERT is now enum insert_option.
5804 (htab_find_slot): Likewise.
5805
5806 2000-04-16 Dave Pitts <dpitts@cozx.com>
5807
5808 * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
5809
5810 2000-04-05 Richard Henderson <rth@cygnus.com>
5811
5812 * splay-tree.c (splay_tree_remove): New.
5813
5814 2000-03-30 Mark Mitchell <mark@codesourcery.com>
5815
5816 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
5817 codes.
5818 (htab_find_with_hash): Likewise.
5819 (htab_find_slot_with_hash): Likewise.
5820
5821 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
5822
5823 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
5824 unless it will be used. Rearrange loop for better
5825 optimization.
5826 (higher_prime_number): Add static prototype.
5827
5828 Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com)
5829
5830 * Makefile.in (partition.o): Depend on config.h
5831
5832 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
5833
5834 * hashtab.c (find_empty_slot_for_expand): New function.
5835 (htab_expand): Use it instead of htab_find_slot.
5836 (htab_find_with_hash): Renamed from htab_find; now accepts extra
5837 argument HASH.
5838 (htab_find_slot_with_hash): Likewise for htab_find_slot.
5839 (htab_find): New wrapper function.
5840 (htab_find_slot): Likewise.
5841 (htab_traverse): Pass slot, not entry, to called function.
5842
5843 2000-03-09 Alex Samuel <samuel@codesourcery.com>
5844
5845 * Makefile.in (CFILES): Add partition.c.
5846 (REQUIRED_OFILES): Add partition.o.
5847 (partition.o): New rule.
5848 * partition.c: New file.
5849
5850 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
5851
5852 * hashtab.c (htab_create): Set del_f.
5853 (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
5854 Use it.
5855
5856 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
5857
5858 * hashtab.c: Remove debugging variables (all_searches,
5859 all_collisions, all_expansions). Delete
5860 all_hash_table_collisions.
5861 (create_hash_table, delete_hash_table, empty_hash_table,
5862 find_hash_table_entry, remove_element_from_hash_table_entry,
5863 clear_hash_table_slot, traverse_hash_table, hash_table_size,
5864 hash_table_elements_number, hash_table_collisions): Rename to:
5865 htab_create, htab_delete, htab_empty, htab_find_slot,
5866 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
5867 htab_elements, htab_collisions.
5868 (htab_find): New function, handles common case where you don't
5869 plan to add or delete an entry.
5870 (htab_expand): Don't create a whole new table, just a new
5871 entry vector.
5872 (htab_find_slot): Simplify logic.
5873
5874 1999-08-03 Ian Lance Taylor <ian@zembu.com>
5875
5876 * floatformat.c: Add casts to avoid signed/unsigned warnings.
5877 * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
5878
5879 * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
5880 $(TARGETLIB)n so it works on MSDOS.
5881 (install_to_tooldir): Likewise.
5882
5883 1999-07-21 Ian Lance Taylor <ian@zembu.com>
5884
5885 From Mark Elbrecht:
5886 * makefile.dos: Remove; obsolete.
5887 * configure.bat: Remove; obsolete.
5888
5889 1999-07-11 Ian Lance Taylor <ian@zembu.com>
5890
5891 * splay-tree.c (splay_tree_insert): Add initialization to avoid
5892 warning.
5893
5894 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
5895
5896 * pexecute.c: Conditionally include string.h.
5897 (fix_argv): Handle embedded whitespace in args for Mingw32.
5898
5899 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5900
5901 * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
5902 we're using gcc.
5903
5904 * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
5905
5906 1999-12-27 Geoff Keating <geoffk@cygnus.com>
5907
5908 * vasprintf.c (int_vasprintf): Don't re-read the format character
5909 as this mishandles strings like '%%s'.
5910
5911 1999-12-05 Mark Mitchell <mark@codesourcery.com>
5912
5913 * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
5914 rather than struct splay_tree_node.
5915 (splay_tree_insert): Use struct splay_tree_s rather than struct
5916 splay_tree.
5917
5918 Sun Nov 28 00:59:39 1999 Philippe De Muyter <phdm@macqel.be>
5919
5920 * hashtab.c (sys/types.h): File included.
5921
5922 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
5923
5924 * strtoul.c, strtol.c, random.c: Remove advertising clause from
5925 BSD license, pursuant with
5926
5927 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
5928
5929 Wed Nov 10 09:42:39 1999 Jeffrey A Law (law@cygnus.com)
5930
5931 * hashtab.c: Include stdio.h.
5932
5933 Mon Nov 8 09:23:41 1999 Jeffrey A Law (law@cygnus.com)
5934
5935 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
5936
5937 Tue Nov 2 03:23:13 1999 Philippe De Muyter <phdm@macqel.be>
5938
5939 * xstrdup (sys/types.h): Include this file.
5940
5941 1999-10-28 Nathan Sidwell <nathan@acm.org>
5942
5943 * Makefile.in (SUBDIRS): New macro.
5944 (mostlyclean, clean, distclean, maintainer-clean): Adjust to
5945 avoid multiple subdirectory cleaning.
5946 (*-subdir): Use SUBDIRS.
5947
5948 1999-10-25 Jim Kingdon <http://developer.redhat.com/>
5949
5950 * cplus-dem.c: Move declarations of standard_symbol_characters and
5951 hp_symbol_characters inside #ifdef MAIN to avoid compiler
5952 warnings.
5953
5954 1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
5955
5956 * hashtab.c (find_hash_table_entry): When returning a
5957 DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
5958 (clear_hash_table_slot): New function which deletes an entry
5959 by its position in the table, not its value.
5960 (traverse_hash_table): New function which calls a hook
5961 function for every live entry in the table.
5962
5963 1999-10-19 Mark Mitchell <mark@codesourcery.com>
5964
5965 * cplus-dem.c (INTBUF_SIZE): New macro.
5966 (string_append_template_idx): New function.
5967 (demangle_expression): Likewise.
5968 (demangle_integral_value): Use it.
5969 (demangle_real_value): New function, split out from ...
5970 (demangle_template_value_parm): ... here. Use
5971 string_append_template_idx. Use demangle_real_value.
5972 (demangle_template): Use string_append_template_idx.
5973 (demangle_qualified): Use consume_count_with_underscores.
5974 (get_count): Tweak formatting.
5975 (do_type): Use string_append_template_idx.
5976
5977 1999-10-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5978
5979 * calloc.c: Add a public domain notice.
5980
5981 Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
5982
5983 * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
5984
5985 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
5986
5987 * Makefile.in (CFILES): Add hashtab.c
5988 (REQUIRED_OFILES): Add hashtab.o
5989 (hashtab.o): Add dependencies.
5990 * hashtab.c: New file
5991
5992 Wed Oct 13 01:16:47 1999 Mumit Khan <khan@xraylith.wisc.edu>
5993
5994 * basename.c (DIR_SEPARATOR): New macro.
5995 (DIR_SEPARATOR_2): Likewise.
5996 (HAVE_DOS_BASED_FILESYSTEM): Likewise.
5997 (IS_DIR_SEPARATOR): Likewise.
5998 (main): Handle MSDOS style pathname.
5999
6000 1999-10-11 Mark Mitchell <mark@codesourcery.com>
6001
6002 * cplus-dem.c (do_type): Handle pointer to member types whose
6003 enclosing classes have namespace scope.
6004
6005 Sun Oct 10 01:23:50 1999 Marc Espie <espie@cvs.openbsd.org>
6006
6007 * config.table: Provide a backup shell for executing move-if-change.
6008
6009 1999-10-02 Mark Mitchell <mark@codesourcery.com>
6010
6011 * xmalloc.c (xmalloc): Fix spelling error.
6012 (xcalloc, xrealloc): Likewise.
6013
6014 1999-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6015
6016 * cplus-dem.c (fancy_abort, demangle_integral_value,
6017 demangle_arm_hp_template, recursively_demangle,
6018 standard_symbol_characters, hp_symbol_characters, main): Add prototype.
6019 (program_name, program_version, fatal): Constify a char*.
6020 (usage, fatal): Mark with ATTRIBUTE_NORETURN.
6021 (main): Call return, not exit.
6022
6023 1999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6024
6025 * choose-temp.c: Remove obsolete comment about gcc.
6026 (make_temp_file): Constify a char*.
6027
6028 Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6029
6030 * xmemdup.c: Include sys/types.h.
6031
6032 1999-09-07 Jeff Garzik <jgarzik@pobox.com>
6033
6034 * xmemdup.c: New xmemdup function.
6035 * Makefile.in, makefile.vms, vmsbuild.com: Use xmemdup.[co].
6036
6037 Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org>
6038
6039 * config.table: Add openedition target.
6040 * config/mh-openedition: New file.
6041
6042 Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org>
6043
6044 * pexecute.c (pexecute): Fill in temp_base when needed.
6045
6046 1999-08-31 Richard Henderson <rth@cygnus.com>
6047
6048 * getpwd.c: Check HAVE_GETCWD before defining it away.
6049
6050 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6051
6052 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
6053 (REQUIRED_OFILES): Add getpwd.o.
6054 (getpwd.o): Add target.
6055
6056 * configure.in (AC_PREREQ): Bump to 2.13.
6057 (AC_CHECK_HEADERS): Add check for <sys/stat.h>.
6058
6059 * getpwd.c: New file, moved here from gcc.
6060
6061 1999-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6062
6063 * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
6064 comparing against a signed quantity.
6065 (arm_special): Likewise.
6066 (demangle_fund_type): Likewise.
6067 (do_hpacc_template_const_value): Mark parameter `work' with
6068 ATTRIBUTE_UNUSED.
6069 (main): Constify variable `valid_symbols'.
6070
6071 Tue Aug 24 02:50:45 1999 Philippe De Muyter <phdm@macqel.be>
6072
6073 * strtoul.c (strtoul): Add parentheses around && within ||.
6074
6075 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
6076
6077 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
6078 libdir, libsubdir and tooldir.
6079
6080 1999-08-01 Mark Mitchell <mark@codesourcery.com>
6081
6082 * splay-tree.c (splay_tree_insert): Return the new node.
6083
6084 1999-07-14 Richard Henderson <rth@cygnus.com>
6085
6086 * argv.c: Include stdlib.h and string.h instead of
6087 prototyping directly.
6088 * choose-temp.c: Conditionally include string.h.
6089
6090 1999-07-12 Jason Merrill <jason@yorick.cygnus.com>
6091
6092 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
6093
6094 1999-07-11 Ian Lance Taylor <ian@zembu.com>
6095
6096 * splay-tree.c (splay_tree_insert): Add initialization to avoid
6097 warning.
6098
6099 1999-07-07 Jason Merrill <jason@yorick.cygnus.com>
6100
6101 * Makefile.in (needed-list): Only include stuff we actually need
6102 for libstdc++.
6103
6104 1999-06-21 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6105
6106 * configure.in (checkfuncs): Add gettimeofday.
6107 * config.in, configure: Regenerated.
6108
6109 Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
6110
6111 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
6112 the test fails.
6113 * configure: Regenerate.
6114
6115 1999-06-10 Mike Stump <mrs@wrs.com>
6116
6117 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
6118 parallel builds.
6119
6120 1999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6121
6122 * putenv.c: Include ansidecl.h to define `const'.
6123 * setenv.c: Likewise.
6124
6125 Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
6126
6127 * Makefile.in (CFILES): Add putenv.c and setenv.c.
6128 * configure.in (funcs): Add putenv and setenv.
6129 (AC_CHECK_FUNCS): Check for putenv and setenv.
6130 * configure: Rebuilt.
6131 * putenv.c setenv.c: New files.
6132
6133 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
6134 bytes of space using malloc.
6135
6136 Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
6137
6138 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
6139 the *mangled pointer beyond the end of the string. Clean up code to
6140 match prevailing coding style.
6141
6142 1999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6143
6144 * tmpnam.c (L_tmpnam): Fix typo.
6145
6146 Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
6147
6148 * cplus-dem.c (standard_symbol_characters): Renamed from
6149 standard_symbol_alphabet. No longer modify TABLE.
6150 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
6151 modify TABLE.
6152 (main): Corresponding changes. Use strchr to determine if a
6153 character is valid.
6154
6155 1999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
6156
6157 * cplus-dem.c (main): Use table lookup to distinguish identifier
6158 characters from non-identifier characters.
6159 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
6160
6161 Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
6162
6163 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
6164 * getruntime.c: Only attempt to include sys/resource.h and
6165 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
6166 are defined.
6167
6168 Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
6169
6170 * configure.in (alloca detection): Handle alloca directly for interix.
6171 * configure: Rebuilt.
6172
6173 Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
6174
6175 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
6176
6177 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6178
6179 Fix from Dale Hawkins:
6180 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
6181 reallocated properly if we use it again.
6182
6183 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
6184 stricter about syntax. Always null-terminate string.
6185
6186 Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
6187
6188 * configure.in (checkfuncs): Check for sbrk.
6189 * config.in: Rebuilt.
6190 * configure: Likewise.
6191 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
6192
6193 1999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
6194
6195 Fix from Marcus Daniels:
6196 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
6197 identifier looking for another underscore.
6198
6199 Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
6200
6201 * pexecute.c: Change all references to __UWIN__ to _UWIN.
6202 * xmalloc.c: Likewise.
6203 (xcalloc): UWIN has sbrk.
6204 (xrealloc): Fix guard macro.
6205
6206 1999-04-11 Richard Henderson <rth@cygnus.com>
6207
6208 * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
6209 or <alloca.h>.
6210 * clock.c (GNU_HZ): New definition.
6211 (clock): Use it.
6212 * getruntime.c: Likewise.
6213
6214 * config.table: Use mh-beos.
6215 * config/mh-beos: New file.
6216
6217 1999-04-11 Mark Mitchell <mark@codesourcery.com>
6218
6219 * cplus-dem.c (demangle_template_value_parm): Handle
6220 pointers-to-members.
6221 (do_type): Handle template parameters as qualifiers.
6222
6223 1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
6224
6225 * cplus-dem.c: Attempt to handle overflows in counts with some
6226 semblance of grace.
6227 (consume_count): Detect overflows. Return -1 to indicate errors,
6228 instead of zero.
6229 (demangle_template_value_parm, demangle_template): Handle change
6230 to consume_count's return convention.
6231
6232 1999-04-05 Tom Tromey <tromey@cygnus.com>
6233
6234 * testsuite/regress-demangle: New file.
6235 * testsuite/demangle-expected: New file.
6236
6237 * Makefile.in (all, check, installcheck, info, install-info,
6238 clean-info, dvi, install, etags, tags, mostlyclean, clean,
6239 distclean, maintainer-clean, realclean): Depend on corresponding
6240 `-subdir' target.
6241 (all-subdir check-subdir installcheck-subdir info-subdir
6242 install-info-subdir clean-info-subdir dvi-subdir
6243 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
6244 distclean-subdir maintainer-clean-subdir): New target.
6245 * testsuite/Makefile.in: New file.
6246 * configure: Rebuilt.
6247 * configure.in: Create testsuite/Makefile.
6248
6249 1999-04-02 Mark Mitchell <mark@codesourcery.com>
6250
6251 * splay-tree.h (splay_tree_compare_pointers): Define.
6252
6253 1999-03-30 Mark Mitchell <mark@codesourcery.com>
6254
6255 * splay-tree.c (splay_tree_compare_ints): Define.
6256
6257 1999-03-30 Tom Tromey <tromey@cygnus.com>
6258
6259 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
6260 don't advance input pointer.
6261 (demangle_class_name): If consume_count didn't find a count, do
6262 nothing. Don't bother with `strlen' sanity check; consume_count
6263 does it for us.
6264
6265 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
6266
6267 From Art Haas <ahaas@neosoft.com>:
6268 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
6269 when doing arm or hp style.
6270 (demangle_nested_args): Decr forgetting_types field when done.
6271
6272 Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
6273
6274 * pexecute.c (__CYGWIN32__): Rename to
6275 (__CYGWIN__): this.
6276 * xmalloc.c: Likewise.
6277
6278 Changes to support i386-pc-uwin.
6279 * configure.in (*-*-uwin*): Workaround for vfork bug.
6280 * configure: Regenerate.
6281 * pexecute.c (pexecute): Be like standard Unix.
6282 (pwait): Likewise.
6283 * xmalloc.c (first_break): Define.
6284 (xmalloc_set_program_name): Use.
6285 (xmalloc): Use.
6286
6287 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6288
6289 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
6290
6291 Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
6292
6293 * config.table: Check cygwin*, not cygwin32*.
6294
6295 Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
6296
6297 * Makefile.in: Change mkstemp -> mkstemps.
6298
6299 Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
6300
6301 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
6302 * configure.in (funcs): Check for and conditionally add mkstemps to
6303 the list of functions libiberty will provide.
6304 * configure: Rebuilt.
6305
6306 Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
6307
6308 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
6309 platforms that don't have HZ.
6310 * getruntime.c (HZ): Likewise.
6311
6312 Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
6313
6314 * Makefile.in (xstrdup.o): Depend on config.h.
6315
6316 Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
6317
6318 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
6319 freeing it.
6320
6321 Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6322
6323 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
6324
6325 Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6326
6327 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
6328 splay-tree.o.
6329
6330 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
6331
6332 * configure.in: Require autoconf 2.12.1 or higher.
6333
6334 1998-12-30 Michael Meissner <meissner@cygnus.com>
6335
6336 * random.c (NULL): Don't redefine NULL if it is already defined.
6337
6338 Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6339
6340 * argv.c (buildargv): Cast the result of alloca in assignment.
6341
6342 * choose-temp.c: Include stdlib.h.
6343
6344 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
6345 (snarf_numeric_literal): Constify first parameter.
6346 (code_for_qualifier): Avoid a gcc extension, make the parameter an
6347 int, not a char.
6348 (demangle_qualifier): Likewise.
6349 (demangle_signature): Cast the argument of a ctype function to
6350 unsigned char.
6351 (arm_pt): Add parens around assignment used as truth value.
6352 (demangle_arm_hp_template): Constify variable `args'.
6353 (do_hpacc_template_const_value): Cast the argument of a ctype
6354 function to unsigned char.
6355 (do_hpacc_template_literal): Remove unused variable `i'.
6356 (snarf_numeric_literal): Constify parameter `args'.
6357 Cast the argument of a ctype function to unsigned char.
6358
6359 * floatformat.c (floatformat_to_double): Add explicit braces to
6360 avoid ambiguous `else'.
6361
6362 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
6363 `cstart' and `cend' to unsigned char. Cast the argument of macro
6364 `FOLD', which uses ctype functions, to unsigned char.
6365
6366 * objalloc.c (free): Add prototype.
6367
6368 Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
6369
6370 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
6371
6372 Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
6373
6374 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
6375 doesn't exist.
6376 (do_hpacc_template_literal): remove unused variable `i'.
6377
6378 Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
6379
6380 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
6381 bumping the pointer we read from. Also prepend these codes,
6382 as we do in other places.
6383
6384 1998-12-18 Nick Clifton <nickc@cygnus.com>
6385
6386 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
6387 'const char *' in order to match its usage when calling siblings.
6388 (snarf_numeric_literal): Make first arg 'const char **' in order
6389 to match usage.
6390
6391 Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6392
6393 * choose-temp.c: Don't check IN_GCC anymore.
6394
6395 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
6396 * memchr.c (memchr): Likewise.
6397 * memcpy.c (memcpy): Likewise.
6398 * memmove.c (memmove): Likewise.
6399
6400 * mkstemp.c: Don't check IN_GCC anymore.
6401 * pexecute.c: Likewise.
6402 * splay-tree.c: Likewise.
6403
6404 * strchr.c (strchr): Use `const', not `CONST'.
6405 * strrchr.c (strrchr): Likewise.
6406 * strtol.c (strtol): Likewise.
6407 * strtoul.c (strtoul): Likewise.
6408
6409 Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
6410 Elena Zannoni <ezannoni@cygnus.com>
6411 Stan Shebs <shebs@cygnus.com>
6412 Edith Epstein <eepstein@cygnus.com>
6413 Andres MacLeod <amacleod@cygnus.com>
6414 Satish Pai <pai@apollo.hp.com>
6415
6416 * HP aCC demangling support.
6417 * cplus-dem.c
6418 (main): Remove default to HP style demangling, set to EDG
6419 demangling correctly when -edg specified; set the demangling style
6420 when user specifies 'edg'. Set strip_underscore to
6421 prepends_underscore, if not HPUXHPPA. Set
6422 current_demangling_style to hp_demangling if HPUXHPPA. Set
6423 current demangling style correctly if the switch is hp. Read
6424 label correctly also in the HP style case.
6425 (work_stuff): add temp_start field; add field for volatile member
6426 function.
6427 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
6428 style for this case is the same as ARM.
6429 (demangle_args): handle EDG_DEMANGLING style; support HP style.
6430 (demangle_arm_hp_template): new function. (It was
6431 demangle_arm_pt.); check and set value of temp_start field in
6432 multiple places. Also, when ceching for end of template args,
6433 check to see if at end of static member of template class.
6434 (demangle_class): new local variable : save_class_name_end Don't
6435 include template args in string defining class.
6436 (demangle_class_name): use demangel_arm_hp_template.
6437 (demangle_function_name): handle case where demangling style is
6438 HP_DEMANGLING and currently point at an 'X' in the mangled name.
6439 Handle EDG_DEMANGLING style. Handle constructor and destructor
6440 ops for HP style.
6441 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
6442 styles. global destructor and constructor for HP style are same
6443 as for ARM style. Same for local variables.
6444 (demangle_qualified): handle EDG_DEMANGLING style.
6445 (demangle_signature): add case for volatile member function. For
6446 cases '1' - '9' : initialize the temp_start field to -1 and handle
6447 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
6448 and AUTO_DEMANGLING styles. If expecting a function and managed
6449 to demangle the funct args, then handle the LUCID_DEMANGLING,
6450 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
6451 class name after "Lnnn_ in HP style case. HP style too needs to
6452 forget types. _nnn is OK for HP style, so don't report failure.
6453 (do_hpacc_template_const_value): new function. Handle template's
6454 value param for HP/aCC.
6455 (do_hpacc_template_literal): new function. Handle a template's
6456 literal parameter for HP aCC.
6457 (recursively_demangle): new function
6458 (snarf_numeric_literal): new function.
6459 (usage): add 'edg' to the list of demangling styles; add hp switch
6460 to message.
6461
6462 Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
6463
6464 * pexecute.c: Remove obsolete ifdefed cygwin code.
6465
6466 Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6467
6468 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
6469 * cplus-dem.c: Likewise. Conform to libiberty.h.
6470 * pexecute.c: Likewise.
6471 * splay-tree.c: Likewise.
6472
6473 1998-11-25 Mike Stump <mrs@wrs.com>
6474
6475 * Makefile.in (splay-tree.o): Add config.h dependency.
6476
6477 Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6478
6479 * configure.in: Use AC_PREREQ(2.12.1).
6480
6481 1998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
6482
6483 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
6484
6485 Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
6486
6487 * mpw.c (mpw_access): Add missing parens.
6488
6489 Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6490
6491 * configure.in: Call AC_HEADER_SYS_WAIT.
6492
6493 * pexecute.c: Include sys/wait.h when !IN_GCC.
6494
6495 Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
6496
6497 * pexecute.c: revert back to checking old Cygwin
6498 preprocessor symbol until some time has passed.
6499
6500 Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
6501
6502 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
6503 since it will now support similar constructs.
6504
6505 Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6506
6507 * configure.in: Check for calloc.
6508
6509 * calloc.c: New file.
6510
6511 * xmalloc.c (xcalloc): New function.
6512
6513 Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
6514
6515 *cplus-dem.c (demangle_prefix): Use the last "__"
6516 in the mangled name when looking for the signature. This allows
6517 template names to begin with "__".
6518
6519 1998-11-08 Mark Mitchell <mark@markmitchell.com>
6520
6521 * cplus-dem.c (type_kind_t): Add tk_reference.
6522 (demangle_template_value_parm): Handle it.
6523 (do_type): Use it for references, instead of tk_pointer.
6524
6525 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
6526 not internal_cplus_demangle.
6527
6528 Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6529
6530 * choose-temp.c: Don't include gansidecl.h.
6531 * mkstemp.c: Likewise.
6532 * pexecute.c: Likewise.
6533
6534 Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
6535
6536 * configure.in: detect cygwin* instead of cygwin32*
6537 * configure: regenerate
6538
6539 Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6540
6541 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
6542 whether to include config.h. Possibly include unistd.h in the
6543 !IN_GCC case. Define VFORK_STRING as a printable function call
6544 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
6545 defined, include vfork.h. If VMS is defined, define vfork()
6546 appropriately. Remove vfork check on USG, we're using autoconf.
6547 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
6548 locally what string to use.
6549
6550 1998-10-26 Mark Mitchell <mark@markmitchell.com>
6551
6552 * splay-tree.c: Tweak include directives to make sure declarations of
6553 xmalloc and free are available.
6554
6555 1998-10-25 Mark Mitchell <mark@markmitchell.com>
6556
6557 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
6558 anonymous namespaces.
6559
6560 1998-10-23 Mark Mitchell <mark@markmitchell.com>
6561
6562 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
6563 with type_quals.
6564 (TYPE_UNQUALIFIED): New macro.
6565 (TYPE_QUAL_CONST): Likewise.
6566 (TYPE_QUAL_VOLATILE): Likewise.
6567 (TYPE_QUAL_RESTRICT): Likewise.
6568 (code_for_qualifier): New function.
6569 (qualifier_string): Likewise.
6570 (demangle_qualifier): Likewise.
6571 (internal_cplus_demangle): Use them.
6572 (demangle_signature): Likewise.
6573 (demangle_template_value_parm): Likewise.
6574 (do_type): Likewise.
6575 (demangle_fund_type)): Likewise.
6576
6577 Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6578
6579 * splay-tree.c (splay_tree_foreach_helper): Make definition static
6580 to match prototype.
6581
6582 1998-10-21 Mark Mitchell <mark@markmitchell.com>
6583
6584 * splay-tree.c: New file.
6585 * Makefile.in (CFILES): Add it.
6586 (REQUIRED_OFILES): Likewise.
6587 (splay-tree.o): Add dependencies.
6588
6589 Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6590
6591 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
6592 range of 'K' index.
6593
6594 Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6595
6596 * choose-temp.c: Prototype mkstemps() when IN_GCC.
6597
6598 * cplus-dem.c (consume_count): Cast argument of ctype macro to
6599 `unsigned char'.
6600 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
6601 comparing against one.
6602 (cplus_mangle_opname): Likewise.
6603 (demangle_integral_value): Cast argument of ctype macro to
6604 `unsigned char'.
6605 (demangle_template_value_parm): Likewise.
6606 (demangle_template): Initialize variable `bindex'. Cast the
6607 result of `strlen' to (int) when comparing against one. Remove
6608 unused variable `start_of_value_parm'.
6609 (demangle_class_name): Cast the result of `strlen' to (int) when
6610 comparing against one.
6611 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
6612 (gnu_special): Likewise. Cast the result of `strlen' to (int)
6613 when comparing against one.
6614 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
6615 (get_count): Likewise.
6616 (do_type): Likewise. Cast the result of `strlen' to (int) when
6617 comparing against one.
6618 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
6619 (demangle_function_name): Cast the result of `strlen' to (int)
6620 when comparing against one.
6621
6622 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
6623 comparing against one.
6624
6625 Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
6626
6627 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
6628 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
6629 * config.in, configure: Rebuilt.
6630
6631 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
6632 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
6633 * config.in, configure: Rebuilt.
6634
6635 Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
6636
6637 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
6638
6639 Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
6640
6641 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
6642
6643 Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
6644
6645 * Merge egcs & devo libiberty.
6646
6647 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
6648
6649 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
6650
6651 Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6652
6653 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
6654 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
6655 IN_GCC.
6656
6657 * vasprintf.c: Include stdarg.h/varargs.h first.
6658
6659 * vprintf.c: Likewise.
6660
6661 Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
6662
6663 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
6664 is the canonical copy. Define ISSPACE if !IN_GCC.
6665 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
6666 * getopt1.c, obstack.c: Similarly.
6667 * Makefile.in: Build mkstemp.o
6668
6669 Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
6670
6671 * configure.in: Include asprintf in list of functions known not
6672 to be in newlib.
6673 * configure: Rebuild.
6674
6675 Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
6676
6677 * cplus-dem.c (work_stuff): Add dllimported.
6678 (demangled_prefix): Mark symbols imported from PE DLL.
6679 (internal_cplus_demangled): Handle.
6680
6681 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
6682
6683 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
6684 stay failed.
6685
6686 Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6687
6688 * cplus-dem.c: Include config.h if it exists. Also, only
6689 prototype malloc/realloc if we can't get stdlib.h.
6690
6691 Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
6692
6693 * configure.in: Switch back to checking --with-target-subdir when
6694 deciding whether to check for newlib, undoing part of July 15
6695 change.
6696 * configure: Rebuild.
6697
6698 Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
6699
6700 * cplus-dem.c (type_kind_t): New type.
6701 (demangle_template_value_parm): Add type_kind_t parameter. Rely
6702 on this paramter, rather than demangling the type again.
6703 (demangle_integral_value): Pass tk_integral.
6704 (demangle_template_: Pass the value returned from do_type.
6705 (do_type): Return a type_kind_t. Pass tk_integral to
6706 demangle_template_value_parm for array bounds.
6707 (demangle_fund_type): Likewise.
6708
6709 Also incorporate from GCC version:
6710
6711 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
6712
6713 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
6714
6715 Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6716
6717 * cplus-dem.c (demangle_nested_args): Make function definition
6718 static to match the prototype.
6719
6720 Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
6721
6722 * cplus-dem.c (type_kind_t): New type.
6723 (demangle_template_value_parm): Add type_kind_t parameter. Rely
6724 on this paramter, rather than demangling the type again.
6725 (demangle_integral_value): Pass tk_integral.
6726 (demangle_template_: Pass the value returned from do_type.
6727 (do_type): Return a type_kind_t. Pass tk_integral to
6728 demangle_template_value_parm for array bounds.
6729 (demangle_fund_type): Likewise.
6730
6731 Also incorporate from GCC version:
6732
6733 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
6734
6735 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
6736
6737 Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
6738
6739 * Makefile.in (ALLOCA): New variable.
6740 ($(TARGETLIB)): Add $(ALLOCA) to library.
6741 (needed-list): Add $(ALLOCA).
6742 ($(ALLOCA)): Depend upon stamp-picdir.
6743
6744 Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6745
6746 * cplus-dem.c (demangle_nested_args): Make function definition
6747 static to match the prototype.
6748
6749 Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
6750
6751 * configure.in: Check --with-cross-host rather than
6752 --with-target-subdir when deciding whether build uses a cross
6753 compiler, and when deciding where to install the library.
6754 * configure: Rebuild.
6755
6756 Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
6757
6758 * cplus-dem.c (demangle_nested_args): Return a value.
6759
6760 Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
6761
6762 * cplus-dem.c (string): Move definition before work_stuff.
6763 (work_stuff): Add volatile_type, forgetting_types,
6764 previous_argument, and nrepeats fields.
6765 (SCOPE_STRING): New macro.
6766 (demangle_template): Add `remember' parameter. Add comment.
6767 Register the `B' code type here, if remembering. Tidy. Fix crash
6768 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
6769 (demangle_nested_args): New function.
6770 (internal_cplus_demangle): Handle volatile-qualified member
6771 functions.
6772 (mop_up): Delete the previous_argument string if present.
6773 (demangle_signature): Tidy. Handle volatile-qualified member
6774 functions. Handle back-references using the `B' code. Use extra
6775 parameter to demangle_template and SCOPE_STRING where appropriate.
6776 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
6777 code.
6778 (demangle_class): Use SCOPE_STRING.
6779 (gnu_special): Pass additional argument to demangle_template.
6780 Use SCOPE_STRING.
6781 (demangle_qualified): Save qualified types for later
6782 back-references. Handle constructors and destructors for template
6783 types correctly.
6784 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
6785 demangle_template. Use demangled_nested_args. Don't remember
6786 qualified types here; that's now done in demangle_qualified.
6787 Similarly for templates.
6788 (do_arg): Improve commment. Handle 'n' repeat code.
6789 (remember_type): Check forgetting_types.
6790 (demangle_args): Deal with 'n' repeat codes. Tidy.
6791
6792 Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
6793
6794 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
6795 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
6796
6797 Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
6798
6799 * configure.in (setobjs): Correct quoting error in cygwin32 case.
6800 From Chris Faylor <cgf@cygnus.com>.
6801
6802 Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
6803
6804 * obstack.c: Update to latest FSF version.
6805
6806 Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
6807
6808 * Makefile.in: Add a dependency on stamp-picdir for the
6809 objects, so that we can do a parallel build.
6810
6811 Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
6812
6813 * configure.in (checkfuncs): Add missing "'".
6814
6815 Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
6816
6817 * obstack.c (_obstack_memory_used): Elide this function if we're
6818 on a system with GNU libc.
6819
6820 Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
6821
6822 * Makefile.in (distclean): Remove config.log.
6823
6824 Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6825
6826 * Makefile.in (distclean): Don't remove alloca-conf.h.
6827
6828 Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
6829
6830 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
6831
6832 1998-05-21 Mark Mitchell <mmitchell@usa.net>
6833
6834 * cplus-dem.c (do_type): Handle volatile qualification.
6835
6836 1998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
6837
6838 * configure.in: Check for unistd.h as well.
6839 * configure: Rebuild.
6840 * config.in: Rebuild.
6841 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
6842 is defined in unistd.h. Reformat conditional block for easier reading.
6843
6844 * config.table (shared): Default to no if ${enable_shared}
6845 is unset or empty; this logic is used by the toplevel
6846 configure scripts, too.
6847
6848 Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
6849
6850 * config.table: Add line to set enable_shared in the Makefile
6851 as needed.
6852
6853 Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6854
6855 * cplus-dem.c (squangle_mop_up): Change return type to void.
6856 (internal_cplus_demangle): Remove unused parameter `options'.
6857 All callers changed.
6858 (cplus_demangle_opname): Remove function wide variable `int i' and
6859 replace with `size_t i' at each location where it is used.
6860 (cplus_mangle_opname): change type of `i' from int to size_t.
6861
6862 Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
6863
6864 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
6865 than sparc or sun.
6866 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
6867
6868 Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
6869
6870 * configure.in: Set libiberty_topdir correctly when srcdir is
6871 "." and with_target_subdir is not set.
6872 * configure: Rebuild.
6873
6874 Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
6875
6876 * configure.in: Add *-*-mingw32* case.
6877 * configure: Rebuild.
6878
6879 Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
6880
6881 * config.table: Never use a PIC file for *-*-cygwin32*.
6882
6883 * Makefile.in (config.status): Depend upon config.table.
6884
6885 * configure.in: On a cygwin32 host, always compile random, and
6886 don't test for sys_siglist, strsignal, or psignal.
6887 * configure: Rebuild.
6888
6889 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
6890 * getcwd.c: Likewise.
6891 * getpagesize.c: Likewise.
6892 * getruntime.c: Likewise.
6893
6894 Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
6895
6896 Use autoconf tests rather than the old dummy.c test:
6897 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
6898 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
6899 most functions. Add special cases to handle newlib and VxWorks.
6900 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
6901 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
6902 CONFIG_FILES is set; set ac_file before calling it.
6903 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
6904 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
6905 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
6906 (i[3456]-*-mingw32*): Remove.
6907 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
6908 (LIBOBJS): New variable.
6909 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
6910 (all): Depend upon needed-list. Don't check RULE1.
6911 (@target_makefile_frag@): Remove.
6912 (COMPILE.c): Include @DEFS@.
6913 (HFILES): Add alloca-conf.h.
6914 (REQUIRED_OFILES): Remove basename.o.
6915 ($(TARGETLIB)): New target.
6916 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
6917 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
6918 (needed-list, config.h): Rewrite.
6919 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
6920 (.always.): Remove.
6921 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
6922 (stamp-h): New target.
6923 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
6924 (basename.o): Don't depend upon config.h.
6925 (getruntime.o): Depend upon config.h.
6926 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
6927 NEED_on_exit.
6928 * basename.c: Don't include config.h. Don't check NEED_basename.
6929 * clock.c: Include config.h.
6930 * getcwd.c: Likewise.
6931 * getpagesize.c: Likewise.
6932 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
6933 HAVE_TIMES.
6934 * strerror.c: Change uses of NEED_sys_errlist to
6935 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
6936 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
6937 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
6938 HAVE_PSIGNAL.
6939 * acconfig.h: New file.
6940 * dummy.c: Remove.
6941 * functions.def: Remove.
6942 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
6943 * config/mh-windows (HDEFINES): Remove.
6944 * config/mh-cygwin32: Remove.
6945 * config/mh-go32: Remove.
6946 * config/mh-irix4: Remove.
6947 * config/mh-riscix: Remove.
6948 * config/mh-sysv4: Remove.
6949 * config/mt-mingw32: Remove.
6950 * config/mt-vxworks5: Remove.
6951 * config.in: New file, generated using autoheader.
6952 * configure: Rebuild.
6953
6954 Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
6955
6956 * configure.in: Rewrite to use autoconf.
6957 * configure: Generate using autoconf.
6958 * config/mh-a68bsd: Remove.
6959 * config/mh-apollo68: Remove.
6960 * config/mh-hpbsd: Remove.
6961 * config/mh-ncr3000: Remove.
6962 * config/mh-sysv: Remove.
6963 * config/mh-aix (RANLIB, INSTALL): Don't define.
6964 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
6965 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
6966 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
6967 * config.table: Change config_shell to CONFIG_SHELL, and use
6968 libiberty_topdir to find move-if-change.
6969 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
6970 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
6971 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
6972 * Makefile.in (srcdir): Set to @srcdir@.
6973 (VPATH): Likewise.
6974 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
6975 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
6976 (CC, CFLAGS, RANLIB)): Likewise.
6977 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
6978 (target_makefile_frag, host_makefile_frag): Add substitutions.
6979 (INSTALL_DEST): Set to @INSTALL_DEST@.
6980 (Makefile): Depend upon config.status. Don't depend upon
6981 $(host_makefile_frag) or $(target_makefile_frag).
6982 (config.status): New target.
6983
6984 Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6985
6986 * config/mt-sunos4: Remove. Should be handled by --with-headers
6987 and --with-libraries options at top level.
6988 * config.table: Never use mt-sunos4.
6989
6990 * alloca-conf.h: New file, combining alloca-norm.h and
6991 alloca-botch.h.
6992 * alloca-norm.h: Remove.
6993 * alloca-botch.h: Remove.
6994 * configure.in: Set shell variables files and links to empty.
6995 * config.table: Don't set shell variable files.
6996 * configure.bat: Don't create alloca-conf.h.
6997 * makefile.vms: Likewise.
6998 * mpw-config.in: Likewise.
6999 * vmsbuild.com: Likewise.
7000
7001 Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
7002
7003 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
7004 target depending upon config.h.
7005 (alloca.o): Add target depending upon config.h
7006 (basename.o, choose-temp.o, fnmatch.o): Likewise.
7007 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
7008 (strsignal.o, xstrerror.o): Likewise.
7009
7010 Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7011
7012 * cplus-dem.c (cplus_demangle_opname): Initialize work.
7013
7014 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
7015
7016 * cplus-dem.c (demangle_qualified): Replace missing else.
7017
7018 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7019
7020 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
7021 length in the name of a virtual table.
7022
7023 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
7024
7025 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
7026 (cplus_demangle_opname): Call mop_up_squangle.
7027 (cplus_demangle): Initialize squangle info, then call
7028 internal_cplus_demangle. (Most code moved there as well)
7029 (internal_cplus_demangle): New function, performs most of what use
7030 to be done in cplus_demangle, but is only called with this file.
7031 (squangle_mop_up): New function to clean up B and K code data.
7032 (mop_up): set pointers to NULL after freeing.
7033 (demangle_signature, demangle_template, demangle_class): Add
7034 switch elements to handle K and B codes.
7035 (demangle_prefix, gnu_special, demangle_qualified): Add
7036 code to handle K and B codes.
7037 (do_type, demangle_fund_type): Handle B and K codes.
7038 (remember_Ktype): New function to store K info.
7039 (register_Btype, remember_Btype): New functions for B codes.
7040 (forget_B_and_K_types): New function to destroy B and K info.
7041
7042 Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
7043
7044 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
7045
7046 Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
7047
7048 * config.table: Make locating frag files failsafe even for the
7049 special case if configuring and building in srcdir.
7050
7051 Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
7052
7053 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
7054
7055 Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
7056
7057 * choose-temp.c: Sync with copy in gcc.
7058
7059 Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
7060
7061 * getopt.c: Update to latest FSF version.
7062 * getopt1.c: Likewise.
7063
7064 Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
7065
7066 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
7067 strings that are not actually lengths.
7068
7069 Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
7070
7071 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
7072 (.c.o): Check value of enable_shared, not PICFLAG.
7073 (stamp-picdir): Dito.
7074
7075 Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
7076
7077 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
7078 since it gets built automatically
7079
7080 Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
7081
7082 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
7083 the currently shipping OS.
7084
7085 Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
7086
7087 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
7088 Add fnmatch.o and objalloc.o; remove vasprintf.o.
7089 [config.h]: Define NEED_strsignal.
7090
7091 Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
7092
7093 * functions.def: Correct argument types for strerror and
7094 strsignal. Reported by Alex Gutman <agutman@emc.com>.
7095
7096 Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
7097
7098 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
7099 values.
7100
7101 Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
7102 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
7103
7104 Add mingw32 support.
7105 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
7106 (pwait): New function for mingw32.
7107
7108 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
7109 * config/mt-mingw32: New file.
7110 * xmalloc.c (first_break): Not used for mingw32.
7111 (xmalloc_set_program_name): Don't use sbrk on mingw32.
7112 (xmalloc): Likewise.
7113 (xrealloc): Likewise.
7114
7115 Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
7116
7117 * choose-temp.c: Sync with gcc version.
7118
7119 Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
7120
7121 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
7122 to all filenames in libdir and tooldir.
7123 (distclean): Do MULTICLEAN before deleting Makefile.
7124 (stamp-needed, stamp-config): Add MULTISRCTOP to
7125 pathname for move-if-change.
7126
7127 Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
7128
7129 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
7130
7131 Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
7132
7133 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
7134 was already defined previously.
7135
7136 Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
7137
7138 * Makefile.in (INSTALL): Use ../install-sh, not install.
7139
7140 Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
7141
7142 * Makefile.in (CFILES): Add pexecute.c.
7143
7144 Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
7145
7146 * asprintf.c: Consistently use either stdarg or varargs.
7147
7148 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
7149
7150 * cplus-dem.c (demangle_signature): Don't look for return types on
7151 constructors. Handle member template constructors.
7152
7153 Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
7154
7155 * README: Fix configuration instructions.
7156
7157 Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
7158
7159 * pexecute.c: Update to current version from /gd/gnu/lib:
7160
7161 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
7162
7163 * pexecute.c: Use spawn if __CYGWIN32__.
7164
7165 1997-08-08 Paul Eggert <eggert@twinsun.com>
7166
7167 * pexecute.c: Include "config.h" first, as per autoconf manual.
7168
7169 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
7170
7171 * pexecute.c (fix_argv): New function.
7172 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
7173 Add underscore to cwait function call.
7174
7175 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
7176
7177 * cplus-dem.c (demangle_template): Add new parameter. Handle new
7178 template-function mangling.
7179 (consume_count_with_underscores): New function.
7180 (demangle_signature): Handle new name-mangling scheme.
7181
7182 Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
7183
7184 * asprintf.c: stdarg.h when ALMOST_STDC
7185 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
7186 strncasecmp.o.
7187
7188 Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
7189
7190 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
7191
7192 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
7193
7194 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
7195
7196 Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
7197
7198 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
7199
7200 Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
7201
7202 * asprintf.c (asprintf): New file.
7203 * Makefile.in (CFILES): Add asprintf.c
7204 * functions.def: Ditto.
7205
7206 Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
7207
7208 * argv.c (dupargv): New function, duplicate an argument vector.
7209
7210 Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
7211
7212 * config/mh-cygwin32: also build random.o
7213
7214 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
7215
7216 * cplus-dem.c: Add 'extern' to prepends_underscore.
7217
7218 Wed Jul 30 11:42:19 1997 Per Bothner <bothner@cygnus.com>
7219
7220 * cplus-dem.c: Various changes to produce Java output when passed
7221 DMGL_JAVA. Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
7222 (main): Support --java and -j flags to set DMGL_JAVA.
7223
7224 Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7225
7226 * config/mh-go32 (CC, AR, RANLIB): Don't define.
7227
7228 Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
7229
7230 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
7231 (pexecute.o): New target.
7232
7233 * Makefile.in (stamp-needed): New target, replacing needed-list.
7234 (needed-list): Just depend upon stamp-needed.
7235 (stamp-config): New target, replacing config.h.
7236 (config.h): Just depend upon stamp-config.
7237 (mostlyclean): Remove stamp-*.
7238
7239 Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
7240
7241 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
7242 INSTALL_DATA for multilibbed installs
7243
7244 Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
7245
7246 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
7247
7248 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
7249
7250 * choose-temp.c (try): Insist that temp dir be searchable.
7251
7252 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
7253
7254 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
7255 for current directory.
7256
7257 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
7258
7259 * pexecute.c: Remove special cases for cygwin32.
7260 (pwait): Remove local definition of `pid'.
7261
7262 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
7263
7264 * pexecute.c (vfork): Supply new definition for VMS.
7265 (pwait): Use waitpid instead of wait for VMS.
7266
7267 Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7268
7269 * cplus-dem.c (do_type): Handle `J'.
7270 (demangle_fund_type): Print "complex" for it.
7271
7272 Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
7273
7274 * configure.in: Don't turn on multilib here.
7275
7276 Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
7277
7278 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
7279 elided; needed by gdb and not present in libc.
7280
7281 Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
7282
7283 * Makefile.in (clean): Remove tmpmulti.out.
7284
7285 Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
7286
7287 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
7288 Add new floatformat, mainly for ARM doubles.
7289
7290 Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
7291
7292 * config.table: Use ${config_shell} with ${moveifchange}. From
7293 Thomas Graichen <graichen@rzpd.de>.
7294
7295 Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
7296
7297 * configure.in: Enable multilibing by default.
7298 Update multilib template to read config-ml.in.
7299
7300 Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
7301
7302 * makefile.vms: Add objalloc.
7303
7304 Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
7305
7306 * cplus-dem.c (demangle_it): Add prototype declaration.
7307 (usage, fatal): Likewise.
7308
7309 * xexit.c (_xexit_cleanup): Add prototype.
7310
7311 * strerror.c (init_error_tables): Declare.
7312
7313 Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
7314
7315 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
7316 * strsignal.c: Only define strsignal if NEED_strsignal.
7317 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
7318 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
7319 to xneeded-list.
7320 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
7321 (EXTRA_OFILES): Define to vasprintf.o.
7322 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
7323 (EXTRA_OFILES): Add vasprintf.o.
7324 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
7325 (vxneeded-list): Add vasprintf.o.
7326
7327 Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
7328
7329 * objalloc.c: Include <stdio.h>.
7330
7331 Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
7332
7333 * objalloc.c: New file.
7334 * Makefile.in (CFILES): Add objalloc.c
7335 (REQUIRED_OFILES): Add objalloc.o.
7336 (objalloc.o): New target.
7337
7338 Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
7339
7340 * obstack.c: Update to current FSF version.
7341
7342 Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
7343
7344 * cplus-dem.c: Add prototypes for all static functions.
7345 (mystrstr): Make static. Make arguments and result const.
7346 (cplus_match): Remove; not used.
7347
7348 Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7349
7350 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
7351 __t* symbols.
7352
7353 Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
7354
7355 * spaces.c: Declare malloc and free properly.
7356 * strsignal.c (init_signal_tables): Add prototype.
7357 * xatexit.c (_xexit_cleanup): Add parameter declarations.
7358
7359 Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7360
7361 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
7362 also required because of xmalloc.o.
7363
7364 Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
7365
7366 * strsignal.c: Unconditionally redefine sys_siglist around the
7367 inclusion of the system header files.
7368
7369 Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
7370
7371 * makefile.vms: Remove 8 bit characters. Update to latest
7372 gcc release.
7373
7374 Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
7375
7376 * strsignal.c: Use NEED_sys_siglist instead of
7377 LOSING_SYS_SIGLIST.
7378 * config.table: Don't use mh-lynxos.
7379 * config/mh-lynxos: Remove.
7380
7381 Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
7382
7383 * cplus-dem.c: Fix indenting; make identical to the copy
7384 in GCC.
7385 (do_type, case 'M'): Check for a template as well as a class.
7386
7387 Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7388
7389 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
7390 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
7391 libiberty is incorrect, as well.
7392
7393 Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7394
7395 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
7396 alloca takes a size_t argument, not just unsigned.
7397
7398 Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
7399
7400 * cplus-dem.c: Note that this file also lives in GCC.
7401
7402 Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
7403
7404 * alloca.c: Remove include of libiberty.h for hpux.
7405 * argv.c: Replace defs from libiberty.h.
7406 * spaces.c: Put back externs from removed from libiberty.h.
7407 * vasprintf.c: Remove include of libiberty.h for hpux.
7408
7409 Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
7410
7411 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
7412
7413 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
7414
7415 * cplus-dem.c: Revert last two commits due to conflicts with
7416 hpux system headers.
7417
7418 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
7419
7420 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
7421 Revert last commit due to conflicts with hpux system headers.
7422
7423 Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7424
7425 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
7426 libiberty.h when compiled with a standard compiler.
7427
7428 Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
7429
7430 * alloca.c: Include libiberty.h for definition of xmalloc.
7431 Don't redefine NULL.
7432 * argv.c: Move prototypes to libiberty.h.
7433 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
7434 Don't redefine NULL.
7435 Use casts to eliminate compiler warnings.
7436 * spaces.c: Remove prototypes for malloc and free which are
7437 already in libibrty.h.
7438 * strcasecmp.c: Use casts to eliminate compiler warnings.
7439 * vasprintf.c: Include libiberty.h for definition of malloc.
7440 Don't redefine NULL.
7441 * vprintf.c: Include stdarg.h if __STDC__.
7442
7443 Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
7444
7445 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
7446
7447 Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
7448
7449 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
7450 upward components correctly.
7451
7452 Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
7453
7454 * config.table, config/mh-windows: Add support for building under
7455 MSVC (the Microsoft build environment).
7456
7457 Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
7458
7459 * fnmatch.c: Undef const if not __STDC__.
7460
7461 Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
7462
7463 * fnmatch.c: New file.
7464 * Makefile.in (CFILES): Add fnmatch.c.
7465 (REQUIRED_OFILES): Add fnmatch.o.
7466 (fnmatch.o): New target.
7467
7468 Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
7469
7470 * cplus-dem.c (demangle_template): Fix handling of address args.
7471 (gnu_special): Handle type_info stuff.
7472
7473 Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7474
7475 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
7476 (mpwify_filename): Handle "::/" case.
7477
7478 Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
7479
7480 * config/mh-cygwin32: new file (need -DNEED_basename and
7481 -DNEED_sys_siglist for native NT rebuilding)
7482 * config.table (*-*-cygwin32): new entry
7483 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
7484
7485 Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7486
7487 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
7488
7489 Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
7490
7491 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
7492 messed with arguments that included a '/', add escape chars
7493 to double quotes, remove const decl from arg that Mac
7494 compilers don't seem to like.
7495
7496 Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
7497
7498 * pexecute.c: Update test for win32 (&& ! cygwin32).
7499 * choose-temp.c: fix WIN32 preprocessor defines
7500
7501 Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
7502
7503 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
7504 to editing of default makefile rule.
7505
7506 Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
7507
7508 * alloca-norm.h: Include <malloc.h> if _WIN32.
7509 * argv.c: Include non-prototyped decls for malloc and string
7510 functions if ! _WIN32 or if __GNUC__.
7511
7512 Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
7513
7514 * config.h-vms: New file.
7515 * makefile.vms: Use it.
7516
7517 Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
7518
7519 * getopt.c (_getopt_internal): If argc is 0, just return (before
7520 we reference *argv and segfault).
7521
7522 Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
7523
7524 * Makefile.in (distclean): Add multilib.out.
7525
7526 Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
7527
7528 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
7529 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
7530
7531 Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
7532
7533 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
7534
7535 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
7536
7537 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
7538
7539 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
7540 (do_ofiles): Allow nonexistent source file in pass 3.
7541 (chk_deffunc): New routine.
7542
7543 Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
7544
7545 * pexecute.c (PEXECUTE_VERBOSE): Define.
7546 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
7547
7548 Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7549
7550 * Makefile.in (docdir): Removed.
7551
7552 Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7553
7554 * Makefile.in (oldincludedir): Removed.
7555
7556 Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7557
7558 * Makefile.in (datadir): Set to $(prefix)/share.
7559
7560 Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
7561
7562 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
7563 checking for errors from do_type.
7564
7565 Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
7566
7567 * makefile.vms: New file.
7568 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
7569 than declaring malloc, realloc, and sbrk.
7570
7571 Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
7572
7573 * pexecute.c: New file.
7574
7575 Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
7576
7577 * xmalloc.c: Declare sbrk.
7578
7579 Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7580
7581 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
7582 declaration.
7583
7584 Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
7585
7586 * xstrerror.c: Include <stdio.h>.
7587
7588 Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
7589
7590 * Makefile.in (CFILES): Add atexit.c.
7591
7592 Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
7593
7594 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
7595
7596 Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
7597
7598 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
7599 #include <stdio.h>
7600 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
7601
7602 Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
7603
7604 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
7605 Reverts Feb 8, 1995 change.
7606
7607 Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
7608
7609 * choose-temp.c: New file.
7610 * Makefile.in (CFILES): Add choose-temp.c.
7611 (REQUIRED_OFILES): Add choose-temp.o.
7612
7613 Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
7614
7615 * floatformat.c (floatformat_to_double): Don't bias exponent when
7616 handling zero's, denorms or NaNs.
7617
7618 Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
7619
7620 * floatformat.c (floatformat_to_double): Fix bugs with handling
7621 numbers with fractions < 32 bits.
7622
7623 Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
7624
7625 * config.table: Permit --enable-shared to specify a list of
7626 directories.
7627
7628 Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
7629
7630 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
7631 arguments.
7632
7633 Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
7634
7635 * configure.in: If srcdir is `.' and with_target_subdir is not
7636 `.', then set MULTISRCTOP before calling config-ml.in.
7637
7638 Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
7639
7640 * mpw.c (mpw_open): Add debugging output option.
7641
7642 Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
7643
7644 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
7645
7646 Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
7647
7648 * mpw.c (mpwify_filename): Change 6 to 5 in
7649 strncmp (unixname, "/tmp/", 5).
7650
7651 Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
7652
7653 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
7654 handle 0 as a pointer value parameter.
7655
7656 Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
7657
7658 * Makefile.in (all): Depend upon required-list.
7659 (required-list): New target.
7660 (clean): Remove required-list.
7661
7662 Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
7663
7664 * win32.c: Deleted.
7665 * config.table (i386-*-win32): Deleted.
7666 * config/mh-i386win32: Deleted.
7667
7668 Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
7669
7670 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
7671 const char *.
7672 (cplus_mangle_opname): Change return type and opname parameter to
7673 const char *. Don't cast return value.
7674
7675 Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
7676
7677 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
7678 definition.
7679
7680 Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
7681
7682 * obstack.c: Update copyright to 1996.
7683 (_obstack_memory_used): Define new function. Called via
7684 obstack_memory_used macro.
7685
7686 Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
7687
7688 * xstrdup.c: New file.
7689 * Makefile.in (CFILES): Add xstrdup.c.
7690 (REQUIRED_OFILES): Add xstrdup.o.
7691 (xstrdup.o): New target.
7692
7693 Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
7694
7695 * atexit.c: New stub to provide atexit on systems that have
7696 on_exit, like SunOS 4.1.x systems.
7697 * functions.def (on_exit, atexit): Ditto.
7698
7699 Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
7700
7701 * mpw.c (mpw_abort): Remove decl.
7702 (mpw_access): Move debugging printf.
7703
7704 Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
7705
7706 * config.table: Consistently use ${host} rather than ${xhost} or
7707 ${target}.
7708 * configure.in: Don't bother to set ${xhost} before calling
7709 config.table.
7710
7711 Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7712
7713 * Makefile.in (.c.o): Use test instead of the left bracket, to
7714 avoid problems with some versions of make.
7715
7716 Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
7717
7718 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
7719
7720 Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
7721
7722 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
7723 which was set to just alloca.o, which is now automatically marked
7724 as needed by the autoconfiguration process.
7725
7726 Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
7727
7728 * config.table: Check ${with_cross_host} rather than comparing
7729 ${host} and ${target}.
7730
7731 Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
7732
7733 * configure.in: If with_target_subdir is empty, set xhost to
7734 ${host} rather than ${target} before calling config.table.
7735
7736 Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
7737
7738 * Makefile.in (MULTITOP): Deleted.
7739 (MULTISRCTOP, MULTIBUILDTOP): New.
7740 (FLAGS_TO_PASS): Delete INCDIR.
7741 (INCDIR): Add $(MULTISRCTOP).
7742 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
7743 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
7744 instead of cfg-ml-pos.in.
7745 (cross-compile check): Change to test for with_target_subdir.
7746 (EXTRA_LINKS): Delete.
7747
7748 Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
7749
7750 * mpw-make.sed: Add getpagesize.c.o to needed-list.
7751 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
7752 functions that are supplied by Metrowerks libraries.
7753 (fstat): Clean up descriptor->pointer conversion code.
7754 (InstallConsole, etc): Empty definitions, for when linking
7755 with SIOUX.
7756
7757 Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
7758
7759 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
7760 (.c.o): Stylistic change.
7761
7762 Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
7763
7764 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
7765 phdm@info.ucl.ac.be (Philippe De Muyter).
7766
7767 Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
7768
7769 * configure.in: Correct sed call.
7770
7771 Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
7772
7773 * configure.in: Clean up / simplify for native.
7774
7775 * configure.in: Merge in stuff from ../xiberty/configure.in.
7776 * Makefile.in (CC): Add definition (so it can be overrridden
7777 by ../configure).
7778
7779 Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
7780
7781 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
7782 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
7783 (link): Remove useless definition with error return.
7784 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
7785 Use UnsignedWide type for microsecond counts.
7786
7787 Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
7788
7789 * memcmp.c (memcmp): Argument types are const void *, not void
7790 *const.
7791
7792 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
7793 sys/types.h.
7794 * strcasecmp.c (strcasecmp): Ditto.
7795
7796 Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
7797
7798 * Makefile.in (BISON): Remove macro.
7799
7800 Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
7801
7802 * Makefile.in (HFILES): Add default empty definition.
7803 * mpw-config.in (config.h): Only update if changed.
7804 * mpw-make.in: Remove.
7805 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
7806 * mpw.c: Remove semi-clone of strerror code.
7807 (sys_nerr, sys_errlist): Define here.
7808 (Microseconds): Only define as A-line trap if m68k Mac.
7809
7810 Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
7811
7812 * Makefile.in (maintainer-clean): New synonym for distclean.
7813
7814 Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
7815
7816 * config.table: For host, generalize rs6000-ibm-aix*
7817 to *-ibm-aix* so we also include powerpc.
7818
7819 Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7820
7821 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
7822
7823 * xstrerror.c: New file.
7824 * Makefile.in, vmsbuild.com: Compile it.
7825
7826 Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
7827
7828 * config.table (i386-*-win32): New.
7829
7830 Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
7831
7832 * Makefile.in (MULTITOP): New variable.
7833 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
7834 (all): Add multilib support.
7835 (install_to_tooldir, *clean): Likewise.
7836
7837 Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
7838
7839 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
7840
7841 Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
7842
7843 * vmsbuild.com: create "new-lib.olb", build libiberty under that
7844 name, and then make it become "liberty.olb" when done, so that an
7845 incomplete build attempt never leaves behind something which looks
7846 like a complete library.
7847
7848 Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
7849
7850 * config/mh-i386pe: New file for PE hosts.
7851 * config.table: Understand PE hosts.
7852
7853 Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7854
7855 * cplus-dem.c: Update from gcc.
7856
7857 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
7858 <stddef.h>.
7859 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
7860
7861 Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
7862
7863 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
7864 * mpw.c: Only test DebugPI once whenever printing debug info.
7865 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
7866 also fix to not write on input filename buffer.
7867 (mpw_access): Use stat() instead of open(), works for directories
7868 as well as files.
7869
7870 Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7871
7872 * Makefile.in: Massage broken shells that require 'else true'.
7873
7874 Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
7875
7876 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
7877 Declare __builtin_alloca in the sparc case, as argv.c did.
7878 * argv.c: Replace inline version of alloca-norm.h at start of file with
7879 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
7880 because alloca-norm.h needs to declare alloca as "PTR".
7881
7882 Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
7883
7884 * win32.c: New file.
7885
7886 Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7887
7888 * dummy.c: #include "alloca-conf.h".
7889
7890 Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7891
7892 * Makefile.in (mostlyclean): Remove stamp-picdir.
7893 (clean): Don't.
7894
7895 Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7896
7897 * config.table (frags): Use toplevel pic frags.
7898
7899 * Makefile.in (PICFLAG): New macro.
7900 (all): Depend on stamp-picdir.
7901 (needed-list): Ditto.
7902 (.c.o): Also build pic object.
7903 (stamp-picdir): New rule.
7904 (mostlyclean): Remove pic.
7905 (clean): Remove stamp-picdir.
7906
7907 Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
7908
7909 * vmsbuild.com (config.h): Add `#define NEED_basename'.
7910
7911 Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
7912
7913 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
7914 to libio-style copyright.
7915 * getpagesize.c: Remove FSF copyright.
7916
7917 Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7918
7919 Added improved VMS support from Pat Rankin:
7920
7921 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
7922
7923 * vmsbuild.com: new file.
7924
7925 * getpagesize.c (getpagesize): implement for VMS;
7926 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
7927 support for EVMSERR.
7928
7929 Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7930
7931 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
7932
7933 * floatformat.c (floatformat_arm_ext): Define.
7934
7935 Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7936
7937 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
7938 strerror.c, strsignal.c: Remove FSF copyright.
7939 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
7940
7941 Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
7942
7943 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
7944 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
7945 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
7946 * strchr.c, strrchr.c: Add cast to suppress const warning.
7947
7948 Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7949
7950 * cplus-dem.c: Use const instead of CONST. Don't include
7951 ansidecl.h directly.
7952
7953 Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7954
7955 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
7956 xrealloc.
7957 (-DMAIN): Don't rely on an externally-defined version number;
7958 instead, require the version number to be defined as a
7959 preprocessor macro. Handle the RS/6000 leading dot. Define
7960 xmalloc, xrealloc and fatal. Don't strip a leading underscore
7961 if we couldn't demangle the word.
7962
7963 Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
7964
7965 (Old mpw.c change descriptions retained for informational value.)
7966 * mpw.c (warning_threshold): Default to .4 sec.
7967 (overflow_count, current_progress): New globals.
7968 (warn_if_spin_delay): Include current progress type,
7969 such as program name, in message.
7970 (mpw_start_progress): Set current_progress variable from arg.
7971 (mpw_end_progress): Report spin delays by power-of-two-size
7972 buckets instead of constant-size buckets.
7973
7974 * mpw.c: Clean up formatting, types, returns, etc.
7975 (ENOSYS): Define.
7976 (mpw_fread, mpw_fwrite): Define.
7977 (sleep): Define correctly.
7978
7979 * mpw.c: New code to implement cursor spinning support.
7980 (umask): New function.
7981 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
7982
7983 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
7984 basenames for MPW and MPW/Unix filenames.
7985 (mpw_special_init): New function, calls Macsbug if desired.
7986
7987 * mpw.c: Add GPL notice.
7988 (mpwify_filename): Add more transformations.
7989 (mpw_fopen): Call mpwify_filename on file names.
7990 (rename): Remove.
7991 (chdir, getcwd): Add simple definitions.
7992
7993 * mpw.c: Random cleanups, remove unused code bits.
7994 Added copy of strerror.c for gcc's use.
7995 (stat, fstat, _stat): New versions based on Guido van Rossum code.
7996
7997 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
7998
7999 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
8000 (fork, vfork, etc): Print error messages if called.
8001 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
8002 rename, chown): Define.
8003
8004 * mpw-config.in: New file, MPW version of configure.in.
8005 * mpw-make.in: New file, MPW version of Makefile.in.
8006 * mpw.c: New file, MPW compatibility routines.
8007
8008 Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8009
8010 * basename.c: Include config.h before checking for NEED_basename.
8011
8012 Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8013
8014 * functions.def: Add DEFFUNC for basename.
8015
8016 * basename.c: Only define basename if NEED_basename.
8017
8018 Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8019
8020 * config.table: Fix --enable-shared logic for native builds.
8021
8022 Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8023
8024 * cplus-dem.c (demangle_template): Demangle bool literals properly.
8025
8026 Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
8027
8028 * strtol.c strtoul.c: Replace these with less buggy versions from
8029 NetBSD. (strtoul in particular couldn't handle base 16.)
8030
8031 Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
8032
8033 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
8034
8035 * clock.c: If NO_SYS_PARAM_H is defined, don't include
8036 <sys/param.h>.
8037 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
8038
8039 Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
8040
8041 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
8042 a number; ANSI appears to permit any expression, including a
8043 function call.
8044
8045 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
8046 xiberty.
8047 * config/mt-vxworks5: New file.
8048
8049 Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
8050
8051 * basename.c (basename): Change argument to be const.
8052
8053 Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8054
8055 * Makefile.in (lneeded-list): Don't worry about xmalloc.
8056
8057 Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
8058
8059 * Makefile.in (distclean): Delete xhost-mkfrag.
8060
8061 Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8062
8063 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
8064
8065 Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8066
8067 * hex.c: New file.
8068 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
8069 (hex.o): Add dependencies.
8070
8071 * cplus-dem.c (demangle_prefix): For GNU style constructor and
8072 destructor names, try demangling the remainder of the string.
8073
8074 Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8075
8076 * vasprintf.c (int_vasprintf): New static function.
8077 (vasprintf): Use int_vasprintf. Removes assumption that va_list
8078 is assignment compatible.
8079
8080 Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8081
8082 * Makefile.in (LIBCFLAGS): New variable.
8083 (FLAGS_TO_PASS): Pass it.
8084 (.c.o): Use it.
8085
8086 Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8087
8088 * getopt.c, getopt1.c: Do compile these functions under Linux,
8089 since many native versions are based on glibc but are buggy.
8090
8091 Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
8092
8093 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
8094 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
8095
8096 Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8097
8098 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
8099 * functions.def: Remove vasprintf.
8100
8101 Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8102
8103 * xmalloc.c (first_break): New static variable.
8104 (xmalloc_set_program_name): Record sbrk (0) in first_break.
8105 (xmalloc): If memory allocation fails, try to report how much
8106 memory was allocated by the program up to this point.
8107 (xrealloc): Likewise.
8108
8109 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
8110
8111 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
8112 when linking dummy.
8113 * config.table: Add host RISCiX Makefile frag.
8114 * config/mh-riscix: New file.
8115
8116 Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8117
8118 * Makefile.in (FLAGS_TO_PASS): Define.
8119 ($(RULE1)): Use $(FLAGS_TO_PASS).
8120
8121 Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8122
8123 * vasprintf.c: Include <string.h>.
8124 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
8125 * xatexit.c: Declare malloc.
8126
8127 Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
8128
8129 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
8130 one below).
8131
8132 Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
8133
8134 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
8135 the type index is greater than 9.
8136
8137 Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
8138
8139 * cplus-dem.c (demangle_qualified): accept optional '_' between
8140 qualified name. This is baecause the template name may end with
8141 numeric and can mixed up with the length of next qualified name.
8142
8143 Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8144
8145 * config/mt-sunos4: Use our standard location for cross-includes
8146 and cross-libs when the target is also a "host" environment (ie no
8147 newlib; includes and such don't belong to us). This is specific
8148 to the Cygnus Support environment.
8149
8150 Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
8151
8152 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
8153 xxx<ch=81>.
8154
8155 Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
8156
8157 * cplus-dem.c (main): flush stdout to make pipe work.
8158
8159 Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
8160
8161 * config.table (*-*-cxux7*): Recognize.
8162 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
8163 Harris-specific float format.
8164 * config/mh-cxux7: New file.
8165
8166 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8167
8168 * cplus-dem.c (demangle_template): Make sure that the result of
8169 consume_count doesn't index beyond the end of the string.
8170
8171 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8172
8173 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
8174 earlier. Improve test for new vtable mangling. Change output back
8175 to `virtual table'.
8176
8177 Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8178
8179 * obstack.c: Always compile this code, even if using the GNU
8180 library. Avoids problems with relatively recent binary
8181 incompatibility.
8182
8183 Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8184
8185 * cplus-dem.c: Include libiberty.h.
8186 (xmalloc, xrealloc, free): Don't declare.
8187 (strstr): Don't declare parameters.
8188 (xmalloc, xrealloc): Don't define.
8189 (long_options): Add no-strip-underscores.
8190 (main): Call xmalloc_set_program_name. Pass n in short options to
8191 getopt_long. Handle option 'n' to not strip underscores.
8192 (usage): Mention -n and --no-strip-underscores.
8193
8194 Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
8195
8196 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
8197 space.
8198 (gnu_special): Demangle template and qualified names in a vtable name.
8199
8200 Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8201
8202 From gas-2.3 and binutils-2.4 net releases:
8203
8204 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
8205
8206 * makefile.dos: [new] Makefile for dos/go32
8207 * configure.bat: update for latest files
8208 * msdos.c: remove some functions now in libc.a
8209
8210 Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
8211
8212 * cplus-dem.c (gnu_special): Recognize thunks, as well as
8213 the new naming style for vtables (when -fvtable-thunks).
8214
8215 Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8216
8217 * Makefile.in (XTRAFLAGS): Don't define.
8218 (.c.o, dummy.o): Don't use XTRAFLAGS.
8219 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
8220
8221 Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8222
8223 * vasprintf.c: New file.
8224 * Makefile.in, functions.def: Add it.
8225
8226 Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
8227
8228 * cplus-dem.c (demangle_fund_type): Grok bool.
8229
8230 Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
8231
8232 * config.table: Add go32
8233 * config/mh-go32: New template.
8234
8235 Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
8236
8237 * config.table, config/mt-sunos4: config for when sun4 is cross target.
8238
8239 Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8240
8241 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
8242 Declare strlen to return int. Don't include stddef.h.
8243
8244 Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
8245
8246 * getopt.c: Delete use of IN_GCC to control whether
8247 stddef.h or gstddef.h is included.
8248
8249 Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
8250
8251 * cplus-dem.c (demangle_signature): Fix a bug in template function
8252 type numbering.
8253
8254 Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
8255
8256 * cplus-dem.c (demangle_signature): Fix template function with arm
8257 style argument type number, Tn.
8258
8259 Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
8260
8261 * cplus-dem.c (optable): Add new[] and delete[].
8262
8263 Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8264
8265 * argv.c (buildargv): Don't produce empty argument just because
8266 there is trailing whitespace.
8267
8268 Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
8269
8270 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
8271 Handle 'p' same as 'P'.
8272 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
8273
8274 Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8275
8276 * floatformat.c (get_field, put_field): Fix off by one error in
8277 little endian case.
8278
8279 Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8280
8281 * floatformat.c (floatformat_from_double): Pass unsigned char *,
8282 not char *, to put_field.
8283
8284 Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
8285
8286 * memmove.c: Re-wrote; placed in public domain.
8287
8288 Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8289
8290 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
8291 __Q* as a constructor.
8292
8293 Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
8294
8295 * ieee-float.c: Removed; no longer used.
8296 * Makefile.in: Changed accordingly.
8297
8298 Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8299
8300 * floatformat.c (get_field): Removed unused local variable i.
8301 (put_field): Removed unused local variable i.
8302
8303 Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8304
8305 * floatformat.c: New file, intended to replace ieee-float.c.
8306 * Makefile.in: Change accordingly.
8307
8308 Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8309
8310 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
8311 (_getopt_initialize): New function, broken out of _getopt_internal.
8312 (_getopt_internal):
8313 If long_only and the ARGV-element has the form "-f", where f is
8314 a valid short option, don't consider it an abbreviated form of
8315 a long option that starts with f. Otherwise there would be no
8316 way to give the -f short option.
8317
8318 Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8319
8320 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
8321 Test just __STDC__, not emacs.
8322
8323 Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8324
8325 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
8326 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
8327
8328 Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8329
8330 * getopt.c (_NO_PROTO): Define before config.h is included.
8331
8332 Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8333
8334 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
8335 <config.h> only under these, else "config.h".
8336
8337 Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8338
8339 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
8340 <config.h> instead of "config.h".
8341
8342 Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
8343
8344 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
8345 whether to use prototypes or not.
8346 * strerror.c (const): Never undefine; let ansidecl.h handle it.
8347 * strsignal.c (const): Likewise.
8348
8349 Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8350
8351 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
8352 Merging common and initialized variables need not be supported by
8353 ANSI C compilers.
8354 (xatexit): Initialize _xexit_cleanup if not already set.
8355 * xexit.c: Comment fix.
8356
8357 Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8358
8359 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
8360 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
8361 assuming that realloc works correctly.
8362
8363 Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8364
8365 * concat.c, ieee-float.c: Replace inclusion of <string.h>
8366 with explicit function declarations, as recommended by Ian Taylor.
8367
8368 Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8369
8370 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
8371 (malloc, realloc): Declare.
8372
8373 Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8374
8375 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
8376 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
8377 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
8378 * xmalloc.c: Likewise.
8379 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
8380 macros, not <varargs.h> macros.
8381 * spaces.c (spaces): Make return type const. Don't crash if
8382 malloc returns NULL.
8383 * strerror.c (struct error_info): Make name and msg fields const.
8384 (error_names): Make const.
8385 (strerrno): Make const.
8386 (strtoerrno): Make argument const.
8387 * strsignal.c (struct signal_info): Make name and msg fields
8388 const.
8389 (signal_names, sys_siglist): Make const.
8390 (strsignal, strsigno): Make const.
8391 (strtosigno): Make argument const.
8392 * xatexit.c: Declare parameter types.
8393 * xmalloc.c (name): Make const.
8394 (xmalloc_set_program_name): Make argument const.
8395 * Makefile.in (INCDIR): Define.
8396 (.c.o): Use $(INCDIR).
8397 (dummy.o): Likewise.
8398 (argv.o, basename.o): New targets; depend on libiberty.h.
8399 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
8400 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
8401 (xmalloc.o): Likewise.
8402 (cplus-dem.o): New target; depend on demangle.h.
8403 (getopt.o, getopt1.o): New targets; depend on getopt.h.
8404 (ieee-float.o): New target; depend on ieee-float.h.
8405 (obstack.o): New target; depend on obstack.h.
8406
8407 Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8408
8409 Handle obstack_chunk_alloc returning NULL. This allows
8410 obstacks to be used by libraries, without forcing them
8411 to call exit or longjmp.
8412 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
8413 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
8414 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
8415
8416 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8417
8418 * concat.c, ieee-float.c: Include <string.h>.
8419
8420 Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8421
8422 * xmalloc.c (xmalloc_set_program_name): New function.
8423 (xmalloc, xrealloc): Include the name in the error message, if set.
8424
8425 * Replace atexit.c with xatexit.c.
8426 * Makefile.in (CFILES), functions.def: Change references.
8427
8428 Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
8429
8430 * getruntime.c (get_run_time): Use getrusage or times if
8431 HAVE_GETRUSAGE or HAVE_TIMES are defined.
8432
8433 Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8434
8435 * atexit.c: New file.
8436 * Makefile.in (CFILES), functions.def: Add it.
8437 * xexit.c: New file.
8438 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
8439 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
8440 Change request for 0 bytes into request for 1 byte.
8441
8442 Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8443
8444 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
8445 unsigned long, to avoid warnings.
8446
8447 Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8448
8449 * dummy.c: Don't include time.h ever; always define clock_t as
8450 "unsigned long". Until gcc/fixincludes ensures that clock_t
8451 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
8452 exist, clock_t probably doesn't either.
8453
8454 Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
8455
8456 * clock.c, getruntime.c: New files.
8457 * Makefile.in: Add to file lists.
8458 * functions.def (clock): Add to list.
8459 * dummy.c (time.h): Add if __STDC__.
8460 (clock_t): #define as "unsigned long" if not __STDC__.
8461
8462 Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8463
8464 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
8465 Edler).
8466
8467 Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8468
8469 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
8470 linking.
8471
8472 Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
8473
8474 * cplus-dem.c (demangle_arm_pt): New function. Common code
8475 for ARM template demangling.
8476 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
8477 * cplus-dem.c (demangle_prefix): Likewise.
8478
8479 Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
8480
8481 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
8482
8483 Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
8484
8485 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
8486 * strerror.c, strsignal.c: As a small space optimization, don't
8487 include messages when they aren't actually used.
8488
8489 Merge changes from takefive.co.at!joe (Josef Leherbauer)
8490 * cplus-dem.c (demangle_prefix, demangle_function_name,
8491 cplus_demangle_opname): Fixes for systems where cplus_marker
8492 is something other than '$'.
8493
8494 Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
8495
8496 * waitpid.c: Simple-minded approcimation to waitpid
8497 using vanilla wait.
8498 * functions.def, Makefile.in: Update accordingly,
8499
8500 Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
8501
8502 * cplus-dem.c(demangle_template): fix bug template instantiation
8503 with value of user defined type.
8504
8505 Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
8506
8507 * cplus-dem.c(cplus_demangle_opname): add the subject new function
8508 to support unified search of operator in class.
8509
8510 Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8511
8512 gcc -Wall lint:
8513 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
8514 "digit = *s" as condition in while loop.
8515
8516 Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
8517
8518 * Makefile.in: pass SHELL to recursive make
8519
8520 Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
8521
8522 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
8523 be (const char*), for ANSI (and gcc w/fixproto) consistency.
8524
8525 Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8526
8527 * config.table: Make *-*-hiux* use mh-hpux.
8528
8529 Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8530
8531 * config.table: Add * to end of all OS names.
8532
8533 Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8534
8535 * Makefile.in (lneeded-list): ensure that object file names are
8536 not duplicated, as multiple instances of the same object file in
8537 a library causes problems on some machines
8538
8539 Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8540
8541 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
8542
8543 Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8544
8545 * strncasecmp.c: new file, implements strncasecmp
8546 * strcasecmp.c: new file, implement strcasecmp
8547
8548 * Makefile.in (CFILES): list these two new source files
8549
8550 * functions.def: add strcasecmp and strncasecmp entries
8551
8552 Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8553
8554 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
8555 according to ANSI C.
8556
8557 Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
8558
8559 * cplus-dem.c: add support of ARM global constructor/destructor,
8560 and 'G' for passing record or union in parameter.
8561
8562 Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8563
8564 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
8565 should not be in functions.def.
8566
8567 Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8568
8569 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
8570 not be in functions.def.
8571
8572 Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
8573
8574 * cplus-dem.c: change globl constructor/destructor to proper name
8575
8576 Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
8577
8578 * cplus-dem.c: fix bug in constructor/destructor
8579
8580 Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
8581
8582 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
8583
8584 Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
8585
8586 * cplus-dem.c: Fix demangle_template prototype
8587
8588 Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
8589
8590 * cplus-dem.c: fix template demangling
8591 * cplus-dem.c: fix const type demangling
8592 * cplus-dem.c: fix constructor/destructor, virtual table,
8593 qualifier, global constructor/destructor demangling
8594
8595 Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8596
8597 * strsignal.c, strerror.c: Use fully-bracketed initializer to
8598 keep gcc -Wall happy.
8599
8600 Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
8601
8602 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
8603 patch.
8604
8605 Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8606
8607 Patch from Paul Flinders:
8608 * cplus-dem.c (do_type): Deal with arrays.
8609
8610 Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8611
8612 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
8613 than 9 classes.
8614
8615 Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
8616
8617 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
8618 not initialized" warnings under HP/UX
8619
8620 Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8621
8622 * strerror.c: Move include of stdio.h after sys_errlist #define.
8623 Also remove NULL definition (stdio.h always defines NULL, so it
8624 never did anything but clutter up the code).
8625
8626 Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8627
8628 * Makefile.in, functions.def: handle xmalloc.c
8629
8630 * xmalloc.c: provide xmalloc and xrealloc functions
8631
8632 Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8633
8634 * cplus-dem.c: Fix a comment.
8635
8636 Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8637
8638 * getopt1.c: Declare const the way getopt.c does.
8639
8640 Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8641
8642 * obstack.c, alloca.c: Update from FSF.
8643 * getopt.c, getopt1.c: Update to current FSF version, which
8644 doesn't use alloca.
8645
8646 Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8647
8648 * Makefile.in (demangle): Add the target with a message saying
8649 where demangle went.
8650
8651 Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8652
8653 * Makefile.in: Remove obsolete `demangle' target.
8654
8655 Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
8656
8657 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
8658 avoid infinite loop on vtbl symbols with disambiguating "junk"
8659 tacked on the end.
8660
8661 Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8662
8663 * strsignal.c: work around some systems losing definitions of
8664 sys_siglist
8665
8666 * config/mh-lynxos: this system has a losing definition of
8667 sys_siglist
8668
8669 * config.table: use mh-lynxos for *-*-lynxos
8670
8671 Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8672
8673 * config.table: Add support for HPPA BSD hosts.
8674
8675 * config/mh-hpbsd: New file.
8676
8677 Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
8678
8679 * Makefile.in (TAGS): make work when srcdir != objdir.
8680
8681 Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8682
8683 * cplus-dem.c (main): Add long options, including --help and
8684 --version.
8685 (usage): New function from code in main.
8686
8687 Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
8688
8689 * config.table: New shell scipt, sourced by both ./configure,in
8690 and ../xiberty/configure.in, to avoid maintainance lossages.
8691 * configure.in and ../xiberty/configure.in: Use config.table.
8692
8693 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
8694 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
8695 * ../xiberty/configure.in: Update from ./configure.in.
8696
8697 Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8698
8699 * Makefile.in: remove parentdir support
8700
8701 Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8702
8703 * cplus-dem.c (xrealloc): Match definition with prototype.
8704
8705 Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8706
8707 * cplus-dem.c (demangle_prefix): Demangle cfront
8708 local variables as an extension to ARM demangling.
8709
8710 Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8711
8712 * ieee-float.c: Don't require pointers to double to be aligned.
8713
8714 Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
8715
8716 (merge changes from dlong@cse.ucsc.edu)
8717 * cplus-dem.c (consume_count): Simplify.
8718 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
8719 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
8720
8721 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
8722 full prototypes.
8723 * cplus-dem.c (free): Add prototype.
8724 * cplus-dem.c (optable): Fully bracketize initializer.
8725
8726 Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
8727
8728 * cplus-dem.c: Whether initial underscores are stripped
8729 depends on the external variable prepends_underscore
8730 (which is generated by the binutils Makefile).
8731
8732 Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
8733
8734 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
8735
8736 Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
8737
8738 * cplus-dem.c (consume_count): Return zero if arg does not
8739 start with digit, and don't consume any input.
8740
8741 Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
8742
8743 * Makefile.in (demangle): Use ${srcdir} not $^.
8744
8745 * strtod.c: New file, needed at least for BSD 4.3.
8746
8747 Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
8748
8749 * strsignal.c (sys_siglist): For ANSI compilations, type is
8750 "const char *const". Also remove conditionalization on __STDC__
8751 since const is defined away for non-ANSI.
8752
8753 Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
8754
8755 * configure.in: Recognize *-*-hpux.
8756 * config/mh-hpux: New file.
8757
8758 Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
8759
8760 * tmpnam.c: Added ANSI tmpnam() function.
8761 * functions.def, Makefile.in: Update accordingly.
8762
8763 Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8764
8765 * cplus-dem.c (demangle_function_name): Get the demangling of
8766 stop__1A right.
8767
8768 Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
8769
8770 * cplus-dem.c: Declare strstr return type.
8771
8772 Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
8773
8774 * strsignal.c: Add some AIX signals.
8775
8776 Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
8777
8778 * Makefile.in (MAKEOVERRIDES): Define to be empty.
8779
8780 Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8781
8782 * Makefile.in: add installcheck & dvi targets
8783
8784 Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
8785
8786 * ieee-float.c: New file, moved from ../gdb (since it is
8787 needed by ../opcode/m68k-dis.c).
8788
8789 Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
8790
8791 * cplus-dem.c: Replace all references to cfront with ARM.
8792
8793 Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
8794
8795 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
8796 to be more useful as a filter.
8797
8798 Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8799
8800 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
8801 destination directory before running $(RANLIB), in case that
8802 program tries to create a file in the current directory as part of
8803 its work.
8804
8805 Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
8806
8807 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
8808 because BSD 4.4 lacks one. Isn't this fun?
8809
8810 Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
8811
8812 * cplus-dem.c (demangle_signature): Set func_done after
8813 demangling a template.
8814 * cplus-dem.c (demangle_template): Fix several small bugs
8815 in demangling GNU style templates.
8816 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
8817 style constructors.
8818 * cplus-dem.c (gnu_special): Fix for templates in GNU style
8819 static data members.
8820
8821 Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
8822
8823 * cplus-dem.c (demangle_signature): Modify to include type
8824 modifiers like static and const in remembered types.
8825
8826 Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
8827
8828 * cplus-dem.c (demangled_qualified): Add new parameter that tells
8829 whether to prepend or append the qualifiers.
8830 * cplus-dem.c (string_prepends): Used now, remove #if 0.
8831 * cplus-dem.c (demangle_signature): Call demangle_qualified
8832 with prepending.
8833 * cplus-dem.c (gnu_special): Recognize static data members that
8834 use qualified names.
8835 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
8836 temporary buffer and the prepend or append them to the result,
8837 as specified by the new "append" flag.
8838 * cplus-dem.c (do_type): Call demangled_qualified with
8839 appending.
8840
8841 Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
8842
8843 * strsignal.c (signal_table): Now const.
8844 (init_signal_tables): Variable eip now points to const.
8845
8846 * strerror.c (error_table): Now const.
8847 (init_error_tables): Variable eip now points to const.
8848
8849 Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
8850
8851 * memchr.c (memchr): New (ANSI standard) function.
8852 * Makefile.in, functions.def: Added memchr.
8853 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
8854
8855 Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8856
8857 * getopt.c: remove use of USG around <alloca.h>, which never meant
8858 anything anyway
8859
8860 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
8861 of USG and USGr4
8862
8863 Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
8864
8865 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
8866 it's now a type according to the ANSI X3J16 working paper; output
8867 "wchar_t" for it.
8868 (demangle_template): Accept `w' as an integral type.
8869 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
8870 counterparts malloc and realloc to `char *'.
8871 (main): Exit with a 0 status.
8872 * Makefile.in (demangle): Don't expect the user to define
8873 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
8874 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
8875
8876 Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
8877
8878 * Makefile.in (AR_FLAGS): Avoid verbosity.
8879 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
8880 replace USGr4 with HAVE_SYSCONF.
8881 * config/mh-solaris: Remove; mh-sysv4 works now.
8882 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
8883 * configure.in: Simplify host matching table, remove separate
8884 solaris config file.
8885
8886 Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
8887
8888 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
8889
8890 Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
8891
8892 * cplus-dem.c (xmalloc, xrealloc): Add decls.
8893 (remember_type): Don't cast xmalloc.
8894 (string_need): Likewise; don't cast xrealloc either.
8895
8896 Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
8897
8898 * Makefile.in, functions.defs, rename.c: added simple
8899 implementation of rename, since some binutils programs use it.
8900
8901 Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
8902
8903 * strsignal.c: Add appropriate 'const' to sys_siglist
8904 extern declaration (if __STDC__). (Needed for Linux.)
8905 * strsignal.c (strsignal): Add cast to remove const-ness.
8906
8907 Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
8908
8909 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
8910 before "'s, diagnosed by BSD 4.4 awk.
8911
8912 Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
8913
8914 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
8915 and $(NEEDED_LIST), to give some hooks for xiberty.
8916
8917 Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8918
8919 * configure.in: use cpu-vendor-triple instead of nested cases
8920
8921 Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
8922
8923 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
8924 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
8925 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
8926 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
8927 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
8928 Convert from using GPL to LGPL.
8929
8930 Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
8931
8932 * Makefile.in (errors): Leave dummy.o and dummy around so that
8933 we can see how the needed list was generated (it's sometimes wrong).
8934 (mostlyclean): Remove them.
8935
8936 Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
8937
8938 * getcwd.c: supply a default if MAXPATHLEN is not defined.
8939
8940 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
8941
8942 Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
8943
8944 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
8945 when cross-compiling.
8946
8947 Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
8948
8949 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
8950 as a time optimization.
8951
8952 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
8953 be more expensive than simply demangling.
8954
8955 * cplus-dem.c (cplus_match): new function.
8956
8957 Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
8958
8959 * cplus-dem.c: #include <stdio.h>, to define NULL.
8960 Define current_demangling_style.
8961
8962 Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
8963
8964 * cplus-dem.c: New file, moved from ../gdb.
8965 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
8966 function, to avoid compiling in target-dependency for CPLUS_MARKER.
8967 * cplus-dem.c (cplus_demangle): Allow demangling style option
8968 to be passed as a parameter, but using the global variable
8969 current_demangling_style as a default.
8970 * Makefile.in: Update for cplus-dem.c
8971
8972 Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
8973
8974 * obstack.c: Merge in comment changes from FSF version. Now
8975 matches the FSF version exactly.
8976
8977 Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
8978
8979 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
8980 least on losing DECstations!); use if-then-else instead.
8981
8982 Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
8983
8984 * Makefile.in: always create installation directories.
8985
8986 Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8987
8988 * Makefile.in: clean up definition of CFILES, more comments
8989
8990 Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
8991
8992 * getopt.c (my_index): Make first arg const to match strchr,
8993 which it sometimes is remapped to.
8994
8995 Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
8996
8997 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
8998 * obstack.c (_obstack_begin): Initialize use_extra_arg.
8999 * obstack.c (_obstack_begin_1): New, from FSF version.
9000
9001 Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
9002
9003 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
9004 extra_arg.
9005 * obstack.c (_obstack_begin): Remove area_id and flags arguments
9006 (previously added for mmalloc support, interface has changed).
9007 Also convert flags usage to use use_extra_arg and maybe_empty_object.
9008
9009 Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
9010
9011 * argv.c: Move expandargv inline and eliminate static variables.
9012 Rewrite to always allocate in powers of two. Fix to return an
9013 argv with a single null string arg if passed a null string.
9014
9015 Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
9016
9017 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
9018 "(void)" casts from function calls where the return value is
9019 ignored, in accordance with GNU coding standards.
9020
9021 Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
9022
9023 * bcopy.c, strerror.c, strsignal.c: Lint.
9024
9025 Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9026
9027 * getopt.c: merge changes from make.
9028
9029 Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
9030
9031 * alloca.c: Incorporate fixes from gdb/alloca.c.
9032 FIXME: Eventually move gdb's alloca configuration files here,
9033 and remove gdb/alloca.c and its Makefile.in support.
9034
9035 Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
9036
9037 * dummy.c: Define NOTHING to /*nothing*/, change return type
9038 of main to int and return zero.
9039 * functions.def: Supply NOTHING as the fourth arg to macros
9040 that don't have an explicit arg, to satisfy picky preprocessors.
9041
9042 Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
9043
9044 * Makefile.in: Clean up *clean rules, as per standards.texi.
9045
9046 Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9047
9048 * getopt.c, getopt1.c: merged largely gratuitous, mostly
9049 whitespace diffs from other prep distributions.
9050
9051 Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
9052
9053 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
9054 it is broken on ncr 3000's.
9055
9056 Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
9057
9058 * sigsetmask.c: Rewrite. Old one was very confused about its
9059 arguments and result. New one can't do much, but at least knows
9060 what it can't do, and it's good enough for GDB's use.
9061
9062 Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
9063
9064 * functions.def: Use proper prototype for strtoul.
9065
9066 Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
9067
9068 * Makefile.in: Add random.c.
9069 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
9070 * configure.in: update solaris2 config.
9071
9072 Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
9073
9074 * random.c: Add for random() and srandom().
9075 * functions.def: Add random
9076
9077 Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
9078
9079 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
9080 using /usr/ucb/install.
9081
9082 Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
9083
9084 * strerror.c: Kludge to guard against a conflict with
9085 possible declaration of sys_errlist in errno.h.
9086
9087 Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
9088
9089 * configure.in, config/mh-solaris: add solaris2 config support.
9090
9091 Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
9092
9093 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
9094 is not defined (should be defined in signal.h, says Posix.).
9095
9096 Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
9097
9098 * getopt.c: merged changes from make-3.62.11.
9099
9100 Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
9101
9102 * getopt.c: merged changes from bison-1.18.
9103
9104 Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
9105
9106 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
9107 since that introduces a circular dependency.
9108 ($(EXTRA_OFILES) are used to build config.h.)
9109
9110 * strtoul.c: Fixes to handle non-decimal bases better.
9111
9112 Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
9113
9114 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
9115 * Makefile.dos: Finish MINUS_G eradication.
9116 * Makefile.in (CFILES): Add strsignal.c.
9117 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
9118 * Makefile.in (needed-list): Split creation of errors file to
9119 separate make target.
9120 * Makefile.in (config.h, needed2.awk, errors): New targets.
9121 * Makefile.in (clean): Split to multiple lines, add needed2.awk
9122 and config.h.
9123 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
9124 * functions.def (strerror): Remove from optional list.
9125 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
9126 * functions.def (strerror, psignal): DEFFUNC's
9127 * strerror.c: Rewrite from scratch to use sys_errlist only if
9128 available, add errno_max(), add strerrno(), add strtoerrno(),
9129 add test driver.
9130 * strsignal.c: New file, signal equivalent to strerror.c.
9131 Uses sys_siglist if available, defines signo_max(), strsignal(),
9132 strsigno(), strtosigno(), psignal(), and test driver.
9133
9134 Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
9135
9136 * Makefile.in: do not print recursion line.
9137
9138 * Makefile.in: allow CFLAGS to be passed in from command line.
9139 Removed MINUS_G. Default CFLAGS to -g.
9140
9141 Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
9142
9143 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
9144 so libg++ users don't have to be inconvenienced by a
9145 libc.a bug (libc.a needs copysign, but doesn't define it!).
9146 * configure.in: Use config/mh-aix.
9147 * strtoul.c: Handle '-' as required by ANSI.
9148 Clean up radix handling.
9149 * strstr.c: Fix buggy algorithm.
9150 * Makefile.in: Change so that ${EXTRA_OFILES} is
9151 appended to needed-list (which is used by libg++).
9152
9153 Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
9154
9155 * configure.in: Recognize new ncr3000 config.
9156 * config/mh-ncr3000: New config file.
9157
9158 Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
9159
9160 * argv.c, dummy.c: Lint.
9161
9162 Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
9163
9164 * config/mh-sysv4: New config file.
9165 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
9166 host_os == sysv4.
9167 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
9168 pagesize.
9169
9170 Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
9171
9172 * getopt.c: Lint.
9173
9174 Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
9175
9176 * functions.def (alloca): Fix return type and args to avoid
9177 type clash with gcc's builtin alloca.
9178
9179 Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
9180
9181 * configure.in, config/mh-irix4: irix4 support.
9182
9183 * Makefile.in, functions.def, alloca.c: added alloca.
9184
9185 Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
9186
9187 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
9188
9189 Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
9190
9191 * argv.c: Fix various external function definitions to be
9192 correct in an ANSI compilation environment.
9193
9194 Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
9195
9196 * obstack.c: Changes to support calling mmalloc functions,
9197 which take an additional argument over malloc functions.
9198
9199 Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
9200
9201 * added check target.
9202
9203 Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
9204
9205 * argv.c: #include alloca-conf.h (needed by AIX).
9206
9207 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9208
9209 * Makefile.in, configure.in: removed traces of namesubdir,
9210 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9211 copyrights to '92, changed some from Cygnus to FSF.
9212
9213 Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
9214
9215 * argv.c: Check in Fred's version which fixes problems with
9216 alloca().
9217
9218 Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
9219
9220 * makefile.dos: Remove NUL to keep patch from failing.
9221
9222 Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
9223
9224 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
9225
9226 Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
9227
9228 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
9229
9230 Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
9231
9232 * argv.c: New file to build and destroy standard argument
9233 vectors from a command string.
9234
9235 * Makefile.in: Add argv.c and argv.o to appropriate macros.
9236
9237 Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
9238
9239 * configure.in: Change svr4 references to sysv4.
9240
9241 * rindex.c: Declare return type of externally used function
9242 strrchr().
9243
9244 Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
9245
9246 * Makefile.in: Remove "***" in normal output, since Make produces
9247 this on errors, and it's convenient to search for.
9248
9249 Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
9250
9251 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
9252 New ANSI functions. The old non-ANSI functions (such as bcopy)
9253 should be avoided.
9254 * bcopy.c: Fix to correctly handle overlapping regions.
9255 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
9256 * functions.def: Add the new functions.
9257 * functions.def: Add 4th parameter to DEF macro,
9258 an ansidecl.h-style prototype.
9259 * dummy.c: Use expanded DEF macro to create a dummy function
9260 call, with correct parameter types. (This avoids some
9261 complaints from gcc about predefined builtins.)
9262
9263 Move the functionality of config/mh-default into Makefile.in.
9264 This avoid duplication, and simplifies things slightly.
9265 * Makefile.in: Tweak so we don't need config/mh-default.
9266 * README: Update.
9267 * configure.in: No longer need config/mh-default.
9268 * config/mh-default: Deleted.
9269 * config/mh-sysv: Remove lines copied from old mh-default.
9270
9271 Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
9272
9273 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
9274 'mknod' device numbers.
9275
9276 Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
9277
9278 * fdmatch.c, Makefile.in: Add new function that takes two
9279 open file descriptors and returns nonzero if they refer to
9280 the same file, zero otherwise. (used in gdb)
9281
9282 Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
9283 From DJ:
9284 * msdos.c: stub functions for dos.
9285 * makefile.dos, configdj.bat: new.
9286 * getopt.c: Don't include alloca-conf.h in a GO32 world.
9287
9288
9289 Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9290
9291 * Makefile.in: infodir belongs in datadir.
9292
9293 Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9294
9295 * Makefile.in: remove spaces following hyphens because bsd make
9296 can't cope. added standards.text support. install using
9297 INSTALL_DATA.
9298
9299 * configure.in: remove commontargets as it is no longer a
9300 recognized hook.
9301
9302 Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9303
9304 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9305 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9306 and mandir now keyed off datadir by default.
9307
9308 Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
9309
9310 * Makefile.in: find-needed.awk does not fit in 14 chars.
9311
9312 * Makefile.in: Suppress error checking when compiling the test
9313 program, because Ultrix make/sh aborts there due to a bug.
9314
9315 Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
9316
9317 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
9318 * README: Explained how the auto-configuration works,
9319 and how to add new files and/or configurations.
9320
9321 Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
9322
9323 * strtoul.c: Avoid defining ULONG_MAX if already defined;
9324 cast a const char * to char * for pedants.
9325
9326 * getopt.c: Only define "const" after local include files get to,
9327 and only if they haven't defined it.
9328
9329 Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
9330
9331 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
9332 emulate it with getwd() if available. This avoids callers having
9333 to find a MAXPATHLEN or PATH_MAX value from somewhere.
9334 * Makefile.in, functions.def: getwd->getcwd.
9335 * configure.in: Use generic case for every system.
9336 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
9337 * config/mh-sysv: Use default handling, just add -DUSG.
9338
9339 Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
9340
9341 * Makefile.in, config/mh-default: Re-do make magic
9342 so that for the default ("automatic") mode we only
9343 compile the files we actually need. Do this using
9344 a recursive make: The top-level generates the list
9345 of needed files (loosely, the ones missing in libc),
9346 and then passes that list to the recursive make.
9347 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
9348
9349 Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
9350
9351 RS/6000 host support (grumble).
9352
9353 * configure.in: Build alloca-conf.h file from alloca-norm.h
9354 (everything else) or alloca-botch.h (rs/6000).
9355 * Makefile.in: Include . on the include path.
9356 * getopt.c: Use alloca-conf.h.
9357 * alloca-norm.h: How to declare alloca on reasonable machines.
9358 * alloca-botch.h: How to declare alloca on braindead machines.
9359
9360 Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
9361
9362 * concat.c : New file, like concat() in gdb but can take a
9363 variable number of arguments rather than fixed at 3 args. For
9364 now, client applications must supply an xmalloc(), which is a
9365 front end function to malloc() that deals with out-of-memory
9366 conditions.
9367
9368 * Makefile.in: Add concat.c and concat.o to appropriate macros.
9369
9370 Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
9371
9372 * config/mh-svr4: Add sigsetmask to list of required functions.
9373
9374 Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
9375
9376 * vsprintf.c: New file.
9377 * functions.def, Makefile.in: Add vsprintf.
9378
9379 Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
9380
9381 * configure.in, config/mh-rs6000: Add rs/6000 host support.
9382 * Makefile.in: Compile with debug info.
9383
9384 Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
9385
9386 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
9387 config/mf-default: Added a default configuration mode,
9388 which includes into libiberty.a functions that are "missing" in libc.
9389 * strdup.c, vprintf.c, vfprintf.c: New files.
9390
9391 Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
9392
9393 * config/hmake-svr4: New file.
9394
9395 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
9396
9397 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
9398 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
9399 files containing either portable C versions or emulations using
9400 native library calls.
9401
9402 * strerror.c: Add copyright, internal documentation, etc.
9403
9404 * strtol.c: Replace hardwired hex constants with some more
9405 portable macros. Remove illegal (according to gcc) cast.
9406
9407 * strtoul.c: Replace hardwired hex constant with more portable
9408 macro.
9409
9410 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
9411 can override them. Add new source and object file names to CFILES
9412 and OFILES respectively.
9413
9414 * configure.in: Add support for SVR4 makefile fragments.
9415
9416 Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
9417
9418 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
9419 over-ridden by config/hmake-*
9420 * configure.in: added m88kcvs to sysv list
9421
9422 Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
9423
9424 * Makefile.in: Most hosts need strerror, but one or two don't,
9425 and they override these definitions in the host-dependent makefile
9426 fragment.
9427 * config/hmake-mach: The odd man out on strerror -- it's supplied.
9428 * strerror.c: New file.
9429
9430 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
9431 it and bfd uses it.
9432 * configure.in, Makefile.in, config/hmake-mach: Only configure
9433 strtol & strotoul in on Mach.
9434
9435 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
9436
9437 * obstack.c: Merge with latest FSF version.
9438
9439 \f
9440 Local Variables:
9441 version-control: never
9442 End:
This page took 0.311221 seconds and 4 git commands to generate.