summaryrefslogtreecommitdiff
path: root/stdscan.c
Commit message (Expand)AuthorAgeFilesLines
* stdscan.c: use TOKEN_EOS and string helpersCyrill Gorcunov2009-10-311-6/+5
* Various tab/space/comment cleanupCyrill Gorcunov2009-10-311-61/+63
* stdscan: switch to stdscan_get/set routinesCyrill Gorcunov2009-10-311-1/+11
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-0/+33
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-211-1/+1
* Use an explicit table for tolower() to avoid a function callH. Peter Anvin2008-06-111-1/+1
* Make strings a first-class token type; defer evaluationH. Peter Anvin2008-06-091-6/+2
* Fix memory management issues with expanded %includeH. Peter Anvin2008-06-041-9/+8
* qstring: backquoted strings seem to work now...H. Peter Anvin2008-06-011-12/+17
* stdscan.c: clarify commentH. Peter Anvin2008-05-301-1/+1
* Support binary and octal floating-pointH. Peter Anvin2007-10-221-1/+1
* More consistent handling of radix lettersH. Peter Anvin2007-10-221-7/+8
* Allow $-prefixed hexadecimal FP as an alternative to 0xH. Peter Anvin2007-10-191-1/+1
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+0
* Don't confuse suffixed hexadecimal with floating-pointH. Peter Anvin2007-10-191-3/+20
* Allow underscores in numbers; better detection of FPH. Peter Anvin2007-10-191-25/+35
* More "bool" fixesH. Peter Anvin2007-10-111-1/+1
* Additional uses of bool and enumH. Peter Anvin2007-10-111-1/+1
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-2/+2
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Slightly optimize the interface to nasm_token_hash()sse5H. Peter Anvin2007-09-181-5/+1
* Support C99-style hexadecimal floating point.H. Peter Anvin2007-09-181-1/+3
* Minor cleanup; remove duplication of names.cH. Peter Anvin2007-08-311-3/+3
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-0/+201