.. |
USD.doc
|
Reorg docs, part 2:
|
2014-07-05 19:23:00 +00:00 |
bltin
|
…
|
|
funcs
|
delete clauses 3,4
|
2016-02-29 23:50:59 +00:00 |
Makefile
|
Improve debugging, from kre (I hooked it to the build).
|
2016-02-27 18:34:12 +00:00 |
TOUR
|
…
|
|
alias.c
|
Adjust to the new alias text libedit API.
|
2014-06-18 18:17:30 +00:00 |
alias.h
|
Adjust to the new alias text libedit API.
|
2014-06-18 18:17:30 +00:00 |
arith.y
|
Use C89 function definitions
|
2012-03-20 18:42:28 +00:00 |
arith_lex.l
|
PR bin/50959 - allow consistent use of 0X hex constants (not just 0x)
|
2016-03-16 15:41:55 +00:00 |
builtins.def
|
Include printf by default even for SMALL builds. It is used e.g. by
|
2015-05-10 20:30:54 +00:00 |
cd.c
|
Don't leak redirected rescriptors to exec'ed processes. This is what ksh
|
2016-01-04 03:00:24 +00:00 |
cd.h
|
…
|
|
error.c
|
Add __printflike attribution to use vprintf and friends with an argument
|
2012-03-15 02:02:20 +00:00 |
error.h
|
Add __printflike attribution to use vprintf and friends with an argument
|
2012-03-15 02:02:20 +00:00 |
eval.c
|
We want this to work too:
|
2016-03-13 15:57:30 +00:00 |
eval.h
|
PR/48843: Jarmo Jaakkola: dot commands mess up scope nesting tracking
|
2014-05-31 14:42:18 +00:00 |
exec.c
|
PR/48312: Dieter Roelands: According to TOG, unset should not return an error
|
2013-11-01 16:49:02 +00:00 |
exec.h
|
Add __printflike attribution to use vprintf and friends with an argument
|
2012-03-15 02:02:20 +00:00 |
expand.c
|
PR bin/50834o: fix expansions of (unquoted) ${unset_var-} and ""$@ (from kre)
|
2016-03-08 14:09:07 +00:00 |
expand.h
|
Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when
|
2012-12-22 20:15:22 +00:00 |
histedit.c
|
Adjust to the new alias text libedit API.
|
2014-06-18 18:17:30 +00:00 |
init.h
|
…
|
|
input.c
|
Don't leak redirected rescriptors to exec'ed processes. This is what ksh
|
2016-01-04 03:00:24 +00:00 |
input.h
|
…
|
|
jobs.c
|
report the signal that wait was interrupted by, which is not always SIGINT
|
2015-08-22 12:12:47 +00:00 |
jobs.h
|
…
|
|
machdep.h
|
…
|
|
mail.c
|
…
|
|
mail.h
|
…
|
|
main.c
|
Fix wrong condition in previous causing bogus 'Use "exit" to leave
|
2016-03-01 21:10:40 +00:00 |
main.h
|
…
|
|
memalloc.c
|
…
|
|
memalloc.h
|
…
|
|
miscbltin.c
|
CID 1225078: check getrlimit return
|
2015-05-09 13:28:55 +00:00 |
miscbltin.h
|
…
|
|
mkbuiltins
|
…
|
|
mkinit.sh
|
avoid duplicate includes (from kre)
|
2016-03-08 23:23:31 +00:00 |
mknodenames.sh
|
Improve debugging, from kre (I hooked it to the build).
|
2016-02-27 18:34:12 +00:00 |
mknodes.sh
|
…
|
|
mktokens
|
…
|
|
myhistedit.h
|
…
|
|
mystring.c
|
Add const.
|
2013-04-28 17:01:28 +00:00 |
mystring.h
|
…
|
|
nodes.c.pat
|
Use C89 function definitions
|
2012-03-20 18:42:28 +00:00 |
nodetypes
|
…
|
|
options.c
|
PR bin/50896: make shift with more than 1 arg give a usage message, from kre
|
2016-03-08 14:08:39 +00:00 |
options.h
|
name the long option after the ksh name (trackall) to indicate the intended
|
2016-02-23 18:30:16 +00:00 |
output.c
|
Improve quoting in the output from sh -x - use less unnecessary
|
2016-03-12 14:59:26 +00:00 |
output.h
|
Add __printflike attribution to use vprintf and friends with an argument
|
2012-03-15 02:02:20 +00:00 |
parser.c
|
put back some volatile, gcc complains (x86_64)
|
2016-03-08 14:11:56 +00:00 |
parser.h
|
PR bin/43469 - correctly handle quoting of the pattern part of ${var%pat}
|
2016-02-22 20:02:00 +00:00 |
redir.c
|
dedup.
|
2016-03-13 01:22:42 +00:00 |
redir.h
|
Don't close-on-exec redirections created explicitly for the command being
|
2016-03-12 21:35:13 +00:00 |
sh.1
|
file system police.
|
2016-02-24 15:28:36 +00:00 |
shell.h
|
Add const.
|
2013-04-28 17:01:28 +00:00 |
show.c
|
Even more debugging improvements (from kre)
|
2016-02-29 23:52:04 +00:00 |
show.h
|
…
|
|
syntax.c
|
include <limits.h> for CHAR_MIN/CHAR_MAX
|
2012-03-28 20:11:25 +00:00 |
syntax.h
|
…
|
|
trap.c
|
report the signal that wait was interrupted by, which is not always SIGINT
|
2015-08-22 12:12:47 +00:00 |
trap.h
|
report the signal that wait was interrupted by, which is not always SIGINT
|
2015-08-22 12:12:47 +00:00 |
var.c
|
Move the PPID installation to the init() section.
|
2016-03-08 23:24:51 +00:00 |
var.h
|
Drop privileges when executed set{u,g}id unless -p is specified like other
|
2015-05-26 21:35:15 +00:00 |