aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-11-08From Ori Bernstein, ori@eigenstate.org, for FS="" in multibyte locale.Arnold D. Robbins
2019-10-25Update FIXES and main.c version.Arnold D. Robbins
2019-10-24Additional fixes after merge of PR 53.Arnold D. Robbins
2019-10-17Update FIXES and date in main.c.Arnold D. Robbins
2019-10-06Make RS as regexp work without ifdef. Add doc, bump version.Arnold D. Robbins
2019-09-10Update FIXES and version date in main.c.Arnold D. Robbins
2019-07-28Grammar optimization from NetBSD: Two adjacent string constants are merged.Arnold D. Robbins
2019-07-28Remove trailing whitespace on lines in all files.Arnold D. Robbins
2019-07-26Add support for "\a" and "\v" to regex and command line args (#44)Martijn Dekker
2019-07-17Update FIXES and main.c version.Arnold D. Robbins
2019-07-16awk: Use random(3) instead of rand(3)pfg
2019-07-16Update FIXES and version in main.c.Arnold D. Robbins
2019-06-17Disallow deleting SYMTAB and its elements (#43)Cody Mello
2019-06-04Allow unmatched right paren in regexes. Fixes Issue #40.Arnold D. Robbins
2019-05-29Fix Issue #38 - don't require non-= after = in cmd line assignment.Arnold D. Robbins
2019-03-05Merge remote-tracking branch 'upstream/master' into interval-exprMartijn Dekker
2019-01-26Update version string in main.c.Arnold D. Robbins
2019-01-23backport ERE interval/repetition expressions from Apple awk-24Martijn Dekker
2018-10-09Flags that begin with "--" should not be treated as end of argsCody Peter Mello
2018-08-27forgot to update version stringBrian Kernighan
2018-08-24added Arnold's fixes, updates to awktest.tarBrian Kernighan
2018-08-22Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins
2018-08-15set baseline so Arnold can send pull requestBrian Kernighan
2012-12-22initial commit for githubBrian Kernighan