MirBSD Korn Shell for Jehanne
Go to file
tg 7529e350cf small character classes overhaul:
• make fast character classes even faster by removing the C_SUBOP2 hack
  in favour of a separate seldom-used ksh_issubop2 macro (which also
  makes ctype() side-effect-safe) which is a slower class (no change there)
• optimise cases of ksh_isalphx followed by a ksh_isalnux loop
  (used parsing variable names)
• remove a misleading comment in initctypes() about \0 from pdksh
• rename C_ALPHA to C_ALPHX to make it more clear the underscore is included
• sprinkle a few ord() in there
• add new ksh_isalpha() which tests for [A-Za-z] (slow character class)
• there is no '_:\' drive on OS/2 (which inspired the whole changeset)
2017-03-26 00:10:26 +00:00
Build.sh Harvey-OS fixed APEX, this is reported to work now 2017-03-17 23:47:05 +00:00
Makefile make both cats 2016-11-12 00:20:37 +00:00
check.pl janitorial work 2015-11-29 17:05:02 +00:00
check.t small character classes overhaul: 2017-03-26 00:10:26 +00:00
dot.mkshrc add standard variable PATHSEP, for better and easier OS/2 support 2017-03-19 22:31:29 +00:00
edit.c fixup tilde expansion comments; revert a few bogus dirsep changes 2017-03-11 22:49:56 +00:00
emacsfn.h fix English (thanks to Andreas Buschka); TIL: 2016-09-01 12:59:12 +00:00
eval.c small character classes overhaul: 2017-03-26 00:10:26 +00:00
exec.c fixup “\builtin” on OS/2; thanks komh for spotting this 2017-03-22 00:20:53 +00:00
expr.c small character classes overhaul: 2017-03-26 00:10:26 +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 fixup LINENO in eval and alias; patch and initial testcase 2017-03-22 00:20:43 +00:00
histrap.c pack local bools into a struct, for tighter stack packing 2016-11-11 18:44:32 +00:00
jobs.c rework string pooling; disable our own (rely on compiler’s)… 2016-07-25 00:04:48 +00:00
lalloc.c clean up, avoid aliasing concerns in non-debug case 2016-02-26 21:53:37 +00:00
lex.c small character classes overhaul: 2017-03-26 00:10:26 +00:00
lksh.1 improve wording avoiding bad linebreaks 2017-02-27 16:04:37 +00:00
main.c add standard variable PATHSEP, for better and easier OS/2 support 2017-03-19 22:31:29 +00:00
mirhash.h janitorial work 2015-11-29 17:05:02 +00:00
misc.c small character classes overhaul: 2017-03-26 00:10:26 +00:00
mksh.1 add standard variable PATHSEP, for better and easier OS/2 support 2017-03-19 22:31:29 +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
rlimits.opt add explicit licence 2015-12-12 21:08:44 +00:00
sh.h small character classes overhaul: 2017-03-26 00:10:26 +00:00
sh_flags.opt fixup relation between lksh and mksh (somewhat minimal delta) 2017-02-18 02:33:15 +00:00
shf.c rework string pooling; disable our own (rely on compiler’s)… 2016-07-25 00:04:48 +00:00
strlcpy.c janitorial work 2015-11-29 17:05:02 +00:00
syn.c use \\builtin ipv \let] and \set internally 2017-03-19 20:59:29 +00:00
tree.c rework string pooling; disable our own (rely on compiler’s)… 2016-07-25 00:04:48 +00:00
var.c small character classes overhaul: 2017-03-26 00:10:26 +00:00
var_spec.h collective R54 release preparation multi-merger: 2016-11-11 23:31:39 +00:00