Commit Graph

11 Commits

Author SHA1 Message Date
lukem a28b2ef8b3 Add "#define has_mkstemp 1" (which needs "#define has_mktemp 1"),
and hack to use mkstemp() instead of mktemp(). This *does* cause the
tempfile to be created at name generation time, but that's ok because
the code will fopen(tempname), use it, and the unlink it. Kinda cute
(``ugly but interesting'' :), but seems to work, and passes
'sh ./rcstest' as well as rudimentary tests by me.
1997-03-25 13:56:36 +00:00
veego 2bf9e9b6e1 Merge rcs 5.7. 1996-10-15 06:59:14 +00:00
mycroft f1c7f639bf Correct path to mail program. 1995-04-19 16:10:30 +00:00
mycroft 529b718973 Look for subprograms in /usr/bin. 1995-02-24 02:44:22 +00:00
mycroft 03692cae32 RCS 5.6.7.4 1995-02-24 02:07:40 +00:00
jtc 09733cc655 don't define _exit() here (PR #637). 1994-12-15 08:51:23 +00:00
cgd f14f488a6f don't define exit() here. in fact, none of these should be here, but... 1994-07-12 21:00:14 +00:00
cgd c8670033f6 change the type of fread and fwrite to size_t. unistd.h declares
them as ssize_t, but we're using stdio.h...
1993-10-06 21:29:04 +00:00
mycroft 7aaa2d09b7 Use sys_siglist[]. 1993-08-06 21:55:55 +00:00
mycroft c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00
jtc 8a6fe8365f GNU RCS 5.6.0.1 1993-07-09 01:56:50 +00:00