MirBSD Korn Shell for Jehanne
Go to file
tg 151d913115 remove all but these __CRAZY=Yes build warnings:
main.c: In function 'main':
 main.c:208: warning: cast discards qualifiers from pointer target type
 main.c:329: warning: cast discards qualifiers from pointer target type

no warnings at autoconf time left either; will take care of these two later
(might revisit changes from this commit), maybe change declararion for the
builtins to have their argv[] be const strings, and go through strict type
and qualifier checking again. this'll further improve stability.

XXX these changes might have introduced (more?) memory leaks,
XXX someone who knows about these tools should verify with
XXX automatic memory usage analysers (valgrind?)

still passes testsuite
2006-11-12 14:58:16 +00:00
alloc.c * only have one $MirOS RCS ID per file to shrink source size 2005-11-22 18:40:44 +00:00
Build.sh __CRAZY=Yes clean autoconf functions 2006-11-12 13:49:22 +00:00
check.pl * check.t: add two mkshrc-tests (turn on, turn off) 2006-05-08 11:59:41 +00:00
check.t only auto-enable set -o utf8-hack (set -U) for interactive shells 2006-11-12 10:44:42 +00:00
copyright improve English 2006-08-12 21:49:53 +00:00
dot.mkshrc * add the 'hd' alias for hexdump from etc_profile 2006-08-28 01:34:47 +00:00
edit.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
eval.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
exec.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
expr.c hand-sorted ctypes/chtypes upgrade; use table-driven where they make 2006-11-10 07:52:04 +00:00
funcs.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
histrap.c format string warnings, courtesy of Interix 3.5 2006-11-12 12:49:25 +00:00
jobs.c more warnings, cought on interix 2006-11-12 13:20:15 +00:00
lex.c hand-sorted ctypes/chtypes upgrade; use table-driven where they make 2006-11-10 07:52:04 +00:00
main.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
Makefile order the same way as Build.sh outputs them 2006-11-12 13:21:50 +00:00
misc.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
mksh.1 only auto-enable set -o utf8-hack (set -U) for interactive shells 2006-11-12 10:44:42 +00:00
setmode.c since so many internal things hardcode 'C' locale anyway, 2006-11-10 06:53:27 +00:00
sh.h remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
shf.c hand-sorted ctypes/chtypes upgrade; use table-driven where they make 2006-11-10 07:52:04 +00:00
strcasestr.c unbelievably, cygwin doesn't have strcasestr(3) 2006-11-12 13:15:27 +00:00
strlfun.c get rid of the need of strlcat() altogether (only one use was left) 2006-11-09 15:02:31 +00:00
syn.c style(9) 2006-08-01 13:43:28 +00:00
tree.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00
var.c remove all but these __CRAZY=Yes build warnings: 2006-11-12 14:58:16 +00:00