]> granicus.if.org Git - yasm/shortlog
yasm
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...
2007-01-29 Peter JohnsonPyxelator generation should depend on HEADERS rather...
2007-01-29 Peter JohnsonClean up sed usage a tiny bit (don't use cat).
2007-01-29 Peter JohnsonMassive Python/Pyrex wrapper cleanup. We now use Pyxel...
2007-01-28 Peter JohnsonFix #97: Support right-shifted symbols in binary output...
2007-01-28 Peter JohnsonUnbreak out_test.sh; the previous commit caused an...
2007-01-27 Peter JohnsonFix #96 by setting the timestamp in the COFF header...
2007-01-26 Peter JohnsonMake python module DESTDIR-clean to unbreak distcheck...
2007-01-21 Peter JohnsonRemove yasm_immval, moving remaining unique information...
2007-01-20 Peter Johnsonintnum.c: Better internal error checking on intnum...
2007-01-20 Peter JohnsonFix bug in [1737]. Using a valid environment variable...
2007-01-19 Peter JohnsonSupport environment variables in %include along the...
2007-01-19 Peter JohnsonAdd dbgfmt_cv8 to flat Mkfiles (DJGPP).
2007-01-18 Peter JohnsonMake gnu an alias for gas parser.
2007-01-18 Peter JohnsonAdd macho to Mkfiles.
2007-01-15 Peter JohnsonUnbreak distcheck (missing test shell scripts from...
2007-01-13 Peter JohnsonInitial commit of Mach-O object format.
2007-01-11 Peter Johnson.indent.pro: Update ancient typedef list.
2007-01-11 Peter Johnsoncoretype.h: Remove yasm_optimizer typedef.
2007-01-07 Peter Johnsonx86arch.c, x86id.c: Explicitly cast to unsigned char.
2007-01-07 Peter Johnsongas-parse.c: Delete unused variables.
2006-12-30 Peter Johnsoncoff-objfmt.c: Close small memory leak.
2006-12-30 Peter Johnsonpython-yasm/Makefile.inc: Pull in CPPFLAGS for Python...
2006-12-30 Peter Johnsonbc-data.c: Fix memory leak when handling LEB128 data.
2006-12-30 Peter JohnsonGAS parser: convert to recursive descent.
2006-12-30 Peter JohnsonNASM parser bugfixes, and add support for section names...
2006-12-30 Peter Johnsonyasm_value_delete(): Check for NULL expr before attempt...
2006-12-27 Peter Johnsonnasm-parse.c, x86id.c: Fix unused variable warnings.
2006-12-24 Peter JohnsonPOTFILES.in: Bring up to date by adding a couple of...
2006-12-24 Peter JohnsonRemove remaining references to nasm-bison.c/h.
2006-12-24 Peter JohnsonPort re2c parser from YACC to recursive descent.
2006-12-23 Peter JohnsonFix Mkfiles for previous commit (NASM recursive descent...
2006-12-23 Peter JohnsonNASM parser: change from Bison parser to hand-written...
2006-12-23 Peter JohnsonRename yasm_dvs_destroy() to yasm_dvs_delete() to match...
2006-12-17 Peter JohnsonFix bad valparams setup introduced in previous commit...
2006-12-14 Peter JohnsonPush down GAS .ident directive handling into objfmts...
2006-12-12 Peter JohnsonPyxelator: Rip out code wrapper generation. Reindent...
next