Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-03-16 | script: make it work even if fd 0 is closed | Denys Vlasenko | 2 | -1/+8 |
2014-03-16 | build system: for "find", use POSIX not operator (!) instead of -not | Denys Vlasenko | 1 | -1/+1 |
2014-03-16 | su: add a delay if the password is incorrect | Romain Naour | 1 | -0/+1 |
2014-03-15 | ash,hush: fix a thinko about 2^64-1 factorization | Denys Vlasenko | 1 | -5/+11 |
2014-03-14 | hush: make "true" built-in | Denys Vlasenko | 1 | -0/+1 |
2014-03-13 | random: cosmetic tweaks in debug code | Denys Vlasenko | 1 | -2/+2 |
2014-03-13 | ash,hush: improve randomness of $RANDOM, add easy-ish way to test it | Denys Vlasenko | 2 | -17/+135 |
2014-03-07 | shuf: trim help text | Denys Vlasenko | 1 | -4/+4 |
2014-03-07 | shuf: do not use strings for -i RANGE case | Denys Vlasenko | 1 | -3/+5 |
2014-03-07 | shuf: improve help text | Bartosz Golaszewski | 1 | -3/+3 |
2014-03-07 | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski | 1 | -1/+2 |
2014-03-05 | use [s]rand(), not [s]random() | Denys Vlasenko | 3 | -12/+12 |