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
2015-11-29 17:05:02 +00:00
2017-03-26 00:10:26 +00:00
2017-03-26 00:10:26 +00:00
2017-03-26 00:10:26 +00:00
2017-03-26 00:10:26 +00:00
2017-02-27 16:04:37 +00:00
2016-11-12 00:20:37 +00:00
2015-11-29 17:05:02 +00:00
2017-03-26 00:10:26 +00:00
2015-12-12 21:08:44 +00:00
2017-03-26 00:10:26 +00:00
2015-11-29 17:05:02 +00:00
2017-03-26 00:10:26 +00:00
Description
MirBSD Korn Shell for Jehanne
6.7 MiB
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%