]> granicus.if.org Git - yasm/shortlog
yasm
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 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 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 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...
2006-04-03 Peter Johnson* cv-symline.c (cv_sym_bc_tobytes): Silence signedness...
2006-04-03 Peter Johnsonpython-yasm: Modularize and clean up. Note the modular...
2006-04-02 Michael UrmanCheckin of initial work on a pyrex python binding for...
2006-04-01 Peter Johnson* coff-objfmt.c (coff_objfmt_section_switch): Fix up...
2006-03-30 Peter Johnson* yasm.c (version_msg): Update copyright date range.
2006-03-30 Peter Johnson* yasm.rules: Clean up.
2006-03-29 Peter Johnson* yasm.rules: Add debug flag feature as configurable...
2006-03-29 Peter JohnsonFix a couple bugs in CV8 that generate bad debug info.
2006-03-28 Peter Johnson* expr.c (expr_simplify_identity): Fix crash when there...
2006-03-28 Peter Johnson* combpath_test.c: Add a couple of tests with drive...
2006-03-28 Peter JohnsonFinally fix brokenness that was NASM imported preproces...
2006-03-28 Peter Johnson* yasm.c (main): Fix longstanding bug of putting the...
2006-03-28 Peter Johnson* splitpath_test.c: Include file.h not splitpath.c...
2006-03-28 Peter JohnsonIn preparation for more file handling functions to...
2006-03-28 Peter Johnson* cv-type.c (cv_type_create): Initialize leaves.
2006-03-27 Peter Johnson* Mkfiles: Update for CodeView dbgfmt addition.
2006-03-27 Peter Johnson* cv-type.c: Fix typo (CV_T_PFBOOL32 should be CV_T_PFB...
2006-03-27 Peter Johnson* coff-objfmt.c (yasm_x64_LTX_objfmt): Enable cv8 debug...
2006-03-27 Peter JohnsonFirst cut at CodeView (version "8" / 2005 only). Compl...
2006-03-22 Peter Johnson* x86id.c: Fix pause instruction (closing #72).
2006-03-22 Peter Johnson* dwarf2-line.c: Avoid obvious crash case on unassigned...
2006-03-22 Peter Johnson* libyasm/Makefile.inc: Alphabetize source and include...
2006-03-20 Peter Johnson* coff-objfmt.c (coff_objfmt_output_value): Add support...
2006-03-20 Peter JohnsonAdd a feature and fix a long-standing bug in Win64...
2006-03-19 Peter Johnson* value.c (value_finalize_expr): Check for purely ...
2006-03-19 Peter JohnsonMakefile.dj, Makefile.flat: Realphabetize LIBYASM_OBJS.
2006-03-19 Peter JohnsonMkfiles/vc, Mkfiles/vc8: Delete FileConfigurations...
2006-03-19 Peter JohnsonMassive cleanup of relocation and WRT handling. Closes...
2006-03-18 Peter JohnsonEliminate some signed/unsigned character mismatches...
2006-03-14 Peter JohnsonMore gracefully handle absolute section refernce expans...
2006-03-12 Peter Johnson* arch.h (yasm_arch_create): Fix doxygen reference.
2006-03-11 Peter Johnson* gas-token.re: Recognize ".fill" directive.
2006-03-08 Peter Johnson* nasm-token.re: Add support for the 777o form of octal...
2006-03-06 Peter Johnson* hamt.c: Fix bug introduced in [1407] that causes...
2006-03-05 Peter Johnson* gas-bison.y: Close a couple of memory leaks.
2006-03-05 Peter Johnson* hamt.c (HAMT_delete_trie): Close memory leak (max...
2006-03-05 Peter JohnsonMkfiles: Take hamt out of GAP builds here as well.
2006-03-05 Peter Johnson* gap.c: Don't use HAMT.
2006-03-05 Peter Johnson* hamt.c: Add stopgap fix for GAP in cross-build situat...
2006-03-05 Peter Johnson* bytecode.c (yasm_bc_destroy): Only xfree symrecs...
2006-03-05 Peter Johnson* dwarf2-info.c: Include config.h before looking for...
2006-03-05 Peter Johnson* dwarf2-info.c: Reorder includes so that compiling...
2006-03-05 Peter Johnson* bytecode.c (yasm_bc_create_insn): Use yasm_ops_initia...
2006-03-05 Peter JohnsonFix a few things found by valgrind. There will be...
2006-03-05 Peter Johnson* phash.c (phash_lookup), perfect.c (initnorm): Mask...
2006-03-05 Peter Johnson* tools/gap: Clean up unused variables, bad size usage...
2006-03-04 Peter Johnson* Mkfiles/vc, Mkfiles/vc8: Fix a couple problems with...
2006-03-04 Peter JohnsonRewrite x86 identifier recognition to use a minimal...
2006-03-04 Peter Johnson* genmodule.c: Enable svn:keywords Id.
2006-03-02 Peter Johnson* x86id.re (retnf_insn, yasm_x86__parse_check_insn...
2006-03-01 Peter Johnson* objfmt.h (yasm_objfmt_add_default_section): Update...
2006-02-28 Peter Johnson* coff-objfmt.c: Fix crash when sections are generated...
2006-02-25 Peter JohnsonFix #70 by allowing overrides on the default (usually...
2006-02-24 Peter JohnsonFix #69 by making the NASM preproc and parser use the...
2006-02-14 Peter Johnson* dwarf2-info.c (yasm_dwarf2__generate_info): Set secti...
2006-02-14 Peter JohnsonRemove some unused variables/functions.
2006-02-12 Peter Johnson* intnum.c (yasm_intnum_create_leb128): Create an intnu...
2006-02-12 Peter Johnson* dwarf2-info.c (yasm_dwarf2__generate_info): Fully...
2006-02-12 Peter Johnson* Mkfiles: Update to sync with [1376].
2006-02-12 Peter Johnson* dwarf2/Makefile.inc: Include dbgfmt-dwarf2.h.
2006-02-11 Peter JohnsonGenerate DWARF2 information from asm source, closing...
2006-02-11 Peter Johnson* stabs-elf.hex: Update to match previous commit.
2006-02-11 Peter Johnson* elf-objfmt.c (elf_objfmt_output): Create all missing...
2006-02-11 Peter Johnson* linemgr.h (yasm_linemap_traverse_filenames): New...
2006-02-10 Peter Johnson* configure.ac: Add checks for unistd.h and getcwd...
2006-02-10 Peter JohnsonFix #67 by autosizing push immediate with no specified...
2006-02-10 Peter Johnson* x86bc.c (x86_bc_insn_tobytes, x86_bc_jmp_tobytes...
next