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-12-18
preproc.c: warn/ignore when attempting to %un[i]macro an active macro
Keith Kanios
1
-2
/
+8
2010-12-18
preproc.c: replace tabs with spaces on recent commits
Keith Kanios
1
-2
/
+2
2010-12-18
preproc.c: free expansion definitions as needed
Keith Kanios
1
-16
/
+3
2010-12-18
preproc.c: free tokens when ignoring expansion definition lines
Keith Kanios
1
-1
/
+1
2010-12-18
preproc.c: placate tokenize() warnings during expansion definition
Keith Kanios
1
-3
/
+3
2010-11-13
preproc.c: fix handling of %? and %??
Keith Kanios
1
-1
/
+1
2010-11-11
Revert 29cb0bb1b39f4e3c9e013993457e85fce14f5142
Cyrill Gorcunov
1
-1
/
+4
2010-11-11
preproc: Add dump_token helper
Cyrill Gorcunov
1
-0
/
+18
2010-11-11
preproc: Use nasm_zalloc more
Cyrill Gorcunov
1
-7
/
+5
2010-11-11
preproc: Use memset for stack allocated structure
Cyrill Gorcunov
1
-11
/
+4
2010-11-11
preproc: inc_fopen -- set sl->next early
Cyrill Gorcunov
1
-1
/
+1
2010-11-11
preproc: Use nasm_zalloc for new_ExpDef, new_ExpInv
Cyrill Gorcunov
1
-39
/
+10
2010-11-11
preproc: Use nasm_zalloc in new_Line
Cyrill Gorcunov
1
-5
/
+2
2010-11-11
preproc.c: Get rid of tab/space mess
Cyrill Gorcunov
1
-809
/
+809
2010-11-10
preproc: do_directive: Allocate 'Include' from zeroified-memory
Cyrill Gorcunov
1
-14
/
+12
2010-11-08
preproc.c: use nasm_strdup() rather than naked strdup()
H. Peter Anvin
1
-1
/
+1
2010-11-08
preproc.c: placate errors in OpenWatcom Compiler
Keith Kanios
1
-5
/
+7
2010-11-07
preproc.c: Fix OpenWatcom compiler error
Keith Kanios
1
-2
/
+2
2010-11-08
preproc.c: Fix OpenWatcom compiler error
Cyrill Gorcunov
1
-2
/
+1
2010-11-06
preproc.c: merge from preproc-rewrite branch
Keith Kanios
1
-843
/
+1101
2010-10-27
preproc.c: Restore concat rules on context local variables
Cyrill Gorcunov
1
-89
/
+95
2010-10-27
preproc: Issue warning on unterminated %{ construct
Cyrill Gorcunov
1
-1
/
+5
2010-10-27
BR3074517: Print %macro name inside %rep blocks
Cyrill Gorcunov
1
-3
/
+13
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
[prev]
[next]