index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
editors
/
awk.c
Age
Commit message (
Expand
)
Author
2005-10-19
more const, attribute_noreturn saved 200 bytes
"Vladimir N. Oleynik"
2005-10-17
- consume space between functionname and opening brackets
Bernhard Reutner-Fischer
2005-09-27
as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...
Mike Frysinger
2005-09-27
eat misappropriated whitespace
Mike Frysinger
2005-09-27
uncuddle function scope brackets
Mike Frysinger
2005-09-14
split libbb: moved xregcomp separatelly for speed up recompile
"Vladimir N. Oleynik"
2005-09-14
removed strange extern void xregcomp(... from some applets, but declared from...
"Vladimir N. Oleynik"
2005-06-07
Patch from Dmitry Zakharov:
Rob Landley
2004-09-24
Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.
Glenn L McGrath
2004-07-30
Simon Poole reports that awk segfaults when environment variables
Eric Andersen
2004-07-23
Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
Glenn L McGrath
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-02-22
Patch from Dmitry Zakharov, this line was missedfrom the last patch
Glenn L McGrath
2003-10-30
Patch from Dmitry Zakharov,
Glenn L McGrath
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, moves...
Glenn L McGrath