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