aboutsummaryrefslogtreecommitdiff
path: root/b.c
AgeCommit message (Expand)Author
2023-11-24Initialize realloced memory to zero.Arnold D. Robbins
2023-11-20Merge branch 'master' into improve-gototabArnold D. Robbins
2023-11-15Fix fnematch utf8 supportMiguel Pineiro Jr
2023-10-31Merge branch 'master' into improve-gototabArnold D. Robbins
2023-10-30todd miller's fix for big-endian systems, and out of bounds readozan yigit
2023-10-25Add a missing free of f->gototab.Arnold D. Robbins
2023-10-15gototab reallocation pulled into resize_gototabozan yigit
2023-10-14Speed it back up.Arnold D. Robbins
2023-10-13Be smarter about clearing a goto table.Arnold D. Robbins
2023-10-13Two small fixes.Arnold D. Robbins
2023-10-11Track inuse vs. allocated, use bsearch in set_gototab.Arnold D. Robbins
2023-10-10Sort the gototab entries and binary search them.Arnold D. Robbins
2023-10-10First round, dynamically grow entries in a gototab.Arnold D. Robbins
2023-10-05Disable utf-8 for non-multibyte locales, such as C or POSIX.Todd C. Miller
2023-09-21Use cclenter("") to construct an empty CCL, not tostring("").Todd C. Miller
2023-09-21Restore makefile, final fix in b.c.Arnold D. Robbins
2023-09-21Start on rewrite of fnematch.Arnold D. Robbins
2023-09-18Fix a bad cast to char * that causes incorrect results on big endian.Todd C. Miller
2023-03-15fixed split with CSV (i think)Brian Kernighan
2022-12-24Fix fnematch for unicode. Fix printf %c for unicode.Arnold D. Robbins
2022-10-14fixes for printf from arnold (for which many thanks)Brian Kernighan
2022-08-24Fix permissions on some files.Arnold D. Robbins
2022-08-24Latest additions from BWK.Arnold D. Robbins
2022-05-31Changes from BWK for Unicode support. More to do though.Arnold D. Robbins
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