summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-1566-18370/+18643
* Update dependenciesbefore-reformat-2005-01H. Peter Anvin2005-01-1419-741/+737
* Fix commentH. Peter Anvin2005-01-141-1/+1
* Update to match SF changesH. Peter Anvin2005-01-141-1/+1
* Consistent capitalizationH. Peter Anvin2005-01-141-2/+2
* update "CHANGES"Frank Kotler2005-01-131-0/+1
* Dummy change to test CVS mailH. Peter Anvin2005-01-011-0/+1
* Document maximum identifier lengthFrank Kotler2004-12-311-1/+2
* Script to format the source code in a standard formatH. Peter Anvin2004-12-291-0/+2
* Add ieee_ prefix to filenames with otherwise highly ambiguous names;H. Peter Anvin2004-12-291-26/+26
* Andreas Ericsson's patch to misc/nasm.slFrank Kotler2004-12-211-26/+26
* Added "splint" as a target to simplify running splint on all sources.Ed Beroset2004-12-171-0/+3
* Placed guards around strdup declaration to avoid compiler errors on saneEd Beroset2004-12-171-0/+2
* Added todo item to point out the somewhat tricky fact about snprintf'sEd Beroset2004-12-151-0/+7
* added checks for vsnprintf and snprintf (ISO C99) and changed gccEd Beroset2004-12-151-1/+11
* Corrected typo in variable name.Ed Beroset2004-12-151-35/+35
* changed last sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2004-12-151-1/+1
* changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2004-12-151-39/+39
* added buffer length parameter to prevent vulnerability to bufferEd Beroset2004-12-151-2/+2
* added buffer length parameters to prevent vulnerability to bufferEd Beroset2004-12-151-3/+3
* changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2004-12-152-3/+3
* changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2004-12-151-1/+1
* cleaned up most but not all sprintf() and vsprintf() calls to avoidEd Beroset2004-12-151-8/+8
* replaced vsprintf() with vsnprintf() to avoid buffer overflow exploitEd Beroset2004-12-151-1/+1
* outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets2004-09-1522-883/+905
* Removed old header that was once used by ldrdf.Yuri Zaporogets2004-08-081-27/+0
* Include <string.h> to get rid of compiler warningsYuri Zaporogets2004-05-151-1/+2
* Fix of the critical bug in ldrdf.cYuri Zaporogets2004-05-151-2/+2
* fix as86 .bss handling per John Coffman's patchFrank Kotler2004-04-252-3/+20
* fix man page per Eric RaymondFrank Kotler2004-01-072-2/+2
* Touch up docsFrank Kotler2003-12-121-25/+25
* Update rdoffFrank Kotler2003-12-129-247/+269
* For compatibility with older code removed feature:Nickolay Yurchenko2003-09-262-32/+33
* Backed out another patch =)Stanislav Karchebny2003-09-261-1/+1
* Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny2003-09-2511-15/+4
* Consistency fixStanislav Karchebny2003-09-2510-11/+11
* Added _NASM_FORMAT_ macroStanislav Karchebny2003-09-2410-0/+26
* * Unterminated string auto termination.Nickolay Yurchenko2003-09-212-9/+28
* Document fixH. Peter Anvin2003-09-121-0/+4
* Don't delete config.h.in when doing "make spotless"H. Peter Anvin2003-09-121-1/+2
* Next version = 0.98.39H. Peter Anvin2003-09-121-1/+1
* Fix list iteratorH. Peter Anvin2003-09-121-1/+1
* Document change to -g internalsnasm-0.98.38H. Peter Anvin2003-09-121-0/+2
* If we don't specify -g, actually suppress debugging outputH. Peter Anvin2003-09-102-3/+8
* Use the version of tmap.nas that actually caused problemsH. Peter Anvin2003-09-101-8/+8
* More test files...H. Peter Anvin2003-09-083-0/+1460
* Cannot free "lnfname" since it's now static...H. Peter Anvin2003-09-081-1/+0
* Make sure autoheader has actually been run by conditionalizingH. Peter Anvin2003-09-082-1/+3
* fixed bug #677841 by limiting the scanner to no more than 4095 characters for...Ed Beroset2003-09-081-0/+1
* fixed bug #677841 by limiting the scanner to no more than 4095 characters for...Ed Beroset2003-09-083-2/+9