aboutsummaryrefslogtreecommitdiffstats
path: root/b.c
Commit message (Expand)AuthorAgeFilesLines
* Move exclusively to bison as parser generator.Arnold D. Robbins2020-07-301-1/+1
* Cast to uschar when storing a char in an int that will be used as an index (#88)Todd C. Miller2020-07-291-1/+1
* Merge branch 'staging'Arnold D. Robbins2020-06-251-2/+2
|\
| * Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller2020-06-251-2/+2
* | Fix onetrueawk#83 (#84)awkfan772020-06-251-0/+6
|/
* Fix for a{0} bug.Arnold D. Robbins2020-01-241-1/+11
* Small fixes (#68)zoulasc2020-01-241-2/+2
* Minor fixes.Arnold D. Robbins2020-01-061-1/+1
* Small formatting cleanups in b.c.Arnold D. Robbins2020-01-011-7/+8
* Bug fix in interval expressions.Arnold D. Robbins2019-12-271-9/+11
* Fix memory corruption manifested on 32 bit binaries (#58)zoulasc2019-12-091-2/+4
* Convert variables to bool and enum.Arnold D. Robbins2019-11-101-18/+20
* More cleanups: (#53)zoulasc2019-10-241-34/+34
* Amended the all pull request. (#51)zoulasc2019-10-171-93/+103
* Fix compile warnings.Arnold D. Robbins2019-10-071-2/+2
* Add RS as regex code, ifdefed-out, from NetBSD.Arnold D. Robbins2019-09-101-0/+88
* Fix out-of-bounds access in gototab array for caret character (#47)Alexander Richardson2019-09-101-2/+0
* Remove trailing whitespace on lines in all files.Arnold D. Robbins2019-07-281-4/+4
* Add support for "\a" and "\v" to regex and command line args (#44)Martijn Dekker2019-07-261-0/+4
* MFV r315425: one-true-awk: have calloc(3) do the multiplication.pfg2019-07-161-6/+6
* MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg2019-07-161-10/+10
* Allow unmatched right paren in regexes. Fixes Issue #40.Arnold D. Robbins2019-06-041-1/+11
* Merge remote-tracking branch 'upstream/master' into interval-exprMartijn Dekker2019-03-051-1/+2
|\
| * Merge branch 'master' into cc_func-avoid-undefined-behaviourLeonardo Taccari2019-01-281-1/+9
| |\
| * | avoid undefined behaviour when using ctype(3) functions in relex()Leonardo Taccari2018-08-291-1/+2
* | | repeat(): add FATAL calls for errors that should be impossibleMartijn Dekker2019-02-211-0/+2
* | | backport ERE interval/repetition expressions from Apple awk-24Martijn Dekker2019-01-231-2/+242
| |/ |/|
* | Fix regular expressions containing [[:cntrl:]]Cody Peter Mello2018-11-121-1/+9
|/
* Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins2018-08-221-1/+1
* initial commit for githubBrian Kernighan2012-12-221-0/+958