MirBSD Korn Shell for Jehanne
Go to file
tg 1e0ca54bf6 out of a 50-line diff which STILL didn't shut up icc, these are the actual
problems. icc's warnings are bogus:
• it says int x_getc(void); is invalid (hm well, it may be static?)
• char c, d; d = c | 0x40; -> warning because (c | 0x40) is an int
  (it apparently can't track value bounds)
2007-06-06 22:26:26 +00:00
Build.sh oops 2007-06-06 22:03:24 +00:00
Makefile with this, we don't need the special list of pre-known signal names 2007-06-05 21:47:49 +00:00
alloc.c quieten gcc __CRAZY (-m32) on sparc64 2007-06-05 18:59:54 +00:00
check.pl this doesn't need a shebang line, especially not one hardcoding /usr/bin/perl 2007-02-13 12:59:03 +00:00
check.t fix for the SUNpro 8 on yofuh's E420: 2007-06-05 19:48:47 +00:00
copyright • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
dot.mkshrc useful alias for embedded ones, speedup for all 2007-05-25 13:51:42 +00:00
edit.c out of a 50-line diff which STILL didn't shut up icc, these are the actual 2007-06-06 22:26:26 +00:00
eval.c fix Coverity CID #8, #9 2007-05-13 19:14:05 +00:00
exec.c dead code removal 2007-05-13 18:49:00 +00:00
expr.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
funcs.c On Solaris: 2007-06-05 19:18:11 +00:00
histrap.c with this, we don't need the special list of pre-known signal names 2007-06-05 21:47:49 +00:00
jobs.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
lex.c it's FALLTHROUGH, 10x moritz@obsd 2007-06-04 19:25:45 +00:00
main.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
misc.c first part of the Intel C Compiler (Linux) shaddap 2007-06-06 21:36:29 +00:00
mksh.1 • change version number to “R29 and up” so 2007-04-30 19:16:30 +00:00
setmode.c sync 2007-03-04 03:47:37 +00:00
sh.h first part of the Intel C Compiler (Linux) shaddap 2007-06-06 21:36:29 +00:00
shf.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
strlcpy.c • strlcpy.c: remove superfluous rcs ids in comments 2007-04-23 11:33:26 +00:00
syn.c Fix for Coverity CID#10: out-of-bounds array access 2007-05-13 19:00:30 +00:00
tree.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
var.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00