regularized spelling of license to match name of LICENSE file
[platform/upstream/nasm.git] / nasm.c
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-19 H. Peter AnvinBR 1834731: Remove redundant error messages for no...
2007-11-18 H. Peter AnvinBR 1091926: Bounds checking for command line parsing
2007-11-16 H. Peter AnvinClean up the command-line parsing; make -w/-W match...
2007-11-13 H. Peter AnvinEnable a few warnings by default; clean up warning...
2007-11-13 H. Peter AnvinAdd gcc-style -W/-Wno- warning selections; -Wall; ...
2007-11-13 H. Peter AnvinAddress data is int64_t; simplify writing an address...
2007-11-08 Charles CrayneUpgrade RAA functions to hold 64-bit data.
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 Charles CrayneSuppress a few signedness warnings
2007-10-16 H. Peter AnvinImplement floating-point option control directive
2007-10-16 H. Peter AnvinFloating-point warning fixes; fix round-to-overflow
2007-10-16 H. Peter AnvinHandle rounding of denorms correctly; make fp overflow...
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-10 H. Peter AnvinCreate option -Ox to tell NASM to do unlimited passes
2007-10-04 H. Peter AnvinRewrite the handling of SAA's to allow random access
2007-10-04 H. Peter AnvinChange cloc_t to struct location, and reorder the members
2007-10-04 H. Peter AnvinBR 1352920: change loc_t -> cloc_t
2007-10-04 H. Peter AnvinBR 1352920: Handle upper case %line
2007-10-03 H. Peter AnvinPortability fixes
2007-10-01 H. Peter AnvinUnspecified files are null strings, not null pointers
2007-10-01 H. Peter AnvinCheck for the most basic filename overlaps
2007-10-01 Charles Craynemodified: nasm.1 to add newer command line options
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-28 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-26 H. Peter Anvinnasm option reshuffling, -E -> -Z
2007-09-25 H. Peter AnvinFix BR 1445441: uninitialized use of "error_file"
2007-09-24 H. Peter AnvinImplement the -MG option (SF RFE 1564264)
2007-09-23 H. Peter AnvinAdd TY_OWORD for "DO" output
2007-09-23 H. Peter AnvinDisallow optimizing by less than 5 passes.
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-29 H. Peter AnvinAdd [default] directive
2007-08-28 H. Peter AnvinImplement REL/ABS modifiers
2007-05-29 H. Peter AnvinClean up the existing operand flag definitions, and...
2007-04-17 H. Peter AnvinHandle "LOCK as REX.R" for MOV CRx; fix warning for...
2007-04-14 Keith KaniosPlacated unreferenced types.
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-12 H. Peter AnvinRemove obsolete types; add <inttypes.h> where needed...
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
2005-01-14 H. Peter AnvinConsistent capitalization
2004-12-15 Ed Berosetchanged sprintf to more secure snprintf to prevent...
2003-09-26 Stanislav KarchebnyBacked out another patch =)
2003-09-25 Stanislav KarchebnyRevert erroneous macro added and modify __OUTPUT_FORMAT...
2003-09-10 H. Peter AnvinIf we don't specify -g, actually suppress debugging...
2003-08-29 H. Peter AnvinUpdate documentation slightly; remove weird special...
2003-08-15 Michael K. Ter LouwAllow leading whitespace on output format specific...
2003-06-14 Frank Kotlerapply dborca's patch - make the "-U" switch work -...
2003-04-01 Frank KotlerRemove "malloc.h" from rdoff/symtab.c - BSD build problem?
2003-02-24 H. Peter AnvinAdd support for the new instructions in Prescott
2002-06-11 Ed Berosetcorrected comment above the report_error_vc function
2002-06-10 H. Peter AnvinVisual C++ error format needs <space>:<space> after...
2002-06-09 Ed BerosetAddressed feature request 555987 (Visual Studio integra...
2002-06-07 H. Peter AnvinFix for BR 561137 (gcc3 compilation issue.)
2002-05-28 H. Peter AnvinAdd the JMPE instruction.
2002-05-26 H. Peter AnvinUndo accidental checkin of old code
2002-05-26 Debbie WilesReversed a change in 1.27 that affects ABSOLUTE.
2002-05-26 John CoffmanMove optimizer output from '-g' switch to '-Ov' switch
2002-05-26 H. Peter AnvinMake "ABSOLUTE <label>" work again; code based on 0.97.
2002-05-25 H. Peter AnvinMake it an error to supply a non-constant expression...
2002-05-22 H. Peter AnvinNo C++ comments, please!
2002-05-22 Debbie WilesFixed the ABSOLUTE LABEL problem
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-06 H. Peter AnvinChange NASMOPT to NASMENV
2002-05-04 H. Peter AnvinChange the NASM environment variable to NASMOPT.
2002-04-30 H. Peter AnvinNASM 0.98.30
2002-04-30 H. Peter AnvinNASM 0.98.20
2002-04-30 H. Peter AnvinNASM 0.98.16
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.11
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.98
2002-04-30 H. Peter AnvinNASM 0.98p7
2002-04-30 H. Peter AnvinNASM 0.98p6
2002-04-30 H. Peter AnvinNASM 0.98p3
2002-04-30 H. Peter AnvinNASM 0.96
2002-04-30 H. Peter AnvinNASM 0.95
2002-04-30 H. Peter AnvinNASM 0.94
2002-04-30 H. Peter AnvinNASM 0.93
2002-04-30 H. Peter AnvinNASM 0.91