summaryrefslogtreecommitdiff
path: root/ln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+3
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-3/+3
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen2000-10-041-2/+3
* Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...Glenn L McGrath2000-10-041-83/+69
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+0
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-2/+1
* Re-enable ln -n in the help.Eric Andersen2000-07-111-2/+0
* Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-111-27/+2
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-101-1/+17
* Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen2000-06-221-1/+8
* Document 'ln --'Eric Andersen2000-06-211-1/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Check for 3 and more arguments was incorrectPavel Roskin2000-06-181-1/+1
* ln: fixed command line parser. Added support for "--"Pavel Roskin2000-06-151-8/+12
* Fixed a bunch of stuff:Eric Andersen2000-06-061-16/+21
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-7/+6
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+1
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+8
* UpdatesErik Andersen2000-02-111-1/+1
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-74/+76
* A few minor updates. ;-)Erik Andersen2000-02-071-23/+56
* Updates to usage, and made tar work.Eric Andersen1999-11-101-3/+3
* Fixed ln, df, and removed redundant stuff from mtab.Eric Andersen1999-11-061-19/+14
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
* More stuff.Eric Andersen1999-10-181-4/+2
* More stuffEric Andersen1999-10-131-33/+81
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+52