Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | |
2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally | |||
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | |
(BB_GETOPT_ERROR) | |||
2005-04-16 | minor style touchups | Mike Frysinger | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-03-22 | Some corrections from vodz: | Robert Griebl | |
- Make -u/-l mutually exclusive - Minor size reduction | |||
2004-03-21 | The utc variable was not modified according to the -u/-l command line | Robert Griebl | |
parameters. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-10 | Patch from Thomas Frohlich to fix an option ordering bug of mine. | Glenn L McGrath | |
2004-02-22 | Use bb_getopt_ulflags, marginal saving, better argument checking. | Glenn L McGrath | |
2004-02-22 | Use /var/lib/hwclock for adjtime, its really a state file rather than a | Glenn L McGrath | |
config file, so it should be in /etc, FHS mentions it also. | |||
2003-08-26 | Removed some debug printfs | Robert Griebl | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-01-02 | > Eliminate dependancy on kernel header files. Naughty naughty. | Robert Griebl | |
> Using linux kernel headers is a Bad Thing(tm) and should be > punished. > -Erik Doing this wrong should be punished even harder :) - Robert | |||
2002-12-11 | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | |
Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | |||
2002-08-05 | - updated a few copyright/left file headers | Robert Griebl | |
- documented most of my 0.61 changes in the ChangeLog | |||
2002-07-21 | Initial checkin of a very primitive hwclock replacement | Robert Griebl | |