summaryrefslogtreecommitdiff
path: root/preproc.c
Commit message (Expand)AuthorAgeFilesLines
* Add %IFN and %ELIFN as per RFE #786286Chuck Crayne2007-05-021-6/+12
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-3/+3
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-69/+69
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-96/+123
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-3285/+2847
* changed last 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
* For compatibility with older code removed feature:Nickolay Yurchenko2003-09-261-31/+33
* * Unterminated string auto termination.Nickolay Yurchenko2003-09-211-8/+25
* * Fix for %rep with no arguments (#560568)Nickolay Yurchenko2003-09-071-27/+63
* Alexei's patch to allow "-I" paths to be searched for "incbin"ed filesFrank Kotler2003-08-271-2/+64
* Remove "backslash()"Frank Kotler2003-08-061-17/+1
* apply dborca's patch - make the "-U" switch work - finally!Frank Kotler2003-06-141-0/+1
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-2/+2
* fixed multiple %ROTATE bugs (numbers 560567 and 560930) and changedEd Beroset2002-06-111-77/+102
* Correctly recognize $$ as TOKEN_BASEH. Peter Anvin2002-05-301-1/+1
* Undo broken %elif change, and put in a big comment explaining why theH. Peter Anvin2002-05-221-2/+10
* Fixed bug 556600 in which an unterminated macro error never included a fileEd Beroset2002-05-171-6/+10
* Change "const static" -> "static const" to keep gcc happyH. Peter Anvin2002-05-141-3/+3
* Code cleanup fixes from Ed BerosetH. Peter Anvin2002-05-141-3/+3
* Change __error (reserved namespace) to _error (normal namespace)H. Peter Anvin2002-05-141-4/+4
* Fix from Ed Beroset for unterminated %macro directive -> coredumpH. Peter Anvin2002-05-141-2/+2
* Add %ifmacro and friends, and fix two minor bugs:H. Peter Anvin2002-05-071-27/+116
* NASM 0.98.25altnasm-0.98.25altH. Peter Anvin2002-04-301-1/+1
* NASM 0.98.25nasm-0.98.25H. Peter Anvin2002-04-301-3/+20
* NASM 0.98.23nasm-0.98.23H. Peter Anvin2002-04-301-2/+3
* NASM 0.98.15nasm-0.98.15H. Peter Anvin2002-04-301-1/+1
* NASM 0.98.14nasm-0.98.14H. Peter Anvin2002-04-301-4/+65
* NASM 0.98.12nasm-0.98.12H. Peter Anvin2002-04-301-1/+2
* NASM 0.98.09nasm-0.98.09H. Peter Anvin2002-04-301-2019/+2419
* NASM 0.98.08nasm-0.98.08H. Peter Anvin2002-04-301-9/+520
* NASM 0.98.03nasm-0.98.03H. Peter Anvin2002-04-301-155/+346
* NASM 0.98p7nasm-0.98p7H. Peter Anvin2002-04-301-6/+6
* NASM 0.98p6nasm-0.98p6H. Peter Anvin2002-04-301-4/+89
* NASM 0.98p3.5nasm-0.98p3.5H. Peter Anvin2002-04-301-9/+29
* NASM 0.98p3.3nasm-0.98p3.3fork-0.98-j5H. Peter Anvin2002-04-301-23/+8
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-700/+760
* NASM 0.97nasm-0.97fork-0.98-jH. Peter Anvin2002-04-301-1/+28
* NASM 0.96nasm-0.96H. Peter Anvin2002-04-301-318/+1010
* NASM 0.95nasm-0.95H. Peter Anvin2002-04-301-69/+203
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-0/+2148