splay-tree.c (splay_tree_insert): Add initialization to avoid warning.
[gcc.git] / libiberty / ChangeLog
index b99961fc9c0d43bc03f5fcc392e7684fc50f24cc..ac75bc7431ab58324d90e1fcb58e250ddacd4a2f 100644 (file)
+1999-07-14  Richard Henderson  <rth@cygnus.com>
+
+       * argv.c: Include stdlib.h and string.h instead of 
+       prototyping directly.
+       * choose-temp.c: Conditionally include string.h.
+
+1999-07-12  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
+
+1999-07-11  Ian Lance Taylor  <ian@zembu.com>
+
+       * splay-tree.c (splay_tree_insert): Add initialization to avoid
+       warning.
+
+1999-07-07  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * Makefile.in (needed-list): Only include stuff we actually need
+       for libstdc++.
+
+1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * configure.in (checkfuncs): Add gettimeofday.
+       * config.in, configure: Regenerated.
+
+Mon Jun 21 05:56:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
+       the test fails.
+       * configure: Regenerate.
+
+1999-06-10  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
+       parallel builds.
+
+1999-05-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * putenv.c: Include ansidecl.h to define `const'.
+       * setenv.c: Likewise.
+
+Wed May 26 03:58:20 1999  "Melissa O'Neill" <oneill@cs.sfu.ca>
+
+       * Makefile.in (CFILES): Add putenv.c and setenv.c.
+       * configure.in (funcs): Add putenv and setenv.
+       (AC_CHECK_FUNCS): Check for putenv and setenv.
+       * configure: Rebuilt.
+       * putenv.c setenv.c: New files.
+
+       * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
+       bytes of space using malloc.
+
+Mon May 17 01:42:34 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
+       the *mangled pointer beyond the end of the string.  Clean up code to
+       match prevailing coding style.
+
+1999-05-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * tmpnam.c (L_tmpnam): Fix typo.
+
+Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
+
+       * cplus-dem.c (standard_symbol_characters): Renamed from
+       standard_symbol_alphabet.  No longer modify TABLE.
+       (hp_symbol_characters): Renamed from hp_symbol_alphabet.  No longer
+       modify TABLE.
+       (main): Corresponding changes.  Use strchr to determine if a
+       character is valid.
+
+1999-05-11  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * cplus-dem.c (main): Use table lookup to distinguish identifier
+       characters from non-identifier characters.
+       (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
+
+Thu May  6 20:34:42 1999  Fred Fish  <fnf@be.com>
+
+       * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
+       * getruntime.c: Only attempt to include sys/resource.h and
+       use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
+       are defined.
+
+Mon Apr 26 01:36:06 1999  Donn Terry (donn@interix.com)
+
+       * configure.in (alloca detection): Handle alloca directly for interix.
+       * configure: Rebuilt.
+
+Sun Apr 25 01:18:21 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
+
+1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       Fix from Dale Hawkins:
+       * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be 
+       reallocated properly if we use it again.
+
+       * cplus-dem.c (demangle_fund_type): Check for buffer overrun.  Be
+       stricter about syntax.  Always null-terminate string.
+
+Thu Apr 15 23:00:55 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * configure.in (checkfuncs): Check for sbrk.
+       * config.in: Rebuilt.
+       * configure: Likewise.
+       * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
+
+1999-04-12  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       Fix from Marcus Daniels:
+       * cplus-dem.c (demangle_fund_type): Don't run off the end of the
+       identifier looking for another underscore.
+
+Sun Apr 11 23:20:59 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * pexecute.c: Change all references to __UWIN__ to _UWIN.
+       * xmalloc.c: Likewise.
+       (xcalloc): UWIN has sbrk.
+       (xrealloc): Fix guard macro.
+
+1999-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * cplus-dem.c (demangle_template_value_parm): Handle
+       pointers-to-members.
+       (do_type): Handle template parameters as qualifiers.
+
+1999-04-01  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * cplus-dem.c: Attempt to handle overflows in counts with some
+       semblance of grace.
+       (consume_count): Detect overflows.  Return -1 to indicate errors,
+       instead of zero.
+       (demangle_template_value_parm, demangle_template): Handle change
+       to consume_count's return convention.
+
+1999-04-05  Tom Tromey  <tromey@cygnus.com>
+
+       * testsuite/regress-demangle: New file.
+       * testsuite/demangle-expected: New file.
+
+       * Makefile.in (all, check, installcheck, info, install-info,
+       clean-info, dvi, install, etags, tags, mostlyclean, clean,
+       distclean, maintainer-clean, realclean): Depend on corresponding
+       `-subdir' target.
+       (all-subdir check-subdir installcheck-subdir info-subdir
+       install-info-subdir clean-info-subdir dvi-subdir
+       install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
+       distclean-subdir maintainer-clean-subdir): New target.
+       * testsuite/Makefile.in: New file.
+       * configure: Rebuilt.
+       * configure.in: Create testsuite/Makefile.
+
+1999-04-02  Mark Mitchell  <mark@codesourcery.com>
+
+       * splay-tree.h (splay_tree_compare_pointers): Define.
+
+1999-03-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * splay-tree.c (splay_tree_compare_ints): Define.
+
+1999-03-30  Tom Tromey  <tromey@cygnus.com>
+
+       * cplus-dem.c (consume_count): If `count' wraps, return 0 and
+       don't advance input pointer.
+       (demangle_class_name): If consume_count didn't find a count, do
+       nothing.  Don't bother with `strlen' sanity check; consume_count
+       does it for us.
+
+1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Art Haas  <ahaas@neosoft.com>:
+       * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
+       when doing arm or hp style.
+       (demangle_nested_args): Decr forgetting_types field when done.
+       
+Thu Mar 11 01:22:58 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * pexecute.c (__CYGWIN32__): Rename to
+       (__CYGWIN__): this.
+       * xmalloc.c: Likewise.
+
+       Changes to support i386-pc-uwin.
+       * configure.in (*-*-uwin*): Workaround for vfork bug.
+       * configure: Regenerate.
+       * pexecute.c (pexecute): Be like standard Unix.
+       (pwait): Likewise.
+       * xmalloc.c (first_break): Define.
+       (xmalloc_set_program_name): Use.
+       (xmalloc): Use.
+
+Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+
+       * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
+
+Sun Feb 28 22:30:44 1999  Geoffrey Noer  <noer@cygnus.com>
+
+       * config.table: Check cygwin*, not cygwin32*.
+
+Tue Feb  9 16:39:01 1999  Dave Brolley  <brolley@cygnus.com>
+
+       * Makefile.in: Change mkstemp -> mkstemps.
+
+Tue Feb  9 01:12:27 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
+
+       * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
+       * configure.in (funcs): Check for and conditionally add mkstemps to
+       the list of functions libiberty will provide.
+       * configure: Rebuilt.
+       
+Wed Feb  3 00:01:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on 
+       platforms that don't have HZ.
+       * getruntime.c (HZ): Likewise.
+
+Sat Jan 30 13:28:04 1999  Richard Henderson  <rth@cygnus.com>
+
+       * Makefile.in (xstrdup.o): Depend on config.h.
+
+Wed Jan 13 07:26:44 1999  H.J. Lu  (hjl@gnu.org)
+
+       * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
+       freeing it.
+
+Wed Jan 13 14:16:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
+
+Tue Jan  5 15:58:29 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * Makefile.in (CFILES): fix typo, splay-tree.c instead of
+       splay-tree.o.
+
+1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * configure.in: Require autoconf 2.12.1 or higher.
+
+1998-12-30  Michael Meissner  <meissner@cygnus.com>
+
+       * random.c (NULL): Don't redefine NULL if it is already defined.
+
+Tue Dec 22 09:43:35 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * argv.c (buildargv): Cast the result of alloca in assignment.
+
+       * choose-temp.c: Include stdlib.h.
+
+       * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
+       (snarf_numeric_literal): Constify first parameter.
+       (code_for_qualifier): Avoid a gcc extension, make the parameter an
+       int, not a char.
+       (demangle_qualifier): Likewise.
+       (demangle_signature): Cast the argument of a ctype function to
+       unsigned char.
+       (arm_pt): Add parens around assignment used as truth value.
+       (demangle_arm_hp_template): Constify variable `args'.
+       (do_hpacc_template_const_value): Cast the argument of a ctype
+       function to unsigned char.
+       (do_hpacc_template_literal): Remove unused variable `i'.
+       (snarf_numeric_literal): Constify parameter `args'.
+       Cast the argument of a ctype function to unsigned char.
+
+       * floatformat.c (floatformat_to_double): Add explicit braces to
+       avoid ambiguous `else'.
+
+       * fnmatch.c (fnmatch): Change type of variables `c', `c1',
+       `cstart' and `cend' to unsigned char.  Cast the argument of macro
+       `FOLD', which uses ctype functions, to unsigned char.
+
+       * objalloc.c (free): Add prototype.
+
+Sun Dec 20 16:03:46 1998  Hans-Peter Nilsson  <hp@axis.se>
+
+       * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
+
+Fri Dec 18 17:50:18 1998  David Taylor  <taylor@texas.cygnus.com>
+
+       * cplus-dem.c (demangle_arm_pt): remove declaration -- function
+       doesn't exist.
+       (do_hpacc_template_literal): remove unused variable `i'.
+       
+Fri Dec 18 16:11:43 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
+
+       * cplus-dem.c (demangle_fund_type): Process CV and u codes before
+       bumping the pointer we read from. Also prepend these codes,
+       as we do in other places.
+
+1998-12-18  Nick Clifton  <nickc@cygnus.com>
+
+       * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
+       'const char *' in order to match its usage when calling siblings.
+       (snarf_numeric_literal): Make first arg 'const char **' in order
+       to match usage.
+
+Mon Dec 14 09:55:50 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * choose-temp.c: Don't check IN_GCC anymore.
+
+       * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
+       * memchr.c (memchr): Likewise.
+       * memcpy.c (memcpy): Likewise.
+       * memmove.c (memmove): Likewise.
+
+       * mkstemp.c: Don't check IN_GCC anymore.
+       * pexecute.c: Likewise.
+       * splay-tree.c: Likewise.
+
+       * strchr.c (strchr): Use `const', not `CONST'.
+       * strrchr.c (strrchr): Likewise.
+       * strtol.c (strtol): Likewise.
+       * strtoul.c (strtoul): Likewise.
+
+Fri Dec  4 13:51:04 1998  David Taylor   <taylor@texas.cygnus.com>
+                         Elena Zannoni  <ezannoni@cygnus.com>
+                         Stan Shebs     <shebs@cygnus.com>
+                         Edith Epstein  <eepstein@cygnus.com>
+                         Andres MacLeod <amacleod@cygnus.com>
+                         Satish Pai     <pai@apollo.hp.com>
+
+       * HP aCC demangling support.
+       * cplus-dem.c
+       (main): Remove default to HP style demangling, set to EDG
+       demangling correctly when -edg specified; set the demangling style
+       when user specifies 'edg'. Set strip_underscore to
+       prepends_underscore, if not HPUXHPPA.  Set
+       current_demangling_style to hp_demangling if HPUXHPPA.  Set
+       current demangling style correctly if the switch is hp.  Read
+       label correctly also in the HP style case.
+       (work_stuff): add temp_start field; add field for volatile member
+       function.
+       (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
+       style for this case is the same as ARM.
+       (demangle_args): handle EDG_DEMANGLING style; support HP style.
+       (demangle_arm_hp_template): new function. (It was
+       demangle_arm_pt.); check and set value of temp_start field in
+       multiple places. Also, when ceching for end of template args,
+       check to see if at end of static member of template class.
+       (demangle_class): new local variable : save_class_name_end Don't
+       include template args in string defining class.
+       (demangle_class_name): use demangel_arm_hp_template.
+       (demangle_function_name): handle case where demangling style is
+       HP_DEMANGLING and currently point at an 'X' in the mangled name.
+       Handle EDG_DEMANGLING style.  Handle constructor and destructor
+       ops for HP style.
+       (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
+       styles.  global destructor and constructor for HP style are same
+       as for ARM style. Same for local variables.
+       (demangle_qualified): handle EDG_DEMANGLING style.
+       (demangle_signature): add case for volatile member function.  For
+       cases '1' - '9' : initialize the temp_start field to -1 and handle
+       the EDG_DEMANGLING style.  for case 'F' : handle EDG_DEMANGLING
+       and AUTO_DEMANGLING styles.  If expecting a function and managed
+       to demangle the funct args, then handle the LUCID_DEMANGLING,
+       ARM_DEMANGLING, and EDG_DEMANGLING styles.  Add case for local
+       class name after "Lnnn_ in HP style case. HP style too needs to
+       forget types.  _nnn is OK for HP style, so don't report failure.
+       (do_hpacc_template_const_value): new function. Handle template's
+       value param for HP/aCC.
+       (do_hpacc_template_literal): new function.  Handle a template's
+       literal parameter for HP aCC.
+       (recursively_demangle): new function
+       (snarf_numeric_literal): new function.
+       (usage): add 'edg' to the list of demangling styles; add hp switch
+       to message.
+
+Sat Nov 28 17:25:22 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * pexecute.c: Remove obsolete ifdefed cygwin code.
+
+Fri Nov 27 13:26:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * choose-temp.c: Always include libiberty.h.  Avoid redundancies.
+       * cplus-dem.c: Likewise.  Conform to libiberty.h.
+       * pexecute.c: Likewise.
+       * splay-tree.c: Likewise.
+
+1998-11-25  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.in (splay-tree.o): Add config.h dependency.
+
+Mon Nov 23 16:59:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       *  configure.in: Use AC_PREREQ(2.12.1).
+
+1998-11-16  Benjamin Kosnik  <bkoz@haight.constant.com>
+
+        * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
+
+Thu Nov 19 22:15:50 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mpw.c (mpw_access): Add missing parens.
+
+Thu Nov 19 12:59:21 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * configure.in: Call AC_HEADER_SYS_WAIT.
+
+       * pexecute.c: Include sys/wait.h when !IN_GCC.
+
+Thu Nov 19 14:38:20 1998  Geoffrey Noer  <noer@cygnus.com>
+
+       * pexecute.c: revert back to checking old Cygwin
+       preprocessor symbol until some time has passed.
+
+Wed Nov 18 08:52:26 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
+       since it will now support similar constructs.
+
+Fri Nov 13 19:18:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * configure.in: Check for calloc.
+
+       * calloc.c: New file.
+
+       * xmalloc.c (xcalloc): New function.
+
+Fri Nov 13 08:51:46 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
+
+       *cplus-dem.c (demangle_prefix): Use the last "__"
+       in the mangled name when looking for the signature. This allows
+       template names to begin with "__".
+
+1998-11-08  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (type_kind_t): Add tk_reference.
+       (demangle_template_value_parm): Handle it.
+       (do_type): Use it for references, instead of tk_pointer.
+
+       * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
+       not internal_cplus_demangle.
+
+Sat Nov  7 16:02:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * choose-temp.c: Don't include gansidecl.h.
+       * mkstemp.c: Likewise.
+       * pexecute.c: Likewise.
+
+Mon Nov  2 15:05:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: detect cygwin* instead of cygwin32*
+        * configure: regenerate
+
+Mon Nov  2 10:22:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
+       whether to include config.h.  Possibly include unistd.h in the
+       !IN_GCC case.  Define VFORK_STRING as a printable function call
+       for error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is
+       defined, include vfork.h.  If VMS is defined, define vfork()
+       appropriately.  Remove vfork check on USG, we're using autoconf.
+       (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
+       locally what string to use.
+
+1998-10-26  Mark Mitchell  <mark@markmitchell.com>
+
+       * splay-tree.c: Tweak include directives to make sure declarations of
+       xmalloc and free are available.
+
+1998-10-25  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (gnu_special): Fix handling of virtual tables in
+       anonymous namespaces.
+
+1998-10-23  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (work_stuff): Replace const_type and volatile_type
+       with type_quals.
+       (TYPE_UNQUALIFIED): New macro.
+       (TYPE_QUAL_CONST): Likewise.
+       (TYPE_QUAL_VOLATILE): Likewise.
+       (TYPE_QUAL_RESTRICT): Likewise.
+       (code_for_qualifier): New function.
+       (qualifier_string): Likewise.
+       (demangle_qualifier): Likewise.
+       (internal_cplus_demangle): Use them.
+       (demangle_signature): Likewise.
+       (demangle_template_value_parm): Likewise.
+       (do_type): Likewise.
+       (demangle_fund_type)): Likewise.
+
+Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * splay-tree.c (splay_tree_foreach_helper): Make definition static
+       to match prototype.
+
+1998-10-21  Mark Mitchell  <mark@markmitchell.com>
+
+       * splay-tree.c: New file.
+       * Makefile.in (CFILES): Add it.
+       (REQUIRED_OFILES): Likewise.
+       (splay-tree.o): Add dependencies.
+
+Tue Oct 20 12:29:02 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
+       range of 'K' index.
+
+Thu Oct 15 18:51:12 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * choose-temp.c: Prototype mkstemps() when IN_GCC.
+
+       * cplus-dem.c (consume_count): Cast argument of ctype macro to
+       `unsigned char'.
+       (cplus_demangle_opname): Cast the result of `strlen' to (int) when
+       comparing against one.
+       (cplus_mangle_opname): Likewise.
+       (demangle_integral_value): Cast argument of ctype macro to
+       `unsigned char'.
+       (demangle_template_value_parm): Likewise.
+       (demangle_template): Initialize variable `bindex'.  Cast the
+       result of `strlen' to (int) when comparing against one.  Remove
+       unused variable `start_of_value_parm'.
+       (demangle_class_name): Cast the result of `strlen' to (int) when
+       comparing against one.
+       (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
+       (gnu_special): Likewise.  Cast the result of `strlen' to (int)
+       when comparing against one.
+       (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
+       (get_count): Likewise.
+       (do_type): Likewise.  Cast the result of `strlen' to (int) when
+       comparing against one.
+       (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
+       (demangle_function_name): Cast the result of `strlen' to (int)
+       when comparing against one.
+
+       * mkstemp.c (mkstemps): Cast variable `len' to (int) when
+       comparing against one.
+
+Tue Oct 13 23:51:51 1998  Jeffrey A Law  (law@cygnus.com)
+
+        * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
+        * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
+        * config.in, configure: Rebuilt.
+
+       * getopt.c: Check HAVE_STRINGS_H before including strings.h.
+       * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
+       * config.in, configure: Rebuilt.
+
+Mon Oct 12 19:15:59 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
+
+Sun Oct 11 17:36:06 1998  Michael Tiemann  <tiemann@holodeck.cygnus.com>
+
+       * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
+
+Thu Oct  8 23:42:08 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Merge egcs & devo libiberty.
+
+1998-09-08  Martin von Löwis  <loewis@informatik.hu-berlin.de>
+
+       * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
+
+Mon Sep  7 23:29:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * mkstemp.c: Include config.h even when not IN_GCC.  Wrap header
+       inclusions inside HAVE_*_H macros.  Include ansidecl.h when not
+       IN_GCC.
+
+       * vasprintf.c: Include stdarg.h/varargs.h first.
+
+       * vprintf.c: Likewise.
+
+Sat Sep  5 03:24:49 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * pexecute.c: Updates from gcc.  Copy in gcc has been removed.  This
+       is the canonical copy.  Define ISSPACE if !IN_GCC.
+       * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
+       * getopt1.c, obstack.c: Similarly.
+       * Makefile.in: Build mkstemp.o
+
+Tue Sep  1 23:12:47 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * configure.in: Include asprintf in list of functions known not
+       to be in newlib.
+       * configure: Rebuild.
+
+Wed Aug 19 14:05:01 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * cplus-dem.c (work_stuff): Add dllimported.
+       (demangled_prefix): Mark symbols imported from PE DLL.
+       (internal_cplus_demangled): Handle.
+
+1998-08-17  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * cplus-dem.c (do_type): Fix simple array handling.  If we fail,
+       stay failed.
+
+Mon Aug 17 10:40:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cplus-dem.c: Include config.h if it exists.  Also, only
+       prototype malloc/realloc if we can't get stdlib.h.
+
+Sat Aug 15 16:15:01 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Switch back to checking --with-target-subdir when
+       deciding whether to check for newlib, undoing part of July 15
+       change.
+       * configure: Rebuild.
+
+Thu Aug 13 16:47:38 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (type_kind_t): New type.
+       (demangle_template_value_parm): Add type_kind_t parameter.  Rely
+       on this paramter, rather than demangling the type again.
+       (demangle_integral_value): Pass tk_integral.
+       (demangle_template_: Pass the value returned from do_type.
+       (do_type): Return a type_kind_t.  Pass tk_integral to
+       demangle_template_value_parm for array bounds.
+       (demangle_fund_type): Likewise.
+
+       Also incorporate from GCC version:
+
+       Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
+
+Thu Aug 13 16:47:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cplus-dem.c (demangle_nested_args): Make function definition
+       static to match the prototype.
+
+Tue Jul 28 11:33:09 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (type_kind_t): New type.
+       (demangle_template_value_parm): Add type_kind_t parameter.  Rely
+       on this paramter, rather than demangling the type again.
+       (demangle_integral_value): Pass tk_integral.
+       (demangle_template_: Pass the value returned from do_type.
+       (do_type): Return a type_kind_t.  Pass tk_integral to
+       demangle_template_value_parm for array bounds.
+       (demangle_fund_type): Likewise.
+
+       Also incorporate from GCC version:
+
+       Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
+
+Mon Jul 27 12:16:08 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (ALLOCA): New variable.
+       ($(TARGETLIB)): Add $(ALLOCA) to library.
+       (needed-list): Add $(ALLOCA).
+       ($(ALLOCA)): Depend upon stamp-picdir.
+
+Sun Jul 19 08:23:17 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cplus-dem.c (demangle_nested_args): Make function definition
+       static to match the prototype.
+
+Wed Jul 15 00:12:58 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Check --with-cross-host rather than
+       --with-target-subdir when deciding whether build uses a cross
+       compiler, and when deciding where to install the library.
+       * configure: Rebuild.
+
+Sun Jul 12 01:27:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * cplus-dem.c (demangle_nested_args): Return a value.
+
+Sat Jul 11 16:19:48 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (string): Move definition before work_stuff.
+       (work_stuff): Add volatile_type, forgetting_types,
+       previous_argument, and nrepeats fields.
+       (SCOPE_STRING): New macro.
+       (demangle_template): Add `remember' parameter.  Add comment.
+       Register the `B' code type here, if remembering.  Tidy.  Fix crash
+       on NULL tmpl_argvec.  Be consistent with use of tname/trawname.
+       (demangle_nested_args): New function.
+       (internal_cplus_demangle): Handle volatile-qualified member
+       functions.
+       (mop_up): Delete the previous_argument string if present.
+       (demangle_signature): Tidy.  Handle volatile-qualified member
+       functions.  Handle back-references using the `B' code.  Use extra
+       parameter to demangle_template and SCOPE_STRING where appropriate.
+       (demangle_template_value_parm): Fix thinko; 'B' is not an integral
+       code.
+       (demangle_class): Use SCOPE_STRING.
+       (gnu_special): Pass additional argument to demangle_template.
+       Use SCOPE_STRING.
+       (demangle_qualified): Save qualified types for later
+       back-references.  Handle constructors and destructors for template
+       types correctly.
+       (do_type): Tidy.  Use SCOPE_STRING.  Pass extra argument to
+       demangle_template.  Use demangled_nested_args.  Don't remember
+       qualified types here; that's now done in demangle_qualified.
+       Similarly for templates.
+       (do_arg): Improve commment.  Handle 'n' repeat code.
+       (remember_type): Check forgetting_types.
+       (demangle_args): Deal with 'n' repeat codes.  Tidy.
+
+Thu Jul  2 16:26:24 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
+       *-*-freebsd2.2.*.  From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
+
+Mon Jun 15 16:29:01 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (setobjs): Correct quoting error in cygwin32 case.
+       From Chris Faylor <cgf@cygnus.com>.
+
+Mon Jun  1 13:47:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * obstack.c: Update to latest FSF version.
+
+Mon Jun  1 14:17:36 1998  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.in: Add a dependency on stamp-picdir for the
+       objects, so that we can do a parallel build.
+
+Sat May 30 22:17:13 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * configure.in (checkfuncs): Add missing "'".
+
+Fri May 29 12:40:41 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * obstack.c (_obstack_memory_used):  Elide this function if we're
+       on a system with GNU libc.
+
+Tue May 26 18:28:43 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (distclean): Remove config.log.
+
+Tue May 26 15:01:52 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Makefile.in (distclean): Don't remove alloca-conf.h.
+
+Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
+
+       * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
+
+1998-05-21  Mark Mitchell  <mmitchell@usa.net>
+
+       * cplus-dem.c (do_type): Handle volatile qualification.
+
+1998-05-21  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * configure.in: Check for unistd.h as well.
+       * configure: Rebuild.
+       * config.in: Rebuild.
+       * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
+       is defined in unistd.h. Reformat conditional block for easier reading.
+
+       * config.table (shared): Default to no if ${enable_shared}
+       is unset or empty; this logic is used by the toplevel
+       configure scripts, too.
+
+Sat May 16 14:01:26 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * config.table: Add line to set enable_shared in the Makefile
+       as needed.
+
 Wed May 13 14:24:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-        * cplus-dem.c (squangle_mop_up): Change return type to void.
-        (internal_cplus_demangle): Remove unused parameter `options'.
-        All callers changed.
-        (cplus_demangle_opname): Remove function wide variable `int i' and
-        replace with `size_t i' at each location where it is used.
-        (cplus_mangle_opname): change type of `i' from int to size_t.
+       * cplus-dem.c (squangle_mop_up): Change return type to void.
+       (internal_cplus_demangle): Remove unused parameter `options'.
+       All callers changed.
+       (cplus_demangle_opname): Remove function wide variable `int i' and
+       replace with `size_t i' at each location where it is used.
+       (cplus_mangle_opname): change type of `i' from int to size_t.
+
+Wed May 13 13:39:38 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * alloca-conf.h: Include config.h.  Check HAVE_ALLOCA_H rather
+       than sparc or sun.
+       * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
+
+Fri May  8 00:23:51 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set libiberty_topdir correctly when srcdir is
+       "." and with_target_subdir is not set.
+       * configure: Rebuild.
+
+Thu May  7 13:01:44 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Add *-*-mingw32* case.
+       * configure: Rebuild.
+
+Wed May  6 11:33:51 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.table: Never use a PIC file for *-*-cygwin32*.
+
+       * Makefile.in (config.status): Depend upon config.table.
+
+       * configure.in: On a cygwin32 host, always compile random, and
+       don't test for sys_siglist, strsignal, or psignal.
+       * configure: Rebuild.
+
+       * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
+       * getcwd.c: Likewise.
+       * getpagesize.c: Likewise.
+       * getruntime.c: Likewise.
+
+Tue May  5 18:08:32 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       Use autoconf tests rather than the old dummy.c test:
+       * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
+       --with-newlib.  Add AC_CONFIG_HEADER.  Use AC_REPLACE_FUNCS for
+       most functions.  Add special cases to handle newlib and VxWorks.
+       Remove target_makefile_frag.  Create stamp-h in AC_OUTPUT if
+       CONFIG_HEADERS is set.  Only call config-ml.in in AC_OUTPUT if
+       CONFIG_FILES is set; set ac_file before calling it.
+       * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
+       (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
+       (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
+       (i[3456]-*-mingw32*): Remove.
+       * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
+       (LIBOBJS): New variable.
+       (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
+       (all): Depend upon needed-list.  Don't check RULE1.
+       (@target_makefile_frag@): Remove.
+       (COMPILE.c): Include @DEFS@.
+       (HFILES): Add alloca-conf.h.
+       (REQUIRED_OFILES): Remove basename.o.
+       ($(TARGETLIB)): New target.
+       (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
+       (lconfig.h, needed2.awk, dummy.o, errors): Remove.
+       (needed-list, config.h): Rewrite.
+       (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
+       (.always.): Remove.
+       (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
+       (stamp-h): New target.
+       (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
+       (basename.o): Don't depend upon config.h.
+       (getruntime.o): Depend upon config.h.
+       * atexit.c: Include config.h.  Check HAVE_ON_EXIT rather than
+       NEED_on_exit.
+       * basename.c: Don't include config.h.  Don't check NEED_basename.
+       * clock.c: Include config.h.
+       * getcwd.c: Likewise.
+       * getpagesize.c: Likewise.
+       * getruntime.c: Likewise.  Fix checks which set HAVE_GETRUSAGE and
+       HAVE_TIMES.
+       * strerror.c: Change uses of NEED_sys_errlist to
+       HAVE_SYS_ERRLIST.  Likewise for NEED_strerror and HAVE_STRERROR.
+       * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
+       and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
+       HAVE_PSIGNAL.
+       * acconfig.h: New file.
+       * dummy.c: Remove.
+       * functions.def: Remove.
+       * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
+       * config/mh-windows (HDEFINES): Remove.
+       * config/mh-cygwin32: Remove.
+       * config/mh-go32: Remove.
+       * config/mh-irix4: Remove.
+       * config/mh-riscix: Remove.
+       * config/mh-sysv4: Remove.
+       * config/mt-mingw32: Remove.
+       * config/mt-vxworks5: Remove.
+       * config.in: New file, generated using autoheader.
+       * configure: Rebuild.
+
+Mon May  4 13:00:28 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Rewrite to use autoconf.
+       * configure: Generate using autoconf.
+       * config/mh-a68bsd: Remove.
+       * config/mh-apollo68: Remove.
+       * config/mh-hpbsd: Remove.
+       * config/mh-ncr3000: Remove.
+       * config/mh-sysv: Remove.
+       * config/mh-aix (RANLIB, INSTALL): Don't define.
+       * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
+       * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
+       * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
+       * config.table: Change config_shell to CONFIG_SHELL, and use
+       libiberty_topdir to find move-if-change.
+       (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
+       (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
+       (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
+       * Makefile.in (srcdir): Set to @srcdir@.
+       (VPATH): Likewise.
+       (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
+       (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
+       (CC, CFLAGS, RANLIB)): Likewise.
+       (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
+       (target_makefile_frag, host_makefile_frag): Add substitutions.
+       (INSTALL_DEST): Set to @INSTALL_DEST@.
+       (Makefile): Depend upon config.status.  Don't depend upon
+       $(host_makefile_frag) or $(target_makefile_frag).
+       (config.status): New target.
+
+Sun May  3 17:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/mt-sunos4: Remove.  Should be handled by --with-headers
+       and --with-libraries options at top level.
+       * config.table: Never use mt-sunos4.
+
+       * alloca-conf.h: New file, combining alloca-norm.h and
+       alloca-botch.h.
+       * alloca-norm.h: Remove.
+       * alloca-botch.h: Remove.
+       * configure.in: Set shell variables files and links to empty.
+       * config.table: Don't set shell variable files.
+       * configure.bat: Don't create alloca-conf.h.
+       * makefile.vms: Likewise.
+       * mpw-config.in: Likewise.
+       * vmsbuild.com: Likewise.
+
+Fri May  1 11:41:42 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
+       target depending upon config.h.
+       (alloca.o): Add target depending upon config.h
+       (basename.o, choose-temp.o, fnmatch.o): Likewise.
+       (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
+       (strsignal.o, xstrerror.o): Likewise.
 
 Fri May  1 04:26:25 1998  Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
 
@@ -24,13 +930,13 @@ Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
 
        * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
        (cplus_demangle_opname): Call mop_up_squangle.
-       (cplus_demangle): Initialize squangle info, then call 
+       (cplus_demangle): Initialize squangle info, then call
        internal_cplus_demangle. (Most code moved there as well)
-       (internal_cplus_demangle): New function, performs most of what use 
+       (internal_cplus_demangle): New function, performs most of what use
        to be done in cplus_demangle, but is only called with this file.
        (squangle_mop_up): New function to clean up B and K code data.
        (mop_up): set pointers to NULL after freeing.
-       (demangle_signature, demangle_template, demangle_class): Add 
+       (demangle_signature, demangle_template, demangle_class): Add
        switch elements to handle K and B codes.
        (demangle_prefix, gnu_special, demangle_qualified): Add
        code to handle K and B codes.
@@ -39,22 +945,9 @@ Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  <amacleod@cygnus.com>
        (register_Btype, remember_Btype): New functions for B codes.
        (forget_B_and_K_types): New function to destroy B and K info.
 
-Fri Apr 10 01:45:09 1998  Jeffrey A Law  (law@cygnus.com)
+Fri Apr 10 01:49:10 1998  Jeffrey A Law  (law@cygnus.com)
 
-       * cplus-dem.c: Sync with gcc.
-
-Thu Apr  2 13:53:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
-
-       * choose-temp.c: Include system.h when IN_GCC.
-
-1998-04-01  Mark Mitchell  <mmitchell@usa.net>
-
-       * cplus-dem.c (optable): Add sizeof.
-       (demangle_template_value_parm): New function containing code
-       previously found in demangle_template.
-       (demangle_integral_value): New function which handles complicated 
-       integral expressions.
-       (demangle_template): Use them.
+       * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
 
 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
 
@@ -65,6 +958,10 @@ Mon Feb 23 14:33:15 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
 
+Sun Feb 22 18:03:23 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * choose-temp.c: Sync with copy in gcc.
+
 Thu Feb 12 16:29:49 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * getopt.c: Update to latest FSF version.
@@ -75,17 +972,17 @@ Tue Feb 10 16:58:33 1998  Stan Shebs  <shebs@andros.cygnus.com>
        * cplus-dem.c (gnu_special): Don't get confused by .<digits>
        strings that are not actually lengths.
 
-Thu Feb  5 18:48:56 1998  Geoffrey Noer  <noer@cygnus.com>
-
-        * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
-        since it gets built automatically
-
 Fri Feb  6 01:35:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
        (.c.o): Check value of enable_shared, not PICFLAG.
        (stamp-picdir): Dito.
 
+Thu Feb  5 18:48:56 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
+        since it gets built automatically
+
 Sun Feb  1 02:52:32 1998  Mike Stump  <mrs@wrs.com>
 
        * config.table (vxworks configs): Default to VxWorks 5.x, as that is
@@ -107,7 +1004,7 @@ Sun Jan 18 15:57:28 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
        * vasprintf.c (int_vasprintf): Increase buffer size for float/double
        values.
 
-Sat Jan 17 22:28:38 1997  Mumit Khan  <khan@xraylith.wisc.edu>
+Sat Jan 17 22:28:38 1998  Mumit Khan  <khan@xraylith.wisc.edu>
                          J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
 
        Add mingw32 support.
@@ -226,10 +1123,10 @@ Tue Aug 19 17:10:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
 Wed Jul 30 11:42:19 1997  Per Bothner  <bothner@cygnus.com>
 
-       * cplus-dem.c:  Various changes to produce Java output when passed
+       * cplus-dem.c: Various changes to produce Java output when passed
        DMGL_JAVA.  Thus "::" becomes "." and "JArray<Foo>" becomes "Foo[]".
-       (main):  Support --java and -j flags to set DMGL_JAVA.
-       
+       (main): Support --java and -j flags to set DMGL_JAVA.
+
 Tue Jul 22 19:05:23 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
 
        * config/mh-go32 (CC, AR, RANLIB): Don't define.
@@ -284,7 +1181,7 @@ Wed Apr 30 12:15:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
 Mon Apr 28 19:04:31 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
-       * obstack.c: move _obstack_memory_used outside of ifdef.  Cannot be 
+       * obstack.c: move _obstack_memory_used outside of ifdef.  Cannot be
        elided; needed by gdb and not present in libc.
 
 Thu Apr 24 19:33:47 1997  Ian Lance Taylor  <ian@cygnus.com>
@@ -293,7 +1190,7 @@ Thu Apr 24 19:33:47 1997  Ian Lance Taylor  <ian@cygnus.com>
 
 Tue Apr 22 10:25:15 1997  Fred Fish  <fnf@cygnus.com>
 
-       * floatformat.c (floatformat_ieee_double_littlebyte_bigword): 
+       * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
        Add new floatformat, mainly for ARM doubles.
 
 Mon Apr 14 12:11:16 1997  Ian Lance Taylor  <ian@cygnus.com>
@@ -350,7 +1247,7 @@ Sat Mar 15 18:49:41 1997  Ian Lance Taylor  <ian@cygnus.com>
 
 Fri Mar 14 14:18:47 1997  Ian Lance Taylor  <ian@cygnus.com>
 
-       * cplus-dem.c: Add prototypes for all static functions. 
+       * cplus-dem.c: Add prototypes for all static functions.
        (mystrstr): Make static.  Make arguments and result const.
        (cplus_match): Remove; not used.
 
@@ -421,13 +1318,13 @@ Mon Nov 18 14:08:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
 
 Wed Nov 13 08:22:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
 
-       * cplus-dem.c: Revert last two commits due to conflicts with 
-       hpux system headers.        
+       * cplus-dem.c: Revert last two commits due to conflicts with
+       hpux system headers.
 
 Wed Nov 13 08:22:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
 
        * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
-       Revert last commit due to conflicts with hpux system headers.        
+       Revert last commit due to conflicts with hpux system headers.
 
 Wed Nov 13 10:36:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
@@ -436,16 +1333,16 @@ Wed Nov 13 10:36:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
 Tue Nov 12 16:31:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
 
-       * alloca.c: Include libiberty.h for definition of xmalloc.  
+       * alloca.c: Include libiberty.h for definition of xmalloc.
        Don't redefine NULL.
        * argv.c: Move prototypes to libiberty.h.
-       * cplus-dem.c: Include libiberty.h for definition of xmalloc.  
+       * cplus-dem.c: Include libiberty.h for definition of xmalloc.
        Don't redefine NULL.
        Use casts to eliminate compiler warnings.
-       * spaces.c: Remove prototypes for malloc and free which are 
+       * spaces.c: Remove prototypes for malloc and free which are
        already in libibrty.h.
        * strcasecmp.c: Use casts to eliminate compiler warnings.
-       * vasprintf.c: Include libiberty.h for definition of malloc.  
+       * vasprintf.c: Include libiberty.h for definition of malloc.
        Don't redefine NULL.
        * vprintf.c: Include stdarg.h if __STDC__.
 
@@ -656,7 +1553,7 @@ Tue Feb 27 12:00:50 1996  Raymond Jou  <rjou@mexican.cygnus.com>
 
        * mpw.c (mpwify_filename): Change 6 to 5 in
        strncmp (unixname, "/tmp/", 5).
-       
+
 Tue Feb 20 10:55:53 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * cplus-dem.c (demangle_template): Initialize is_bool.  Correctly
@@ -1156,9 +2053,9 @@ Wed Aug  3 05:52:14 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
        newlib; includes and such don't belong to us).  This is specific
        to the Cygnus Support environment.
 
-Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)        
+Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
 
-       * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not 
+       * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
        xxx<ch=81>.
 
 Mon Aug  1 17:02:48 1994  Kung Hsu  (kung@mexican.cygnus.com)
@@ -1238,7 +2135,7 @@ Fri May 13 16:20:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
 
 Fri May  6 14:44:21 1994  Steve Chamberlain  (sac@cygnus.com)
 
-       * config.table: Add go32  
+       * config.table: Add go32
        * config/mh-go32: New template.
 
 Fri May  6 11:01:59 1994  D. V. Henkel-Wallace  (gumby@rtl.cygnus.com)
@@ -1317,8 +2214,8 @@ Sun Feb 27 21:50:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 Thu Feb 24 11:51:12 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
 
        * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
-        (_getopt_initialize): New function, broken out of _getopt_internal. 
-        (_getopt_internal): 
+        (_getopt_initialize): New function, broken out of _getopt_internal.
+        (_getopt_internal):
         If long_only and the ARGV-element has the form "-f", where f is
         a valid short option, don't consider it an abbreviated form of
         a long option that starts with f.  Otherwise there would be no
@@ -1650,7 +2547,7 @@ Fri Aug  6 17:03:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
 
        * obstack.c, alloca.c: Update from FSF.
        * getopt.c, getopt1.c: Update to current FSF version, which
-       doesn't use alloca. 
+       doesn't use alloca.
 
 Tue Jul 27 14:03:57 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
 
@@ -2293,7 +3190,7 @@ Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
        * msdos.c: stub functions for dos.
        * makefile.dos, configdj.bat: new.
        * getopt.c: Don't include alloca-conf.h in a GO32 world.
-       
+
 
 Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)