summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sane-ify the screen clearing stuff.Eric Andersen2002-09-171-3/+1
| | | | -Erik
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+104
|
* move some globals to bssAaron Lehmann2002-08-231-4/+4
|
* Run through indent, fix commentsGlenn L McGrath2002-08-231-135/+103
|
* Run through indent, fix commentsGlenn L McGrath2002-08-231-126/+112
|
* Run through indent, specify castGlenn L McGrath2002-08-231-4/+4
|
* Run through indentGlenn L McGrath2002-08-231-30/+32
|
* Run through indent, fix BB_ defineGlenn L McGrath2002-08-221-355/+441
|
* - updated a few copyright/left file headersRobert Griebl2002-08-051-0/+2
| | | | - documented most of my 0.61 changes in the ChangeLog
* Added the -I (isofmt) options to date, which comes in handy for scriptsRobert Griebl2002-07-301-7/+55
| | | | (this is a confiureable option)
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-192-23/+19
| | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-112-6/+7
| | | | -Erik
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-2/+2
| | | | | silly games. -Erik
* Little fix to avoid overflowEric Andersen2002-07-031-1/+1
|
* Remove advertising clauses in accordance withAaron Lehmann2002-06-232-10/+2
| | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
* Fix a potential macro expansion problem... isspace can beEric Andersen2002-06-151-1/+1
| | | | a macro causing a double decrement...
* Don't use pointless GNU-ismsEric Andersen2002-06-151-2/+2
|
* last_patch41 from vodz to fix stty -F and similarEric Andersen2002-06-061-3/+22
|
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III2002-05-291-2/+2
|
* Added include for isdigit(); simplified -<num> detectionRobert Griebl2002-05-272-2/+4
|
* SUpport old style -[::digit::] options for head and tailRobert Griebl2002-05-172-1/+11
| | | | Also make head behave like GNU head (-0/-n 0 is valid)
* fix and shrink uuencodeTim Riker2002-05-011-55/+23
|
* Fix silly combinitorial oversightEric Andersen2002-04-271-5/+3
|
* Support noerror optionEric Andersen2002-04-271-3/+16
|
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen2002-04-261-0/+85
|
* ls could mis-color certain entries when previous commandsEric Andersen2002-04-171-0/+2
| | | | had failed. Explicitly 0 out errno to prevent that.
* Update some missing copyright noticesEric Andersen2002-04-135-4/+1
|
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen2002-04-061-2/+12
|
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen2002-04-061-1/+1
|
* Work around compiler/assembler problem and reduce code size at the same time.Manuel Novoa III2002-03-251-4/+9
|
* Eliminate extra trailing spaceEric Andersen2002-03-201-3/+2
|
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideEric Andersen2002-03-201-2/+63
| | | | | | color ls support, modifed by me to behave properly when not running output to a terminal (i.e. 'ls | more') -Erik
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.Matt Kraai2002-03-081-0/+2
|
* * fileutils/ls.c (showfiles): Display multiple short names on a line.Matt Kraai2002-03-081-6/+1
|
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not aMatt Kraai2002-02-051-2/+8
| | | | file or directory.
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-206-11/+11
|
* Avoid printing a trailing blank character.Matt Kraai2001-12-201-5/+14
|
* Make cp and mv optionally preserve hard links.Matt Kraai2001-12-171-73/+1
|
* Use an int to hold the result of fgetc (bug noted by David Kimdon).Matt Kraai2001-12-111-1/+1
|
* Continue processing files if we are asked to touch, but not create, a fileMatt Kraai2001-12-071-3/+5
| | | | which doesn't exist.
* Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai2001-12-071-1/+7
|
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen2001-12-061-0/+428
|
* Combined size reduction changes by Glenn and myself. Added back in "unknown"Manuel Novoa III2001-12-051-96/+48
| | | | for -p to match normal uname behavior (at a cost of 30-40 bytes).
* Minor space saving improvmentsGlenn L McGrath2001-11-211-29/+33
|
* When just counting chars of a file stat file instead of reading the whole ↵Glenn L McGrath2001-11-211-4/+8
| | | | file (Fixes Debian bug #103302)
* woops. dotn pass NULLGlenn L McGrath2001-11-211-1/+1
|
* Simplify print function, prints an extra space if no filename, but saves 4 bytesGlenn L McGrath2001-11-211-13/+10
|
* Use enums for selected functionality, Reduce the size by nearly 100 BytesGlenn L McGrath2001-11-211-13/+21
|
* David Kimdon <dwhedon@instant802.com> noticed a thinkoEric Andersen2001-11-171-2/+2
| | | | | | in md5sum where only binary sums were verified. He also sent in this patch, -Erik
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+270
|