NASM: relicense under the 2-clause BSD license
[platform/upstream/nasm.git] / quote.c
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter Anvinquote: fix termination condition for hexadecimal escapes
2008-06-04 H. Peter AnvinFix memory management issues with expanded %include
2008-06-02 H. Peter Anvinquote: Change the definition of escp
2008-06-02 H. Peter Anvinquote: be consistent in not using C escapes for bytes
2008-06-02 H. Peter Anvinnasm_unquote: make code a little more uniform
2008-06-02 H. Peter Anvinquote: massively simplify nasm_skip_string()
2008-06-02 H. Peter Anvinqstring: backquoted strings seem to work now...
2008-06-02 H. Peter Anvinqstring: first cut at full quoted string support in...