Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-06-28 | Add copyright headers to the *.c/*.h files in the main directory | H. Peter Anvin | 1 | -5/+34 |
2008-06-14 | quote: fix termination condition for hexadecimal escapes | H. Peter Anvin | 1 | -1/+1 |
2008-06-04 | Fix memory management issues with expanded %include | H. Peter Anvin | 1 | -24/+40 |
2008-06-02 | quote: Change the definition of escp | H. Peter Anvin | 1 | -7/+7 |
2008-06-02 | quote: be consistent in not using C escapes for bytes | H. Peter Anvin | 1 | -7/+7 |
2008-06-02 | nasm_unquote: make code a little more uniform | H. Peter Anvin | 1 | -9/+9 |
2008-06-02 | quote: massively simplify nasm_skip_string() | H. Peter Anvin | 1 | -75/+7 |
2008-06-01 | qstring: backquoted strings seem to work now... | H. Peter Anvin | 1 | -0/+17 |
2008-06-01 | qstring: first cut at full quoted string support in the preprocessor | H. Peter Anvin | 1 | -0/+473 |