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