]> granicus.if.org Git - yasm/shortlog
yasm
2006-07-18 Peter JohnsonMerge [1593] from trunk. 0.5
2006-06-15 Peter JohnsonMerge [1579] from trunk.
2006-06-15 Peter JohnsonFix farith and farithp instructions for GAS mode (e...
2006-06-09 Peter JohnsonMerge [1557] from trunk.
2006-06-09 Peter JohnsonSupport __OUTPUT_FORMAT__ (NASM naming) as alias for...
2006-06-08 Peter JohnsonFix cross-reference filename/line number. We were...
2006-06-08 Peter JohnsonMerge [1554] from trunk.
2006-06-08 Peter Johnson* x86parse.gap: Make cmpxchg16b only work as an instruc...
2006-06-08 Peter Johnson* nasm-bison.y: Fix compilation error introduced in...
2006-06-08 Peter JohnsonMerge [1551] from trunk.
2006-06-08 Peter JohnsonAdd support for cmpxchg16b.
2006-06-06 Peter JohnsonMerge [1548] from trunk.
2006-06-01 Peter JohnsonFix use of arithmetic with single-character constants...
2006-06-01 Peter Johnson* bc-data.c (yasm_bc_create_data): Fix crash on empty...
2006-05-22 Peter JohnsonMerge [1542] from trunk.
2006-05-22 Peter Johnson* x86parse.gap: Update pushf generation to match popf...
2006-05-12 Peter JohnsonMerge [1540] from trunk.
2006-05-12 Peter Johnson* x86id.c: Add support for 64-bit far jmp/call. These...
2006-05-12 Peter Johnson* value.c (yasm_value_output_basic): The destsize param...
2006-05-11 Peter JohnsonMerge [1536] from trunk.
2006-05-11 Peter JohnsonMerge [1535] from trunk.
2006-05-11 Peter JohnsonFix major bug related to multiple handling. Unfortunat...
2006-05-11 Peter Johnson* coff-objfmt.c: Support >=64K relocs on Win32/64 objects.
2006-05-10 Peter Johnson* coretype.h (yasm_value): Add size field (specified...
2006-05-10 Peter Johnson* Mkfiles: Update to match [1532].
2006-05-10 Peter Johnson* bc-int.h (yasm_bytecode_callback): Add reserve flag...
2006-05-09 Peter Johnson* expr.c (expr_get_item): Refactor itempool code.
2006-05-08 Peter JohnsonTry to combine as much data as possible into single...
2006-05-08 Peter Johnson* expr.c: Don't hit the allocator so hard with tiny...
2006-05-07 Michael UrmanAdd/Use helpers to pass void* as manually type-checked...
2006-05-07 Michael UrmanRework yasm.Expression to accept strings like '+' to...
2006-05-07 Michael UrmanRaise SymbolTable redefinition errors in Python.
2006-05-07 Peter Johnson* errwarn.c (yasm_error_matches): Make real function...
2006-05-06 Michael UrmanRaise IntNum division by zero errors in Python.
2006-05-06 Peter Johnson* lc3barch.c (lc3b_get_fill): Fix type-punning warning...
2006-05-05 Peter Johnson* errwarn.h (yasm_warn_set, yasm_warn_set_va): Fix...
2006-05-04 Peter JohnsonRevamp error/warning handling, using a model similar...
2006-05-04 Peter JohnsonMerge [1519] from trunk.
2006-05-04 Peter Johnson* ax_create_stdint_h.m4: Fix a couple bugs.
2006-05-03 Peter Johnson* configure.ac: Don't error-out configure if Python...
2006-04-30 Peter JohnsonMerge [1516] from trunk.
2006-04-30 Peter Johnson* elf.c (elf_strtab_enty_set_str): Update following...
2006-04-27 Peter JohnsonMerge [1514] from trunk.
2006-04-27 Peter Johnson* nasm-bison.y (nasm_parser_directive): The objfmt...
2006-04-26 Peter JohnsonMerge [1511] and [1512] from trunk.
2006-04-26 Peter Johnson* x86id.c (yasm_x86__finalize_insn): Don't check for...
2006-04-26 Peter Johnson* hamt.c (HAMT_insert): Avoid hash collisions by checki...
2006-04-25 Peter JohnsonMerge [1508] and [1509] from trunk.
2006-04-25 Peter Johnson* nasm-bison.y: Enable dbgfmt directives from NASM...
2006-04-24 Peter Johnson* nasm-token.re: Actually handle $-prefixed names corre...
2006-04-22 Peter JohnsonMerge [1506] from trunk.
2006-04-22 Peter Johnson* nasm-preproc.c (nasm_preproc_input): Don't generate...
2006-04-18 Peter JohnsonMerge [1504] from trunk.
2006-04-18 Peter Johnson* gas-bison.y: Handle segment register operands, fixing...
2006-04-17 Peter Johnson* symrec.pxi: Change various things to properties rathe...
2006-04-17 Peter Johnson* python_test.sh: Set srcdir and PYTHON to reasonable...
2006-04-17 Peter Johnson* python_test.sh: Use PYTHON variable to find python...
2006-04-17 Peter Johnson* intnum.c (yasm_intnum_calc): Use BitVector_Compare...
2006-04-17 Michael UrmanAdd intnum tests; test_cmp is failing right now and...
2006-04-17 Peter Johnson* test_symrec.py: Actually add test, and fix it to...
2006-04-17 Peter Johnson* python-yasm: Add test framework; large portions copie...
2006-04-17 Peter Johnson* symrec.pxi: Remove duplicate l.appends() in values...
2006-04-16 Peter Johnson* symrec.pxi: Implement iterators.
2006-04-16 Peter Johnsonsymrec.pxi: Implement __contains__ so that "'foo' in...
2006-04-16 Peter Johnson* nasm-eval.c (expr5, expr6): Remove unused variables.
2006-04-16 Peter Johnson* floatnum.pxi: yasm_floatnum doesn't support any ops...
2006-04-16 Peter Johnson* symrec.pxi: Revamp to more correctly generate Symbol...
2006-04-16 Peter Johnson* intnum.pxi: Use correct name for NotImplementedError.
2006-04-16 Peter Johnson* intnum.pxi: Implement full set of integer and compari...
2006-04-15 Peter Johnson* intnum.c (yasm_intnum_create_sized): New, reverse...
2006-04-15 Peter Johnson* python-yasm/Makefile.inc: .python_build needs to...
2006-04-15 Peter Johnson* python-yasm/Makefile.inc: Since we aren't using build...
2006-04-15 Peter JohnsonChange the NASM preprocessor to use yasm_intnum and...
2006-04-12 Peter JohnsonMerge [1480] and [1481] from trunk.
2006-04-12 Peter JohnsonCorrectly handle input characters >127 by using unsigne...
2006-04-09 Peter Johnson* ax_create_stdint_h.m4: Don't bother using head -1...
2006-04-08 Peter JohnsonMerge [1478] from trunk.
2006-04-08 Peter JohnsonIn dwarf2, don't create symbols that are not in the...
2006-04-07 Peter JohnsonBump trunk internal version to 0.5.99.0.
2006-04-07 Peter JohnsonBump 0.5.x branch internal version to 0.5.1.0.
2006-04-07 Peter JohnsonMissed merging [1463] (oops).
2006-04-07 Peter JohnsonMerge [1463]-[1469] from trunk, updating version as...
2006-04-07 Peter Johnson* xstrdup.c: Remove compatibility shims that, due to...
2006-04-06 Peter JohnsonTake #2 on reversioning: decouple version and build...
2006-04-06 Peter Johnson* Mkfiles: Fix genversion include paths.
2006-04-05 Peter Johnson* Mkfiles: Bring up to date with main tree changes...
2006-04-05 Peter Johnson* vc8/config.h, vc/config.h, dj/config.h: Update versio...
2006-04-05 Peter JohnsonImplement better versioning. From now on, trunk's...
2006-04-05 Peter Johnson* COPYING: Update verbiage, add list of contributors...
2006-04-05 Peter Johnson* setup.py: strip() opts["srcdir"] to unbreak distcheck.
2006-04-05 Peter Johnson* setup.py: Incorporate cleanups suggested by Michael...
2006-04-05 Peter JohnsonQuiet warnings in Pyrex code by adding "-w" if GCC...
2006-04-05 Peter Johnson* Makefile.am: Unbreak build for when Python bindings...
2006-04-04 Peter Johnson* pyrex.m4: Add a little documentation.
2006-04-04 Peter JohnsonBe much smarter at checking for and running Pyrex....
2006-04-04 Peter JohnsonHook Python module into the build (even though it's...
2006-04-04 Peter Johnson* bytecode.pxi: Fix definition of yasm_dv_create_string().
2006-04-04 Peter Johnson* dwarf2-dbgfmt.c, cv-symline.c, nasm-pp.c: Clean up...
2006-04-03 Peter Johnson* value.pxi, expr.pxi: Copy instead of NULL'ing origin...
2006-04-03 Peter Johnson* coretype.h (yasm_output_value_func): Remove splint...
next