xref: /openbsd/gnu/usr.bin/cvs/lib/ChangeLog.fsf (revision 1e72d8d2)
1*1e72d8d2SderaadtThu Sep 15 00:18:26 1994  david d `zoo' zuhn  <zoo@monad.armadillo.com>
2*1e72d8d2Sderaadt
3*1e72d8d2Sderaadt	* system.h: remove a bunch of "extern int " declarations of system
4*1e72d8d2Sderaadt	  functions (could conflict with vendor header files, and didn't
5*1e72d8d2Sderaadt	  do anything *too* useful to begin with).
6*1e72d8d2Sderaadt
7*1e72d8d2Sderaadt	* Makefile.in: update getdate.y message (now has 10 s/r conflicts)
8*1e72d8d2Sderaadt
9*1e72d8d2SderaadtWed Sep 14 22:12:21 1994  david d `zoo' zuhn  <zoo@monad.armadillo.com>
10*1e72d8d2Sderaadt
11*1e72d8d2Sderaadt	* strerror.c: more complete, from the Cygnus libiberty package
12*1e72d8d2Sderaadt
13*1e72d8d2Sderaadt	* error.c (strerror): removed, functionality is in strerror.c
14*1e72d8d2Sderaadt
15*1e72d8d2Sderaadt	* cvs.h: remove duplicate prototype for Reader_Lock
16*1e72d8d2Sderaadt	* history.c: printf argument mismatch
17*1e72d8d2Sderaadt	  (Both fixes thanks to J.T. Conklin (jtc@cygnus.com)
18*1e72d8d2Sderaadt
19*1e72d8d2SderaadtSat Jul 30 13:50:11 1994  david d `zoo' zuhn  (zoo@monad.armadillo.com)
20*1e72d8d2Sderaadt
21*1e72d8d2Sderaadt	* getopt1.c, getopt.c, getopt.h, getdate.y: latest versions from FSF
22*1e72d8d2Sderaadt
23*1e72d8d2SderaadtWed Jul 13 22:11:17 1994  david d `zoo' zuhn  (zoo@monad.armadillo.com)
24*1e72d8d2Sderaadt
25*1e72d8d2Sderaadt	* system.h: don't set PATH_MAX to pathconf(), since PATH_MAX is
26*1e72d8d2Sderaadt	  used to size arrays.  (thanks to kingdon@cygnus.com)
27*1e72d8d2Sderaadt
28*1e72d8d2Sderaadt	* getopt1.c: remove #ifdef __STDC__ around const usages (which
29*1e72d8d2Sderaadt	  isn't correct and weren't complete)
30*1e72d8d2Sderaadt
31*1e72d8d2SderaadtWed Apr 20 14:57:16 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
32*1e72d8d2Sderaadt
33*1e72d8d2Sderaadt	* getopt.h: Prevent multiple inclusion.
34*1e72d8d2Sderaadt
35*1e72d8d2SderaadtTue Jan 25 17:34:42 1994  david d zuhn  (zoo@monad.armadillo.com)
36*1e72d8d2Sderaadt
37*1e72d8d2Sderaadt	* Makefile.in: make sure that no blank lines are in the $(OBJECTS)
38*1e72d8d2Sderaadt          list (from Brad Figg)
39*1e72d8d2Sderaadt
40*1e72d8d2SderaadtMon Jan 24 12:27:13 1994  david d zuhn  (zoo@monad.armadillo.com)
41*1e72d8d2Sderaadt
42*1e72d8d2Sderaadt	* system.h: remove alloca checks (added to src/cvs.h); revamped
43*1e72d8d2Sderaadt	  the MAXPATHLEN and PATH_MAX tests (from Brad Figg
44*1e72d8d2Sderaadt	  <bradf@wv.MENTORG.COM>); handle index,rindex,bcmp,bzero better
45*1e72d8d2Sderaadt	  (don't redefine if already defined); added S_IWRITE, S_IWGRP,
46*1e72d8d2Sderaadt	  S_IWOTH definitions (header file reorganization)
47*1e72d8d2Sderaadt
48*1e72d8d2Sderaadt	* strippath.c: use strchr, not index
49*1e72d8d2Sderaadt
50*1e72d8d2Sderaadt	* getopt1.c: match prototypes when __STDC__ compiler (lint fixes)
51*1e72d8d2Sderaadt
52*1e72d8d2Sderaadt        * getdate.c: alloca checks for when using bison
53*1e72d8d2Sderaadt
54*1e72d8d2Sderaadt	* Makefile.in: added CC and YACC definitions; use YACC not BISON;
55*1e72d8d2Sderaadt	  better getdate.c tests (also from Brad Figg)
56*1e72d8d2Sderaadt
57*1e72d8d2SderaadtSat Dec 18 00:55:43 1993  david d zuhn  (zoo@monad.armadillo.com)
58*1e72d8d2Sderaadt
59*1e72d8d2Sderaadt	* Makefile.in (VPATH): don't use $(srcdir), but @srcdir@ instead
60*1e72d8d2Sderaadt
61*1e72d8d2Sderaadt	* memmove.c: new file, implements memmove in terms of bcopy
62*1e72d8d2Sderaadt
63*1e72d8d2Sderaadt	* wait.h: include <sys/wait.h> if HAVE_SYS_WAIT_H, not if POSIX
64*1e72d8d2Sderaadt
65*1e72d8d2SderaadtThu Sep  9 18:02:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
66*1e72d8d2Sderaadt
67*1e72d8d2Sderaadt	* system.h: only #undef PATH_MAX if not on an Alpha.  The #undef
68*1e72d8d2Sderaadt	causes problems with the Alpha C compiler.
69*1e72d8d2Sderaadt
70*1e72d8d2SderaadtThu Apr  8 12:39:56 1993  Ian Lance Taylor  (ian@cygnus.com)
71*1e72d8d2Sderaadt
72*1e72d8d2Sderaadt	* system.h: Removed several incorrect declarations which fail
73*1e72d8d2Sderaadt	on Solaris.
74*1e72d8d2Sderaadt
75*1e72d8d2SderaadtWed Jan 20 17:57:24 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
76*1e72d8d2Sderaadt
77*1e72d8d2Sderaadt	* system.h: add externs for sun4 so that gcc -Wall becomes useful
78*1e72d8d2Sderaadt	  again.
79*1e72d8d2Sderaadt
80*1e72d8d2SderaadtWed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
81*1e72d8d2Sderaadt
82*1e72d8d2Sderaadt	* Makefile.in, configure.in: removed traces of namesubdir,
83*1e72d8d2Sderaadt	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
84*1e72d8d2Sderaadt	  copyrights to '92, changed some from Cygnus to FSF.
85*1e72d8d2Sderaadt
86*1e72d8d2SderaadtSat Dec 28 02:42:06 1991  K. Richard Pixley  (rich at cygnus.com)
87*1e72d8d2Sderaadt
88*1e72d8d2Sderaadt	* mkdir.c, rename.c: change fork() to vfork().
89*1e72d8d2Sderaadt
90*1e72d8d2Sderaadt
91