MirBSD Korn Shell for Jehanne
Go to file
tg 2785ce3de4 • (re)implement shebang execution file parsing; this makes the “and which
do not start with a "#!shell" sequence” part of mksh(1) true again; this
  was probably lost in mksh R21 or so when I decided/saw that our kernel
  always parses shebang lines (code written myself, not taken from pdksh
  again or MirBSD kernel, but verified against both)
• bom+shebang execution now works, no need setting EXECSHELL in the test
• bump version
2007-04-15 12:09:57 +00:00
Build.sh support crazy ones that still haven't gotten rid of zsh 2007-04-01 01:48:31 +00:00
Makefile • Minix 3 doesn't have <sys/mman.h> 2007-03-04 04:36:45 +00:00
alloc.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +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 • (re)implement shebang execution file parsing; this makes the “and which 2007-04-15 12:09:57 +00:00
copyright • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
dot.mkshrc add a 'true' at the end, to not start with an errorlevel >0 2007-03-04 06:20:48 +00:00
edit.c some gcc 4.1.2pre warning shutup 2007-03-10 18:16:28 +00:00
eval.c • use wdcopy() not str_save() to duplicate an “encoded string”, whatever 2007-03-14 02:41:09 +00:00
exec.c • (re)implement shebang execution file parsing; this makes the “and which 2007-04-15 12:09:57 +00:00
expr.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
funcs.c some gcc 4.1.2pre warning shutup 2007-03-10 18:16:28 +00:00
histrap.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
jobs.c some gcc 4.1.2pre warning shutup 2007-03-10 18:16:28 +00:00
lex.c ignore the UTF-8 Byte Order Mark at the beginning of the input (via a file 2007-04-15 10:45:59 +00:00
main.c ignore the UTF-8 Byte Order Mark at the beginning of the input (via a file 2007-04-15 10:45:59 +00:00
misc.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
mksh.1 fix a typo and shrink it to 39 DIN A4 pages 2007-03-10 21:14:07 +00:00
setmode.c sync 2007-03-04 03:47:37 +00:00
sh.h • (re)implement shebang execution file parsing; this makes the “and which 2007-04-15 12:09:57 +00:00
shf.c some gcc 4.1.2pre warning shutup 2007-03-10 18:16:28 +00:00
signames.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
strlcpy.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
syn.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
tree.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00
var.c • remove strcasestr.c, use home-grown implementation¹, call it stricmp, 2007-03-04 03:04:28 +00:00