index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
awk
Age
Commit message (
Expand
)
Author
2023-04-06
awk: getline: do not access unitialized data on EOF
Jacob Moody
2023-04-06
awk: dont leak memory on extra format arguments
Jacob Moody
2022-06-25
awk: correct incoherent cell in assignment (thanks smj, mpinjr)
Ori Bernstein
2022-06-25
awk: initialize records fully in recinit()
Ori Bernstein
2022-03-12
awk: fix off-by-one string buffer overflow from gsub
cinap_lenrek
2020-11-19
awk: fix truncated input after fflush
Anthony Martin
2020-05-24
awk: fix race condition with sub-mk in mkfile
cinap_lenrek
2020-03-10
improve usage messages (thanks henesy)
Ori Bernstein
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
2018-10-31
awk(1): fix append operator to avoid truncating file
Alex Musolino
2017-08-12
awk: allow string as exit status
cinap_lenrek
2017-08-11
awk: don't get into a infinite loop with eof while in string (thanks BurnZeZ)
cinap_lenrek
2017-06-02
awk: handle bad/incomplete input in maketab (thanks kenji arisawa)
cinap_lenrek
2016-12-18
awk: improve random number generation
cinap_lenrek
2016-08-18
fix awk format printing bugs (thanks aiju)
spew
2016-05-27
awk: restore old buffering behaviour for printf
cinap_lenrek
2016-05-01
just use wait in "system" call for awk, get rid of unix dependent status code...
spew
2016-05-01
null terminate await buffer for proper tokenize call
spew
2016-05-01
use rc in awk, remove awk from APEDIRS in cmd mkfile
ben
2016-05-02
awk: dont require sed to build awk
cinap_lenrek
2016-05-02
awk: bring back ENVIRON[] support
cinap_lenrek
2016-04-30
awk: temporarily fix for NaN() exceptions on 386
cinap_lenrek
2016-04-29
handle NaN in awk (thanks spew)
aiju
2016-04-28
awk: fix mkfile for cross-compiles (thanks, spew)
stanley lieber
2016-04-28
fix printing a char from an empty string
ben
2016-04-28
fix printing a char from a string that starts with a rune
ben
2016-04-28
fix unsigned printing for awk
ben
2016-04-27
use Beof for awk port
ben
2016-04-27
remove ape regexp library, add utility for awk native port
ben
2016-04-26
New libregexp and APE ported to native
ben
2013-05-09
awk: proctab.c is always regenerated from maketab, so it is unnecessary to ke...
ppatience0
2012-12-10
awk: fix the fix
cinap_lenrek
2012-12-10
awk: prevent split(a[x], a) from freeing a[x]
cinap_lenrek
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