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
/
preproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-07
preproc: Issue warning on unterminated %{ construct
Cyrill Gorcunov
1
-1
/
+5
2010-10-07
preproc.c: Support multiple matches in paste_tokens
Cyrill Gorcunov
1
-48
/
+69
2010-09-30
BR30730640: Restore preprocessor token concatenation rules
Cyrill Gorcunov
1
-88
/
+73
2010-09-24
BR3074517: Print %macro name inside %rep blocks
Cyrill Gorcunov
1
-3
/
+13
2010-09-18
Merge branch 'nasm-2.09.xx'
Cyrill Gorcunov
1
-0
/
+30
2010-09-18
BR3066383: Restore backward compatibility with token pasting
Cyrill Gorcunov
1
-0
/
+30
2010-09-15
BR3064459: Missing %endif doesn't always cause error
Cyrill Gorcunov
1
-3
/
+5
2010-09-15
Merge branch 'nasm-2.09.xx'
H. Peter Anvin
1
-1
/
+24
2010-09-15
preproc: reverse the order of the tokens in %deftok
H. Peter Anvin
1
-1
/
+24
2010-09-12
preproc.c: Get rid of new TABs brought in recently
Cyrill Gorcunov
1
-58
/
+57
2010-09-12
BR3064459: Missing %endif doesn't always cause error
Cyrill Gorcunov
1
-3
/
+5
2010-09-07
preproc.c: Make %substr robust
Cyrill Gorcunov
1
-4
/
+5
2010-09-07
Handle %substr invalid parameters preventing NULL dereference
Cyrill Gorcunov
1
-9
/
+14
2010-09-07
preproc.c: Make %substr robust
Cyrill Gorcunov
1
-4
/
+5
2010-09-07
Handle %substr invalid parameters preventing NULL dereference
Cyrill Gorcunov
1
-9
/
+14
2010-09-07
Fix NULL dereferences on %substr missing operands
Cyrill Gorcunov
1
-2
/
+3
2010-09-07
Fix NULL dereferences on %substr missing operands
Cyrill Gorcunov
1
-2
/
+3
2010-09-06
BR3060469: Fix SIGSEV on missed %deftok second parameter
Cyrill Gorcunov
1
-1
/
+1
2010-09-06
BR3060469: Fix SIGSEV on missed %deftok second parameter
Cyrill Gorcunov
1
-1
/
+1
2010-08-14
preproc.c: revamped context-local fall-through warning message
Keith Kanios
1
-5
/
+6
2010-08-11
preproc.c: Context-through single macros expansion is deprecated
Cyrill Gorcunov
1
-10
/
+28
2010-08-10
preproc.c: modified deprecation warning for context-local label fallthrough
Keith Kanios
1
-8
/
+9
2010-08-09
preproc.c: Fix error message typo
Cyrill Gorcunov
1
-1
/
+1
2010-08-09
BR3041451: Implement upper bound for %rep counter
Cyrill Gorcunov
1
-1
/
+9
2010-08-09
preproc.c: added deprecation warning for context-local label fallthrough
Keith Kanios
1
-1
/
+7
2010-07-23
preproc.: Fix NULL dereference on broken %strlen argument
Cyrill Gorcunov
1
-1
/
+1
2010-07-20
preproc: allow non-identifier character in environment variables
H. Peter Anvin
1
-28
/
+68
2010-07-13
preproc: add %ifenv
H. Peter Anvin
1
-0
/
+21
2010-07-13
BR3028880: Revert to nonfatal, better error message, cleanup
H. Peter Anvin
1
-4
/
+6
2010-07-13
BR3028880: Make nonexistent environment variable being fatal error
Cyrill Gorcunov
1
-5
/
+3
2010-07-13
BR3028880: Fix NULL dereference on nonexistent environment variable
Cyrill Gorcunov
1
-4
/
+7
2010-07-13
tokenize: Fix wrong string index in indirect strings
Cyrill Gorcunov
1
-1
/
+1
2010-07-13
preproc: Extract reading line from predefined macros from read_line
Cyrill Gorcunov
1
-60
/
+83
2010-07-13
BR3026808: Assign to local preprocessor variable does not work in 2.09
Cyrill Gorcunov
1
-1
/
+0
2010-07-10
preproc.c: Fix NULL deref on token pasting
Cyrill Gorcunov
1
-1
/
+3
2010-07-08
preproc: don't paste TOK_PREPROC_ID
H. Peter Anvin
1
-1
/
+1
2010-07-08
Revert "BR3005117: Expland local single macro before pasting tokens"
H. Peter Anvin
1
-26
/
+0
2010-07-08
Revert "expand_mmac_params: Don't forget to handle TOK_OTHER"
H. Peter Anvin
1
-2
/
+1
2010-07-08
Revert "expand_mmac_params: Expand local single macros unconditionally"
H. Peter Anvin
1
-1
/
+6
2010-07-08
Revert "expand_mmac_params: Expand local single macros unconditionally"
H. Peter Anvin
1
-1
/
+8
2010-06-20
preproc.c: Get rid of signed/unsigned comparison warning
Cyrill Gorcunov
1
-2
/
+2
2010-06-08
expand_mmac_params: Expand local single macros unconditionally
Cyrill Gorcunov
1
-8
/
+1
2010-06-08
expand_mmac_params: Expand local single macros unconditionally
Cyrill Gorcunov
1
-6
/
+1
2010-06-05
expand_mmac_params_range: Simplify condition
Cyrill Gorcunov
1
-4
/
+2
2010-06-05
preproc.c: Fix argument indices checking in parameters range
Cyrill Gorcunov
1
-2
/
+4
2010-06-05
preproc.c: Introduce macros parameters range expansion
Cyrill Gorcunov
1
-77
/
+164
2010-06-04
expand_mmac_params: Format condition
Cyrill Gorcunov
1
-3
/
+3
2010-06-03
nasmlib: Rename elements() macro to ARRAY_SIZE
Cyrill Gorcunov
1
-3
/
+3
2010-06-02
preproc.c: Use list_ helpers
Cyrill Gorcunov
1
-33
/
+23
2010-06-02
expand_mmac_params: Don't forget to handle TOK_OTHER
Cyrill Gorcunov
1
-1
/
+2
[next]