Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-31awk: fix handling of empty fieldsDenys Vlasenko
2023-06-08awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko
2023-06-03awk: fix backslash handling in sub() builtinsDenys Vlasenko
2023-05-30awk: fix precedence of = relative to ==Denys Vlasenko
2023-05-27awk: fix splitting with default FSDenys Vlasenko
2023-05-26awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko
2022-07-11awk: fix use after free (CVE-2022-30065)Natanael Copa
2022-01-09awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko
2021-09-05awk: fix printf %%Daniel Thau
2021-08-16awk: fix testsuiteDenys Vlasenko
2021-07-14awk: disallow break/continue outside of loopsDenys Vlasenko
2021-07-12awk: fix printf "%-10c", 0Denys Vlasenko
2021-07-11awk: unbreak "cmd" | getlineDenys Vlasenko
2021-07-11awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko
2021-07-02awk: fix beavior of "exit" without parameterDenys Vlasenko
2021-06-30awk: evaluate all, even superfluous function argsDenys Vlasenko
2021-06-30awk: allow empty fuinctions with no arguments, disallow function redefinitionsDenys Vlasenko
2021-06-29awk: fix parsing of expressions such as "v (a)"Denys Vlasenko
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston
2020-12-04awk: add a test that $NF is emptyDenys Vlasenko
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-02-03awk: fix more "length" cases, closes 12486Denys Vlasenko
2019-06-08awk: fix testsuiteDenys Vlasenko
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2014-01-01fix failures found by randomconfig buildsDenys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-10-12awk: fix length(array)Denys Vlasenko
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-07-22awk.tests: add test for recent large integer fixDenys Vlasenko
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko
2012-06-11testsuite: some more awk tests related to conditionsTanguy Pruvot
2011-09-11awk: fix a SEGVDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-10more randomconfig testsuite fixesDenys Vlasenko
2010-05-10randomconfig testsuite fixesDenys Vlasenko
2010-03-11awk: add two tests we currently failDenys Vlasenko
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko