MirBSD Korn Shell for Jehanne
Go to file
tg 9b62cf15bf • more unsigned → unsigned int
• more int → bool
• more regression tests: check if the utf8-hack flag is really disabled
  at non-interactive startup, enabled at interactive startup, if the
  current locale is a UTF-8 one
• make the mksh-local multibyte handling functions globally accessible,
  change their names, syntax and semantics a little (XXX more work needed)
• optimise
• utf_wctomb: src → dst, as we’re writing to that char array (pasto?)
• edit.c:x_e_getmbc(): if the second byte of a 2- or 3-byte multibyte
  sequence is invalid utf-8, ungetc it (not possible for the 3rd byte yet)
• edit.c:x_zotc3(): easier (and faster) handling of UTF-8
• implement, document and test for base-1 numbers: they just get the
  ASCII (8-bit) or Unicode (UTF-8) value of the octet(s) after the ‘1#’,
  or do the same as print \x## or \u#### (depending on the utf8-hack flag),
  plus support the PUA assignment of EF80‥EFFF for the MirBSD encoding “hack”
  (print doesn’t, as it has \x## and \u#### to distinguish, but we cannot use
  base-0 numbers which I had planned to use for raw octets first, as they are
  used internally): http://thread.gmane.org/gmane.os.miros.general/7938
• as an application example, add a hexdumper to the regression tests ☺
2008-04-19 22:15:06 +00:00
alloc.c quieten gcc __CRAZY (-m32) on sparc64 2007-06-05 18:59:54 +00:00
Build.sh • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
check.pl … and $__perlname (for perl5 ipv perl, etc.) 2008-04-01 16:26:42 +00:00
check.t • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
copyright I hacked on mksh in this year, too 2008-02-25 02:52:20 +00:00
dot.mkshrc improve the use (parsing) of “set +o” output in the examples 2008-04-19 22:03:19 +00:00
edit.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
eval.c a better way to check for empty patterns 2008-03-01 22:49:37 +00:00
exec.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
expr.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
funcs.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
histrap.c • new ksh_mbswidth 2008-04-19 17:21:55 +00:00
jobs.c more 2008-04-01 21:50:58 +00:00
lex.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
main.c • unify ksh_dup2() usage, use bool where appropriate 2008-04-01 20:40:22 +00:00
Makefile • Build.sh: be a little more explicit about the unknown compilers 2008-03-27 22:44:17 +00:00
misc.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
mksh.1 • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
setmode.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
sh.h • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
shf.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
strlcpy.c • strlcpy.c: remove superfluous rcs ids in comments 2007-04-23 11:33:26 +00:00
syn.c some more code “folding” 2008-04-01 22:20:20 +00:00
tree.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
var.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00