summaryrefslogtreecommitdiff
path: root/nasmlib.c
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup; remove duplication of names.cH. Peter Anvin2007-08-311-7/+1
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-216/+1
* nasmlib: add bsii() case-insensitive version of bsi()H. Peter Anvin2007-08-291-0/+16
* Implement REL/ABS modifiersH. Peter Anvin2007-08-281-2/+1
* add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't workFrank Kotler2007-08-261-1/+20
* Initial support for ELF64Chuck Crayne2007-04-281-0/+12
* Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regsH. Peter Anvin2007-04-171-0/+9
* Placated unreferenced types.Keith Kanios2007-04-141-0/+17
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-46/+47
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-95/+108
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-534/+553
* fixed bug #677841 by limiting the scanner to no more than 4095 characters for...Ed Beroset2003-09-081-1/+5
* "Q" and "O" suffixes now indicate octal - touch up docsFrank Kotler2003-02-061-1/+1
* RAA fix from theowlH. Peter Anvin2002-09-121-2/+2
* Clean up unnecessary dependencies.H. Peter Anvin2002-09-121-0/+1
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-12/+16
* Fix really stupid thinko on my part...H. Peter Anvin2002-05-261-2/+2
* raa_read() is defined to return 0 for all uninitialized entries, doH. Peter Anvin2002-05-261-8/+12
* Implement new "strict" keyword to inhibit optimization.H. Peter Anvin2002-05-211-1/+1
* applied theowl's patch to raa_write - errors to raa_readFrank Kotler2002-05-181-3/+3
* added const keyword to strdup argumentEd Beroset2002-05-171-2/+2
* Change "const static" -> "static const" to keep gcc happyH. Peter Anvin2002-05-141-2/+2
* Code cleanup fixes from Ed BerosetH. Peter Anvin2002-05-141-3/+4
* NASM 0.98.09nasm-0.98.09H. Peter Anvin2002-04-301-2/+2
* NASM 0.98.03nasm-0.98.03H. Peter Anvin2002-04-301-4/+8
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-112/+248
* NASM 0.97nasm-0.97fork-0.98-jH. Peter Anvin2002-04-301-11/+18
* NASM 0.96nasm-0.96H. Peter Anvin2002-04-301-3/+419
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-14/+69
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+488