summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin23-103/+134
2007-04-12autogen.sh script to create configure, et al.H. Peter Anvin1-0/+7
2007-04-12Fixed c99 support for RDOFF ToolsKeith Kanios5-4/+8
2007-04-12outmacho.c: Don't assume __builtin_ctzl exists for gcc < 4H. Peter Anvin1-1/+1
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios78-2283/+3291
2006-03-02Add VMX instructions.Eric Christopher2-2/+17
2006-02-04Fix documentation building for non-srcdir builds. Still bugs in .ps implement...Eric Christopher4-24/+38
2006-02-022006-02-02 Eric Christopher <echristo@apple.com>Eric Christopher1-4/+6
2005-12-092005-12-08 Wade Tregaskis <wtregaskis@apple.com>Eric Christopher1-6/+91
2005-12-052005-12-05 Eric Christopher <echristo@apple.com>Eric Christopher1-6/+12
2005-10-20Allow CFLAGS to be overridden from make.Eric Christopher2-8/+14
2005-10-07Added section attributes, in particular S_ATTR_SOME_INSTRUCTIONS and update ....Eric Christopher1-35/+281
2005-09-26Break macho_cleanup into separate functions.Eric Christopher1-264/+314
2005-09-22Run misc/Nindent on outmacho.cEric Christopher1-525/+530
2005-09-22Add basic support for Mach-O file format.Eric Christopher3-2/+940
2005-06-08fix outobj.c bug - every 256th extern crashed nasmFrank Kotler2-3/+6
2005-05-09Jindrich Novy's buffer overrun patch to outieee.cFrank Kotler1-1/+1
2005-03-10add John Coffman's optimizer documentationFrank Kotler1-0/+114
2005-02-04Update "version" to 0.98.40Frank Kotler1-1/+1
2005-01-17update my address in AUTHORSFrank Kotler1-1/+1
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin66-18370/+18643
2005-01-14Update dependenciesH. Peter Anvin19-741/+737
2005-01-14Fix commentH. Peter Anvin1-1/+1
2005-01-14Update to match SF changesH. Peter Anvin1-1/+1
2005-01-14Consistent capitalizationH. Peter Anvin1-2/+2
2005-01-13update "CHANGES"Frank Kotler1-0/+1
2005-01-01Dummy change to test CVS mailH. Peter Anvin1-0/+1
2004-12-31Document maximum identifier lengthFrank Kotler1-1/+2
2004-12-29Script to format the source code in a standard formatH. Peter Anvin1-0/+2
2004-12-29Add ieee_ prefix to filenames with otherwise highly ambiguous names;H. Peter Anvin1-26/+26
2004-12-21Andreas Ericsson's patch to misc/nasm.slFrank Kotler1-26/+26
2004-12-17Added "splint" as a target to simplify running splint on all sources.Ed Beroset1-0/+3
2004-12-17Placed guards around strdup declaration to avoid compiler errors on saneEd Beroset1-0/+2
2004-12-15Added todo item to point out the somewhat tricky fact about snprintf'sEd Beroset1-0/+7
2004-12-15added checks for vsnprintf and snprintf (ISO C99) and changed gccEd Beroset1-1/+11
2004-12-15Corrected typo in variable name.Ed Beroset1-35/+35
2004-12-15changed last sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset1-1/+1
2004-12-15changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset1-39/+39
2004-12-15added buffer length parameter to prevent vulnerability to bufferEd Beroset1-2/+2
2004-12-15added buffer length parameters to prevent vulnerability to bufferEd Beroset1-3/+3
2004-12-15changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2-3/+3
2004-12-15changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset1-1/+1
2004-12-15cleaned up most but not all sprintf() and vsprintf() calls to avoidEd Beroset1-8/+8
2004-12-15replaced vsprintf() with vsnprintf() to avoid buffer overflow exploitEd Beroset1-1/+1
2004-09-15outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets22-883/+905
2004-08-08Removed old header that was once used by ldrdf.Yuri Zaporogets1-27/+0
2004-05-15Include <string.h> to get rid of compiler warningsYuri Zaporogets1-1/+2
2004-05-15Fix of the critical bug in ldrdf.cYuri Zaporogets1-2/+2
2004-04-25fix as86 .bss handling per John Coffman's patchFrank Kotler2-3/+20
2004-01-07fix man page per Eric RaymondFrank Kotler2-2/+2