aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* awk: fix a trivial bug introduced by me.vda2007-05-181-1/+1
* awk: make code a bit less obfuscatedvda2007-05-171-240/+251
* several *.c files:vda2007-05-171-2/+1
* vi: remove two globalsvda2007-05-171-66/+72
* awk: don't segfault on printf(%*s). Close 1337.vda2007-05-091-1/+4
* awk: guard against empty environmentvda2007-05-031-1/+2
* style fixes. No code changesvda2007-04-121-1/+2
* audit small applets and mark some of them as NOFORK.vda2007-04-101-0/+2
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-1/+0
* awk: support multiple -v optionsvda2007-03-101-3/+8
* awk: fix memory leak (can affect large file processing)vda2007-02-241-18/+18
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1vda2007-01-291-20/+27
* whitespace fixes (leading spaces to tab)vda2007-01-131-1/+1
* Trailing whitespace removal over entire treevda2007-01-111-2/+2
* awk: style fixesvda2007-01-011-27/+23
* awk: undo locale setting for numbers - or else parsingvda2007-01-011-0/+5
* awk: style cleanup. A lot of rw data moved to rovda2007-01-011-294/+293
* style fixesvda2006-12-261-12/+11
* remove useless casts (type*) xzalloc(...)vda2006-12-221-7/+6
* remove casts from xmalloc()vda2006-12-191-3/+3
* Add option to disable command execution from vi & awkvda2006-12-191-1/+2
* Fix largefile breakage; advance version to 1.2.2vda2006-10-271-2/+1
* use skip_whitespace where appropriatevda2006-10-251-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067vda2006-10-071-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* lots of silly indent fixesvda2006-10-031-2/+2
* several fixes from openWRT projectvda2006-09-261-1/+30
* awk: getopt_ulflags'isationvda2006-09-221-37/+27
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-061-1/+1
* 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