summaryrefslogtreecommitdiff
path: root/quote.c
Commit message (Expand)AuthorAgeFilesLines
* quote: fix termination condition for hexadecimal escapesH. Peter Anvin2008-06-141-1/+1
* Fix memory management issues with expanded %includeH. Peter Anvin2008-06-041-24/+40
* quote: Change the definition of escpH. Peter Anvin2008-06-021-7/+7
* quote: be consistent in not using C escapes for bytesH. Peter Anvin2008-06-021-7/+7
* nasm_unquote: make code a little more uniformH. Peter Anvin2008-06-021-9/+9
* quote: massively simplify nasm_skip_string()H. Peter Anvin2008-06-021-75/+7
* qstring: backquoted strings seem to work now...H. Peter Anvin2008-06-011-0/+17
* qstring: first cut at full quoted string support in the preprocessorH. Peter Anvin2008-06-011-0/+473