MPX: Add test cases for MPX
[platform/upstream/nasm.git] / quote.c
2011-07-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-06-25 Cyrill GorcunovMove numvalue herleper into nasmlib.h
2010-09-07 Cyrill Gorcunovnasm_quote: Use memcpy only if length provided
2010-09-07 Cyrill Gorcunovnasm_quote: Use memcpy only if length provided
2009-07-15 H. Peter Anvinquote: use nasm_assert() instead of plain assert()
2009-07-15 H. Peter Anvinquote: we must do unsigned comparison to get length...
2009-07-15 H. Peter Anvinquote: don't use sprintf()
2009-07-15 H. Peter Anvinquote: use nasm_assert() instead of plain assert()
2009-07-15 H. Peter Anvinquote: we must do unsigned comparison to get length...
2009-07-14 H. Peter Anvinquote: don't use sprintf()
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...