MirBSD Korn Shell for Jehanne
Go to file
tg 6e1bfd6e4b When compiling native MirOS BSD binaries with SUNpro 12 (don't look like a
car only slower, yes this is possible, and the resulting binary passes the
testsuite just fine), the definition of __RCSID() in <sys/cdefs.h> expands
to something with __attribute__((used)), which triggers a warning, because
__attribute__ in general is supported but the used attribute isn't. Thusly
always use our own strings and get rid of the MULTI_RCSID test (introduced
because __RCSID() on Darwin is inferiour).

Maybe we should fix <sys/cdefs.h> too? #ifdef __SUNPRO_C helps here.
2007-06-04 21:27:53 +00:00
Build.sh When compiling native MirOS BSD binaries with SUNpro 12 (don't look like a 2007-06-04 21:27:53 +00:00
Makefile When compiling native MirOS BSD binaries with SUNpro 12 (don't look like a 2007-06-04 21:27:53 +00:00
alloc.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +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 bump vsn, we had a regression… 2007-05-24 19:50:38 +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 fix Message-ID: <e3fded850705240816s50544d04u5c87edb905f1c123@mail.gmail.com> 2007-05-24 19:15:46 +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 dead code removal 2007-05-13 18:49:00 +00:00
histrap.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +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 Possible fix for Coverity CID#7: 2007-05-13 18:33: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 When compiling native MirOS BSD binaries with SUNpro 12 (don't look like a 2007-06-04 21:27:53 +00:00
shf.c Fix for Coverity CID#2: false bug, but still a problem. 2007-05-13 17:51:24 +00:00
signames.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +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