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