Age | Commit message (Expand) | Author |
2003-04-27 | Use bb_xgetlarg | Glenn L McGrath |
2003-04-27 | New applet, fold | Glenn L McGrath |
2003-04-04 | Add more help text | Eric Andersen |
2003-04-04 | Test that cvs commit messages are working properly | Eric Andersen |
2003-04-03 | Fix 'thinko'. | Manuel Novoa III |
2003-03-28 | trivial fix to make sure we have sufficient arguments before | Eric Andersen |
2003-03-23 | Oops... had != but meant ==. | Manuel Novoa III |
2003-03-19 | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III |
2003-03-19 | Things my compiler didn't catch... | Manuel Novoa III |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-02-17 | Fix for big endian machines | Glenn L McGrath |
2003-02-17 | New applet sha1sum | Glenn L McGrath |
2003-02-15 | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath |
2003-02-08 | Patch from mathuria, compatability with solaris | Glenn L McGrath |
2003-01-14 | last_patch75_2 from vodz, | Eric Andersen |
2003-01-06 | Correct column width for tab completion and ls | Glenn L McGrath |
2002-12-23 | Support the obsolete '+' option | Glenn L McGrath |
2002-12-11 | Add missing header file to squash a warning | Eric Andersen |
2002-12-10 | Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III | Glenn L McGrath |
2002-12-10 | Realpath applet | Glenn L McGrath |
2002-12-06 | Fixup buffer allocation | Eric Andersen |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-11-28 | Style | Glenn L McGrath |
2002-11-28 | Woops, forgot they printout applet name as well.... | Glenn L McGrath |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath |
2002-11-28 | Use printf instead of fprintf(stdout | Glenn L McGrath |
2002-11-24 | When making parent directories set permissions based on the base parent tree ... | Glenn L McGrath |
2002-11-10 | Will the real od.c please stand up! (my previous commit was a mistake) | Glenn L McGrath |
2002-11-10 | Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> | Glenn L McGrath |
2002-10-10 | last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' | Eric Andersen |
2002-09-30 | Vodz' last_patch57: | Eric Andersen |
2002-09-28 | make_directory() will fail instantly so we dont need to test for failure here | Glenn L McGrath |
2002-09-17 | Sane-ify the screen clearing stuff. | Eric Andersen |
2002-09-16 | Watch applet by Michael Habermann | Glenn L McGrath |
2002-08-23 | move some globals to bss | Aaron Lehmann |
2002-08-23 | Run through indent, fix comments | Glenn L McGrath |
2002-08-23 | Run through indent, fix comments | Glenn L McGrath |
2002-08-23 | Run through indent, specify cast | Glenn L McGrath |
2002-08-23 | Run through indent | Glenn L McGrath |
2002-08-22 | Run through indent, fix BB_ define | Glenn L McGrath |
2002-08-05 | - updated a few copyright/left file headers | Robert Griebl |
2002-07-30 | Added the -I (isofmt) options to date, which comes in handy for scripts | Robert Griebl |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl |
2002-07-11 | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen |
2002-07-03 | Little fix to avoid overflow | Eric Andersen |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann |
2002-06-15 | Fix a potential macro expansion problem... isspace can be | Eric Andersen |
2002-06-15 | Don't use pointless GNU-isms | Eric Andersen |
2002-06-06 | last_patch41 from vodz to fix stty -F and similar | Eric Andersen |