home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / lib / ChangeLog < prev    next >
Text File  |  1996-09-28  |  17KB  |  491 lines

  1. Fri Aug 16 16:01:57 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  2.  
  3.     * Makefile.in (installdirs): new (empty) target
  4.  
  5. Mon Aug 12 11:03:43 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  6.  
  7.     * system.h: Don't use #elif.  It is said to cause problems with
  8.     one of the HP compilers on HPUX 9.01.
  9.  
  10. Sun Jul  7 23:25:46 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  11.  
  12.     * memmove.c: Removed.  The memove function was used by a very old
  13.     version of the CVS server for nefarious purposes and it has been
  14.     long gone.
  15.     * Makefile.in (SOURCES): Remove memmove.c.
  16.  
  17. Thu Jun  6 15:12:59 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  18.  
  19.     * vasprintf.c: If STDC_HEADERS, include stdlib.h rather than
  20.     declaring its functions ourself.
  21.  
  22. Wed Jun 05 10:14:29 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  23.               and Jim Kingdon  <kingdon@cyclic.com>
  24.  
  25.     * system.h: If ERRNO_H_MISSING is defined, don't include errno.h.
  26.  
  27. Wed Jun 05 10:14:29 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  28.  
  29.     * regex.c: Don't define MAX and MIN if already defined.
  30.  
  31. Sun May 12 09:40:08 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  32.  
  33.     * getdate.y: Replace alloca.h include with a comment explaining
  34.     why we avoid alloca and the consequences of that.
  35.     * getdate.c: Regenerated.
  36.  
  37. Wed May  8 09:31:03 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  38.  
  39.     * getdate.c: Regenerate with the version of byacc in Red Hat 3.0.3
  40.     (which I believe is byacc 1.9).  byacc, unlike bison, does not
  41.     require alloca in the generated parser.
  42.  
  43. Thu Apr 25 18:26:34 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  44.  
  45.     * getdate.y (get_date): Set Start from nowtime, not now->time,
  46.     which may not be set.
  47.     * getdate.c: Regenerated.
  48.  
  49. Wed Apr 10 17:55:02 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  50.  
  51.     * getdate.y (get_date): Use a time_t variable rather than a field
  52.     in a struct timeb.  Works around Solaris compiler bug.  Sure, it
  53.     is a compiler bug, but the workaround is completely painless.
  54.     * getdate.c: Regenerated.
  55.  
  56. Fri Mar 22 11:17:05 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  57.  
  58.     * system.h: If EXIT_FAILURE is not defined by stdlib.h, define it
  59.     ourself.
  60.  
  61. Thu Mar 14 16:27:53 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  62.  
  63.     * system.h: Remove alloca cruft.
  64.  
  65. Wed Feb 28 03:16:48 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  66.  
  67.     * build_lib.com: Changed definition of symbol CC to search
  68.     for include files in [-.VMS] so VMS config.h can be picked
  69.     up without copying.
  70.  
  71. Tue Feb 27 21:26:34 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  72.  
  73.     * build_lib.com: Added.  DCL File to build contents of [.lib]
  74.  
  75. Tue Feb 27 21:18:38 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  76.  
  77.     * system.h: added an existence_error macro check for EVMSERR
  78.     necessary for happiness under VMS
  79.  
  80. Thu Feb 22 22:30:04 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  81.  
  82.     * Makefile.in (OBJECTS): Remove @ALLOCA@
  83.     (SOURCES): Remove alloca.c
  84.     * alloca.c: Removed.
  85.     * regex.c (REGEX_MALLOC): Define.
  86.  
  87. Thu Feb 15 14:00:00  Jim Kingdon  <kingdon@cyclic.com>
  88.  
  89.     * vasprintf.c: Declare abs().
  90.  
  91. Wed Feb 14 14:48:31 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  92.  
  93.     * vasprintf.c (int_vasprintf): Don't cast arguments to memcpy.
  94.     * vasprintf.c, strtoul.c: Don't include ansidecl.h.  Do include
  95.     config.h if HAVE_CONFIG_H (for const).
  96.     * strtoul.c: Change CONST to const.
  97.  
  98. Tue Feb 13 20:04:39 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  99.  
  100.     * strtoul.c: Added (needed by vasprintf.c, and missing on SunOS4).
  101.     * Makefile.in (SOURCES): Add strtoul.c.
  102.  
  103. Mon Feb 12 10:04:46 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  104.  
  105.     * vasprintf.c: Added (same contents as before).
  106.     * Makefile.in (SOURCES): Add vasprintf.c.
  107.  
  108. Thu Feb  1 14:33:17 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  109.  
  110.         * Makefile.in (xlint): new rule; does nothing, as I'm not sure
  111.         running lint is actually advisable in here, but the top-level
  112.         Makefile thinks it can `make xlint' here.
  113.  
  114. Thu Feb  1 15:07:42 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  115.  
  116.     * getopt.c: Remove rcsid.
  117.  
  118. Tue Jan 30 18:20:27 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  119.  
  120.     * getline.c: Don't define NDEBUG.
  121.     (getstr): Rewrite assertions in a way which should stay clear of
  122.     signed/unsigned problems and compiler warnings thereof.
  123.  
  124. Thu Jan 25 00:14:06 1996  Jim Kingdon  <kingdon@beezley.cyclic.com>
  125.  
  126.     * yesno.c (yesno): fflush stdout as well as stderr.
  127.  
  128. Wed Jan  3 18:16:50 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  129.  
  130.     * sighandle.c (SIG_register): Use memset not bzero.
  131.     * system.h: Remove defines for index, rindex, bcmp, and bzero.
  132.     All the calls to those functions are gone from CVS.
  133.  
  134. Tue Jan  2 13:00:00 1996  Jim Kingdon  <kingdon@peary.cyclic.com>
  135.  
  136.     Visual C++ lint:
  137.     * sighandle.c: Prototype SIG_handle and SIG_defaults.
  138.     Use SIG_ERR where appropriate.
  139.  
  140. Mon Dec 18 10:15:05 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  141.  
  142.     * rename.c: Check ENOENT rather than existence_error.  The latter
  143.     is undefined in this file, and including system.h is said to cause
  144.     (unspecified) problems.
  145.  
  146. Sun Dec 17 23:58:06 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  147.  
  148.     * vasprintf.c: Removed (it is no longer used).
  149.     * Makefile.in (SOURCES): Remove vasprintf.c.
  150.  
  151. Sat Dec 16 17:18:33 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  152.  
  153.     * vasprintf.c: Added.
  154.     * Makefile.in (SOURCES): Add vasprintf.c
  155.  
  156. Mon Dec  4 10:54:04 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  157.  
  158.     * getdate.c: Remove #line directives.  I know, this is a kludge,
  159.     but Visual C++ 2.1 seems to require it (why, I have no idea.  It
  160.     has no trouble with the #line directives in getdate in CVS 1.6).
  161.  
  162. Sat Nov 18 16:20:37 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  163.  
  164.         * rename.c: same.
  165.  
  166.         * mkdir.c: Use new macro `existence_error', instead of comparing
  167.         errno to ENOENT directly.
  168.  
  169.         * system.h (existence_error): new macro, tries to portably ask if
  170.         errno represents a file-not-exist error.
  171.  
  172. Fri Nov 17 20:08:58 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  173.  
  174.         * system.h (NEED_DECOY_PERMISSIONS): moved this section to where
  175.         it belongs, duh.
  176.  
  177.         * getdate.c: if STDC_HEADERS, then just include <stdlib.h> instead
  178.         of declaring malloc() and realloc() to be char *.
  179.  
  180.         * system.h: ifdef NEED_DECOY_PERMISSIONS, then define the S_I*
  181.         permission masks for USR, GRP, and OTH in terms of the simpler
  182.         OS/2 masks.
  183.  
  184. Wed Nov 15 15:36:03 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  185.  
  186.         * system.h: ifdef USE_OWN_TCPIP_H, then include "tcpip.h".  Only
  187.         OS/2 does this right now.
  188.  
  189. Tue Nov 14 18:44:57 1995  Greg A. Woods  <woods@most.weird.com>
  190.  
  191.     * getdate.c: OK, this one is from SunOS-4.1 yacc and may be more
  192.     portable -- at least it compiles silently here!  ;-)
  193.  
  194. Mon Nov 13 03:53:45 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  195.  
  196.         * fnmatch.c: conform to 80 column standard (yes, I'm a pedant).
  197.  
  198. Wed Nov  8 11:10:59 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  199.  
  200.         * system.h (STAT_MACROS): ifdef S_IFMT, then use it as before; but
  201.         if it's not defined, then just do a single mask and assume
  202.         acceptance any of non-zero result.  Norbert, I trust you'll let me
  203.         know if this is unsatisfactory. :-)
  204.         Ifdef HAVE_SYS_UTIME_H, then include <sys/utime.h>.  Only OS/2
  205.         defines this right now.
  206.  
  207. Wed Nov  8 13:18:51 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  208.  
  209.     * valloc.c: omit malloc declaration (it's already in system.h
  210.       which is included and conflicts with <stdlib.h> on some
  211.       systems).
  212.  
  213. Tue Nov  7 19:38:48 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  214.  
  215.     * system.h (STAT_MACROS_BROKEN): undo previous change, because
  216.       else all regular files will be identified as links (the mask for
  217.       links is S_IFREG|S_IFCHR).
  218.  
  219. Mon Nov  6 19:20:56 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  220.  
  221.         * system.h (STAT_MACROS_BROKEN): in defining the S_IF* macros,
  222.         don't fold to 1 or 0 by first masking with S_IFMT; not all
  223.         systems have that macro, and anyway it's only necessary that we
  224.         return non-zero.
  225.  
  226. Fri Oct 27 13:43:35 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  227.  
  228.         * save-cwd.c: use __PROTO instead of __P (see below).
  229.  
  230.         * getline.h (__PROTO): same as below.
  231.  
  232.         * save-cwd.h (__PROTO): replaces __P.  New name, so don't ask if
  233.         already defined.  The conflict was that OS/2 w/ IBM C/C++ uses
  234.         `__P' for something else, in <ctype.h> of all places.
  235.  
  236.         * system.h: do nothing about alloca ifdef ALLOCA_IN_STDLIB (see
  237.         ../src/ChangeLog).
  238.  
  239. Tue Oct 24 13:01:25 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  240.  
  241.     * wait.h: include sys/resource.h if available. This is needed at
  242.       least under AIX-3.2 where <sys/wait.h> doesn't include it.
  243.  
  244. Mon Oct 23 17:39:11 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  245.  
  246.     * valloc.c (valloc): change parameter definition
  247.  
  248. Sun Oct 22 14:15:44 1995  Jim Meyering  (meyering@comco.com)
  249.  
  250.     * getline.c, getline.h: New files.
  251.     * Makefile.in (SOURCES, OBJECTS, HEADERS): Add getline.c, getline.o,
  252.     and getline.h, respectively.
  253.  
  254. Tue Oct 10 18:01:50 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  255.  
  256.         * Makefile.in (cvs_srcdir): define cvs_srcdir to be ../src, then
  257.         include it with -I so save_cwd.c can find error.h (for example).
  258.  
  259. Sun Oct  8 12:27:57 1995  Peter Wemm  <peter@haywire.DIALix.COM>
  260.  
  261.     * system.h: define POSIX_SIGNALS or BSD_SIGNALS if configure has
  262.     located all the necessary functions for each "type".
  263.     * sighandle.c: detect/use POSIX/BSD reliable signals (especially
  264.     for blocking signals in critical sections).  Helps prevent stray
  265.     locks on interruption.
  266.  
  267. Mon Oct  2 18:11:23 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  268.  
  269.     * system.h: Doc fix.
  270.  
  271. Mon Oct  2 18:10:35 1995  Larry Jones  <larry.jones@sdrc.com>
  272.  
  273.     * regex.c: compile 4.2 BSD compatible functions even when
  274.     _POSIX_SOURCE is defined since we need them and we wouldn't be
  275.     compiling this file unless they don't exist.
  276.  
  277. Mon Oct  2 10:32:20 1995  Michael Finken  <finken@conware.de>
  278.  
  279.         * strstr.c (strstr): new file and func.
  280.  
  281.         * Makefile.in (SOURCES): added strstr.c.
  282.  
  283. Sun Oct  1 21:03:40 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  284.  
  285.         * regex.c: reverted below change.
  286.  
  287. Thu Sep 28 13:37:04 1995  Larry Jones <larry.jones@sdrc.com>
  288.  
  289.         * regexp.c: check for ISC.
  290.  
  291. Thu Sep 7  19:18:00 1995  Jim Blandy  <jimb@cyclic.com>
  292.  
  293.     * save-cwd.c: #include <direct.h> and <io.h>, on systems that
  294.     have them.
  295.  
  296.     * getopt.c (_getopt_internal): Cast the return value of strlen,
  297.     which is unsigned, before comparing it with the difference between
  298.     two pointers, which is unsigned.
  299.  
  300. Thu Aug 31 11:31:42 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  301.  
  302.     * getdate.y [STDC_HEADERS]: #include <stdlib.h>, for abort.
  303.     [HAVE_ALLOCA_H]: #include <alloca.h>, for alloca on Windows NT.
  304.  
  305. Wed Aug 30 18:48:44 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  306.  
  307.     * system.h [HAVE_IO_H]: #include <io.h>, for Windows NT.
  308.     [HAVE_DIRECT_H]: #include <direct.h>, for Windows NT.
  309.     (CVS_MKDIR, FOLD_FN_CHAR, fnfold, fncmp, ISDIRSEP, OPEN_BINARY,
  310.     FOPEN_BINARY_READ, FOPEN_BINARY_WRITE): New macros/functions, for
  311.     use in system-sensitive code.
  312.  
  313.     * regex.c (re_set_registers): start and end are pointers, not
  314.     integers.  Cast the initializing value appropriately.
  315.  
  316.     * getopt.c [HAVE_STRING_H]: #include <string.h>, to avoid
  317.     warnings.
  318.  
  319.     * fnmatch.c (FOLD_FN_CHAR): Give this a dummy #definition if
  320.     config.h didn't #define it.
  321.         (fnmatch): Pass filename characters through FOLD_FN_CHAR before
  322.     comparing them.
  323.  
  324.     * argmatch.c: #include <sys/types.h>.
  325.     (argmatch): Declare arglen to be a size_t, rather than an int,
  326.     to avoid signed/unsigned comparison "problems".
  327.  
  328.     * .cvsignore: Remove getdate.c from this file.  We want to
  329.     distribute it, for systems that don't have a Yacc-equivalent
  330.     installed (like Windows NT).
  331.  
  332. Sat Aug 19 22:00:51 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  333.  
  334.     * error.c: Don't #define CVS_SUPPORT here.  config.h takes care of
  335.     that for us.
  336.     [CVS_SUPPORT] (error_use_protocol): New variable, with apology.
  337.     (error): If error_use_protocol is set, report errors using the
  338.     client/server protocol.
  339.     * error.h [CVS_SUPPORT]: Extern decl for error_use_protocol.
  340.  
  341. Fri Aug  4 00:01:24 1995  Jim Meyering  (meyering@comco.com)
  342.  
  343.     * xgetwd.c: Don't declare free.  A K&R style declaration gets
  344.     a conflict on some Sun systems when compiling with acc.
  345.  
  346.     * save-cwd.c: New file.
  347.     * save-cwd.h: New file.
  348.     * Makefile.in (SOURCES): Add save-cwd.c
  349.     (OBJECTS): Add save-cwd.o.
  350.     (HEADERS): Add save-cwd.h.
  351.  
  352. Thu Aug  3 00:55:54 1995  Jim Meyering  (meyering@comco.com)
  353.  
  354.     * error.h: New file.
  355.     * Makefile.in (HEADERS): Add error.h.
  356.  
  357. Sat Jul 29 15:53:55 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  358.  
  359.     * Makefile.in (SOURCES): Add getdate.c.
  360.  
  361. Thu Jul 27 09:11:41 1995  Robert Lipe <robertl@rjlhome.arnet.com>
  362.  
  363.     * system.h: Check for PATHSIZE before falling back to _POSIX_PATH_MAX.
  364.  
  365. Thu Jul 20 12:38:03 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  366.  
  367.     * error.c: Instead of calling cvs functions to clean up, allow cvs
  368.     to register a callback via error_set_cleanup.  Avoids hassles with
  369.     include files and SERVER_SUPPORT and so on.
  370.  
  371. Tue Jul 18 21:18:00 1995  Jim Blandy <jimb@cyclic.com>
  372.  
  373.     * system.h: Include <sys/param.h> only if HAVE_SYS_PARAM_H
  374.     is #defined.  We've added a test to configure.in to #define this
  375.     on most systems.
  376.  
  377. Thu Jul 13 11:22:21 1995  Jim Meyering  (meyering@comco.com)
  378.  
  379.     * xgetwd.c: New file.
  380.     * Makefile.in (SOURCES): Add xgetwd.c
  381.     (OBJECTS): Add xgetwd.o.
  382.  
  383. Wed Jul 12 09:18:49 1995  Jim Meyering  (meyering@comco.com)
  384.  
  385.     * Makefile.in (OBJECTS): Remove fnmatch.o.  Now configure adds it
  386.     to LIBOBJS when necessary.
  387.  
  388. Fri Jun 30 16:27:18 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  389.  
  390.     * rename.c (rename): If MVDIR is not defined, just give an error
  391.     on attempt to rename a directory.
  392.  
  393. Thu Jun 29 00:46:31 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  394.  
  395.     * system.h: Check HAVE_SYS_TIMEB_H not non-existent HAVE_TIMEB_H.
  396.  
  397.     * system.h: Don't define alloca if it is already defined.
  398.  
  399. Wed Jun 28 15:24:51 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  400.  
  401.     * system.h: If NeXT, define utimbuf ourself.
  402.  
  403. Mon May 29 22:32:40 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
  404.  
  405.     * system.h: Handle time and directory headers as recommended in
  406.     the autoconf manual.
  407.     Undefine the S_FOO() macros if STAT_MACROS_BROKEN is set.
  408.     Don't define mode_t, as it is handled by config.h.
  409.  
  410. Sat May 27 08:46:00 1995  Jim Meyering  (meyering@comco.com)
  411.  
  412.     * Makefile.in (Makefile): Regenerate only Makefile in current
  413.     directory when Makefile.in is out of date.  Depend on ../config.status.
  414.  
  415. Fri Apr 28 22:49:25 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  416.  
  417.     * Makefile.in (SOURCES, OBJECTS): Updated.
  418.     (HEADERS): New variable.
  419.     (DISTFILES): Updated.
  420.     (dist-dir): Renamed from dist; changed to work with DISTDIR
  421.     variable passed from parent.
  422.  
  423. Wed Feb  8 06:37:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  424.  
  425.     * system.h (S_IRUSR et al): Define if not already defined.
  426.  
  427.     * waitpid.c [HAVE_CONFIG_H]: Include "config.h".
  428.     (ualloc): Return OLDPTR rather than running off the end.
  429.  
  430. Mon Aug 22 22:48:19 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  431.  
  432.     * error.c (strerror): Replaced conditional static definition
  433.     (always used, since the condition variable was never set) with an
  434.     extern declaration, since it's provided by libc or strerror.c.
  435.  
  436. Wed Aug 10 14:54:25 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  437.  
  438.     * Makefile.in (SOURCES): Add waitpid.c.
  439.     * waitpid.c: New file.
  440.  
  441. Tue Aug  9 16:00:12 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  442.  
  443.     * md5.h (uint32): If SIZEOF_LONG isn't 4, don't define this to be
  444.     "unsigned long"; try SIZEOF_INT and "unsigned int", otherwise
  445.     complain.
  446.  
  447.     * md5.c: Include config.h.
  448.     (const): Don't bother defining here, config.h should take care of
  449.     it.
  450.  
  451.     * valloc.c (malloc): Declare.
  452.  
  453. Fri Jul 15 12:57:20 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  454.  
  455.     * getopt.c: Do not include <stdlib.h> unless __GNU_LIBRARY__ is
  456.     defined.  On Irix 5.2, <stdlib.h> includes <getopt.h>, which
  457.     causes a multiple definition of struct option.
  458.  
  459. Fri Jul  8 10:04:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  460.  
  461.     * md5.h, md5.c: Remove ANSI-isms.
  462.  
  463. Thu Jul  7 20:24:18 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  464.  
  465.     * md5.h, md5.c: New files.
  466.     * Makefile.in (SOURCES): Add md5.c.
  467.     (OBJECTS): Add md5.o.
  468.     (DISTFILES): Add md5.h.
  469.     (md5.o): New target; depend upon md5.h.
  470.  
  471. Fri May 27 18:15:34 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  472.  
  473.     * valloc.c: New file.
  474.  
  475. Tue May 17 08:18:26 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  476.  
  477.     * error.c (error, fperror): If server_active, call server_cleanup
  478.     as well as Lock_Cleanup.
  479.  
  480. Thu Jan  6 13:45:04 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  481.  
  482.     * system.h: Fix Dec 27 change to work correctly.  Makes Sep 9
  483.     change unnecessary, so backed that one out.  Never define PATH_MAX
  484.     in terms of pathconf, because that doesn't produce a constant, and
  485.     PATH_MAX is used to set array sizes.
  486.  
  487. Mon Dec 27 14:22:07 1993  Mark Eichin  (eichin@cygnus.com)
  488.  
  489.     * system.h: don't touch PATH_MAX or MAXPATHLEN if *both* of them
  490.     are already defined, as one may be defined in terms of the other.
  491.