Commit ID: 1005533F0025455C60A
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/19 18:13:32 UTC
Modified files:
bin/mksh : var.c
Log message:
make var.c:getint() more like misc.c:getn(), except for the API differences:
getn() parses a decimal 32-bit integer, getint() a POSIX- or ksh-style based
integer with unsigned wraparound to 32 bit, then possible negation (so that,
for example, -0xFFFFFFFF continues to work)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.188 -r1.189 src/bin/mksh/var.c