summaryrefslogtreecommitdiff
path: root/pptok.pl
Commit message (Expand)AuthorAgeFilesLines
* Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin2009-06-281-0/+33
* pp_directives_len can be uint8_tH. Peter Anvin2008-06-211-1/+1
* macros.c: compress by tokenizing macro directivesH. Peter Anvin2008-06-191-4/+37
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-10/+10
* Portability fixesH. Peter Anvin2007-10-021-0/+1
* Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin2007-10-021-14/+8
* Change the token prehash function for better convergenceH. Peter Anvin2007-09-181-2/+2
* pptok.c: don't insist on C99 compiler behaviourH. Peter Anvin2007-09-131-2/+3
* pptok.c: quick-and-dirty downcasing during prehashingH. Peter Anvin2007-09-121-1/+7
* pptok.c: handle holes in the pp_directives arrayH. Peter Anvin2007-09-121-1/+1
* More automation in the preprocessor conditionals handlingH. Peter Anvin2007-09-121-23/+64
* pptok.c: fix spacingH. Peter Anvin2007-09-121-1/+1
* Generate automatically correct tests for %if and %elifH. Peter Anvin2007-09-121-0/+14
* Use a perfect hash to look up preprocessor directivesH. Peter Anvin2007-09-121-0/+147