index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
awk.c
Age
Commit message (
Expand
)
Author
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-12
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-07
awk: experimentally modify "global" trick to make code smaller
Denis Vlasenko
2007-06-06
awk: move all data to malloc space
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-18
awk: fix a trivial bug introduced by me.
Denis Vlasenko
2007-05-17
awk: make code a bit less obfuscated
Denis Vlasenko
2007-05-17
several *.c files:
Denis Vlasenko
2007-05-17
vi: remove two globals
Denis Vlasenko
2007-05-09
awk: don't segfault on printf(%*s). Close 1337.
Denis Vlasenko
2007-05-03
awk: guard against empty environment
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-03-10
awk: support multiple -v options
Denis Vlasenko
2007-02-24
awk: fix memory leak (can affect large file processing)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2007-01-13
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-01
awk: style fixes
Denis Vlasenko
2007-01-01
awk: undo locale setting for numbers - or else parsing
Denis Vlasenko
2007-01-01
awk: style cleanup. A lot of rw data moved to ro
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-12-22
remove useless casts (type*) xzalloc(...)
Denis Vlasenko
2006-12-19
remove casts from xmalloc()
Denis Vlasenko
2006-12-19
Add option to disable command execution from vi & awk
Denis Vlasenko
2006-10-27
Fix largefile breakage; advance version to 1.2.2
Denis Vlasenko
2006-10-25
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-07
awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
lots of silly indent fixes
Denis Vlasenko
2006-09-26
several fixes from openWRT project
Denis Vlasenko
2006-09-22
awk: getopt_ulflags'isation
Denis Vlasenko
2006-09-06
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-08-29
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-05-21
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
Rob Landley
2006-05-19
- include strings.h
Bernhard Reutner-Fischer
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-04-16
touchup comment
Mike Frysinger
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-02-14
Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.
Rob Landley
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2006-01-09
Bug 112, return value of awk should be /256. In reality, we should probably
Rob Landley
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
[prev]
[next]