dd: support conv=swab
[oweals/busybox.git] / coreutils / ln.c
2012-05-06 Simon Bln: support -T and -v
2011-12-18 Denys Vlasenkolibbb: remove is_directory's argument which is always...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-03-21 Denys Vlasenkoln: explain why we use xstrdup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2006-10-21 Denis Vlasenkocp: add support for -s, -l. Fix free(nonmalloc) bug.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-12-12 Rob Landleyprintf() arguments shouldn't be passed straight from...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-04-29 Rob LandleyPatch from Matthew S. Wood:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-08 Glenn L McGrathPatch from Bastian Blank to fix debian bug #226722...
2003-12-31 Glenn L McGrathBatch from Bastian Blank to fix debian bug #216435;
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric Andersenuse perror_msg instead of perror to print the applet...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-10-04 Eric AndersenPatch from Matt Kraai: "When it encounters a problem...
2000-10-04 Glenn L McGrathRewrite to use getopt and return instead of exit, a...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-11 Eric AndersenRe-enable ln -n in the help.
2000-07-11 Eric AndersenAnother patch from Matt Kraai <kraai@alumni.carnegiemel...
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-06-22 Eric AndersenPavel Roskin <proski@gnu.org> just found a nasty memory
2000-06-21 Eric AndersenDocument 'ln --'
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-18 Pavel RoskinCheck for 3 and more arguments was incorrect
2000-06-15 Pavel Roskinln: fixed command line parser. Added support for "--"
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-06 Eric AndersenFixed ln, df, and removed redundant stuff from mtab.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-18 Eric AndersenMore stuff.
1999-10-13 Eric AndersenMore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2