aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Collapse)Author
2003-04-27Use bb_xgetlargGlenn L McGrath
2003-04-27New applet, foldGlenn L McGrath
2003-04-04Add more help textEric Andersen
2003-04-04Test that cvs commit messages are working properlyEric Andersen
-Erik
2003-04-03Fix 'thinko'.Manuel Novoa III
2003-03-28trivial fix to make sure we have sufficient arguments beforeEric Andersen
we mess with a possibly non-existant argv[1] -Erik
2003-03-23Oops... had != but meant ==.Manuel Novoa III
2003-03-19Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III
2003-03-19Things my compiler didn't catch...Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-17Fix for big endian machinesGlenn L McGrath
2003-02-17New applet sha1sumGlenn L McGrath
2003-02-15Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath
2003-02-08Patch from mathuria, compatability with solarisGlenn L McGrath
2003-01-14last_patch75_2 from vodz,Eric Andersen
2003-01-06Correct column width for tab completion and lsGlenn L McGrath
2002-12-23Support the obsolete '+' optionGlenn L McGrath
2002-12-11Add missing header file to squash a warningEric Andersen
2002-12-10Fix undefined behaviour and save some bytes as suggested by Manuel Novoa IIIGlenn L McGrath
2002-12-10Realpath appletGlenn L McGrath
2002-12-06Fixup buffer allocationEric Andersen
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-11-28StyleGlenn L McGrath
2002-11-28Woops, forgot they printout applet name as well....Glenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use printf instead of fprintf(stdoutGlenn L McGrath
2002-11-24When making parent directories set permissions based on the base parent tree ↵Glenn L McGrath
rather than the new directory to be created.
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath
2002-10-10last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen
2002-09-30Vodz' last_patch57:Eric Andersen
Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz
2002-09-28make_directory() will fail instantly so we dont need to test for failure hereGlenn L McGrath
2002-09-17Sane-ify the screen clearing stuff.Eric Andersen
-Erik
2002-09-16Watch applet by Michael HabermannGlenn L McGrath
2002-08-23move some globals to bssAaron Lehmann
2002-08-23Run through indent, fix commentsGlenn L McGrath
2002-08-23Run through indent, fix commentsGlenn L McGrath
2002-08-23Run through indent, specify castGlenn L McGrath
2002-08-23Run through indentGlenn L McGrath
2002-08-22Run through indent, fix BB_ defineGlenn L McGrath
2002-08-05- updated a few copyright/left file headersRobert Griebl
- documented most of my 0.61 changes in the ChangeLog
2002-07-30Added the -I (isofmt) options to date, which comes in handy for scriptsRobert Griebl
(this is a confiureable option)
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
#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.
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
-Erik
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
silly games. -Erik
2002-07-03Little fix to avoid overflowEric Andersen
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
2002-06-15Fix a potential macro expansion problem... isspace can beEric Andersen
a macro causing a double decrement...
2002-06-15Don't use pointless GNU-ismsEric Andersen
2002-06-06last_patch41 from vodz to fix stty -F and similarEric Andersen