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 Next | |
Apr 8, 2016 | |
8 years 11 months | toybox: find: Fix segfault when using -iname/-ipath with -exec |
Commit d5de71798489bf4cc2c1e89c0b0f2768a3b2ae47, by Tom Marshall | |
Mar 30, 2016 | |
8 years 11 months | Merge remote-tracking branch 'toybox/master' into HEAD |
Commit a898e9c4b457765173a0ec6adea26d45b70b744c, by Elliott Hughes | |
8 years 11 months | Regenerate generated files. |
Commit fafe427f2eae495dd9b081ed3f17d33dbba0e690, by Elliott Hughes | |
8 years 11 months | Whitespace and comment. |
Commit 9b93dd397b4a00063073fdbd59b181a508470e70, by Rob Landley | |
Mar 29, 2016 | |
8 years 11 months | Fix exit code of things like sed -i that use tempfile_handler(). |
Commit 0e05569e308f927cd84882f7463739681bf1a33b, by Rob Landley | |
Mar 26, 2016 | |
8 years 11 months | Fix build when wchar_t is unsigned. |
Commit 9fcaca8434ece1afcc9982c18a86cf12ac9af508, by Elliott Hughes | |
Mar 24, 2016 | |
8 years 11 months | Debian bug 635570 did something horribly nonstandard (depending on a side effect of "sed -e 'a\'" with no trailing line). But there's an actual user, and it's not hard to implement, and it's not hard to implement, and there isn't an obvious _other_ w |
Commit af51034338e107f1f45a66547e785b7730d20459, by Rob Landley | |
Mar 23, 2016 | |
8 years 11 months | Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES instead, move tests/blkid into tests/files/blkid. |
Commit 1ffa7f45eb4fe3b73f94e69c929ad311d9c44b81, by Rob Landley | |
8 years 11 months | The test infrastructure prints the command name now, so file.test shouldn't. |
Commit b52f642472af932e382342c4faf30643b91f6be1, by Rob Landley | |
8 years 11 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 | |
8 years 11 months | Redo build stuff in response to Andy Chu's suggestions. |
Commit a8d0d13376251e1ff35a557dddea1d2e3c81a149, by Rob Landley | |
Mar 21, 2016 | |
8 years 11 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 20, 2016 | |
8 years 11 months | blkid: Handle short/empty vfat labels; update tests |
Commit c23186d3ee6001b78c843fc3609575306c687ba2, by Samuel Holland | |
8 years 11 months | basename: fix segfault on null input; add tests |
Commit e223cca4f66bf2e201b21869304dc63befbbf9be, by Samuel Holland | |
8 years 11 months | Fix a buffer overflow in diff -r. |
Commit 433296f8802ccf82eb32da3bfa002df2a8b5095a, by Andy Chu | |
Mar 19, 2016 | |
8 years 11 months | Make lsof 10x faster by caching /proc/net socket info. |
Commit 4de04e83d7ff621062b8b5456a14f2f313a2639c, by Elliott Hughes | |
8 years 11 months | Implement mv -n / cp -n (no clobber). |
Commit 7a0186cc2abf6ef9af3f26416dba7e920d100b42, by Andy Chu | |
8 years 11 months | Add od -w. |
Commit a8233286378a0254ade5ca2088a7bcc6a686b428, by Elliott Hughes | |
Mar 18, 2016 | |
8 years 11 months | Fix last commit (had newline before first ==> name <==) and add -f tests. |
Commit ada3c0876dc99b6b1ef457e06d271d3b933f9dd9, by Rob Landley | |
Mar 17, 2016 | |
8 years 11 months | expr cleanup: simplify get_str() and free returned allocations. |
Commit 0ec95b7c2e20cd7be33bae6adba20bf89c5f3e86, by Rob Landley |