]> granicus.if.org Git - yasm/shortlog
yasm
2007-07-20 Peter JohnsonAdd support for GAS local labels (1:, 1f, 1b).
2007-07-16 Peter JohnsonDoxygen documentation fixes.
2007-07-15 Peter JohnsonDon't use an inner structure for line mappings.
2007-07-14 Peter JohnsonMerge expr-int.h into expr.h, removing YASM_EXPR_INTERN...
2007-07-14 Peter JohnsonMerge bc-int.h into bytecode.h, removing YASM_BC_INTERN...
2007-07-14 Peter JohnsonRemove YASM_LIB_INTERNAL. It never really gained us...
2007-07-13 Peter JohnsonClean up a number of obsolete autoconf-detected standar...
2007-07-13 Peter JohnsonBring Mkfiles up-to-date with [1889].
2007-07-13 Peter JohnsonBring POTFILES.in up to date.
2007-07-08 Peter JohnsonChange handling of frontend (mnenomic) instructions...
2007-06-30 Peter JohnsonProperly mark yasm_arch->create() error parameter as...
2007-06-30 Peter JohnsonUpdate splint script.
2007-06-30 Peter JohnsonOptimize negating a simple intnum.
2007-06-25 Peter JohnsonFix buglet in handling of SEG of SEG:OFF. We were...
2007-06-23 Peter JohnsonFix default filename buffer overflow.
2007-06-10 Peter JohnsonRemove errant else. This should not have had any serio...
2007-06-04 Peter JohnsonFix bin objfmt handling of cross-section RIP-relative...
2007-06-02 Peter JohnsonMake sure objfmt_coff->win64 gets set to 0 in win32...
2007-06-02 Peter JohnsonFix uninitialized variable, memory leak.
2007-06-02 Peter JohnsonCorrect CPU definitions for Prescott, Conroe, Penryn...
2007-06-01 Peter JohnsonDon't try to yasm_expr_copy(NULL).
2007-06-01 Peter JohnsonFix use-after-free in linemap_poke. The first yasm_lin...
2007-06-01 Peter JohnsonFix a few bugs in new directive handling.
2007-05-31 Peter JohnsonFix typo in filename reference in [1853].
2007-05-28 Peter JohnsonFix #102: Permit non-standard macho section names.
2007-05-26 Peter JohnsonClean up directive handling. This standardizes error...
2007-05-26 Peter JohnsonSupport .set in GAS parser.
2007-05-20 Peter JohnsonFix issue with [1843]; we can't use strlen() here as...
2007-05-18 Peter JohnsonFix yasm__xstrdup() for the case when the destination...
2007-05-15 Peter JohnsonMove absolute section handling into NASM parser, removi...
2007-05-15 Peter JohnsonUpdated testcase result to match [1840] missed in that...
2007-05-15 Peter JohnsonFix handling of SVM (AMD Pacifica) instructions that...
2007-05-13 Peter JohnsonClean up expect_() in both parsers. In the nasm parser...
2007-05-11 Peter JohnsonFix #107: Float input "1.000000" hit an edge case in...
2007-05-09 Peter JohnsonFix handling of SSE4 crc opcodes with 64-bit register...
2007-04-30 Peter JohnsonAdd copyright and license text to GAP input file.
2007-04-30 Peter JohnsonAdd SSE4.1 and SSE4.2 instructions.
2007-04-30 Peter JohnsonRename sse4 test to ssse3, to make way for the real...
2007-04-23 Peter JohnsonCall yasm_symtab_parser_finalize() from parser so calle...
2007-04-22 Peter JohnsonUpdate all copyright dates.
2007-04-22 Peter JohnsonExpand tabs to spaces.
2007-04-22 Peter JohnsonBite the bullet and convert tabs to spaces. Previously...
2007-04-14 Peter JohnsonAdd end_prolog macro (maps to [endprolog]) in addition...
2007-04-14 Peter JohnsonFix #104 by removing obsolete comment about -m amd64...
2007-03-23 Peter JohnsonUnbreak Windows build by using yasm__strcasecmp instead...
2007-03-22 Peter JohnsonFix a couple of doxygen comments.
2007-03-21 Peter JohnsonMassive update of directive handling, including handlin...
2007-03-08 Peter Johnsonhamt.c: Fix portability nit (uintptr_t & ~1UL) and...
2007-03-06 Peter JohnsonUpdate doxygen comments.
2007-03-05 Peter JohnsonRestructure yasm_object as the central clearing house...
2007-03-04 Peter JohnsonMach-O object format: 0-fill unused portion of section...
2007-03-04 Peter JohnsonMake symrec robust against defining a symbol both as...
2007-03-04 Peter JohnsonGAS parser: fix unterminated string handling to properl...
2007-03-04 Peter JohnsonFix a couple of NULL pointer derefs.
2007-03-02 Peter JohnsonFollow the lead of GAS and change the prefix order...
2007-03-01 Peter JohnsonAdd option -Wsize-override to turn on warning on multip...
2007-03-01 Peter JohnsonWork around possibly used uninitialized warning, even...
2007-03-01 Peter JohnsonAdd -E and -s command line options. These mimic the...
2007-02-25 Peter JohnsonBump trunk version to 0.6.99 after 0.6.0 release.
2007-02-24 Peter JohnsonAdd Mach-O to yasm_objfmts(7) man page.
2007-02-24 Peter Johnsonstabs_test.sh: Fix line endings after removal of eol...
2007-02-24 Peter Johnsonstabs_test.sh: Fix properties.
2007-02-24 Peter JohnsonMassive warnings cleanup and cleanup of size_t vs uintp...
2007-02-24 Peter Johnsonintnum.c: Remove tracking of origsize. This wasn't...
2007-02-24 Peter JohnsonWarning cleanups (unused variable/label).
2007-02-24 Peter JohnsonMove libyasm-stdint.h include out of util.h, as util...
2007-02-23 Peter JohnsonFix DJGPP build.
2007-02-22 Peter JohnsonDon't distribute re2c-built files or configure-built...
2007-02-21 Peter JohnsonSet keyword expansion.
2007-02-20 Peter JohnsonCV8: Don't put any ".name" symbols into the debug symbo...
2007-02-19 Peter JohnsonRevamp macho object format design, fixing some bugs...
2007-02-19 Peter JohnsonGAS parser: support calll and callq.
2007-02-19 Peter JohnsonGAS parser: support labels on the same line as other...
2007-02-18 Peter JohnsonFix build (hopefully) on Win64 by using uintptr_t more...
2007-02-18 Peter JohnsonAdd a jump_target flag to the yasm_value structure...
2007-02-16 Peter JohnsonFix crash when possibly 32-bit 64-bit immediate is...
2007-02-15 Peter JohnsonWork around other warnings by including util.h earlier.
2007-02-15 Peter JohnsonFix up some GCC 4.x warnings.
2007-02-15 Peter JohnsonTry to cut down on DJGPP build warnings.
2007-02-13 Peter JohnsonUpdate to gettext 0.16.1.
2007-02-13 Peter JohnsonAllow more than just times to trigger on any change...
2007-02-13 Peter JohnsonOnly enable -ansi -pedantic -Wall in maintainer mode.
2007-02-13 Peter JohnsonFix some warnings.
2007-02-12 Peter JohnsonPyrex detection: strip a-z suffix to correctly detect...
2007-02-12 Peter JohnsonEnable .pdata and .xdata special handling only for...
2007-02-12 Peter JohnsonAdd support for Win64 structured exception handling...
2007-02-08 Peter Johnsoncoff-objfmt.c: Refactor directives. Also fix small...
2007-02-08 Peter JohnsonUpdate copyright date to 2007.
2007-02-08 Peter JohnsonTokenize registers in directives.
2007-02-07 Peter JohnsonMissed one NULL-handling case in previous commit.
2007-02-07 Peter JohnsonAllow directives to have no parameters in the parser...
2007-02-06 Peter Johnsonmacho-objfmt.c: Fix unused variable warning.
2007-02-06 Peter Johnsonnasm-listfmt.c: Fix warning due to [1752] multiple...
2007-02-05 Peter JohnsonSupport forced identifiers ($foo) in directives. This...
2007-02-04 Peter JohnsonFix #98. Fix implemented by merging any reserve multip...
2007-02-04 Peter JohnsonAllow multiples to become temporarily negative during...
2007-02-04 Peter Johnsonsection.c (check_cylce): Avoid segfault by checking...
2007-02-03 Peter JohnsonFix handling of times 0 <...>.
2007-01-31 Peter JohnsonActually fully support "gnu" alias for "gas" parser...
2007-01-31 Peter JohnsonNow that Pyrex 0.9.5.1 is out, require it (incorporates...
next