Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-25 | awk: 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-09 | awk: make empty FS unicodely-correct. | Ori Bernstein | |
2019-05-24 | awk: no need to call getargv() twice to get the value for FILENAME | cinap_lenrek | |
2019-04-16 | awk: 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-12 | awk: allow string as exit status | cinap_lenrek | |
2016-04-29 | handle NaN in awk (thanks spew) | aiju | |
2016-04-27 | use Beof for awk port | ben | |
2016-04-26 | New libregexp and APE ported to native | ben | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |