MirBSD Korn Shell for Jehanne
Go to file
tg 5db583cd81 handle drive-qualified nōn-absolute pathnames in do_realpath(), untested
the idea here is that:

- /foo/bar and a:/foo/bar are absolute
- foo/bar is relative
- a:foo/bar needs to be handled specially,
  mostly per making it into an absolute (“a:/” + getcwd(a:) + “foo/bar”)
2017-10-11 23:23:03 +00:00
Build.sh monkey-patch offsetof for a klibc/dietlibc warning; bump to R56b (bugfixes) 2017-08-29 13:38:31 +00:00
Makefile monkey-patch offsetof for a klibc/dietlibc warning; bump to R56b (bugfixes) 2017-08-29 13:38:31 +00:00
check.pl catch z/OS not having $Config not filling in the __perlpath env correctly 2017-05-05 21:17:31 +00:00
check.t monkey-patch offsetof for a klibc/dietlibc warning; bump to R56b (bugfixes) 2017-08-29 13:38:31 +00:00
dot.mkshrc oh wait, actually… 2017-08-08 21:10:21 +00:00
edit.c unbreak vi mode '0' movement, bug introduced in r1.323 2017-08-27 23:33:50 +00:00
emacsfn.h fix English (thanks to Andreas Buschka); TIL: 2016-09-01 12:59:12 +00:00
eval.c quell a Fink compiler warning; not entirely correct but no harm done either 2017-08-28 23:27:51 +00:00
exec.c all uses of mksh_vdirsep should exclude “\builtin” from triggering it 2017-10-11 21:09:24 +00:00
expr.c fixup by regenerating with new eawparse which matches what I submitted to 2017-08-07 21:38:55 +00:00
exprtok.h fix refactoro, spotted by Natureshadow; add (working) testsuite for all operators 2016-08-12 16:48:05 +00:00
funcs.c sprinkle tons more ord() around 2017-05-05 22:53:32 +00:00
histrap.c Coverity 1416282 2017-08-07 23:25:09 +00:00
jobs.c fix Red Hat BZ#1479320 by making interactive shells remember async PIDs too 2017-08-08 14:30:10 +00:00
lalloc.c clean up, avoid aliasing concerns in non-debug case 2016-02-26 21:53:37 +00:00
lex.c sprinkle tons more ord() around 2017-05-05 22:53:32 +00:00
lksh.1 POSuX demands persistent history support, so permit it in lksh 2017-04-02 13:38:02 +00:00
main.c remove redundant OS/2 codes (from komh) 2017-10-10 21:19:43 +00:00
mirhash.h janitorial work 2015-11-29 17:05:02 +00:00
misc.c handle drive-qualified nōn-absolute pathnames in do_realpath(), untested 2017-10-11 23:23:03 +00:00
mksh.1 fix documentation bug, thanks panpo and Riviera for spotting 2017-08-16 21:40:14 +00:00
mksh.ico add the desktop shortcut / icon from mksh/Win32 so it may be used by everyone for mksh/Unix too 2013-07-25 16:18:25 +00:00
os2.c handle drive-qualified nōn-absolute pathnames in do_realpath(), untested 2017-10-11 23:23:03 +00:00
rlimits.opt add explicit licence 2015-12-12 21:08:44 +00:00
sh.h handle drive-qualified nōn-absolute pathnames in do_realpath(), untested 2017-10-11 23:23:03 +00:00
sh_flags.opt fixup relation between lksh and mksh (somewhat minimal delta) 2017-02-18 02:33:15 +00:00
shf.c add EBCDIC primer and attribution for iSKUNK 2017-05-05 22:45:58 +00:00
strlcpy.c janitorial work 2015-11-29 17:05:02 +00:00
syn.c sprinkle tons more ord() around 2017-05-05 22:53:32 +00:00
tree.c sprinkle tons more ord() around 2017-05-05 22:53:32 +00:00
var.c make readonly idempotent; spotted by selk from Dragora 2017-07-26 23:02:28 +00:00
var_spec.h collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00