index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
preproc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
preproc: handle %+ even during early token replacement
H. Peter Anvin
2009-05-04
1
-1
/
+1
*
preproc: unify token-pasting code
H. Peter Anvin
2009-04-20
1
-92
/
+118
*
preproc: make $ and $$ TOKEN_OTHER
H. Peter Anvin
2009-04-17
1
-6
/
+10
*
BR 2760773: $$ tokens
Victor van den Elzen
2009-04-17
1
-0
/
+3
*
preproc: fix more token pasting cases
H. Peter Anvin
2009-04-08
1
-1
/
+7
*
Handle weird cases of token pasting
H. Peter Anvin
2009-04-07
1
-13
/
+40
*
br704736: handle deep context-local macros
H. Peter Anvin
2009-02-21
1
-44
/
+44
*
preproc: BR 2222615: fix segfault on bogus %ifmacro
H. Peter Anvin
2008-11-04
1
-1
/
+0
*
preproc: merge expand_mmac_params() and expand_indirect()
H. Peter Anvin
2008-10-26
1
-101
/
+30
*
preproc: don't macro-expand the argument to %use
H. Peter Anvin
2008-10-24
1
-10
/
+11
*
preproc: allow %pop to take an identifier, unify %push/%repl/%pop
H. Peter Anvin
2008-10-24
1
-44
/
+32
*
preproc: fix terminal token pasting in indirect sequences
H. Peter Anvin
2008-10-19
1
-1
/
+29
*
preproc: error on unterminated %[...]
H. Peter Anvin
2008-10-19
1
-0
/
+2
*
preproc: fix exit conditions for indirection loop
H. Peter Anvin
2008-10-19
1
-4
/
+3
*
preproc: correctly handle quoted strings inside %[...] constructs
H. Peter Anvin
2008-10-19
1
-7
/
+18
*
preproc: fix list iteration in the case of expand_indirect()
H. Peter Anvin
2008-10-19
1
-34
/
+37
*
preproc: Add new %[...] indirection construct
H. Peter Anvin
2008-10-19
1
-12
/
+83
*
Apply patch from BR 890790
Victor van den Elzen
2008-10-01
1
-0
/
+2
*
Allow %warning output to be suppressed
H. Peter Anvin
2008-09-30
1
-1
/
+1
*
Set __PASS__ to 3 for preprocess only
H. Peter Anvin
2008-09-25
1
-5
/
+14
*
Add __PASS__ builtin macro
H. Peter Anvin
2008-09-24
1
-0
/
+11
*
Unbreak %warning
H. Peter Anvin
2008-09-24
1
-30
/
+38
*
%error, %warning out on the final pass, add %fatal
H. Peter Anvin
2008-09-24
1
-3
/
+13
*
BR 1239818 - handle multiple %else clauses
Victor van den Elzen
2008-09-18
1
-37
/
+92
*
BR 2048950: fix crash due to mmacro list overflow
H. Peter Anvin
2008-09-01
1
-1
/
+2
*
Add macro-defaults warning class and documentation.
Victor van den Elzen
2008-08-06
1
-2
/
+4
*
BR 2034542: fix crash when touching __FILE__
H. Peter Anvin
2008-07-31
1
-1
/
+1
*
preproc: restore correct break; in do_directive()
H. Peter Anvin
2008-07-23
1
-10
/
+10
*
BR 560960: warn about trailing garbage in %macro/%ifmacro
Victor van den Elzen
2008-07-23
1
-1
/
+9
*
Improve checking and documentation for %ifctx
Victor van den Elzen
2008-07-23
1
-3
/
+5
*
Avoid redundant "const" for macros_t
H. Peter Anvin
2008-07-19
1
-4
/
+4
*
preproc: add %un[i]macro, add cleanups
H. Peter Anvin
2008-07-16
1
-80
/
+123
*
preproc.c: fix %ifn, %elifn
H. Peter Anvin
2008-07-16
1
-1
/
+1
*
Fix %rep ... %endmacro crash
Victor van den Elzen
2008-07-16
1
-7
/
+12
*
preproc.c: make %warning actually issue a warning...
H. Peter Anvin
2008-07-13
1
-2
/
+3
*
%EXITREP inside nested %REPs
Charles Crayne
2008-07-12
1
-2
/
+31
*
preproc: Allow anonymous contexts
H. Peter Anvin
2008-07-02
1
-18
/
+28
*
Permit commas in %strcat
H. Peter Anvin
2008-07-01
1
-0
/
+4
*
preproc: %strcat directive to concatenate quoted strings
H. Peter Anvin
2008-07-01
1
-17
/
+81
*
preproc: MMacro.finishes is a pointer, not a boolean
H. Peter Anvin
2008-06-28
1
-5
/
+5
*
Make the macros table "unsigned char"
H. Peter Anvin
2008-06-25
1
-3
/
+3
*
Drop the index tables from the canned macros
H. Peter Anvin
2008-06-21
1
-8
/
+8
*
Fix a few more <ctype.h> instances
H. Peter Anvin
2008-06-21
1
-1
/
+1
*
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
2008-06-21
1
-9
/
+9
*
preproc: free the include path and the final filename
H. Peter Anvin
2008-06-20
1
-2
/
+10
*
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
2008-06-20
1
-2
/
+2
*
Somewhat more clever way to generate the %use guard macros
H. Peter Anvin
2008-06-19
1
-12
/
+6
*
Protect %use from multi-inclusion and provide a test macro
H. Peter Anvin
2008-06-19
1
-6
/
+21
*
%use: call these directives "standard macro packages"
H. Peter Anvin
2008-06-19
1
-3
/
+3
*
macros.c: compress by tokenizing macro directives
H. Peter Anvin
2008-06-19
1
-1
/
+24
[next]