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
/
macros.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-28
Add copyright verbiage to Perl scripts; update LICENSE
H. Peter Anvin
1
-4
/
+33
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-1
/
+1
2008-10-19
macros.pl: handle \-continuation lines in macros.pl
H. Peter Anvin
1
-0
/
+6
2008-09-09
macros.pl: don't include macros for disabled output formats
H. Peter Anvin
1
-4
/
+13
2008-09-09
macros.pl: be a bit more careful with open()
H. Peter Anvin
1
-2
/
+2
2008-06-25
Make the macros table "unsigned char"
H. Peter Anvin
1
-7
/
+7
2008-06-21
Drop the index tables from the canned macros
H. Peter Anvin
1
-18
/
+37
2008-06-20
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
1
-5
/
+25
2008-06-19
Somewhat more clever way to generate the %use guard macros
H. Peter Anvin
1
-0
/
+2
2008-06-19
%use: call these directives "standard macro packages"
H. Peter Anvin
1
-23
/
+23
2008-06-19
macros.pl: need to use $' to get proper left-to-right behaviour
H. Peter Anvin
1
-5
/
+5
2008-06-19
macros.pl: remove debug prints; improve compression regex
H. Peter Anvin
1
-6
/
+3
2008-06-19
macros.c: compress by tokenizing macro directives
H. Peter Anvin
1
-6
/
+28
2008-06-19
preproc: add support for builtin include modules (%use)
H. Peter Anvin
1
-22
/
+100
2008-06-15
Mark Perl scripts executable
H. Peter Anvin
1
-0
/
+0
2008-05-26
macros.pl: more readable comments
H. Peter Anvin
1
-5
/
+5
2008-05-26
Add some comments to the output of macros.pl
H. Peter Anvin
1
-2
/
+6
2008-05-20
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
1
-4
/
+5
2008-02-16
Constipate the stdmac[] array.
H. Peter Anvin
1
-1
/
+5
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-4
/
+4
2007-10-02
Portability fixes
H. Peter Anvin
1
-1
/
+1
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-1
/
+1
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-1
/
+1
2002-05-19
Fix a couple of perl4-isms that are now illegal
H. Peter Anvin
1
-2
/
+2
2002-05-18
uncomment "use strict" in macros.pl
Frank Kotler
1
-1
/
+1
2002-05-14
Change "const static" -> "static const" to keep gcc happy
H. Peter Anvin
1
-1
/
+1
2002-05-14
Code cleanup fixes from Ed Beroset
H. Peter Anvin
1
-1
/
+1
2002-05-04
Make all version information come from the single file "version".
H. Peter Anvin
1
-25
/
+28
2002-04-30
NASM 0.98.30
H. Peter Anvin
1
-1
/
+1
2002-04-30
NASM 0.98.18
H. Peter Anvin
1
-1
/
+1
2002-04-30
NASM 0.98.12
H. Peter Anvin
1
-1
/
+1
2002-04-30
NASM 0.98.11
H. Peter Anvin
1
-1
/
+2
2002-04-30
NASM 0.98.09
H. Peter Anvin
1
-11
/
+27
2002-04-30
NASM 0.96
H. Peter Anvin
1
-1
/
+2
2002-04-30
NASM 0.95
H. Peter Anvin
1
-0
/
+27