summaryrefslogtreecommitdiff
path: root/quote.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-25Move numvalue herleper into nasmlib.hCyrill Gorcunov1-2/+0
2010-09-07nasm_quote: Use memcpy only if length providedCyrill Gorcunov1-1/+2
2009-07-15quote: use nasm_assert() instead of plain assert()H. Peter Anvin1-2/+1
2009-07-15quote: we must do unsigned comparison to get length of octal escapeH. Peter Anvin1-11/+12
2009-07-15quote: don't use sprintf()H. Peter Anvin1-7/+17
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-5/+34
2008-06-14quote: fix termination condition for hexadecimal escapesH. Peter Anvin1-1/+1
2008-06-04Fix memory management issues with expanded %includeH. Peter Anvin1-24/+40
2008-06-02quote: Change the definition of escpH. Peter Anvin1-7/+7
2008-06-02quote: be consistent in not using C escapes for bytesH. Peter Anvin1-7/+7
2008-06-02nasm_unquote: make code a little more uniformH. Peter Anvin1-9/+9
2008-06-02quote: massively simplify nasm_skip_string()H. Peter Anvin1-75/+7
2008-06-01qstring: backquoted strings seem to work now...H. Peter Anvin1-0/+17
2008-06-01qstring: first cut at full quoted string support in the preprocessorH. Peter Anvin1-0/+473