Date: Sat, 22 Feb 1997 05:59:08 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh Makefile TOUR alias.c alias.h arith.h arith.y arith_lex.l builtins.def cd.c 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 src/bin/sh/bltin bltin.h echo.1 echo.c src/bin/sh/funcs cmv dirs kill login newgrp popd pushd suspend Message-ID: <199702221359.FAA19205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 97/02/22 05:59:07 Modified: bin/sh Makefile TOUR alias.c alias.h arith.h arith.y arith_lex.l builtins.def cd.c 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 Log: Revert $FreeBSD$ to $Id$ Revision Changes Path 1.17 +1 -1 src/bin/sh/Makefile 1.5 +1 -1 src/bin/sh/TOUR 1.7 +1 -1 src/bin/sh/alias.c 1.5 +1 -1 src/bin/sh/alias.h 1.4 +1 -1 src/bin/sh/arith.h 1.6 +1 -1 src/bin/sh/arith.y 1.9 +1 -1 src/bin/sh/arith_lex.l 1.5 +1 -1 src/bin/sh/builtins.def 1.14 +1 -1 src/bin/sh/cd.c 1.8 +1 -1 src/bin/sh/error.c 1.7 +1 -1 src/bin/sh/error.h 1.11 +1 -1 src/bin/sh/eval.c 1.6 +1 -1 src/bin/sh/eval.h 1.9 +1 -1 src/bin/sh/exec.c 1.6 +1 -1 src/bin/sh/exec.h 1.16 +1 -1 src/bin/sh/expand.c 1.5 +1 -1 src/bin/sh/expand.h 1.9 +1 -1 src/bin/sh/histedit.c 1.5 +1 -1 src/bin/sh/init.h 1.9 +1 -1 src/bin/sh/input.c 1.6 +1 -1 src/bin/sh/input.h 1.12 +1 -1 src/bin/sh/jobs.c 1.5 +1 -1 src/bin/sh/jobs.h 1.5 +1 -1 src/bin/sh/machdep.h 1.6 +1 -1 src/bin/sh/mail.c 1.5 +1 -1 src/bin/sh/mail.h 1.13 +1 -1 src/bin/sh/main.c 1.5 +1 -1 src/bin/sh/main.h 1.7 +1 -1 src/bin/sh/memalloc.c 1.5 +1 -1 src/bin/sh/memalloc.h 1.11 +1 -1 src/bin/sh/miscbltin.c 1.7 +1 -1 src/bin/sh/mkbuiltins 1.9 +1 -1 src/bin/sh/mkinit.c 1.7 +1 -1 src/bin/sh/mknodes.c 1.9 +1 -1 src/bin/sh/mksyntax.c 1.5 +1 -1 src/bin/sh/mktokens 1.6 +1 -1 src/bin/sh/myhistedit.h 1.7 +1 -1 src/bin/sh/mystring.c 1.5 +1 -1 src/bin/sh/mystring.h 1.5 +1 -1 src/bin/sh/nodes.c.pat 1.5 +1 -1 src/bin/sh/nodetypes 1.12 +1 -1 src/bin/sh/options.c 1.7 +1 -1 src/bin/sh/options.h 1.7 +1 -1 src/bin/sh/output.c 1.6 +1 -1 src/bin/sh/output.h 1.19 +1 -1 src/bin/sh/parser.c 1.6 +1 -1 src/bin/sh/parser.h 1.8 +1 -1 src/bin/sh/redir.c 1.6 +1 -1 src/bin/sh/redir.h 1.12 +1 -1 src/bin/sh/sh.1 1.10 +1 -1 src/bin/sh/shell.h 1.7 +1 -1 src/bin/sh/show.c 1.5 +1 -1 src/bin/sh/show.h 1.8 +1 -1 src/bin/sh/trap.c 1.6 +1 -1 src/bin/sh/trap.h 1.9 +1 -1 src/bin/sh/var.c 1.6 +1 -1 src/bin/sh/var.h 1.8 +1 -1 src/bin/sh/bltin/bltin.h 1.6 +1 -1 src/bin/sh/bltin/echo.1 1.7 +1 -1 src/bin/sh/bltin/echo.c 1.5 +1 -1 src/bin/sh/funcs/cmv 1.5 +1 -1 src/bin/sh/funcs/dirs 1.5 +1 -1 src/bin/sh/funcs/kill 1.5 +1 -1 src/bin/sh/funcs/login 1.5 +1 -1 src/bin/sh/funcs/newgrp 1.5 +1 -1 src/bin/sh/funcs/popd 1.5 +1 -1 src/bin/sh/funcs/pushd 1.5 +1 -1 src/bin/sh/funcs/suspend
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702221359.FAA19205>