strmode doesn't allocate space anymore, just use the stack
[unix-history] / usr / src / usr.bin / mail /
1990-04-04 Keith Bosticmove fmt to its own directory
1990-01-15 Edward Wangfancy indentprefix processing
1989-12-22 Edward Wangskin() bug with <address>, reported by Jay Ford (jnford...
1989-11-25 Edward Wangsig_t
1989-09-16 Keith BosticPOSIX signals
1989-09-16 Edward Wangtabstr changed to indentprefix to be Sun compatible
1989-08-22 Keith Bosticdon't have double slashes, for emacs
1989-07-29 Mike Karels/var/spool/mail -> /var/mail
1989-06-23 Keith Bosticreference vacation
1989-06-05 Keith Bosticsendmail -> paths.h
1989-05-20 Keith Bosticsendmail moved
1989-05-20 Keith Bosticgtty and utime are in compatibility library now
1989-05-20 Keith Bostic/usr/adm -> /var/log
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-04-23 Edward Wangno more SIGCONT
1989-04-02 Edward Wangkludge to make undeleting an undeleted message work
1989-04-02 Edward Wangadded -DUSE_OLD_TTY
1989-03-07 Keith Bosticpwd.h needs types.h
1989-02-14 Edward Wangvariable mbox changed to MBOX to be compatible with Sun
1989-02-14 Edward Wangmore accurate error message when editing system mailbox
1989-02-14 Edward Wangcheck for no messages in getmsglist() and first()
1989-02-06 Edward Wangadded return 0 to some commands
1989-01-28 Keith Bosticremove TIOCGWINSZ #ifdef's
1989-01-16 Edward Wangdon't catch SIGCONT, catch the stop signals instead,
1988-12-23 Edward Wangadded linesize argument to readline()
1988-10-21 Edward Wangnon-flexname portability fix (from Ian Darwin, darwin...
1988-10-09 Kirk McKusickspelling
1988-09-17 Keith Bosticmove man pages here, move depend to .depend
1988-08-18 Edward Wangbug report from gumkowsk@nadc.arpa (fix is my own),
1988-08-18 Edward Wangmake asksub the same as ask
1988-08-18 Edward Wangdon't need to keep the name of mailrc around
1988-08-10 Edward WangDEAD added, mbox changed to MBOX
1988-08-05 Edward Wangadded some more options and tilde escapes and other...
1988-08-05 Keith Bosticlint fix; fprintf missing an argument
1988-08-05 Keith Bosticadd Berkeley specific copyright
1988-07-25 Edward Wang-b, -c options and others, from Tom Newcomb (newcomb...
1988-07-20 Edward Wangreplying to a message implies reading it
1988-07-13 Edward Wanghandle ~ in expand() without running a shell, better...
1988-07-13 Edward Wanguse _exit not exit after fork
1988-07-09 Edward Wangremoved some functions in the C library
1988-07-08 Edward Wangrationalized handling of child processes, cleaned up...
1988-07-08 Edward Wanggot rid of unused command "local" and some undocumented...
1988-07-08 Edward Wangmerged even more functionality into send()
1988-07-07 Edward Wangremoved some unnecessary global vars, dynamically alloc...
1988-07-07 Edward Wangfixed up some command argument types
1988-07-07 Edward Wangcompile with -R
1988-07-07 Edward Wangdon't include wait.h
1988-07-07 Edward Wangrationalized calling of editors and starting processes...
1988-07-07 Edward Wangremoved global uid variable
1988-06-30 Keith Bosticdate and time created 88/06/29 21:19:25 by bostic
1988-06-30 Keith Bosticmissed an xhead.c
1988-06-30 Keith Bosticremove old SCCS version mechanism; install approved...
1988-06-30 Keith Bosticinstall approved copyright notice
1988-06-30 Keith Bosticremove massaging to share strings, only saves 5K;
1988-06-30 Edward Wangcleaned up edit1, use a file in /tmp, not in current...
1988-06-30 Edward Wanguse mktemp to make temp file names
1988-06-30 Edward Wangpopen to Popen, pclose to Pclose, never call a shell...
1988-06-30 Keith Bosticinstall approved copyright notice
1988-06-20 Edward Wangreedit bug fix
1988-06-19 Edward Wangrationalized mail sending code: keep h_to, h_cc, h_bcc...
1988-06-19 Edward Wangunused function stradd deleted
1988-06-19 Edward Wanguse shell="" instead of shell=none for no shell,
1988-06-19 Edward Wangremoved support for -r, -h, and rmail
1988-06-19 Edward Wangremoved support for -r, -h, and rmail
1988-06-19 Edward Wangremoved support for -r, -h, and rmail
1988-06-19 Edward Wangremoved support for -r, -h, and rmail
1988-06-18 Edward Wangwrong type for argv
1988-06-18 Edward Wangsome general cleanup
1988-06-18 Edward Wangcleaned up file handling code, now allows "mbox" variable
1988-06-17 Edward Wangreplaced intty and outtty by value("interactive"),...
1988-06-17 Edward Wanglet "crt" default to the screen height from TIOCGWINSZ
1988-06-17 Edward Wangprehistoric (e.g., pre-sendmail) code removed
1988-06-11 Edward Wangchanged the way -N is handled
1988-06-11 Edward Wangreal usage message
1988-06-11 Edward Wangadded -c -b -t flags, end echo with newline,
1988-06-11 Edward Wanggetrawlist changed to allow quoting inside strings
1988-06-11 Edward Wangcheck variable "tabstr" when interpolating messages,
1988-06-11 Edward Wangcheck variables "shell" and "SHELL", from Tom Newcomb...
1988-06-10 Edward Wangnew commands saveignore, saveretain, and savediscard
1988-05-29 Edward Wangadded saveignore and saveretain
1988-04-13 Edward Wangjust exit on SIGHUP, don't try to save messages into...
1988-02-19 Keith Bosticwritten by Kurt Shoens; added Berkeley specific header
1988-02-19 Keith Bosticadd Berkeley header, remove strings on clean, use insta...
1988-01-29 Edward Wangfixed stupid bug in handling of ~?
1988-01-03 Keith Bosticfix extern declarations for ANSI C
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-09-29 Keith BosticNULL dereference; bug report 4.3BSD/ucb/118
1987-07-28 Keith Bosticnew template
1987-05-19 Edward Wanglint
1987-05-19 Edward Wangmajor rework: made faster, cleaned up, obsolete code...
1986-12-13 Keith Bosticfixed allocation alignment for Power 6.
1986-11-27 Keith Bosticincluded strings.h
1986-11-27 Keith Bosticremoved index() and rindex(), included strings.h
1986-05-24 Kevin Dunlapdate and time created 86/05/23 12:06:30 by kjd
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.3BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-24 Kevin Dunlapdocument distributed with 4.1BSD
next