summaryrefslogtreecommitdiff
path: root/quote.c
AgeCommit message (Expand)AuthorFilesLines
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