]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gdb/libiberty/ChangeLog
This file was not part of the GDB 5.2.1 import and should have been
[FreeBSD/FreeBSD.git] / contrib / gdb / libiberty / ChangeLog
1 Tue Mar 19 22:02:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
2
3         * cplus-dem.c (demangle_template): Fix for non-mangled pointer
4         arguments.
5
6 Fri Mar  8 17:24:18 1996  Ian Lance Taylor  <ian@cygnus.com>
7
8         * configure.in: If srcdir is `.' and with_target_subdir is not
9         `.', then set MULTISRCTOP before calling config-ml.in.
10
11 Thu Mar  7 13:37:10 1996  Stan Shebs  <shebs@andros.cygnus.com>
12
13         * mpw.c (mpw_open): Add debugging output option.
14
15 Wed Mar  6 17:36:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
16
17         * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
18
19 Tue Feb 27 12:00:50 1996  Raymond Jou  <rjou@mexican.cygnus.com>
20
21         * mpw.c (mpwify_filename): Change 6 to 5 in
22         strncmp (unixname, "/tmp/", 5).
23         
24 Tue Feb 20 10:55:53 1996  Ian Lance Taylor  <ian@cygnus.com>
25
26         * cplus-dem.c (demangle_template): Initialize is_bool.  Correctly
27         handle 0 as a pointer value parameter.
28
29 Mon Feb  5 16:41:44 1996  Ian Lance Taylor  <ian@cygnus.com>
30
31         * Makefile.in (all): Depend upon required-list.
32         (required-list): New target.
33         (clean): Remove required-list.
34
35 Wed Jan 31 10:19:41 1996  Steve Chamberlain  <sac@slash.cygnus.com>
36
37         * win32.c: Deleted.
38         * config.table (i386-*-win32): Deleted.
39         * config/mh-i386win32: Deleted.
40
41 Thu Jan 18 11:34:17 1996  Ian Lance Taylor  <ian@cygnus.com>
42
43         * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
44         const char *.
45         (cplus_mangle_opname): Change return type and opname parameter to
46         const char *.  Don't cast return value.
47
48 Tue Jan 16 12:13:11 1996  Stan Shebs  <shebs@andros.cygnus.com>
49
50         * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
51         definition.
52
53 Wed Jan  3 13:15:04 1996  Fred Fish  <fnf@cygnus.com>
54
55         * obstack.c: Update copyright to 1996.
56         (_obstack_memory_used): Define new function.  Called via
57         obstack_memory_used macro.
58
59 Thu Dec 28 11:39:40 1995  Ian Lance Taylor  <ian@cygnus.com>
60
61         * xstrdup.c: New file.
62         * Makefile.in (CFILES): Add xstrdup.c.
63         (REQUIRED_OFILES): Add xstrdup.o.
64         (xstrdup.o): New target.
65
66 Mon Dec 11 18:18:52 1995  Mike Stump  <mrs@cygnus.com>
67
68         * atexit.c: New stub to provide atexit on systems that have
69         on_exit, like SunOS 4.1.x systems.
70         * functions.def (on_exit, atexit): Ditto.
71
72 Mon Dec 11 15:42:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
73
74         * mpw.c (mpw_abort): Remove decl.
75         (mpw_access): Move debugging printf.
76
77 Sat Dec  2 01:25:23 1995  Ian Lance Taylor  <ian@cygnus.com>
78
79         * config.table: Consistently use ${host} rather than ${xhost} or
80         ${target}.
81         * configure.in: Don't bother to set ${xhost} before calling
82         config.table.
83
84 Tue Nov 28 14:16:57 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
85
86         * Makefile.in (.c.o): Use test instead of the left bracket, to
87         avoid problems with some versions of make.
88
89 Tue Nov 28 11:45:17 1995  Stan Shebs  <shebs@andros.cygnus.com>
90
91         * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
92
93 Tue Nov 21 11:26:34 1995  Fred Fish  <fnf@rtl.cygnus.com>
94
95         * config/mh-hpux: Remove.  It was only used to define EXTRA_OFILES,
96         which was set to just alloca.o, which is now automatically marked
97         as needed by the autoconfiguration process.
98
99 Tue Nov 21 14:15:06 1995  Ian Lance Taylor  <ian@cygnus.com>
100
101         * config.table: Check ${with_cross_host} rather than comparing
102         ${host} and ${target}.
103
104 Thu Nov 16 14:34:42 1995  Ian Lance Taylor  <ian@cygnus.com>
105
106         * configure.in: If with_target_subdir is empty, set xhost to
107         ${host} rather than ${target} before calling config.table.
108
109 Tue Nov 14 01:38:30 1995  Doug Evans  <dje@canuck.cygnus.com>
110
111         * Makefile.in (MULTITOP): Deleted.
112         (MULTISRCTOP, MULTIBUILDTOP): New.
113         (FLAGS_TO_PASS): Delete INCDIR.
114         (INCDIR): Add $(MULTISRCTOP).
115         (install_to_libdir): Add $(MULTISUBDIR).  Call $(MULTIDO).
116         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
117         instead of cfg-ml-pos.in.
118         (cross-compile check): Change to test for with_target_subdir.
119         (EXTRA_LINKS): Delete.
120
121 Sun Nov 12 12:13:04 1995  Stan Shebs  <shebs@andros.cygnus.com>
122
123         * mpw-make.sed: Add getpagesize.c.o to needed-list.
124         * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
125         functions that are supplied by Metrowerks libraries.
126         (fstat): Clean up descriptor->pointer conversion code.
127         (InstallConsole, etc): Empty definitions, for when linking
128         with SIOUX.
129
130 Sun Nov  5 19:25:27 1995  Per Bothner  <bothner@kalessin.cygnus.com>
131
132         * Makefile.in (FLAGS_TO_PASS):  Also pass PICFLAGS.
133         (.c.o):  Stylistic change.
134
135 Thu Nov  2 12:06:29 1995  Ian Lance Taylor  <ian@cygnus.com>
136
137         * strtol.c, strtoul.c: Don't include <stdlib.h>.  From
138         phdm@info.ucl.ac.be (Philippe De Muyter).
139
140 Wed Nov  1 11:59:36 1995  Ian Lance Taylor  <ian@cygnus.com>
141
142         * configure.in: Correct sed call.
143
144 Mon Oct 30 13:03:45 1995  Per Bothner  <bothner@kalessin.cygnus.com>
145
146         * configure.in:  Clean up / simplify for native.
147
148         * configure.in:  Merge in stuff from ../xiberty/configure.in.
149         * Makefile.in (CC):  Add definition (so it can be overrridden
150         by ../configure).
151
152 Tue Oct 24 17:57:27 1995  Stan Shebs  <shebs@andros.cygnus.com>
153
154         * mpw-make.sed: Leave strerror.c.o in standard list of functions.
155         * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
156         (link): Remove useless definition with error return.
157         (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
158         Use UnsignedWide type for microsecond counts.
159
160 Thu Oct 19 10:52:07 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
161
162         * memcmp.c (memcmp): Argument types are const void *, not void
163         *const.
164
165         * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
166         sys/types.h.
167         * strcasecmp.c (strcasecmp): Ditto.
168
169 Tue Oct 10 11:03:24 1995  Fred Fish  <fnf@cygnus.com>
170
171         * Makefile.in (BISON):  Remove macro.
172
173 Tue Sep 26 15:06:46 1995  Stan Shebs  <shebs@andros.cygnus.com>
174
175         * Makefile.in (HFILES): Add default empty definition.
176         * mpw-config.in (config.h): Only update if changed.
177         * mpw-make.in: Remove.
178         * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
179         * mpw.c: Remove semi-clone of strerror code.
180         (sys_nerr, sys_errlist): Define here.
181         (Microseconds): Only define as A-line trap if m68k Mac.
182
183 Wed Sep 20 12:53:32 1995  Ian Lance Taylor  <ian@cygnus.com>
184
185         * Makefile.in (maintainer-clean): New synonym for distclean.
186
187 Mon Aug 28 19:47:52 1995  Per Bothner  <bothner@kalessin.cygnus.com>
188
189         * config.table:  For host, generalize rs6000-ibm-aix*
190         to *-ibm-aix* so we also include powerpc.
191
192 Tue Aug 22 03:18:05 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
193
194         Fri Jun 16 18:35:40 1995  Pat Rankin  (rankin@eql.caltech.edu)
195
196         * xstrerror.c: New file.
197         * Makefile.in, vmsbuild.com: Compile it.
198
199 Mon Jul 31 12:16:32 1995  steve chamberlain  <sac@slash.cygnus.com>
200
201         * config.table (i386-*-win32): New.
202
203 Fri Jul 21 11:35:52 1995  Doug Evans  <dje@canuck.cygnus.com>
204
205         * Makefile.in (MULTITOP): New variable.
206         (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
207         (all): Add multilib support.
208         (install_to_tooldir, *clean): Likewise.
209
210 Mon Jul 10 11:47:27 1995  Ken Raeburn  <raeburn@cygnus.com>
211
212         * makefile.dos (OBJS): Add hex.o.  From DJ Delorie.
213
214 Fri Jun 30 17:28:59 1995  Pat Rankin  (rankin@eql.caltech.edu)
215
216         * vmsbuild.com:  create "new-lib.olb", build libiberty under that
217         name, and then make it become "liberty.olb" when done, so that an
218         incomplete build attempt never leaves behind something which looks
219         like a complete library.
220
221 Thu Jun 29 00:22:02 1995  Steve Chamberlain  <sac@slash.cygnus.com>
222
223         * config/mh-i386pe: New file for PE hosts.
224         * config.table: Understand PE hosts.
225
226 Wed Jun 28 19:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
227
228         * cplus-dem.c: Update from gcc.
229
230         * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
231         <stddef.h>.
232         * alloca-norm.h: If __STDC__, declare alloca with its parameter.
233
234 Thu Jun 22 18:57:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
235
236         * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
237         * mpw.c: Only test DebugPI once whenever printing debug info.
238         (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
239         also fix to not write on input filename buffer.
240         (mpw_access): Use stat() instead of open(), works for directories
241         as well as files.
242
243 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
244
245         * Makefile.in: Massage broken shells that require 'else true'.
246
247 Sat Jun 17 23:21:58 1995  Fred Fish  <fnf@cygnus.com>
248
249         * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
250         Declare __builtin_alloca in the sparc case, as argv.c did.
251         * argv.c: Replace inline version of alloca-norm.h at start of file with
252         a #include of alloca-conf.h.  Precede it with an include of ansidecl.h
253         because alloca-norm.h needs to declare alloca as "PTR".
254
255 Mon Jun 12 14:24:26 1995  Steve Chamberlain  <sac@slash.cygnus.com>
256
257         * win32.c: New file.
258
259 Fri Jun  9 15:16:14 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
260
261         * dummy.c: #include "alloca-conf.h".
262
263 Wed Jun  7 11:46:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
264
265         * Makefile.in (mostlyclean): Remove stamp-picdir.
266         (clean): Don't.
267
268 Mon Jun  5 18:46:06 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
269
270         * config.table (frags): Use toplevel pic frags.
271
272         * Makefile.in (PICFLAG): New macro.
273         (all): Depend on stamp-picdir.
274         (needed-list): Ditto.
275         (.c.o): Also build pic object.
276         (stamp-picdir): New rule.
277         (mostlyclean): Remove pic.
278         (clean): Remove stamp-picdir.
279
280 Fri Mar 24 16:55:48 1995  Pat Rankin  (rankin@eql.caltech.edu)
281
282         * vmsbuild.com (config.h): Add `#define NEED_basename'.
283
284 Tue May 23 10:12:46 1995  Per Bothner  <bothner@kalessin.cygnus.com>
285
286         * clock.c, getopt.c, strtod.c, vsprintf.c:  Change from using LGPL
287         to libio-style copyright.
288         * getpagesize.c:  Remove FSF copyright.
289
290 Sat May 20 12:30:23 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
291
292         Added improved VMS support from Pat Rankin:
293
294         Fri Mar 17 18:40:36 1995  Pat Rankin  (rankin@eql.caltech.edu)
295
296         * vmsbuild.com:  new file.
297
298         * getpagesize.c (getpagesize):  implement for VMS;
299         * strerror.c (strerror, strerrno, strtoerrno):  add rudimentary
300         support for EVMSERR.
301
302 Thu May 18 17:01:42 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
303
304         Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
305
306         * floatformat.c (floatformat_arm_ext): Define.
307
308 Tue May 16 13:30:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
309
310         * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
311         strerror.c, strsignal.c:  Remove FSF copyright.
312         * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
313
314 Mon May 15 19:53:17 1995  Per Bothner  <bothner@kalessin.cygnus.com>
315
316         * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
317         strrchr.c, strstr.c, vfork.c:  Remove FSF Copyright, because this
318         might contaminate libstdc++ with the LGPL.  (OK'd by RMS 11 Oct 94.)
319         * strchr.c, strrchr.c:  Add cast to suppress const warning.
320
321 Thu May  4 14:36:42 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
322
323         * cplus-dem.c: Use const instead of CONST.  Don't include
324         ansidecl.h directly.
325
326 Wed Apr 19 01:30:27 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
327
328         * cplus-dem.c: Don't include libiberty.h.  Do declare xmalloc and
329         xrealloc.
330         (-DMAIN): Don't rely on an externally-defined version number;
331         instead, require the version number to be defined as a
332         preprocessor macro.  Handle the RS/6000 leading dot.  Define
333         xmalloc, xrealloc and fatal.  Don't strip a leading underscore
334         if we couldn't demangle the word.
335
336 Tue Apr  4 13:03:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
337
338         (Old mpw.c change descriptions retained for informational value.)
339         * mpw.c (warning_threshold): Default to .4 sec.
340         (overflow_count, current_progress): New globals.
341         (warn_if_spin_delay): Include current progress type,
342         such as program name, in message.
343         (mpw_start_progress): Set current_progress variable from arg.
344         (mpw_end_progress): Report spin delays by power-of-two-size
345         buckets instead of constant-size buckets.
346
347         * mpw.c: Clean up formatting, types, returns, etc.
348         (ENOSYS): Define.
349         (mpw_fread, mpw_fwrite): Define.
350         (sleep): Define correctly.
351
352         * mpw.c: New code to implement cursor spinning support.
353         (umask): New function.
354         (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
355
356         * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
357         basenames for MPW and MPW/Unix filenames.
358         (mpw_special_init): New function, calls Macsbug if desired.
359
360         * mpw.c: Add GPL notice.
361         (mpwify_filename): Add more transformations.
362         (mpw_fopen): Call mpwify_filename on file names.
363         (rename): Remove.
364         (chdir, getcwd): Add simple definitions.
365
366         * mpw.c: Random cleanups, remove unused code bits.
367         Added copy of strerror.c for gcc's use.
368         (stat, fstat, _stat): New versions based on Guido van Rossum code.
369
370         * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
371
372         * mpw.c (stat): Remove hack definition, get from sys/stat.h.
373         (fork, vfork, etc): Print error messages if called.
374         (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
375         rename, chown): Define.
376
377         * mpw-config.in: New file, MPW version of configure.in.
378         * mpw-make.in: New file, MPW version of Makefile.in.
379         * mpw.c: New file, MPW compatibility routines.
380
381 Fri Mar 24 14:10:30 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
382
383         * basename.c: Include config.h before checking for NEED_basename.
384
385 Thu Mar 23 19:09:54 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
386
387         * functions.def: Add DEFFUNC for basename.
388
389         * basename.c: Only define basename if NEED_basename.
390
391 Thu Mar 16 13:36:05 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
392
393         * config.table: Fix --enable-shared logic for native builds.
394
395 Mon Mar 13 11:05:11 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
396
397         * cplus-dem.c (demangle_template): Demangle bool literals properly.
398
399 Mon Mar  6 23:57:28 1995  Stu Grossman  (grossman@cygnus.com)
400
401         * strtol.c strtoul.c:  Replace these with less buggy versions from
402         NetBSD.  (strtoul in particular couldn't handle base 16.)
403
404 Wed Mar  1 15:59:01 1995  Ian Lance Taylor  <ian@cygnus.com>
405
406         * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
407
408         * clock.c: If NO_SYS_PARAM_H is defined, don't include
409         <sys/param.h>.
410         * getcwd.c, getpagesize.c, getruntime.c: Likewise.
411
412 Fri Feb 17 15:40:55 1995  Ian Lance Taylor  <ian@cygnus.com>
413
414         * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
415         a number; ANSI appears to permit any expression, including a
416         function call.
417
418         * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
419         xiberty.
420         * config/mt-vxworks5: New file.
421
422 Thu Feb  9 14:19:45 1995  Ian Lance Taylor  <ian@cygnus.com>
423
424         * basename.c (basename): Change argument to be const.
425
426 Wed Feb  8 18:06:52 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
427
428         * Makefile.in (lneeded-list): Don't worry about xmalloc.
429
430 Sun Jan 15 00:40:36 1995  Jeff Law  (law@snake.cs.utah.edu)
431
432         * Makefile.in (distclean): Delete xhost-mkfrag.
433
434 Thu Jan 12 16:54:18 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
435
436         * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
437
438 Wed Jan 11 22:39:56 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
439
440         * hex.c: New file.
441         * Makefile.in (REQUIRED_OFILES, CFILES): List it.
442         (hex.o): Add dependencies.
443
444         * cplus-dem.c (demangle_prefix): For GNU style constructor and
445         destructor names, try demangling the remainder of the string.
446
447 Wed Dec 28 00:49:15 1994  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
448
449         * vasprintf.c (int_vasprintf): New static function.
450         (vasprintf): Use int_vasprintf.  Removes assumption that va_list
451         is assignment compatible.
452
453 Sat Nov  5 19:29:12 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
454
455         * Makefile.in (LIBCFLAGS): New variable.
456         (FLAGS_TO_PASS): Pass it.
457         (.c.o): Use it.
458
459 Thu Nov  3 19:09:47 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
460
461         * getopt.c, getopt1.c: Do compile these functions under Linux,
462         since many native versions are based on glibc but are buggy.
463
464 Mon Oct 24 15:16:46 1994  Per Bothner  <bothner@kalessin.cygnus.com>
465
466         * vasprintf.c:  Make 'format' arg be const, to avoid a mismatch
467         with prototype in GNU libc.  Support stdarg.h as well as varargs.h.
468
469 Tue Oct 11 17:48:27 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
470
471         * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
472         * functions.def: Remove vasprintf.
473
474 Wed Sep 14 17:04:55 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
475
476         * xmalloc.c (first_break): New static variable.
477         (xmalloc_set_program_name): Record sbrk (0) in first_break.
478         (xmalloc): If memory allocation fails, try to report how much
479         memory was allocated by the program up to this point.
480         (xrealloc): Likewise.
481
482 Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
483
484         * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC).  Use it
485         when linking dummy.
486         * config.table: Add host RISCiX Makefile frag.
487         * config/mh-riscix: New file.
488
489 Thu Aug 25 17:29:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
490
491         * Makefile.in (FLAGS_TO_PASS): Define.
492         ($(RULE1)): Use $(FLAGS_TO_PASS).
493
494 Wed Aug 24 17:08:47 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
495
496         * vasprintf.c: Include <string.h>.
497         (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
498         * xatexit.c: Declare malloc.
499
500 Fri Aug 19 15:29:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
501
502         * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
503         one below).
504
505 Thu Aug 18 14:37:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
506
507         * cplus-dem.c (demangle args): Handle ARM repeat encoding where
508         the type index is greater than 9.
509
510 Wed Aug 17 16:13:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
511
512         * cplus-dem.c (demangle_qualified): accept optional '_' between
513         qualified name. This is baecause the template name may end with
514         numeric and can mixed up with the length of next qualified name.
515
516 Wed Aug  3 05:52:14 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
517
518         * config/mt-sunos4: Use our standard location for cross-includes
519         and cross-libs when the target is also a "host" environment (ie no
520         newlib; includes and such don't belong to us).  This is specific
521         to the Cygnus Support environment.
522
523 Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)        
524
525         * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not 
526         xxx<ch=81>.
527
528 Mon Aug  1 17:02:48 1994  Kung Hsu  (kung@mexican.cygnus.com)
529
530         * cplus-dem.c (main): flush stdout to make pipe work.
531
532 Sat Jul 16 12:56:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
533
534         * config.table (*-*-cxux7*):  Recognize.
535         * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
536         Harris-specific float format.
537         * config/mh-cxux7: New file.
538
539 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
540
541         * cplus-dem.c (demangle_template):  Make sure that the result of
542         consume_count doesn't index beyond the end of the string.
543
544 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
545
546         * cplus-dem.c (gnu_special):  Handle vtable mangling of gcc-2.4.5 and
547         earlier. Improve test for new vtable mangling. Change output back
548         to `virtual table'.
549
550 Mon Jun 20 11:37:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
551
552         * obstack.c: Always compile this code, even if using the GNU
553         library.  Avoids problems with relatively recent binary
554         incompatibility.
555
556 Thu Jun 16 17:54:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
557
558         * cplus-dem.c: Include libiberty.h.
559         (xmalloc, xrealloc, free): Don't declare.
560         (strstr): Don't declare parameters.
561         (xmalloc, xrealloc): Don't define.
562         (long_options): Add no-strip-underscores.
563         (main): Call xmalloc_set_program_name.  Pass n in short options to
564         getopt_long.  Handle option 'n' to not strip underscores.
565         (usage): Mention -n and --no-strip-underscores.
566
567 Sun Jun 12 01:37:09 1994  Jason Merrill  (jason@deneb.cygnus.com)
568
569         * cplus-dem.c (demangle_template): Separate consecutive >'s with a
570         space.
571         (gnu_special): Demangle template and qualified names in a vtable name.
572
573 Fri May 27 12:27:52 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
574
575         From gas-2.3 and binutils-2.4 net releases:
576
577         Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
578
579         * makefile.dos: [new] Makefile for dos/go32
580         * configure.bat: update for latest files
581         * msdos.c: remove some functions now in libc.a
582
583 Fri May 20 18:53:32 1994  Per Bothner  (bothner@kalessin.cygnus.com)
584
585         * cplus-dem.c (gnu_special):  Recognize thunks, as well as
586         the new naming style for vtables (when -fvtable-thunks).
587
588 Wed May 18 13:34:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
589
590         * Makefile.in (XTRAFLAGS): Don't define.
591         (.c.o, dummy.o): Don't use XTRAFLAGS.
592         ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
593
594 Fri May 13 16:02:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
595
596         * vasprintf.c: New file.
597         * Makefile.in, functions.def: Add it.
598
599 Fri May 13 16:20:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
600
601         * cplus-dem.c (demangle_fund_type): Grok bool.
602
603 Fri May  6 14:44:21 1994  Steve Chamberlain  (sac@cygnus.com)
604
605         * config.table: Add go32  
606         * config/mh-go32: New template.
607
608 Fri May  6 11:01:59 1994  D. V. Henkel-Wallace  (gumby@rtl.cygnus.com)
609
610         * config.table, config/mt-sunos4: config for when sun4 is cross target.
611
612 Mon Apr 11 00:54:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
613
614         * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
615         Declare strlen to return int.  Don't include stddef.h.
616
617 Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
618
619         * getopt.c: Delete use of IN_GCC to control whether
620         stddef.h or gstddef.h is included.
621
622 Thu Apr 14 14:00:56 1994  Kung Hsu  (kung@mexican.cygnus.com)
623
624         * cplus-dem.c (demangle_signature): Fix a bug in template function
625         type numbering.
626
627 Wed Apr 13 17:23:03 1994  Kung Hsu  (kung@mexican.cygnus.com)
628
629         * cplus-dem.c (demangle_signature): Fix template function with arm
630         style argument type number, Tn.
631
632 Wed Apr 13 17:11:15 1994  Jason Merrill  (jason@deneb.cygnus.com)
633
634         * cplus-dem.c (optable): Add new[] and delete[].
635
636 Fri Apr  8 11:21:42 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
637
638         * argv.c (buildargv): Don't produce empty argument just because
639         there is trailing whitespace.
640
641 Wed Apr  6 11:42:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
642
643         * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
644         Handle 'p' same as 'P'.
645         * cplus-dem.c (do_type): Handle 'p' same as 'P'.
646
647 Sat Mar 26 12:00:13 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
648
649         * floatformat.c (get_field, put_field):  Fix off by one error in
650         little endian case.
651
652 Thu Mar 24 10:40:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
653
654         * floatformat.c (floatformat_from_double): Pass unsigned char *,
655         not char *, to put_field.
656
657 Fri Mar 18 12:34:33 1994  Per Bothner  (bothner@kalessin.cygnus.com)
658
659         * memmove.c:  Re-wrote;  placed in public domain.
660
661 Wed Mar 16 10:33:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
662
663         * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
664         __Q* as a constructor.
665
666 Mon Mar 14 12:26:02 1994  Ian Lance Taylor  (ian@cygnus.com)
667
668         * ieee-float.c: Removed; no longer used.
669         * Makefile.in: Changed accordingly.
670
671 Mon Mar  7 12:28:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
672
673         * floatformat.c (get_field): Removed unused local variable i.
674         (put_field): Removed unused local variable i.
675
676 Sun Feb 27 21:50:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
677
678         * floatformat.c: New file, intended to replace ieee-float.c.
679         * Makefile.in: Change accordingly.
680
681 Thu Feb 24 11:51:12 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
682
683         * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
684          (_getopt_initialize): New function, broken out of _getopt_internal. 
685          (_getopt_internal): 
686          If long_only and the ARGV-element has the form "-f", where f is
687          a valid short option, don't consider it an abbreviated form of
688          a long option that starts with f.  Otherwise there would be no
689          way to give the -f short option.
690
691 Thu Feb 10 14:44:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
692
693         * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
694         Test just __STDC__, not emacs.
695
696 Wed Feb  9 00:14:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
697
698         * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
699         [emacs] [not __STDC__]: Don't include stddef.h.  Don't declare strlen.
700
701 Fri Dec 24 19:43:00 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
702
703         * getopt.c (_NO_PROTO): Define before config.h is included.
704
705 Mon Sep 20 15:59:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
706
707         * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
708         <config.h> only under these, else "config.h".
709
710 Thu Aug 12 18:16:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
711
712         * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
713         <config.h> instead of "config.h".
714
715 Sun Feb 20 17:17:01 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
716
717         * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
718         whether to use prototypes or not.
719         * strerror.c (const): Never undefine; let ansidecl.h handle it.
720         * strsignal.c (const): Likewise.
721
722 Thu Feb 17 13:27:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
723
724         * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
725         Merging common and initialized variables need not be supported by
726         ANSI C compilers.
727         (xatexit): Initialize _xexit_cleanup if not already set.
728         * xexit.c: Comment fix.
729
730 Wed Feb 16 01:15:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
731
732         * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
733         (xrealloc): If oldmem is NULL, allocate with malloc, rather than
734         assuming that realloc works correctly.
735
736 Tue Feb 15 09:26:16 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
737
738         * concat.c, ieee-float.c:  Replace inclusion of <string.h>
739         with explicit function declarations, as recommended by Ian Taylor.
740
741 Sat Feb 12 10:31:11 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
742
743         * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
744         (malloc, realloc): Declare.
745
746 Thu Feb 10 17:08:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
747
748         * argv.c, basename.c: Include ansidecl.h and libiberty.h.
749         * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
750         * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
751         * xmalloc.c: Likewise.
752         * concat.c: Don't declare xmalloc.  If __STDC__, use <stdarg.h>
753         macros, not <varargs.h> macros.
754         * spaces.c (spaces): Make return type const.  Don't crash if
755         malloc returns NULL.
756         * strerror.c (struct error_info): Make name and msg fields const.
757         (error_names): Make const.
758         (strerrno): Make const.
759         (strtoerrno): Make argument const.
760         * strsignal.c (struct signal_info): Make name and msg fields
761         const.
762         (signal_names, sys_siglist): Make const.
763         (strsignal, strsigno): Make const.
764         (strtosigno): Make argument const.
765         * xatexit.c: Declare parameter types.
766         * xmalloc.c (name): Make const.
767         (xmalloc_set_program_name): Make argument const.
768         * Makefile.in (INCDIR): Define.
769         (.c.o): Use $(INCDIR).
770         (dummy.o): Likewise.
771         (argv.o, basename.o): New targets; depend on libiberty.h.
772         (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
773         (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
774         (xmalloc.o): Likewise.
775         (cplus-dem.o): New target; depend on demangle.h.
776         (getopt.o, getopt1.o): New targets; depend on getopt.h.
777         (ieee-float.o): New target; depend on ieee-float.h.
778         (obstack.o): New target; depend on obstack.h.
779
780 Tue Feb  8 05:29:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
781
782         Handle obstack_chunk_alloc returning NULL.  This allows
783         obstacks to be used by libraries, without forcing them
784         to call exit or longjmp.
785         * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
786         If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
787         (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
788
789 Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
790
791         * concat.c, ieee-float.c:  Include <string.h>.
792
793 Sun Feb  6 21:28:46 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
794
795         * xmalloc.c (xmalloc_set_program_name): New function.
796         (xmalloc, xrealloc): Include the name in the error message, if set.
797
798         * Replace atexit.c with xatexit.c.
799         * Makefile.in (CFILES), functions.def: Change references.
800
801 Sat Feb  5 14:02:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
802
803         * getruntime.c (get_run_time): Use getrusage or times if
804         HAVE_GETRUSAGE or HAVE_TIMES are defined.
805
806 Fri Feb  4 15:49:38 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
807
808         * atexit.c: New file.
809         * Makefile.in (CFILES), functions.def: Add it.
810         * xexit.c: New file.
811         * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
812         * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
813         Change request for 0 bytes into request for 1 byte.
814
815 Wed Feb  2 11:36:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
816
817         * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
818         unsigned long, to avoid warnings.
819
820 Fri Jan 28 17:49:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
821
822         * dummy.c: Don't include time.h ever; always define clock_t as
823         "unsigned long".  Until gcc/fixincludes ensures that clock_t
824         exists, __STDC__ isn't a sufficient test.  And if clock() doesn't
825         exist, clock_t probably doesn't either.
826
827 Mon Jan 24 11:52:31 1994  Stan Shebs  (shebs@andros.cygnus.com)
828
829         * clock.c, getruntime.c: New files.
830         * Makefile.in: Add to file lists.
831         * functions.def (clock): Add to list.
832         * dummy.c (time.h): Add if __STDC__.
833         (clock_t): #define as "unsigned long" if not __STDC__.
834
835 Tue Jan 11 11:27:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
836
837         * strtod.c: Declare atof.  From edler@jan.ultra.nyu.edu (Jan
838         Edler).
839
840 Tue Dec 28 14:17:30 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
841
842         * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
843         linking.
844
845 Fri Dec 17 12:26:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
846
847         * cplus-dem.c (demangle_arm_pt): New function.  Common code
848         for ARM template demangling.
849         * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
850         * cplus-dem.c (demangle_prefix): Likewise.
851
852 Tue Nov 30 15:47:48 1993  Jason Merrill  (jason@deneb.cygnus.com)
853
854         * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
855
856 Sat Nov 27 11:05:50 1993  Fred Fish  (fnf@cygnus.com)
857
858         Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
859         * strerror.c, strsignal.c:  As a small space optimization, don't
860         include messages when they aren't actually used.
861
862         Merge changes from takefive.co.at!joe (Josef Leherbauer)
863         * cplus-dem.c (demangle_prefix, demangle_function_name,
864         cplus_demangle_opname):  Fixes for systems where cplus_marker
865         is something other than '$'.
866
867 Fri Nov 26 13:51:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
868
869         * waitpid.c:  Simple-minded approcimation to waitpid
870         using vanilla wait.
871         * functions.def, Makefile.in:  Update accordingly,
872
873 Thu Nov 18 18:01:15 1993  Kung Hsu  (kung@cirdan.cygnus.com)
874
875         * cplus-dem.c(demangle_template): fix bug template instantiation
876         with value of user defined type.
877
878 Wed Nov 17 18:30:21 1993  Kung Hsu  (kung@cirdan.cygnus.com)
879
880         * cplus-dem.c(cplus_demangle_opname): add the subject new function
881         to support unified search of operator in class.
882
883 Wed Nov 10 09:47:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
884
885         gcc -Wall lint:
886         * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
887         "digit = *s" as condition in while loop.
888
889 Tue Nov  9 15:52:22 1993  Mark Eichin  (eichin@cygnus.com)
890
891         * Makefile.in: pass SHELL to recursive make
892
893 Thu Nov  4 12:09:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
894
895         * vfprintf.c, vprintf.c, vsprintf.c:  Make format arg
896         be (const char*), for ANSI (and gcc w/fixproto) consistency.
897
898 Thu Nov  4 08:29:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
899
900         * config.table: Make *-*-hiux* use mh-hpux.
901
902 Fri Oct 22 07:53:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
903
904         * config.table: Add * to end of all OS names.
905
906 Tue Oct 19 17:12:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
907
908         * Makefile.in (lneeded-list): ensure that object file names are
909           not duplicated, as multiple instances of the same object file in
910           a library causes problems on some machines
911
912 Mon Oct 18 21:59:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
913
914         * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
915
916 Fri Oct 15 22:17:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
917
918         * strncasecmp.c: new file, implements strncasecmp
919         * strcasecmp.c: new file, implement strcasecmp
920
921         * Makefile.in (CFILES): list these two new source files
922
923         * functions.def: add strcasecmp and strncasecmp entries
924
925 Fri Oct 15 14:53:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
926
927         * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
928         according to ANSI C.
929
930 Thu Oct 14 16:34:19 1993  Kung Hsu  (kung@cirdan.cygnus.com)
931
932         * cplus-dem.c: add support of ARM global constructor/destructor,
933         and 'G' for passing record or union in parameter.
934
935 Wed Oct 13 13:36:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
936
937         * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
938         should not be in functions.def.
939
940 Wed Oct 13 13:13:38 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
941
942         * functions.def: Removed xmalloc.  Stuff in REQUIRED_OFILES should
943         not be in functions.def.
944
945 Mon Oct  4 18:26:39 1993  Kung Hsu  (kung@cirdan.cygnus.com)
946
947         * cplus-dem.c: change globl constructor/destructor to proper name
948
949 Tue Sep 28 18:11:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
950
951         * cplus-dem.c: fix bug in constructor/destructor
952
953 Tue Sep 28 16:20:49 1993  Kung Hsu  (kung@cirdan.cygnus.com)
954
955         * cplus-dem.c: support both old and new _vt$... vtbl mangled names
956
957 Fri Sep 24 19:07:16 1993  Jason Merrill  (jason@deneb.cygnus.com)
958
959         * cplus-dem.c: Fix demangle_template prototype
960
961 Fri Sep 24 17:32:55 1993  Kung Hsu  (kung@cirdan.cygnus.com)
962
963         * cplus-dem.c: fix template demangling
964         * cplus-dem.c: fix const type demangling
965         * cplus-dem.c: fix constructor/destructor, virtual table,
966         qualifier, global constructor/destructor demangling
967
968 Wed Sep  1 23:13:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
969
970         * strsignal.c, strerror.c: Use fully-bracketed initializer to
971         keep gcc -Wall happy.
972
973 Fri Aug 27 10:30:09 1993  Jason Merrill  (jason@deneb.cygnus.com)
974
975         * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
976         patch.
977
978 Fri Aug 27 11:24:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
979
980         Patch from Paul Flinders:
981         * cplus-dem.c (do_type): Deal with arrays.
982
983 Tue Aug 24 14:23:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
984
985         * cplus-dem.c (demangle_qualified: Deal with GNU format for more
986         than 9 classes.
987
988 Wed Aug 18 19:50:29 1993  Jason Merrill  (jason@deneb.cygnus.com)
989
990         * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
991         not initialized" warnings under HP/UX
992
993 Sun Aug 15 20:42:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
994
995         * strerror.c: Move include of stdio.h after sys_errlist #define.
996         Also remove NULL definition (stdio.h always defines NULL, so it
997         never did anything but clutter up the code).
998
999 Sat Aug 14 14:21:49 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
1000
1001         * Makefile.in, functions.def: handle xmalloc.c
1002
1003         * xmalloc.c: provide xmalloc and xrealloc functions
1004
1005 Thu Aug 12 17:38:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
1006
1007         * cplus-dem.c: Fix a comment.
1008
1009 Sat Aug  7 13:56:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
1010
1011         * getopt1.c: Declare const the way getopt.c does.
1012
1013 Fri Aug  6 17:03:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
1014
1015         * obstack.c, alloca.c: Update from FSF.
1016         * getopt.c, getopt1.c: Update to current FSF version, which
1017         doesn't use alloca. 
1018
1019 Tue Jul 27 14:03:57 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
1020
1021         * Makefile.in (demangle): Add the target with a message saying
1022         where demangle went.
1023
1024 Mon Jul 26 15:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1025
1026         * Makefile.in: Remove obsolete `demangle' target.
1027
1028 Thu Jul 22 08:31:01 1993  Fred Fish  (fnf@deneb.cygnus.com)
1029
1030         * cplus-dem.c (arm_special):  Apply patch from arg@lucid.com to
1031         avoid infinite loop on vtbl symbols with disambiguating "junk"
1032         tacked on the end.
1033
1034 Mon Jul 19 14:10:37 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
1035
1036         * strsignal.c: work around some systems losing definitions of
1037         sys_siglist
1038
1039         * config/mh-lynxos: this system has a losing definition of
1040         sys_siglist
1041
1042         * config.table: use mh-lynxos for *-*-lynxos
1043
1044 Mon Jul 19 17:08:52 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
1045
1046         * config.table: Add support for HPPA BSD hosts.
1047
1048         * config/mh-hpbsd: New file.
1049
1050 Mon Jul 12 18:00:40 1993  K. Richard Pixley  (rich@cygnus.com)
1051
1052         * Makefile.in (TAGS): make work when srcdir != objdir.
1053
1054 Sun Jun 27 15:35:31 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
1055
1056         * cplus-dem.c (main): Add long options, including --help and
1057         --version.
1058         (usage): New function from code in main.
1059
1060 Tue Jun 22 11:37:38 1993  Per Bothner  (bothner@deneb.cygnus.com)
1061
1062         * config.table:  New shell scipt, sourced by both ./configure,in
1063         and ../xiberty/configure.in, to avoid maintainance lossages.
1064         * configure.in and ../xiberty/configure.in:  Use config.table.
1065
1066         * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
1067         * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
1068         * ../xiberty/configure.in:  Update from ./configure.in.
1069
1070 Tue Jun 15 17:05:31 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1071
1072         * Makefile.in: remove parentdir support
1073
1074 Wed May 26 12:59:09 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1075
1076         * cplus-dem.c (xrealloc):  Match definition with prototype.
1077
1078 Tue May 25 14:27:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1079
1080         * cplus-dem.c (demangle_prefix):  Demangle cfront
1081         local variables as an extension to ARM demangling.
1082
1083 Fri May 21 09:53:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1084
1085         * ieee-float.c: Don't require pointers to double to be aligned.
1086
1087 Tue May 18 17:12:10 1993  Fred Fish  (fnf@cygnus.com)
1088
1089         (merge changes from dlong@cse.ucsc.edu)
1090         * cplus-dem.c (consume_count):  Simplify.
1091         * cplus-dem.c (arm_pt, demangle_class_name):  New functions.
1092         * cplus-dem.c (various):  Calls to arm_pt, demangle_class_name.
1093
1094         * cplus-dem.c (xmalloc, xrealloc, strstr):  Make extern decls into
1095         full prototypes.
1096         * cplus-dem.c (free):  Add prototype.
1097         * cplus-dem.c (optable):  Fully bracketize initializer.
1098
1099 Fri May 14 17:13:05 1993  Per Bothner  (bothner@cygnus.com)
1100
1101         * cplus-dem.c:  Whether initial underscores are stripped
1102         depends on the external variable prepends_underscore
1103         (which is generated by the binutils Makefile).
1104
1105 Fri May 14 07:32:20 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
1106
1107         * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
1108
1109 Tue May  4 20:31:59 1993  Fred Fish  (fnf@cygnus.com)
1110
1111         * cplus-dem.c (consume_count):  Return zero if arg does not
1112         start with digit, and don't consume any input.
1113
1114 Tue May  4 08:10:28 1993  Jim Kingdon  (kingdon@cygnus.com)
1115
1116         * Makefile.in (demangle): Use ${srcdir} not $^.
1117
1118         * strtod.c: New file, needed at least for BSD 4.3.
1119
1120 Sun May  2 11:30:42 1993  Fred Fish  (fnf@cygnus.com)
1121
1122         * strsignal.c (sys_siglist):  For ANSI compilations, type is
1123         "const char *const".  Also remove conditionalization on __STDC__
1124         since const is defined away for non-ANSI.
1125
1126 Wed Apr 28 19:29:55 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
1127
1128         * configure.in: Recognize *-*-hpux.
1129         * config/mh-hpux: New file.
1130
1131 Tue Apr 27 15:22:19 1993  Per Bothner  (bothner@cygnus.com)
1132
1133         * tmpnam.c:  Added ANSI tmpnam() function.
1134         * functions.def, Makefile.in:  Update accordingly.
1135
1136 Tue Apr 27 13:38:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1137
1138         * cplus-dem.c (demangle_function_name): Get the demangling of
1139         stop__1A right.
1140
1141 Fri Apr 16 23:48:24 1993  Jim Kingdon  (kingdon at calvin)
1142
1143         * cplus-dem.c: Declare strstr return type.
1144
1145 Fri Mar 26 12:01:26 1993  Jim Kingdon  (kingdon@cygnus.com)
1146
1147         * strsignal.c: Add some AIX signals.
1148
1149 Thu Mar 25 15:17:23 1993  Ian Lance Taylor  (ian@cygnus.com)
1150
1151         * Makefile.in (MAKEOVERRIDES): Define to be empty.
1152
1153 Wed Mar 24 01:59:25 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
1154
1155         * Makefile.in: add installcheck & dvi targets
1156
1157 Thu Mar 18 14:05:44 1993  Per Bothner  (bothner@rtl.cygnus.com)
1158
1159         * ieee-float.c:  New file, moved from ../gdb (since it is
1160         needed by ../opcode/m68k-dis.c).
1161
1162 Tue Mar  2 17:47:31 1993  Fred Fish  (fnf@cygnus.com)
1163
1164         * cplus-dem.c:  Replace all references to cfront with ARM.
1165
1166 Fri Feb 26 00:17:07 1993  Per Bothner  (bothner@rtl.cygnus.com)
1167
1168         * cplus-dem.c:  Fix main program (when compiled with -DMAIN)
1169         to be more useful as a filter.
1170
1171 Sat Feb 20 21:41:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
1172
1173         * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
1174         destination directory before running $(RANLIB), in case that
1175         program tries to create a file in the current directory as part of
1176         its work.
1177
1178 Thu Feb 18 23:00:19 1993  John Gilmore  (gnu@cygnus.com)
1179
1180         * strsignal.c (sys_siglist):  Remove yet another *%^&%&$# "const"
1181         because BSD 4.4 lacks one.  Isn't this fun?
1182
1183 Thu Feb 18 11:24:25 1993  Fred Fish  (fnf@cygnus.com)
1184
1185         * cplus-dem.c (demangle_signature):  Set func_done after
1186         demangling a template.
1187         * cplus-dem.c (demangle_template):  Fix several small bugs
1188         in demangling GNU style templates.
1189         * cplus-dem.c (demangle_prefix):  Fix for templates in GNU
1190         style constructors.
1191         * cplus-dem.c (gnu_special):  Fix for templates in GNU style
1192         static data members.
1193
1194 Tue Feb 16 17:28:35 1993  Fred Fish  (fnf@cygnus.com)
1195
1196         * cplus-dem.c (demangle_signature):  Modify to include type
1197         modifiers like static and const in remembered types.
1198
1199 Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
1200
1201         * cplus-dem.c (demangled_qualified):  Add new parameter that tells
1202         whether to prepend or append the qualifiers.
1203         * cplus-dem.c (string_prepends):  Used now, remove #if 0.
1204         * cplus-dem.c (demangle_signature):  Call demangle_qualified
1205         with prepending.
1206         * cplus_dem.c (gnu_special):  Recognize static data members that
1207         use qualified names.
1208         * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
1209         temporary buffer and the prepend or append them to the result,
1210         as specified by the new "append" flag.
1211         * cplus-dem.c (do_type):  Call demangled_qualified with
1212         appending.
1213
1214 Mon Dec 28 10:47:19 1992  Ken Raeburn  (raeburn@cygnus.com)
1215
1216         * strsignal.c (signal_table): Now const.
1217         (init_signal_tables): Variable eip now points to const.
1218
1219         * strerror.c (error_table): Now const.
1220         (init_error_tables): Variable eip now points to const.
1221
1222 Tue Dec 15 15:36:50 1992  Per Bothner  (bothner@cygnus.com)
1223
1224         * memchr.c (memchr):  New (ANSI standard) function.
1225         * Makefile.in, functions.def:  Added memchr.
1226         * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
1227
1228 Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1229
1230         * getopt.c: remove use of USG around <alloca.h>, which never meant
1231         anything anyway
1232
1233         * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
1234         of USG and USGr4
1235
1236 Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
1237
1238         * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
1239         it's now a type according to the ANSI X3J16 working paper; output
1240         "wchar_t" for it.
1241         (demangle_template): Accept `w' as an integral type.
1242         (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
1243         counterparts malloc and realloc to `char *'.
1244         (main): Exit with a 0 status.
1245         * Makefile.in (demangle): Don't expect the user to define
1246         DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
1247         for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
1248
1249 Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
1250
1251         * Makefile.in (AR_FLAGS):  Avoid verbosity.
1252         * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
1253         replace USGr4 with HAVE_SYSCONF.
1254         * config/mh-solaris:  Remove; mh-sysv4 works now.
1255         * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
1256         * configure.in:  Simplify host matching table, remove separate
1257         solaris config file.
1258
1259 Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
1260
1261         * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
1262
1263 Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
1264
1265         * cplus-dem.c (xmalloc, xrealloc): Add decls.
1266         (remember_type): Don't cast xmalloc.
1267         (string_need): Likewise; don't cast xrealloc either.
1268
1269 Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
1270
1271         * Makefile.in, functions.defs, rename.c: added simple
1272         implementation of rename, since some binutils programs use it.
1273
1274 Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
1275
1276         * strsignal.c:  Add appropriate 'const' to sys_siglist
1277         extern declaration (if __STDC__).  (Needed for Linux.)
1278         * strsignal.c (strsignal): Add cast to remove const-ness.
1279
1280 Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
1281
1282         * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
1283         before "'s, diagnosed by BSD 4.4 awk.
1284
1285 Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
1286
1287         * Makefile.in: create config.h and needed-list through $(CONFIG_H)
1288         and $(NEEDED_LIST), to give some hooks for xiberty.
1289
1290 Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1291
1292         * configure.in: use cpu-vendor-triple instead of nested cases
1293
1294 Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
1295
1296         * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
1297         concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
1298         getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
1299         obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
1300         strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
1301         Convert from using GPL to LGPL.
1302
1303 Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
1304
1305         * Makefile.in (errors):  Leave dummy.o and dummy around so that
1306         we can see how the needed list was generated (it's sometimes wrong).
1307         (mostlyclean):  Remove them.
1308
1309 Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
1310
1311         * getcwd.c: supply a default if MAXPATHLEN is not defined.
1312
1313         * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
1314
1315 Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
1316
1317         * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
1318         when cross-compiling.
1319
1320 Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
1321
1322         * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
1323           as a time optimization.
1324
1325         * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
1326           be more expensive than simply demangling.
1327
1328         * cplus-dem.c (cplus_match): new function.
1329
1330 Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
1331
1332         * cplus-dem.c:  #include <stdio.h>, to define NULL.
1333         Define current_demangling_style.
1334
1335 Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
1336
1337         * cplus-dem.c:  New file, moved from ../gdb.
1338         * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
1339         function, to avoid compiling in target-dependency for CPLUS_MARKER.
1340         * cplus-dem.c (cplus_demangle):  Allow demangling style option
1341         to be passed as a parameter, but using the global variable
1342         current_demangling_style as a default.
1343         * Makefile.in:  Update for cplus-dem.c
1344
1345 Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
1346
1347         * obstack.c:  Merge in comment changes from FSF version.  Now
1348         matches the FSF version exactly.
1349
1350 Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
1351
1352         * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
1353         least on losing DECstations!); use if-then-else instead.
1354
1355 Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
1356
1357         * Makefile.in: always create installation directories.
1358
1359 Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1360
1361        * Makefile.in: clean up definition of CFILES, more comments
1362
1363 Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
1364
1365         * getopt.c (my_index):  Make first arg const to match strchr,
1366         which it sometimes is remapped to.
1367
1368 Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
1369
1370         * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
1371         * obstack.c (_obstack_begin):  Initialize use_extra_arg.
1372         * obstack.c (_obstack_begin_1):  New, from FSF version.
1373
1374 Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
1375
1376         * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
1377         extra_arg.
1378         * obstack.c (_obstack_begin):  Remove area_id and flags arguments
1379         (previously added for mmalloc support, interface has changed).
1380         Also convert flags usage to use use_extra_arg and maybe_empty_object.
1381
1382 Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
1383
1384         * argv.c:  Move expandargv inline and eliminate static variables.
1385         Rewrite to always allocate in powers of two.  Fix to return an
1386         argv with a single null string arg if passed a null string.
1387
1388 Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
1389
1390         * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
1391         "(void)" casts from function calls where the return value is
1392         ignored, in accordance with GNU coding standards.
1393
1394 Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
1395
1396         * bcopy.c, strerror.c, strsignal.c:  Lint.
1397
1398 Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
1399
1400         * getopt.c: merge changes from make.
1401
1402 Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
1403
1404         * alloca.c:  Incorporate fixes from gdb/alloca.c.
1405         FIXME:  Eventually move gdb's alloca configuration files here,
1406         and remove gdb/alloca.c and its Makefile.in support.
1407
1408 Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
1409
1410         * dummy.c:  Define NOTHING to /*nothing*/, change return type
1411         of main to int and return zero.
1412         * functions.def:  Supply NOTHING as the fourth arg to macros
1413         that don't have an explicit arg, to satisfy picky preprocessors.
1414
1415 Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
1416
1417         * Makefile.in:  Clean up *clean rules, as per standards.texi.
1418
1419 Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
1420
1421         * getopt.c, getopt1.c: merged largely gratuitous, mostly
1422           whitespace diffs from other prep distributions.
1423
1424 Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
1425
1426         * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
1427         it is broken on ncr 3000's.
1428
1429 Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
1430
1431         * sigsetmask.c:  Rewrite.  Old one was very confused about its
1432         arguments and result.  New one can't do much, but at least knows
1433         what it can't do, and it's good enough for GDB's use.
1434
1435 Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
1436
1437         * functions.def:  Use proper prototype for strtoul.
1438
1439 Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
1440
1441         * Makefile.in:  Add random.c.
1442         * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
1443         * configure.in:  update solaris2 config.
1444
1445 Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
1446
1447         * random.c:  Add for random() and srandom().
1448         * functions.def:  Add random
1449
1450 Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
1451
1452         * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
1453         using /usr/ucb/install.
1454
1455 Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
1456
1457         * strerror.c:  Kludge to guard against a conflict with
1458         possible declaration of sys_errlist in errno.h.
1459
1460 Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
1461
1462         * configure.in, config/mh-solaris: add solaris2 config support.
1463
1464 Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
1465
1466         * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
1467         is not defined (should be defined in signal.h, says Posix.).
1468
1469 Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
1470
1471         * getopt.c: merged changes from make-3.62.11.
1472
1473 Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
1474
1475         * getopt.c: merged changes from bison-1.18.
1476
1477 Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
1478
1479         * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
1480         since that introduces a circular dependency.
1481         ($(EXTRA_OFILES) are used to build config.h.)
1482
1483         * strtoul.c:  Fixes to handle non-decimal bases better.
1484
1485 Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
1486
1487         * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
1488         * Makefile.dos:  Finish MINUS_G eradication.
1489         * Makefile.in (CFILES):  Add strsignal.c.
1490         * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
1491         * Makefile.in (needed-list):  Split creation of errors file to
1492         separate make target.
1493         * Makefile.in (config.h, needed2.awk, errors):  New targets.
1494         * Makefile.in (clean):  Split to multiple lines, add needed2.awk
1495         and config.h.
1496         * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
1497         * functions.def (strerror):  Remove from optional list.
1498         * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
1499         * functions.def (strerror, psignal):  DEFFUNC's
1500         * strerror.c:  Rewrite from scratch to use sys_errlist only if
1501         available, add errno_max(), add strerrno(), add strtoerrno(),
1502         add test driver.
1503         * strsignal.c:  New file, signal equivalent to strerror.c.
1504         Uses sys_siglist if available, defines signo_max(), strsignal(),
1505         strsigno(), strtosigno(), psignal(), and test driver.
1506
1507 Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
1508
1509         * Makefile.in: do not print recursion line.
1510
1511         * Makefile.in: allow CFLAGS to be passed in from command line.
1512           Removed MINUS_G.  Default CFLAGS to -g.
1513
1514 Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
1515
1516         * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
1517         so libg++ users don't have to be inconvenienced by a
1518         libc.a bug (libc.a needs copysign, but doesn't define it!).
1519         * configure.in:  Use config/mh-aix.
1520         * strtoul.c:  Handle '-' as required by ANSI.
1521         Clean up radix handling.
1522         * strstr.c:  Fix buggy algorithm.
1523         * Makefile.in:  Change so that ${EXTRA_OFILES} is
1524         appended to needed-list (which is used by libg++).
1525
1526 Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
1527
1528         * configure.in:  Recognize new ncr3000 config.
1529         * config/mh-ncr3000:  New config file.
1530
1531 Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
1532
1533         * argv.c, dummy.c:  Lint.
1534
1535 Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
1536
1537         * config/mh-sysv4:  New config file.
1538         * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
1539         host_os == sysv4.
1540         * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
1541         pagesize.
1542
1543 Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
1544
1545         * getopt.c:  Lint.
1546
1547 Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
1548
1549         * functions.def (alloca):  Fix return type and args to avoid
1550         type clash with gcc's builtin alloca.
1551
1552 Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
1553
1554         * configure.in, config/mh-irix4: irix4 support.
1555
1556         * Makefile.in, functions.def, alloca.c: added alloca.
1557
1558 Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
1559
1560         * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
1561
1562 Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
1563
1564         * argv.c:  Fix various external function definitions to be
1565         correct in an ANSI compilation environment.
1566
1567 Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
1568
1569         * obstack.c:  Changes to support calling mmalloc functions,
1570         which take an additional argument over malloc functions.
1571
1572 Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
1573
1574         * added check target.
1575
1576 Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
1577
1578         * argv.c:  #include alloca-conf.h (needed by AIX).
1579
1580 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
1581
1582         * Makefile.in, configure.in: removed traces of namesubdir,
1583           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
1584           copyrights to '92, changed some from Cygnus to FSF.
1585
1586 Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
1587
1588         * argv.c:  Check in Fred's version which fixes problems with
1589         alloca().
1590
1591 Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
1592
1593         * makefile.dos:  Remove NUL to keep patch from failing.
1594
1595 Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
1596
1597         * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
1598
1599 Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
1600
1601         * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
1602
1603 Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
1604
1605         * argv.c:  New file to build and destroy standard argument
1606         vectors from a command string.
1607
1608         * Makefile.in:  Add argv.c and argv.o to appropriate macros.
1609
1610 Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
1611
1612         * configure.in:  Change svr4 references to sysv4.
1613
1614         * rindex.c:  Declare return type of externally used function
1615         strrchr().
1616
1617 Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
1618
1619         * Makefile.in:  Remove "***" in normal output, since Make produces
1620         this on errors, and it's convenient to search for.
1621
1622 Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
1623
1624         * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
1625         New ANSI functions.  The old non-ANSI functions (such as bcopy)
1626         should be avoided.
1627         * bcopy.c:  Fix to correctly handle overlapping regions.
1628         * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
1629         * functions.def:  Add the new functions.
1630         * functions.def:  Add 4th parameter to DEF macro,
1631         an ansidecl.h-style prototype.
1632         * dummy.c:  Use expanded DEF macro to create a dummy function
1633         call, with correct parameter types.  (This avoids some
1634         complaints from gcc about predefined builtins.)
1635
1636         Move the functionality of config/mh-default into Makefile.in.
1637         This avoid duplication, and simplifies things slightly.
1638         * Makefile.in:  Tweak so we don't need config/mh-default.
1639         * README:  Update.
1640         * configure.in:  No longer need config/mh-default.
1641         * config/mh-default:  Deleted.
1642         * config/mh-sysv:  Remove lines copied from old mh-default.
1643
1644 Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
1645
1646         * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
1647         'mknod' device numbers.
1648
1649 Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
1650
1651         * fdmatch.c, Makefile.in:  Add new function that takes two
1652         open file descriptors and returns nonzero if they refer to
1653         the same file, zero otherwise.  (used in gdb)
1654
1655 Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
1656         From DJ:
1657         * msdos.c: stub functions for dos.
1658         * makefile.dos, configdj.bat: new.
1659         * getopt.c: Don't include alloca-conf.h in a GO32 world.
1660         
1661
1662 Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
1663
1664         * Makefile.in: infodir belongs in datadir.
1665
1666 Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
1667
1668         * Makefile.in: remove spaces following hyphens because bsd make
1669           can't cope.  added standards.text support.  install using
1670           INSTALL_DATA.
1671
1672         * configure.in: remove commontargets as it is no longer a
1673           recognized hook.
1674
1675 Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
1676
1677         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
1678           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
1679           and mandir now keyed off datadir by default.
1680
1681 Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
1682
1683         * Makefile.in:  find-needed.awk does not fit in 14 chars.
1684
1685         * Makefile.in:  Suppress error checking when compiling the test
1686         program, because Ultrix make/sh aborts there due to a bug.
1687
1688 Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
1689
1690         * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
1691         * README:  Explained how the auto-configuration works,
1692         and how to add new files and/or configurations.
1693
1694 Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
1695
1696         * strtoul.c:  Avoid defining ULONG_MAX if already defined;
1697         cast a const char * to char * for pedants.
1698
1699         * getopt.c:  Only define "const" after local include files get to,
1700         and only if they haven't defined it.
1701
1702 Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
1703
1704         * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
1705         emulate it with getwd() if available.  This avoids callers having
1706         to find a MAXPATHLEN or PATH_MAX value from somewhere.
1707         * Makefile.in, functions.def:  getwd->getcwd.
1708         * configure.in:  Use generic case for every system.
1709         * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
1710         * config/mh-sysv:  Use default handling, just add -DUSG.
1711
1712 Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
1713
1714         * Makefile.in, config/mh-default: Re-do make magic
1715         so that for the default ("automatic") mode we only
1716         compile the files we actually need.  Do this using
1717         a recursive make:  The top-level generates the list
1718         of needed files (loosely, the ones missing in libc),
1719         and then passes that list to the recursive make.
1720         * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
1721
1722 Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
1723
1724         RS/6000 host support (grumble).
1725
1726         * configure.in:  Build alloca-conf.h file from alloca-norm.h
1727         (everything else) or alloca-botch.h (rs/6000).
1728         * Makefile.in:  Include . on the include path.
1729         * getopt.c:  Use alloca-conf.h.
1730         * alloca-norm.h:  How to declare alloca on reasonable machines.
1731         * alloca-botch.h: How to declare alloca on braindead machines.
1732
1733 Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
1734
1735         * concat.c :  New file, like concat() in gdb but can take a
1736         variable number of arguments rather than fixed at 3 args.  For
1737         now, client applications must supply an xmalloc(), which is a
1738         front end function to malloc() that deals with out-of-memory
1739         conditions.
1740
1741         * Makefile.in:  Add concat.c and concat.o to appropriate macros.
1742
1743 Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
1744
1745         * config/mh-svr4:  Add sigsetmask to list of required functions.
1746
1747 Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
1748
1749         * vsprintf.c:  New file.
1750         * functions.def, Makefile.in:  Add vsprintf.
1751
1752 Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
1753
1754         * configure.in, config/mh-rs6000:  Add rs/6000 host support.
1755         * Makefile.in:  Compile with debug info.
1756
1757 Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
1758
1759         * Makefile.in, configure.in, and new files: dummy.c, functions.def,
1760         config/mf-default:  Added a default configuration mode,
1761         which includes into libiberty.a functions that are "missing" in libc.
1762         * strdup.c, vprintf.c, vfprintf.c: New files.
1763
1764 Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
1765
1766         * config/hmake-svr4: New file.
1767
1768         * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
1769
1770         * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
1771         index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
1772         files containing either portable C versions or emulations using
1773         native library calls.
1774
1775         * strerror.c:  Add copyright, internal documentation, etc.
1776
1777         * strtol.c:  Replace hardwired hex constants with some more
1778         portable macros.  Remove illegal (according to gcc) cast.
1779
1780         * strtoul.c: Replace hardwired hex constant with more portable
1781         macro.
1782
1783         * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
1784         can override them.  Add new source and object file names to CFILES
1785         and OFILES respectively.
1786
1787         * configure.in: Add support for SVR4 makefile fragments.
1788
1789 Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
1790
1791         * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
1792         over-ridden by config/hmake-*
1793         * configure.in: added m88kcvs to sysv list
1794
1795 Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
1796
1797         * Makefile.in:  Most hosts need strerror, but one or two don't,
1798         and they override these definitions in the host-dependent makefile
1799         fragment.
1800         * config/hmake-mach:  The odd man out on strerror -- it's supplied.
1801         * strerror.c:  New file.
1802
1803         * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
1804         it and bfd uses it.
1805         * configure.in, Makefile.in, config/hmake-mach:  Only configure
1806         strtol & strotoul in on Mach.
1807
1808 Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
1809
1810         * obstack.c:  Merge with latest FSF version.
1811
1812 \f
1813 Local Variables:
1814 version-control: never
1815 End: