1Thu Sep 15 00:18:26 1994 david d `zoo' zuhn <zoo@monad.armadillo.com> 2 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). 6 7 * Makefile.in: update getdate.y message (now has 10 s/r conflicts) 8 9Wed Sep 14 22:12:21 1994 david d `zoo' zuhn <zoo@monad.armadillo.com> 10 11 * strerror.c: more complete, from the Cygnus libiberty package 12 13 * error.c (strerror): removed, functionality is in strerror.c 14 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) 18 19Sat Jul 30 13:50:11 1994 david d `zoo' zuhn (zoo@monad.armadillo.com) 20 21 * getopt1.c, getopt.c, getopt.h, getdate.y: latest versions from FSF 22 23Wed Jul 13 22:11:17 1994 david d `zoo' zuhn (zoo@monad.armadillo.com) 24 25 * system.h: don't set PATH_MAX to pathconf(), since PATH_MAX is 26 used to size arrays. (thanks to kingdon@cygnus.com) 27 28 * getopt1.c: remove #ifdef __STDC__ around const usages (which 29 isn't correct and weren't complete) 30 31Wed Apr 20 14:57:16 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 32 33 * getopt.h: Prevent multiple inclusion. 34 35Tue Jan 25 17:34:42 1994 david d zuhn (zoo@monad.armadillo.com) 36 37 * Makefile.in: make sure that no blank lines are in the $(OBJECTS) 38 list (from Brad Figg) 39 40Mon Jan 24 12:27:13 1994 david d zuhn (zoo@monad.armadillo.com) 41 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) 47 48 * strippath.c: use strchr, not index 49 50 * getopt1.c: match prototypes when __STDC__ compiler (lint fixes) 51 52 * getdate.c: alloca checks for when using bison 53 54 * Makefile.in: added CC and YACC definitions; use YACC not BISON; 55 better getdate.c tests (also from Brad Figg) 56 57Sat Dec 18 00:55:43 1993 david d zuhn (zoo@monad.armadillo.com) 58 59 * Makefile.in (VPATH): don't use $(srcdir), but @srcdir@ instead 60 61 * memmove.c: new file, implements memmove in terms of bcopy 62 63 * wait.h: include <sys/wait.h> if HAVE_SYS_WAIT_H, not if POSIX 64 65Thu Sep 9 18:02:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) 66 67 * system.h: only #undef PATH_MAX if not on an Alpha. The #undef 68 causes problems with the Alpha C compiler. 69 70Thu Apr 8 12:39:56 1993 Ian Lance Taylor (ian@cygnus.com) 71 72 * system.h: Removed several incorrect declarations which fail 73 on Solaris. 74 75Wed Jan 20 17:57:24 1993 K. Richard Pixley (rich@rtl.cygnus.com) 76 77 * system.h: add externs for sun4 so that gcc -Wall becomes useful 78 again. 79 80Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com) 81 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. 85 86Sat Dec 28 02:42:06 1991 K. Richard Pixley (rich at cygnus.com) 87 88 * mkdir.c, rename.c: change fork() to vfork(). 89 90 91