summaryrefslogtreecommitdiff
path: root/sys/src/cmd/awk
AgeCommit message (Expand)Author
2023-04-06awk: getline: do not access unitialized data on EOFJacob Moody
2023-04-06awk: dont leak memory on extra format argumentsJacob Moody
2022-06-25awk: correct incoherent cell in assignment (thanks smj, mpinjr)Ori Bernstein
2022-06-25awk: initialize records fully in recinit()Ori Bernstein
2022-03-12awk: fix off-by-one string buffer overflow from gsubcinap_lenrek
2020-11-19awk: fix truncated input after fflushAnthony Martin
2020-05-24awk: fix race condition with sub-mk in mkfilecinap_lenrek
2020-03-10improve usage messages (thanks henesy)Ori Bernstein
2019-10-09awk: make empty FS unicodely-correct.Ori Bernstein
2019-05-24awk: no need to call getargv() twice to get the value for FILENAMEcinap_lenrek
2019-04-16awk: fix nextfile crash (thanks leetspete)cinap_lenrek
2018-10-31awk(1): fix append operator to avoid truncating fileAlex Musolino
2017-08-12awk: allow string as exit statuscinap_lenrek
2017-08-11awk: don't get into a infinite loop with eof while in string (thanks BurnZeZ)cinap_lenrek
2017-06-02awk: handle bad/incomplete input in maketab (thanks kenji arisawa)cinap_lenrek
2016-12-18awk: improve random number generationcinap_lenrek
2016-08-18fix awk format printing bugs (thanks aiju)spew
2016-05-27awk: restore old buffering behaviour for printfcinap_lenrek
2016-05-01just use wait in "system" call for awk, get rid of unix dependent status code...spew
2016-05-01null terminate await buffer for proper tokenize callspew
2016-05-01use rc in awk, remove awk from APEDIRS in cmd mkfileben
2016-05-02awk: dont require sed to build awkcinap_lenrek
2016-05-02awk: bring back ENVIRON[] supportcinap_lenrek
2016-04-30awk: temporarily fix for NaN() exceptions on 386cinap_lenrek
2016-04-29handle NaN in awk (thanks spew)aiju
2016-04-28awk: fix mkfile for cross-compiles (thanks, spew)stanley lieber
2016-04-28fix printing a char from an empty stringben
2016-04-28fix printing a char from a string that starts with a runeben
2016-04-28fix unsigned printing for awkben
2016-04-27use Beof for awk portben
2016-04-27remove ape regexp library, add utility for awk native portben
2016-04-26New libregexp and APE ported to nativeben
2013-05-09awk: proctab.c is always regenerated from maketab, so it is unnecessary to ke...ppatience0
2012-12-10awk: fix the fixcinap_lenrek
2012-12-10awk: prevent split(a[x], a) from freeing a[x]cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen