MirBSD Korn Shell for Jehanne
Go to file
tg 7c91e018f4 • merge printf from OpenBSD
• deactivate %a and %A since our libc doesn’t have it
• rewrite the mksh integration code to use shf instead of stdio, removing
  floating point support always in the process, as shf doesn’t support it
  ⇒ saves 11114 (6706 text, 168 data, 4240 bss) with dietlibc on Debian
• fix -Wall -Wextra -Wformat -Wstrict-aliasing=2 for gcc (Debian 4.4.4-7)
• fix these and -Wc++-compat for gcc version 4.6.0 20100711 (experimental)
  [trunk revision 162057] (Debian 20100711-1) except:
  – a few enum warnings that relate to eglibc’s {g,s}etrlimit() functions
    taking an enum instead of an int because they’re too stupid to adhere
    to POSIX interfaces they design by themselves
  – all “request for implicit conversion” involving a "void *" on one side
• tweak the manual page somewhat more
2010-07-17 22:09:40 +00:00
Build.sh implement “live” SIGWINCH handling in the Emacs editing mode 2010-07-04 17:45:17 +00:00
check.pl more KNF, mostly whitespace, this time more manual labour applying style(9) 2009-06-10 18:12:51 +00:00
check.t • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
dot.mkshrc use string width, not length, if we have it 2010-07-11 13:54:37 +00:00
edit.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
emacsfn.h • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
eval.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
exec.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
expr.c remove some debugging code 2010-01-25 14:38:04 +00:00
funcs.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
histrap.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
jobs.c to speed up mksh, get rid of arc4random(3) uses and use the LCG always; 2010-07-04 17:33:58 +00:00
lalloc.c While mksh R39 builds fine on MirOS #7s8E on my trusty sparc, pgcc 2.95.3 2009-08-08 13:08:53 +00:00
lex.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
main.c implement “live” SIGWINCH handling in the Emacs editing mode 2010-07-04 17:45:17 +00:00
Makefile sync 2010-07-04 17:41:39 +00:00
misc.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
mksh.1 • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
setmode.c more KNF, mostly whitespace, this time more manual labour applying style(9) 2009-06-10 18:12:51 +00:00
sh_flags.h compatibility: stick “set ±o arc4random” around for a bit longer, 2010-07-13 13:07:58 +00:00
sh.h • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
shf.c /me is annoyed 2009-11-28 14:28:03 +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 • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00
tree.c (hopefully) fix the substitution thing for good 2010-02-25 20:18:19 +00:00
var_spec.h further optimise and simplify the handling of $RANDOM, reads and writes 2009-09-26 03:40:03 +00:00
var.c • merge printf from OpenBSD 2010-07-17 22:09:40 +00:00