2008-07-17 |
H. Peter Anvin | smartalign: 16-bit generic alignment macros
|
commit | commitdiff | tree |
2008-07-17 |
H. Peter Anvin | smartalign: 16-bit P6 NOPs
|
commit | commitdiff | tree |
2008-07-16 |
H. Peter Anvin | smartalign.mac: smart alignments macro package
|
commit | commitdiff | tree |
2008-07-16 |
H. Peter Anvin | preproc: add %un[i]macro, add cleanups
|
commit | commitdiff | tree |
2008-07-16 |
H. Peter Anvin | standard.mac: allow non-power-of-2 alignments
|
commit | commitdiff | tree |
2008-07-16 |
H. Peter Anvin | preproc.c: fix %ifn, %elifn
|
commit | commitdiff | tree |
2008-07-14 |
H. Peter Anvin | changes.src: put \c{...} around macro directives
|
commit | commitdiff | tree |
2008-07-14 |
H. Peter Anvin | changes.src: remove double entry for %warning
|
commit | commitdiff | tree |
2008-07-14 |
H. Peter Anvin | Move the revision history into the documentation
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | doc: document packed BCD constants
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | doc: update NASM Version Macros
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | doc: move %error/%warning to a separate section
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | doc: Document %strcat
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | Update CHANGES to current delta from 2.03.x.
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | BR 2017453: indirect jumps in 64-bit mode are implicitly...
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | test: add test of nested %rep, BCD constants, and ...
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | preproc.c: make %warning actually issue a warning...
|
commit | commitdiff | tree |
2008-07-13 |
H. Peter Anvin | version.mak for the version Makefile fragment
|
commit | commitdiff | tree |
2008-07-06 |
H. Peter Anvin | Add version.make to PERLREQ
|
commit | commitdiff | tree |
2008-07-04 |
H. Peter Anvin | test: simple test of packed BCD.
|
commit | commitdiff | tree |
2008-07-04 |
H. Peter Anvin | For consistency, allow 0p.. prefix for packed BCD
|
commit | commitdiff | tree |
2008-07-04 |
H. Peter Anvin | float: support packed-BCD constants in 'dt' statements
|
commit | commitdiff | tree |
2008-07-04 |
H. Peter Anvin | float: fix buffer overrun
|
commit | commitdiff | tree |
2008-07-03 |
H. Peter Anvin | standard.mac: use anonymous contexts
|
commit | commitdiff | tree |
2008-07-03 |
H. Peter Anvin | preproc: Allow anonymous contexts
|
commit | commitdiff | tree |
2008-07-02 |
H. Peter Anvin | Permit commas in %strcat
|
commit | commitdiff | tree |
2008-07-02 |
H. Peter Anvin | preproc: %strcat directive to concatenate quoted strings
|
commit | commitdiff | tree |
2008-06-29 |
H. Peter Anvin | Update the INSTALL file to match current reality
|
commit | commitdiff | tree |
2008-06-29 |
H. Peter Anvin | Document case-insensitivity bug.
|
commit | commitdiff | tree |
2008-06-29 |
H. Peter Anvin | test: add a test for %imacro
|
commit | commitdiff | tree |
2008-06-29 |
H. Peter Anvin | nasmlib: fix nasm_str[n]icmp()
|
commit | commitdiff | tree |
2008-06-29 |
H. Peter Anvin | preproc: MMacro.finishes is a pointer, not a boolean
|
commit | commitdiff | tree |
2008-06-27 |
H. Peter Anvin | AES instructions are WESTMERE, not NEHALEM
|
commit | commitdiff | tree |
2008-06-25 |
H. Peter Anvin | Make the macros table "unsigned char"
|
commit | commitdiff | tree |
2008-06-22 |
H. Peter Anvin | Run "make alldeps"
|
commit | commitdiff | tree |
2008-06-22 |
H. Peter Anvin | pp_directives_len can be uint8_t
|
commit | commitdiff | tree |
2008-06-21 |
H. Peter Anvin | Drop the index tables from the canned macros
|
commit | commitdiff | tree |
2008-06-21 |
H. Peter Anvin | Fix a few more <ctype.h> instances
|
commit | commitdiff | tree |
2008-06-21 |
H. Peter Anvin | ctype.h: wrapper ctype functions with a cast to (unsigned...
|
commit | commitdiff | tree |
2008-06-20 |
H. Peter Anvin | preproc: free the include path and the final filename
|
commit | commitdiff | tree |
2008-06-20 |
H. Peter Anvin | Move the output format macros into the macros.pl mechanism
|
commit | commitdiff | tree |
2008-06-20 |
H. Peter Anvin | raa: clean up indentation
|
commit | commitdiff | tree |
2008-06-20 |
H. Peter Anvin | saa: fix indentation
|
commit | commitdiff | tree |
2008-06-20 |
H. Peter Anvin | Somewhat more clever way to generate the %use guard...
|
commit | commitdiff | tree |
2008-06-20 |
H. Peter Anvin | Protect %use from multi-inclusion and provide a test...
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | doc: framework for documenting standard macro packages
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | %use: call these directives "standard macro packages"
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | macros.pl: need to use $' to get proper left-to-right...
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | macros.pl: remove debug prints; improve compression...
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | macros.c: compress by tokenizing macro directives
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | preproc: add support for builtin include modules (...
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | doc: macroize texi2ipf and ipfc
|
commit | commitdiff | tree |
2008-06-19 |
H. Peter Anvin | doc: for ps to pdf conversion, use "acrodist", "ps2pdf...
|
commit | commitdiff | tree |
2008-06-17 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-17 |
H. Peter Anvin | doc: add missing nasmdoc.txt target
|
commit | commitdiff | tree |
2008-06-17 |
H. Peter Anvin | NASM 2.03.01
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Backport the syncfiles script to the nasm-2.03.x branch
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | syncfiles: use #-- ... --# for consistency with mkdep.pl
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | syncfiles: terminate directory names at equal signs
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | -F implies -g backported to 2.03.01
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | CHANGES: document backport of -F implies -g
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Make -F imply -g (BR 1991213)
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: Nasm -> NASM
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: title capitalization
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: add missing period.
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: Makefile fixes missing from previous checkin
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: another case of the RTF backend corrupting state
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: ps/pdf: set page numbers in normal-sized italic
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | doc: Add NASMENV to the index (BR 1917084)
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Documentation facelift backported to 2.03.x
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | CHANGES: Document documentation facelift
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | ps/pdf doc: default to 10-point font, wider leading
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | CHANGES: call the next version on this branch 2.03.01
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | syncfiles: use the same regexp for hints as mkdep uses
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | syncfiles: handle the case of the null path separator
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | utf.asm: add some error cases
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | syncfiles.pl: remove obsolete comment
|
commit | commitdiff | tree |
2008-06-16 |
H. Peter Anvin | Free EOT_DB_STRING_FREE in cleanup_insn()
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Mark Perl scripts executable
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Script to automagically synchronize the object file...
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Update Mkfiles/*.mak
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | CHANGES: Document new features
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | CHANGES: document changes from nasm-2.03
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | doc: Add Unicode Strings to Unicode index
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Document __utf16__ and __utf32__
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | quote: fix termination condition for hexadecimal escapes
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | Support __utf16__ and __utf32__ in an expression context
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | strfunc: fix UTF-8 mid-character limit
|
commit | commitdiff | tree |
2008-06-15 |
H. Peter Anvin | strfunc: always null-terminate the output buffer
|
commit | commitdiff | tree |
2008-06-14 |
H. Peter Anvin | Implement __utf16__() and __utf32__() for the DB family
|
commit | commitdiff | tree |
2008-06-14 |
H. Peter Anvin | doc: add a couple of stylistic alternatives
|
commit | commitdiff | tree |
2008-06-12 |
H. Peter Anvin | Merge branch 'nasm-2.03.x'
|
commit | commitdiff | tree |
2008-06-12 |
H. Peter Anvin | Fix overflow in listing.c (BR 1991797)
|
commit | commitdiff | tree |