12001-04-25 Derek Price <dprice@collab.net> 2 3 * Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400. 4 52001-03-14 Derek Price <derek.price@openavenue.com> 6 7 * Makefile.in: Regenerated 8 92000-02-06 Derek Price <derek.price@openavenue.com> 10 Rex Jolliff <Rex_Jolliff@notes.ymp.gov> 11 Shawn Smith <Shawn_Smith@notes.ymp.gov> 12 13 * filesubr.c: Changes to handle VMS DEC C 5.7 {open,read,close}dir 14 (expand_wild): Handle comma-separated lists of files for VMS 7.2 and 15 DEC C 5.7. 16 * config.h: Changes to handle VMS DEC C 5.7 {open,read,close}dir 17 problems. 18 * ndir.c: ditto 19 * ndir.h: ditto 20 212001-01-10 Derek Price <derek.price@openavenue.com> 22 Rex Jolliff <Rex_Jolliff@notes.ymp.gov> 23 Shawn Smith <Shawn_Smith@notes.ymp.gov> 24 25 * filesubr.c (expand_wild): rewrote for VMS 7.x. Actually 26 globs vms wildcarded filespecs now. 27 * pwd.h: put the pid_t define in a conditional since it's 28 now typedefed in VMS 7.x 29 * unlink.c: provided correct prototype for unlink based on 30 version of VMS since it changes. 31 * vms.h: put conditional compilation macros around mode_t as 32 it is defined as of VMS 7.x, and fixed prototype of unlink 33 as per above. 34 * ndir.c: undefine function for 7.x+ since it is now defined by system 35 * pipe.c: ditto 36 * pwd.c: ditto 37 * rmdir.c: ditto 38 * waitpid.c: ditto 39 * config.h: various new defines & switches 40 412000-12-22 Derek Price <derek.price@openavenue.com> 42 43 * Makefile.in: Regenerated 44 452000-12-21 Derek Price <derek.price@openavenue.com> 46 47 * Makefile.am: New file needed by Automake 48 * Makefile.in: Regenerated 49 501999-02-26 Jim Kingdon <http://www.cyclic.com> 51 52 * options.h: Make RELATIVE_REPOS the default, as in 53 ../src/options.h.in. 54 Remove CVS_DIFFDATE; removed from CVS on 27 Jun 1996. 55 561998-05-12 Jim Meyering <meyering@ascend.com> 57 58 * Makefile.in (distclean): New rule to remove Makefile. 59 601998-04-18 Jim Kingdon <kingdon@harvey.cyclic.com> 61 62 * getpass.c: Rewrite to use SYS$QIOW instead of curses. This 63 means we don't need to clear the screen, and also the curses 64 version was sometimes dying with a traceback on VMS 7.1 (I don't 65 know why). 66 671998-04-09 Jim Kingdon <kingdon@harvey.cyclic.com> 68 69 * filesubr.c (link_file): Remove; no longer used. 70 71Tue Feb 17 02:29:24 1998 Noel Cragg <noel@swish.red-bean.com> 72 73 * filesubr.c (last_component): return the top-level directory when 74 asked about the top-level directory. 75 76Tue Jan 13 13:17:33 1998 Jim Kingdon <kingdon@harvey.cyclic.com> 77 78 * options.h (DIFF, RCSBIN_DFLT): Remove; no longer used. 79 80Sat Dec 27 16:57:41 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 81 82 * options.h (HAVE_RCS5): Remove; no longer used. 83 84 * config.h (LINES_CRLF_TERMINATED): Remove; no longer used. 85 86Sat Nov 29 22:21:19 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 87 88 See lib/ChangeLog for rationale: 89 * options.h: Remove declaration of getwd 90 * getwd.c: Implement xgetwd not getwd. 91 * stat.c: Call xgetwd not getwd. 92 93Thu Sep 25 15:26:43 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 94 95 * misc.c, misc.h (fatal, xmalloc, xrealloc): Remove; nowhere used. 96 97 * ndir.c, ndir.h: Change return type of closedir from void to int. 98 99 * config.h (HAVE_NDIR_H): Define. 100 * vms.h: Add comment about the include of ndir.h. 101 * ndir.h: Protect against multiple inclusion. 102 103Tue, 9 Sep 1997 Jim Kingdon 104 105 * config.h: Define HAVE_VPRINTF. 106 107 * pwd.h, vms.h: Define pid_t and mode_t. 108 109Tue Sep 9 18:53:33 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 110 111 * pwd.h, pwd.c: Remove getpwnam per change to expand_path. 112 * config.h: Define GETPWNAM_MISSING. 113 114 * pwd.c (getpwuid): Declare argument as unsigned int not uid_t. 115 116 * config.h (SYSTEM_GETCALLER): Define. 117 * pwd.c (getpwuid, getpwnam): Always return NULL (see comment 118 for rationale). 119 * options.h: Don't define CVS_BADROOT. 120 * pwd.h: Nuke uid_t and related changes. 121 122 * filesubr.c (fnfold): Further expand comment about how to handle 123 filenames like "y.tab.c". 124 125Sun Sep 7 17:38:58 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 126 127 * config.h (HAVE_STRDUP): Remove; not used anywhere. 128 * misc.h, misc.c: Remove strdup per change to ../configure.in. 129 130Sun Jun 8 23:42:42 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 131 132 * config.h (HAVE_MKFIFO): Remove; not used anywhere. 133 134Sun May 11 11:49:05 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 135 136 * config.h: Remove USE_DIRECT_TCP; see ../ChangeLog for rationale. 137 138Wed Mar 12 16:10:01 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 139 140 * config.h (HAVE_SETVBUF): Removed; no longer used. 141 142Wed Jan 29 18:27:41 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 143 144 * options.h (GREP): Remove; no longer used. 145 146Tue Jan 28 18:29:03 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 147 148 * config.h: Remove SIZEOF_INT and SIZEOF_LONG; no longer needed 149 with lib/md5.c changes. 150 151Thu Jan 2 13:30:56 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 152 153 * dir.h, filesubr.c, filutils.c, filutils.h, misc.c, misc.h, 154 ndir.c, pipe.c, pipe.h, waitpid.c: Remove "675" paragraph; 155 see ../ChangeLog for rationale. 156 157Wed Jan 1 22:50:44 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 158 159 * options.h: Reword comment for TMPDIR_DFLT to make it clear that 160 this isn't specific to the pserver server. 161 162Tue Nov 19 17:13:55 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 163 164 * ndir.c (opendir): Change strip_path to strip_trailing_slashes 165 per corresponding change to src. 166 * stat.c (wrapped_stat): Likewise. 167 168Sat Oct 12 19:36:42 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 169 170 * vms.h: Don't declare/define mode_t and rmdir; they conflict with 171 declarations in system include files on VAX/VMS 6.2. 172 * pwd.h: #include sys/types.h instead of trying to define uid_t, 173 gid_t and pid_t ourselves. 174 175Tue Oct 8 12:37:45 1996 Ian Lance Taylor <ian@cygnus.com> 176 177 * options.h: Remove; no longer used. 178 179Wed Sep 25 15:09:53 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 180 181 * options.h: Define TMPDIR_DFLT to sys$scratch not sys$login. 182 183Tue Sep 24 14:11:30 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 184 185 * options.h: Add TMPDIR_DFLT. 186 187 * Makefile.in (DISTFILES): Add getpass.c. 188 189Thu Sep 12 1996 Jim Kingdon <kingdon@cyclic.com> 190 191 * config.h: Define ARGV0_NOT_PROGRAM_NAME. 192 193Thu Sep 12 14:56:42 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 194 195 * config.h, filesubr.c: Add FOLD_FN_CHAR, VMS_filename_classes, 196 fncmp, and fnfold. This is copied from the NT port except various 197 comments were changed and '/' is not considered the same as '\'. 198 199Wed Sep 11 15:53:18 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 200 201 * config.h: Define NO_SLASH_AFTER_HOME. 202 203 * options.h: Define AUTH_CLIENT_SUPPORT. 204 * build_vms.com: Add getpass.c. 205 * getpass.c: New file. 206 207 * config.h: Define getopt, optind, optopt, optarg, and opterr to 208 avoid name conflicts with system libraries. 209 210 * filesubr.c (expand_wild): Added. 211 212Wed Sep 11 11:12:01 1996 Jim Blandy <jimb@totoro.cyclic.com> 213 214 * Makefile.in (DISTFILES): Omit filesubr.c.rej. 215 216Tue Sep 10 19:15:47 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 217 218 * Makefile.in: New file. 219 220 * config.h (START_SERVER_RETURNS_SOCKET, SEND_NEVER_PARTIAL): 221 Define. This just preserves the behavior the VMS port has had all 222 along. 223 224Mon Aug 26 12:51:52 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 225 226 * filesubr.c (mkdir_if_needed): Added. 227 228Tue May 14 13:38:51 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 229 230 * filesubr.c (cvs_temp_name): New function. 231 232Tue Mar 19 17:49:16 1996 Norbert Kiesel <nk@col.sw-ley.de> 233 234 * startserver.c (vms_start_server): Added support for 235 CVS_RCMD_PORT (and thus made consistent with WindowsNT and Mac) 236 237Fri Mar 1 00:10:06 1996 Benjamin J. Lee <benjamin@cyclic.com> 238 239 * startserver.c, rcmd.c: Made privileged/non-privileged 240 rsh communication more adaptive. Removed USE_PRIVILEGED_RCMD. 241 242Wed Feb 28 11:08:06 1996 Jim Kingdon <kingdon@harvey.cyclic.com> 243 244 * options.h: Remove comment about automatic generation from 245 options.h.in. 246 247 * options.h: Remove AUTH_SERVER_SUPPORT; no longer should be 248 defined in options.h. 249 250 * options.h: Remove RM and SORT; no longer used. 251 252 * config.h: Remove C_ALLOCA, CRAY_STACKSEG_END, HAVE_ALLOCA, 253 HAVE_ALLOCA_H, and STACK_DIRECTION to reflect alloca removal. 254 255 * vms.h: Remove DEATH_SUPPORT; it was removed from CVS Feb 9. 256 257 * alloca.c: Removed. 258 * build_vms.com: Remove alloca. 259 * startserver.c (vms_start_server): Use xmalloc/free, not alloca. 260 261Wed Feb 28 03:38:42 1996 Benjamin J. Lee <benjamin@cyclic.com> 262 263 * VMS support files added. 264 265