summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-12Touch up docsFrank Kotler1-25/+25
2003-12-12Update rdoffFrank Kotler9-247/+269
2003-09-26For compatibility with older code removed feature:Nickolay Yurchenko2-32/+33
2003-09-26Backed out another patch =)Stanislav Karchebny1-1/+1
2003-09-25Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny11-15/+4
2003-09-25Consistency fixStanislav Karchebny10-11/+11
2003-09-24Added _NASM_FORMAT_ macroStanislav Karchebny10-0/+26
2003-09-21* Unterminated string auto termination.Nickolay Yurchenko2-9/+28
2003-09-12Document fixH. Peter Anvin1-0/+4
2003-09-12Don't delete config.h.in when doing "make spotless"H. Peter Anvin1-1/+2
2003-09-12Next version = 0.98.39H. Peter Anvin1-1/+1
2003-09-12Fix list iteratorH. Peter Anvin1-1/+1
2003-09-12Document change to -g internalsH. Peter Anvin1-0/+2
2003-09-10If we don't specify -g, actually suppress debugging outputH. Peter Anvin2-3/+8
2003-09-10Use the version of tmap.nas that actually caused problemsH. Peter Anvin1-8/+8
2003-09-08More test files...H. Peter Anvin3-0/+1460
2003-09-08Cannot free "lnfname" since it's now static...H. Peter Anvin1-1/+0
2003-09-08Make sure autoheader has actually been run by conditionalizingH. Peter Anvin2-1/+3
2003-09-08fixed bug #677841 by limiting the scanner to no more than 4095 characters for...Ed Beroset1-0/+1