Commit ID: 10055900B357361C966
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/06/28 14:57:27 UTC
Modified files:
bin/mksh : funcs.c mksh.1
Log message:
permit read -N n (n ≠ -1) and read -t to return partial reads with $? == 1
issue spotted by carstenh, could have been a documentation ambiguity issue
(as -N was designed to read and return exactly n bytes), but this resolves
it in a way both backwards-compatible and user-pleasing
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.272 -r1.273 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.367 -r1.368 src/bin/mksh/mksh.1