summaryrefslogtreecommitdiff
path: root/quote.c
Commit message (Expand)AuthorAgeFilesLines
* nasm_quote: Use memcpy only if length providedCyrill Gorcunov2010-09-071-1/+2
* quote: use nasm_assert() instead of plain assert()H. Peter Anvin2009-07-151-2/+1
* quote: we must do unsigned comparison to get length of octal escapeH. Peter Anvin2009-07-151-11/+12
* quote: don't use sprintf()H. Peter Anvin2009-07-151-7/+17
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-5/+34
* 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