]> Zhao Yanbai Git Server - minix.git/commit
New version of ash. From FreeBSD 5.4 via Minix-vmd.
authorPhilip Homburg <philip@cs.vu.nl>
Tue, 23 May 2006 12:59:34 +0000 (12:59 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Tue, 23 May 2006 12:59:34 +0000 (12:59 +0000)
commit7aa4c9ec2f23d93becde932cc14ab15809e08c0b
tree80a51c1cbd562fae73a625771d60950703a453c1
parent3ea083b8d4133aa903d23e11cdacabd37979bee6
New version of ash. From FreeBSD 5.4 via Minix-vmd.
84 files changed:
commands/ash/Makefile
commands/ash/TOUR
commands/ash/alias.c [new file with mode: 0644]
commands/ash/alias.h [new file with mode: 0644]
commands/ash/arith.h [new file with mode: 0644]
commands/ash/arith.y [new file with mode: 0644]
commands/ash/arith_lex.h [new file with mode: 0644]
commands/ash/arith_lex.l [new file with mode: 0644]
commands/ash/bltin/bltin.h
commands/ash/bltin/echo.c
commands/ash/bltin/expr.c
commands/ash/bltin/mkexpr
commands/ash/bltin/myregexp.h [new file with mode: 0644]
commands/ash/bltin/regexp.c
commands/ash/bltin/unary_op
commands/ash/build [deleted file]
commands/ash/builtins [moved from commands/ash/builtins.table with 88% similarity, mode: 0644]
commands/ash/builtins.def [new file with mode: 0644]
commands/ash/cd.c
commands/ash/cd.h [new file with mode: 0644]
commands/ash/complete.c [new file with mode: 0644]
commands/ash/complete.h [new file with mode: 0644]
commands/ash/dirent.c [deleted file]
commands/ash/errmsg.c [new file with mode: 0644]
commands/ash/errmsg.h [new file with mode: 0644]
commands/ash/error.c
commands/ash/error.h
commands/ash/eval.c
commands/ash/eval.h
commands/ash/exec.c
commands/ash/exec.h
commands/ash/expand.c
commands/ash/expand.h
commands/ash/funcs/cmv
commands/ash/funcs/dirs
commands/ash/funcs/kill
commands/ash/funcs/login
commands/ash/funcs/newgrp
commands/ash/funcs/popd
commands/ash/funcs/pushd
commands/ash/funcs/suspend
commands/ash/histedit.c [new file with mode: 0644]
commands/ash/init.h
commands/ash/input.c
commands/ash/input.h
commands/ash/jobs.c
commands/ash/jobs.h
commands/ash/machdep.h
commands/ash/mail.c
commands/ash/mail.h
commands/ash/main.c
commands/ash/main.h
commands/ash/memalloc.c
commands/ash/memalloc.h
commands/ash/miscbltin.c
commands/ash/mkbuiltins
commands/ash/mkinit.c
commands/ash/mknodes.c
commands/ash/mksignames.c
commands/ash/mksyntax.c
commands/ash/mktokens
commands/ash/myhistedit.h [new file with mode: 0644]
commands/ash/mystring.c
commands/ash/mystring.h
commands/ash/nodes.c.pat
commands/ash/nodetypes
commands/ash/options.c
commands/ash/options.h
commands/ash/output.c
commands/ash/output.h
commands/ash/parser.c
commands/ash/parser.h
commands/ash/redir.c
commands/ash/redir.h
commands/ash/setmode.c [new file with mode: 0644]
commands/ash/shell.h
commands/ash/show.c
commands/ash/show.h [new file with mode: 0644]
commands/ash/sys/cdefs.h [deleted file]
commands/ash/test/malloc.c [deleted file]
commands/ash/trap.c
commands/ash/trap.h
commands/ash/var.c
commands/ash/var.h