Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / xreadlink.c
2019-06-25 Denys Vlasenkolibbb: deal with "declaration of 'link' shadows a globa...
2019-06-13 Denys Vlasenkoreadlink,realpath: fix a case with a symplink, closes...
2018-05-26 Denys Vlasenkowhitespace fix
2018-05-24 Denys Vlasenkorealpath,readlink -f: coreutils compat, closes 11021
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2014-03-16 Denys Vlasenkolibbb: fix a bad check for uclibc >= 0.9.31
2013-12-16 Michael Tokarevdo not fail build if MAXSYMLINKS isn't defined
2013-03-12 Mike Frysingerreadlink: uClibc supports automatic allocation too now
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2009-03-21 Denis Vlasenkols: make readlink error to not disrupt output (try...
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-14 Denis Vlasenkodos2unix: do not destroy symlinks and mode of the file...
2007-11-10 Denis Vlasenkosyslogd: support "symlink to symlink" for /dev/log...
2007-11-08 Bernhard Reutner... - commentary fixes
2007-11-08 Paul Foxxmalloc_follow_symlinks() -- fix ELOOP issue with absol...
2007-11-08 Denis Vlasenkoxreadlink: code shrink
2007-11-08 Paul Foxnew xmalloc_readlink_follow() routine to fully expand...
2007-11-02 Denis Vlasenkoinsmod: code shrink, stop exporting insmod_ng_main.
2007-09-05 Denis Vlasenkobusybox --install -s: prevent puzzling "/bin/busybox...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2004-08-11 Glenn L McGrathPatch from Tito to fix memory leak upon error.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...