.. |
bltin
|
sh: Add kill builtin.
|
2010-12-21 22:47:34 +00:00 |
funcs
|
|
|
alias.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
alias.h
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
arith_yacc.c
|
sh: Detect dividing the smallest integer by -1.
|
2011-02-12 23:44:05 +00:00 |
arith_yacc.h
|
sh: Import arithmetic expression code from dash.
|
2011-02-08 23:18:06 +00:00 |
arith_yylex.c
|
sh: Import arithmetic expression code from dash.
|
2011-02-08 23:18:06 +00:00 |
arith.h
|
sh: Import arithmetic expression code from dash.
|
2011-02-08 23:18:06 +00:00 |
builtins.def
|
sh: Add kill builtin.
|
2010-12-21 22:47:34 +00:00 |
cd.c
|
sh: Add a function to print warnings (with command name and newline).
|
2010-12-21 20:47:06 +00:00 |
cd.h
|
|
|
error.c
|
sh: Add a function to print warnings (with command name and newline).
|
2010-12-21 20:47:06 +00:00 |
error.h
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
eval.c
|
sh: Remove clearcmdentry()'s now unused argument.
|
2011-02-05 14:08:51 +00:00 |
eval.h
|
|
|
exec.c
|
sh: Remove clearcmdentry()'s now unused argument.
|
2011-02-05 14:08:51 +00:00 |
exec.h
|
sh: Remove clearcmdentry()'s now unused argument.
|
2011-02-05 14:08:51 +00:00 |
expand.c
|
Fix typos - remove duplicate "the".
|
2011-02-21 09:01:34 +00:00 |
expand.h
|
sh: Don't do optimized command substitution if expansions have side effects.
|
2010-12-28 21:27:08 +00:00 |
histedit.c
|
sh: Properly restore exception handler in fc.
|
2010-12-29 19:39:51 +00:00 |
init.h
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
input.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
input.h
|
|
|
jobs.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
jobs.h
|
|
|
mail.c
|
|
|
mail.h
|
|
|
main.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
main.h
|
|
|
Makefile
|
sh: Import arithmetic expression code from dash.
|
2011-02-08 23:18:06 +00:00 |
memalloc.c
|
sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().
|
2011-01-09 22:47:58 +00:00 |
memalloc.h
|
sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().
|
2011-01-09 22:47:58 +00:00 |
miscbltin.c
|
sh: Code size optimizations to "stack string" memory allocation:
|
2010-11-23 22:17:39 +00:00 |
mkbuiltins
|
|
|
mkinit.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
mknodes.c
|
|
|
mksyntax.c
|
sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.
|
2010-11-20 14:30:28 +00:00 |
mktokens
|
|
|
myhistedit.h
|
|
|
mystring.c
|
|
|
mystring.h
|
|
|
nodes.c.pat
|
|
|
nodetypes
|
|
|
options.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
options.h
|
|
|
output.c
|
sh: Use vsnprintf() rather than crafting our own in fmtstr().
|
2010-12-11 17:47:27 +00:00 |
output.h
|
|
|
parser.c
|
sh: Fix two things about {(...)} <redir:
|
2011-02-05 15:02:19 +00:00 |
parser.h
|
|
|
redir.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
redir.h
|
|
|
sh.1
|
sh(1): Update description of arithmetic.
|
2011-02-08 23:19:40 +00:00 |
shell.h
|
sh: Detect dividing the smallest integer by -1.
|
2011-02-12 23:44:05 +00:00 |
show.c
|
|
|
show.h
|
|
|
TOUR
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
trap.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
trap.h
|
sh: Make exit without parameters from EXIT trap POSIX-compliant.
|
2011-01-08 23:08:13 +00:00 |
var.c
|
sh: Remove special code for shell scripts without magic number.
|
2011-02-04 22:47:55 +00:00 |
var.h
|
sh: Check readonly status for assignments on regular builtins.
|
2011-01-01 13:26:18 +00:00 |