Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -7/+7 |
| | |||||
* | Patch from Dmitry Zakharov, this line was missedfrom the last patch | Glenn L McGrath | 2004-02-22 | 1 | -0/+1 |
| | |||||
* | Patch from Dmitry Zakharov, | Glenn L McGrath | 2003-10-30 | 1 | -12/+28 |
| | | | | | | | Fixes two bugs: - END block didn't execute after an exit() call - huge memory consumption and performance degradation on large input (now performance is comparable to gawk) | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -33/+33 |
| | |||||
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -5/+4 |
| | |||||
* | Use erorr_msg( isntead of fprintf(stderr, | Glenn L McGrath | 2002-11-28 | 1 | -4/+4 |
| | |||||
* | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵ | Glenn L McGrath | 2002-11-11 | 1 | -0/+2742 |
moves the guts of run_parts to libbb to be used by ifupdown. |