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
2013-11-27
preproc: Handle curly braces in multi-line macro parameters
Jin Kyu Song
1
-13
/
+29
2013-11-27
Revert "AVX-512: Handle curly braces in multi-line macro parameters"
Jin Kyu Song
1
-5
/
+0
2013-11-20
Build: Suppress warning messages
Jin Kyu Song
1
-1
/
+1
2013-11-09
BR3392270: preproc: Handle all token chains in mmacro params range
Cyrill Gorcunov
1
-7
/
+18
2013-08-22
AVX-512: Handle curly braces in multi-line macro parameters
Jin Kyu Song
1
-0
/
+5
2013-05-06
BR3392253: Fix potential buffer overflow in number conversion
Cyrill Gorcunov
1
-1
/
+1
2013-04-01
Fixed wrong/redundant comparison according to documentation in comment above.
Philipp Kloke
1
-1
/
+1
2013-02-04
BR3392240: preproc: Don't fail on pasting of space expanded rvalue tokens
Cyrill Gorcunov
1
-4
/
+25
2012-12-27
br3392236: Don't treat \Space after \BackSlash as a sign for line continuation
Cyrill Gorcunov
1
-1
/
+1
2012-10-27
BR3392226 preproc: Rework line readin procedure
Cyrill Gorcunov
1
-57
/
+56
2012-08-07
BR 3392207: preproc: Rewrite paste_tokens routine
Cyrill Gorcunov
1
-97
/
+136
2012-05-07
preproc: Split get rid of global preproc methods
Cyrill Gorcunov
1
-6
/
+11
2012-05-06
preproc: Drop never used pp_runtime
Cyrill Gorcunov
1
-20
/
+0
2012-05-02
preproc: Use bsii helper
Cyrill Gorcunov
1
-18
/
+1
2012-03-11
preproc: Finally drop context-through search
Cyrill Gorcunov
1
-62
/
+15
2012-03-04
BR3392200: preproc - Fix dangling paste term
Cyrill Gorcunov
1
-2
/
+7
2012-03-03
preproc: Revert to the NASM 2.09 preprocessor
H. Peter Anvin
1
-1257
/
+962
2012-03-01
preproc: Drop never used Cond structure
Cyrill Gorcunov
1
-2
/
+0
2012-02-27
BR3392200: preproc - Fix dangling paste term
Cyrill Gorcunov
1
-2
/
+10
2011-11-20
preproc: Proper bracing with list_for_each
Cyrill Gorcunov
1
-3
/
+6
2011-10-09
preproc: Drop NULL assignments for static variables
Cyrill Gorcunov
1
-8
/
+8
2011-10-09
preproc: A few style fixups
Cyrill Gorcunov
1
-23
/
+36
2011-10-02
preproc: %ifenv should require environment variable name to exist
Cyrill Gorcunov
1
-3
/
+4
2011-10-02
BR3414012: Make %if[n]def to handle tail spaces
Cyrill Gorcunov
1
-3
/
+4
2011-08-01
preproc: Drop emitting() rudimanet
Cyrill Gorcunov
1
-1
/
+0
2011-07-17
preproc: Align members in structures
Cyrill Gorcunov
1
-45
/
+47
2011-07-17
preproc: Reorder ExpInv to drop padding
Cyrill Gorcunov
1
-18
/
+19
2011-07-17
preproc: Reorder SMacro members to eliminate padding
Cyrill Gorcunov
1
-6
/
+6
2011-07-06
preproc: Drop useless assignments
Cyrill Gorcunov
1
-4
/
+0
2011-07-02
preproc: Move Preproc type to preproc_ops structure
Cyrill Gorcunov
1
-1
/
+1
2011-06-30
preproc: Refactor smacro paramters expansion
Cyrill Gorcunov
1
-6
/
+9
2011-06-30
preproc: Add smacro paramter helpers
Cyrill Gorcunov
1
-6
/
+32
2011-06-30
preproc: Alignment in loop
Cyrill Gorcunov
1
-3
/
+3
2011-06-28
preproc: Finally drop context-through search
Cyrill Gorcunov
1
-36
/
+16
2011-06-28
preproc: nasm_free is safe against NULL argument
Cyrill Gorcunov
1
-10
/
+5
2011-06-27
Revert "BR3288901: Relax concat rules in preprocessor code"
Cyrill Gorcunov
1
-23
/
+27
2011-06-27
preproc: Add trace point into paste_tokens
Cyrill Gorcunov
1
-0
/
+2
2011-06-26
preproc: Some more tracing calls
Cyrill Gorcunov
1
-0
/
+17
2011-06-26
preproc: Missed double charp in nasm_trace
Cyrill Gorcunov
1
-1
/
+1
2011-06-25
preproc: Add tokenization tracing
Cyrill Gorcunov
1
-4
/
+47
2011-06-25
preproc.c: Get rid of a few tabs and update year
Cyrill Gorcunov
1
-3
/
+3
2011-06-25
preproc.c: Use list_reverse helper
Cyrill Gorcunov
1
-9
/
+3
2011-06-25
preproc: Drop unused 'mtok' variable
Cyrill Gorcunov
1
-2
/
+1
2011-06-25
BR3288901: Relax concat rules in preprocessor code
Cyrill Gorcunov
1
-27
/
+23
2011-03-12
Merge branch 'nasm-2.09.xx'
Cyrill Gorcunov
1
-1
/
+1
2011-03-07
preproc.c: Don't forget to dup filename before free
Cyrill Gorcunov
1
-1
/
+1
2011-03-05
preproc.c: Fix use-after-free bug
Cyrill Gorcunov
1
-1
/
+1
2011-02-28
preproc: Use nasm_zalloc helper
Cyrill Gorcunov
1
-35
/
+14
2010-12-18
preproc.c: fix tokenize() warnings for ignored expansion definitions
Keith Kanios
1
-3
/
+8
2010-12-18
preproc.c: simplify %un[i]macro warning message
Keith Kanios
1
-1
/
+1
[next]