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 | |
Mar 17, 2016 | |
8 years 10 months | Remove 'exit' from xargs test too. |
Commit 68d71327739467c6a2980ddd1f5bf42d02c213ca, by Andy Chu | |
8 years 10 months | Fix bug where all tests aren't being run with 'make test'. |
Commit 516f3d620fd1b8f0813b48c1154fc60d98c17be8, by Andy Chu | |
8 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 | |
Mar 16, 2016 | |
8 years 10 months | Fix "tail -f single_file". |
Commit 426bc7fb4fcdd7e28544f8fb29854316a1784850, by Josh Gao | |
8 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 | |
Mar 15, 2016 | |
8 years 10 months | Fix type coercion bugs in expr. |
Commit e6912f90d663120b32b894d1f10a0d8cd530e2e7, by Andy Chu | |
8 years 10 months | Fix the operator precedence in expr. |
Commit 14c91c1ebd68daacce9794cf8894dcfea68efd7b, by Andy Chu | |
8 years 10 months | Add base64.test, and Izabera pointed out that -w0 should disable wrapping. |
Commit 2665cd0cf0d1116fae397d5b598a5ae1bd055afa, by Rob Landley | |
8 years 10 months | Add ls -b and make ls -q work with utf8. |
Commit 2b999e614c48f084f6a14d589d434904aec6d491, by Rob Landley | |
Mar 14, 2016 | |
8 years 10 months | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. |
Commit eb24df9749994d175a2de3b7fc0535abe46a7576, by Rob Landley | |
Mar 13, 2016 | |
8 years 10 months | factor: use long long math (64 bit on 32 bit platforms) and handle negative numbers even though we use unsigned math now. |
Commit 51d71f5c5b7040b50a38d9360561cee626eb2c2e, by Rob Landley | |
8 years 10 months | Update scripts/single.sh and cp.c so "make mv" isn't actually building cp. |
Commit 6d364fce2aebabc3fb4da2955ac499162699841b, by Rob Landley | |
Mar 12, 2016 | |
8 years 10 months | The xattr functions were added during the 2.5 kernel, lsm.h can #include the header unconditionally. (This fixes the warning when CP_PRESERVE disabled.) |
Commit 2f7c98e109b04b060649f37d5f0be67e2bd2228b, by Rob Landley | |
Mar 11, 2016 | |
8 years 10 months | toybox: Fix upstream version parsing |
Commit b3103a726c0324b12f1c7029d994b088ba5ccc6f, by Tom Marshall | |
Mar 9, 2016 | |
8 years 10 months | Fix cflags pollution from other projects |
Commit d68bb2ea86444f0b3131ad0641e2e780456580c4, by Ricardo Cerqueira | |
8 years 10 months | toybox: Fix build |
Commit 8f459b05b7a0734b6e3aae0e464c1ccce2bc7b14, by Steve Kondik | |
8 years 10 months | toybox: Update makefile, generated files, and configuration |
Commit 1b74e24415fd400800cbf493efc6f3123fc9ee55, by Steve Kondik | |
8 years 10 months | toybox: Fix build of static executable |
Commit 7d5136d998baaad4a27e45f9fb99b45bac2c9bb8, by Steve Kondik | |
8 years 10 months | Merge branch 'master' of https://android.googlesource.com/platform/external/toybox into cm-13.0 |
Commit 5918842aaf982d6484e34146f2ae098d6cf7e111, by Steve Kondik | |
8 years 10 months | Remove switch_root. |
Commit d9d77619df5f8c156af2504e05d2ed1737ea0335, by Elliott Hughes |