index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdscan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdscan.c: use TOKEN_EOS and string helpers
Cyrill Gorcunov
2009-10-31
1
-6
/
+5
*
Various tab/space/comment cleanup
Cyrill Gorcunov
2009-10-31
1
-61
/
+63
*
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
2009-10-31
1
-1
/
+11
*
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
2009-06-28
1
-0
/
+33
*
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
2008-06-21
1
-1
/
+1
*
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
2008-06-11
1
-1
/
+1
*
Make strings a first-class token type; defer evaluation
H. Peter Anvin
2008-06-09
1
-6
/
+2
*
Fix memory management issues with expanded %include
H. Peter Anvin
2008-06-04
1
-9
/
+8
*
qstring: backquoted strings seem to work now...
H. Peter Anvin
2008-06-01
1
-12
/
+17
*
stdscan.c: clarify comment
H. Peter Anvin
2008-05-30
1
-1
/
+1
*
Support binary and octal floating-point
H. Peter Anvin
2007-10-22
1
-1
/
+1
*
More consistent handling of radix letters
H. Peter Anvin
2007-10-22
1
-7
/
+8
*
Allow $-prefixed hexadecimal FP as an alternative to 0x
H. Peter Anvin
2007-10-19
1
-1
/
+1
*
Formatting: kill off "stealth whitespace"
H. Peter Anvin
2007-10-19
1
-1
/
+0
*
Don't confuse suffixed hexadecimal with floating-point
H. Peter Anvin
2007-10-19
1
-3
/
+20
*
Allow underscores in numbers; better detection of FP
H. Peter Anvin
2007-10-19
1
-25
/
+35
*
More "bool" fixes
H. Peter Anvin
2007-10-11
1
-1
/
+1
*
Additional uses of bool and enum
H. Peter Anvin
2007-10-11
1
-1
/
+1
*
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
2007-10-10
1
-2
/
+2
*
Portability fixes
H. Peter Anvin
2007-10-02
1
-0
/
+2
*
Slightly optimize the interface to nasm_token_hash()
sse5
H. Peter Anvin
2007-09-18
1
-5
/
+1
*
Support C99-style hexadecimal floating point.
H. Peter Anvin
2007-09-18
1
-1
/
+3
*
Minor cleanup; remove duplication of names.c
H. Peter Anvin
2007-08-31
1
-3
/
+3
*
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
2007-08-30
1
-0
/
+201