MirBSD Korn Shell for Jehanne
Go to file
2012-08-03 18:16:43 +00:00
Build.sh add -D_DARWIN_C_SOURCE on OSX; should help bsiegert@’s problem 2012-08-03 18:16:43 +00:00
check.pl
check.t implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
dot.mkshrc implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
edit.c remove misleading comment fixed in last commit 2012-07-20 22:47:22 +00:00
emacsfn.h
eval.c implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
exec.c these want to be bool, not int 2012-06-24 20:05:23 +00:00
expr.c (mksh) tighten 32-bit requirements; (lksh) switch to long; allow any bitness 2012-06-28 20:17:39 +00:00
funcs.c fix two inverse logic mistakes (I’m apparently r̲e̲a̲l̲l̲y̲ fond of them… ☹) 2012-06-25 16:34:58 +00:00
histrap.c Coverity 703490: better zero out sigact 2012-06-24 19:47:11 +00:00
jobs.c new MKSH_DISABLE_TTY_WARNING for ports that just can’t help it 2012-05-04 22:34:51 +00:00
lalloc.c
lex.c implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
main.c note that some longjmp don’t handle 0 properly 2012-07-22 15:56:51 +00:00
Makefile add test-build-lksh developer target 2012-07-01 15:54:36 +00:00
misc.c implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
mksh.1 implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
sh_flags.h fix emacs/vi lksh 2012-06-28 20:14:17 +00:00
sh.h implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
shf.c lesson learned from http://k1024.org/~iusty/blog/entry/perf-null/ – add -DMKSH_SMALL_BUT_FAST which gives more speed (8/20K less cycles, 5/9K less insns, 1.8/2.4k less branches, 65/275 less branch misses) on Debian/amd64 (klibc-static/eglibc) at cost of 0/2 more page faults and 6K/6K more text size 2012-07-01 15:55:00 +00:00
strlcpy.c
syn.c implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
tree.c implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00
var_spec.h
var.c implement ksh93 feature ${ foo;} 2012-07-30 21:37:17 +00:00