platform/upstream/nasm.git
2007-04-16 Keith KaniosFixed long mode MEM_OFFS issue.
2007-04-16 Keith KaniosFilled in all RIP Register Flags.
2007-04-16 H. Peter AnvinMore \321 -> \324 for 64-bit instructions
2007-04-16 Keith KaniosFixed 64-bit offset generation.
2007-04-16 H. Peter AnvinMore 64-bit ndisasm fixes.
2007-04-16 H. Peter AnvinFixes for 64-bit ndisasm.
2007-04-16 H. Peter AnvinUse + instead of * for extension; it feels cleaner...
2007-04-16 H. Peter AnvinInitial 64-bit support for ndisasm. Still a work in...
2007-04-15 H. Peter AnvinClean up the 64-bitification of regs.dat for 64-bit...
2007-04-15 H. Peter AnvinRemove @GCCFLAGS@
2007-04-15 H. Peter AnvinCR8 is not special in any way as far as the assembler...
2007-04-15 H. Peter AnvinGet rid of @GCCFLAGS@
2007-04-15 H. Peter AnvinCleaner way to add gcc options
2007-04-15 Keith KaniosFixed distinction between RIP relative symbols and...
2007-04-15 H. Peter AnvinFix the register number for CR7 (it was using the same...
2007-04-15 H. Peter AnvinMore perl-like idioms for generating regdis.c
2007-04-15 Keith KaniosFixed regdis.c generation.
2007-04-14 Keith KaniosAdded DQ constants for all BITS modes.
2007-04-14 H. Peter Anvinoutmacho.c: stylistic cleanups
2007-04-14 Keith KaniosFixed support for DQ constants in long mode.
2007-04-14 Keith KaniosHopefully it is actually fixed this time :P
2007-04-14 Keith KaniosFixed structure initialization issue.
2007-04-14 Keith KaniosRefixed uninitialized data.
2007-04-14 Keith KaniosFixed uninitialized structure data.
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-14 Keith KaniosPlacated unreferenced types.
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-13 Keith KaniosAdded outmacho.* to static makefile.
2007-04-13 Keith KaniosFixed REGRIP -> RIPREG to match regs.dat.
2007-04-13 Keith KaniosFixed obj_fwrite() declaration to match "static" defini...
2007-04-13 Keith KaniosAdded appropriate "void" prototypes.
2007-04-13 Keith KaniosReplaced str(n)casecmp with more standard str(n)icmp.
2007-04-13 H. Peter AnvinAIf we have config.h, we should actually include it!!
2007-04-13 H. Peter AnvinWhen compiling with gcc, compile with -W -Wall for...
2007-04-13 H. Peter AnvinMacroize any compiler-specific code; macros defined...
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-13 Keith KaniosComment "REX.I" should have been "REX.X"
2007-04-13 Keith KaniosFixed c99 data-types after removal of typedefs.
2007-04-13 Keith KaniosAdded Dev-Cpp Makefile
2007-04-13 Keith Kanios*** empty log message ***
2007-04-12 H. Peter AnvinRemove redundant inclusion of <inttypes.h>
2007-04-12 H. Peter AnvinRemove obsolete types; add <inttypes.h> where needed...
2007-04-12 H. Peter Anvinautogen.sh script to create configure, et al.
2007-04-12 Keith KaniosFixed c99 support for RDOFF Tools
2007-04-12 H. Peter Anvinoutmacho.c: Don't assume __builtin_ctzl exists for...
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2006-03-02 Eric ChristopherAdd VMX instructions.
2006-02-04 Eric ChristopherFix documentation building for non-srcdir builds. Still...
2006-02-02 Eric Christopher2006-02-02 Eric Christopher <echristo@apple.com>
2005-12-09 Eric Christopher2005-12-08 Wade Tregaskis <wtregaskis@apple.com>
2005-12-05 Eric Christopher2005-12-05 Eric Christopher <echristo@apple.com>
2005-10-20 Eric ChristopherAllow CFLAGS to be overridden from make.
2005-10-07 Eric ChristopherAdded section attributes, in particular S_ATTR_SOME_INS...
2005-09-26 Eric ChristopherBreak macho_cleanup into separate functions.
2005-09-22 Eric ChristopherRun misc/Nindent on outmacho.c
2005-09-22 Eric ChristopherAdd basic support for Mach-O file format.
2005-06-08 Frank Kotlerfix outobj.c bug - every 256th extern crashed nasm
2005-05-09 Frank KotlerJindrich Novy's buffer overrun patch to outieee.c
2005-03-10 Frank Kotleradd John Coffman's optimizer documentation
2005-02-04 Frank KotlerUpdate "version" to 0.98.40
2005-01-17 Frank Kotlerupdate my address in AUTHORS
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2005-01-14 H. Peter AnvinUpdate dependencies
2005-01-14 H. Peter AnvinFix comment
2005-01-14 H. Peter AnvinUpdate to match SF changes
2005-01-14 H. Peter AnvinConsistent capitalization
2005-01-13 Frank Kotlerupdate "CHANGES"
2005-01-01 H. Peter AnvinDummy change to test CVS mail
2004-12-31 Frank KotlerDocument maximum identifier length
2004-12-29 H. Peter AnvinScript to format the source code in a standard format
2004-12-29 H. Peter AnvinAdd ieee_ prefix to filenames with otherwise highly...
2004-12-21 Frank KotlerAndreas Ericsson's patch to misc/nasm.sl
2004-12-17 Ed BerosetAdded "splint" as a target to simplify running splint...
2004-12-17 Ed BerosetPlaced guards around strdup declaration to avoid compil...
2004-12-15 Ed BerosetAdded todo item to point out the somewhat tricky fact...
2004-12-15 Ed Berosetadded checks for vsnprintf and snprintf (ISO C99) and...
2004-12-15 Ed BerosetCorrected typo in variable name.
2004-12-15 Ed Berosetchanged last sprintf to more secure snprintf to prevent...
2004-12-15 Ed Berosetchanged sprintf to more secure snprintf to prevent...
2004-12-15 Ed Berosetadded buffer length parameter to prevent vulnerability...
2004-12-15 Ed Berosetadded buffer length parameters to prevent vulnerability...
2004-12-15 Ed Berosetchanged sprintf to more secure snprintf to prevent...
2004-12-15 Ed Berosetchanged 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...
2004-09-15 Yuri Zaporogetsoutrdf2.c now uses the same definitions of RDOFF2 forma...
2004-08-08 Yuri ZaporogetsRemoved old header that was once used by ldrdf.
2004-05-15 Yuri ZaporogetsInclude <string.h> to get rid of compiler warnings
2004-05-15 Yuri ZaporogetsFix of the critical bug in ldrdf.c
2004-04-25 Frank Kotlerfix as86 .bss handling per John Coffman's patch
2004-01-07 Frank Kotlerfix man page per Eric Raymond
2003-12-12 Frank KotlerTouch up docs
2003-12-12 Frank KotlerUpdate rdoff
2003-09-26 Nickolay YurchenkoFor compatibility with older code removed feature:
2003-09-26 Stanislav KarchebnyBacked out another patch =)
2003-09-25 Stanislav KarchebnyRevert erroneous macro added and modify __OUTPUT_FORMAT...
2003-09-25 Stanislav KarchebnyConsistency fix
2003-09-24 Stanislav KarchebnyAdded _NASM_FORMAT_ macro
2003-09-21 Nickolay Yurchenko* Unterminated string auto termination.
2003-09-12 H. Peter AnvinDocument fix
next