]> git.ipfire.org Git - thirdparty/gcc.git/blob - libiberty/ChangeLog
pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining whether to include...
[thirdparty/gcc.git] / libiberty / ChangeLog
1 Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
4 whether to include config.h. Possibly include unistd.h in the
5 !IN_GCC case. Define VFORK_STRING as a printable function call
6 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
7 defined, include vfork.h. If VMS is defined, define vfork()
8 appropriately. Remove vfork check on USG, we're using autoconf.
9 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
10 locally what string to use.
11
12 1998-10-26 Mark Mitchell <mark@markmitchell.com>
13
14 * splay-tree.c: Tweak include directives to make sure declarations of
15 xmalloc and free are available.
16
17 1998-10-25 Mark Mitchell <mark@markmitchell.com>
18
19 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
20 anonymous namespaces.
21
22 1998-10-23 Mark Mitchell <mark@markmitchell.com>
23
24 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
25 with type_quals.
26 (TYPE_UNQUALIFIED): New macro.
27 (TYPE_QUAL_CONST): Likewise.
28 (TYPE_QUAL_VOLATILE): Likewise.
29 (TYPE_QUAL_RESTRICT): Likewise.
30 (code_for_qualifier): New function.
31 (qualifier_string): Likewise.
32 (demangle_qualifier): Likewise.
33 (internal_cplus_demangle): Use them.
34 (demangle_signature): Likewise.
35 (demangle_template_value_parm): Likewise.
36 (do_type): Likewise.
37 (demangle_fund_type)): Likewise.
38
39 Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40
41 * splay-tree.c (splay_tree_foreach_helper): Make definition static
42 to match prototype.
43
44 1998-10-21 Mark Mitchell <mark@markmitchell.com>
45
46 * splay-tree.c: New file.
47 * Makefile.in (CFILES): Add it.
48 (REQUIRED_OFILES): Likewise.
49 (splay-tree.o): Add dependencies.
50
51 Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
52
53 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
54 range of 'K' index.
55
56 Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
57
58 * choose-temp.c: Prototype mkstemps() when IN_GCC.
59
60 * cplus-dem.c (consume_count): Cast argument of ctype macro to
61 `unsigned char'.
62 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
63 comparing against one.
64 (cplus_mangle_opname): Likewise.
65 (demangle_integral_value): Cast argument of ctype macro to
66 `unsigned char'.
67 (demangle_template_value_parm): Likewise.
68 (demangle_template): Initialize variable `bindex'. Cast the
69 result of `strlen' to (int) when comparing against one. Remove
70 unused variable `start_of_value_parm'.
71 (demangle_class_name): Cast the result of `strlen' to (int) when
72 comparing against one.
73 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
74 (gnu_special): Likewise. Cast the result of `strlen' to (int)
75 when comparing against one.
76 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
77 (get_count): Likewise.
78 (do_type): Likewise. Cast the result of `strlen' to (int) when
79 comparing against one.
80 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
81 (demangle_function_name): Cast the result of `strlen' to (int)
82 when comparing against one.
83
84 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
85 comparing against one.
86
87 Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
88
89 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
90 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
91 * config.in, configure: Rebuilt.
92
93 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
94 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
95 * config.in, configure: Rebuilt.
96
97 Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
98
99 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
100
101 Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
102
103 * Merge egcs & devo libiberty.
104
105 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
106
107 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
108
109 Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
110
111 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
112 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
113 IN_GCC.
114
115 * vasprintf.c: Include stdarg.h/varargs.h first.
116
117 * vprintf.c: Likewise.
118
119 Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
120
121 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
122 is the canonical copy. Define ISSPACE if !IN_GCC.
123 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
124 * getopt1.c, obstack.c: Similarly.
125 * Makefile.in: Build mkstemp.o
126
127 Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
128
129 * configure.in: Include asprintf in list of functions known not
130 to be in newlib.
131 * configure: Rebuild.
132
133 Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
134
135 * cplus-dem.c (work_stuff): Add dllimported.
136 (demangled_prefix): Mark symbols imported from PE DLL.
137 (internal_cplus_demangled): Handle.
138
139 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
140
141 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
142 stay failed.
143
144 Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
145
146 * cplus-dem.c: Include config.h if it exists. Also, only
147 prototype malloc/realloc if we can't get stdlib.h.
148
149 Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
150
151 * configure.in: Switch back to checking --with-target-subdir when
152 deciding whether to check for newlib, undoing part of July 15
153 change.
154 * configure: Rebuild.
155
156 Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
157
158 * cplus-dem.c (type_kind_t): New type.
159 (demangle_template_value_parm): Add type_kind_t parameter. Rely
160 on this paramter, rather than demangling the type again.
161 (demangle_integral_value): Pass tk_integral.
162 (demangle_template_: Pass the value returned from do_type.
163 (do_type): Return a type_kind_t. Pass tk_integral to
164 demangle_template_value_parm for array bounds.
165 (demangle_fund_type): Likewise.
166
167 Also incorporate from GCC version:
168
169 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
170
171 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
172
173 Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
174
175 * cplus-dem.c (demangle_nested_args): Make function definition
176 static to match the prototype.
177
178 Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
179
180 * cplus-dem.c (type_kind_t): New type.
181 (demangle_template_value_parm): Add type_kind_t parameter. Rely
182 on this paramter, rather than demangling the type again.
183 (demangle_integral_value): Pass tk_integral.
184 (demangle_template_: Pass the value returned from do_type.
185 (do_type): Return a type_kind_t. Pass tk_integral to
186 demangle_template_value_parm for array bounds.
187 (demangle_fund_type): Likewise.
188
189 Also incorporate from GCC version:
190
191 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
192
193 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
194
195 Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
196
197 * Makefile.in (ALLOCA): New variable.
198 ($(TARGETLIB)): Add $(ALLOCA) to library.
199 (needed-list): Add $(ALLOCA).
200 ($(ALLOCA)): Depend upon stamp-picdir.
201
202 Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
203
204 * cplus-dem.c (demangle_nested_args): Make function definition
205 static to match the prototype.
206
207 Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
208
209 * configure.in: Check --with-cross-host rather than
210 --with-target-subdir when deciding whether build uses a cross
211 compiler, and when deciding where to install the library.
212 * configure: Rebuild.
213
214 Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
215
216 * cplus-dem.c (demangle_nested_args): Return a value.
217
218 Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
219
220 * cplus-dem.c (string): Move definition before work_stuff.
221 (work_stuff): Add volatile_type, forgetting_types,
222 previous_argument, and nrepeats fields.
223 (SCOPE_STRING): New macro.
224 (demangle_template): Add `remember' parameter. Add comment.
225 Register the `B' code type here, if remembering. Tidy. Fix crash
226 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
227 (demangle_nested_args): New function.
228 (internal_cplus_demangle): Handle volatile-qualified member
229 functions.
230 (mop_up): Delete the previous_argument string if present.
231 (demangle_signature): Tidy. Handle volatile-qualified member
232 functions. Handle back-references using the `B' code. Use extra
233 parameter to demangle_template and SCOPE_STRING where appropriate.
234 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
235 code.
236 (demangle_class): Use SCOPE_STRING.
237 (gnu_special): Pass additional argument to demangle_template.
238 Use SCOPE_STRING.
239 (demangle_qualified): Save qualified types for later
240 back-references. Handle constructors and destructors for template
241 types correctly.
242 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
243 demangle_template. Use demangled_nested_args. Don't remember
244 qualified types here; that's now done in demangle_qualified.
245 Similarly for templates.
246 (do_arg): Improve commment. Handle 'n' repeat code.
247 (remember_type): Check forgetting_types.
248 (demangle_args): Deal with 'n' repeat codes. Tidy.
249
250 Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
251
252 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
253 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
254
255 Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
256
257 * configure.in (setobjs): Correct quoting error in cygwin32 case.
258 From Chris Faylor <cgf@cygnus.com>.
259
260 Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
261
262 * obstack.c: Update to latest FSF version.
263
264 Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
265
266 * Makefile.in: Add a dependency on stamp-picdir for the
267 objects, so that we can do a parallel build.
268
269 Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
270
271 * configure.in (checkfuncs): Add missing "'".
272
273 Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
274
275 * obstack.c (_obstack_memory_used): Elide this function if we're
276 on a system with GNU libc.
277
278 Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
279
280 * Makefile.in (distclean): Remove config.log.
281
282 Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
283
284 * Makefile.in (distclean): Don't remove alloca-conf.h.
285
286 Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
287
288 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
289
290 1998-05-21 Mark Mitchell <mmitchell@usa.net>
291
292 * cplus-dem.c (do_type): Handle volatile qualification.
293
294 1998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
295
296 * configure.in: Check for unistd.h as well.
297 * configure: Rebuild.
298 * config.in: Rebuild.
299 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
300 is defined in unistd.h. Reformat conditional block for easier reading.
301
302 * config.table (shared): Default to no if ${enable_shared}
303 is unset or empty; this logic is used by the toplevel
304 configure scripts, too.
305
306 Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
307
308 * config.table: Add line to set enable_shared in the Makefile
309 as needed.
310
311 Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
312
313 * cplus-dem.c (squangle_mop_up): Change return type to void.
314 (internal_cplus_demangle): Remove unused parameter `options'.
315 All callers changed.
316 (cplus_demangle_opname): Remove function wide variable `int i' and
317 replace with `size_t i' at each location where it is used.
318 (cplus_mangle_opname): change type of `i' from int to size_t.
319
320 Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
321
322 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
323 than sparc or sun.
324 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
325
326 Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
327
328 * configure.in: Set libiberty_topdir correctly when srcdir is
329 "." and with_target_subdir is not set.
330 * configure: Rebuild.
331
332 Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
333
334 * configure.in: Add *-*-mingw32* case.
335 * configure: Rebuild.
336
337 Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
338
339 * config.table: Never use a PIC file for *-*-cygwin32*.
340
341 * Makefile.in (config.status): Depend upon config.table.
342
343 * configure.in: On a cygwin32 host, always compile random, and
344 don't test for sys_siglist, strsignal, or psignal.
345 * configure: Rebuild.
346
347 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
348 * getcwd.c: Likewise.
349 * getpagesize.c: Likewise.
350 * getruntime.c: Likewise.
351
352 Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
353
354 Use autoconf tests rather than the old dummy.c test:
355 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
356 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
357 most functions. Add special cases to handle newlib and VxWorks.
358 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
359 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
360 CONFIG_FILES is set; set ac_file before calling it.
361 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
362 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
363 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
364 (i[3456]-*-mingw32*): Remove.
365 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
366 (LIBOBJS): New variable.
367 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
368 (all): Depend upon needed-list. Don't check RULE1.
369 (@target_makefile_frag@): Remove.
370 (COMPILE.c): Include @DEFS@.
371 (HFILES): Add alloca-conf.h.
372 (REQUIRED_OFILES): Remove basename.o.
373 ($(TARGETLIB)): New target.
374 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
375 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
376 (needed-list, config.h): Rewrite.
377 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
378 (.always.): Remove.
379 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
380 (stamp-h): New target.
381 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
382 (basename.o): Don't depend upon config.h.
383 (getruntime.o): Depend upon config.h.
384 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
385 NEED_on_exit.
386 * basename.c: Don't include config.h. Don't check NEED_basename.
387 * clock.c: Include config.h.
388 * getcwd.c: Likewise.
389 * getpagesize.c: Likewise.
390 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
391 HAVE_TIMES.
392 * strerror.c: Change uses of NEED_sys_errlist to
393 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
394 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
395 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
396 HAVE_PSIGNAL.
397 * acconfig.h: New file.
398 * dummy.c: Remove.
399 * functions.def: Remove.
400 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
401 * config/mh-windows (HDEFINES): Remove.
402 * config/mh-cygwin32: Remove.
403 * config/mh-go32: Remove.
404 * config/mh-irix4: Remove.
405 * config/mh-riscix: Remove.
406 * config/mh-sysv4: Remove.
407 * config/mt-mingw32: Remove.
408 * config/mt-vxworks5: Remove.
409 * config.in: New file, generated using autoheader.
410 * configure: Rebuild.
411
412 Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
413
414 * configure.in: Rewrite to use autoconf.
415 * configure: Generate using autoconf.
416 * config/mh-a68bsd: Remove.
417 * config/mh-apollo68: Remove.
418 * config/mh-hpbsd: Remove.
419 * config/mh-ncr3000: Remove.
420 * config/mh-sysv: Remove.
421 * config/mh-aix (RANLIB, INSTALL): Don't define.
422 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
423 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
424 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
425 * config.table: Change config_shell to CONFIG_SHELL, and use
426 libiberty_topdir to find move-if-change.
427 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
428 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
429 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
430 * Makefile.in (srcdir): Set to @srcdir@.
431 (VPATH): Likewise.
432 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
433 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
434 (CC, CFLAGS, RANLIB)): Likewise.
435 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
436 (target_makefile_frag, host_makefile_frag): Add substitutions.
437 (INSTALL_DEST): Set to @INSTALL_DEST@.
438 (Makefile): Depend upon config.status. Don't depend upon
439 $(host_makefile_frag) or $(target_makefile_frag).
440 (config.status): New target.
441
442 Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
443
444 * config/mt-sunos4: Remove. Should be handled by --with-headers
445 and --with-libraries options at top level.
446 * config.table: Never use mt-sunos4.
447
448 * alloca-conf.h: New file, combining alloca-norm.h and
449 alloca-botch.h.
450 * alloca-norm.h: Remove.
451 * alloca-botch.h: Remove.
452 * configure.in: Set shell variables files and links to empty.
453 * config.table: Don't set shell variable files.
454 * configure.bat: Don't create alloca-conf.h.
455 * makefile.vms: Likewise.
456 * mpw-config.in: Likewise.
457 * vmsbuild.com: Likewise.
458
459 Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
460
461 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
462 target depending upon config.h.
463 (alloca.o): Add target depending upon config.h
464 (basename.o, choose-temp.o, fnmatch.o): Likewise.
465 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
466 (strsignal.o, xstrerror.o): Likewise.
467
468 Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
469
470 * cplus-dem.c (cplus_demangle_opname): Initialize work.
471
472 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
473
474 * cplus-dem.c (demangle_qualified): Replace missing else.
475
476 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
477
478 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
479 length in the name of a virtual table.
480
481 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
482
483 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
484 (cplus_demangle_opname): Call mop_up_squangle.
485 (cplus_demangle): Initialize squangle info, then call
486 internal_cplus_demangle. (Most code moved there as well)
487 (internal_cplus_demangle): New function, performs most of what use
488 to be done in cplus_demangle, but is only called with this file.
489 (squangle_mop_up): New function to clean up B and K code data.
490 (mop_up): set pointers to NULL after freeing.
491 (demangle_signature, demangle_template, demangle_class): Add
492 switch elements to handle K and B codes.
493 (demangle_prefix, gnu_special, demangle_qualified): Add
494 code to handle K and B codes.
495 (do_type, demangle_fund_type): Handle B and K codes.
496 (remember_Ktype): New function to store K info.
497 (register_Btype, remember_Btype): New functions for B codes.
498 (forget_B_and_K_types): New function to destroy B and K info.
499
500 Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
501
502 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
503
504 Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
505
506 * config.table: Make locating frag files failsafe even for the
507 special case if configuring and building in srcdir.
508
509 Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
510
511 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
512
513 Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
514
515 * choose-temp.c: Sync with copy in gcc.
516
517 Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
518
519 * getopt.c: Update to latest FSF version.
520 * getopt1.c: Likewise.
521
522 Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
523
524 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
525 strings that are not actually lengths.
526
527 Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
528
529 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
530 (.c.o): Check value of enable_shared, not PICFLAG.
531 (stamp-picdir): Dito.
532
533 Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
534
535 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
536 since it gets built automatically
537
538 Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
539
540 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
541 the currently shipping OS.
542
543 Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
544
545 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
546 Add fnmatch.o and objalloc.o; remove vasprintf.o.
547 [config.h]: Define NEED_strsignal.
548
549 Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
550
551 * functions.def: Correct argument types for strerror and
552 strsignal. Reported by Alex Gutman <agutman@emc.com>.
553
554 Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
555
556 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
557 values.
558
559 Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
560 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
561
562 Add mingw32 support.
563 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
564 (pwait): New function for mingw32.
565
566 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
567 * config/mt-mingw32: New file.
568 * xmalloc.c (first_break): Not used for mingw32.
569 (xmalloc_set_program_name): Don't use sbrk on mingw32.
570 (xmalloc): Likewise.
571 (xrealloc): Likewise.
572
573 Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
574
575 * choose-temp.c: Sync with gcc version.
576
577 Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
578
579 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
580 to all filenames in libdir and tooldir.
581 (distclean): Do MULTICLEAN before deleting Makefile.
582 (stamp-needed, stamp-config): Add MULTISRCTOP to
583 pathname for move-if-change.
584
585 Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
586
587 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
588
589 Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
590
591 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
592 was already defined previously.
593
594 Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
595
596 * Makefile.in (INSTALL): Use ../install-sh, not install.
597
598 Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
599
600 * Makefile.in (CFILES): Add pexecute.c.
601
602 Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
603
604 * asprintf.c: Consistently use either stdarg or varargs.
605
606 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
607
608 * cplus-dem.c (demangle_signature): Don't look for return types on
609 constructors. Handle member template constructors.
610
611 Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
612
613 * README: Fix configuration instructions.
614
615 Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
616
617 * pexecute.c: Update to current version from /gd/gnu/lib:
618
619 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
620
621 * pexecute.c: Use spawn if __CYGWIN32__.
622
623 1997-08-08 Paul Eggert <eggert@twinsun.com>
624
625 * pexecute.c: Include "config.h" first, as per autoconf manual.
626
627 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
628
629 * pexecute.c (fix_argv): New function.
630 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
631 Add underscore to cwait function call.
632
633 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
634
635 * cplus-dem.c (demangle_template): Add new parameter. Handle new
636 template-function mangling.
637 (consume_count_with_underscores): New function.
638 (demangle_signature): Handle new name-mangling scheme.
639
640 Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
641
642 * asprintf.c: stdarg.h when ALMOST_STDC
643 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
644 strncasecmp.o.
645
646 Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
647
648 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
649
650 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
651
652 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
653
654 Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
655
656 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
657
658 Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
659
660 * asprintf.c (asprintf): New file.
661 * Makefile.in (CFILES): Add asprintf.c
662 * functions.def: Ditto.
663
664 Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
665
666 * argv.c (dupargv): New function, duplicate an argument vector.
667
668 Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
669
670 * config/mh-cygwin32: also build random.o
671
672 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
673
674 * cplus-dem.c: Add 'extern' to prepends_underscore.
675
676 Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
677
678 * config/mh-go32 (CC, AR, RANLIB): Don't define.
679
680 Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
681
682 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
683 (pexecute.o): New target.
684
685 * Makefile.in (stamp-needed): New target, replacing needed-list.
686 (needed-list): Just depend upon stamp-needed.
687 (stamp-config): New target, replacing config.h.
688 (config.h): Just depend upon stamp-config.
689 (mostlyclean): Remove stamp-*.
690
691 Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
692
693 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
694 INSTALL_DATA for multilibbed installs
695
696 Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
697
698 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
699
700 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
701
702 * choose-temp.c (try): Insist that temp dir be searchable.
703
704 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
705
706 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
707 for current directory.
708
709 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
710
711 * pexecute.c: Remove special cases for cygwin32.
712 (pwait): Remove local definition of `pid'.
713
714 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
715
716 * pexecute.c (vfork): Supply new definition for VMS.
717 (pwait): Use waitpid instead of wait for VMS.
718
719 Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
720
721 * cplus-dem.c (do_type): Handle `J'.
722 (demangle_fund_type): Print "complex" for it.
723
724 Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
725
726 * configure.in: Don't turn on multilib here.
727
728 Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
729
730 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
731 elided; needed by gdb and not present in libc.
732
733 Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
734
735 * Makefile.in (clean): Remove tmpmulti.out.
736
737 Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
738
739 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
740 Add new floatformat, mainly for ARM doubles.
741
742 Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
743
744 * config.table: Use ${config_shell} with ${moveifchange}. From
745 Thomas Graichen <graichen@rzpd.de>.
746
747 Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
748
749 * configure.in: Enable multilibing by default.
750 Update multilib template to read config-ml.in.
751
752 Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
753
754 * makefile.vms: Add objalloc.
755
756 Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
757
758 * cplus-dem.c (demangle_it): Add prototype declaration.
759 (usage, fatal): Likewise.
760
761 * xexit.c (_xexit_cleanup): Add prototype.
762
763 * strerror.c (init_error_tables): Declare.
764
765 Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
766
767 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
768 * strsignal.c: Only define strsignal if NEED_strsignal.
769 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
770 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
771 to xneeded-list.
772 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
773 (EXTRA_OFILES): Define to vasprintf.o.
774 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
775 (EXTRA_OFILES): Add vasprintf.o.
776 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
777 (vxneeded-list): Add vasprintf.o.
778
779 Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
780
781 * objalloc.c: Include <stdio.h>.
782
783 Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
784
785 * objalloc.c: New file.
786 * Makefile.in (CFILES): Add objalloc.c
787 (REQUIRED_OFILES): Add objalloc.o.
788 (objalloc.o): New target.
789
790 Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
791
792 * obstack.c: Update to current FSF version.
793
794 Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
795
796 * cplus-dem.c: Add prototypes for all static functions.
797 (mystrstr): Make static. Make arguments and result const.
798 (cplus_match): Remove; not used.
799
800 Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
801
802 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
803 __t* symbols.
804
805 Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
806
807 * spaces.c: Declare malloc and free properly.
808 * strsignal.c (init_signal_tables): Add prototype.
809 * xatexit.c (_xexit_cleanup): Add parameter declarations.
810
811 Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
812
813 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
814 also required because of xmalloc.o.
815
816 Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
817
818 * strsignal.c: Unconditionally redefine sys_siglist around the
819 inclusion of the system header files.
820
821 Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
822
823 * makefile.vms: Remove 8 bit characters. Update to latest
824 gcc release.
825
826 Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
827
828 * strsignal.c: Use NEED_sys_siglist instead of
829 LOSING_SYS_SIGLIST.
830 * config.table: Don't use mh-lynxos.
831 * config/mh-lynxos: Remove.
832
833 Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
834
835 * cplus-dem.c: Fix indenting; make identical to the copy
836 in GCC.
837 (do_type, case 'M'): Check for a template as well as a class.
838
839 Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
840
841 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
842 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
843 libiberty is incorrect, as well.
844
845 Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
846
847 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
848 alloca takes a size_t argument, not just unsigned.
849
850 Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
851
852 * cplus-dem.c: Note that this file also lives in GCC.
853
854 Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
855
856 * alloca.c: Remove include of libiberty.h for hpux.
857 * argv.c: Replace defs from libiberty.h.
858 * spaces.c: Put back externs from removed from libiberty.h.
859 * vasprintf.c: Remove include of libiberty.h for hpux.
860
861 Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
862
863 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
864
865 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
866
867 * cplus-dem.c: Revert last two commits due to conflicts with
868 hpux system headers.
869
870 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
871
872 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
873 Revert last commit due to conflicts with hpux system headers.
874
875 Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
876
877 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
878 libiberty.h when compiled with a standard compiler.
879
880 Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
881
882 * alloca.c: Include libiberty.h for definition of xmalloc.
883 Don't redefine NULL.
884 * argv.c: Move prototypes to libiberty.h.
885 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
886 Don't redefine NULL.
887 Use casts to eliminate compiler warnings.
888 * spaces.c: Remove prototypes for malloc and free which are
889 already in libibrty.h.
890 * strcasecmp.c: Use casts to eliminate compiler warnings.
891 * vasprintf.c: Include libiberty.h for definition of malloc.
892 Don't redefine NULL.
893 * vprintf.c: Include stdarg.h if __STDC__.
894
895 Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
896
897 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
898
899 Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
900
901 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
902 upward components correctly.
903
904 Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
905
906 * config.table, config/mh-windows: Add support for building under
907 MSVC (the Microsoft build environment).
908
909 Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
910
911 * fnmatch.c: Undef const if not __STDC__.
912
913 Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
914
915 * fnmatch.c: New file.
916 * Makefile.in (CFILES): Add fnmatch.c.
917 (REQUIRED_OFILES): Add fnmatch.o.
918 (fnmatch.o): New target.
919
920 Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
921
922 * cplus-dem.c (demangle_template): Fix handling of address args.
923 (gnu_special): Handle type_info stuff.
924
925 Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
926
927 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
928 (mpwify_filename): Handle "::/" case.
929
930 Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
931
932 * config/mh-cygwin32: new file (need -DNEED_basename and
933 -DNEED_sys_siglist for native NT rebuilding)
934 * config.table (*-*-cygwin32): new entry
935 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
936
937 Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
938
939 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
940
941 Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
942
943 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
944 messed with arguments that included a '/', add escape chars
945 to double quotes, remove const decl from arg that Mac
946 compilers don't seem to like.
947
948 Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
949
950 * pexecute.c: Update test for win32 (&& ! cygwin32).
951 * choose-temp.c: fix WIN32 preprocessor defines
952
953 Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
954
955 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
956 to editing of default makefile rule.
957
958 Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
959
960 * alloca-norm.h: Include <malloc.h> if _WIN32.
961 * argv.c: Include non-prototyped decls for malloc and string
962 functions if ! _WIN32 or if __GNUC__.
963
964 Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
965
966 * config.h-vms: New file.
967 * makefile.vms: Use it.
968
969 Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
970
971 * getopt.c (_getopt_internal): If argc is 0, just return (before
972 we reference *argv and segfault).
973
974 Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
975
976 * Makefile.in (distclean): Add multilib.out.
977
978 Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
979
980 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
981 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
982
983 Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
984
985 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
986
987 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
988
989 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
990
991 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
992 (do_ofiles): Allow nonexistent source file in pass 3.
993 (chk_deffunc): New routine.
994
995 Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
996
997 * pexecute.c (PEXECUTE_VERBOSE): Define.
998 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
999
1000 Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1001
1002 * Makefile.in (docdir): Removed.
1003
1004 Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1005
1006 * Makefile.in (oldincludedir): Removed.
1007
1008 Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1009
1010 * Makefile.in (datadir): Set to $(prefix)/share.
1011
1012 Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
1013
1014 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
1015 checking for errors from do_type.
1016
1017 Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
1018
1019 * makefile.vms: New file.
1020 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
1021 than declaring malloc, realloc, and sbrk.
1022
1023 Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
1024
1025 * pexecute.c: New file.
1026
1027 Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
1028
1029 * xmalloc.c: Declare sbrk.
1030
1031 Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1032
1033 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
1034 declaration.
1035
1036 Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
1037
1038 * xstrerror.c: Include <stdio.h>.
1039
1040 Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
1041
1042 * Makefile.in (CFILES): Add atexit.c.
1043
1044 Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
1045
1046 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
1047
1048 Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
1049
1050 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
1051 #include <stdio.h>
1052 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
1053
1054 Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
1055
1056 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
1057 Reverts Feb 8, 1995 change.
1058
1059 Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
1060
1061 * choose-temp.c: New file.
1062 * Makefile.in (CFILES): Add choose-temp.c.
1063 (REQUIRED_OFILES): Add choose-temp.o.
1064
1065 Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
1066
1067 * floatformat.c (floatformat_to_double): Don't bias exponent when
1068 handling zero's, denorms or NaNs.
1069
1070 Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
1071
1072 * floatformat.c (floatformat_to_double): Fix bugs with handling
1073 numbers with fractions < 32 bits.
1074
1075 Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
1076
1077 * config.table: Permit --enable-shared to specify a list of
1078 directories.
1079
1080 Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
1081
1082 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
1083 arguments.
1084
1085 Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
1086
1087 * configure.in: If srcdir is `.' and with_target_subdir is not
1088 `.', then set MULTISRCTOP before calling config-ml.in.
1089
1090 Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
1091
1092 * mpw.c (mpw_open): Add debugging output option.
1093
1094 Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
1095
1096 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
1097
1098 Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
1099
1100 * mpw.c (mpwify_filename): Change 6 to 5 in
1101 strncmp (unixname, "/tmp/", 5).
1102
1103 Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
1104
1105 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
1106 handle 0 as a pointer value parameter.
1107
1108 Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
1109
1110 * Makefile.in (all): Depend upon required-list.
1111 (required-list): New target.
1112 (clean): Remove required-list.
1113
1114 Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
1115
1116 * win32.c: Deleted.
1117 * config.table (i386-*-win32): Deleted.
1118 * config/mh-i386win32: Deleted.
1119
1120 Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
1121
1122 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
1123 const char *.
1124 (cplus_mangle_opname): Change return type and opname parameter to
1125 const char *. Don't cast return value.
1126
1127 Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
1128
1129 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
1130 definition.
1131
1132 Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
1133
1134 * obstack.c: Update copyright to 1996.
1135 (_obstack_memory_used): Define new function. Called via
1136 obstack_memory_used macro.
1137
1138 Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
1139
1140 * xstrdup.c: New file.
1141 * Makefile.in (CFILES): Add xstrdup.c.
1142 (REQUIRED_OFILES): Add xstrdup.o.
1143 (xstrdup.o): New target.
1144
1145 Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
1146
1147 * atexit.c: New stub to provide atexit on systems that have
1148 on_exit, like SunOS 4.1.x systems.
1149 * functions.def (on_exit, atexit): Ditto.
1150
1151 Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
1152
1153 * mpw.c (mpw_abort): Remove decl.
1154 (mpw_access): Move debugging printf.
1155
1156 Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
1157
1158 * config.table: Consistently use ${host} rather than ${xhost} or
1159 ${target}.
1160 * configure.in: Don't bother to set ${xhost} before calling
1161 config.table.
1162
1163 Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
1164
1165 * Makefile.in (.c.o): Use test instead of the left bracket, to
1166 avoid problems with some versions of make.
1167
1168 Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
1169
1170 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
1171
1172 Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
1173
1174 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
1175 which was set to just alloca.o, which is now automatically marked
1176 as needed by the autoconfiguration process.
1177
1178 Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
1179
1180 * config.table: Check ${with_cross_host} rather than comparing
1181 ${host} and ${target}.
1182
1183 Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
1184
1185 * configure.in: If with_target_subdir is empty, set xhost to
1186 ${host} rather than ${target} before calling config.table.
1187
1188 Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
1189
1190 * Makefile.in (MULTITOP): Deleted.
1191 (MULTISRCTOP, MULTIBUILDTOP): New.
1192 (FLAGS_TO_PASS): Delete INCDIR.
1193 (INCDIR): Add $(MULTISRCTOP).
1194 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
1195 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
1196 instead of cfg-ml-pos.in.
1197 (cross-compile check): Change to test for with_target_subdir.
1198 (EXTRA_LINKS): Delete.
1199
1200 Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
1201
1202 * mpw-make.sed: Add getpagesize.c.o to needed-list.
1203 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
1204 functions that are supplied by Metrowerks libraries.
1205 (fstat): Clean up descriptor->pointer conversion code.
1206 (InstallConsole, etc): Empty definitions, for when linking
1207 with SIOUX.
1208
1209 Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
1210
1211 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
1212 (.c.o): Stylistic change.
1213
1214 Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
1215
1216 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
1217 phdm@info.ucl.ac.be (Philippe De Muyter).
1218
1219 Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
1220
1221 * configure.in: Correct sed call.
1222
1223 Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
1224
1225 * configure.in: Clean up / simplify for native.
1226
1227 * configure.in: Merge in stuff from ../xiberty/configure.in.
1228 * Makefile.in (CC): Add definition (so it can be overrridden
1229 by ../configure).
1230
1231 Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
1232
1233 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
1234 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
1235 (link): Remove useless definition with error return.
1236 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
1237 Use UnsignedWide type for microsecond counts.
1238
1239 Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
1240
1241 * memcmp.c (memcmp): Argument types are const void *, not void
1242 *const.
1243
1244 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
1245 sys/types.h.
1246 * strcasecmp.c (strcasecmp): Ditto.
1247
1248 Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
1249
1250 * Makefile.in (BISON): Remove macro.
1251
1252 Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
1253
1254 * Makefile.in (HFILES): Add default empty definition.
1255 * mpw-config.in (config.h): Only update if changed.
1256 * mpw-make.in: Remove.
1257 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
1258 * mpw.c: Remove semi-clone of strerror code.
1259 (sys_nerr, sys_errlist): Define here.
1260 (Microseconds): Only define as A-line trap if m68k Mac.
1261
1262 Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
1263
1264 * Makefile.in (maintainer-clean): New synonym for distclean.
1265
1266 Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
1267
1268 * config.table: For host, generalize rs6000-ibm-aix*
1269 to *-ibm-aix* so we also include powerpc.
1270
1271 Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1272
1273 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
1274
1275 * xstrerror.c: New file.
1276 * Makefile.in, vmsbuild.com: Compile it.
1277
1278 Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
1279
1280 * config.table (i386-*-win32): New.
1281
1282 Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
1283
1284 * Makefile.in (MULTITOP): New variable.
1285 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
1286 (all): Add multilib support.
1287 (install_to_tooldir, *clean): Likewise.
1288
1289 Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
1290
1291 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
1292
1293 Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
1294
1295 * vmsbuild.com: create "new-lib.olb", build libiberty under that
1296 name, and then make it become "liberty.olb" when done, so that an
1297 incomplete build attempt never leaves behind something which looks
1298 like a complete library.
1299
1300 Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
1301
1302 * config/mh-i386pe: New file for PE hosts.
1303 * config.table: Understand PE hosts.
1304
1305 Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1306
1307 * cplus-dem.c: Update from gcc.
1308
1309 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
1310 <stddef.h>.
1311 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
1312
1313 Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
1314
1315 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
1316 * mpw.c: Only test DebugPI once whenever printing debug info.
1317 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
1318 also fix to not write on input filename buffer.
1319 (mpw_access): Use stat() instead of open(), works for directories
1320 as well as files.
1321
1322 Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1323
1324 * Makefile.in: Massage broken shells that require 'else true'.
1325
1326 Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
1327
1328 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
1329 Declare __builtin_alloca in the sparc case, as argv.c did.
1330 * argv.c: Replace inline version of alloca-norm.h at start of file with
1331 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
1332 because alloca-norm.h needs to declare alloca as "PTR".
1333
1334 Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
1335
1336 * win32.c: New file.
1337
1338 Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1339
1340 * dummy.c: #include "alloca-conf.h".
1341
1342 Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1343
1344 * Makefile.in (mostlyclean): Remove stamp-picdir.
1345 (clean): Don't.
1346
1347 Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1348
1349 * config.table (frags): Use toplevel pic frags.
1350
1351 * Makefile.in (PICFLAG): New macro.
1352 (all): Depend on stamp-picdir.
1353 (needed-list): Ditto.
1354 (.c.o): Also build pic object.
1355 (stamp-picdir): New rule.
1356 (mostlyclean): Remove pic.
1357 (clean): Remove stamp-picdir.
1358
1359 Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
1360
1361 * vmsbuild.com (config.h): Add `#define NEED_basename'.
1362
1363 Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
1364
1365 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
1366 to libio-style copyright.
1367 * getpagesize.c: Remove FSF copyright.
1368
1369 Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1370
1371 Added improved VMS support from Pat Rankin:
1372
1373 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
1374
1375 * vmsbuild.com: new file.
1376
1377 * getpagesize.c (getpagesize): implement for VMS;
1378 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
1379 support for EVMSERR.
1380
1381 Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1382
1383 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1384
1385 * floatformat.c (floatformat_arm_ext): Define.
1386
1387 Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
1388
1389 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
1390 strerror.c, strsignal.c: Remove FSF copyright.
1391 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
1392
1393 Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
1394
1395 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
1396 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
1397 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
1398 * strchr.c, strrchr.c: Add cast to suppress const warning.
1399
1400 Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1401
1402 * cplus-dem.c: Use const instead of CONST. Don't include
1403 ansidecl.h directly.
1404
1405 Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1406
1407 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
1408 xrealloc.
1409 (-DMAIN): Don't rely on an externally-defined version number;
1410 instead, require the version number to be defined as a
1411 preprocessor macro. Handle the RS/6000 leading dot. Define
1412 xmalloc, xrealloc and fatal. Don't strip a leading underscore
1413 if we couldn't demangle the word.
1414
1415 Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
1416
1417 (Old mpw.c change descriptions retained for informational value.)
1418 * mpw.c (warning_threshold): Default to .4 sec.
1419 (overflow_count, current_progress): New globals.
1420 (warn_if_spin_delay): Include current progress type,
1421 such as program name, in message.
1422 (mpw_start_progress): Set current_progress variable from arg.
1423 (mpw_end_progress): Report spin delays by power-of-two-size
1424 buckets instead of constant-size buckets.
1425
1426 * mpw.c: Clean up formatting, types, returns, etc.
1427 (ENOSYS): Define.
1428 (mpw_fread, mpw_fwrite): Define.
1429 (sleep): Define correctly.
1430
1431 * mpw.c: New code to implement cursor spinning support.
1432 (umask): New function.
1433 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
1434
1435 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
1436 basenames for MPW and MPW/Unix filenames.
1437 (mpw_special_init): New function, calls Macsbug if desired.
1438
1439 * mpw.c: Add GPL notice.
1440 (mpwify_filename): Add more transformations.
1441 (mpw_fopen): Call mpwify_filename on file names.
1442 (rename): Remove.
1443 (chdir, getcwd): Add simple definitions.
1444
1445 * mpw.c: Random cleanups, remove unused code bits.
1446 Added copy of strerror.c for gcc's use.
1447 (stat, fstat, _stat): New versions based on Guido van Rossum code.
1448
1449 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
1450
1451 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
1452 (fork, vfork, etc): Print error messages if called.
1453 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
1454 rename, chown): Define.
1455
1456 * mpw-config.in: New file, MPW version of configure.in.
1457 * mpw-make.in: New file, MPW version of Makefile.in.
1458 * mpw.c: New file, MPW compatibility routines.
1459
1460 Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1461
1462 * basename.c: Include config.h before checking for NEED_basename.
1463
1464 Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1465
1466 * functions.def: Add DEFFUNC for basename.
1467
1468 * basename.c: Only define basename if NEED_basename.
1469
1470 Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1471
1472 * config.table: Fix --enable-shared logic for native builds.
1473
1474 Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1475
1476 * cplus-dem.c (demangle_template): Demangle bool literals properly.
1477
1478 Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
1479
1480 * strtol.c strtoul.c: Replace these with less buggy versions from
1481 NetBSD. (strtoul in particular couldn't handle base 16.)
1482
1483 Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
1484
1485 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
1486
1487 * clock.c: If NO_SYS_PARAM_H is defined, don't include
1488 <sys/param.h>.
1489 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
1490
1491 Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
1492
1493 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
1494 a number; ANSI appears to permit any expression, including a
1495 function call.
1496
1497 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
1498 xiberty.
1499 * config/mt-vxworks5: New file.
1500
1501 Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
1502
1503 * basename.c (basename): Change argument to be const.
1504
1505 Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1506
1507 * Makefile.in (lneeded-list): Don't worry about xmalloc.
1508
1509 Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
1510
1511 * Makefile.in (distclean): Delete xhost-mkfrag.
1512
1513 Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1514
1515 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
1516
1517 Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1518
1519 * hex.c: New file.
1520 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
1521 (hex.o): Add dependencies.
1522
1523 * cplus-dem.c (demangle_prefix): For GNU style constructor and
1524 destructor names, try demangling the remainder of the string.
1525
1526 Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
1527
1528 * vasprintf.c (int_vasprintf): New static function.
1529 (vasprintf): Use int_vasprintf. Removes assumption that va_list
1530 is assignment compatible.
1531
1532 Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
1533
1534 * Makefile.in (LIBCFLAGS): New variable.
1535 (FLAGS_TO_PASS): Pass it.
1536 (.c.o): Use it.
1537
1538 Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1539
1540 * getopt.c, getopt1.c: Do compile these functions under Linux,
1541 since many native versions are based on glibc but are buggy.
1542
1543 Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
1544
1545 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
1546 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
1547
1548 Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
1549
1550 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
1551 * functions.def: Remove vasprintf.
1552
1553 Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1554
1555 * xmalloc.c (first_break): New static variable.
1556 (xmalloc_set_program_name): Record sbrk (0) in first_break.
1557 (xmalloc): If memory allocation fails, try to report how much
1558 memory was allocated by the program up to this point.
1559 (xrealloc): Likewise.
1560
1561 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
1562
1563 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
1564 when linking dummy.
1565 * config.table: Add host RISCiX Makefile frag.
1566 * config/mh-riscix: New file.
1567
1568 Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1569
1570 * Makefile.in (FLAGS_TO_PASS): Define.
1571 ($(RULE1)): Use $(FLAGS_TO_PASS).
1572
1573 Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1574
1575 * vasprintf.c: Include <string.h>.
1576 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
1577 * xatexit.c: Declare malloc.
1578
1579 Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
1580
1581 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
1582 one below).
1583
1584 Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
1585
1586 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
1587 the type index is greater than 9.
1588
1589 Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
1590
1591 * cplus-dem.c (demangle_qualified): accept optional '_' between
1592 qualified name. This is baecause the template name may end with
1593 numeric and can mixed up with the length of next qualified name.
1594
1595 Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
1596
1597 * config/mt-sunos4: Use our standard location for cross-includes
1598 and cross-libs when the target is also a "host" environment (ie no
1599 newlib; includes and such don't belong to us). This is specific
1600 to the Cygnus Support environment.
1601
1602 Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
1603
1604 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
1605 xxx<ch=81>.
1606
1607 Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
1608
1609 * cplus-dem.c (main): flush stdout to make pipe work.
1610
1611 Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
1612
1613 * config.table (*-*-cxux7*): Recognize.
1614 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
1615 Harris-specific float format.
1616 * config/mh-cxux7: New file.
1617
1618 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1619
1620 * cplus-dem.c (demangle_template): Make sure that the result of
1621 consume_count doesn't index beyond the end of the string.
1622
1623 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1624
1625 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
1626 earlier. Improve test for new vtable mangling. Change output back
1627 to `virtual table'.
1628
1629 Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1630
1631 * obstack.c: Always compile this code, even if using the GNU
1632 library. Avoids problems with relatively recent binary
1633 incompatibility.
1634
1635 Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1636
1637 * cplus-dem.c: Include libiberty.h.
1638 (xmalloc, xrealloc, free): Don't declare.
1639 (strstr): Don't declare parameters.
1640 (xmalloc, xrealloc): Don't define.
1641 (long_options): Add no-strip-underscores.
1642 (main): Call xmalloc_set_program_name. Pass n in short options to
1643 getopt_long. Handle option 'n' to not strip underscores.
1644 (usage): Mention -n and --no-strip-underscores.
1645
1646 Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
1647
1648 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
1649 space.
1650 (gnu_special): Demangle template and qualified names in a vtable name.
1651
1652 Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1653
1654 From gas-2.3 and binutils-2.4 net releases:
1655
1656 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
1657
1658 * makefile.dos: [new] Makefile for dos/go32
1659 * configure.bat: update for latest files
1660 * msdos.c: remove some functions now in libc.a
1661
1662 Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
1663
1664 * cplus-dem.c (gnu_special): Recognize thunks, as well as
1665 the new naming style for vtables (when -fvtable-thunks).
1666
1667 Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1668
1669 * Makefile.in (XTRAFLAGS): Don't define.
1670 (.c.o, dummy.o): Don't use XTRAFLAGS.
1671 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
1672
1673 Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1674
1675 * vasprintf.c: New file.
1676 * Makefile.in, functions.def: Add it.
1677
1678 Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
1679
1680 * cplus-dem.c (demangle_fund_type): Grok bool.
1681
1682 Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
1683
1684 * config.table: Add go32
1685 * config/mh-go32: New template.
1686
1687 Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
1688
1689 * config.table, config/mt-sunos4: config for when sun4 is cross target.
1690
1691 Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1692
1693 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
1694 Declare strlen to return int. Don't include stddef.h.
1695
1696 Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
1697
1698 * getopt.c: Delete use of IN_GCC to control whether
1699 stddef.h or gstddef.h is included.
1700
1701 Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
1702
1703 * cplus-dem.c (demangle_signature): Fix a bug in template function
1704 type numbering.
1705
1706 Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
1707
1708 * cplus-dem.c (demangle_signature): Fix template function with arm
1709 style argument type number, Tn.
1710
1711 Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
1712
1713 * cplus-dem.c (optable): Add new[] and delete[].
1714
1715 Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1716
1717 * argv.c (buildargv): Don't produce empty argument just because
1718 there is trailing whitespace.
1719
1720 Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
1721
1722 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
1723 Handle 'p' same as 'P'.
1724 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
1725
1726 Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1727
1728 * floatformat.c (get_field, put_field): Fix off by one error in
1729 little endian case.
1730
1731 Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1732
1733 * floatformat.c (floatformat_from_double): Pass unsigned char *,
1734 not char *, to put_field.
1735
1736 Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
1737
1738 * memmove.c: Re-wrote; placed in public domain.
1739
1740 Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1741
1742 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
1743 __Q* as a constructor.
1744
1745 Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
1746
1747 * ieee-float.c: Removed; no longer used.
1748 * Makefile.in: Changed accordingly.
1749
1750 Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1751
1752 * floatformat.c (get_field): Removed unused local variable i.
1753 (put_field): Removed unused local variable i.
1754
1755 Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1756
1757 * floatformat.c: New file, intended to replace ieee-float.c.
1758 * Makefile.in: Change accordingly.
1759
1760 Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1761
1762 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
1763 (_getopt_initialize): New function, broken out of _getopt_internal.
1764 (_getopt_internal):
1765 If long_only and the ARGV-element has the form "-f", where f is
1766 a valid short option, don't consider it an abbreviated form of
1767 a long option that starts with f. Otherwise there would be no
1768 way to give the -f short option.
1769
1770 Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1771
1772 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
1773 Test just __STDC__, not emacs.
1774
1775 Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1776
1777 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
1778 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
1779
1780 Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1781
1782 * getopt.c (_NO_PROTO): Define before config.h is included.
1783
1784 Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1785
1786 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
1787 <config.h> only under these, else "config.h".
1788
1789 Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1790
1791 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
1792 <config.h> instead of "config.h".
1793
1794 Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
1795
1796 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
1797 whether to use prototypes or not.
1798 * strerror.c (const): Never undefine; let ansidecl.h handle it.
1799 * strsignal.c (const): Likewise.
1800
1801 Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1802
1803 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
1804 Merging common and initialized variables need not be supported by
1805 ANSI C compilers.
1806 (xatexit): Initialize _xexit_cleanup if not already set.
1807 * xexit.c: Comment fix.
1808
1809 Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1810
1811 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
1812 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
1813 assuming that realloc works correctly.
1814
1815 Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1816
1817 * concat.c, ieee-float.c: Replace inclusion of <string.h>
1818 with explicit function declarations, as recommended by Ian Taylor.
1819
1820 Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1821
1822 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
1823 (malloc, realloc): Declare.
1824
1825 Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1826
1827 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
1828 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
1829 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
1830 * xmalloc.c: Likewise.
1831 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
1832 macros, not <varargs.h> macros.
1833 * spaces.c (spaces): Make return type const. Don't crash if
1834 malloc returns NULL.
1835 * strerror.c (struct error_info): Make name and msg fields const.
1836 (error_names): Make const.
1837 (strerrno): Make const.
1838 (strtoerrno): Make argument const.
1839 * strsignal.c (struct signal_info): Make name and msg fields
1840 const.
1841 (signal_names, sys_siglist): Make const.
1842 (strsignal, strsigno): Make const.
1843 (strtosigno): Make argument const.
1844 * xatexit.c: Declare parameter types.
1845 * xmalloc.c (name): Make const.
1846 (xmalloc_set_program_name): Make argument const.
1847 * Makefile.in (INCDIR): Define.
1848 (.c.o): Use $(INCDIR).
1849 (dummy.o): Likewise.
1850 (argv.o, basename.o): New targets; depend on libiberty.h.
1851 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
1852 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
1853 (xmalloc.o): Likewise.
1854 (cplus-dem.o): New target; depend on demangle.h.
1855 (getopt.o, getopt1.o): New targets; depend on getopt.h.
1856 (ieee-float.o): New target; depend on ieee-float.h.
1857 (obstack.o): New target; depend on obstack.h.
1858
1859 Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1860
1861 Handle obstack_chunk_alloc returning NULL. This allows
1862 obstacks to be used by libraries, without forcing them
1863 to call exit or longjmp.
1864 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
1865 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
1866 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
1867
1868 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1869
1870 * concat.c, ieee-float.c: Include <string.h>.
1871
1872 Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1873
1874 * xmalloc.c (xmalloc_set_program_name): New function.
1875 (xmalloc, xrealloc): Include the name in the error message, if set.
1876
1877 * Replace atexit.c with xatexit.c.
1878 * Makefile.in (CFILES), functions.def: Change references.
1879
1880 Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
1881
1882 * getruntime.c (get_run_time): Use getrusage or times if
1883 HAVE_GETRUSAGE or HAVE_TIMES are defined.
1884
1885 Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1886
1887 * atexit.c: New file.
1888 * Makefile.in (CFILES), functions.def: Add it.
1889 * xexit.c: New file.
1890 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
1891 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
1892 Change request for 0 bytes into request for 1 byte.
1893
1894 Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1895
1896 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
1897 unsigned long, to avoid warnings.
1898
1899 Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1900
1901 * dummy.c: Don't include time.h ever; always define clock_t as
1902 "unsigned long". Until gcc/fixincludes ensures that clock_t
1903 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
1904 exist, clock_t probably doesn't either.
1905
1906 Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
1907
1908 * clock.c, getruntime.c: New files.
1909 * Makefile.in: Add to file lists.
1910 * functions.def (clock): Add to list.
1911 * dummy.c (time.h): Add if __STDC__.
1912 (clock_t): #define as "unsigned long" if not __STDC__.
1913
1914 Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1915
1916 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
1917 Edler).
1918
1919 Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1920
1921 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
1922 linking.
1923
1924 Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
1925
1926 * cplus-dem.c (demangle_arm_pt): New function. Common code
1927 for ARM template demangling.
1928 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
1929 * cplus-dem.c (demangle_prefix): Likewise.
1930
1931 Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
1932
1933 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
1934
1935 Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
1936
1937 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
1938 * strerror.c, strsignal.c: As a small space optimization, don't
1939 include messages when they aren't actually used.
1940
1941 Merge changes from takefive.co.at!joe (Josef Leherbauer)
1942 * cplus-dem.c (demangle_prefix, demangle_function_name,
1943 cplus_demangle_opname): Fixes for systems where cplus_marker
1944 is something other than '$'.
1945
1946 Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
1947
1948 * waitpid.c: Simple-minded approcimation to waitpid
1949 using vanilla wait.
1950 * functions.def, Makefile.in: Update accordingly,
1951
1952 Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
1953
1954 * cplus-dem.c(demangle_template): fix bug template instantiation
1955 with value of user defined type.
1956
1957 Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
1958
1959 * cplus-dem.c(cplus_demangle_opname): add the subject new function
1960 to support unified search of operator in class.
1961
1962 Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1963
1964 gcc -Wall lint:
1965 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
1966 "digit = *s" as condition in while loop.
1967
1968 Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
1969
1970 * Makefile.in: pass SHELL to recursive make
1971
1972 Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
1973
1974 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
1975 be (const char*), for ANSI (and gcc w/fixproto) consistency.
1976
1977 Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1978
1979 * config.table: Make *-*-hiux* use mh-hpux.
1980
1981 Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1982
1983 * config.table: Add * to end of all OS names.
1984
1985 Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1986
1987 * Makefile.in (lneeded-list): ensure that object file names are
1988 not duplicated, as multiple instances of the same object file in
1989 a library causes problems on some machines
1990
1991 Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1992
1993 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
1994
1995 Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1996
1997 * strncasecmp.c: new file, implements strncasecmp
1998 * strcasecmp.c: new file, implement strcasecmp
1999
2000 * Makefile.in (CFILES): list these two new source files
2001
2002 * functions.def: add strcasecmp and strncasecmp entries
2003
2004 Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2005
2006 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
2007 according to ANSI C.
2008
2009 Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
2010
2011 * cplus-dem.c: add support of ARM global constructor/destructor,
2012 and 'G' for passing record or union in parameter.
2013
2014 Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2015
2016 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
2017 should not be in functions.def.
2018
2019 Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2020
2021 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
2022 not be in functions.def.
2023
2024 Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
2025
2026 * cplus-dem.c: change globl constructor/destructor to proper name
2027
2028 Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
2029
2030 * cplus-dem.c: fix bug in constructor/destructor
2031
2032 Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
2033
2034 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
2035
2036 Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
2037
2038 * cplus-dem.c: Fix demangle_template prototype
2039
2040 Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
2041
2042 * cplus-dem.c: fix template demangling
2043 * cplus-dem.c: fix const type demangling
2044 * cplus-dem.c: fix constructor/destructor, virtual table,
2045 qualifier, global constructor/destructor demangling
2046
2047 Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2048
2049 * strsignal.c, strerror.c: Use fully-bracketed initializer to
2050 keep gcc -Wall happy.
2051
2052 Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
2053
2054 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
2055 patch.
2056
2057 Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2058
2059 Patch from Paul Flinders:
2060 * cplus-dem.c (do_type): Deal with arrays.
2061
2062 Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2063
2064 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
2065 than 9 classes.
2066
2067 Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
2068
2069 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
2070 not initialized" warnings under HP/UX
2071
2072 Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2073
2074 * strerror.c: Move include of stdio.h after sys_errlist #define.
2075 Also remove NULL definition (stdio.h always defines NULL, so it
2076 never did anything but clutter up the code).
2077
2078 Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2079
2080 * Makefile.in, functions.def: handle xmalloc.c
2081
2082 * xmalloc.c: provide xmalloc and xrealloc functions
2083
2084 Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2085
2086 * cplus-dem.c: Fix a comment.
2087
2088 Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2089
2090 * getopt1.c: Declare const the way getopt.c does.
2091
2092 Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2093
2094 * obstack.c, alloca.c: Update from FSF.
2095 * getopt.c, getopt1.c: Update to current FSF version, which
2096 doesn't use alloca.
2097
2098 Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
2099
2100 * Makefile.in (demangle): Add the target with a message saying
2101 where demangle went.
2102
2103 Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2104
2105 * Makefile.in: Remove obsolete `demangle' target.
2106
2107 Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
2108
2109 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
2110 avoid infinite loop on vtbl symbols with disambiguating "junk"
2111 tacked on the end.
2112
2113 Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2114
2115 * strsignal.c: work around some systems losing definitions of
2116 sys_siglist
2117
2118 * config/mh-lynxos: this system has a losing definition of
2119 sys_siglist
2120
2121 * config.table: use mh-lynxos for *-*-lynxos
2122
2123 Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
2124
2125 * config.table: Add support for HPPA BSD hosts.
2126
2127 * config/mh-hpbsd: New file.
2128
2129 Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
2130
2131 * Makefile.in (TAGS): make work when srcdir != objdir.
2132
2133 Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2134
2135 * cplus-dem.c (main): Add long options, including --help and
2136 --version.
2137 (usage): New function from code in main.
2138
2139 Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
2140
2141 * config.table: New shell scipt, sourced by both ./configure,in
2142 and ../xiberty/configure.in, to avoid maintainance lossages.
2143 * configure.in and ../xiberty/configure.in: Use config.table.
2144
2145 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
2146 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
2147 * ../xiberty/configure.in: Update from ./configure.in.
2148
2149 Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2150
2151 * Makefile.in: remove parentdir support
2152
2153 Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2154
2155 * cplus-dem.c (xrealloc): Match definition with prototype.
2156
2157 Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2158
2159 * cplus-dem.c (demangle_prefix): Demangle cfront
2160 local variables as an extension to ARM demangling.
2161
2162 Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2163
2164 * ieee-float.c: Don't require pointers to double to be aligned.
2165
2166 Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
2167
2168 (merge changes from dlong@cse.ucsc.edu)
2169 * cplus-dem.c (consume_count): Simplify.
2170 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
2171 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
2172
2173 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
2174 full prototypes.
2175 * cplus-dem.c (free): Add prototype.
2176 * cplus-dem.c (optable): Fully bracketize initializer.
2177
2178 Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
2179
2180 * cplus-dem.c: Whether initial underscores are stripped
2181 depends on the external variable prepends_underscore
2182 (which is generated by the binutils Makefile).
2183
2184 Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2185
2186 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
2187
2188 Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
2189
2190 * cplus-dem.c (consume_count): Return zero if arg does not
2191 start with digit, and don't consume any input.
2192
2193 Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
2194
2195 * Makefile.in (demangle): Use ${srcdir} not $^.
2196
2197 * strtod.c: New file, needed at least for BSD 4.3.
2198
2199 Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
2200
2201 * strsignal.c (sys_siglist): For ANSI compilations, type is
2202 "const char *const". Also remove conditionalization on __STDC__
2203 since const is defined away for non-ANSI.
2204
2205 Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2206
2207 * configure.in: Recognize *-*-hpux.
2208 * config/mh-hpux: New file.
2209
2210 Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
2211
2212 * tmpnam.c: Added ANSI tmpnam() function.
2213 * functions.def, Makefile.in: Update accordingly.
2214
2215 Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2216
2217 * cplus-dem.c (demangle_function_name): Get the demangling of
2218 stop__1A right.
2219
2220 Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
2221
2222 * cplus-dem.c: Declare strstr return type.
2223
2224 Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
2225
2226 * strsignal.c: Add some AIX signals.
2227
2228 Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
2229
2230 * Makefile.in (MAKEOVERRIDES): Define to be empty.
2231
2232 Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2233
2234 * Makefile.in: add installcheck & dvi targets
2235
2236 Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
2237
2238 * ieee-float.c: New file, moved from ../gdb (since it is
2239 needed by ../opcode/m68k-dis.c).
2240
2241 Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
2242
2243 * cplus-dem.c: Replace all references to cfront with ARM.
2244
2245 Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
2246
2247 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
2248 to be more useful as a filter.
2249
2250 Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
2251
2252 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
2253 destination directory before running $(RANLIB), in case that
2254 program tries to create a file in the current directory as part of
2255 its work.
2256
2257 Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
2258
2259 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
2260 because BSD 4.4 lacks one. Isn't this fun?
2261
2262 Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
2263
2264 * cplus-dem.c (demangle_signature): Set func_done after
2265 demangling a template.
2266 * cplus-dem.c (demangle_template): Fix several small bugs
2267 in demangling GNU style templates.
2268 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
2269 style constructors.
2270 * cplus-dem.c (gnu_special): Fix for templates in GNU style
2271 static data members.
2272
2273 Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
2274
2275 * cplus-dem.c (demangle_signature): Modify to include type
2276 modifiers like static and const in remembered types.
2277
2278 Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
2279
2280 * cplus-dem.c (demangled_qualified): Add new parameter that tells
2281 whether to prepend or append the qualifiers.
2282 * cplus-dem.c (string_prepends): Used now, remove #if 0.
2283 * cplus-dem.c (demangle_signature): Call demangle_qualified
2284 with prepending.
2285 * cplus_dem.c (gnu_special): Recognize static data members that
2286 use qualified names.
2287 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
2288 temporary buffer and the prepend or append them to the result,
2289 as specified by the new "append" flag.
2290 * cplus-dem.c (do_type): Call demangled_qualified with
2291 appending.
2292
2293 Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
2294
2295 * strsignal.c (signal_table): Now const.
2296 (init_signal_tables): Variable eip now points to const.
2297
2298 * strerror.c (error_table): Now const.
2299 (init_error_tables): Variable eip now points to const.
2300
2301 Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
2302
2303 * memchr.c (memchr): New (ANSI standard) function.
2304 * Makefile.in, functions.def: Added memchr.
2305 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
2306
2307 Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2308
2309 * getopt.c: remove use of USG around <alloca.h>, which never meant
2310 anything anyway
2311
2312 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
2313 of USG and USGr4
2314
2315 Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
2316
2317 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
2318 it's now a type according to the ANSI X3J16 working paper; output
2319 "wchar_t" for it.
2320 (demangle_template): Accept `w' as an integral type.
2321 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
2322 counterparts malloc and realloc to `char *'.
2323 (main): Exit with a 0 status.
2324 * Makefile.in (demangle): Don't expect the user to define
2325 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
2326 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
2327
2328 Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
2329
2330 * Makefile.in (AR_FLAGS): Avoid verbosity.
2331 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
2332 replace USGr4 with HAVE_SYSCONF.
2333 * config/mh-solaris: Remove; mh-sysv4 works now.
2334 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
2335 * configure.in: Simplify host matching table, remove separate
2336 solaris config file.
2337
2338 Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
2339
2340 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
2341
2342 Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
2343
2344 * cplus-dem.c (xmalloc, xrealloc): Add decls.
2345 (remember_type): Don't cast xmalloc.
2346 (string_need): Likewise; don't cast xrealloc either.
2347
2348 Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
2349
2350 * Makefile.in, functions.defs, rename.c: added simple
2351 implementation of rename, since some binutils programs use it.
2352
2353 Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
2354
2355 * strsignal.c: Add appropriate 'const' to sys_siglist
2356 extern declaration (if __STDC__). (Needed for Linux.)
2357 * strsignal.c (strsignal): Add cast to remove const-ness.
2358
2359 Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
2360
2361 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
2362 before "'s, diagnosed by BSD 4.4 awk.
2363
2364 Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
2365
2366 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
2367 and $(NEEDED_LIST), to give some hooks for xiberty.
2368
2369 Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2370
2371 * configure.in: use cpu-vendor-triple instead of nested cases
2372
2373 Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
2374
2375 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
2376 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
2377 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
2378 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
2379 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
2380 Convert from using GPL to LGPL.
2381
2382 Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
2383
2384 * Makefile.in (errors): Leave dummy.o and dummy around so that
2385 we can see how the needed list was generated (it's sometimes wrong).
2386 (mostlyclean): Remove them.
2387
2388 Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
2389
2390 * getcwd.c: supply a default if MAXPATHLEN is not defined.
2391
2392 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
2393
2394 Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
2395
2396 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
2397 when cross-compiling.
2398
2399 Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2400
2401 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
2402 as a time optimization.
2403
2404 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
2405 be more expensive than simply demangling.
2406
2407 * cplus-dem.c (cplus_match): new function.
2408
2409 Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
2410
2411 * cplus-dem.c: #include <stdio.h>, to define NULL.
2412 Define current_demangling_style.
2413
2414 Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
2415
2416 * cplus-dem.c: New file, moved from ../gdb.
2417 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
2418 function, to avoid compiling in target-dependency for CPLUS_MARKER.
2419 * cplus-dem.c (cplus_demangle): Allow demangling style option
2420 to be passed as a parameter, but using the global variable
2421 current_demangling_style as a default.
2422 * Makefile.in: Update for cplus-dem.c
2423
2424 Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
2425
2426 * obstack.c: Merge in comment changes from FSF version. Now
2427 matches the FSF version exactly.
2428
2429 Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
2430
2431 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
2432 least on losing DECstations!); use if-then-else instead.
2433
2434 Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
2435
2436 * Makefile.in: always create installation directories.
2437
2438 Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2439
2440 * Makefile.in: clean up definition of CFILES, more comments
2441
2442 Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
2443
2444 * getopt.c (my_index): Make first arg const to match strchr,
2445 which it sometimes is remapped to.
2446
2447 Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
2448
2449 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
2450 * obstack.c (_obstack_begin): Initialize use_extra_arg.
2451 * obstack.c (_obstack_begin_1): New, from FSF version.
2452
2453 Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
2454
2455 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
2456 extra_arg.
2457 * obstack.c (_obstack_begin): Remove area_id and flags arguments
2458 (previously added for mmalloc support, interface has changed).
2459 Also convert flags usage to use use_extra_arg and maybe_empty_object.
2460
2461 Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
2462
2463 * argv.c: Move expandargv inline and eliminate static variables.
2464 Rewrite to always allocate in powers of two. Fix to return an
2465 argv with a single null string arg if passed a null string.
2466
2467 Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
2468
2469 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
2470 "(void)" casts from function calls where the return value is
2471 ignored, in accordance with GNU coding standards.
2472
2473 Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
2474
2475 * bcopy.c, strerror.c, strsignal.c: Lint.
2476
2477 Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2478
2479 * getopt.c: merge changes from make.
2480
2481 Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
2482
2483 * alloca.c: Incorporate fixes from gdb/alloca.c.
2484 FIXME: Eventually move gdb's alloca configuration files here,
2485 and remove gdb/alloca.c and its Makefile.in support.
2486
2487 Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
2488
2489 * dummy.c: Define NOTHING to /*nothing*/, change return type
2490 of main to int and return zero.
2491 * functions.def: Supply NOTHING as the fourth arg to macros
2492 that don't have an explicit arg, to satisfy picky preprocessors.
2493
2494 Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
2495
2496 * Makefile.in: Clean up *clean rules, as per standards.texi.
2497
2498 Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2499
2500 * getopt.c, getopt1.c: merged largely gratuitous, mostly
2501 whitespace diffs from other prep distributions.
2502
2503 Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
2504
2505 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
2506 it is broken on ncr 3000's.
2507
2508 Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
2509
2510 * sigsetmask.c: Rewrite. Old one was very confused about its
2511 arguments and result. New one can't do much, but at least knows
2512 what it can't do, and it's good enough for GDB's use.
2513
2514 Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
2515
2516 * functions.def: Use proper prototype for strtoul.
2517
2518 Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
2519
2520 * Makefile.in: Add random.c.
2521 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
2522 * configure.in: update solaris2 config.
2523
2524 Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
2525
2526 * random.c: Add for random() and srandom().
2527 * functions.def: Add random
2528
2529 Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
2530
2531 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
2532 using /usr/ucb/install.
2533
2534 Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
2535
2536 * strerror.c: Kludge to guard against a conflict with
2537 possible declaration of sys_errlist in errno.h.
2538
2539 Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
2540
2541 * configure.in, config/mh-solaris: add solaris2 config support.
2542
2543 Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
2544
2545 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
2546 is not defined (should be defined in signal.h, says Posix.).
2547
2548 Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
2549
2550 * getopt.c: merged changes from make-3.62.11.
2551
2552 Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
2553
2554 * getopt.c: merged changes from bison-1.18.
2555
2556 Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
2557
2558 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
2559 since that introduces a circular dependency.
2560 ($(EXTRA_OFILES) are used to build config.h.)
2561
2562 * strtoul.c: Fixes to handle non-decimal bases better.
2563
2564 Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
2565
2566 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
2567 * Makefile.dos: Finish MINUS_G eradication.
2568 * Makefile.in (CFILES): Add strsignal.c.
2569 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
2570 * Makefile.in (needed-list): Split creation of errors file to
2571 separate make target.
2572 * Makefile.in (config.h, needed2.awk, errors): New targets.
2573 * Makefile.in (clean): Split to multiple lines, add needed2.awk
2574 and config.h.
2575 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
2576 * functions.def (strerror): Remove from optional list.
2577 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
2578 * functions.def (strerror, psignal): DEFFUNC's
2579 * strerror.c: Rewrite from scratch to use sys_errlist only if
2580 available, add errno_max(), add strerrno(), add strtoerrno(),
2581 add test driver.
2582 * strsignal.c: New file, signal equivalent to strerror.c.
2583 Uses sys_siglist if available, defines signo_max(), strsignal(),
2584 strsigno(), strtosigno(), psignal(), and test driver.
2585
2586 Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
2587
2588 * Makefile.in: do not print recursion line.
2589
2590 * Makefile.in: allow CFLAGS to be passed in from command line.
2591 Removed MINUS_G. Default CFLAGS to -g.
2592
2593 Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
2594
2595 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
2596 so libg++ users don't have to be inconvenienced by a
2597 libc.a bug (libc.a needs copysign, but doesn't define it!).
2598 * configure.in: Use config/mh-aix.
2599 * strtoul.c: Handle '-' as required by ANSI.
2600 Clean up radix handling.
2601 * strstr.c: Fix buggy algorithm.
2602 * Makefile.in: Change so that ${EXTRA_OFILES} is
2603 appended to needed-list (which is used by libg++).
2604
2605 Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
2606
2607 * configure.in: Recognize new ncr3000 config.
2608 * config/mh-ncr3000: New config file.
2609
2610 Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
2611
2612 * argv.c, dummy.c: Lint.
2613
2614 Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
2615
2616 * config/mh-sysv4: New config file.
2617 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
2618 host_os == sysv4.
2619 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
2620 pagesize.
2621
2622 Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
2623
2624 * getopt.c: Lint.
2625
2626 Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
2627
2628 * functions.def (alloca): Fix return type and args to avoid
2629 type clash with gcc's builtin alloca.
2630
2631 Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
2632
2633 * configure.in, config/mh-irix4: irix4 support.
2634
2635 * Makefile.in, functions.def, alloca.c: added alloca.
2636
2637 Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
2638
2639 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
2640
2641 Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
2642
2643 * argv.c: Fix various external function definitions to be
2644 correct in an ANSI compilation environment.
2645
2646 Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
2647
2648 * obstack.c: Changes to support calling mmalloc functions,
2649 which take an additional argument over malloc functions.
2650
2651 Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
2652
2653 * added check target.
2654
2655 Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
2656
2657 * argv.c: #include alloca-conf.h (needed by AIX).
2658
2659 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
2660
2661 * Makefile.in, configure.in: removed traces of namesubdir,
2662 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
2663 copyrights to '92, changed some from Cygnus to FSF.
2664
2665 Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
2666
2667 * argv.c: Check in Fred's version which fixes problems with
2668 alloca().
2669
2670 Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
2671
2672 * makefile.dos: Remove NUL to keep patch from failing.
2673
2674 Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
2675
2676 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
2677
2678 Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
2679
2680 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
2681
2682 Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
2683
2684 * argv.c: New file to build and destroy standard argument
2685 vectors from a command string.
2686
2687 * Makefile.in: Add argv.c and argv.o to appropriate macros.
2688
2689 Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
2690
2691 * configure.in: Change svr4 references to sysv4.
2692
2693 * rindex.c: Declare return type of externally used function
2694 strrchr().
2695
2696 Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
2697
2698 * Makefile.in: Remove "***" in normal output, since Make produces
2699 this on errors, and it's convenient to search for.
2700
2701 Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
2702
2703 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
2704 New ANSI functions. The old non-ANSI functions (such as bcopy)
2705 should be avoided.
2706 * bcopy.c: Fix to correctly handle overlapping regions.
2707 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
2708 * functions.def: Add the new functions.
2709 * functions.def: Add 4th parameter to DEF macro,
2710 an ansidecl.h-style prototype.
2711 * dummy.c: Use expanded DEF macro to create a dummy function
2712 call, with correct parameter types. (This avoids some
2713 complaints from gcc about predefined builtins.)
2714
2715 Move the functionality of config/mh-default into Makefile.in.
2716 This avoid duplication, and simplifies things slightly.
2717 * Makefile.in: Tweak so we don't need config/mh-default.
2718 * README: Update.
2719 * configure.in: No longer need config/mh-default.
2720 * config/mh-default: Deleted.
2721 * config/mh-sysv: Remove lines copied from old mh-default.
2722
2723 Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
2724
2725 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
2726 'mknod' device numbers.
2727
2728 Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
2729
2730 * fdmatch.c, Makefile.in: Add new function that takes two
2731 open file descriptors and returns nonzero if they refer to
2732 the same file, zero otherwise. (used in gdb)
2733
2734 Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
2735 From DJ:
2736 * msdos.c: stub functions for dos.
2737 * makefile.dos, configdj.bat: new.
2738 * getopt.c: Don't include alloca-conf.h in a GO32 world.
2739
2740
2741 Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2742
2743 * Makefile.in: infodir belongs in datadir.
2744
2745 Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2746
2747 * Makefile.in: remove spaces following hyphens because bsd make
2748 can't cope. added standards.text support. install using
2749 INSTALL_DATA.
2750
2751 * configure.in: remove commontargets as it is no longer a
2752 recognized hook.
2753
2754 Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2755
2756 * Makefile.in: idestdir and ddestdir go away. Added copyrights
2757 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
2758 and mandir now keyed off datadir by default.
2759
2760 Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
2761
2762 * Makefile.in: find-needed.awk does not fit in 14 chars.
2763
2764 * Makefile.in: Suppress error checking when compiling the test
2765 program, because Ultrix make/sh aborts there due to a bug.
2766
2767 Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
2768
2769 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
2770 * README: Explained how the auto-configuration works,
2771 and how to add new files and/or configurations.
2772
2773 Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
2774
2775 * strtoul.c: Avoid defining ULONG_MAX if already defined;
2776 cast a const char * to char * for pedants.
2777
2778 * getopt.c: Only define "const" after local include files get to,
2779 and only if they haven't defined it.
2780
2781 Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
2782
2783 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
2784 emulate it with getwd() if available. This avoids callers having
2785 to find a MAXPATHLEN or PATH_MAX value from somewhere.
2786 * Makefile.in, functions.def: getwd->getcwd.
2787 * configure.in: Use generic case for every system.
2788 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
2789 * config/mh-sysv: Use default handling, just add -DUSG.
2790
2791 Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
2792
2793 * Makefile.in, config/mh-default: Re-do make magic
2794 so that for the default ("automatic") mode we only
2795 compile the files we actually need. Do this using
2796 a recursive make: The top-level generates the list
2797 of needed files (loosely, the ones missing in libc),
2798 and then passes that list to the recursive make.
2799 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
2800
2801 Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
2802
2803 RS/6000 host support (grumble).
2804
2805 * configure.in: Build alloca-conf.h file from alloca-norm.h
2806 (everything else) or alloca-botch.h (rs/6000).
2807 * Makefile.in: Include . on the include path.
2808 * getopt.c: Use alloca-conf.h.
2809 * alloca-norm.h: How to declare alloca on reasonable machines.
2810 * alloca-botch.h: How to declare alloca on braindead machines.
2811
2812 Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
2813
2814 * concat.c : New file, like concat() in gdb but can take a
2815 variable number of arguments rather than fixed at 3 args. For
2816 now, client applications must supply an xmalloc(), which is a
2817 front end function to malloc() that deals with out-of-memory
2818 conditions.
2819
2820 * Makefile.in: Add concat.c and concat.o to appropriate macros.
2821
2822 Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
2823
2824 * config/mh-svr4: Add sigsetmask to list of required functions.
2825
2826 Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
2827
2828 * vsprintf.c: New file.
2829 * functions.def, Makefile.in: Add vsprintf.
2830
2831 Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
2832
2833 * configure.in, config/mh-rs6000: Add rs/6000 host support.
2834 * Makefile.in: Compile with debug info.
2835
2836 Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
2837
2838 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
2839 config/mf-default: Added a default configuration mode,
2840 which includes into libiberty.a functions that are "missing" in libc.
2841 * strdup.c, vprintf.c, vfprintf.c: New files.
2842
2843 Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
2844
2845 * config/hmake-svr4: New file.
2846
2847 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
2848
2849 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
2850 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
2851 files containing either portable C versions or emulations using
2852 native library calls.
2853
2854 * strerror.c: Add copyright, internal documentation, etc.
2855
2856 * strtol.c: Replace hardwired hex constants with some more
2857 portable macros. Remove illegal (according to gcc) cast.
2858
2859 * strtoul.c: Replace hardwired hex constant with more portable
2860 macro.
2861
2862 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
2863 can override them. Add new source and object file names to CFILES
2864 and OFILES respectively.
2865
2866 * configure.in: Add support for SVR4 makefile fragments.
2867
2868 Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
2869
2870 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
2871 over-ridden by config/hmake-*
2872 * configure.in: added m88kcvs to sysv list
2873
2874 Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
2875
2876 * Makefile.in: Most hosts need strerror, but one or two don't,
2877 and they override these definitions in the host-dependent makefile
2878 fragment.
2879 * config/hmake-mach: The odd man out on strerror -- it's supplied.
2880 * strerror.c: New file.
2881
2882 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
2883 it and bfd uses it.
2884 * configure.in, Makefile.in, config/hmake-mach: Only configure
2885 strtol & strotoul in on Mach.
2886
2887 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
2888
2889 * obstack.c: Merge with latest FSF version.
2890
2891 \f
2892 Local Variables:
2893 version-control: never
2894 End: