annotate src/s/sunos413.h @ 10349:e5638e0a5a60

(vc-do-command): Change RCS handling so rcsdiff won't strip away relative-pathname information. This function no longer sets the default directory. Also, mark the *vc* output buffer unmodified. (vc-revert-buffer1): Handle font-lock mode correctly. (vc-diff, vc-print-log): vc-do-command no longer sets the default directory, but doing so is advantageous for these cases. (file-executable-p-18): Better portability to Emacs 18. (vc-directory-exclusion-list, vc-file-tree-walk-internal): Implement the new variable vc-directory-exclusion-list to prune tree walks. Initial value tells it to ignore SCCS and RCS subdirectories.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Jan 1995 22:11:35 +0000
parents 4721ac2f48cb
children b2e67adcc76e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10158
4721ac2f48cb Just include sunos4shr--do nothing else.
Richard M. Stallman <rms@gnu.org>
parents: 9019
diff changeset
1 /* As of 19.29, it should work ok to use shared libs with X. */
4721ac2f48cb Just include sunos4shr--do nothing else.
Richard M. Stallman <rms@gnu.org>
parents: 9019
diff changeset
2 #include "sunos4shr.h"
4721ac2f48cb Just include sunos4shr--do nothing else.
Richard M. Stallman <rms@gnu.org>
parents: 9019
diff changeset
3
4721ac2f48cb Just include sunos4shr--do nothing else.
Richard M. Stallman <rms@gnu.org>
parents: 9019
diff changeset
4 #if 0
3114
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #include "sunos4-1.h"
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6
5638
866c3e94b8a4 Add #undef SYSTEM_MALLOC.
Richard M. Stallman <rms@gnu.org>
parents: 5204
diff changeset
7 /* jik@gza.com says this works now. */
3114
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 #undef SYSTEM_MALLOC
4903
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
11
5090
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
12 #if 0 /* This causes failure in process_send_signal (tcgetattr loses)
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
13 and may also cause hanging at Emacs startup when parent
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
14 is not a job control shell. */
4903
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
15 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
16 the problem of spurious ^M in subprocess output. */
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
17 #define HAVE_TERMIOS
5019
8540ddfe3c1b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 4903
diff changeset
18 /* This enables some #undefs in systty.h. */
8540ddfe3c1b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 4903
diff changeset
19 #define BSD_TERMIOS
5090
85803169314b entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 5019
diff changeset
20 #endif
5204
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
21
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
22 /* barrie@calvin.demon.co.uk says memmove is missing. */
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
23 #ifndef SYSTEM_MALLOC
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
24 #define MEMMOVE_MISSING
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
25 #endif
10158
4721ac2f48cb Just include sunos4shr--do nothing else.
Richard M. Stallman <rms@gnu.org>
parents: 9019
diff changeset
26 #endif /* 0 */