Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-30 | Patch from Dmitry Zakharov, | Glenn L McGrath | |
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) | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-11-28 | Use erorr_msg( isntead of fprintf(stderr, | Glenn L McGrath | |
2002-11-11 | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵ | Glenn L McGrath | |
moves the guts of run_parts to libbb to be used by ifupdown. |