aboutsummaryrefslogtreecommitdiffstats
path: root/lex.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 'master' into stagingArnold D. Robbins2020-02-281-1/+1
|\
| * Fix hwasan global overflow. (#76)enh-google2020-02-281-1/+1
* | 3 more fixes (#75)zoulasc2020-02-281-0/+1
|/
* Get tests working again.Arnold D. Robbins2020-01-311-0/+5
* Small fixes (#68)zoulasc2020-01-241-5/+7
* Minor fixes.Arnold D. Robbins2020-01-061-1/+1
* Fix merging of concatenated string constants.Arnold D. Robbins2020-01-051-2/+5
* Convert variables to bool and enum.Arnold D. Robbins2019-11-101-6/+6
* More cleanups: (#53)zoulasc2019-10-241-3/+3
* Avoid creating an out-of-bounds pointer in word() (#48)Alexander Richardson2019-09-101-2/+1
* Remove trailing whitespace on lines in all files.Arnold D. Robbins2019-07-281-12/+12
* MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg2019-07-161-7/+7
* Improve error reporting messagesCody Peter Mello2018-09-211-7/+11
* initial commit for githubBrian Kernighan2012-12-221-0/+582