1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
Sun Jun 8 23:42:42 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* config.h (HAVE_MKFIFO): Remove; not used anywhere.
Sun May 11 11:49:05 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* config.h: Remove USE_DIRECT_TCP; see ../ChangeLog for rationale.
Wed Mar 12 16:10:01 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* config.h (HAVE_SETVBUF): Removed; no longer used.
Wed Jan 29 18:27:41 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* options.h (GREP): Remove; no longer used.
Tue Jan 28 18:29:03 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* config.h: Remove SIZEOF_INT and SIZEOF_LONG; no longer needed
with lib/md5.c changes.
Thu Jan 2 13:30:56 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* dir.h, filesubr.c, filutils.c, filutils.h, misc.c, misc.h,
ndir.c, pipe.c, pipe.h, waitpid.c: Remove "675" paragraph;
see ../ChangeLog for rationale.
Wed Jan 1 22:50:44 1997 Jim Kingdon <kingdon@harvey.cyclic.com>
* options.h: Reword comment for TMPDIR_DFLT to make it clear that
this isn't specific to the pserver server.
Tue Nov 19 17:13:55 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* ndir.c (opendir): Change strip_path to strip_trailing_slashes
per corresponding change to src.
* stat.c (wrapped_stat): Likewise.
Sat Oct 12 19:36:42 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* vms.h: Don't declare/define mode_t and rmdir; they conflict with
declarations in system include files on VAX/VMS 6.2.
* pwd.h: #include sys/types.h instead of trying to define uid_t,
gid_t and pid_t ourselves.
Tue Oct 8 12:37:45 1996 Ian Lance Taylor <ian@cygnus.com>
* options.h: Remove; no longer used.
Wed Sep 25 15:09:53 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* options.h: Define TMPDIR_DFLT to sys$scratch not sys$login.
Tue Sep 24 14:11:30 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* options.h: Add TMPDIR_DFLT.
* Makefile.in (DISTFILES): Add getpass.c.
Thu Sep 12 1996 Jim Kingdon <kingdon@cyclic.com>
* config.h: Define ARGV0_NOT_PROGRAM_NAME.
Thu Sep 12 14:56:42 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* config.h, filesubr.c: Add FOLD_FN_CHAR, VMS_filename_classes,
fncmp, and fnfold. This is copied from the NT port except various
comments were changed and '/' is not considered the same as '\'.
Wed Sep 11 15:53:18 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* config.h: Define NO_SLASH_AFTER_HOME.
* options.h: Define AUTH_CLIENT_SUPPORT.
* build_vms.com: Add getpass.c.
* getpass.c: New file.
* config.h: Define getopt, optind, optopt, optarg, and opterr to
avoid name conflicts with system libraries.
* filesubr.c (expand_wild): Added.
Wed Sep 11 11:12:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
* Makefile.in (DISTFILES): Omit filesubr.c.rej.
Tue Sep 10 19:15:47 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* Makefile.in: New file.
* config.h (START_SERVER_RETURNS_SOCKET, SEND_NEVER_PARTIAL):
Define. This just preserves the behavior the VMS port has had all
along.
Mon Aug 26 12:51:52 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* filesubr.c (mkdir_if_needed): Added.
Tue May 14 13:38:51 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* filesubr.c (cvs_temp_name): New function.
Tue Mar 19 17:49:16 1996 Norbert Kiesel <nk@col.sw-ley.de>
* startserver.c (vms_start_server): Added support for
CVS_RCMD_PORT (and thus made consistent with WindowsNT and Mac)
Fri Mar 1 00:10:06 1996 Benjamin J. Lee <benjamin@cyclic.com>
* startserver.c, rcmd.c: Made privileged/non-privileged
rsh communication more adaptive. Removed USE_PRIVILEGED_RCMD.
Wed Feb 28 11:08:06 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
* options.h: Remove comment about automatic generation from
options.h.in.
* options.h: Remove AUTH_SERVER_SUPPORT; no longer should be
defined in options.h.
* options.h: Remove RM and SORT; no longer used.
* config.h: Remove C_ALLOCA, CRAY_STACKSEG_END, HAVE_ALLOCA,
HAVE_ALLOCA_H, and STACK_DIRECTION to reflect alloca removal.
* vms.h: Remove DEATH_SUPPORT; it was removed from CVS Feb 9.
* alloca.c: Removed.
* build_vms.com: Remove alloca.
* startserver.c (vms_start_server): Use xmalloc/free, not alloca.
Wed Feb 28 03:38:42 1996 Benjamin J. Lee <benjamin@cyclic.com>
* VMS support files added.
|