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
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
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-1
/
+1
2008-06-10
Remove expand_macros_in_string()
H. Peter Anvin
1
-14
/
+0
2008-06-10
Add %warning, saner unquoting of %error
H. Peter Anvin
1
-8
/
+16
2008-06-09
Make strings a first-class token type; defer evaluation
H. Peter Anvin
1
-17
/
+10
2008-06-09
Fix %? in multi-line macros with a label
H. Peter Anvin
1
-4
/
+9
2008-06-06
Fix dependency list generation
H. Peter Anvin
1
-7
/
+8
2008-06-04
Add %defstr, %idefstr
H. Peter Anvin
1
-1
/
+44
2008-06-04
Fix double free in %depend
H. Peter Anvin
1
-3
/
+1
2008-06-04
Fix memory management issues with expanded %include
H. Peter Anvin
1
-25
/
+34
2008-06-01
qstring: fix unquoting in %pathsearch directive
H. Peter Anvin
1
-2
/
+2
2008-06-01
qstring: backquoted strings seem to work now...
H. Peter Anvin
1
-17
/
+31
2008-06-01
qstring: first cut at full quoted string support in the preprocessor
H. Peter Anvin
1
-40
/
+60
2008-05-30
Introduce %depend and %pathsearch, and make incbin a macro
H. Peter Anvin
1
-65
/
+121
2008-05-30
preproc.c: %include: use expand_smacros() not expand_smacros_in_string()
H. Peter Anvin
1
-2
/
+1
2008-05-29
Add the -MP option to emit phony targets
H. Peter Anvin
1
-30
/
+49
2008-05-29
Implement -MD, -MF, -MT, -MQ
H. Peter Anvin
1
-8
/
+10
2008-05-29
preproc.c: get_ctx() can return NULL...
H. Peter Anvin
1
-5
/
+4
2008-05-28
hash user allocates struct hash_table
H. Peter Anvin
1
-25
/
+33
2008-05-26
preproc.c: prevent the compiler from reducing enum pp_token_type
H. Peter Anvin
1
-1
/
+2
2008-05-25
Implement %? and %?? for mmacros
H. Peter Anvin
1
-12
/
+24
2008-05-25
Implement %? and %?? for smacros
H. Peter Anvin
1
-2
/
+17
2008-05-22
Use hash tables even for context-sensitive macros
H. Peter Anvin
1
-72
/
+68
2008-05-21
Fix buffer overflow in preproc.c (BR 1942146)
Philipp Thomas
1
-1
/
+1
2008-05-20
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
1
-5
/
+5
2008-05-20
Add DY, YWORD, and the SY instruction flag
H. Peter Anvin
1
-2
/
+2
2008-05-04
First cut at AVX machinery.
H. Peter Anvin
1
-2
/
+2
2008-02-16
Add %ifempty and variants
H. Peter Anvin
1
-2
/
+9
2008-02-16
Implement %iftoken, test for a single token
H. Peter Anvin
1
-1
/
+15
2008-02-16
Constipate the stdmac[] array.
H. Peter Anvin
1
-2
/
+2
2008-02-16
BR 1582430: Allow numbers with leading + or - for %ifnum
H. Peter Anvin
1
-7
/
+11
2008-01-21
preproc.c: simplify detoken() slightly
H. Peter Anvin
1
-5
/
+5
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-26
BR 852464: Fix memory leak in %if/%elseif
H. Peter Anvin
1
-2
/
+2
2007-11-19
Slightly faster implementation of the deadman counter
H. Peter Anvin
1
-2
/
+2
2007-11-19
BR 812417: Deadman counter for macro expansion
H. Peter Anvin
1
-1
/
+9
2007-11-08
Add flat64 to %stacksize choices
Charles Crayne
1
-0
/
+6
2007-11-08
BR 1828103: Fix %arg and %local
H. Peter Anvin
1
-36
/
+33
2007-10-24
Fix the handling of floating-point tokens in the preprocessor
H. Peter Anvin
1
-22
/
+90
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-19
/
+19
[next]