Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2001 12:52:09 -0800 (PST)
From:      Mike Heffner <mikeh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/mail aux.c cmd1.c cmd3.c cmdtab.c collect.c def.h extern.h fio.c head.c lex.c list.c mail.1 main.c names.c popen.c quit.c send.c tty.c
Message-ID:  <200112182052.fBIKq9I61521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mikeh       2001/12/18 12:52:09 PST

  Modified files:
    usr.bin/mail         aux.c cmd1.c cmd3.c cmdtab.c collect.c 
                         def.h extern.h fio.c head.c lex.c list.c 
                         mail.1 main.c names.c popen.c quit.c 
                         send.c tty.c 
  Log:
  Sync with most of NetBSD's changes, including:
  
   *) Sync with 4.4BSD-Lite2
   *) Set usecs for utimes()
   *) Add 'inc' command and 'autoinc' option that check for new mail
      manually and automatically, respectively
   *) Use POSIX signal handling and tty semantics
   *) Handle long lines correctly when paging messages
   *) Add ability to explicitly search 'To:' line
   *) Various manpage cleanups
   *) Support overriding '~/.mailrc' with $MAILRC
   *) Support 'askbcc' and 'asksub' options
   *) Fix various bugs
  
  Reviewed by:    ru (mail.1)
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.8       +4 -4      src/usr.bin/mail/aux.c
  1.6       +26 -3     src/usr.bin/mail/cmd1.c
  1.8       +7 -5      src/usr.bin/mail/cmd3.c
  1.5       +2 -1      src/usr.bin/mail/cmdtab.c
  1.8       +30 -15    src/usr.bin/mail/collect.c
  1.8       +2 -2      src/usr.bin/mail/def.h
  1.6       +15 -10    src/usr.bin/mail/extern.h
  1.10      +54 -24    src/usr.bin/mail/fio.c
  1.5       +2 -2      src/usr.bin/mail/head.c
  1.12      +56 -12    src/usr.bin/mail/lex.c
  1.5       +49 -3     src/usr.bin/mail/list.c
  1.32      +82 -26    src/usr.bin/mail/mail.1
  1.12      +11 -9     src/usr.bin/mail/main.c
  1.7       +8 -4      src/usr.bin/mail/names.c
  1.5       +36 -18    src/usr.bin/mail/popen.c
  1.6       +3 -3      src/usr.bin/mail/quit.c
  1.10      +19 -7     src/usr.bin/mail/send.c
  1.5       +50 -26    src/usr.bin/mail/tty.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112182052.fBIKq9I61521>