aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko2-1/+8
2014-03-16build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko1-1/+1
2014-03-16su: add a delay if the password is incorrectRomain Naour1-0/+1
2014-03-15ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko1-5/+11
2014-03-14hush: make "true" built-inDenys Vlasenko1-0/+1
2014-03-13random: cosmetic tweaks in debug codeDenys Vlasenko1-2/+2
2014-03-13ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko2-17/+135
2014-03-07shuf: trim help textDenys Vlasenko1-4/+4
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko1-3/+5
2014-03-07shuf: improve help textBartosz Golaszewski1-3/+3
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski1-1/+2
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko3-12/+12