aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-24/+14
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-8/+8
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-211-8/+8
* - include strings.haldot2006-05-191-0/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-14/+14
* touchup commentvapier2006-04-161-1/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.landley2006-02-141-5/+13
* - add platform.h.aldot2006-01-221-16/+3
* Bug 112, return value of awk should be /256. In reality, we should probablylandley2006-01-091-1/+1
* more const, attribute_noreturn saved 200 bytesvodz2005-10-191-24/+26
* - consume space between functionname and opening bracketsaldot2005-10-171-1/+2
* as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...vapier2005-09-271-20/+20
* eat misappropriated whitespacevapier2005-09-271-66/+66
* uncuddle function scope bracketsvapier2005-09-271-116/+116
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-141-1/+1
* removed strange extern void xregcomp(... from some applets, but declared from...vodz2005-09-141-1/+0
* Patch from Dmitry Zakharov:landley2005-06-071-2/+1
* Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.bug12004-09-241-1/+2
* Simon Poole reports that awk segfaults when environment variablesandersen2004-07-301-0/+4
* Patch from Dmitry Zakharov to fix a bug discovered via the freeswapbug12004-07-231-0/+1
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-7/+7
* Patch from Dmitry Zakharov, this line was missedfrom the last patchbug12004-02-221-0/+1
* Patch from Dmitry Zakharov,bug12003-10-301-12/+28
* Major coreutils update.mjn32003-03-191-33/+33
* Change if(x)free(x); to free(x);aaronl2002-11-281-5/+4
* Use erorr_msg( isntead of fprintf(stderr,bug12002-11-281-4/+4
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...bug12002-11-111-0/+2742