summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 32-bit types in preproc.c and eval.cKeith Kanios2007-10-132-19/+19
* Must define types before using themCharles Crayne2007-10-113-0/+3
* preproc.c: move smacro define/undef to separate functionsH. Peter Anvin2007-10-111-149/+82
* preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitiveH. Peter Anvin2007-10-111-1/+1
* preproc.c: normalize the handling of case sensitivityH. Peter Anvin2007-10-111-17/+23
* Define macros necessary for <inttypes.h> on C++H. Peter Anvin2007-10-111-0/+7
* More "bool" fixesH. Peter Anvin2007-10-112-2/+3
* preproc.c: allow 64-bit repeat countsH. Peter Anvin2007-10-111-10/+11
* preproc.c: For an SMacro, in_progress really is a boolean (no %rep)H. Peter Anvin2007-10-111-1/+1
* Additional uses of bool and enumH. Peter Anvin2007-10-1114-70/+77
* preproc.c: MMacro.in_progress is not a booleanH. Peter Anvin2007-10-111-1/+1
* saa_fread/fwrite: when seeking, must set [rw]ptr as wellH. Peter Anvin2007-10-101-0/+2
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-1025-410/+403
* owlinux.mak: don't clean things we won't be able toH. Peter Anvin2007-10-101-4/+5
* configure.in: looks like we need autoconf 2.61 :(H. Peter Anvin2007-10-101-2/+2
* Create option -Ox to tell NASM to do unlimited passesH. Peter Anvin2007-10-102-29/+46
* Revert "floatb.asm: fix broken testcase"H. Peter Anvin2007-10-081-1/+1
* floatb.asm: fix broken testcaseH. Peter Anvin2007-10-081-1/+1
* saa_rstruct: fix overrun checkH. Peter Anvin2007-10-081-1/+1
* Add Frank's floattest.asm test fileH. Peter Anvin2007-10-081-0/+26
* saa_fpwrite: initializing "len" should be part of the loopH. Peter Anvin2007-10-071-2/+1
* Fix infinite loop in function saa_fpwriteCharles Crayne2007-10-071-0/+1
* zerobyte.asm: use a real instruction to avoid confusing ndisasmH. Peter Anvin2007-10-051-1/+1
* zerobyte.asm: add test cases for non-initial \170 usesH. Peter Anvin2007-10-051-0/+17
* Check in the proper zerobyte testH. Peter Anvin2007-10-052-0/+7
* Emit REX prefix before literal zero (\170)H. Peter Anvin2007-10-052-0/+1
* LICENSE: Break long lineH. Peter Anvin2007-10-051-1/+2
* Add test for problematic floatsH. Peter Anvin2007-10-051-0/+22
* floatx.asm: add Inf and NaN to the boundary condition testsH. Peter Anvin2007-10-041-2/+14
* floatx.asm: add specific tests for exponent boundary conditionsH. Peter Anvin2007-10-041-0/+26
* float.c: correct the exponentH. Peter Anvin2007-10-041-1/+1
* Additional rules in test/MakefileH. Peter Anvin2007-10-041-1/+5
* Rewrite the handling of SAA's to allow random accessH. Peter Anvin2007-10-043-146/+188
* Change cloc_t to struct location, and reorder the membersH. Peter Anvin2007-10-036-10/+10
* BR 1352920: change loc_t -> cloc_tH. Peter Anvin2007-10-036-8/+8
* BR 1352920: Handle upper case %lineH. Peter Anvin2007-10-031-1/+1
* Use autoconf to request feature macrosH. Peter Anvin2007-10-032-10/+4
* preproc.c: constipationH. Peter Anvin2007-10-021-5/+6
* make alldepsH. Peter Anvin2007-10-024-16/+16
* Portability fixesH. Peter Anvin2007-10-0252-24/+133
* Run "make alldeps".H. Peter Anvin2007-10-024-12/+13
* Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin2007-10-029-190/+465
* insns.dat: add systematic names for the hinting NOPs (0F18-0F1F)H. Peter Anvin2007-10-021-0/+194
* Unspecified files are null strings, not null pointersH. Peter Anvin2007-10-011-4/+2
* Check for the most basic filename overlapsH. Peter Anvin2007-10-011-10/+19
* modified: nasm.1 to add newer command line optionsCharles Crayne2007-09-302-85/+109
* Merge branch 'master' of git+ssh://ccrayne@repo.or.cz/srv/git/nasmCharles Crayne2007-09-284-12/+1201
|\
| * configure.in: AC_SUBST_FILE should have been AC_SUBSTH. Peter Anvin2007-09-281-1/+1
| * Unbreak relative references to immediate addressesH. Peter Anvin2007-09-283-11/+1200
* | Merge branch 'master' of git+ssh://ccrayne@repo.or.cz/srv/git/nasmCharles Crayne2007-09-2822-236/+1511
|\ \ | |/