aboutsummaryrefslogtreecommitdiff
path: root/wc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-25Fix for dpkg-deb, courtesy of Larry Doolittle.Eric Andersen1-1/+1
2001-01-25Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen2-0/+16
2001-01-25More regression testing found bugletsEric Andersen1-3/+4
2001-01-24Bug fix and small create_module cleanup from Larry Doolittle toEric Andersen2-12/+12
2001-01-24Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.Eric Andersen1-0/+1
2001-01-24More regression-found bug fixesEric Andersen1-3/+3
2001-01-24more bugs fixed -- found doing regression testingEric Andersen11-127/+115
2001-01-24Cleanup for build problem found using regression scriptEric Andersen1-0/+2
2001-01-24Fix _old_ bug so that the regression test actually works.Eric Andersen1-0/+0
2001-01-24Some behavioral updates to wget so it acts a bit nicer.Eric Andersen2-24/+42
2001-01-24Fix up insmod usage info to mention -LEric Andersen4-3/+9
2001-01-24Make insmod understand (and ignore) -L, and convert it to use getopt.Eric Andersen2-34/+36
2001-01-24Update comments re netkit-tiny...Eric Andersen1-6/+5
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen14-66/+8
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen14-22/+22
2001-01-24 - Added a section on avoiding static buffers, per mailing list discussionsMark Whitley1-4/+88
2001-01-23Fixed tiny typo.Mark Whitley2-2/+2
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley74-624/+674
2001-01-23Bug fix.Eric Andersen3-6/+0
2001-01-22Remove host* applets from the default build.Eric Andersen1-2/+2
2001-01-22Fix silly typoEric Andersen2-2/+2
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen14-8/+66
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June12-42/+330
2001-01-22Use getopt (or getopt_long).Matt Kraai3-163/+153
2001-01-22Fixed listed files to extract to be more like GNU. Reported by Deon George.Matt Kraai2-58/+46
2001-01-22Patch from Larry Doolittle to close bug #1086.Eric Andersen1-0/+8
2001-01-21Update timeEric Andersen1-1/+1
2001-01-20Fix naming to reflect realityEric Andersen2-6/+6
2001-01-20Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case.Eric Andersen2-674/+668
2001-01-20djust debian build targetsEric Andersen2-18/+57
2001-01-20lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>.Eric Andersen1-11/+6
2001-01-20Clarify the statusbar config option so it states which applet it applies to.Eric Andersen3-19/+19
2001-01-20Adjust the default feature set a wee bitEric Andersen1-2/+2
2001-01-20Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen2-38/+36
2001-01-20Close files before exitGlenn L McGrath2-0/+2
2001-01-20More printf cleanupsEric Andersen5-29/+29
2001-01-20Close unused pipe handle before fork (for tar -z).Glenn L McGrath2-2/+8
2001-01-18All files include busybox.h, which includes applets.h, so the MakefileMatt Kraai1-2/+2
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai20-108/+102
2001-01-17Complicate truncate behavior.Matt Kraai2-14/+26
2001-01-17Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.Matt Kraai2-8/+8
2001-01-16Show an example of how to compile with uClibc.Eric Andersen1-2/+10
2001-01-13Fix ownership of extracted directories.Matt Kraai2-4/+10
2001-01-09Removed unused, unneeded, Lineo-specific script.Mark Whitley1-23/+0
2001-01-05Needs to be NULL at init in all cases.Eric Andersen3-3/+3
2001-01-05Changelog update/cleanup from larry.Eric Andersen1-7/+8
2001-01-05Patch from larry doolittle to be ever so careful to cleanupEric Andersen3-48/+216
2001-01-05Better label the globals.Eric Andersen3-6/+21
2001-01-05Patch from Larry Doolittle to set values to static variables that live in theEric Andersen3-6/+45
2001-01-05Turned some #define constants into static const ints.Mark Whitley2-4/+4