added "more" command
[unix-history] / usr / src / usr.bin / mail /
1985-06-07 Serge ???added "more" command
1985-06-07 Distribution FolksAdd copyright
1985-06-07 Edward Wangdon't load with -n
1985-06-07 Distribution FolksAdd copyright
1985-06-07 Distribution FolksAdd copyright
1985-06-07 Distribution FolksAdd copyright
1985-05-28 Serge ???Fixed indirect through NULL bug
1985-05-28 Serge ???Added -I flag, which causes Mail to assume that input...
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1985-04-19 Serge ???modified to work with new stdio; added retain command...
1985-01-10 Ralph Campbelluse sigmask() macro
1985-01-10 Ralph Campbelluse sigmask() macro instead of defining twice.
1984-08-09 Ralph Campbellfix stdio flushing, don't mess with stdio buffers
1984-08-04 Ralph CampbellJust print no mail if zero length mail file
1984-07-27 Ralph Campbellcleanup odd unused entries.
1984-07-27 Ralph Campbellcheck buffer size.
1984-07-20 Ralph Campbelldelete old berknet tables
1984-07-20 Ralph Campbelluse flock for mailbox locking
1983-08-29 Craig LeresAdded Jim Bloom's hack; now can reply to addresses...
1983-08-19 Sam Lefflermake fmt as well, don't wait for install
1983-08-14 Sam Lefflerstandardize sccs keyword lines
1983-08-12 Sam Lefflerstandardize sccs keyword lines
1983-08-12 Sam Lefflerdate and time created 83/08/11 22:12:37 by sam
1983-08-12 Sam Lefflerdate and time created 83/08/11 22:12:35 by sam
1983-07-27 Sam Lefflerstdio and tty's require clearerr to insure EOF is reset
1983-07-02 Sam Lefflerinclude fix
1983-06-29 Craig LeresAdded a few calls to skin() to remove comments when...
1983-06-29 Craig LeresAdded a few calls to skin() to remove comments when...
1983-06-29 Craig LeresRemoved sendmail conditional compile from nameof()...
1983-06-29 Craig LeresModified to seperate addresses with commas so that...
1983-06-20 Sam Lefflerneed fmt also
1983-06-18 Bill Joymerge monet
1983-06-16 Sam Lefflermerge leres code
1983-06-13 Sam Lefflernew signals
1983-06-06 Craig LeresModified to use the "From:" line (if one exists) when...
1983-05-30 Craig LeresFix to skin() from John Quarterman of utexas-11, does...
1983-05-29 Craig LeresModified to truncate read/write files before closing.
1983-05-27 Ralph Campbellhash() could return negative values.
1983-05-25 Craig LeresChanged various fopens to open read/write to avoid...
1983-05-25 Craig LeresRemoved old c70 stuff
1983-05-20 Craig LeresNew version number to cover bug fixes up to 4.2 freeze
1983-05-19 Craig LeresOk to send a message with no subject and no body
1983-03-18 Craig LeresAllow no body, no subject messages, why not?
1983-03-04 Craig LeresChanged uses of isname() to strncmp(), removed isname()
1983-03-03 Craig LeresStrange string allocation bug in netmap(). Fix was...
1983-02-26 Craig LeresModified holdsigs() to use sighold() rather than sigset()
1983-02-10 Sam Lefflerfrom sun
1983-02-01 Craig LeresMade install depend of Mail
1983-01-30 Craig LeresChanged location of postage file
1983-01-30 Craig LeresChanged location of the POSTAGE file.
1983-01-30 Craig LeresAdded local()
1983-01-30 Craig LeresBroke alternates() up into two routines so that the...
1983-01-30 Craig LeresAdded local()
1983-01-30 Craig LeresAdded pointer for local host names
1983-01-30 Craig LeresAdded local command
1983-01-30 Craig LeresRemoved extra definition for savestr() and added strcat()
1983-01-23 Craig LeresAdded declaration of icequal();
1983-01-23 Craig LeresModified to use perror() to report failure to open...
1983-01-23 Craig LeresModified delname() to use passed function to comapre...
1983-01-23 Craig LeresAdded (restored?) missing required argument in call...
1983-01-23 Craig LeresModified to only append to the POSTAGE file if it alrea...
1983-01-23 Craig LeresModified to append to the POSTAGE file only if it alrea...
1983-01-23 Craig LeresModified to use perror() to report open failure on...
1983-01-23 Craig LeresMoved printing of initial greeting to beginning of...
1983-01-23 Craig LeresFixed bug in marking a range; modified markall() to...
1982-12-27 Eric Allmanchange delivermail to sendmail throughout
1982-11-18 Bill BushUpdating version number for send fix release
1982-11-18 Bill BushSend fixed to supress continuation lines in ignored...
1982-11-07 Kirk McKusickchanges per kurt
1982-10-27 Carl SmithAdded instructions on configuration for small 11s....
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithNull definition of sigchild() added if SIGRETRO is...
1982-10-21 Carl SmithDefinitions of msize() and sigchild() deleted.
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithAdded ``#include <whoami.h>'' if pdp11 is defined.
1982-10-21 Carl SmithWait3 becomes wait2 if pdp11 is defined, stays wait3...
1982-10-21 Carl SmithIn vcopy(), check the return value of calloc() and...
1982-10-21 Carl SmithChanged ``sighold(i)'' to ``sigset(i, SIG_HOLD)'' in...
1982-10-21 Carl SmithAdded a line to print ``(continue)'' after ~: escape.
1982-10-06 Eric Allmanrestore locking protocol to agree with /bin/mail -...
1982-09-03 Kirk McKusickno longer compile config.c read only since we futz the
1982-09-03 Kirk McKusickadded line in netmach table that is dynamically filled in
1982-09-03 Kirk McKusickadded #define constants for EMPTY (a dummy machine...
1982-09-03 Kirk McKusickadded #define of GETHOST for systems that have gethostn...
1982-09-03 Kirk McKusickadded routine inithost() to dynamically set the local...
1982-09-03 Kirk McKusickadded call to inithost() if GETHOST is defined
1982-08-14 Kurt A. Shoensfixed setfile() to not print error message, just return the
1982-08-12 Kurt A. Shoensfixes per Bruce Jerrick: s/makefile/Makefile/;
1982-07-30 Kurt A. ShoensAdded "ignore" command to suppress printing of selected...
1982-07-30 Kurt A. Shoenschanged alloca to salloc since no alloca on pdp-11...
1982-07-30 Kurt A. ShoensMade recognition of Status: header field slightly more...
1982-07-30 Kurt A. Shoenschanged to disallow duplicate insertion of fields into...
1982-07-29 Kurt A. Shoenschanged send() to take doignore argument and ignore...
1982-07-29 Kurt A. Shoensadded extra doignore argument to send() calls
1982-07-29 Kurt A. Shoensadded ignored header hash table
1982-07-29 Kurt A. Shoenschanged arguments to send() to include doignore argument
next