.. |
USD.doc
|
…
|
|
bltin
|
Remove workaround for ancient HTML generation code.
|
2017-07-03 21:28:48 +00:00 |
funcs
|
…
|
|
Makefile
|
Implement a bunch of new shell environment variables. many mostly useful
|
2017-06-30 23:05:45 +00:00 |
TOUR
|
…
|
|
alias.c
|
PR bin/52348
|
2017-07-24 12:34:45 +00:00 |
alias.h
|
…
|
|
arith_token.c
|
Do a better job of reporting invalid numeric constants in arithmetic exprs.
|
2017-12-17 04:06:03 +00:00 |
arith_tokens.h
|
Add support for ++ and -- (pre & post) and ',' to arithmetic.
|
2017-07-24 13:21:14 +00:00 |
arithmetic.c
|
Add support for ++ and -- (pre & post) and ',' to arithmetic.
|
2017-07-24 13:21:14 +00:00 |
arithmetic.h
|
…
|
|
builtins.def
|
…
|
|
cd.c
|
DEBUG only changes. Convert the TRACE() calls in the remaining files
|
2017-07-05 20:00:27 +00:00 |
cd.h
|
…
|
|
error.c
|
PR bin/52348
|
2017-07-24 12:35:12 +00:00 |
error.h
|
…
|
|
eval.c
|
Implement the -X option - an apparent variant of -x which sends all trace
|
2017-11-19 03:23:01 +00:00 |
eval.h
|
…
|
|
exec.c
|
DEBUG changes: convert DEBUG TRACE() calls to new format.
|
2017-07-05 19:58:10 +00:00 |
exec.h
|
…
|
|
expand.c
|
Three fixes and a change to ~ expansions
|
2017-10-06 21:09:45 +00:00 |
expand.h
|
…
|
|
histedit.c
|
Now libedit supports embedded mode switch sequence, improve sh
|
2017-06-28 13:46:06 +00:00 |
init.h
|
…
|
|
input.c
|
NFC - DEBUG mode change only - add some sanity to a debug printf format string
|
2017-08-19 21:13:11 +00:00 |
input.h
|
Implement PS1, PS2 and PS4 expansions (variable expansions, arithmetic
|
2017-06-30 23:02:56 +00:00 |
jobs.c
|
In addition to previous the which fixed a (harmless) MSAN detected ref
|
2017-12-30 23:24:19 +00:00 |
jobs.h
|
Add '-n' and '-p var' args to the wait command (-n: wait for any,
|
2017-10-28 06:36:17 +00:00 |
machdep.h
|
…
|
|
mail.c
|
…
|
|
mail.h
|
…
|
|
main.c
|
drop main() prototype
|
2018-01-23 22:12:52 +00:00 |
main.h
|
…
|
|
memalloc.c
|
Many internal memory management type fixes.
|
2017-06-17 07:22:12 +00:00 |
memalloc.h
|
Many internal memory management type fixes.
|
2017-06-17 07:22:12 +00:00 |
miscbltin.c
|
…
|
|
miscbltin.h
|
…
|
|
mkbuiltins
|
…
|
|
mkinit.sh
|
…
|
|
mknodenames.sh
|
It is amazing what nonsense appears to work sometimes... (all my nonsense too!)
|
2017-06-19 11:55:07 +00:00 |
mknodes.sh
|
…
|
|
mkoptions.sh
|
Sort options with long names that differ only by char case in
|
2017-11-15 09:21:19 +00:00 |
mktokens
|
Add a comment explaining the ordering reltionship of the tokens
|
2017-07-26 03:46:54 +00:00 |
myhistedit.h
|
Now libedit supports embedded mode switch sequence, improve sh
|
2017-06-28 13:46:06 +00:00 |
mystring.c
|
…
|
|
mystring.h
|
…
|
|
nodes.c.pat
|
…
|
|
nodetypes
|
Remove some left over baggage from the LINENO v1 implementation that
|
2017-06-08 13:12:17 +00:00 |
option.list
|
Remove the -X option from SMALL shells (as used on boot floppies,
|
2017-11-21 03:42:39 +00:00 |
options.c
|
Remove the -X option from SMALL shells (as used on boot floppies,
|
2017-11-21 03:42:39 +00:00 |
options.h
|
…
|
|
output.c
|
Remove the -X option from SMALL shells (as used on boot floppies,
|
2017-11-21 03:42:39 +00:00 |
output.h
|
Remove the -X option from SMALL shells (as used on boot floppies,
|
2017-11-21 03:42:39 +00:00 |
parser.c
|
PR bin/52715
|
2017-11-10 17:31:12 +00:00 |
parser.h
|
Add support for $'...' quoting (based upon C "..." strings, with \ expansions.)
|
2017-08-21 13:20:49 +00:00 |
redir.c
|
DEBUG mode only change. Add some tracing. NFC (without DEBUG).
|
2017-11-15 09:21:48 +00:00 |
redir.h
|
Include redirections in trace output from "set -x"
|
2017-06-30 23:01:21 +00:00 |
sh.1
|
Paul Goyette suggested improvements to parts of the description of
|
2018-01-15 11:27:39 +00:00 |
shell.h
|
NFC: DEBUG mode change - add a couple more TRACE macros to allow for
|
2017-07-26 03:44:43 +00:00 |
show.c
|
NFC: DEBUG only change - provide an externally visible (to the DEBUG sh
|
2017-06-30 23:00:40 +00:00 |
show.h
|
NFC: DEBUG only change - provide an externally visible (to the DEBUG sh
|
2017-06-30 23:00:40 +00:00 |
syntax.c
|
Add support for $'...' quoting (based upon C "..." strings, with \ expansions.)
|
2017-08-21 13:20:49 +00:00 |
syntax.h
|
Add support for $'...' quoting (based upon C "..." strings, with \ expansions.)
|
2017-08-21 13:20:49 +00:00 |
trap.c
|
DEBUG and white space changes only. Convert TRACE() calls for DEBUg mode
|
2017-07-05 19:47:11 +00:00 |
trap.h
|
…
|
|
var.c
|
Implement the -X option - an apparent variant of -x which sends all trace
|
2017-11-19 03:23:01 +00:00 |
var.h
|
Extract the variable name validity test from setname() into a
|
2017-10-28 03:59:11 +00:00 |
version.h
|
…
|
|