annotate src/s/usg5-4-2.h @ 31383:860d7ac182e3

(vc-rcs-show-log-entry): New function. (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties. (vc-rcs-register): If there is no RCS subdir, ask the user whether to create one. (vc-rcs-state-heuristic): Use file-ownership-preserved-p. (vc-rcs-checkout): Remove the error-handling for missing-rcs. (vc-rcs-state-heuristic): Don't use file-writable-p. (vc-rcs-print-log): Insert in the current buffer. (vc-rcs-diff): Insert in the current buffer and remove unused arg CMP. (vc-rcs-workfile-unchanged-p): Use vc-do-command instead of vc-simple-command. (vc-rcs-fetch-master-state): Removed check for unlocked-changes to avoid doing a diff when opening a file. (vc-rcs-state): Added check for unlocked-changes. (vc-rcs-header): Escape Id. (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION. (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific version. (vc-rcs-state-heuristic): Use file-writable-p instead of comparing userids. (vc-rcs-fetch-master-state): Handle the case where rcs is missing. Simplify the logic by eliminating unreachable code. (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and just do a recursive call if we need to retry. (vc-rcs-checkout): Handle the case where rcs is missing by making the buffer read-write if requested and re-signalling the error. (vc-rcs-find-most-recent-rev): New function. The code derives from the old vc-parse-buffer but uses the revision number rather than the date (much easier to compare robustly). (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the locking-user more directly. Check strict locking and set checkout-model appropriately. (vc-rcs-parse-locks): Remove. (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the new vc-parse-buffer (and vc-rcs-find-most-recent-rev). (vc-rcs-system-release): Use with-current-buffer and vc-parse-buffer. (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer. Merge in code from vc-rcs-hooks.el. Don't require 'vc anymore. (vc-rcs-responsible-p): Use expand-file-name instead of concat and file-directory-p instead of file-exists-p. (vc-rcs-exists): Remove. (vc-rcs-header): New var. Update Copyright. (vc-rcs-rename-file): New function. (vc-rcs-diff): Remove unused `backend' variable. (vc-rcs-clear-headers): New function; code moved here from vc-clear-headers in vc.el. (tail): Provide vc-rcs and remove vc-rcs-logentry-check. (vc-rcs-register): Parse command output to find master file name and workfile version. (vc-rcs-checkout): Removed call to vc-file-clear-masterprops. Require vc and vc-rcs-hooks. (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks. (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p). (vc-release-greater-or-equal-p): Move from vc. (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates. (vc-rcs-checkout): Add a missing `new-version' argument in the call to vc-rcs-latest-on-branch-p. Hopefully that was the right one. (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'. Updated everything to use `vc-checkout-model'. (vc-rcs-backend-release-p): function added. other stuff updated to reference this function instead of the old `vc-backend-release-p'. (vc-rcs-logentry-check): Function added. (vc-rcs-checkin, vc-rcs-previous-version) (vc-rcs-checkout): Name space cleaned up. No more revision number crunching function names that are not prefixed with vc-rcs. (vc-rcs-checkout-model): Function added. References to `vc-checkout-model' replaced. (vc-rcs-admin): Added the query-only option as required by the vc.el file. (vc-rcs-exists): Function added. (vc-*-checkout): Use with-temp-file instead of /bin/sh. Merged from mainline (vc-rcs-latest-on-branch-p): Moved to vc-rcs-hooks.el. (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p) (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part) (vc-rcs-previous-version): Functions added. (vc-rcs-diff): Function added. (vc-rcs-checkout) Bug (typo) found and fixed. (vc-rcs-register-switches) Variable `vc-rcs-register-switches' added. Require vc when compiling. (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge) (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert) (vc-rcs-checkin): New functions (code from vc.el). (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout): Doc fix. (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release). (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part) (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release) (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions from vc.el. (vc-rcs-system-release): Renamed from vc-rcs-backend-release.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 04 Sep 2000 19:47:43 +0000
parents 2a9a4a0589dd
children 7a9cd78d4b0e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3681
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* s/ file for System V release 4.2. */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 #include "usg5-4.h"
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 /* pcg@aber.ac.uk says this is useless since fork does copy-on-write
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6 #define HAVE_VFORK */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 /* fnf@cygnus.com says these exist. */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 #define HAVE_TCATTR
4583
ed596b459f72 (HAVE_GETHOSTNAME): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 3681
diff changeset
9 #if 0 /* autoconf should take care of this. */
3681
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
10 #define HAVE_GETHOSTNAME
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11 #define HAVE_RANDOM
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 #endif
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13 /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */
29788
2a9a4a0589dd Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
Dave Love <fx@gnu.org>
parents: 12495
diff changeset
14 #undef HAVE_GETWD
3681
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
15
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
16 /* Info from fnf@cygnus.com suggests this is appropriate. */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17 #define POSIX_SIGNALS
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
18
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
19 /* We don't need the definition from usg5-3.h with POSIX_SIGNALS. */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
20 #undef sigsetmask
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
21 #undef HAVE_SYSV_SIGPAUSE
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
22
11248
23dc83e963f6 (LIBS_SYSTEM): New override definition.
Richard M. Stallman <rms@gnu.org>
parents: 9204
diff changeset
23 /* Motif needs -lgen. */
23dc83e963f6 (LIBS_SYSTEM): New override definition.
Richard M. Stallman <rms@gnu.org>
parents: 9204
diff changeset
24 #undef LIBS_SYSTEM
23dc83e963f6 (LIBS_SYSTEM): New override definition.
Richard M. Stallman <rms@gnu.org>
parents: 9204
diff changeset
25 #define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen
23dc83e963f6 (LIBS_SYSTEM): New override definition.
Richard M. Stallman <rms@gnu.org>
parents: 9204
diff changeset
26
3681
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
27 /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
28 rather than sighold/sigrelse, which appear to be BSD4.1 specific and won't
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29 work if POSIX_SIGNALS is defined. It may also be appropriate for SVR4.x
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
30 (x<2) but I'm not sure. fnf@cygnus.com */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
31 /* This sets the name of the slave side of the PTY. On SysVr4,
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
32 grantpt(3) forks a subprocess, so keep sigchld_handler() from
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
33 intercepting that death. If any child but grantpt's should die
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
34 within, it should be caught after sigrelse(2). */
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
35
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
36 #undef PTY_TTY_NAME_SPRINTF
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
37 #define PTY_TTY_NAME_SPRINTF \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
38 { \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
39 char *ptsname(), *ptyname; \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
40 \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
41 sigblock(sigmask(SIGCLD)); \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
42 if (grantpt(fd) == -1) \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
43 fatal("could not grant slave pty"); \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
44 sigunblock(sigmask(SIGCLD)); \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
45 if (unlockpt(fd) == -1) \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
46 fatal("could not unlock slave pty"); \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
47 if (!(ptyname = ptsname(fd))) \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
48 fatal ("could not enable slave pty"); \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
49 strncpy(pty_name, ptyname, sizeof(pty_name)); \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
50 pty_name[sizeof(pty_name) - 1] = 0; \
94593e8e6593 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
51 }
9204
b4a3df418045 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4583
diff changeset
52
b4a3df418045 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4583
diff changeset
53 /* Use libw.a along with X11R6 Xt. */
b4a3df418045 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4583
diff changeset
54 #define NEED_LIBW
12495
664012a3216e (LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Richard M. Stallman <rms@gnu.org>
parents: 11248
diff changeset
55
664012a3216e (LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Richard M. Stallman <rms@gnu.org>
parents: 11248
diff changeset
56 /* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp
664012a3216e (LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Richard M. Stallman <rms@gnu.org>
parents: 11248
diff changeset
57 is needed in UNIX_SV ... 4.2 1.1.2. */
664012a3216e (LIB_MOTIF, VFORK_RETURN_TYPE): Define these.
Richard M. Stallman <rms@gnu.org>
parents: 11248
diff changeset
58 #define LIB_MOTIF -lXm -lXimp