summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* smartalign: use context-local labelH. Peter Anvin2008-07-171-2/+2
* smartalign: adjust the alignment thresholdH. Peter Anvin2008-07-171-2/+11
* smartalign: 16-bit generic alignment macrosH. Peter Anvin2008-07-171-12/+11
* smartalign: 16-bit P6 NOPsH. Peter Anvin2008-07-171-6/+6
* smartalign.mac: smart alignments macro packageH. Peter Anvin2008-07-162-0/+278
* preproc: add %un[i]macro, add cleanupsH. Peter Anvin2008-07-162-80/+125
* standard.mac: allow non-power-of-2 alignmentsH. Peter Anvin2008-07-161-2/+2
* preproc.c: fix %ifn, %elifnH. Peter Anvin2008-07-161-1/+1
* Fix multipass inline warning (dis/en)ablingVictor van den Elzen2008-07-162-19/+33
* Fix %rep ... %endmacro crashVictor van den Elzen2008-07-161-7/+12
* update testsVictor van den Elzen2008-07-164-3/+9
* fix unitialized variable in eval_strfuncVictor van den Elzen2008-07-161-0/+1
* Fix fclose bug on error.Victor van den Elzen2008-07-161-4/+5
* Add a 'make test' target.Victor van den Elzen2008-07-161-0/+3
* Improve performtest.plVictor van den Elzen2008-07-161-37/+89
* changes.src: put \c{...} around macro directivesH. Peter Anvin2008-07-141-38/+38
* changes.src: remove double entry for %warningH. Peter Anvin2008-07-141-5/+3
* Move the revision history into the documentationH. Peter Anvin2008-07-144-1503/+1738
* doc: document packed BCD constantsH. Peter Anvin2008-07-131-0/+19
* doc: update NASM Version MacrosH. Peter Anvin2008-07-131-4/+6
* doc: move %error/%warning to a separate sectionH. Peter Anvin2008-07-131-32/+37
* doc: Document %strcatH. Peter Anvin2008-07-131-8/+30
* Update CHANGES to current delta from 2.03.x.H. Peter Anvin2008-07-131-0/+6
* BR 2017453: indirect jumps in 64-bit mode are implicitly 64 bitsH. Peter Anvin2008-07-132-4/+8
* test: add test of nested %rep, BCD constants, and %warningH. Peter Anvin2008-07-131-0/+72
* preproc.c: make %warning actually issue a warning...H. Peter Anvin2008-07-131-2/+3
* version.mak for the version Makefile fragmentH. Peter Anvin2008-07-132-5/+5
* Fix Bugs item #2017455 (LTR in long mode)Charles Crayne2008-07-131-2/+2
* %EXITREP inside nested %REPsCharles Crayne2008-07-121-2/+31
* Add version.make to PERLREQH. Peter Anvin2008-07-051-3/+3
* test: simple test of packed BCD.H. Peter Anvin2008-07-031-0/+21
* For consistency, allow 0p.. prefix for packed BCDH. Peter Anvin2008-07-031-3/+4
* float: support packed-BCD constants in 'dt' statementsH. Peter Anvin2008-07-031-7/+70
* float: fix buffer overrunH. Peter Anvin2008-07-031-2/+2
* standard.mac: use anonymous contextsH. Peter Anvin2008-07-021-3/+3
* preproc: Allow anonymous contextsH. Peter Anvin2008-07-021-18/+28
* Permit commas in %strcatH. Peter Anvin2008-07-011-0/+4
* preproc: %strcat directive to concatenate quoted stringsH. Peter Anvin2008-07-012-17/+82
* Update the INSTALL file to match current realityH. Peter Anvin2008-06-281-25/+24
* Document case-insensitivity bug.H. Peter Anvin2008-06-281-1/+5
* test: add a test for %imacroH. Peter Anvin2008-06-281-0/+6
* nasmlib: fix nasm_str[n]icmp()H. Peter Anvin2008-06-281-4/+4
* preproc: MMacro.finishes is a pointer, not a booleanH. Peter Anvin2008-06-281-5/+5
* AES instructions are WESTMERE, not NEHALEMH. Peter Anvin2008-06-271-7/+6
* Make the macros table "unsigned char"H. Peter Anvin2008-06-254-14/+14
* Run "make alldeps"H. Peter Anvin2008-06-215-190/+201
* pp_directives_len can be uint8_tH. Peter Anvin2008-06-212-2/+2
* Drop the index tables from the canned macrosH. Peter Anvin2008-06-214-30/+49
* Fix a few more <ctype.h> instancesH. Peter Anvin2008-06-213-7/+9
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-2114-100/+106