aboutsummaryrefslogtreecommitdiff
path: root/lex.c
AgeCommit message (Expand)Author
2020-12-08Rework floating point conversions. (#98)Arnold Robbins
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-02-28Merge branch 'master' into stagingArnold D. Robbins
2020-02-283 more fixes (#75)zoulasc
2020-02-28Fix hwasan global overflow. (#76)enh-google
2020-01-31Get tests working again.Arnold D. Robbins
2020-01-24Small fixes (#68)zoulasc
2020-01-06Minor fixes.Arnold D. Robbins
2020-01-05Fix merging of concatenated string constants.Arnold D. Robbins
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-10-24More cleanups: (#53)zoulasc
2019-09-10Avoid creating an out-of-bounds pointer in word() (#48)Alexander Richardson
2019-07-28Remove trailing whitespace on lines in all files.Arnold D. Robbins
2019-07-16MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg
2018-09-21Improve error reporting messagesCody Peter Mello
2012-12-22initial commit for githubBrian Kernighan