Commit ID: 100515881203049B1AD
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/31 18:33:14 UTC
Modified files:
bin/mksh : expr.c
Log message:
begin using unsigned arithmetics internally as much as possible
(i.e. where signedness doesn’t matter, given -fwrapv) and note
where there’s work to do; note future improvements and additions;
optimise a little
mostly untested
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.62 -r1.63 src/bin/mksh/expr.c