12001-03-14 Derek Price <derek.price@openavenue.com> 2 3 * Makefile.in (installcheck): New target. 4 52001-02-14 Larry Jones <larry.jones@sdrc.com> 6 7 * Makefile.in: Remove references to rtag.c & rtag.o. 8 92000-12-21 Derek Price <derek.price@openavenue.com> 10 11 * Makefile.in: Targets added to please Automake 12 131999-03-27 Jim Kingdon <http://www.cyclic.com> 14 15 * Makefile.in (LIB_OBJECTS, LIB_SOURCES): Remove vasprintf. 16 171999-02-26 Jim Kingdon <http://www.cyclic.com> 18 19 * options.h: Make RELATIVE_REPOS the default, as in 20 ../src/options.h.in. 21 221998-08-24 Jim Kingdon <kingdon@harvey.cyclic.com> 23 24 * Makefile.in (rcscmds.o): New rule, so we can supply -I for 25 diffrun.h. 26 271998-04-09 Jim Kingdon <kingdon@harvey.cyclic.com> 28 29 * filesubr.c (link_file): Remove; no longer used. 30 31Tue Feb 17 02:28:20 1998 Noel Cragg <noel@swish.red-bean.com> 32 33 * filesubr.c (last_component): return the top-level directory when 34 asked about the top-level directory. 35 36Tue Jan 13 13:17:33 1998 Jim Kingdon <kingdon@harvey.cyclic.com> 37 38 * options.h (DIFF, RCSBIN_DFLT): Remove; no longer used. 39 40Wed Dec 31 10:56:39 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 41 42 * config.h, filesubr.c (convert_file): Remove; no longer used 43 (except for BROKEN_READWRITE_CONVERSION which doesn't apply). 44 45Sat Dec 27 16:57:41 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 46 47 * options.h (HAVE_RCS5): Remove; no longer used. 48 49 * config.h (LINES_CRLF_TERMINATED): Remove; no longer used. 50 51Tue Dec 23 08:28:44 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 52 53 * README: Change bug-cvs address from prep.ai.mit.edu to gnu.org 54 per email from Martin Hamilton. 55 56Sat Nov 29 22:20:42 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 57 58 * options.h: Remove declaration of getwd; see lib/ChangeLog for 59 rationale. 60 61Fri Nov 14 13:37:33 1997 Abe Feldman and Jim Kingdon 62 63 * savecwd.c: New file, copied from lib/savecwd.c except it calls 64 _chdir2 not chdir. 65 * Makefile.in: Put savecwd in emx directory not lib directory. 66 67Tue Nov 4 18:20:08 1997 Abe Feldman <feldman@cyclic.com> 68 and Jim Kingdon <kingdon@harvey.cyclic.com> 69 70 * Makefile.in: Adjust to add diff directory. 71 72Sun Sep 7 19:49:36 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 73 74 * system.c (os2_stat): Adjust comment to reflect removal of 75 same_directories from src/root.c. 76 77Sat Sep 06 14:45:13 1997 Jim Kingdon 78 79 * Makefile.in: Add a cvs-static.exe rule for generating 80 executables which don't need emx.dll (doesn't work yet). 81 82Fri Sep 05 12:21:56 1997 Jim Kingdon 83 84 * filesubr.c (xchmod): Replace with "attrib"-based code from 85 os2/filesubr.c. 86 * config.h (CHMOD_BROKEN): Define. 87 88Wed Jul 30 15:35:33 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 89 90 * Makefile.in: In comment about Makefile rule, remove note about 91 this not being a problem for os2/Makefile.in. It is a problem 92 there too. 93 94 * README: Add note about srcdir and top_srcdir. 95 96Mon Jul 21 15:36:48 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 97 98 * Makefile.in (DISTFILES): Makefile is not in srcdir. 99 100Wed Jun 18 12:07:25 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 101 102 * Makefile.in (OS2_SOURCES): Fix comment so this is not commented 103 out. Remove windows-NT/rcmd.c; the make dist for the windows-NT 104 directory can take care of that one. 105 106 * Makefile.in, README: Add comments about Makefile rule. 107 108Tue Jun 17 14:44:02 1997 Jim Kingdon (unknown@beezley) 109 110 * rcmd.c: Removed; no longer used. 111 * rcmd.h: Updated to have similar contents as 112 windows-NT/rcmd.h. 113 * Makefile.in (OS2_HEADERS): Change back to ${srcdir}/rcmd.h. 114 That is the one that the -I options specify anyway. 115 * startserver.c (os2_start_server): Pass a const char ** not 116 a char ** to rcmd. 117 118 * README: Replace text concerning warnings with a more 119 specific list of exactly what the warnings are. For the 120 most part there should be no warnings. 121 Update note about -lufc. 122 * Makefile.in (LIB): Remove -lufc. 123 * config.h (RSH_NOT_TRANSPARENT): Define. 124 * Makefile.in: Use ${top_srcdir}/windows-NT/rcmd.* not our 125 own rcmd.* (for better error messages). 126 * .cvsignore: Add cvs.out. 127 128Tue Jun 17 13:19:53 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 129 130 * README: Revise paragraph on -Zsys to discuss problem with 131 sockets being missing. 132 133Mon Jun 16 10:58:46 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 134 135 * README: Change bug submission address to include bug-cvs. 136 Add paragraph (from the mail message of the submission) concerning 137 HPFS and such. Cosmetic changes (two spaces after periods for 138 example). Say that ufc-crypt shouldn't be needed currently. 139 Add comment about emx.dll. 140 * config.h, startserver.c, rcmd.h, rcmd.c, system.c: Add 141 "copyright" notice. 142 * system.c (os2_initialize): Add comment about whether we should 143 be expanding wildcards here. Cosmetic changes throughout 144 (for example, reindenting just about everything). 145 * system.c (xgetwd): Rewritten and renamed from os2_getwd. 146 * config.h (CVS_GETWD, os2_getwd): Removed. 147 * rcmd.c: Add comment about portable versus OS-specific 148 implementations of this functionality. 149 * config.h: Remove SIZEOF_INT, SIZEOF_LONG, HAVE_MKFIFO, 150 HAVE_SETVBUF, and USE_DIRECT_TCP; no longer used. 151 * config.h: Add USE_SETMODE_BINARY. 152 * config.h: Define NO_EXT_METHOD. 153 * Makefile.in (LIB_SOURCES): Remove lib/xgetwd.c; replaced by 154 xgetwd in system.c. 155 (LIB_OBJECTS): Likewise, remove lib/xgetwd.o. 156 * Makefile.in (DISTFILES): Add missing "/". 157 * .cvsignore: Added. 158 159 * New directory. This consists of the port that Thomas Epting 160 sent to bug-cvs on 18 Mar 97. He also sent some diffs which go 161 with this; I'll subsequently be checking in some of those diffs 162 and my various tweaks to the code. 163 164