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
/
quote.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
quote: use nasm_assert() instead of plain assert()
H. Peter Anvin
2009-07-15
1
-2
/
+1
*
quote: we must do unsigned comparison to get length of octal escape
H. Peter Anvin
2009-07-15
1
-11
/
+12
*
quote: don't use sprintf()
H. Peter Anvin
2009-07-15
1
-7
/
+17
*
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
2009-06-28
1
-5
/
+34
*
quote: fix termination condition for hexadecimal escapes
H. Peter Anvin
2008-06-14
1
-1
/
+1
*
Fix memory management issues with expanded %include
H. Peter Anvin
2008-06-04
1
-24
/
+40
*
quote: Change the definition of escp
H. Peter Anvin
2008-06-02
1
-7
/
+7
*
quote: be consistent in not using C escapes for bytes
H. Peter Anvin
2008-06-02
1
-7
/
+7
*
nasm_unquote: make code a little more uniform
H. Peter Anvin
2008-06-02
1
-9
/
+9
*
quote: massively simplify nasm_skip_string()
H. Peter Anvin
2008-06-02
1
-75
/
+7
*
qstring: backquoted strings seem to work now...
H. Peter Anvin
2008-06-01
1
-0
/
+17
*
qstring: first cut at full quoted string support in the preprocessor
H. Peter Anvin
2008-06-01
1
-0
/
+473