Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 1999 16:15:50 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin Makefile Makefile.inc src/bin/cat Makefile cat.1 cat.c src/bin/chio Makefile chio.1 chio.c defs.h pathnames.h src/bin/chmod Makefile chmod.1 chmod.c src/bin/cp Makefile cp.1 cp.c extern.h utils.c src/bin/csh Makefile alloc.c char.c char.h ...
Message-ID:  <199908272315.QAA61526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/08/27 16:15:49 PDT

  Modified files:
    bin                  Makefile Makefile.inc 
    bin/cat              Makefile cat.1 cat.c 
    bin/chio             Makefile chio.1 chio.c defs.h pathnames.h 
    bin/chmod            Makefile chmod.1 chmod.c 
    bin/cp               Makefile cp.1 cp.c extern.h utils.c 
    bin/csh              Makefile alloc.c char.c char.h const.c 
                         csh.1 csh.c csh.h dir.c dir.h dol.c err.c 
                         exec.c exp.c extern.h file.c func.c 
                         glob.c hist.c init.c lex.c misc.c parse.c 
                         pathnames.h proc.c proc.h sem.c set.c 
                         str.c time.c 
    bin/csh/USD.doc      Makefile csh.1 csh.2 csh.3 csh.4 csh.a 
                         csh.g tabs 
    bin/date             Makefile date.1 date.c extern.h netdate.c 
                         vary.c vary.h 
    bin/dd               Makefile args.c conv.c conv_tab.c dd.1 
                         dd.c dd.h extern.h misc.c position.c 
    bin/df               Makefile df.1 df.c 
    bin/domainname       Makefile domainname.1 domainname.c 
    bin/echo             Makefile echo.1 echo.c 
    bin/ed               Makefile POSIX README buf.c cbc.c ed.1 
                         ed.h glbl.c io.c main.c re.c sub.c undo.c 
    bin/ed/test          Makefile README ckscripts.sh mkscripts.sh 
    bin/expr             Makefile expr.1 expr.y 
    bin/hostname         Makefile hostname.1 hostname.c 
    bin/kill             Makefile kill.1 kill.c 
    bin/ln               Makefile ln.1 ln.c symlink.7 
    bin/ls               Makefile cmp.c extern.h ls.1 ls.c ls.h 
                         print.c stat_flags.c util.c 
    bin/mkdir            Makefile mkdir.1 mkdir.c 
    bin/mv               Makefile mv.1 mv.c pathnames.h 
    bin/pax              Makefile ar_io.c ar_subs.c buf_subs.c 
                         cache.c cache.h cpio.c cpio.h extern.h 
                         file_subs.c ftree.c ftree.h gen_subs.c 
                         options.c options.h pat_rep.c pat_rep.h 
                         pax.1 pax.c pax.h sel_subs.c sel_subs.h 
                         tables.c tables.h tar.c tar.h tty_subs.c 
    bin/ps               Makefile extern.h fmt.c keyword.c print.c 
                         ps.1 ps.c ps.h 
    bin/pwd              Makefile pwd.1 pwd.c 
    bin/rcp              Makefile extern.h pathnames.h rcp.1 rcp.c 
                         util.c 
    bin/rm               Makefile rm.1 rm.c 
    bin/rmail            Makefile 
    bin/rmdir            Makefile rmdir.1 rmdir.c 
    bin/sh               Makefile TOUR alias.c alias.h arith.h 
                         arith.y arith_lex.l builtins.def cd.c 
                         cd.h error.c error.h eval.c eval.h exec.c 
                         exec.h expand.c expand.h histedit.c 
                         init.h input.c input.h jobs.c jobs.h 
                         machdep.h mail.c mail.h main.c main.h 
                         memalloc.c memalloc.h miscbltin.c 
                         mkbuiltins mkinit.c mknodes.c mksyntax.c 
                         mktokens myhistedit.h mystring.c 
                         mystring.h nodes.c.pat nodetypes 
                         options.c options.h output.c output.h 
                         parser.c parser.h redir.c redir.h sh.1 
                         shell.h show.c show.h trap.c trap.h var.c 
                         var.h 
    bin/sh/bltin         bltin.h echo.1 echo.c 
    bin/sh/funcs         cmv dirs kill login newgrp popd pushd 
                         suspend 
    bin/sleep            Makefile sleep.1 sleep.c 
    bin/stty             Makefile cchar.c extern.h gfmt.c key.c 
                         modes.c print.c stty.1 stty.c stty.h 
                         util.c 
    bin/sync             Makefile sync.8 sync.c 
    bin/test             Makefile TEST.README TEST.csh TEST.sh 
                         test.1 test.c 
  Log:
  $Id$ -> $FreeBSD$
  
  Revision  Changes    Path
  1.15      +1 -1      src/bin/Makefile
  1.11      +1 -1      src/bin/Makefile.inc
  1.5       +1 -1      src/bin/cat/Makefile
  1.10      +1 -1      src/bin/cat/cat.1
  1.14      +1 -1      src/bin/cat/cat.c
  1.6       +1 -1      src/bin/chio/Makefile
  1.10      +1 -1      src/bin/chio/chio.1
  1.15      +1 -1      src/bin/chio/chio.c
  1.2       +1 -1      src/bin/chio/defs.h
  1.2       +1 -1      src/bin/chio/pathnames.h
  1.5       +1 -1      src/bin/chmod/Makefile
  1.15      +1 -1      src/bin/chmod/chmod.1
  1.14      +1 -1      src/bin/chmod/chmod.c
  1.7       +1 -1      src/bin/cp/Makefile
  1.14      +1 -1      src/bin/cp/cp.1
  1.22      +1 -1      src/bin/cp/cp.c
  1.9       +1 -1      src/bin/cp/extern.h
  1.25      +1 -1      src/bin/cp/utils.c
  1.10      +1 -1      src/bin/csh/Makefile
  1.10      +1 -1      src/bin/csh/alloc.c
  1.6       +1 -1      src/bin/csh/char.c
  1.5       +1 -1      src/bin/csh/char.h
  1.8       +1 -1      src/bin/csh/const.c
  1.13      +1 -1      src/bin/csh/csh.1
  1.15      +1 -1      src/bin/csh/csh.c
  1.8       +1 -1      src/bin/csh/csh.h
  1.10      +1 -1      src/bin/csh/dir.c
  1.5       +1 -1      src/bin/csh/dir.h
  1.10      +1 -1      src/bin/csh/dol.c
  1.10      +1 -1      src/bin/csh/err.c
  1.11      +1 -1      src/bin/csh/exec.c
  1.8       +1 -1      src/bin/csh/exp.c
  1.6       +1 -1      src/bin/csh/extern.h
  1.10      +1 -1      src/bin/csh/file.c
  1.14      +1 -1      src/bin/csh/func.c
  1.12      +1 -1      src/bin/csh/glob.c
  1.9       +1 -1      src/bin/csh/hist.c
  1.6       +1 -1      src/bin/csh/init.c
  1.13      +1 -1      src/bin/csh/lex.c
  1.9       +1 -1      src/bin/csh/misc.c
  1.9       +1 -1      src/bin/csh/parse.c
  1.6       +1 -1      src/bin/csh/pathnames.h
  1.11      +1 -1      src/bin/csh/proc.c
  1.5       +1 -1      src/bin/csh/proc.h
  1.11      +1 -1      src/bin/csh/sem.c
  1.12      +1 -1      src/bin/csh/set.c
  1.7       +1 -1      src/bin/csh/str.c
  1.10      +1 -1      src/bin/csh/time.c
  1.5       +1 -1      src/bin/csh/USD.doc/Makefile
  1.6       +1 -1      src/bin/csh/USD.doc/csh.1
  1.6       +1 -1      src/bin/csh/USD.doc/csh.2
  1.5       +1 -1      src/bin/csh/USD.doc/csh.3
  1.5       +1 -1      src/bin/csh/USD.doc/csh.4
  1.5       +1 -1      src/bin/csh/USD.doc/csh.a
  1.5       +1 -1      src/bin/csh/USD.doc/csh.g
  1.5       +1 -1      src/bin/csh/USD.doc/tabs
  1.8       +1 -1      src/bin/date/Makefile
  1.31      +1 -1      src/bin/date/date.1
  1.30      +1 -1      src/bin/date/date.c
  1.5       +1 -1      src/bin/date/extern.h
  1.11      +1 -1      src/bin/date/netdate.c
  1.7       +1 -1      src/bin/date/vary.c
  1.4       +1 -1      src/bin/date/vary.h
  1.7       +1 -1      src/bin/dd/Makefile
  1.17      +1 -1      src/bin/dd/args.c
  1.13      +1 -1      src/bin/dd/conv.c
  1.9       +1 -1      src/bin/dd/conv_tab.c
  1.11      +1 -1      src/bin/dd/dd.1
  1.21      +1 -1      src/bin/dd/dd.c
  1.12      +1 -1      src/bin/dd/dd.h
  1.7       +1 -1      src/bin/dd/extern.h
  1.18      +1 -1      src/bin/dd/misc.c
  1.12      +1 -1      src/bin/dd/position.c
  1.8       +1 -1      src/bin/df/Makefile
  1.16      +1 -1      src/bin/df/df.1
  1.21      +1 -1      src/bin/df/df.c
  1.4       +1 -1      src/bin/domainname/Makefile
  1.8       +1 -1      src/bin/domainname/domainname.1
  1.12      +1 -1      src/bin/domainname/domainname.c
  1.5       +1 -1      src/bin/echo/Makefile
  1.8       +1 -1      src/bin/echo/echo.1
  1.8       +1 -1      src/bin/echo/echo.c
  1.17      +1 -1      src/bin/ed/Makefile
  1.7       +1 -1      src/bin/ed/POSIX
  1.7       +1 -1      src/bin/ed/README
  1.17      +1 -1      src/bin/ed/buf.c
  1.12      +1 -1      src/bin/ed/cbc.c
  1.15      +1 -1      src/bin/ed/ed.1
  1.13      +1 -1      src/bin/ed/ed.h
  1.9       +1 -1      src/bin/ed/glbl.c
  1.10      +1 -1      src/bin/ed/io.c
  1.14      +1 -1      src/bin/ed/main.c
  1.15      +1 -1      src/bin/ed/re.c
  1.12      +1 -1      src/bin/ed/sub.c
  1.9       +1 -1      src/bin/ed/undo.c
  1.9       +1 -1      src/bin/ed/test/Makefile
  1.7       +1 -1      src/bin/ed/test/README
  1.6       +1 -1      src/bin/ed/test/ckscripts.sh
  1.6       +1 -1      src/bin/ed/test/mkscripts.sh
  1.14      +1 -1      src/bin/expr/Makefile
  1.9       +1 -1      src/bin/expr/expr.1
  1.14      +1 -1      src/bin/expr/expr.y
  1.5       +1 -1      src/bin/hostname/Makefile
  1.9       +1 -1      src/bin/hostname/hostname.1
  1.10      +1 -1      src/bin/hostname/hostname.c
  1.5       +1 -1      src/bin/kill/Makefile
  1.9       +1 -1      src/bin/kill/kill.1
  1.11      +1 -1      src/bin/kill/kill.c
  1.6       +1 -1      src/bin/ln/Makefile
  1.8       +1 -1      src/bin/ln/ln.1
  1.13      +1 -1      src/bin/ln/ln.c
  1.12      +1 -1      src/bin/ln/symlink.7
  1.5       +1 -1      src/bin/ls/Makefile
  1.9       +1 -1      src/bin/ls/cmp.c
  1.7       +1 -1      src/bin/ls/extern.h
  1.30      +1 -1      src/bin/ls/ls.1
  1.30      +1 -1      src/bin/ls/ls.c
  1.11      +1 -1      src/bin/ls/ls.h
  1.18      +1 -1      src/bin/ls/print.c
  1.11      +1 -1      src/bin/ls/stat_flags.c
  1.20      +1 -1      src/bin/ls/util.c
  1.5       +1 -1      src/bin/mkdir/Makefile
  1.9       +1 -1      src/bin/mkdir/mkdir.1
  1.17      +1 -1      src/bin/mkdir/mkdir.c
  1.5       +1 -1      src/bin/mv/Makefile
  1.13      +1 -1      src/bin/mv/mv.1
  1.23      +1 -1      src/bin/mv/mv.c
  1.5       +1 -1      src/bin/mv/pathnames.h
  1.5       +1 -1      src/bin/pax/Makefile
  1.12      +1 -1      src/bin/pax/ar_io.c
  1.13      +1 -1      src/bin/pax/ar_subs.c
  1.12      +1 -1      src/bin/pax/buf_subs.c
  1.12      +1 -1      src/bin/pax/cache.c
  1.6       +1 -1      src/bin/pax/cache.h
  1.12      +1 -1      src/bin/pax/cpio.c
  1.6       +1 -1      src/bin/pax/cpio.h
  1.6       +1 -1      src/bin/pax/extern.h
  1.12      +1 -1      src/bin/pax/file_subs.c
  1.13      +1 -1      src/bin/pax/ftree.c
  1.5       +1 -1      src/bin/pax/ftree.h
  1.12      +1 -1      src/bin/pax/gen_subs.c
  1.13      +1 -1      src/bin/pax/options.c
  1.5       +1 -1      src/bin/pax/options.h
  1.15      +1 -1      src/bin/pax/pat_rep.c
  1.5       +1 -1      src/bin/pax/pat_rep.h
  1.10      +1 -1      src/bin/pax/pax.1
  1.13      +1 -1      src/bin/pax/pax.c
  1.8       +1 -1      src/bin/pax/pax.h
  1.11      +1 -1      src/bin/pax/sel_subs.c
  1.5       +1 -1      src/bin/pax/sel_subs.h
  1.13      +1 -1      src/bin/pax/tables.c
  1.7       +1 -1      src/bin/pax/tables.h
  1.13      +1 -1      src/bin/pax/tar.c
  1.6       +1 -1      src/bin/pax/tar.h
  1.11      +1 -1      src/bin/pax/tty_subs.c
  1.12      +1 -1      src/bin/ps/Makefile
  1.9       +1 -1      src/bin/ps/extern.h
  1.14      +1 -1      src/bin/ps/fmt.c
  1.24      +1 -1      src/bin/ps/keyword.c
  1.36      +1 -1      src/bin/ps/print.c
  1.24      +1 -1      src/bin/ps/ps.1
  1.27      +1 -1      src/bin/ps/ps.c
  1.7       +1 -1      src/bin/ps/ps.h
  1.5       +1 -1      src/bin/pwd/Makefile
  1.8       +1 -1      src/bin/pwd/pwd.1
  1.9       +1 -1      src/bin/pwd/pwd.c
  1.14      +1 -1      src/bin/rcp/Makefile
  1.5       +1 -1      src/bin/rcp/extern.h
  1.6       +1 -1      src/bin/rcp/pathnames.h
  1.8       +1 -1      src/bin/rcp/rcp.1
  1.24      +1 -1      src/bin/rcp/rcp.c
  1.9       +1 -1      src/bin/rcp/util.c
  1.6       +1 -1      src/bin/rm/Makefile
  1.15      +1 -1      src/bin/rm/rm.1
  1.21      +1 -1      src/bin/rm/rm.c
  1.8       +1 -1      src/bin/rmail/Makefile
  1.5       +1 -1      src/bin/rmdir/Makefile
  1.8       +1 -1      src/bin/rmdir/rmdir.1
  1.9       +1 -1      src/bin/rmdir/rmdir.c
  1.29      +1 -1      src/bin/sh/Makefile
  1.6       +1 -1      src/bin/sh/TOUR
  1.12      +1 -1      src/bin/sh/alias.c
  1.6       +1 -1      src/bin/sh/alias.h
  1.5       +1 -1      src/bin/sh/arith.h
  1.10      +2 -2      src/bin/sh/arith.y
  1.14      +2 -2      src/bin/sh/arith_lex.l
  1.7       +1 -1      src/bin/sh/builtins.def
  1.19      +1 -1      src/bin/sh/cd.c
  1.5       +1 -1      src/bin/sh/cd.h
  1.14      +1 -1      src/bin/sh/error.c
  1.11      +1 -1      src/bin/sh/error.h
  1.21      +1 -1      src/bin/sh/eval.c
  1.7       +1 -1      src/bin/sh/eval.h
  1.13      +1 -1      src/bin/sh/exec.c
  1.8       +1 -1      src/bin/sh/exec.h
  1.29      +1 -1      src/bin/sh/expand.c
  1.9       +1 -1      src/bin/sh/expand.h
  1.13      +1 -1      src/bin/sh/histedit.c
  1.6       +1 -1      src/bin/sh/init.h
  1.13      +1 -1      src/bin/sh/input.c
  1.7       +1 -1      src/bin/sh/input.h
  1.26      +1 -1      src/bin/sh/jobs.c
  1.12      +1 -1      src/bin/sh/jobs.h
  1.6       +1 -1      src/bin/sh/machdep.h
  1.9       +1 -1      src/bin/sh/mail.c
  1.6       +1 -1      src/bin/sh/mail.h
  1.17      +1 -1      src/bin/sh/main.c
  1.6       +1 -1      src/bin/sh/main.h
  1.15      +1 -1      src/bin/sh/memalloc.c
  1.6       +1 -1      src/bin/sh/memalloc.h
  1.21      +1 -1      src/bin/sh/miscbltin.c
  1.8       +1 -1      src/bin/sh/mkbuiltins
  1.13      +1 -1      src/bin/sh/mkinit.c
  1.10      +1 -1      src/bin/sh/mknodes.c
  1.13      +1 -1      src/bin/sh/mksyntax.c
  1.6       +1 -1      src/bin/sh/mktokens
  1.7       +1 -1      src/bin/sh/myhistedit.h
  1.10      +1 -1      src/bin/sh/mystring.c
  1.6       +1 -1      src/bin/sh/mystring.h
  1.7       +1 -1      src/bin/sh/nodes.c.pat
  1.6       +1 -1      src/bin/sh/nodetypes
  1.15      +1 -1      src/bin/sh/options.c
  1.9       +1 -1      src/bin/sh/options.h
  1.10      +1 -1      src/bin/sh/output.c
  1.8       +1 -1      src/bin/sh/output.h
  1.25      +1 -1      src/bin/sh/parser.c
  1.8       +1 -1      src/bin/sh/parser.h
  1.11      +1 -1      src/bin/sh/redir.c
  1.7       +1 -1      src/bin/sh/redir.h
  1.30      +1 -1      src/bin/sh/sh.1
  1.11      +1 -1      src/bin/sh/shell.h
  1.10      +1 -1      src/bin/sh/show.c
  1.7       +1 -1      src/bin/sh/show.h
  1.20      +1 -1      src/bin/sh/trap.c
  1.9       +1 -1      src/bin/sh/trap.h
  1.15      +1 -1      src/bin/sh/var.c
  1.8       +1 -1      src/bin/sh/var.h
  1.10      +1 -1      src/bin/sh/bltin/bltin.h
  1.7       +1 -1      src/bin/sh/bltin/echo.1
  1.9       +1 -1      src/bin/sh/bltin/echo.c
  1.6       +1 -1      src/bin/sh/funcs/cmv
  1.6       +1 -1      src/bin/sh/funcs/dirs
  1.6       +1 -1      src/bin/sh/funcs/kill
  1.6       +1 -1      src/bin/sh/funcs/login
  1.6       +1 -1      src/bin/sh/funcs/newgrp
  1.6       +1 -1      src/bin/sh/funcs/popd
  1.6       +1 -1      src/bin/sh/funcs/pushd
  1.6       +1 -1      src/bin/sh/funcs/suspend
  1.5       +1 -1      src/bin/sleep/Makefile
  1.12      +1 -1      src/bin/sleep/sleep.1
  1.8       +1 -1      src/bin/sleep/sleep.c
  1.5       +1 -1      src/bin/stty/Makefile
  1.9       +1 -1      src/bin/stty/cchar.c
  1.5       +1 -1      src/bin/stty/extern.h
  1.10      +1 -1      src/bin/stty/gfmt.c
  1.11      +1 -1      src/bin/stty/key.c
  1.8       +1 -1      src/bin/stty/modes.c
  1.11      +1 -1      src/bin/stty/print.c
  1.12      +1 -1      src/bin/stty/stty.1
  1.13      +1 -1      src/bin/stty/stty.c
  1.5       +1 -1      src/bin/stty/stty.h
  1.8       +1 -1      src/bin/stty/util.c
  1.6       +1 -1      src/bin/sync/Makefile
  1.8       +1 -1      src/bin/sync/sync.8
  1.9       +1 -1      src/bin/sync/sync.c
  1.6       +1 -1      src/bin/test/Makefile
  1.4       +1 -1      src/bin/test/TEST.README
  1.6       +1 -1      src/bin/test/TEST.csh
  1.6       +1 -1      src/bin/test/TEST.sh
  1.10      +1 -1      src/bin/test/test.1
  1.28      +1 -1      src/bin/test/test.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?199908272315.QAA61526>