home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / libg++ / libiberty / ChangeLog < prev    next >
Text File  |  1993-06-29  |  21KB  |  584 lines

  1. Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  2.  
  3.     * getopt.c: remove use of USG around <alloca.h>, which never meant
  4.     anything anyway
  5.  
  6.     * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
  7.     of USG and USGr4
  8.  
  9. Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
  10.  
  11.     * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
  12.     it's now a type according to the ANSI X3J16 working paper; output
  13.     "wchar_t" for it.
  14.     (demangle_template): Accept `w' as an integral type.
  15.     (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
  16.     counterparts malloc and realloc to `char *'.
  17.     (main): Exit with a 0 status.
  18.     * Makefile.in (demangle): Don't expect the user to define
  19.     DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
  20.     for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
  21.  
  22. Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
  23.  
  24.     * Makefile.in (AR_FLAGS):  Avoid verbosity.
  25.     * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
  26.     replace USGr4 with HAVE_SYSCONF.
  27.     * config/mh-solaris:  Remove; mh-sysv4 works now.
  28.     * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
  29.     * configure.in:  Simplify host matching table, remove separate
  30.     solaris config file.
  31.  
  32. Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
  33.  
  34.     * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
  35.  
  36. Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
  37.  
  38.     * cplus-dem.c (xmalloc, xrealloc): Add decls.
  39.     (remember_type): Don't cast xmalloc.
  40.     (string_need): Likewise; don't cast xrealloc either.
  41.  
  42. Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
  43.  
  44.     * Makefile.in, functions.defs, rename.c: added simple
  45.     implementation of rename, since some binutils programs use it.
  46.  
  47. Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
  48.  
  49.     * strsignal.c:  Add appropriate 'const' to sys_siglist
  50.     extern declaration (if __STDC__).  (Needed for Linux.)
  51.     * strsignal.c (strsignal): Add cast to remove const-ness.
  52.  
  53. Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
  54.  
  55.     * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
  56.     before "'s, diagnosed by BSD 4.4 awk.
  57.  
  58. Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
  59.  
  60.     * Makefile.in: create config.h and needed-list through $(CONFIG_H)
  61.     and $(NEEDED_LIST), to give some hooks for xiberty.
  62.  
  63. Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  64.  
  65.     * configure.in: use cpu-vendor-triple instead of nested cases
  66.  
  67. Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
  68.  
  69.     * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
  70.     concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
  71.     getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
  72.     obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
  73.     strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
  74.     Convert from using GPL to LGPL.
  75.  
  76. Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
  77.  
  78.     * Makefile.in (errors):  Leave dummy.o and dummy around so that
  79.     we can see how the needed list was generated (it's sometimes wrong).
  80.     (mostlyclean):  Remove them.
  81.  
  82. Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
  83.  
  84.     * getcwd.c: supply a default if MAXPATHLEN is not defined.
  85.  
  86.     * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
  87.  
  88. Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
  89.  
  90.     * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
  91.     when cross-compiling.
  92.  
  93. Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
  94.  
  95.     * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
  96.       as a time optimization.
  97.  
  98.     * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
  99.       be more expensive than simply demangling.
  100.  
  101.     * cplus-dem.c (cplus_match): new function.
  102.  
  103. Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
  104.  
  105.     * cplus-dem.c:  #include <stdio.h>, to define NULL.
  106.     Define current_demangling_style.
  107.  
  108. Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
  109.  
  110.     * cplus-dem.c:  New file, moved from ../gdb.
  111.     * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
  112.     function, to avoid compiling in target-dependency for CPLUS_MARKER.
  113.     * cplus-dem.c (cplus_demangle):  Allow demangling style option
  114.     to be passed as a parameter, but using the global variable
  115.     current_demangling_style as a default.
  116.     * Makefile.in:  Update for cplus-dem.c
  117.  
  118. Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
  119.  
  120.     * obstack.c:  Merge in comment changes from FSF version.  Now
  121.     matches the FSF version exactly.
  122.  
  123. Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
  124.  
  125.     * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
  126.     least on losing DECstations!); use if-then-else instead.
  127.  
  128. Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
  129.  
  130.     * Makefile.in: always create installation directories.
  131.  
  132. Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  133.  
  134.        * Makefile.in: clean up definition of CFILES, more comments
  135.  
  136. Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
  137.  
  138.     * getopt.c (my_index):  Make first arg const to match strchr,
  139.     which it sometimes is remapped to.
  140.  
  141. Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
  142.  
  143.     * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
  144.     * obstack.c (_obstack_begin):  Initialize use_extra_arg.
  145.     * obstack.c (_obstack_begin_1):  New, from FSF version.
  146.  
  147. Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
  148.  
  149.     * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
  150.     extra_arg.
  151.     * obstack.c (_obstack_begin):  Remove area_id and flags arguments
  152.     (previously added for mmalloc support, interface has changed).
  153.     Also convert flags usage to use use_extra_arg and maybe_empty_object.
  154.  
  155. Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
  156.  
  157.     * argv.c:  Move expandargv inline and eliminate static variables.
  158.     Rewrite to always allocate in powers of two.  Fix to return an
  159.     argv with a single null string arg if passed a null string.
  160.  
  161. Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
  162.  
  163.     * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
  164.     "(void)" casts from function calls where the return value is
  165.     ignored, in accordance with GNU coding standards.
  166.  
  167. Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
  168.  
  169.     * bcopy.c, strerror.c, strsignal.c:  Lint.
  170.  
  171. Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  172.  
  173.     * getopt.c: merge changes from make.
  174.  
  175. Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
  176.  
  177.     * alloca.c:  Incorporate fixes from gdb/alloca.c.
  178.     FIXME:  Eventually move gdb's alloca configuration files here,
  179.     and remove gdb/alloca.c and its Makefile.in support.
  180.  
  181. Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
  182.  
  183.     * dummy.c:  Define NOTHING to /*nothing*/, change return type
  184.     of main to int and return zero.
  185.     * functions.def:  Supply NOTHING as the fourth arg to macros
  186.     that don't have an explicit arg, to satisfy picky preprocessors.
  187.  
  188. Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
  189.  
  190.     * Makefile.in:  Clean up *clean rules, as per standards.texi.
  191.  
  192. Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  193.  
  194.     * getopt.c, getopt1.c: merged largely gratuitous, mostly
  195.       whitespace diffs from other prep distributions.
  196.  
  197. Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
  198.  
  199.     * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
  200.     it is broken on ncr 3000's.
  201.  
  202. Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
  203.  
  204.     * sigsetmask.c:  Rewrite.  Old one was very confused about its
  205.     arguments and result.  New one can't do much, but at least knows
  206.     what it can't do, and it's good enough for GDB's use.
  207.  
  208. Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
  209.  
  210.     * functions.def:  Use proper prototype for strtoul.
  211.  
  212. Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
  213.  
  214.     * Makefile.in:  Add random.c.
  215.     * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
  216.     * configure.in:  update solaris2 config.
  217.  
  218. Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
  219.  
  220.     * random.c:  Add for random() and srandom().
  221.     * functions.def:  Add random
  222.  
  223. Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
  224.  
  225.     * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
  226.     using /usr/ucb/install.
  227.  
  228. Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
  229.  
  230.     * strerror.c:  Kludge to guard against a conflict with
  231.     possible declaration of sys_errlist in errno.h.
  232.  
  233. Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
  234.  
  235.     * configure.in, config/mh-solaris: add solaris2 config support.
  236.  
  237. Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
  238.  
  239.     * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
  240.     is not defined (should be defined in signal.h, says Posix.).
  241.  
  242. Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
  243.  
  244.     * getopt.c: merged changes from make-3.62.11.
  245.  
  246. Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
  247.  
  248.     * getopt.c: merged changes from bison-1.18.
  249.  
  250. Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
  251.  
  252.     * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
  253.     since that introduces a circular dependency.
  254.     ($(EXTRA_OFILES) are used to build config.h.)
  255.  
  256.     * strtoul.c:  Fixes to handle non-decimal bases better.
  257.  
  258. Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
  259.  
  260.     * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
  261.     * Makefile.dos:  Finish MINUS_G eradication.
  262.     * Makefile.in (CFILES):  Add strsignal.c.
  263.     * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
  264.     * Makefile.in (needed-list):  Split creation of errors file to
  265.     separate make target.
  266.     * Makefile.in (config.h, needed2.awk, errors):  New targets.
  267.     * Makefile.in (clean):  Split to multiple lines, add needed2.awk
  268.     and config.h.
  269.     * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
  270.     * functions.def (strerror):  Remove from optional list.
  271.     * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
  272.     * functions.def (strerror, psignal):  DEFFUNC's
  273.     * strerror.c:  Rewrite from scratch to use sys_errlist only if
  274.     available, add errno_max(), add strerrno(), add strtoerrno(),
  275.     add test driver.
  276.     * strsignal.c:  New file, signal equivalent to strerror.c.
  277.     Uses sys_siglist if available, defines signo_max(), strsignal(),
  278.     strsigno(), strtosigno(), psignal(), and test driver.
  279.  
  280. Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
  281.  
  282.     * Makefile.in: do not print recursion line.
  283.  
  284.     * Makefile.in: allow CFLAGS to be passed in from command line.
  285.       Removed MINUS_G.  Default CFLAGS to -g.
  286.  
  287. Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
  288.  
  289.     * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
  290.     so libg++ users don't have to be inconvenienced by a
  291.     libc.a bug (libc.a needs copysign, but doesn't define it!).
  292.     * configure.in:  Use config/mh-aix.
  293.     * strtoul.c:  Handle '-' as required by ANSI.
  294.     Clean up radix handling.
  295.     * strstr.c:  Fix buggy algorithm.
  296.     * Makefile.in:  Change so that ${EXTRA_OFILES} is
  297.     appended to needed-list (which is used by libg++).
  298.  
  299. Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
  300.  
  301.     * configure.in:  Recognize new ncr3000 config.
  302.     * config/mh-ncr3000:  New config file.
  303.  
  304. Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
  305.  
  306.     * argv.c, dummy.c:  Lint.
  307.  
  308. Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
  309.  
  310.     * config/mh-sysv4:  New config file.
  311.     * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
  312.     host_os == sysv4.
  313.     * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
  314.     pagesize.
  315.  
  316. Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
  317.  
  318.     * getopt.c:  Lint.
  319.  
  320. Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
  321.  
  322.     * functions.def (alloca):  Fix return type and args to avoid
  323.     type clash with gcc's builtin alloca.
  324.  
  325. Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
  326.  
  327.     * configure.in, config/mh-irix4: irix4 support.
  328.  
  329.     * Makefile.in, functions.def, alloca.c: added alloca.
  330.  
  331. Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
  332.  
  333.     * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
  334.  
  335. Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
  336.  
  337.     * argv.c:  Fix various external function definitions to be
  338.     correct in an ANSI compilation environment.
  339.  
  340. Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
  341.  
  342.     * obstack.c:  Changes to support calling mmalloc functions,
  343.     which take an additional argument over malloc functions.
  344.  
  345. Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
  346.  
  347.     * added check target.
  348.  
  349. Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
  350.  
  351.     * argv.c:  #include alloca-conf.h (needed by AIX).
  352.  
  353. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  354.  
  355.     * Makefile.in, configure.in: removed traces of namesubdir,
  356.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  357.       copyrights to '92, changed some from Cygnus to FSF.
  358.  
  359. Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
  360.  
  361.     * argv.c:  Check in Fred's version which fixes problems with
  362.     alloca().
  363.  
  364. Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
  365.  
  366.     * makefile.dos:  Remove NUL to keep patch from failing.
  367.  
  368. Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
  369.  
  370.     * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
  371.  
  372. Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
  373.  
  374.      * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
  375.  
  376. Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
  377.  
  378.     * argv.c:  New file to build and destroy standard argument
  379.     vectors from a command string.
  380.  
  381.     * Makefile.in:  Add argv.c and argv.o to appropriate macros.
  382.  
  383. Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
  384.  
  385.     * configure.in:  Change svr4 references to sysv4.
  386.  
  387.     * rindex.c:  Declare return type of externally used function
  388.     strrchr().
  389.  
  390. Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
  391.  
  392.     * Makefile.in:  Remove "***" in normal output, since Make produces
  393.     this on errors, and it's convenient to search for.
  394.  
  395. Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
  396.  
  397.     * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
  398.     New ANSI functions.  The old non-ANSI functions (such as bcopy)
  399.     should be avoided.
  400.     * bcopy.c:  Fix to correctly handle overlapping regions.
  401.     * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
  402.     * functions.def:  Add the new functions.
  403.     * functions.def:  Add 4th parameter to DEF macro,
  404.     an ansidecl.h-style prototype.
  405.     * dummy.c:  Use expanded DEF macro to create a dummy function
  406.     call, with correct parameter types.  (This avoids some
  407.     complaints from gcc about predefined builtins.)
  408.  
  409.     Move the functionality of config/mh-default into Makefile.in.
  410.     This avoid duplication, and simplifies things slightly.
  411.     * Makefile.in:  Tweak so we don't need config/mh-default.
  412.     * README:  Update.
  413.     * configure.in:  No longer need config/mh-default.
  414.     * config/mh-default:  Deleted.
  415.     * config/mh-sysv:  Remove lines copied from old mh-default.
  416.  
  417. Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
  418.  
  419.     * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
  420.     'mknod' device numbers.
  421.  
  422. Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
  423.  
  424.     * fdmatch.c, Makefile.in:  Add new function that takes two
  425.     open file descriptors and returns nonzero if they refer to
  426.     the same file, zero otherwise.  (used in gdb)
  427.  
  428. Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  429.     From DJ:
  430.     * msdos.c: stub functions for dos.
  431.     * makefile.dos, configdj.bat: new.
  432.     * getopt.c: Don't include alloca-conf.h in a GO32 world.
  433.     
  434.  
  435. Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  436.  
  437.     * Makefile.in: infodir belongs in datadir.
  438.  
  439. Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  440.  
  441.     * Makefile.in: remove spaces following hyphens because bsd make
  442.       can't cope.  added standards.text support.  install using
  443.       INSTALL_DATA.
  444.  
  445.     * configure.in: remove commontargets as it is no longer a
  446.       recognized hook.
  447.  
  448. Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  449.  
  450.     * Makefile.in: idestdir and ddestdir go away.  Added copyrights
  451.       and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
  452.       and mandir now keyed off datadir by default.
  453.  
  454. Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
  455.  
  456.     * Makefile.in:  find-needed.awk does not fit in 14 chars.
  457.  
  458.     * Makefile.in:  Suppress error checking when compiling the test
  459.     program, because Ultrix make/sh aborts there due to a bug.
  460.  
  461. Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
  462.  
  463.     * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
  464.     * README:  Explained how the auto-configuration works,
  465.     and how to add new files and/or configurations.
  466.  
  467. Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
  468.  
  469.     * strtoul.c:  Avoid defining ULONG_MAX if already defined;
  470.     cast a const char * to char * for pedants.
  471.  
  472.     * getopt.c:  Only define "const" after local include files get to,
  473.     and only if they haven't defined it.
  474.  
  475. Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
  476.  
  477.     * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
  478.     emulate it with getwd() if available.  This avoids callers having
  479.     to find a MAXPATHLEN or PATH_MAX value from somewhere.
  480.     * Makefile.in, functions.def:  getwd->getcwd.
  481.     * configure.in:  Use generic case for every system.
  482.     * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
  483.     * config/mh-sysv:  Use default handling, just add -DUSG.
  484.  
  485. Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
  486.  
  487.     * Makefile.in, config/mh-default: Re-do make magic
  488.     so that for the default ("automatic") mode we only
  489.     compile the files we actually need.  Do this using
  490.     a recursive make:  The top-level generates the list
  491.     of needed files (loosely, the ones missing in libc),
  492.     and then passes that list to the recursive make.
  493.     * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
  494.  
  495. Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
  496.  
  497.     RS/6000 host support (grumble).
  498.  
  499.     * configure.in:  Build alloca-conf.h file from alloca-norm.h
  500.     (everything else) or alloca-botch.h (rs/6000).
  501.     * Makefile.in:  Include . on the include path.
  502.     * getopt.c:  Use alloca-conf.h.
  503.     * alloca-norm.h:  How to declare alloca on reasonable machines.
  504.     * alloca-botch.h: How to declare alloca on braindead machines.
  505.  
  506. Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
  507.  
  508.     * concat.c :  New file, like concat() in gdb but can take a
  509.     variable number of arguments rather than fixed at 3 args.  For
  510.     now, client applications must supply an xmalloc(), which is a
  511.     front end function to malloc() that deals with out-of-memory
  512.     conditions.
  513.  
  514.     * Makefile.in:  Add concat.c and concat.o to appropriate macros.
  515.  
  516. Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
  517.  
  518.     * config/mh-svr4:  Add sigsetmask to list of required functions.
  519.  
  520. Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
  521.  
  522.     * vsprintf.c:  New file.
  523.     * functions.def, Makefile.in:  Add vsprintf.
  524.  
  525. Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
  526.  
  527.     * configure.in, config/mh-rs6000:  Add rs/6000 host support.
  528.     * Makefile.in:  Compile with debug info.
  529.  
  530. Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
  531.  
  532.     * Makefile.in, configure.in, and new files: dummy.c, functions.def,
  533.     config/mf-default:  Added a default configuration mode,
  534.     which includes into libiberty.a functions that are "missing" in libc.
  535.     * strdup.c, vprintf.c, vfprintf.c: New files.
  536.  
  537. Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
  538.  
  539.     * config/hmake-svr4: New file.
  540.  
  541.     * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
  542.  
  543.     * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
  544.     index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
  545.     files containing either portable C versions or emulations using
  546.     native library calls.
  547.  
  548.     * strerror.c:  Add copyright, internal documentation, etc.
  549.  
  550.     * strtol.c:  Replace hardwired hex constants with some more
  551.     portable macros.  Remove illegal (according to gcc) cast.
  552.  
  553.     * strtoul.c: Replace hardwired hex constant with more portable
  554.     macro.
  555.  
  556.     * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
  557.     can override them.  Add new source and object file names to CFILES
  558.     and OFILES respectively.
  559.  
  560.     * configure.in: Add support for SVR4 makefile fragments.
  561.  
  562. Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
  563.  
  564.     * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
  565.     over-ridden by config/hmake-*
  566.     * configure.in: added m88kcvs to sysv list
  567.  
  568. Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
  569.  
  570.     * Makefile.in:  Most hosts need strerror, but one or two don't,
  571.     and they override these definitions in the host-dependent makefile
  572.     fragment.
  573.     * config/hmake-mach:  The odd man out on strerror -- it's supplied.
  574.     * strerror.c:  New file.
  575.  
  576.     * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
  577.     it and bfd uses it.
  578.     * configure.in, Makefile.in, config/hmake-mach:  Only configure
  579.     strtol & strotoul in on Mach.
  580.  
  581. Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
  582.  
  583.     * obstack.c:  Merge with latest FSF version.
  584.