summaryrefslogtreecommitdiff
path: root/coreutils/ln.c
Commit message (Expand)AuthorAgeFilesLines
* ln: support -T and -vSimon B2012-05-061-6/+22
* libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+16
* ln: explain why we use xstrdupDenys Vlasenko2011-03-211-1/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-11/+8
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-3/+3
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-211-20/+23
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-7/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* printf() arguments shouldn't be passed straight from user supplied data.Rob Landley2005-12-121-1/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-4/+4
* Patch from Matthew S. Wood:Rob Landley2005-04-291-8/+24
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Patch from Bastian Blank to fix debian bug #226722, test case: Glenn L McGrath2004-01-081-12/+1
* Batch from Bastian Blank to fix debian bug #216435;Glenn L McGrath2003-12-311-4/+12
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-95/+68
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-15/+17
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen2002-04-061-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-3/+0
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-5/+5
* use perror_msg instead of perror to print the applet name.Eric Andersen2001-02-151-18/+31
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* 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