MirBSD Korn Shell for Jehanne
Go to file
tg 8256f266ff fix a number of warnings and other issues:
• sig_t detection was a bit insane, it is a function-pointer type after all
• fix uninitialised variable in c_select which led to mistakenly accepting
  invalid (nōn-numeric) input and acting, randomly, upon it
• keep SIGCHLD blocked in child after forking longer, for job list manip
• block SIGCHLD ifdef DEBUG_LEAKS to not run job foo during/after afreeall
• fix annoying ISO C90 vs. C99 (un)signed constant warning
2013-06-02 03:09:17 +00:00
Build.sh fix a number of warnings and other issues: 2013-06-02 03:09:17 +00:00
Makefile Replace wcwidth code by mine based on Unicode 6.2.0 2013-05-31 23:27:14 +00:00
check.pl rewrite the EINTR importing code with help of stsc from #nosec on IRC, 2012-04-06 12:22:14 +00:00
check.t fix a number of warnings and other issues: 2013-06-02 03:09:17 +00:00
dot.mkshrc implement VALSUBs 2013-05-02 21:59:54 +00:00
edit.c for Yofuh: implement Emacs mode PgUp as Vi insert mode CurUp 2013-05-02 15:33:30 +00:00
emacsfn.h • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
eval.c implement VALSUBs 2013-05-02 21:59:54 +00:00
exec.c fix a number of warnings and other issues: 2013-06-02 03:09:17 +00:00
expr.c Replace wcwidth code by mine based on Unicode 6.2.0 2013-05-31 23:27:14 +00:00
funcs.c • Allow setting both -o posix and -o sh (although only in the same 2013-05-02 20:21:45 +00:00
histrap.c harmonise sys_{sig,err}list ⓐ checks, ⓑ uses, ⓒ _decl values when not needed, ⓓ prototypes; ⓔ “const” is a keyword and thus space-separated from the preceding ‘*’ pointer indicator 2012-12-28 02:28:39 +00:00
jobs.c fix a number of warnings and other issues: 2013-06-02 03:09:17 +00:00
lalloc.c • access(2) is broken in at least kFreeBSD 9.0 as “modern” OS, so bring 2011-09-07 15:24:22 +00:00
lex.c pull some quoting fixes from oksh; original patch from Alexander Polakov 2013-06-01 00:15:58 +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 fix a number of warnings and other issues: 2013-06-02 03:09:17 +00:00
misc.c • Allow setting both -o posix and -o sh (although only in the same 2013-05-02 20:21:45 +00:00
mksh.1 implement VALSUBs 2013-05-02 21:59:54 +00:00
sh.h fix a number of warnings and other issues: 2013-06-02 03:09:17 +00:00
sh_flags.h implement set -o pipefail 2013-05-02 20:28:15 +00:00
shf.c -Wunused-macros 2013-06-01 20:34:01 +00:00
strlcpy.c more KNF, mostly whitespace, this time more manual labour applying style(9) 2009-06-10 18:12:51 +00:00
syn.c implement VALSUBs 2013-05-02 21:59:54 +00:00
tree.c implement VALSUBs 2013-05-02 21:59:54 +00:00
var.c prevent indirect recursion loops for namerefs; found by ormaaj, thanks! 2013-05-31 22:47:14 +00:00
var_spec.h oops, this list is s’pos’ta be sorted 2012-11-30 16:45:25 +00:00