MirBSD Korn Shell for Jehanne
Go to file
tg 2f0c894290 • fix one more of the enum arithmetics complaints
• split Xinit into XinitN and Xinit macro, the former
  not initialising the “xp” argument of the latter,
  and use this to get rid of two variables that are
  only assigned but never referenced (gcc doesn’t see
  this, but MIPSpro and IIRC SUNWcc do)
• re-indent while here
• bump patchlevel
2008-03-28 13:46:53 +00:00
Build.sh • Build.sh: be a little more explicit about the unknown compilers 2008-03-27 22:44:17 +00:00
Makefile • Build.sh: be a little more explicit about the unknown compilers 2008-03-27 22:44:17 +00:00
alloc.c
check.pl
check.t • fix one more of the enum arithmetics complaints 2008-03-28 13:46:53 +00:00
copyright
dot.mkshrc
edit.c
eval.c
exec.c
expr.c don’t do arithmetics on an enumerated type, sez the MIPSpro complainer 2008-03-28 13:33:37 +00:00
funcs.c • fix one more of the enum arithmetics complaints 2008-03-28 13:46:53 +00:00
histrap.c ignore failure to define MAP_FILE 2008-03-27 17:59:28 +00:00
jobs.c
lex.c • fix one more of the enum arithmetics complaints 2008-03-28 13:46:53 +00:00
main.c
misc.c
mksh.1
setmode.c
sh.h • fix one more of the enum arithmetics complaints 2008-03-28 13:46:53 +00:00
shf.c fix most of the fixable bitchings of MIPSpro compiler (complainer?) 2008-03-28 13:28:33 +00:00
strlcpy.c
syn.c
tree.c
var.c