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
2009-04-20
preproc: unify token-pasting code
H. Peter Anvin
1
-92
/
+118
2009-04-17
preproc: make $ and $$ TOKEN_OTHER
H. Peter Anvin
1
-6
/
+10
2009-04-17
BR 2760773: $$ tokens
Victor van den Elzen
1
-0
/
+3
2009-04-08
preproc: fix more token pasting cases
H. Peter Anvin
1
-1
/
+7
2009-04-07
Handle weird cases of token pasting
H. Peter Anvin
1
-13
/
+40
2009-02-21
br704736: handle deep context-local macros
H. Peter Anvin
1
-44
/
+44
2008-11-04
preproc: BR 2222615: fix segfault on bogus %ifmacro
H. Peter Anvin
1
-1
/
+0
2008-10-26
preproc: merge expand_mmac_params() and expand_indirect()
H. Peter Anvin
1
-101
/
+30
2008-10-24
preproc: don't macro-expand the argument to %use
H. Peter Anvin
1
-10
/
+11
2008-10-24
preproc: allow %pop to take an identifier, unify %push/%repl/%pop
H. Peter Anvin
1
-44
/
+32
2008-10-19
preproc: fix terminal token pasting in indirect sequences
H. Peter Anvin
1
-1
/
+29
2008-10-19
preproc: error on unterminated %[...]
H. Peter Anvin
1
-0
/
+2
2008-10-19
preproc: fix exit conditions for indirection loop
H. Peter Anvin
1
-4
/
+3
2008-10-19
preproc: correctly handle quoted strings inside %[...] constructs
H. Peter Anvin
1
-7
/
+18
2008-10-19
preproc: fix list iteration in the case of expand_indirect()
H. Peter Anvin
1
-34
/
+37
2008-10-19
preproc: Add new %[...] indirection construct
H. Peter Anvin
1
-12
/
+83
2008-10-01
Apply patch from BR 890790
Victor van den Elzen
1
-0
/
+2
2008-09-30
Allow %warning output to be suppressed
H. Peter Anvin
1
-1
/
+1
2008-09-25
Set __PASS__ to 3 for preprocess only
H. Peter Anvin
1
-5
/
+14
2008-09-24
Add __PASS__ builtin macro
H. Peter Anvin
1
-0
/
+11
2008-09-24
Unbreak %warning
H. Peter Anvin
1
-30
/
+38
2008-09-24
%error, %warning out on the final pass, add %fatal
H. Peter Anvin
1
-3
/
+13
2008-09-18
BR 1239818 - handle multiple %else clauses
Victor van den Elzen
1
-37
/
+92
2008-09-01
BR 2048950: fix crash due to mmacro list overflow
H. Peter Anvin
1
-1
/
+2
2008-08-06
Add macro-defaults warning class and documentation.
Victor van den Elzen
1
-2
/
+4
2008-07-31
BR 2034542: fix crash when touching __FILE__
H. Peter Anvin
1
-1
/
+1
2008-07-23
preproc: restore correct break; in do_directive()
H. Peter Anvin
1
-10
/
+10
2008-07-23
BR 560960: warn about trailing garbage in %macro/%ifmacro
Victor van den Elzen
1
-1
/
+9
2008-07-23
Improve checking and documentation for %ifctx
Victor van den Elzen
1
-3
/
+5
2008-07-19
Avoid redundant "const" for macros_t
H. Peter Anvin
1
-4
/
+4
2008-07-16
preproc: add %un[i]macro, add cleanups
H. Peter Anvin
1
-80
/
+123
2008-07-16
preproc.c: fix %ifn, %elifn
H. Peter Anvin
1
-1
/
+1
2008-07-16
Fix %rep ... %endmacro crash
Victor van den Elzen
1
-7
/
+12
2008-07-13
preproc.c: make %warning actually issue a warning...
H. Peter Anvin
1
-2
/
+3
2008-07-12
%EXITREP inside nested %REPs
Charles Crayne
1
-2
/
+31
2008-07-02
preproc: Allow anonymous contexts
H. Peter Anvin
1
-18
/
+28
2008-07-01
Permit commas in %strcat
H. Peter Anvin
1
-0
/
+4
2008-07-01
preproc: %strcat directive to concatenate quoted strings
H. Peter Anvin
1
-17
/
+81
2008-06-28
preproc: MMacro.finishes is a pointer, not a boolean
H. Peter Anvin
1
-5
/
+5
2008-06-25
Make the macros table "unsigned char"
H. Peter Anvin
1
-3
/
+3
2008-06-21
Drop the index tables from the canned macros
H. Peter Anvin
1
-8
/
+8
2008-06-21
Fix a few more <ctype.h> instances
H. Peter Anvin
1
-1
/
+1
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-9
/
+9
2008-06-20
preproc: free the include path and the final filename
H. Peter Anvin
1
-2
/
+10
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
1
-2
/
+2
2008-06-19
Somewhat more clever way to generate the %use guard macros
H. Peter Anvin
1
-12
/
+6
2008-06-19
Protect %use from multi-inclusion and provide a test macro
H. Peter Anvin
1
-6
/
+21
2008-06-19
%use: call these directives "standard macro packages"
H. Peter Anvin
1
-3
/
+3
2008-06-19
macros.c: compress by tokenizing macro directives
H. Peter Anvin
1
-1
/
+24
2008-06-19
preproc: add support for builtin include modules (%use)
H. Peter Anvin
1
-41
/
+66
[next]