Build.sh
|
replace some cat with echo for speed
|
2008-10-24 21:35:21 +00:00 |
Makefile
|
use mksh realpath builtin instead of readlink -f for canonicalisation
|
2008-10-05 16:26:13 +00:00 |
alloc.c
|
• merge final version of the stack-free diff as committed by jaredy@openbsd
|
2008-08-02 17:45:12 +00:00 |
check.pl
|
prevent using a possibly undefined variable
|
2008-07-14 14:53:23 +00:00 |
check.t
|
this will most certainly be mksh R36
|
2008-10-24 21:35:43 +00:00 |
copyright
|
standardise the Unicode version of our licence
|
2008-10-24 21:53:01 +00:00 |
dot.mkshrc
|
add new builtin “realpath” calling realpath(3) on its argument, skipping
|
2008-05-17 18:27:57 +00:00 |
edit.c
|
when doing a history search (^R), restore old input line on
|
2008-10-19 20:15:45 +00:00 |
eval.c
|
optimisation: s is never NULL or bigger than sbeg
|
2008-10-24 20:52:22 +00:00 |
exec.c
|
• alloc() can’t fail, afree() can take NULL
|
2008-05-17 18:47:03 +00:00 |
expr.c
|
• syn.c: replace expanded use of str_save() with the actual macro
|
2008-07-12 16:56:40 +00:00 |
funcs.c
|
ignore more dups
|
2008-09-30 19:25:51 +00:00 |
histrap.c
|
fix a warning
|
2008-10-14 19:48:27 +00:00 |
jobs.c
|
fix some of the things scan-build[1] found (but not some false positives)
|
2008-10-13 23:06:04 +00:00 |
lex.c
|
fix prodded by cnuke@ for AIX with IBM xlC 7.0:
|
2008-10-10 21:30:43 +00:00 |
main.c
|
• change mksh to only then behave more POSuXish when called as /bin/sh or
|
2008-10-20 19:29:25 +00:00 |
misc.c
|
fix some of the things scan-build[1] found (but not some false positives)
|
2008-10-13 23:06:04 +00:00 |
mksh.1
|
replaced (TNF: ahoka) insists on me mentioning that we specify integer
|
2008-10-24 21:27:20 +00:00 |
setmode.c
|
• more unsigned → unsigned int
|
2008-04-19 22:15:06 +00:00 |
sh.h
|
this will most certainly be mksh R36
|
2008-10-24 21:35:43 +00:00 |
shf.c
|
fix prodded by cnuke@ for AIX with IBM xlC 7.0:
|
2008-10-10 21:30:43 +00:00 |
strlcpy.c
|
libc strlfun.c:
|
2008-07-07 12:59:54 +00:00 |
syn.c
|
fix prodded by cnuke@ for AIX with IBM xlC 7.0:
|
2008-10-10 21:30:43 +00:00 |
tree.c
|
fix some of the things scan-build[1] found (but not some false positives)
|
2008-10-13 23:06:04 +00:00 |
var.c
|
• syn.c: replace expanded use of str_save() with the actual macro
|
2008-07-12 16:56:40 +00:00 |