issues
search
benhoyt
/
goawk
A POSIX-compliant AWK interpreter written in Go, with CSV support
https://benhoyt.com/writings/goawk/
MIT License
1.95k
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release FreeBSD binary.
#246
derekmahar
closed
2 days ago
3
How to print the heading of a tsv when using -H argument?
#245
AnabasisXu
opened
2 weeks ago
1
FIELDWIDTHS no effective
#244
happydentist
closed
1 month ago
1
Add Unicode chars mode: "goawk -c" or Config.Chars=true
#243
benhoyt
closed
2 months ago
1
Goawk have problems with fields containing double quotes that are not used to delimit string
#242
luca76
closed
2 months ago
1
Make srand() use unix time in seconds, and set seed for next srand()
#241
benhoyt
closed
2 months ago
0
Add printf %i, %a, %A; Fix %o, %x, %X (they should be unsigned)
#240
benhoyt
closed
2 months ago
0
Improve error message when missing -H or in BEGIN
#239
benhoyt
closed
2 months ago
0
Misleading Error When Header Name Used in BEGIN/END
#238
cwarden
closed
2 months ago
4
Alternative fix for #236 that avoids decoding entire string
#237
benhoyt
closed
3 months ago
1
Make printf %c work on Unicode codepoints
#236
oliverkwebb
closed
3 months ago
11
Fix number formatting on non-64bit architectures
#235
guilherme-puida
closed
5 months ago
3
Test failures on Linux/i386
#234
guilherme-puida
closed
5 months ago
4
Bump up minimum supported Go version to 1.17, and test on 1.22
#233
benhoyt
closed
6 months ago
0
fix: close file
#232
testwill
closed
6 months ago
2
srand() initialization without an argument.
#231
JohnEarnest
closed
2 months ago
3
Fix evaluation of empty {} and END{}
#230
benhoyt
closed
7 months ago
0
Support for %i in format strings.
#229
JohnEarnest
closed
2 months ago
4
{} behaves like 1, END{} doesn't exhaust input
#228
oguz-ismail
closed
7 months ago
2
What's the purpose of `testdata/echo`
#227
guilherme-puida
closed
7 months ago
7
Use C.UTF-8 as locale when invoking external awk program
#226
guilherme-puida
closed
7 months ago
6
Make redirecting to /dev/stderr work on Windows
#225
benhoyt
closed
7 months ago
0
Fix a few minor things staticcheck found
#224
benhoyt
closed
8 months ago
0
Support for network?
#223
s3rj1k
closed
8 months ago
3
Distinguish between /regexp/ and "regexp" in stringified output
#222
ypdn
closed
9 months ago
3
parser: Discriminate between constant and dynamic regexps
#221
ypdn
closed
9 months ago
3
Allow optional newline between "do {}" and "while"
#220
benhoyt
closed
11 months ago
0
Allow line break between `}` and `while`
#219
oguz-ismail
closed
11 months ago
1
goawk CSV mode ignores specified field separator
#218
lucamanga
closed
1 year ago
2
Windows error: flag provided but not defined: -encodedCommand
#217
anmathew
closed
1 year ago
3
Fix wrong precedence of 'expr | getline' expressions
#216
fioriandrea
closed
8 months ago
5
Fix issue #79: Incorrect parsing of complex ++ expressions
#215
fioriandrea
closed
1 year ago
2
Fix #190: FS regex [^,]* fails on empty field
#214
fioriandrea
closed
1 year ago
2
Fix rare race in pipe-to-command close() result test
#213
juster
closed
1 year ago
3
Add support for new Unicode string escape \u
#212
benhoyt
closed
1 year ago
0
More direct explanation for --csv in goawk help
#211
benhoyt
closed
1 year ago
0
Add support for new \u Unicode escape sequence
#210
benhoyt
closed
1 year ago
0
flushAll() stops flushing on first error
#209
juster
closed
1 year ago
2
fflush() stops on first flush error
#208
juster
closed
1 year ago
2
Bump up minimum Go version to 1.16; remove use of ioutil package
#207
benhoyt
closed
1 year ago
0
Abstract redirects and pipes into inputStream and outputStream interface
#206
juster
closed
1 year ago
9
system() always returns -1 if process exits due to signal
#205
juster
closed
1 year ago
0
close() on input pipe does not cleanup child process
#204
juster
closed
1 year ago
5
close() on pipe command does not return exit status
#203
juster
closed
1 year ago
2
After Go 1.21 is out, build with PGO enabled
#202
benhoyt
closed
1 year ago
1
Wait for command to finish when a pipe is closed
#201
benhoyt
closed
1 year ago
0
Update CSV doc to mention --csv
#200
benhoyt
closed
1 year ago
0
Add --csv option, in line with upcoming AWK and Gawk feature
#199
benhoyt
closed
1 year ago
0
Make two-argument split() respect CSV input mode
#198
benhoyt
closed
1 year ago
0
CSV - loss of double quote when dataset is updated
#197
patrickToca
closed
1 year ago
2
Next