summaryrefslogtreecommitdiff
path: root/listing.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Add support for one-byte relocationsH. Peter Anvin1-84/+29
2009-07-07listing: preserve list file on error, include errorsH. Peter Anvin1-3/+37
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin1-12/+0
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-6/+45
2008-06-12Fix overflow in listing.c (BR 1991797)H. Peter Anvin1-1/+1
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-11-19BR 863173: Fix offsets of TIMES/INCBIN in list fileH. Peter Anvin1-0/+2
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin1-1/+1
2007-11-09Don't combine type and size into a single argumentH. Peter Anvin1-12/+43
2007-11-06Pass 64-bit instruction lengths to back-ends.Charles Crayne1-3/+3
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-1/+1
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-6/+6
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-04-14c99 printf/fprintf compliance.Keith Kanios1-3/+3
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-11/+11
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-23/+39
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-138/+129
2004-12-15changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset1-1/+1
2002-09-12"const"-ipation fixes from Trevor WoernerH. Peter Anvin1-2/+2
2002-04-30NASM 0.98.09H. Peter Anvin1-1/+1
2002-04-30NASM 0.98.08H. Peter Anvin1-1/+5
2002-04-30NASM 0.98p3H. Peter Anvin1-22/+62
2002-04-30NASM 0.95H. Peter Anvin1-0/+240