Mercurial > emacs
annotate src/s/usg5-3.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 | 4b1b1196a217 |
children | 695cf19ef79e d7ddb3e565de |
rev | line source |
---|---|
456 | 1 /* Definitions file for GNU Emacs running on AT&T's System V Release 3 |
26090 | 2 Copyright (C) 1987, 1999 Free Software Foundation, Inc. |
456 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
3699 | 8 the Free Software Foundation; either version 2, or (at your option) |
456 | 9 any later version. |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
8892
diff
changeset
|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
8892
diff
changeset
|
19 Boston, MA 02111-1307, USA. */ |
456 | 20 |
21 | |
22 /* | |
23 * Define symbols to identify the version of Unix this is. | |
24 * Define all the symbols that apply correctly. | |
25 */ | |
26 | |
27 #define USG /* System III, System V, etc */ | |
28 | |
29 #define USG5 | |
30 | |
1040 | 31 #define USG5_3 |
32 | |
456 | 33 /* SYSTEM_TYPE should indicate the kind of system you are using. |
34 It sets the Lisp variable system-type. */ | |
35 | |
36 #define SYSTEM_TYPE "usg-unix-v" | |
37 | |
38 /* nomultiplejobs should be defined if your system's shell | |
39 does not have "job control" (the ability to stop a program, | |
40 run some other program, then continue the first one). */ | |
41 | |
42 #define NOMULTIPLEJOBS | |
43 | |
44 /* Default is to set interrupt_input to 0: don't do input buffering within Emacs */ | |
45 | |
46 /* #define INTERRUPT_INPUT */ | |
47 | |
48 /* Letter to use in finding device name of first pty, | |
49 if system supports pty's. 'p' means it is /dev/ptyp0 */ | |
50 | |
51 #define FIRST_PTY_LETTER 'p' | |
52 | |
53 /* | |
54 * Define HAVE_TERMIO if the system provides sysV-style ioctls | |
55 * for terminal control. | |
56 */ | |
57 | |
58 #define HAVE_TERMIO | |
59 | |
60 /* | |
61 * Define HAVE_PTYS if the system supports pty devices. | |
62 */ | |
63 | |
64 /* Some versions of V.3 have this, but not all. | |
65 #define HAVE_PTYS | |
66 #define SYSV_PTYS */ | |
67 | |
68 /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ | |
69 | |
70 /* #define HAVE_SOCKETS */ | |
71 | |
72 /* | |
73 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate | |
74 * The 4.2 opendir, etc., library functions. | |
75 */ | |
76 | |
77 /* #define NONSYSTEM_DIR_LIBRARY */ | |
78 | |
79 /* | |
80 * Define SYSV_SYSTEM_DIR to use the V.3 getdents/readir | |
81 * library functions. Almost, but not quite the same as | |
82 * the 4.2 functions | |
83 */ | |
84 #define SYSV_SYSTEM_DIR | |
85 | |
86 /* Define this symbol if your system has the functions bcopy, etc. */ | |
87 | |
88 /* #define BSTRING */ | |
89 | |
90 /* subprocesses should be defined if you want to | |
91 have code for asynchronous subprocesses | |
92 (as used in M-x compile and M-x shell). | |
93 This is supposed to work now on system V release 2. */ | |
94 | |
95 #define subprocesses | |
96 | |
97 /* If your system uses COFF (Common Object File Format) then define the | |
98 preprocessor symbol "COFF". */ | |
99 | |
100 #define COFF | |
101 | |
102 /* define MAIL_USE_FLOCK if the mailer uses flock | |
103 to interlock access to /usr/spool/mail/$USER. | |
104 The alternative is that a lock file named | |
105 /usr/spool/mail/$USER.lock. */ | |
106 | |
107 /* #define MAIL_USE_FLOCK */ | |
108 | |
109 /* Define CLASH_DETECTION if you want lock files to be written | |
110 so that Emacs can tell instantly when you try to modify | |
111 a file that someone else has modified in his Emacs. */ | |
112 | |
113 /* #define CLASH_DETECTION */ | |
114 | |
115 /* Define SHORTNAMES if the C compiler can distinguish only | |
116 short names. It means that the stuff in ../shortnames | |
117 must be run to convert the long names to short ones. */ | |
118 | |
119 /* #define SHORTNAMES */ | |
120 | |
121 /* The file containing the kernel's symbol table is called /unix. */ | |
122 | |
123 #define KERNEL_FILE "/unix" | |
124 | |
125 /* The symbol in the kernel where the load average is found | |
126 is named avenrun. */ | |
127 | |
128 #define LDAV_SYMBOL "avenrun" | |
129 | |
130 /* Define this if system V IPC is available. */ | |
131 | |
132 #define HAVE_SYSVIPC | |
3053
7d0d877f8733
Some makes can't handle form feed characters in their makefiles.
Jim Blandy <jimb@redhat.com>
parents:
2115
diff
changeset
|
133 |
456 | 134 /* Special hacks needed to make Emacs run on this system. */ |
135 | |
136 /* | |
137 * Make the sigsetmask function go away. Don't know what the | |
138 * ramifications of this are, but doesn't seem possible to | |
139 * emulate it properly anyway at this point. | |
140 */ | |
141 | |
142 #define sigsetmask(mask) /* Null expansion */ | |
143 | |
144 /* setjmp and longjmp can safely replace _setjmp and _longjmp, | |
145 but they will run slower. */ | |
146 | |
147 #define _setjmp setjmp | |
148 #define _longjmp longjmp | |
149 | |
150 /* On USG systems these have different names */ | |
31226
4b1b1196a217
(index): Define only if not HAVE_INDEX.
Gerd Moellmann <gerd@gnu.org>
parents:
28594
diff
changeset
|
151 #ifndef HAVE_INDEX |
456 | 152 #define index strchr |
31226
4b1b1196a217
(index): Define only if not HAVE_INDEX.
Gerd Moellmann <gerd@gnu.org>
parents:
28594
diff
changeset
|
153 #endif /* ! defined (HAVE_INDEX) */ |
4b1b1196a217
(index): Define only if not HAVE_INDEX.
Gerd Moellmann <gerd@gnu.org>
parents:
28594
diff
changeset
|
154 #ifndef HAVE_RINDEX |
456 | 155 #define rindex strrchr |
31226
4b1b1196a217
(index): Define only if not HAVE_INDEX.
Gerd Moellmann <gerd@gnu.org>
parents:
28594
diff
changeset
|
156 #endif /* ! defined (HAVE_RINDEX) */ |
456 | 157 |
158 /* USG systems tend to put everything declared static | |
159 into the initialized data area, which becomes pure after dumping Emacs. | |
160 Foil this. Emacs carefully avoids static vars inside functions. */ | |
161 | |
162 #define static | |
163 | |
164 /* Compiler bug bites on many systems when default ADDR_CORRECT is used. */ | |
165 | |
166 #define ADDR_CORRECT(x) (x) | |
167 | |
168 /* Use terminfo instead of termcap. */ | |
169 | |
170 #define TERMINFO | |
171 | |
1040 | 172 /* Some variants have TIOCGETC, but the structures to go with it |
173 are not declared. */ | |
174 | |
175 #define BROKEN_TIOCGETC | |
176 | |
999 | 177 /* AT&T SVr3 X wants to be linked with shared libraries */ |
178 | |
179 #define LIB_X11_LIB -lX11_s | |
180 | |
456 | 181 /* X needs to talk on the network, so search the network library. */ |
182 | |
183 #define LIBX10_SYSTEM -lnsl_s | |
2115
9b403531a607
* s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here
Jim Blandy <jimb@redhat.com>
parents:
1040
diff
changeset
|
184 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s |
456 | 185 |
1040 | 186 /* The docs for system V/386 suggest v.3 has sigpause, |
187 so let's give it a try. */ | |
188 #define HAVE_SYSV_SIGPAUSE | |
456 | 189 |
999 | 190 /* Some variants have TIOCGWINSZ, but the structures to go with it |
191 are not declared. */ | |
192 | |
193 #define BROKEN_TIOCGWINSZ | |
194 | |
195 /* If we're using the System V X port, BSD bstring functions will be handy */ | |
196 | |
197 #ifdef HAVE_X_WINDOWS | |
198 #define BSTRING | |
199 #endif /* HAVE_X_WINDOWS */ | |
200 | |
456 | 201 /* Enable support for shared libraries in unexec. */ |
202 | |
203 #define USG_SHARED_LIBRARIES | |
490 | 204 |
205 /* On USG systems signal handlers return void */ | |
206 | |
207 #define SIGTYPE void |