Formatting: kill off "stealth whitespace"
[platform/upstream/nasm.git] / preproc.c
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 Charles CrayneSuppress a few signedness warnings
2007-10-13 Keith KaniosFix 32-bit types in preproc.c and eval.c
2007-10-11 H. Peter Anvinpreproc.c: move smacro define/undef to separate functions
2007-10-11 H. Peter Anvinpreproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive
2007-10-11 H. Peter Anvinpreproc.c: normalize the handling of case sensitivity
2007-10-11 H. Peter Anvinpreproc.c: allow 64-bit repeat counts
2007-10-11 H. Peter Anvinpreproc.c: For an SMacro, in_progress really is a boole...
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-11 H. Peter Anvinpreproc.c: MMacro.in_progress is not a boolean
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-03 H. Peter Anvinpreproc.c: constipation
2007-10-03 H. Peter AnvinPortability fixes
2007-09-25 H. Peter Anvinpreproc.c: fix the loop in %undef
2007-09-24 H. Peter AnvinImplement the -MG option (SF RFE 1564264)
2007-09-23 H. Peter AnvinBR 1783117: Document that %+ needs a space after it...
2007-09-17 H. Peter AnvinSwitch the preprocessor over to using the hash table...
2007-09-15 H. Peter Anvinpreproc.c: remove unnecessary int64_t
2007-09-12 H. Peter Anvinpreproc.c: adjust whitespace
2007-09-12 H. Peter AnvinMore automation in the preprocessor conditionals handling
2007-09-12 H. Peter AnvinGenerate automatically correct tests for %if and %elif
2007-09-12 H. Peter AnvinUse a perfect hash to look up preprocessor directives
2007-09-12 H. Peter AnvinAdd RCXZ as a known preprocessor condition
2007-05-02 Chuck CrayneAdd %IFN and %ELIFN as per RFE #786286
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2004-12-15 Ed Berosetchanged last sprintf to more secure snprintf to prevent...
2004-12-15 Ed Berosetcleaned up most but not all sprintf() and vsprintf...
2004-12-15 Ed Berosetreplaced vsprintf() with vsnprintf() to avoid buffer...
2003-09-26 Nickolay YurchenkoFor compatibility with older code removed feature:
2003-09-21 Nickolay Yurchenko* Unterminated string auto termination.
2003-09-07 Nickolay Yurchenko* Fix for %rep with no arguments (#560568)
2003-08-27 Frank KotlerAlexei's patch to allow "-I" paths to be searched for...
2003-08-06 Frank KotlerRemove "backslash()"
2003-06-14 Frank Kotlerapply dborca's patch - make the "-U" switch work -...
2002-09-12 H. Peter Anvin"const"-ipation fixes from Trevor Woerner
2002-06-11 Ed Berosetfixed multiple %ROTATE bugs (numbers 560567 and 560930...
2002-05-30 H. Peter AnvinCorrectly recognize $$ as TOKEN_BASE
2002-05-22 H. Peter AnvinUndo broken %elif change, and put in a big comment...
2002-05-17 Ed BerosetFixed bug 556600 in which an unterminated macro error...
2002-05-14 H. Peter AnvinChange "const static" -> "static const" to keep gcc...
2002-05-14 H. Peter AnvinCode cleanup fixes from Ed Beroset
2002-05-14 H. Peter AnvinChange __error (reserved namespace) to _error (normal...
2002-05-14 H. Peter AnvinFix from Ed Beroset for unterminated %macro directive...
2002-05-07 H. Peter AnvinAdd %ifmacro and friends, and fix two minor bugs:
2002-04-30 H. Peter AnvinNASM 0.98.25alt
2002-04-30 H. Peter AnvinNASM 0.98.25
2002-04-30 H. Peter AnvinNASM 0.98.23
2002-04-30 H. Peter AnvinNASM 0.98.15
2002-04-30 H. Peter AnvinNASM 0.98.14
2002-04-30 H. Peter AnvinNASM 0.98.12
2002-04-30 H. Peter AnvinNASM 0.98.09
2002-04-30 H. Peter AnvinNASM 0.98.08
2002-04-30 H. Peter AnvinNASM 0.98.03
2002-04-30 H. Peter AnvinNASM 0.98p7
2002-04-30 H. Peter AnvinNASM 0.98p6
2002-04-30 H. Peter AnvinNASM 0.98p3.5
2002-04-30 H. Peter AnvinNASM 0.98p3.3
2002-04-30 H. Peter AnvinNASM 0.98p3
2002-04-30 H. Peter AnvinNASM 0.97
2002-04-30 H. Peter AnvinNASM 0.96
2002-04-30 H. Peter AnvinNASM 0.95
2002-04-30 H. Peter AnvinNASM 0.94