aboutsummaryrefslogtreecommitdiff
path: root/awk.h
AgeCommit message (Expand)Author
2020-06-25Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller
2020-05-15Fix test for use of noreturn.Arnold D. Robbins
2020-04-16Fix noreturn for old compilers.Arnold D. Robbins
2020-04-05Replace __attribute__((__noreturn__)) with _Noreturn. (#77)awkfan77
2020-01-24Update version info.Arnold D. Robbins
2020-01-24Small fixes (#68)zoulasc
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-10-24Additional fixes after merge of PR 53.Arnold D. Robbins
2019-10-24More cleanups: (#53)zoulasc
2019-10-17Amended the all pull request. (#51)zoulasc
2019-09-10Fix out-of-bounds access in gototab array for caret character (#47)Alexander Richardson
2019-07-28Remove trailing whitespace on lines in all files.Arnold D. Robbins
2019-06-17Disallow deleting SYMTAB and its elements (#43)Cody Mello
2018-09-23Handle numeric FS, RS, OFS, and ORS valuesCody Peter Mello
2018-09-17Fix issues with numeric SUBSEP and large SUBSEP valuesCody Peter Mello
2018-08-22Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins
2012-12-22initial commit for githubBrian Kernighan