summaryrefslogtreecommitdiff
path: root/stdscan.c
Commit message (Expand)AuthorAgeFilesLines
* 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