summaryrefslogtreecommitdiff
path: root/stdscan.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-27stdscan: Rework curly brace parsing routinesJin Kyu Song1-64/+46
2013-08-06AVX-512: Add support for parsing bracesJin Kyu Song1-4/+90
2009-10-31stdscan.c: use TOKEN_EOS and string helpersCyrill Gorcunov1-6/+5
2009-10-31Various tab/space/comment cleanupCyrill Gorcunov1-61/+63
2009-10-31stdscan: switch to stdscan_get/set routinesCyrill Gorcunov1-1/+11
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-0/+33
2008-06-21ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin1-1/+1
2008-06-11Use an explicit table for tolower() to avoid a function callH. Peter Anvin1-1/+1
2008-06-09Make strings a first-class token type; defer evaluationH. Peter Anvin1-6/+2
2008-06-04Fix memory management issues with expanded %includeH. Peter Anvin1-9/+8
2008-06-01qstring: backquoted strings seem to work now...H. Peter Anvin1-12/+17
2008-05-30stdscan.c: clarify commentH. Peter Anvin1-1/+1
2007-10-22Support binary and octal floating-pointH. Peter Anvin1-1/+1
2007-10-22More consistent handling of radix lettersH. Peter Anvin1-7/+8
2007-10-19Allow $-prefixed hexadecimal FP as an alternative to 0xH. Peter Anvin1-1/+1
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-1/+0
2007-10-19Don't confuse suffixed hexadecimal with floating-pointH. Peter Anvin1-3/+20
2007-10-19Allow underscores in numbers; better detection of FPH. Peter Anvin1-25/+35
2007-10-11More "bool" fixesH. Peter Anvin1-1/+1
2007-10-11Additional uses of bool and enumH. Peter Anvin1-1/+1
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-2/+2
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-09-18Slightly optimize the interface to nasm_token_hash()H. Peter Anvin1-5/+1
2007-09-18Support C99-style hexadecimal floating point.H. Peter Anvin1-1/+3
2007-08-31Minor cleanup; remove duplication of names.cH. Peter Anvin1-3/+3
2007-08-30Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin1-0/+201