Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/show_bug...
[platform/upstream/toybox.git] / lib / lib.c
2012-07-24 Rob LandleyWorkaround longstanding glibc/ld bug, ala sources.redha... 0.4.0
2012-07-22 Rob LandleyMake chmod +w respect umask, implement +s and +t, fix...
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-23 Rob LandleyMinor code refactoring.
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-01 Rob LandleyAdd xrealpath() at suggestion of Ashish Briggers.
2012-05-17 Rob LandleyFirst pass at a complete rewrite of string_to_mode...
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-09 Rob LandleyMore stabs at getting #includes right, and moving off...
2012-02-28 Rob LandleyUpgrade yesno() and make cp -i use it.
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 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-02 Rob LandleyQuick and dirty terminal_size() and yesno() functions...
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-14 Rob Landleyxreadall() returns void... how does that even compile?
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2010-01-05 Rob LandleyCorrect return types of xstrdup() and xstrndup()
2009-04-16 Rob LandleyFix bug spotted by Jean-Christphe Dubois: reserve space...
2009-01-25 Rob LandleyFix thinko.
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-07-18 Rob LandleyTweak from Roberto Foglietta.
2008-07-18 Rob LandleyRoberto Foglietta pointed out that readall() needs...
2008-07-18 Rob LandleyBug spotted by Roberto Foglietta: at EOF readall()...
2008-07-04 Rob LandleyAdd "tee" command.
2008-05-17 Rob LandleyFix which (the meaning of -a was reversed, and it was...
2008-05-12 Rob LandleyUpdate mdev to work around the newest sysfs api breakag...
2008-04-13 Rob LandleyTeach get_rawline() to continue until a configurable...
2008-01-27 Rob LandleyAdd spaces after some commas (from Charlie Shepherd).
2008-01-25 Charlie ShepherdRemove extra newlines on error_paths
2008-01-25 Charlie ShepherdFix filename in header
2008-01-27 Rob LandleyTeach perror_exit() to take a NULL argument when we...
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2008-01-01 Rob LandleyFix loopfiles to not call function() on file not found. 0.0.4
2007-12-28 Rob LandleyMake patch's file add actually work, including director...
2007-12-20 Rob LandleyUpgrade patch to understand creating and deleting files.
2007-12-18 Rob LandleyPatch command.
2007-12-16 Rob LandleyStart of "patch" support. Writes to stdout at the...
2007-12-09 Rob LandleyChangeset 186 assumed that toys.exitval defaults to...
2007-11-30 Rob LandleyAdd sha1sum. (No -c mode yet.) Slight tweaks to loopf...
2007-11-29 Rob LandleyAdd loopfiles() function, make catv use it.
2007-11-19 Rob LandleyReplace strlcpy() with xstrcpy(), which exits if the...
2007-11-16 Rob LandleyRemove trailing whitespace (thanks to Charlie Shepherd...
2007-11-15 Rob LandleyChange strlcpy not to use strncpy. (Adds 24 bytes...
2007-11-04 Rob LandleyFix from Charlie Shepherd: at end of string, don't...
2007-11-04 Rob Landleyxcreate(): perror already prints error name and newline...
2007-10-11 Rob LandleyPromote help to global config option, teach error_exit...
2007-10-04 Rob LandleyBreak out dirtree.c and let it call a function instead...
2007-08-15 Rob LandleyMore klibc fixes from Maximilian Attems, strlcpy()...
2007-06-18 Rob LandleyAdd xputs() to detect EOF on writes.
2007-06-15 Rob LandleyVladimir Oleynik pointed out that va_start() twice...
2007-06-07 Rob LandleyWork around uClibc weirdness.
2007-04-29 Rob LandleyAdd readlink, xreadlink(), and change xrealloc() to...
2007-02-17 Rob LandleyAdd atolx() which understands extensions for kilobytes...
2007-02-05 Rob LandleyAdd parent pointer to dirtree, more work on mke2fs...
2007-02-05 Rob LandleyRename functions.c to lib.c. (Easier name to remember.)