summaryrefslogtreecommitdiff
path: root/sys/src/cmd/awk/run.c
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-03-12awk: fix off-by-one string buffer overflow from gsubcinap_lenrek
2020-11-19awk: fix truncated input after fflushAnthony Martin
2018-10-31awk(1): fix append operator to avoid truncating fileAlex Musolino
2017-08-12awk: allow string as exit statuscinap_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-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-26New libregexp and APE ported to nativeben
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