MirBSD Korn Shell for Jehanne
Go to file
tg e57f5fc09b • be friendlier to AT&T ksh: use only signed (standard) integers
‣ now, a “ksh93” just requires ‘function precmd { :; }; set -o emacs’
    afterwards to get rid of the annoying error messages
  ‣ I could lose that with the following idiom:
    - PS1='$(precmd)…
    + PS1='$(typeset -i e=$?; typeset -f precmd >&- && { (return $e); precmd })…
    but it didn’t seem worthwhile to me
• remove explicit licence blah, normal ./copyright applies
2008-04-22 13:48:15 +00:00
alloc.c quieten gcc __CRAZY (-m32) on sparc64 2007-06-05 18:59:54 +00:00
Build.sh clean up unused defines 2008-04-20 02:15:12 +00:00
check.pl … and $__perlname (for perl5 ipv perl, etc.) 2008-04-01 16:26:42 +00:00
check.t • revert the oksh code to be able to set multiple ulimits in one 2008-04-20 21:30:29 +00:00
copyright remove advertising clause from mksh distribution: while I’d still prefer 2008-04-22 11:47:57 +00:00
dot.mkshrc • be friendlier to AT&T ksh: use only signed (standard) integers 2008-04-22 13:48:15 +00:00
edit.c sync with updated libc functions 2008-04-20 02:01:42 +00:00
eval.c a better way to check for empty patterns 2008-03-01 22:49:37 +00:00
exec.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
expr.c mostly revert 100480A853206FB56FA and parse utf-8 lead bytes ourselves 2008-04-20 00:24:26 +00:00
funcs.c • revert the oksh code to be able to set multiple ulimits in one 2008-04-20 21:30:29 +00:00
histrap.c • new ksh_mbswidth 2008-04-19 17:21:55 +00:00
jobs.c more 2008-04-01 21:50:58 +00:00
lex.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
main.c • unify ksh_dup2() usage, use bool where appropriate 2008-04-01 20:40:22 +00:00
Makefile clean up unused defines 2008-04-20 02:15:12 +00:00
misc.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
mksh.1 • revert the oksh code to be able to set multiple ulimits in one 2008-04-20 21:30:29 +00:00
setmode.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
sh.h merge the fix for that segfault 2008-04-20 01:41:57 +00:00
shf.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
strlcpy.c • strlcpy.c: remove superfluous rcs ids in comments 2007-04-23 11:33:26 +00:00
syn.c some more code “folding” 2008-04-01 22:20:20 +00:00
tree.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
var.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00