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
2021-02-02
awk: allow printf('%c') to output NUL, closes 13486
Ron Yorston
2020-12-02
awk: FS regex matches only non-empty separators (gawk compat)
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-16
awk: fix dodgy multi-char separators splitting logic
Denys Vlasenko
2020-06-09
awk: disallow "str"++, closes bug 12981
Denys Vlasenko
2020-02-02
awk: fix more "length" cases, closes 12486
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-01-21
awk: Fix overly permissive func arg list parsing
Brian Foley
2019-01-21
awk: Syntax error if delete isn't given an arg.
Brian Foley
2019-01-21
awk: Guard pointer chasing when parsing ternary expressions.
Brian Foley
2018-12-28
config: update size information
Denys Vlasenko
2018-11-28
awk: abort if NF set to negative value
Denys Vlasenko
2018-04-23
awk: do not allow $(-1)
Denys Vlasenko
2018-01-07
awk: code shrink
Denys Vlasenko
2018-01-07
awk: fix 'delete array[var--]' decrementing var twice
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-16
awk: stop on first non-option, closes 9861
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2017-07-27
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-20
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-10-24
awk: fix segfault on for loop syntax error
Brian Foley
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2015-10-02
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2014-06-26
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2013-11-21
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-12
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
2013-10-12
awk: fix length(array)
Denys Vlasenko
2013-07-31
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-20
awk: use "long long" as integer type, not "int"
Denys Vlasenko
2013-03-13
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-07-11
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2012-06-22
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2011-09-11
awk: fix a SEGV
Denys Vlasenko
2011-09-10
awk: fix define name collision with BSD headers
Denys Vlasenko
2011-09-07
awk: next_input_file can return NULL, don't SEGV in this case.
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-24
awk: reduce ifdef forest
Rob Landley
2010-10-24
awk: fix breakage in last commit
Denys Vlasenko
2010-10-23
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-05
awk: code shrink
Denys Vlasenko
2010-10-05
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-04-04
awk: add comment about fixing bug 1333
Denys Vlasenko
2010-04-04
awk: don't append bogus data after NUL in sub(); shrink
Denys Vlasenko
[next]