OSDN Git Service

Fix the USE() macro around NEWTOY, tweak help text, remove unnecessary wrapper, tweak...
[android-x86/external-toybox.git] / lib /
2013-03-17 Rob LandleyRemove unused min/max macros.
2013-03-12 Rob LandleyCompile time probe to fish O_NOFOLLOW out of linux...
2013-03-09 Rob LandleyO_NOFOLLOW is specified by posix-2008 and varies by...
2013-02-24 Rob LandleyComment updates and a policy statement about avoiding...
2013-02-04 Rob LandleyMore support for old (~2008) build environments, move...
2013-01-31 Rob LandleyFix -in behavior: descend into existing directory witho...
2013-01-18 Rob LandleyFix xabspath() resolving symlink after .., and properly...
2013-01-15 Rob LandleyWork around more random uClibc-specific breakage.
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
2012-12-31 Rob LandleyMake dirtree_handle_callback() start with dirtree_...
2012-12-29 Rob LandleyAshwini Sharma pointed out that my previous tweak to...
2012-12-28 Rob LandleyFix option grouping.
2012-12-16 Elie De BrauwerExtend killall with support for -v and -i
2012-12-08 Elie De BrauwerAdding -s (single shot) and -o (omit pids) options...
2012-12-08 Rob LandleyComplicate the rm -i behavior to do what posix specifies.
2012-12-08 Rob LandleyMake yesno() always read from stdin and write to stderr...
2012-12-06 Rob LandleyHave dirtree_add_node() set parent so error message...
2012-12-02 Rob LandleyRemove unused structure definition.
2012-12-01 Rob LandleyFix ancient glibc workaround to force fstatat64
2012-11-22 Jonathan ClairembaultAdd expand command as described in POSIX-2008.
2012-11-27 Rob LandleyThe headers of uClibc and older glibc got unhappy with...
2012-11-25 Rob LandleyFix typo.
2012-11-23 Rob LandleyRemove readlink -m for being poorly defined ("readlink...
2012-11-20 Rob LandleyUpdate readlink so -f works. Add -menq while there.
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-18 Rob LandleyFix leak (call endmntent).
2012-11-17 Rob LandleyMore touch cleanup to use generic infrastructure: use...
2012-11-16 Rob LandleyAdd cut from Jason Kyungwan Han.
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-13 Rob LandleyOlder versions of glibc predated posix-2008. They still...
2012-11-02 Rob LandleyUse stridx.
2012-10-08 Rob LandleyFix thinko in xpidfile()
2012-08-27 Ashwini KumarAdd du command.
2012-07-30 Rob LandleyAdd signal handler to clean up tempfile.
2012-07-24 Rob LandleyWorkaround longstanding glibc/ld bug, ala sources.redha...
2012-07-22 Rob LandleyMake chmod +w respect umask, implement +s and +t, fix...
2012-07-21 Rob LandleyUse "_password" instead of "_passwd" for names in lib...
2012-07-18 Rob LandleyOnly add / in dirtree_path if it hasn't already got...
2012-07-17 Rob LandleyAdd passwd by Kyungwan Han.
2012-07-15 Rob LandleyGenericize llist code a bit: rename llist_free() to...
2012-07-15 Rob LandleyNew infrastructure for od (oops).
2012-06-30 Rob LandleyAdd NOP b (byte) suffix to atolx() since od needs it.
2012-06-24 Rob LandleyUnify chown and chgrp, add support for -hHLP flags.
2012-06-23 Rob LandleyMinor code refactoring.
2012-06-16 Rob LandleyAdd dirtree_parentfd()
2012-06-16 Rob LandleyMore header fiddling: crypt.h is silly, SUSv4 requires...
2012-06-10 Rob LandleyImplement DIRTREE_SYMFOLLOW and ls -cSHL.
2012-06-10 Rob LandleyFeeding -1 to xdup() isn't an error.
2012-06-03 Rob LandleyUpdate chmod to work with new dirtree, and fix bugs...
2012-06-02 Rob LandleyChanged my mind about the design again, now callback...
2012-06-02 Rob LandleyFactor out dirtree_comeagain() callback, setting up...
2012-06-01 Rob LandleyAdd xrealpath() at suggestion of Ashish Briggers.
2012-05-27 Rob LandleyUpdate chgrp so -R works, tweaking DIRTREE_COMEAGAIN...
2012-05-20 Rob Landleydirtree logic cleanup: switch DIRTREE_NORECURSE and...
2012-05-17 Rob LandleyFirst pass at a complete rewrite of string_to_mode...
2012-05-09 Rob LandleyWhitespace (tabs vs spaces) cleanup.
2012-04-23 Rob LandleyMore work on ls. Now ls -lR sort of works-ish.
2012-04-15 Rob LandleyRewrite dirtree so we don't need readdir, scandir,...
2012-03-20 Rob LandleyUsing /dev/tty for yesno() is wrong because yes 'n...
2012-03-20 Rob LandleyUnwind gratuitous macros.
2012-03-20 Daniel WalterAdd string to mode_t parser
2012-03-20 Rob LandleyRemove "feature test macros", replace non-portable...
2012-03-16 Georgi ChorbadzhiyskiImplement Apple and Android versions of getline(),...
2012-03-12 Rob LandleyRedo tail to use optargs and optionally support lseek...
2012-03-09 Rob LandleyMore stabs at getting #includes right, and moving off...
2012-03-08 Rob LandleyConsolidate headers.
2012-02-28 Rob LandleyAdd "-" type to optargs and teach tail.c to use it...
2012-02-28 Rob LandleyUpgrade yesno() and make cp -i use it.
2012-02-26 Rob LandleyTeach lib/args.c that " " this option must take a _sepa...
2012-02-26 Rob LandleyFactor out common code between killall/kill and move...
2012-02-19 Rob LandleyNathan McSween convinced me compilers that inline memse...
2012-02-19 Rob LandleyAnd again, I forgot to check in a file. Oops.
2012-02-19 Rob LandleyCleanups to pidof (including some global infrastructure...
2012-02-18 Rob LandleyAdd killall by Andreas Heck, and factor out common...
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-03 Luis Felipe Strano... Removing unecessary allocation.
2012-02-02 Rob LandleyQuick and dirty terminal_size() and yesno() functions...
2012-02-02 Rob LandleyCommit 415 needs the other two files. (Oops.)
2012-01-29 Rob LandleyAdd <>= to lib/args.c, with documentation.
2011-12-28 Rob LandleyBugfix (spotted by Nathan McSween): xread can't detect...
2011-12-12 Rob LandleyForgot to check in loopfiles_rw changes needed by truncate.
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-14 Rob Landleyxreadall() returns void... how does that even compile?
2010-01-06 Rob LandleyShut up even MORE gcc/glibc spurious warnings.
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2010-01-05 Rob LandleyCorrect return types of xstrdup() and xstrndup()
2010-01-05 Rob LandleyTypo fix in comment.
2009-04-16 Rob LandleyFix bug spotted by Jean-Christphe Dubois: reserve space...
2009-01-25 Rob LandleyFix thinko.
2009-01-20 Rob LandleyFix typo.
2009-01-18 Rob LandleyAdd mkswap.
2009-01-05 Rob LandleyAdd -N, -I, -L, and -P options to cksum.
2009-01-04 Rob LandleyCheck in crc_init needed by cksum. (Oops.)
2008-11-13 Rob LandleyWork around a reiserfs bug. (One line change, switch...
2008-10-23 Rob LandleyUpgrade patch to detect hunks that start after a false...
2008-07-18 Rob LandleyTweak from Roberto Foglietta.
2008-07-18 Rob LandleyRoberto Foglietta pointed out that readall() needs...
next