OSDN Git Service

android-x86/external-toybox.git
2012-02-13 Rob LandleyThe unshare test needs $CC defined, source configure...
2012-02-13 Rob LandleyAdded tag 0.2.0 for changeset e708e8933a50
2012-02-13 Rob LandleyAdd clear (wrapper).
2012-02-11 Timothy ElliottAdd tests for head
2012-02-11 Rob LandleyMinor cleanups to echo: collapse together three tolower...
2012-02-11 Elie De BrauwerFix overflow in octal formatting in echo, add support...
2012-02-11 Elie De BrauwerAdd tests for cksum
2012-02-11 Elie De BrauwerCorrect cksum parameters and clarify -N option
2012-02-10 Elie De BrauwerCorrect description of nice levels in help of nice
2012-02-09 Rob LandleyCleanups for head.
2012-02-07 Timothy ElliottImplement head
2012-02-09 Rob LandleyMake atolx() error_exit() if fed a string that doesn...
2012-02-09 Rob LandleyUse stpcpy() (posix 2008) for slight code shrink.
2012-02-09 Rob LandleySwitch from deprecated function to gratuitously renamed...
2012-02-08 Rob LandleyMore cmp.c shrinkage.
2012-02-08 Rob LandleyIterative cleanups on cmp.c: silence warnings, only...
2012-02-07 Luis Felipe... Switching who default to 'n' since it's not yet fully...
2012-02-07 Luis Felipe... Added time to the output of who command.
2012-02-07 Luis Felipe... Initial version of who command.
2012-02-06 Luis Felipe... Silence really boring compiler warning.
2012-02-06 Timothy ElliottImplement cmp
2012-02-07 Rob LandleyFix sort -uc (pointer vs pointer to pointer confusion...
2012-02-07 Rob LandleyDocument that optflags is always an int (so 32 bit...
2012-02-07 Rob LandleyBugfix for -x, add CONFIG_SORT_FLOAT, and new test...
2012-02-05 Rob LandleyThis id implementation is not remotely SUSv4 compliant...
2012-02-04 Rob LandleyAdd a basic README and an example to "make help".
2012-02-04 Rob LandleyTweak help command's help text, and remove unimplemente...
2012-02-04 Rob LandleyCleaning out one more old gpl notice that no longer...
2012-02-04 Rob LandleyAdd autodetect for container support.
2012-02-04 Rob LandleyFix bad link that was confusing people. (Oops.)
2012-02-03 Luis Felipe... Removing unecessary allocation.
2012-02-02 Rob LandleyImplement xargs -E.
2012-02-02 Rob LandleyVery slight efficiency tweak.
2012-02-02 Rob LandleyTest suite comment tweaks.
2012-02-02 Rob LandleyBasename and env are usable, default them to y.
2012-02-02 Rob LandleyQuick and dirty terminal_size() and yesno() functions...
2012-02-02 Rob LandleyUpdate web page a bit.
2012-02-02 Rob LandleyCommit 415 needs the other two files. (Oops.)
2012-01-30 Rob LandleyMore work on xargs: bugfix and tests.
2012-01-29 Rob LandleyAdd <>= to lib/args.c, with documentation.
2012-01-28 Rob LandleyImplement xargs (first pass, not full SUSv4 yet).
2012-01-27 Rob LandleyAdd id command from Tim Bird.
2012-01-23 Rob LandleyPatch shouldn't be bothered by DOS newlines.
2012-01-23 Rob LandleyAdd three commands that can be done as simple shell...
2012-01-23 Rob LandleyAdd wiki link and make about less stale.
2012-01-20 Tryn Mirell'env' and 'basename' refactored
2012-01-19 Rob LandleyComment changes, and add a blank line to the help text.
2012-01-19 Rob LandleyAdd -x option to sort (like -n, but hexadecimal), becau...
2012-01-16 Tryn Mirell'env' implementation - Initial
2012-01-16 Tryn Mirell'basename': Handle where we have no / passed
2012-01-16 Tryn MirellInitial 'basename' implementation
2012-01-16 Rob LandleyFluff out documentation and skeleton code.
2012-01-15 Rob LandleyExpand comments.
2011-12-28 Rob LandleyDon't make toysh default to y until it does something...
2011-12-28 Rob LandleyFix "make help".
2011-12-28 Rob LandleyBugfix (spotted by Nathan McSween): xread can't detect...
2011-12-13 Rob LandleyImplement unshare.
2011-12-12 Rob LandleyForgot to check in loopfiles_rw changes needed by truncate.
2011-12-11 Rob LandleyImplement truncate.
2011-12-11 Rob LandleyWhitespace/wordwrap changes.
2011-12-11 Rob LandleyImplment cal.
2011-11-30 Rob LandleySplit out parse_optflaglist(), and move local variables...
2011-11-28 Rob LandleyFix "tar cvjfC file dir", make @ not eat an argument...
2011-11-22 Rob LandleyDon't complain about "possibly reversed" hunks that...
2011-11-21 Rob LandleyImplement unlink.
2011-11-21 Rob LandleyImplement nohup.
2011-11-20 Rob LandleyAdd link.
2011-11-18 Rob LandleyAdd dirname, and typo fixes to wc header.
2011-11-17 Rob LandleyAdd wc.
2011-11-15 Rob LandleyMore GPL->BSD debris.
2011-11-15 Rob LandleySwitch license.html to BSD, and delete the old "FSF...
2011-11-15 Rob LandleyNew mailing list.
2011-11-15 Rob LandleySwitch to 2-clause BSD license (with caveat about scrip...
2011-11-15 Rob LandleySUSv4 is out, update template link.
2011-11-15 Rob LandleyImplement tty command.
2011-11-14 Rob Landleyxreadall() returns void... how does that even compile?
2011-11-14 Rob LandleyPrepare for license switch by (regrettably) removing...
2011-05-22 Rob LandleyThe @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the...
2010-02-28 Rob LandleyFor CFG_TOYBOX_DEBUG add -x option to patch to dump...
2010-02-28 Rob LandleyOne more little tweak to patch: unrecognized date forma...
2010-01-06 Rob LandleyAdd command "nice".
2010-01-06 Rob LandleyMake toy_init() reentrant, or else xexec() has funky...
2010-01-06 Rob LandleyShut up even MORE gcc/glibc spurious warnings.
2010-01-05 Rob LandleyAdd setsid.
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2010-01-05 Rob LandleyCorrect return types of xstrdup() and xstrndup()
2010-01-05 Rob Landleymenuconfig indentation should be handled by dependencie...
2010-01-05 Rob LandleyUse fdlength() instead of lseek(SEEK_END).
2010-01-05 Rob LandleyTypo fix in comment.
2010-01-05 Rob LandleyMinor web page updates (put header/footer back, add...
2009-12-13 Rob LandleyThe "strip" in gcc 4.4 doesn't set the executable bit...
2009-12-13 Rob LandleyLet the minicom script take the speed as an optional...
2009-11-30 Rob LandleyFix reversed patch detection logic, remove unused varia...
2009-10-23 Rob LandleyAdd .tar.bz2 to tarball links.
2009-10-01 Rob LandleyRemove header/footer includes to prepare for css instead.
2009-08-07 Rob LandleyMake a warning go away on Fedora 11.
2009-08-07 Rob LandleyUnconditionally add the $CROSS_COMPILE prefix to $CC...
2009-06-05 Rob LandleyFix broken links spotted by Cedric Duval.
2009-04-17 Rob LandleyAdded tag 0.0.9.2 for changeset f142d02036b6
2009-04-17 Rob LandleyAnnounce 0.0.9.2 bugfix release.
next