This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
bin
/
sh
History
dsl
3acd9704cb
A rather better fix for treating $((x)) as equivalent to $(($x)) provided
...
that $x has a numeric value - which is what posix/sus needs.
2005-03-21 22:37:09 +00:00
..
bltin
…
funcs
…
alias.c
…
alias.h
…
arith_lex.l
A rather better fix for treating $((x)) as equivalent to $(($x)) provided
2005-03-21 22:37:09 +00:00
arith.y
…
builtins.def
…
cd.c
…
cd.h
…
error.c
…
error.h
…
eval.c
Fix printing of invalid commandname after certain types of errors on builtins.
2005-03-02 20:57:31 +00:00
eval.h
…
exec.c
…
exec.h
…
expand.c
Check quoting before merging ifs regions.
2005-03-19 16:38:27 +00:00
expand.h
…
histedit.c
…
init.h
…
input.c
…
input.h
…
jobs.c
…
jobs.h
…
machdep.h
…
mail.c
…
mail.h
…
main.c
…
main.h
…
Makefile
…
memalloc.c
…
memalloc.h
…
miscbltin.c
Fix the way the 'read' builtin processes IFS. In particular:
2005-03-19 14:22:50 +00:00
miscbltin.h
…
mkbuiltins
…
mkinit.sh
…
mknodes.sh
…
mktokens
…
myhistedit.h
…
mystring.c
…
mystring.h
…
nodes.c.pat
…
nodetypes
…
options.c
Add 'continue' as body of empty loop.
2005-03-20 21:38:17 +00:00
options.h
…
output.c
…
output.h
…
parser.c
Back out previous, amongst other things it breaks $((0x10))
2005-03-21 20:10:29 +00:00
parser.h
…
redir.c
…
redir.h
…
sh.1
…
shell.h
…
show.c
…
show.h
…
syntax.c
…
syntax.h
…
TOUR
…
trap.c
…
trap.h
…
var.c
…
var.h
…