| AgeSort asc/desc | Change |
|---|---|
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Next | |
| Mar 15, 2016 | |
| 9 years 10 months | Add ls -b and make ls -q work with utf8. |
|
Commit 2b999e614c48f084f6a14d589d434904aec6d491, by Rob Landley | |
| 9 years 10 months | Add base64.test, and Izabera pointed out that -w0 should disable wrapping. |
|
Commit 2665cd0cf0d1116fae397d5b598a5ae1bd055afa, by Rob Landley | |
| 9 years 10 months | Fix the operator precedence in expr. |
|
Commit 14c91c1ebd68daacce9794cf8894dcfea68efd7b, by Andy Chu | |
| 9 years 10 months | Fix type coercion bugs in expr. |
|
Commit e6912f90d663120b32b894d1f10a0d8cd530e2e7, by Andy Chu | |
| Mar 16, 2016 | |
| 9 years 10 months | Move whitespace and curly brackets around, move reference URLs to top of file, eliminate syntax_error() function (just call error_exit() directly), eliminate advance() wrapper, pipe expected error messages in test to /dev/null |
|
Commit 1af3bad8b63b2b6886123d9e681782781a62efca, by Rob Landley | |
| 9 years 10 months | Fix "tail -f single_file". |
|
Commit 426bc7fb4fcdd7e28544f8fb29854316a1784850, by Josh Gao | |
| Mar 17, 2016 | |
| 9 years 10 months | expr cleanup: traverse optargs with tok instead of incrementing optargs and copying itinto a second variable. Also add error message for empty ( ) |
|
Commit 438fa71547d791c5bee3201b42b16415627cdb45, by Rob Landley | |
| 9 years 10 months | Fix bug where all tests aren't being run with 'make test'. |
|
Commit 516f3d620fd1b8f0813b48c1154fc60d98c17be8, by Andy Chu | |
| 9 years 10 months | Remove 'exit' from xargs test too. |
|
Commit 68d71327739467c6a2980ddd1f5bf42d02c213ca, by Andy Chu | |
| 9 years 10 months | expr cleanup: simplify get_str() and free returned allocations. |
|
Commit 0ec95b7c2e20cd7be33bae6adba20bf89c5f3e86, by Rob Landley | |
| Mar 18, 2016 | |
| 9 years 10 months | Fix last commit (had newline before first ==> name <==) and add -f tests. |
|
Commit ada3c0876dc99b6b1ef457e06d271d3b933f9dd9, by Rob Landley | |
| Mar 19, 2016 | |
| 9 years 10 months | Add od -w. |
|
Commit a8233286378a0254ade5ca2088a7bcc6a686b428, by Elliott Hughes | |
| 9 years 10 months | Implement mv -n / cp -n (no clobber). |
|
Commit 7a0186cc2abf6ef9af3f26416dba7e920d100b42, by Andy Chu | |
| 9 years 10 months | Make lsof 10x faster by caching /proc/net socket info. |
|
Commit 4de04e83d7ff621062b8b5456a14f2f313a2639c, by Elliott Hughes | |
| Mar 20, 2016 | |
| 9 years 10 months | Fix a buffer overflow in diff -r. |
|
Commit 433296f8802ccf82eb32da3bfa002df2a8b5095a, by Andy Chu | |
| 9 years 9 months | basename: fix segfault on null input; add tests |
|
Commit e223cca4f66bf2e201b21869304dc63befbbf9be, by Samuel Holland | |
| 9 years 9 months | blkid: Handle short/empty vfat labels; update tests |
|
Commit c23186d3ee6001b78c843fc3609575306c687ba2, by Samuel Holland | |
| Mar 21, 2016 | |
| 9 years 9 months | Posix requires "" to be false, and 00 should be false, and -0 should be false. Fix memory leaks in regex. Simplify regex check (if we matched, subexpression had to match). Don't exit() from a command, set exitval and return. |
|
Commit 6aba814b28cddd45c7301c39dccd65b316eb5c82, by Rob Landley | |
| Mar 23, 2016 | |
| 9 years 9 months | Redo build stuff in response to Andy Chu's suggestions. |
|
Commit a8d0d13376251e1ff35a557dddea1d2e3c81a149, by Rob Landley | |
| 9 years 9 months | Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fall off the start of the string. I pulled on the thread...) |
|
Commit 5a7b147c18e0550536f888d531dea73696336902, by Rob Landley | |