aboutsummaryrefslogtreecommitdiff
path: root/b.c
AgeCommit message (Expand)Author
2021-10-09Fix https://github.com/onetrueawk/awk/issues/121Anonymous AWK fan
2021-03-02Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.Todd C. Miller
2020-10-13Make it compile with g++.Arnold D. Robbins
2020-07-30Move exclusively to bison as parser generator.Arnold D. Robbins
2020-07-29Cast to uschar when storing a char in an int that will be used as an index (#88)Todd C. Miller
2020-06-25Merge branch 'staging'Arnold D. Robbins
2020-06-25Fix onetrueawk#83 (#84)awkfan77
2020-06-25Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller
2020-01-24Fix for a{0} bug.Arnold D. Robbins
2020-01-24Small fixes (#68)zoulasc
2020-01-06Minor fixes.Arnold D. Robbins
2020-01-01Small formatting cleanups in b.c.Arnold D. Robbins
2019-12-27Bug fix in interval expressions.Arnold D. Robbins
2019-12-09Fix memory corruption manifested on 32 bit binaries (#58)zoulasc
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-10-24More cleanups: (#53)zoulasc
2019-10-17Amended the all pull request. (#51)zoulasc
2019-10-07Fix compile warnings.Arnold D. Robbins
2019-09-10Add RS as regex code, ifdefed-out, from NetBSD.Arnold D. Robbins
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-07-26Add support for "\a" and "\v" to regex and command line args (#44)Martijn Dekker
2019-07-16MFV r315425: one-true-awk: have calloc(3) do the multiplication.pfg
2019-07-16MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg
2019-06-04Allow unmatched right paren in regexes. Fixes Issue #40.Arnold D. Robbins
2019-03-05Merge remote-tracking branch 'upstream/master' into interval-exprMartijn Dekker
2019-02-21repeat(): add FATAL calls for errors that should be impossibleMartijn Dekker
2019-01-28Merge branch 'master' into cc_func-avoid-undefined-behaviourLeonardo Taccari
2019-01-23backport ERE interval/repetition expressions from Apple awk-24Martijn Dekker
2018-11-12Fix regular expressions containing [[:cntrl:]]Cody Peter Mello
2018-08-29avoid undefined behaviour when using ctype(3) functions in relex()Leonardo Taccari
2018-08-22Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins
2012-12-22initial commit for githubBrian Kernighan