MirBSD Korn Shell for Jehanne
Go to file
tg 3d3081115b if LDSTATIC is not empty (i.e. "-static" or " "), always add “our” sources:
• strlcpy
• utf_wcwidth
note strchr/strstr from misc.c are still #ifdef DEBUG only, as they are
not eligible: they’re for const-cleanliness debugging purposes

XXX get rid of multiple occurrences of binary search code, too…
2012-04-06 15:20:42 +00:00
Build.sh if LDSTATIC is not empty (i.e. "-static" or " "), always add “our” sources: 2012-04-06 15:20:42 +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 rewrite stateptr-underflow check to be perl-less 2012-04-06 12:30:40 +00:00
dot.mkshrc
edit.c fix some comments 2012-04-06 15:06:42 +00:00
emacsfn.h
eval.c fix indentation mishap 2012-04-06 14:07:52 +00:00
exec.c use _setjmp/_longjmp on NeXTstep: its Intel port always restores the signal mask on siglongjmp, which we never have 2012-03-31 17:30:00 +00:00
expr.c I give up on writing (1 << 31) in any form. 2012-03-31 17:52:33 +00:00
funcs.c drop str{,n}casecmp, too 2012-04-06 13:29:01 +00:00
histrap.c drop str{,n}casecmp, too 2012-04-06 13:29:01 +00:00
jobs.c
lalloc.c
lex.c use _setjmp/_longjmp on NeXTstep: its Intel port always restores the signal mask on siglongjmp, which we never have 2012-03-31 17:30:00 +00:00
main.c drop the need for strcasestr: just uppercase a copy and compare with uppercased 2012-04-06 12:59:28 +00:00
Makefile pass the version to avoid stale Makefile.inc files 2012-03-27 23:13:42 +00:00
misc.c drop the need for strcasestr: just uppercase a copy and compare with uppercased 2012-04-06 12:59:28 +00:00
mksh.1 huh, I thought I had extended ${parameter@#hash} already; make it so now, 2012-03-23 23:25:30 +00:00
sh_flags.h
sh.h if LDSTATIC is not empty (i.e. "-static" or " "), always add “our” sources: 2012-04-06 15:20:42 +00:00
shf.c
strlcpy.c
syn.c
tree.c
var_spec.h
var.c be really loud when doing unwise things that WILL break in R41 2012-03-24 19:13:27 +00:00