MirBSD Korn Shell for Jehanne
Go to file
tg 15cfc6c88d add tests for
• integer base flat (10, 010, 0x10)
  ‣ posix, right variants (heh, just like timezones)
  ⇒ both enabled, which means one test always fails right now,
    until the code changes are in…
  ☹ mksh R21 and up, AT&T ksh93, posh, GNU bash, busybox sh, dash
    all use the posux variant
  ☺ mksh R20b and below, pdksh, zsh, python, perl, php all do it right
  ‣ posix is stupid to use C (strongly typed, compiled) semantics
    for an untyped _scripting_ language
• integer bases 1 (mksh specific), 2 to 36, and that 37 errors out
  ‣ both directions
• integer arithmetic, signed and unsigned, wraparound and value span
2011-12-09 20:40:02 +00:00
Build.sh MKSH_DISABLE_DEPRECATED needs testsuite handling 2011-12-08 22:19:04 +00:00
check.pl
check.t add tests for 2011-12-09 20:40:02 +00:00
dot.mkshrc
edit.c beautify a Vi function (no code change), from tech@ discussion 2011-12-04 23:22:59 +00:00
emacsfn.h
eval.c fix stateptr-underflow; really do call fastbox regression checks; bump vsn 2011-11-26 00:45:21 +00:00
exec.c
expr.c
funcs.c oh well, shove it; inline some things, the most legible ones 2011-12-02 23:05:18 +00:00
histrap.c update and reformat some comments in the history code 2011-11-26 18:19:00 +00:00
jobs.c
lalloc.c
lex.c #ifdef MKSH_DISABLE_DEPRECATED do not compile in features scheduled for removal 2011-11-26 17:56:30 +00:00
main.c
Makefile disable deprecated code on MirBSD-current mksh-current (note: next to deprecate is support for parsing $((010)) as octal, which is agreed gecko2@ tonight at the Jugo already) 2011-12-08 22:19:16 +00:00
misc.c -Wpointer-sign 2011-12-03 00:03:25 +00:00
mksh.1 add note that mksh's global is not php/python's 2011-12-03 00:09:15 +00:00
sh_flags.h
sh.h move compile-time assertions out of misc.c(#ifdef DEBUG) into Build.sh 2011-12-03 00:01:28 +00:00
shf.c
strlcpy.c
syn.c
tree.c
var_spec.h
var.c fix function-local arrays 2011-11-26 00:45:03 +00:00