summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley2-1/+4
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko2-48/+72
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2-0/+18
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko2-9/+21
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh4-42/+84
2013-10-12awk: fix length(array)Denys Vlasenko2-1/+14
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+29
2013-07-20awk: use "long long" as integer type, not "int"Denys Vlasenko1-5/+5
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+21
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-07-10awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2-0/+19
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2-7/+24
2012-06-03awk: fix the evaluate bug related to warning fixTanguy Pruvot2-4/+4
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-09-10awk: fix a SEGVDenys Vlasenko2-9/+65
2011-09-10awk: fix define name collision with BSD headersDenys Vlasenko1-0/+3
2011-09-07awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko1-9/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-24awk: reduce ifdef forestRob Landley1-33/+32
2010-10-23awk: fix breakage in last commitDenys Vlasenko2-35/+38
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko2-86/+102
2010-10-05awk: code shrinkDenys Vlasenko1-43/+41
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2-8/+46
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-03awk: add comment about fixing bug 1333Denys Vlasenko1-0/+2
2010-04-03awk: don't append bogus data after NUL in sub(); shrinkDenys Vlasenko1-50/+68
2010-03-12awk: code shrinkDenys Vlasenko1-33/+39
2010-03-12awk: code shrinkDenys Vlasenko1-143/+154
2010-03-12awk: style fixesDenys Vlasenko1-19/+20
2010-03-12awk: code shrinkDenys Vlasenko1-8/+15
2010-03-11awk: code shrinkDenys Vlasenko1-7/+5
2010-03-11awk: code shrink; style fixesDenys Vlasenko1-41/+71
2010-03-11awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko1-21/+49
2010-03-10awk: simple code shrinkDenys Vlasenko1-11/+13
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2-10/+58
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin2-1/+4
2010-02-05awk: remove wrong commentDenys Vlasenko1-1/+1
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko2-6/+25
2009-11-30awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko1-30/+43
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
[next]