Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2001 13:26:23 -0700 (PDT)
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 cmd2.c cmd3.c cmdtab.c collect.c def.h edit.c extern.h fio.c getname.c head.c lex.c list.c main.c names.c pathnames.h popen.c quit.c send.c strings.c temp.c tty.c v7.local.c vars.c version.c
Message-ID:  <200105272026.f4RKQNG65657@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mikeh       2001/05/27 13:26:23 PDT

  Modified files:
    usr.bin/mail         aux.c cmd1.c cmd2.c cmd3.c cmdtab.c 
                         collect.c def.h edit.c extern.h fio.c 
                         getname.c head.c lex.c list.c main.c 
                         names.c pathnames.h popen.c quit.c send.c 
                         strings.c temp.c tty.c v7.local.c vars.c 
                         version.c 
  Log:
  Cleanup mail(1)'s varying styles by converting to using style(9).
  
  Also take a stab at cleaning up BDECFLAGS and convert all uses of
  NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to
  get diffs somewhat closer to OpenBSD/NetBSD.
  
  There are no functional changes however.
  Reviewed by:	nra (visual inspection)
  
  Revision  Changes    Path
  1.6       +97 -95    src/usr.bin/mail/aux.c
  1.5       +61 -54    src/usr.bin/mail/cmd1.c
  1.7       +78 -78    src/usr.bin/mail/cmd2.c
  1.6       +148 -153  src/usr.bin/mail/cmd3.c
  1.4       +74 -71    src/usr.bin/mail/cmdtab.c
  1.6       +89 -91    src/usr.bin/mail/collect.c
  1.7       +25 -30    src/usr.bin/mail/def.h
  1.5       +31 -31    src/usr.bin/mail/edit.c
  1.5       +21 -21    src/usr.bin/mail/extern.h
  1.6       +70 -67    src/usr.bin/mail/fio.c
  1.3       +6 -7      src/usr.bin/mail/getname.c
  1.3       +37 -39    src/usr.bin/mail/head.c
  1.10      +76 -77    src/usr.bin/mail/lex.c
  1.4       +106 -106  src/usr.bin/mail/list.c
  1.8       +31 -32    src/usr.bin/mail/main.c
  1.6       +139 -141  src/usr.bin/mail/names.c
  1.4       +1 -3      src/usr.bin/mail/pathnames.h
  1.4       +67 -66    src/usr.bin/mail/popen.c
  1.4       +106 -103  src/usr.bin/mail/quit.c
  1.7       +110 -113  src/usr.bin/mail/send.c
  1.4       +15 -16    src/usr.bin/mail/strings.c
  1.8       +6 -6      src/usr.bin/mail/temp.c
  1.4       +42 -43    src/usr.bin/mail/tty.c
  1.4       +11 -11    src/usr.bin/mail/v7.local.c
  1.3       +35 -35    src/usr.bin/mail/vars.c
  1.3       +2 -2      src/usr.bin/mail/version.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?200105272026.f4RKQNG65657>