summaryrefslogtreecommitdiff
path: root/sys/src/cmd/awk/lib.c
AgeCommit message (Collapse)Author
2022-06-25awk: initialize records fully in recinit()Ori Bernstein
when using records in BEGIN, we would read from the field table before we read into it; this ensures that the fields are an empty string before we start touching their contents.
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
to reproduce the bug: term% awk 'BEGIN{nextfile; nextfile;}' sys: trap: fault read addr=0x10 pc=0x00019a3a awk 6584: suicide: sys: trap: fault read addr=0x10 pc=0x00019a3a
2017-08-12awk: allow string as exit statuscinap_lenrek
2016-04-29handle NaN in awk (thanks spew)aiju
2016-04-27use Beof for awk portben
2016-04-26New libregexp and APE ported to nativeben
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen