summaryrefslogtreecommitdiff
path: root/preproc.c
Commit message (Expand)AuthorAgeFilesLines
* preproc.c: constipationH. Peter Anvin2007-10-021-5/+6
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* preproc.c: fix the loop in %undefH. Peter Anvin2007-09-241-2/+4
* Implement the -MG option (SF RFE 1564264)H. Peter Anvin2007-09-241-10/+28
* BR 1783117: Document that %+ needs a space after it, and fix crashH. Peter Anvin2007-09-221-9/+16
* Switch the preprocessor over to using the hash table libraryH. Peter Anvin2007-09-161-171/+203
* preproc.c: remove unnecessary int64_tH. Peter Anvin2007-09-141-2/+2
* preproc.c: adjust whitespaceH. Peter Anvin2007-09-121-0/+1
* More automation in the preprocessor conditionals handlingH. Peter Anvin2007-09-121-153/+67
* Generate automatically correct tests for %if and %elifH. Peter Anvin2007-09-121-3/+3
* Use a perfect hash to look up preprocessor directivesH. Peter Anvin2007-09-121-73/+18
* Add RCXZ as a known preprocessor conditionH. Peter Anvin2007-09-121-3/+3
* 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