Commit ID: 100517ABB8868994F9D
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/04/26 17:39:31 UTC
Modified files:
bin/mksh : funcs.c shf.c
Log message:
rcsid-only sync with oksh, dropping this functionality:
• mail.c was removed anyway
• we do not use “long long” in mksh, since it’s not in ANSI C89
instead, we probably need some 64-bit ops in the long run, but we can
use some host types (might want to use time_t for tv_sec, but we cannot
print that yet); might need to handle them in some generic manner…
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.240 -r1.241 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.57 -r1.58 src/bin/mksh/shf.c