Commit Graph

27 Commits

Author SHA1 Message Date
jtc f2a05c8ae1 USE_OLD_TTY no longer needed 1996-02-20 00:14:43 +00:00
jtc 6f400e259c made cmdtab const 1996-02-19 21:54:32 +00:00
mycroft 66f0c16f14 Use POSIX tty semantics. 1995-05-02 01:40:14 +00:00
cgd 4a83a3c060 align allocations to pointer size. 1995-04-24 07:39:42 +00:00
jtc a067af72d8 Implement the ~_ and ~< escapes from POSIX.2.
These are the easiest of the escapes to implement, as ~_ is the same as ~:,
and ~< is the same as ~r.
1995-02-08 16:15:52 +00:00
mycroft b5c23110da undelete -> undeletecmd, to avoid conflict with syscall. 1994-12-28 13:16:12 +00:00
cgd 28c7946a29 kill -R in CFLAGS 1994-12-22 11:20:21 +00:00
glass 22db40e083 fix bug 644. report and fix from Jan Sparud <sparud@cs.chalmers.se>. both forwarded on. 1994-12-18 23:33:48 +00:00
jtc b5508f3525 Use tempnam() to generate temporary file names instead of trying to
concatenate getenv("TMPDIR") and "RxXXXXXX" into fixed length arrays.
1994-11-28 20:03:30 +00:00
mycroft f0aa35c3b6 Install doc files. 1994-08-13 09:55:52 +00:00
deraadt 2cb5542f38 4.4-lite, plus our mods 1994-06-29 05:09:04 +00:00
jtc dc933f0a1c cfree() is obsolete, use free() 1994-05-22 02:57:35 +00:00
jtc 353b511d05 Fix bug #241 by adding off_t cast to macro that uses ftruncate(). 1994-05-07 01:09:56 +00:00
cgd 20d2c86dad lseek/long thing 1994-04-01 01:44:59 +00:00
cgd a28a03c947 kill perverse syntax 1994-03-23 01:32:50 +00:00
cgd ac105d61e4 fix for bin/155: Mail appended to mbox is preceded by NULs.
From: Arne H}strek Juul <arnej@dsl.unit.no>
1994-03-06 03:03:21 +00:00
deraadt 0479ea62bc use the value of $MAIL (if set) as the default mailbox (like SunOS)
from christos@deshaw.com (Christos Zoulas)
1994-01-25 08:43:38 +00:00
deraadt 90880753b2 correct pathnames 1994-01-14 00:50:17 +00:00
jtc 10a20d067c Implement mailx's askbcc option. 1993-08-27 20:31:51 +00:00
jtc aae6837578 Install mail as mailx too.
It's not quite POSIX compliant, but it only needs a few tweaks here and there.
1993-08-27 20:31:07 +00:00
mycroft e9d867ef50 Add RCS identifiers. 1993-08-01 17:54:45 +00:00
mycroft c3e42d1c64 Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
mycroft 690cae8181 Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
jtc 1829761419 back out LOGNAME until I have the situation confirmed. 1993-07-28 20:36:17 +00:00
jtc 5b1c27146a When both LOGNAME and USER environment variables are set, favour LOGNAME. 1993-07-28 17:49:22 +00:00
deraadt 1047beea02 enter the modern age with a mail system that out of the
box will ask you for mail subjects
1993-05-24 07:25:24 +00:00
cgd 61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00