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.c: expand_smacro -- break endless loop for interminable macro recursion
Cyrill Gorcunov
2009-11-21
1
-1
/
+2
*
preproc.c: fix exitmacro to account for if/endif blocks
Keith Kanios
2009-10-25
1
-3
/
+21
*
preproc.c: use string helpers
Cyrill Gorcunov
2009-10-13
1
-10
/
+5
*
preproc.c - remove redundant assignment
Cyrill Gorcunov
2009-07-20
1
-1
/
+0
*
Drop efunc and evalfunc as input to the preprocessor
H. Peter Anvin
2009-07-18
1
-9
/
+4
*
preproc: style cleanups
H. Peter Anvin
2009-07-15
1
-204
/
+203
*
preproc: formatting cleanups
H. Peter Anvin
2009-07-15
1
-13
/
+10
*
pptok: change %rimacro to %irmacro
Keith Kanios
2009-07-14
1
-5
/
+5
*
preproc: don't pass an enum to %s
H. Peter Anvin
2009-07-14
1
-1
/
+2
*
preproc: generic solution for error on NUL characters in string
H. Peter Anvin
2009-07-14
1
-12
/
+21
*
preproc: reject NUL characters in %deftok directives
H. Peter Anvin
2009-07-14
1
-4
/
+11
*
preproc: add %[i]deftok support
Keith Kanios
2009-07-14
1
-0
/
+47
*
preproc: add %exitmacro support and clean up recursive macro handling
Keith Kanios
2009-07-12
1
-9
/
+37
*
preproc: refine appropriate handling of PP_RMACRO/PP_RIMACRO/PP_MACRO/PP_IMACRO
Keith Kanios
2009-07-11
1
-5
/
+4
*
pptok: add rmacro/rimacro
Keith Kanios
2009-07-11
1
-21
/
+6
*
preproc: fix potential bug regarding MMacro->prev and %rep
Keith Kanios
2009-07-11
1
-0
/
+1
*
preproc: add recursive macro expansion support
Keith Kanios
2009-07-11
1
-15
/
+110
*
preproc: revert to older form of preprocessor user error messages
H. Peter Anvin
2009-07-07
1
-5
/
+5
*
preproc: always reprocess smacros after %+ - pasting
H. Peter Anvin
2009-07-07
1
-4
/
+5
*
preproc: don't handle %+ until the final phase of smacro expansion
H. Peter Anvin
2009-07-06
1
-4
/
+8
*
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
2009-07-06
1
-12
/
+0
*
Correction: preproc.c is *not* in the clear just yet.
H. Peter Anvin
2009-07-03
1
-0
/
+12
*
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
2009-06-28
1
-6
/
+33
*
preproc: use %if 0 instead of %ifdef BOGUS
H. Peter Anvin
2009-06-27
1
-5
/
+6
*
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
[next]