summaryrefslogtreecommitdiff
path: root/pptok.pl
AgeCommit message (Expand)AuthorFilesLines
2013-06-30make: Fix nasm build with MSVCMarat Dukhan1-1/+1
2010-11-07Fix Perl deprecation warnings.Victor van den Elzen1-1/+1
2009-06-28Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin1-0/+33
2008-06-21pp_directives_len can be uint8_tH. Peter Anvin1-1/+1
2008-06-19macros.c: compress by tokenizing macro directivesH. Peter Anvin1-4/+37
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-10/+10
2007-10-02Portability fixesH. Peter Anvin1-0/+1
2007-10-02Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin1-14/+8
2007-09-18Change the token prehash function for better convergenceH. Peter Anvin1-2/+2
2007-09-13pptok.c: don't insist on C99 compiler behaviourH. Peter Anvin1-2/+3
2007-09-12pptok.c: quick-and-dirty downcasing during prehashingH. Peter Anvin1-1/+7
2007-09-12pptok.c: handle holes in the pp_directives arrayH. Peter Anvin1-1/+1
2007-09-12More automation in the preprocessor conditionals handlingH. Peter Anvin1-23/+64
2007-09-12pptok.c: fix spacingH. Peter Anvin1-1/+1
2007-09-12Generate automatically correct tests for %if and %elifH. Peter Anvin1-0/+14
2007-09-12Use a perfect hash to look up preprocessor directivesH. Peter Anvin1-0/+147