home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / libiberty / ChangeLog < prev    next >
Encoding:
Text File  |  1995-01-15  |  47.5 KB  |  1,387 lines

  1. Sun Jan 15 00:40:36 1995  Jeff Law  (law@snake.cs.utah.edu)
  2.  
  3.     * Makefile.in (distclean): Delete xhost-mkfrag.
  4.  
  5. Thu Jan 12 16:54:18 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
  6.  
  7.     * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
  8.  
  9. Wed Jan 11 22:39:56 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
  10.  
  11.     * hex.c: New file.
  12.     * Makefile.in (REQUIRED_OFILES, CFILES): List it.
  13.     (hex.o): Add dependencies.
  14.  
  15.     * cplus-dem.c (demangle_prefix): For GNU style constructor and
  16.     destructor names, try demangling the remainder of the string.
  17.  
  18. Wed Dec 28 00:49:15 1994  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
  19.  
  20.     * vasprintf.c (int_vasprintf): New static function.
  21.     (vasprintf): Use int_vasprintf.  Removes assumption that va_list
  22.     is assignment compatible.
  23.  
  24. Sat Nov  5 19:29:12 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
  25.  
  26.     * Makefile.in (LIBCFLAGS): New variable.
  27.     (FLAGS_TO_PASS): Pass it.
  28.     (.c.o): Use it.
  29.  
  30. Thu Nov  3 19:09:47 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
  31.  
  32.     * getopt.c, getopt1.c: Do compile these functions under Linux,
  33.     since many native versions are based on glibc but are buggy.
  34.  
  35. Mon Oct 24 15:16:46 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  36.  
  37.     * vasprintf.c:  Make 'format' arg be const, to avoid a mismatch
  38.     with prototype in GNU libc.  Support stdarg.h as well as varargs.h.
  39.  
  40. Tue Oct 11 17:48:27 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
  41.  
  42.     * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
  43.     * functions.def: Remove vasprintf.
  44.  
  45. Wed Sep 14 17:04:55 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  46.  
  47.     * xmalloc.c (first_break): New static variable.
  48.     (xmalloc_set_program_name): Record sbrk (0) in first_break.
  49.     (xmalloc): If memory allocation fails, try to report how much
  50.     memory was allocated by the program up to this point.
  51.     (xrealloc): Likewise.
  52.  
  53. Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
  54.  
  55.     * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC).  Use it
  56.     when linking dummy.
  57.     * config.table: Add host RISCiX Makefile frag.
  58.     * config/mh-riscix: New file.
  59.  
  60. Thu Aug 25 17:29:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  61.  
  62.     * Makefile.in (FLAGS_TO_PASS): Define.
  63.     ($(RULE1)): Use $(FLAGS_TO_PASS).
  64.  
  65. Wed Aug 24 17:08:47 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  66.  
  67.     * vasprintf.c: Include <string.h>.
  68.     (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
  69.     * xatexit.c: Declare malloc.
  70.  
  71. Fri Aug 19 15:29:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
  72.  
  73.     * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
  74.     one below).
  75.  
  76. Thu Aug 18 14:37:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
  77.  
  78.     * cplus-dem.c (demangle args): Handle ARM repeat encoding where
  79.         the type index is greater than 9.
  80.  
  81. Wed Aug 17 16:13:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
  82.  
  83.     * cplus-dem.c (demangle_qualified): accept optional '_' between
  84.     qualified name. This is baecause the template name may end with
  85.     numeric and can mixed up with the length of next qualified name.
  86.  
  87. Wed Aug  3 05:52:14 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
  88.  
  89.     * config/mt-sunos4: Use our standard location for cross-includes
  90.     and cross-libs when the target is also a "host" environment (ie no
  91.     newlib; includes and such don't belong to us).  This is specific
  92.     to the Cygnus Support environment.
  93.  
  94. Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)        
  95.  
  96.     * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not 
  97.     xxx<ch=81>.
  98.  
  99. Mon Aug  1 17:02:48 1994  Kung Hsu  (kung@mexican.cygnus.com)
  100.  
  101.     * cplus-dem.c (main): flush stdout to make pipe work.
  102.  
  103. Sat Jul 16 12:56:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
  104.  
  105.     * config.table (*-*-cxux7*):  Recognize.
  106.     * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
  107.     Harris-specific float format.
  108.     * config/mh-cxux7: New file.
  109.  
  110. Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  111.  
  112.     * cplus-dem.c (demangle_template):  Make sure that the result of
  113.     consume_count doesn't index beyond the end of the string.
  114.  
  115. Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  116.  
  117.     * cplus-dem.c (gnu_special):  Handle vtable mangling of gcc-2.4.5 and
  118.     earlier. Improve test for new vtable mangling. Change output back
  119.     to `virtual table'.
  120.  
  121. Mon Jun 20 11:37:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  122.  
  123.     * obstack.c: Always compile this code, even if using the GNU
  124.     library.  Avoids problems with relatively recent binary
  125.     incompatibility.
  126.  
  127. Thu Jun 16 17:54:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  128.  
  129.     * cplus-dem.c: Include libiberty.h.
  130.     (xmalloc, xrealloc, free): Don't declare.
  131.     (strstr): Don't declare parameters.
  132.     (xmalloc, xrealloc): Don't define.
  133.     (long_options): Add no-strip-underscores.
  134.     (main): Call xmalloc_set_program_name.  Pass n in short options to
  135.     getopt_long.  Handle option 'n' to not strip underscores.
  136.     (usage): Mention -n and --no-strip-underscores.
  137.  
  138. Sun Jun 12 01:37:09 1994  Jason Merrill  (jason@deneb.cygnus.com)
  139.  
  140.     * cplus-dem.c (demangle_template): Separate consecutive >'s with a
  141.         space.
  142.     (gnu_special): Demangle template and qualified names in a vtable name.
  143.  
  144. Fri May 27 12:27:52 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  145.  
  146.     From gas-2.3 and binutils-2.4 net releases:
  147.  
  148.     Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
  149.  
  150.     * makefile.dos: [new] Makefile for dos/go32
  151.     * configure.bat: update for latest files
  152.     * msdos.c: remove some functions now in libc.a
  153.  
  154. Fri May 20 18:53:32 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  155.  
  156.     * cplus-dem.c (gnu_special):  Recognize thunks, as well as
  157.     the new naming style for vtables (when -fvtable-thunks).
  158.  
  159. Wed May 18 13:34:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  160.  
  161.     * Makefile.in (XTRAFLAGS): Don't define.
  162.     (.c.o, dummy.o): Don't use XTRAFLAGS.
  163.     ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
  164.  
  165. Fri May 13 16:02:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  166.  
  167.     * vasprintf.c: New file.
  168.     * Makefile.in, functions.def: Add it.
  169.  
  170. Fri May 13 16:20:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
  171.  
  172.     * cplus-dem.c (demangle_fund_type): Grok bool.
  173.  
  174. Fri May  6 14:44:21 1994  Steve Chamberlain  (sac@cygnus.com)
  175.  
  176.     * config.table: Add go32  
  177.     * config/mh-go32: New template.
  178.  
  179. Fri May  6 11:01:59 1994  D. V. Henkel-Wallace  (gumby@rtl.cygnus.com)
  180.  
  181.     * config.table, config/mt-sunos4: config for when sun4 is cross target.
  182.  
  183. Mon Apr 11 00:54:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  184.  
  185.         * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
  186.         Declare strlen to return int.  Don't include stddef.h.
  187.  
  188. Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
  189.  
  190.         * getopt.c: Delete use of IN_GCC to control whether
  191.         stddef.h or gstddef.h is included.
  192.  
  193. Thu Apr 14 14:00:56 1994  Kung Hsu  (kung@mexican.cygnus.com)
  194.  
  195.     * cplus-dem.c (demangle_signature): Fix a bug in template function
  196.     type numbering.
  197.  
  198. Wed Apr 13 17:23:03 1994  Kung Hsu  (kung@mexican.cygnus.com)
  199.  
  200.     * cplus-dem.c (demangle_signature): Fix template function with arm
  201.     style argument type number, Tn.
  202.  
  203. Wed Apr 13 17:11:15 1994  Jason Merrill  (jason@deneb.cygnus.com)
  204.  
  205.     * cplus-dem.c (optable): Add new[] and delete[].
  206.  
  207. Fri Apr  8 11:21:42 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
  208.  
  209.     * argv.c (buildargv): Don't produce empty argument just because
  210.     there is trailing whitespace.
  211.  
  212. Wed Apr  6 11:42:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
  213.  
  214.     * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
  215.     Handle 'p' same as 'P'.
  216.     * cplus-dem.c (do_type): Handle 'p' same as 'P'.
  217.  
  218. Sat Mar 26 12:00:13 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  219.  
  220.     * floatformat.c (get_field, put_field):  Fix off by one error in
  221.     little endian case.
  222.  
  223. Thu Mar 24 10:40:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  224.  
  225.     * floatformat.c (floatformat_from_double): Pass unsigned char *,
  226.     not char *, to put_field.
  227.  
  228. Fri Mar 18 12:34:33 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  229.  
  230.     * memmove.c:  Re-wrote;  placed in public domain.
  231.  
  232. Wed Mar 16 10:33:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  233.  
  234.     * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
  235.     __Q* as a constructor.
  236.  
  237. Mon Mar 14 12:26:02 1994  Ian Lance Taylor  (ian@cygnus.com)
  238.  
  239.     * ieee-float.c: Removed; no longer used.
  240.     * Makefile.in: Changed accordingly.
  241.  
  242. Mon Mar  7 12:28:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  243.  
  244.     * floatformat.c (get_field): Removed unused local variable i.
  245.     (put_field): Removed unused local variable i.
  246.  
  247. Sun Feb 27 21:50:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
  248.  
  249.     * floatformat.c: New file, intended to replace ieee-float.c.
  250.     * Makefile.in: Change accordingly.
  251.  
  252. Thu Feb 24 11:51:12 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
  253.  
  254.     * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
  255.      (_getopt_initialize): New function, broken out of _getopt_internal. 
  256.      (_getopt_internal): 
  257.      If long_only and the ARGV-element has the form "-f", where f is
  258.      a valid short option, don't consider it an abbreviated form of
  259.      a long option that starts with f.  Otherwise there would be no
  260.      way to give the -f short option.
  261.  
  262. Thu Feb 10 14:44:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  263.  
  264.         * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
  265.         Test just __STDC__, not emacs.
  266.  
  267. Wed Feb  9 00:14:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  268.  
  269.         * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
  270.         [emacs] [not __STDC__]: Don't include stddef.h.  Don't declare strlen.
  271.  
  272. Fri Dec 24 19:43:00 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  273.  
  274.         * getopt.c (_NO_PROTO): Define before config.h is included.
  275.  
  276. Mon Sep 20 15:59:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  277.  
  278.         * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
  279.     <config.h> only under these, else "config.h".
  280.  
  281. Thu Aug 12 18:16:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  282.  
  283.         * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
  284.         <config.h> instead of "config.h".
  285.  
  286. Sun Feb 20 17:17:01 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
  287.  
  288.     * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
  289.     whether to use prototypes or not.
  290.     * strerror.c (const): Never undefine; let ansidecl.h handle it.
  291.     * strsignal.c (const): Likewise.
  292.  
  293. Thu Feb 17 13:27:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  294.  
  295.     * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
  296.     Merging common and initialized variables need not be supported by
  297.     ANSI C compilers.
  298.     (xatexit): Initialize _xexit_cleanup if not already set.
  299.     * xexit.c: Comment fix.
  300.  
  301. Wed Feb 16 01:15:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  302.  
  303.     * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
  304.     (xrealloc): If oldmem is NULL, allocate with malloc, rather than
  305.     assuming that realloc works correctly.
  306.  
  307. Tue Feb 15 09:26:16 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  308.  
  309.     * concat.c, ieee-float.c:  Replace inclusion of <string.h>
  310.     with explicit function declarations, as recommended by Ian Taylor.
  311.  
  312. Sat Feb 12 10:31:11 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
  313.  
  314.     * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
  315.     (malloc, realloc): Declare.
  316.  
  317. Thu Feb 10 17:08:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  318.  
  319.     * argv.c, basename.c: Include ansidecl.h and libiberty.h.
  320.     * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
  321.     * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
  322.     * xmalloc.c: Likewise.
  323.     * concat.c: Don't declare xmalloc.  If __STDC__, use <stdarg.h>
  324.     macros, not <varargs.h> macros.
  325.     * spaces.c (spaces): Make return type const.  Don't crash if
  326.     malloc returns NULL.
  327.     * strerror.c (struct error_info): Make name and msg fields const.
  328.     (error_names): Make const.
  329.     (strerrno): Make const.
  330.     (strtoerrno): Make argument const.
  331.     * strsignal.c (struct signal_info): Make name and msg fields
  332.     const.
  333.     (signal_names, sys_siglist): Make const.
  334.     (strsignal, strsigno): Make const.
  335.     (strtosigno): Make argument const.
  336.     * xatexit.c: Declare parameter types.
  337.     * xmalloc.c (name): Make const.
  338.     (xmalloc_set_program_name): Make argument const.
  339.     * Makefile.in (INCDIR): Define.
  340.     (.c.o): Use $(INCDIR).
  341.     (dummy.o): Likewise.
  342.     (argv.o, basename.o): New targets; depend on libiberty.h.
  343.     (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
  344.     (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
  345.     (xmalloc.o): Likewise.
  346.     (cplus-dem.o): New target; depend on demangle.h.
  347.     (getopt.o, getopt1.o): New targets; depend on getopt.h.
  348.     (ieee-float.o): New target; depend on ieee-float.h.
  349.     (obstack.o): New target; depend on obstack.h.
  350.  
  351. Tue Feb  8 05:29:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
  352.  
  353.     Handle obstack_chunk_alloc returning NULL.  This allows
  354.     obstacks to be used by libraries, without forcing them
  355.     to call exit or longjmp.
  356.     * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
  357.     If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
  358.     (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
  359.  
  360. Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  361.  
  362.     * concat.c, ieee-float.c:  Include <string.h>.
  363.  
  364. Sun Feb  6 21:28:46 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
  365.  
  366.     * xmalloc.c (xmalloc_set_program_name): New function.
  367.     (xmalloc, xrealloc): Include the name in the error message, if set.
  368.  
  369.     * Replace atexit.c with xatexit.c.
  370.     * Makefile.in (CFILES), functions.def: Change references.
  371.  
  372. Sat Feb  5 14:02:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
  373.  
  374.     * getruntime.c (get_run_time): Use getrusage or times if
  375.     HAVE_GETRUSAGE or HAVE_TIMES are defined.
  376.  
  377. Fri Feb  4 15:49:38 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
  378.  
  379.     * atexit.c: New file.
  380.     * Makefile.in (CFILES), functions.def: Add it.
  381.     * xexit.c: New file.
  382.     * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
  383.     * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
  384.     Change request for 0 bytes into request for 1 byte.
  385.  
  386. Wed Feb  2 11:36:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  387.  
  388.     * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
  389.     unsigned long, to avoid warnings.
  390.  
  391. Fri Jan 28 17:49:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  392.  
  393.     * dummy.c: Don't include time.h ever; always define clock_t as
  394.     "unsigned long".  Until gcc/fixincludes ensures that clock_t
  395.     exists, __STDC__ isn't a sufficient test.  And if clock() doesn't
  396.     exist, clock_t probably doesn't either.
  397.  
  398. Mon Jan 24 11:52:31 1994  Stan Shebs  (shebs@andros.cygnus.com)
  399.  
  400.     * clock.c, getruntime.c: New files.
  401.     * Makefile.in: Add to file lists.
  402.     * functions.def (clock): Add to list.
  403.     * dummy.c (time.h): Add if __STDC__.
  404.     (clock_t): #define as "unsigned long" if not __STDC__.
  405.  
  406. Tue Jan 11 11:27:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  407.  
  408.     * strtod.c: Declare atof.  From edler@jan.ultra.nyu.edu (Jan
  409.     Edler).
  410.  
  411. Tue Dec 28 14:17:30 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  412.  
  413.     * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
  414.     linking.
  415.  
  416. Fri Dec 17 12:26:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  417.  
  418.     * cplus-dem.c (demangle_arm_pt): New function.  Common code
  419.     for ARM template demangling.
  420.     * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
  421.     * cplus-dem.c (demangle_prefix): Likewise.
  422.  
  423. Tue Nov 30 15:47:48 1993  Jason Merrill  (jason@deneb.cygnus.com)
  424.  
  425.     * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
  426.  
  427. Sat Nov 27 11:05:50 1993  Fred Fish  (fnf@cygnus.com)
  428.  
  429.     Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
  430.     * strerror.c, strsignal.c:  As a small space optimization, don't
  431.     include messages when they aren't actually used.
  432.  
  433.     Merge changes from takefive.co.at!joe (Josef Leherbauer)
  434.     * cplus-dem.c (demangle_prefix, demangle_function_name,
  435.     cplus_demangle_opname):  Fixes for systems where cplus_marker
  436.     is something other than '$'.
  437.  
  438. Fri Nov 26 13:51:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  439.  
  440.     * waitpid.c:  Simple-minded approcimation to waitpid
  441.     using vanilla wait.
  442.     * functions.def, Makefile.in:  Update accordingly,
  443.  
  444. Thu Nov 18 18:01:15 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  445.  
  446.     * cplus-dem.c(demangle_template): fix bug template instantiation
  447.     with value of user defined type.
  448.  
  449. Wed Nov 17 18:30:21 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  450.  
  451.     * cplus-dem.c(cplus_demangle_opname): add the subject new function
  452.     to support unified search of operator in class.
  453.  
  454. Wed Nov 10 09:47:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  455.  
  456.     gcc -Wall lint:
  457.     * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
  458.     "digit = *s" as condition in while loop.
  459.  
  460. Tue Nov  9 15:52:22 1993  Mark Eichin  (eichin@cygnus.com)
  461.  
  462.     * Makefile.in: pass SHELL to recursive make
  463.  
  464. Thu Nov  4 12:09:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  465.  
  466.     * vfprintf.c, vprintf.c, vsprintf.c:  Make format arg
  467.     be (const char*), for ANSI (and gcc w/fixproto) consistency.
  468.  
  469. Thu Nov  4 08:29:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  470.  
  471.     * config.table: Make *-*-hiux* use mh-hpux.
  472.  
  473. Fri Oct 22 07:53:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  474.  
  475.     * config.table: Add * to end of all OS names.
  476.  
  477. Tue Oct 19 17:12:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  478.  
  479.     * Makefile.in (lneeded-list): ensure that object file names are
  480.       not duplicated, as multiple instances of the same object file in
  481.       a library causes problems on some machines
  482.  
  483. Mon Oct 18 21:59:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  484.  
  485.     * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
  486.  
  487. Fri Oct 15 22:17:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  488.  
  489.     * strncasecmp.c: new file, implements strncasecmp
  490.     * strcasecmp.c: new file, implement strcasecmp
  491.  
  492.     * Makefile.in (CFILES): list these two new source files
  493.  
  494.     * functions.def: add strcasecmp and strncasecmp entries
  495.  
  496. Fri Oct 15 14:53:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  497.  
  498.     * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
  499.     according to ANSI C.
  500.  
  501. Thu Oct 14 16:34:19 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  502.  
  503.     * cplus-dem.c: add support of ARM global constructor/destructor,
  504.     and 'G' for passing record or union in parameter.
  505.  
  506. Wed Oct 13 13:36:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  507.  
  508.     * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
  509.     should not be in functions.def.
  510.  
  511. Wed Oct 13 13:13:38 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  512.  
  513.     * functions.def: Removed xmalloc.  Stuff in REQUIRED_OFILES should
  514.     not be in functions.def.
  515.  
  516. Mon Oct  4 18:26:39 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  517.  
  518.     * cplus-dem.c: change globl constructor/destructor to proper name
  519.  
  520. Tue Sep 28 18:11:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  521.  
  522.     * cplus-dem.c: fix bug in constructor/destructor
  523.  
  524. Tue Sep 28 16:20:49 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  525.  
  526.     * cplus-dem.c: support both old and new _vt$... vtbl mangled names
  527.  
  528. Fri Sep 24 19:07:16 1993  Jason Merrill  (jason@deneb.cygnus.com)
  529.  
  530.     * cplus-dem.c: Fix demangle_template prototype
  531.  
  532. Fri Sep 24 17:32:55 1993  Kung Hsu  (kung@cirdan.cygnus.com)
  533.  
  534.     * cplus-dem.c: fix template demangling
  535.     * cplus-dem.c: fix const type demangling
  536.     * cplus-dem.c: fix constructor/destructor, virtual table,
  537.     qualifier, global constructor/destructor demangling
  538.  
  539. Wed Sep  1 23:13:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  540.  
  541.     * strsignal.c, strerror.c: Use fully-bracketed initializer to
  542.     keep gcc -Wall happy.
  543.  
  544. Fri Aug 27 10:30:09 1993  Jason Merrill  (jason@deneb.cygnus.com)
  545.  
  546.     * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
  547.     patch.
  548.  
  549. Fri Aug 27 11:24:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  550.  
  551.     Patch from Paul Flinders:
  552.     * cplus-dem.c (do_type): Deal with arrays.
  553.  
  554. Tue Aug 24 14:23:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  555.  
  556.     * cplus-dem.c (demangle_qualified: Deal with GNU format for more
  557.     than 9 classes.
  558.  
  559. Wed Aug 18 19:50:29 1993  Jason Merrill  (jason@deneb.cygnus.com)
  560.  
  561.     * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
  562.     not initialized" warnings under HP/UX
  563.  
  564. Sun Aug 15 20:42:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  565.  
  566.     * strerror.c: Move include of stdio.h after sys_errlist #define.
  567.     Also remove NULL definition (stdio.h always defines NULL, so it
  568.     never did anything but clutter up the code).
  569.  
  570. Sat Aug 14 14:21:49 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  571.  
  572.     * Makefile.in, functions.def: handle xmalloc.c
  573.  
  574.     * xmalloc.c: provide xmalloc and xrealloc functions
  575.  
  576. Thu Aug 12 17:38:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  577.  
  578.     * cplus-dem.c: Fix a comment.
  579.  
  580. Sat Aug  7 13:56:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  581.  
  582.     * getopt1.c: Declare const the way getopt.c does.
  583.  
  584. Fri Aug  6 17:03:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  585.  
  586.     * obstack.c, alloca.c: Update from FSF.
  587.     * getopt.c, getopt1.c: Update to current FSF version, which
  588.     doesn't use alloca. 
  589.  
  590. Tue Jul 27 14:03:57 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  591.  
  592.     * Makefile.in (demangle): Add the target with a message saying
  593.     where demangle went.
  594.  
  595. Mon Jul 26 15:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  596.  
  597.     * Makefile.in: Remove obsolete `demangle' target.
  598.  
  599. Thu Jul 22 08:31:01 1993  Fred Fish  (fnf@deneb.cygnus.com)
  600.  
  601.     * cplus-dem.c (arm_special):  Apply patch from arg@lucid.com to
  602.     avoid infinite loop on vtbl symbols with disambiguating "junk"
  603.     tacked on the end.
  604.  
  605. Mon Jul 19 14:10:37 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  606.  
  607.     * strsignal.c: work around some systems losing definitions of
  608.     sys_siglist
  609.  
  610.     * config/mh-lynxos: this system has a losing definition of
  611.     sys_siglist
  612.  
  613.     * config.table: use mh-lynxos for *-*-lynxos
  614.  
  615. Mon Jul 19 17:08:52 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
  616.  
  617.     * config.table: Add support for HPPA BSD hosts.
  618.  
  619.     * config/mh-hpbsd: New file.
  620.  
  621. Mon Jul 12 18:00:40 1993  K. Richard Pixley  (rich@cygnus.com)
  622.  
  623.     * Makefile.in (TAGS): make work when srcdir != objdir.
  624.  
  625. Sun Jun 27 15:35:31 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  626.  
  627.     * cplus-dem.c (main): Add long options, including --help and
  628.     --version.
  629.     (usage): New function from code in main.
  630.  
  631. Tue Jun 22 11:37:38 1993  Per Bothner  (bothner@deneb.cygnus.com)
  632.  
  633.     * config.table:  New shell scipt, sourced by both ./configure,in
  634.     and ../xiberty/configure.in, to avoid maintainance lossages.
  635.     * configure.in and ../xiberty/configure.in:  Use config.table.
  636.  
  637.     * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
  638.     * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
  639.     * ../xiberty/configure.in:  Update from ./configure.in.
  640.  
  641. Tue Jun 15 17:05:31 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  642.  
  643.     * Makefile.in: remove parentdir support
  644.  
  645. Wed May 26 12:59:09 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  646.  
  647.     * cplus-dem.c (xrealloc):  Match definition with prototype.
  648.  
  649. Tue May 25 14:27:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  650.  
  651.     * cplus-dem.c (demangle_prefix):  Demangle cfront
  652.     local variables as an extension to ARM demangling.
  653.  
  654. Fri May 21 09:53:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  655.  
  656.     * ieee-float.c: Don't require pointers to double to be aligned.
  657.  
  658. Tue May 18 17:12:10 1993  Fred Fish  (fnf@cygnus.com)
  659.  
  660.         (merge changes from dlong@cse.ucsc.edu)
  661.     * cplus-dem.c (consume_count):  Simplify.
  662.     * cplus-dem.c (arm_pt, demangle_class_name):  New functions.
  663.     * cplus-dem.c (various):  Calls to arm_pt, demangle_class_name.
  664.  
  665.     * cplus-dem.c (xmalloc, xrealloc, strstr):  Make extern decls into
  666.     full prototypes.
  667.     * cplus-dem.c (free):  Add prototype.
  668.     * cplus-dem.c (optable):  Fully bracketize initializer.
  669.  
  670. Fri May 14 17:13:05 1993  Per Bothner  (bothner@cygnus.com)
  671.  
  672.     * cplus-dem.c:  Whether initial underscores are stripped
  673.     depends on the external variable prepends_underscore
  674.     (which is generated by the binutils Makefile).
  675.  
  676. Fri May 14 07:32:20 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
  677.  
  678.     * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
  679.  
  680. Tue May  4 20:31:59 1993  Fred Fish  (fnf@cygnus.com)
  681.  
  682.     * cplus-dem.c (consume_count):  Return zero if arg does not
  683.     start with digit, and don't consume any input.
  684.  
  685. Tue May  4 08:10:28 1993  Jim Kingdon  (kingdon@cygnus.com)
  686.  
  687.     * Makefile.in (demangle): Use ${srcdir} not $^.
  688.  
  689.     * strtod.c: New file, needed at least for BSD 4.3.
  690.  
  691. Sun May  2 11:30:42 1993  Fred Fish  (fnf@cygnus.com)
  692.  
  693.     * strsignal.c (sys_siglist):  For ANSI compilations, type is
  694.     "const char *const".  Also remove conditionalization on __STDC__
  695.     since const is defined away for non-ANSI.
  696.  
  697. Wed Apr 28 19:29:55 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
  698.  
  699.     * configure.in: Recognize *-*-hpux.
  700.     * config/mh-hpux: New file.
  701.  
  702. Tue Apr 27 15:22:19 1993  Per Bothner  (bothner@cygnus.com)
  703.  
  704.     * tmpnam.c:  Added ANSI tmpnam() function.
  705.     * functions.def, Makefile.in:  Update accordingly.
  706.  
  707. Tue Apr 27 13:38:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  708.  
  709.     * cplus-dem.c (demangle_function_name): Get the demangling of
  710.     stop__1A right.
  711.  
  712. Fri Apr 16 23:48:24 1993  Jim Kingdon  (kingdon at calvin)
  713.  
  714.     * cplus-dem.c: Declare strstr return type.
  715.  
  716. Fri Mar 26 12:01:26 1993  Jim Kingdon  (kingdon@cygnus.com)
  717.  
  718.     * strsignal.c: Add some AIX signals.
  719.  
  720. Thu Mar 25 15:17:23 1993  Ian Lance Taylor  (ian@cygnus.com)
  721.  
  722.     * Makefile.in (MAKEOVERRIDES): Define to be empty.
  723.  
  724. Wed Mar 24 01:59:25 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  725.  
  726.     * Makefile.in: add installcheck & dvi targets
  727.  
  728. Thu Mar 18 14:05:44 1993  Per Bothner  (bothner@rtl.cygnus.com)
  729.  
  730.     * ieee-float.c:  New file, moved from ../gdb (since it is
  731.     needed by ../opcode/m68k-dis.c).
  732.  
  733. Tue Mar  2 17:47:31 1993  Fred Fish  (fnf@cygnus.com)
  734.  
  735.     * cplus-dem.c:  Replace all references to cfront with ARM.
  736.  
  737. Fri Feb 26 00:17:07 1993  Per Bothner  (bothner@rtl.cygnus.com)
  738.  
  739.     * cplus-dem.c:  Fix main program (when compiled with -DMAIN)
  740.     to be more useful as a filter.
  741.  
  742. Sat Feb 20 21:41:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  743.  
  744.     * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
  745.     destination directory before running $(RANLIB), in case that
  746.     program tries to create a file in the current directory as part of
  747.     its work.
  748.  
  749. Thu Feb 18 23:00:19 1993  John Gilmore  (gnu@cygnus.com)
  750.  
  751.     * strsignal.c (sys_siglist):  Remove yet another *%^&%&$# "const"
  752.     because BSD 4.4 lacks one.  Isn't this fun?
  753.  
  754. Thu Feb 18 11:24:25 1993  Fred Fish  (fnf@cygnus.com)
  755.  
  756.     * cplus-dem.c (demangle_signature):  Set func_done after
  757.     demangling a template.
  758.     * cplus-dem.c (demangle_template):  Fix several small bugs
  759.     in demangling GNU style templates.
  760.     * cplus-dem.c (demangle_prefix):  Fix for templates in GNU
  761.     style constructors.
  762.     * cplus-dem.c (gnu_special):  Fix for templates in GNU style
  763.     static data members.
  764.  
  765. Tue Feb 16 17:28:35 1993  Fred Fish  (fnf@cygnus.com)
  766.  
  767.     * cplus-dem.c (demangle_signature):  Modify to include type
  768.     modifiers like static and const in remembered types.
  769.  
  770. Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
  771.  
  772.     * cplus-dem.c (demangled_qualified):  Add new parameter that tells
  773.     whether to prepend or append the qualifiers.
  774.     * cplus-dem.c (string_prepends):  Used now, remove #if 0.
  775.     * cplus-dem.c (demangle_signature):  Call demangle_qualified
  776.     with prepending.
  777.     * cplus_dem.c (gnu_special):  Recognize static data members that
  778.     use qualified names.
  779.     * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
  780.     temporary buffer and the prepend or append them to the result,
  781.     as specified by the new "append" flag.
  782.     * cplus-dem.c (do_type):  Call demangled_qualified with
  783.     appending.
  784.  
  785. Mon Dec 28 10:47:19 1992  Ken Raeburn  (raeburn@cygnus.com)
  786.  
  787.     * strsignal.c (signal_table): Now const.
  788.     (init_signal_tables): Variable eip now points to const.
  789.  
  790.     * strerror.c (error_table): Now const.
  791.     (init_error_tables): Variable eip now points to const.
  792.  
  793. Tue Dec 15 15:36:50 1992  Per Bothner  (bothner@cygnus.com)
  794.  
  795.     * memchr.c (memchr):  New (ANSI standard) function.
  796.     * Makefile.in, functions.def:  Added memchr.
  797.     * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
  798.  
  799. Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  800.  
  801.     * getopt.c: remove use of USG around <alloca.h>, which never meant
  802.     anything anyway
  803.  
  804.     * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
  805.     of USG and USGr4
  806.  
  807. Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
  808.  
  809.     * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
  810.     it's now a type according to the ANSI X3J16 working paper; output
  811.     "wchar_t" for it.
  812.     (demangle_template): Accept `w' as an integral type.
  813.     (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
  814.     counterparts malloc and realloc to `char *'.
  815.     (main): Exit with a 0 status.
  816.     * Makefile.in (demangle): Don't expect the user to define
  817.     DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
  818.     for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
  819.  
  820. Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
  821.  
  822.     * Makefile.in (AR_FLAGS):  Avoid verbosity.
  823.     * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
  824.     replace USGr4 with HAVE_SYSCONF.
  825.     * config/mh-solaris:  Remove; mh-sysv4 works now.
  826.     * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
  827.     * configure.in:  Simplify host matching table, remove separate
  828.     solaris config file.
  829.  
  830. Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
  831.  
  832.     * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
  833.  
  834. Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
  835.  
  836.     * cplus-dem.c (xmalloc, xrealloc): Add decls.
  837.     (remember_type): Don't cast xmalloc.
  838.     (string_need): Likewise; don't cast xrealloc either.
  839.  
  840. Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
  841.  
  842.     * Makefile.in, functions.defs, rename.c: added simple
  843.     implementation of rename, since some binutils programs use it.
  844.  
  845. Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
  846.  
  847.     * strsignal.c:  Add appropriate 'const' to sys_siglist
  848.     extern declaration (if __STDC__).  (Needed for Linux.)
  849.     * strsignal.c (strsignal): Add cast to remove const-ness.
  850.  
  851. Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
  852.  
  853.     * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
  854.     before "'s, diagnosed by BSD 4.4 awk.
  855.  
  856. Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
  857.  
  858.     * Makefile.in: create config.h and needed-list through $(CONFIG_H)
  859.     and $(NEEDED_LIST), to give some hooks for xiberty.
  860.  
  861. Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  862.  
  863.     * configure.in: use cpu-vendor-triple instead of nested cases
  864.  
  865. Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
  866.  
  867.     * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
  868.     concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
  869.     getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
  870.     obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
  871.     strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
  872.     Convert from using GPL to LGPL.
  873.  
  874. Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
  875.  
  876.     * Makefile.in (errors):  Leave dummy.o and dummy around so that
  877.     we can see how the needed list was generated (it's sometimes wrong).
  878.     (mostlyclean):  Remove them.
  879.  
  880. Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
  881.  
  882.     * getcwd.c: supply a default if MAXPATHLEN is not defined.
  883.  
  884.     * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
  885.  
  886. Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
  887.  
  888.     * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
  889.     when cross-compiling.
  890.  
  891. Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
  892.  
  893.     * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
  894.       as a time optimization.
  895.  
  896.     * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
  897.       be more expensive than simply demangling.
  898.  
  899.     * cplus-dem.c (cplus_match): new function.
  900.  
  901. Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
  902.  
  903.     * cplus-dem.c:  #include <stdio.h>, to define NULL.
  904.     Define current_demangling_style.
  905.  
  906. Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
  907.  
  908.     * cplus-dem.c:  New file, moved from ../gdb.
  909.     * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
  910.     function, to avoid compiling in target-dependency for CPLUS_MARKER.
  911.     * cplus-dem.c (cplus_demangle):  Allow demangling style option
  912.     to be passed as a parameter, but using the global variable
  913.     current_demangling_style as a default.
  914.     * Makefile.in:  Update for cplus-dem.c
  915.  
  916. Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
  917.  
  918.     * obstack.c:  Merge in comment changes from FSF version.  Now
  919.     matches the FSF version exactly.
  920.  
  921. Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
  922.  
  923.     * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
  924.     least on losing DECstations!); use if-then-else instead.
  925.  
  926. Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
  927.  
  928.     * Makefile.in: always create installation directories.
  929.  
  930. Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  931.  
  932.        * Makefile.in: clean up definition of CFILES, more comments
  933.  
  934. Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
  935.  
  936.     * getopt.c (my_index):  Make first arg const to match strchr,
  937.     which it sometimes is remapped to.
  938.  
  939. Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
  940.  
  941.     * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
  942.     * obstack.c (_obstack_begin):  Initialize use_extra_arg.
  943.     * obstack.c (_obstack_begin_1):  New, from FSF version.
  944.  
  945. Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
  946.  
  947.     * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
  948.     extra_arg.
  949.     * obstack.c (_obstack_begin):  Remove area_id and flags arguments
  950.     (previously added for mmalloc support, interface has changed).
  951.     Also convert flags usage to use use_extra_arg and maybe_empty_object.
  952.  
  953. Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
  954.  
  955.     * argv.c:  Move expandargv inline and eliminate static variables.
  956.     Rewrite to always allocate in powers of two.  Fix to return an
  957.     argv with a single null string arg if passed a null string.
  958.  
  959. Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
  960.  
  961.     * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
  962.     "(void)" casts from function calls where the return value is
  963.     ignored, in accordance with GNU coding standards.
  964.  
  965. Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
  966.  
  967.     * bcopy.c, strerror.c, strsignal.c:  Lint.
  968.  
  969. Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  970.  
  971.     * getopt.c: merge changes from make.
  972.  
  973. Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
  974.  
  975.     * alloca.c:  Incorporate fixes from gdb/alloca.c.
  976.     FIXME:  Eventually move gdb's alloca configuration files here,
  977.     and remove gdb/alloca.c and its Makefile.in support.
  978.  
  979. Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
  980.  
  981.     * dummy.c:  Define NOTHING to /*nothing*/, change return type
  982.     of main to int and return zero.
  983.     * functions.def:  Supply NOTHING as the fourth arg to macros
  984.     that don't have an explicit arg, to satisfy picky preprocessors.
  985.  
  986. Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
  987.  
  988.     * Makefile.in:  Clean up *clean rules, as per standards.texi.
  989.  
  990. Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  991.  
  992.     * getopt.c, getopt1.c: merged largely gratuitous, mostly
  993.       whitespace diffs from other prep distributions.
  994.  
  995. Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
  996.  
  997.     * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
  998.     it is broken on ncr 3000's.
  999.  
  1000. Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
  1001.  
  1002.     * sigsetmask.c:  Rewrite.  Old one was very confused about its
  1003.     arguments and result.  New one can't do much, but at least knows
  1004.     what it can't do, and it's good enough for GDB's use.
  1005.  
  1006. Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
  1007.  
  1008.     * functions.def:  Use proper prototype for strtoul.
  1009.  
  1010. Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
  1011.  
  1012.     * Makefile.in:  Add random.c.
  1013.     * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
  1014.     * configure.in:  update solaris2 config.
  1015.  
  1016. Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
  1017.  
  1018.     * random.c:  Add for random() and srandom().
  1019.     * functions.def:  Add random
  1020.  
  1021. Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
  1022.  
  1023.     * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
  1024.     using /usr/ucb/install.
  1025.  
  1026. Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
  1027.  
  1028.     * strerror.c:  Kludge to guard against a conflict with
  1029.     possible declaration of sys_errlist in errno.h.
  1030.  
  1031. Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
  1032.  
  1033.     * configure.in, config/mh-solaris: add solaris2 config support.
  1034.  
  1035. Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
  1036.  
  1037.     * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
  1038.     is not defined (should be defined in signal.h, says Posix.).
  1039.  
  1040. Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
  1041.  
  1042.     * getopt.c: merged changes from make-3.62.11.
  1043.  
  1044. Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
  1045.  
  1046.     * getopt.c: merged changes from bison-1.18.
  1047.  
  1048. Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
  1049.  
  1050.     * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
  1051.     since that introduces a circular dependency.
  1052.     ($(EXTRA_OFILES) are used to build config.h.)
  1053.  
  1054.     * strtoul.c:  Fixes to handle non-decimal bases better.
  1055.  
  1056. Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
  1057.  
  1058.     * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
  1059.     * Makefile.dos:  Finish MINUS_G eradication.
  1060.     * Makefile.in (CFILES):  Add strsignal.c.
  1061.     * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
  1062.     * Makefile.in (needed-list):  Split creation of errors file to
  1063.     separate make target.
  1064.     * Makefile.in (config.h, needed2.awk, errors):  New targets.
  1065.     * Makefile.in (clean):  Split to multiple lines, add needed2.awk
  1066.     and config.h.
  1067.     * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
  1068.     * functions.def (strerror):  Remove from optional list.
  1069.     * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
  1070.     * functions.def (strerror, psignal):  DEFFUNC's
  1071.     * strerror.c:  Rewrite from scratch to use sys_errlist only if
  1072.     available, add errno_max(), add strerrno(), add strtoerrno(),
  1073.     add test driver.
  1074.     * strsignal.c:  New file, signal equivalent to strerror.c.
  1075.     Uses sys_siglist if available, defines signo_max(), strsignal(),
  1076.     strsigno(), strtosigno(), psignal(), and test driver.
  1077.  
  1078. Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
  1079.  
  1080.     * Makefile.in: do not print recursion line.
  1081.  
  1082.     * Makefile.in: allow CFLAGS to be passed in from command line.
  1083.       Removed MINUS_G.  Default CFLAGS to -g.
  1084.  
  1085. Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
  1086.  
  1087.     * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
  1088.     so libg++ users don't have to be inconvenienced by a
  1089.     libc.a bug (libc.a needs copysign, but doesn't define it!).
  1090.     * configure.in:  Use config/mh-aix.
  1091.     * strtoul.c:  Handle '-' as required by ANSI.
  1092.     Clean up radix handling.
  1093.     * strstr.c:  Fix buggy algorithm.
  1094.     * Makefile.in:  Change so that ${EXTRA_OFILES} is
  1095.     appended to needed-list (which is used by libg++).
  1096.  
  1097. Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
  1098.  
  1099.     * configure.in:  Recognize new ncr3000 config.
  1100.     * config/mh-ncr3000:  New config file.
  1101.  
  1102. Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
  1103.  
  1104.     * argv.c, dummy.c:  Lint.
  1105.  
  1106. Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
  1107.  
  1108.     * config/mh-sysv4:  New config file.
  1109.     * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
  1110.     host_os == sysv4.
  1111.     * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
  1112.     pagesize.
  1113.  
  1114. Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
  1115.  
  1116.     * getopt.c:  Lint.
  1117.  
  1118. Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
  1119.  
  1120.     * functions.def (alloca):  Fix return type and args to avoid
  1121.     type clash with gcc's builtin alloca.
  1122.  
  1123. Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
  1124.  
  1125.     * configure.in, config/mh-irix4: irix4 support.
  1126.  
  1127.     * Makefile.in, functions.def, alloca.c: added alloca.
  1128.  
  1129. Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
  1130.  
  1131.     * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
  1132.  
  1133. Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
  1134.  
  1135.     * argv.c:  Fix various external function definitions to be
  1136.     correct in an ANSI compilation environment.
  1137.  
  1138. Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
  1139.  
  1140.     * obstack.c:  Changes to support calling mmalloc functions,
  1141.     which take an additional argument over malloc functions.
  1142.  
  1143. Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
  1144.  
  1145.     * added check target.
  1146.  
  1147. Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
  1148.  
  1149.     * argv.c:  #include alloca-conf.h (needed by AIX).
  1150.  
  1151. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  1152.  
  1153.     * Makefile.in, configure.in: removed traces of namesubdir,
  1154.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  1155.       copyrights to '92, changed some from Cygnus to FSF.
  1156.  
  1157. Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
  1158.  
  1159.     * argv.c:  Check in Fred's version which fixes problems with
  1160.     alloca().
  1161.  
  1162. Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
  1163.  
  1164.     * makefile.dos:  Remove NUL to keep patch from failing.
  1165.  
  1166. Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
  1167.  
  1168.     * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
  1169.  
  1170. Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
  1171.  
  1172.      * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
  1173.  
  1174. Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
  1175.  
  1176.     * argv.c:  New file to build and destroy standard argument
  1177.     vectors from a command string.
  1178.  
  1179.     * Makefile.in:  Add argv.c and argv.o to appropriate macros.
  1180.  
  1181. Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
  1182.  
  1183.     * configure.in:  Change svr4 references to sysv4.
  1184.  
  1185.     * rindex.c:  Declare return type of externally used function
  1186.     strrchr().
  1187.  
  1188. Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
  1189.  
  1190.     * Makefile.in:  Remove "***" in normal output, since Make produces
  1191.     this on errors, and it's convenient to search for.
  1192.  
  1193. Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
  1194.  
  1195.     * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
  1196.     New ANSI functions.  The old non-ANSI functions (such as bcopy)
  1197.     should be avoided.
  1198.     * bcopy.c:  Fix to correctly handle overlapping regions.
  1199.     * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
  1200.     * functions.def:  Add the new functions.
  1201.     * functions.def:  Add 4th parameter to DEF macro,
  1202.     an ansidecl.h-style prototype.
  1203.     * dummy.c:  Use expanded DEF macro to create a dummy function
  1204.     call, with correct parameter types.  (This avoids some
  1205.     complaints from gcc about predefined builtins.)
  1206.  
  1207.     Move the functionality of config/mh-default into Makefile.in.
  1208.     This avoid duplication, and simplifies things slightly.
  1209.     * Makefile.in:  Tweak so we don't need config/mh-default.
  1210.     * README:  Update.
  1211.     * configure.in:  No longer need config/mh-default.
  1212.     * config/mh-default:  Deleted.
  1213.     * config/mh-sysv:  Remove lines copied from old mh-default.
  1214.  
  1215. Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
  1216.  
  1217.     * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
  1218.     'mknod' device numbers.
  1219.  
  1220. Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
  1221.  
  1222.     * fdmatch.c, Makefile.in:  Add new function that takes two
  1223.     open file descriptors and returns nonzero if they refer to
  1224.     the same file, zero otherwise.  (used in gdb)
  1225.  
  1226. Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  1227.     From DJ:
  1228.     * msdos.c: stub functions for dos.
  1229.     * makefile.dos, configdj.bat: new.
  1230.     * getopt.c: Don't include alloca-conf.h in a GO32 world.
  1231.     
  1232.  
  1233. Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  1234.  
  1235.     * Makefile.in: infodir belongs in datadir.
  1236.  
  1237. Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  1238.  
  1239.     * Makefile.in: remove spaces following hyphens because bsd make
  1240.       can't cope.  added standards.text support.  install using
  1241.       INSTALL_DATA.
  1242.  
  1243.     * configure.in: remove commontargets as it is no longer a
  1244.       recognized hook.
  1245.  
  1246. Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  1247.  
  1248.     * Makefile.in: idestdir and ddestdir go away.  Added copyrights
  1249.       and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
  1250.       and mandir now keyed off datadir by default.
  1251.  
  1252. Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
  1253.  
  1254.     * Makefile.in:  find-needed.awk does not fit in 14 chars.
  1255.  
  1256.     * Makefile.in:  Suppress error checking when compiling the test
  1257.     program, because Ultrix make/sh aborts there due to a bug.
  1258.  
  1259. Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
  1260.  
  1261.     * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
  1262.     * README:  Explained how the auto-configuration works,
  1263.     and how to add new files and/or configurations.
  1264.  
  1265. Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
  1266.  
  1267.     * strtoul.c:  Avoid defining ULONG_MAX if already defined;
  1268.     cast a const char * to char * for pedants.
  1269.  
  1270.     * getopt.c:  Only define "const" after local include files get to,
  1271.     and only if they haven't defined it.
  1272.  
  1273. Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
  1274.  
  1275.     * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
  1276.     emulate it with getwd() if available.  This avoids callers having
  1277.     to find a MAXPATHLEN or PATH_MAX value from somewhere.
  1278.     * Makefile.in, functions.def:  getwd->getcwd.
  1279.     * configure.in:  Use generic case for every system.
  1280.     * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
  1281.     * config/mh-sysv:  Use default handling, just add -DUSG.
  1282.  
  1283. Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
  1284.  
  1285.     * Makefile.in, config/mh-default: Re-do make magic
  1286.     so that for the default ("automatic") mode we only
  1287.     compile the files we actually need.  Do this using
  1288.     a recursive make:  The top-level generates the list
  1289.     of needed files (loosely, the ones missing in libc),
  1290.     and then passes that list to the recursive make.
  1291.     * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
  1292.  
  1293. Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
  1294.  
  1295.     RS/6000 host support (grumble).
  1296.  
  1297.     * configure.in:  Build alloca-conf.h file from alloca-norm.h
  1298.     (everything else) or alloca-botch.h (rs/6000).
  1299.     * Makefile.in:  Include . on the include path.
  1300.     * getopt.c:  Use alloca-conf.h.
  1301.     * alloca-norm.h:  How to declare alloca on reasonable machines.
  1302.     * alloca-botch.h: How to declare alloca on braindead machines.
  1303.  
  1304. Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
  1305.  
  1306.     * concat.c :  New file, like concat() in gdb but can take a
  1307.     variable number of arguments rather than fixed at 3 args.  For
  1308.     now, client applications must supply an xmalloc(), which is a
  1309.     front end function to malloc() that deals with out-of-memory
  1310.     conditions.
  1311.  
  1312.     * Makefile.in:  Add concat.c and concat.o to appropriate macros.
  1313.  
  1314. Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
  1315.  
  1316.     * config/mh-svr4:  Add sigsetmask to list of required functions.
  1317.  
  1318. Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
  1319.  
  1320.     * vsprintf.c:  New file.
  1321.     * functions.def, Makefile.in:  Add vsprintf.
  1322.  
  1323. Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
  1324.  
  1325.     * configure.in, config/mh-rs6000:  Add rs/6000 host support.
  1326.     * Makefile.in:  Compile with debug info.
  1327.  
  1328. Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
  1329.  
  1330.     * Makefile.in, configure.in, and new files: dummy.c, functions.def,
  1331.     config/mf-default:  Added a default configuration mode,
  1332.     which includes into libiberty.a functions that are "missing" in libc.
  1333.     * strdup.c, vprintf.c, vfprintf.c: New files.
  1334.  
  1335. Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
  1336.  
  1337.     * config/hmake-svr4: New file.
  1338.  
  1339.     * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
  1340.  
  1341.     * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
  1342.     index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
  1343.     files containing either portable C versions or emulations using
  1344.     native library calls.
  1345.  
  1346.     * strerror.c:  Add copyright, internal documentation, etc.
  1347.  
  1348.     * strtol.c:  Replace hardwired hex constants with some more
  1349.     portable macros.  Remove illegal (according to gcc) cast.
  1350.  
  1351.     * strtoul.c: Replace hardwired hex constant with more portable
  1352.     macro.
  1353.  
  1354.     * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
  1355.     can override them.  Add new source and object file names to CFILES
  1356.     and OFILES respectively.
  1357.  
  1358.     * configure.in: Add support for SVR4 makefile fragments.
  1359.  
  1360. Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
  1361.  
  1362.     * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
  1363.     over-ridden by config/hmake-*
  1364.     * configure.in: added m88kcvs to sysv list
  1365.  
  1366. Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
  1367.  
  1368.     * Makefile.in:  Most hosts need strerror, but one or two don't,
  1369.     and they override these definitions in the host-dependent makefile
  1370.     fragment.
  1371.     * config/hmake-mach:  The odd man out on strerror -- it's supplied.
  1372.     * strerror.c:  New file.
  1373.  
  1374.     * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
  1375.     it and bfd uses it.
  1376.     * configure.in, Makefile.in, config/hmake-mach:  Only configure
  1377.     strtol & strotoul in on Mach.
  1378.  
  1379. Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
  1380.  
  1381.     * obstack.c:  Merge with latest FSF version.
  1382.  
  1383.  
  1384. Local Variables:
  1385. version-control: never
  1386. End:
  1387.