1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adjust version date: 20240504 More... 11 days ago
updated. More... 11 days ago
more changes to T.argv, resolved conflict. More... 11 days ago
merge todd's ARGV use-after-free fixes into staging More... 12 days ago
Merge branch 'ARGV_use_after_free' of https://github.com/millert/awk into millert-ARGV_use_after_free More... 12 days ago
Remove g++ compilation warnings. More... 13 days ago
Store the Cell containing ARGV instead of the ARGV table itself. More... 14 days ago
Store the Cell containing ARGV instead of the ARGV table itself. More... 14 days ago
adjust version date: 20240422 More... 24 days ago
scan bug [newline] in split in the case the separator is a single character. More... 24 days ago
fixed a gototab bug that caused unnecessary reallocation. thanks Arnold. More... 24 days ago
updated. More... 24 days ago
Fix a compiler warning in run.c:do_sub. More... 2 months ago
adjust version date: 20240311 More... 2 months ago
fix error messages. More... 2 months ago
updated. More... 2 months ago
fix for fnematch use-after-free bug resulting from adjbuf invalidating the pointers to buf. this is Miguel Pineiro Jr.'s code. thanks to github user caffe for spotting this. this code demonstrates the problem: More... 2 months ago
Fix some typos in b.c; Improve prose in README.md and FIXES. More... 3 months ago
Restore ability to compile with g++. More... 4 months ago
fix for matchop dereferencing a pointer x->sval after freeing x. this bug was introduced with UTF-8 support changes. example: $ echo aaaaaab | ./a.out '{print match(substr($0, 1), "b")}' -1 More... 5 months ago
test for matchop dereference bug More... 5 months ago
adjust version date: 20231228 Fix inconsistent handling of --csv and FS set via -v. More... 5 months ago
cast to int for isspace, isalnum et al. More... 5 months ago
updated. More... 5 months ago
comment out print stmt for prog.s More... 6 months ago
adjust version date: 20231127 More... 6 months ago
updated with the latest fixes More... 6 months ago
Wilbert van der Poel's fixes to inconsistent handling of -F and --csv. More... 6 months ago
Fix after review comment. More... 6 months ago
Fix exit status of system on MacOS. More... 6 months ago