MirBSD Korn Shell for Jehanne
Go to file
tg ccf991486f doc issue (because no regression… even if it works in ksh93):
19:09 < nDuff> I'm reading the following behavior as contrary to the documentation. Could someone clarify?
19:09 < nDuff> $ words_pat='*@(cat|mice)*'; [[ 'there is a {cat}' = $words_pat ]]; echo $?
19:09 < nDuff> 1
19:09 < nDuff> $ [[ 'there is a {cat}' = *@(cat|mice)* ]]; echo $?
19:09 < nDuff> 0
2014-06-06 23:50:22 +00:00
Build.sh improved OE reporting for newer Darwin/OSX, by Ryan Schmidt <ryandesign@macports.org> 2014-05-27 13:41:53 +00:00
Makefile fix LP#1277691 (“nameref RHS not syntax checked”) and the inability to 2014-05-27 13:22:46 +00:00
check.pl improved debugging, and chop the input 2014-01-25 22:45:49 +00:00
check.t bugreport about x=([y]=z) from ormaaj and jilles, via #ksh on IRC 2014-05-29 21:30:45 +00:00
dot.mkshrc • use BAFH for hash ipv NZAAT 2014-01-11 18:09:43 +00:00
edit.c • fix ${12345678901234567890} segfault (OOB access / integer overflow) 2014-01-05 21:57:29 +00:00
emacsfn.h • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
eval.c fix ${!foo} for when foo is unset 2014-05-27 13:00:31 +00:00
exec.c fix LP#1277691 (“nameref RHS not syntax checked”) and the inability to 2014-05-27 13:22:46 +00:00
expr.c • fix ${12345678901234567890} segfault (OOB access / integer overflow) 2014-01-05 21:57:29 +00:00
funcs.c fix LP#1277691 (“nameref RHS not syntax checked”) and the inability to 2014-05-27 13:22:46 +00:00
histrap.c add O_BINARY to all open() calls except tty_fd 2013-10-09 11:59:30 +00:00
jobs.c detect getsid(2), also spotted by RT, this on MSYS 2013-11-30 17:41:35 +00:00
lalloc.c use ‘z’ shf printf modifier for out-of-memory message, now that we have it 2013-06-03 22:28:33 +00:00
lex.c • use BAFH for hash ipv NZAAT 2014-01-11 18:09:43 +00:00
lksh.1 remove the remark that lksh is not suitable for /bin/sh 2013-05-22 18:18:06 +00:00
main.c remove (#ifdef DEBUG) obsolete integer wraparound runtime test (maybe do something for unsigneds later… but then, it’s the standard, and you’d notice very quickly, and check.t would) 2014-01-16 13:59:12 +00:00
mirhash.h add BAFH: Better Avalanche for the Jenkins hash 2014-01-11 15:59:41 +00:00
misc.c • fix ${12345678901234567890} segfault (OOB access / integer overflow) 2014-01-05 21:57:29 +00:00
mksh.1 doc issue (because no regression… even if it works in ksh93): 2014-06-06 23:50:22 +00:00
mksh.ico add the desktop shortcut / icon from mksh/Win32 so it may be used by everyone for mksh/Unix too 2013-07-25 16:18:25 +00:00
rlimits.opt more clueful (automatic) getopt string generation 2013-11-17 22:21:18 +00:00
sh.h fix LP#1277691 (“nameref RHS not syntax checked”) and the inability to 2014-05-27 13:22:46 +00:00
sh_flags.opt static option creating for cmdline and set, too 2013-11-17 22:22:56 +00:00
shf.c add O_BINARY to all open() calls except tty_fd 2013-10-09 11:59:30 +00:00
strlcpy.c some bad OSes use _FORTIFY_LEVEL and break this 2013-11-05 22:10:15 +00:00
syn.c • fix ${12345678901234567890} segfault (OOB access / integer overflow) 2014-01-05 21:57:29 +00:00
tree.c slightly optimised and, more importantly, much more consistent (use only 2013-09-24 20:19:45 +00:00
var.c fix LP#1277691 (“nameref RHS not syntax checked”) and the inability to 2014-05-27 13:22:46 +00:00
var_spec.h oops, this list is s’pos’ta be sorted 2012-11-30 16:45:25 +00:00