index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-27
stdscan: Rework curly brace parsing routines
Jin Kyu Song
1
-64
/
+46
2013-08-06
AVX-512: Add support for parsing braces
Jin Kyu Song
1
-4
/
+90
2009-10-31
stdscan.c: use TOKEN_EOS and string helpers
Cyrill Gorcunov
1
-6
/
+5
2009-10-31
Various tab/space/comment cleanup
Cyrill Gorcunov
1
-61
/
+63
2009-10-31
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
1
-1
/
+11
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-0
/
+33
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-1
/
+1
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-1
/
+1
2008-06-09
Make strings a first-class token type; defer evaluation
H. Peter Anvin
1
-6
/
+2
2008-06-04
Fix memory management issues with expanded %include
H. Peter Anvin
1
-9
/
+8
2008-06-01
qstring: backquoted strings seem to work now...
H. Peter Anvin
1
-12
/
+17
2008-05-30
stdscan.c: clarify comment
H. Peter Anvin
1
-1
/
+1
2007-10-22
Support binary and octal floating-point
H. Peter Anvin
1
-1
/
+1
2007-10-22
More consistent handling of radix letters
H. Peter Anvin
1
-7
/
+8
2007-10-19
Allow $-prefixed hexadecimal FP as an alternative to 0x
H. Peter Anvin
1
-1
/
+1
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-1
/
+0
2007-10-19
Don't confuse suffixed hexadecimal with floating-point
H. Peter Anvin
1
-3
/
+20
2007-10-19
Allow underscores in numbers; better detection of FP
H. Peter Anvin
1
-25
/
+35
2007-10-11
More "bool" fixes
H. Peter Anvin
1
-1
/
+1
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-1
/
+1
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-2
/
+2
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-18
Slightly optimize the interface to nasm_token_hash()
H. Peter Anvin
1
-5
/
+1
2007-09-18
Support C99-style hexadecimal floating point.
H. Peter Anvin
1
-1
/
+3
2007-08-31
Minor cleanup; remove duplication of names.c
H. Peter Anvin
1
-3
/
+3
2007-08-30
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
1
-0
/
+201