2006-05-04 |
Peter Johnson | Revamp error/warning handling, using a model similar... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Peter Johnson | * ax_create_stdint_h.m4: Fix a couple bugs. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Peter Johnson | * configure.ac: Don't error-out configure if Python... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Peter Johnson | * elf.c (elf_strtab_enty_set_str): Update following... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Peter Johnson | * nasm-bison.y (nasm_parser_directive): The objfmt... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Peter Johnson | * x86id.c (yasm_x86__finalize_insn): Don't check for... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Peter Johnson | * hamt.c (HAMT_insert): Avoid hash collisions by checki... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Peter Johnson | * nasm-bison.y: Enable dbgfmt directives from NASM... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Peter Johnson | * nasm-token.re: Actually handle $-prefixed names corre... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Peter Johnson | * nasm-preproc.c (nasm_preproc_input): Don't generate... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Peter Johnson | * gas-bison.y: Handle segment register operands, fixing... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * symrec.pxi: Change various things to properties rathe... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * python_test.sh: Set srcdir and PYTHON to reasonable... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * python_test.sh: Use PYTHON variable to find python... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * intnum.c (yasm_intnum_calc): Use BitVector_Compare... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Michael Urman | Add intnum tests; test_cmp is failing right now and... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * test_symrec.py: Actually add test, and fix it to... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * python-yasm: Add test framework; large portions copie... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Peter Johnson | * symrec.pxi: Remove duplicate l.appends() in values... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | * symrec.pxi: Implement iterators. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | symrec.pxi: Implement __contains__ so that "'foo' in... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | * nasm-eval.c (expr5, expr6): Remove unused variables. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | * floatnum.pxi: yasm_floatnum doesn't support any ops... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | * symrec.pxi: Revamp to more correctly generate Symbol... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | * intnum.pxi: Use correct name for NotImplementedError. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Peter Johnson | * intnum.pxi: Implement full set of integer and compari... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Peter Johnson | * intnum.c (yasm_intnum_create_sized): New, reverse... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Peter Johnson | * python-yasm/Makefile.inc: .python_build needs to... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Peter Johnson | * python-yasm/Makefile.inc: Since we aren't using build... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Peter Johnson | Change the NASM preprocessor to use yasm_intnum and... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Peter Johnson | Correctly handle input characters >127 by using unsigne... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Peter Johnson | * ax_create_stdint_h.m4: Don't bother using head -1... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Peter Johnson | In dwarf2, don't create symbols that are not in the... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Peter Johnson | Bump trunk internal version to 0.5.99.0. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Peter Johnson | * xstrdup.c: Remove compatibility shims that, due to... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Peter Johnson | Take #2 on reversioning: decouple version and build... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Peter Johnson | * Mkfiles: Fix genversion include paths. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | * Mkfiles: Bring up to date with main tree changes... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | * vc8/config.h, vc/config.h, dj/config.h: Update versio... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | Implement better versioning. From now on, trunk's... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | * COPYING: Update verbiage, add list of contributors... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | * setup.py: strip() opts["srcdir"] to unbreak distcheck. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | * setup.py: Incorporate cleanups suggested by Michael... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | Quiet warnings in Pyrex code by adding "-w" if GCC... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Peter Johnson | * Makefile.am: Unbreak build for when Python bindings... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Peter Johnson | * pyrex.m4: Add a little documentation. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Peter Johnson | Be much smarter at checking for and running Pyrex.... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Peter Johnson | Hook Python module into the build (even though it's... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Peter Johnson | * bytecode.pxi: Fix definition of yasm_dv_create_string(). |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Peter Johnson | * dwarf2-dbgfmt.c, cv-symline.c, nasm-pp.c: Clean up... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Peter Johnson | * value.pxi, expr.pxi: Copy instead of NULL'ing origin... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Peter Johnson | * coretype.h (yasm_output_value_func): Remove splint... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Peter Johnson | * cv-symline.c (cv_sym_bc_tobytes): Silence signedness... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Peter Johnson | python-yasm: Modularize and clean up. Note the modular... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Michael Urman | Checkin of initial work on a pyrex python binding for... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Peter Johnson | * coff-objfmt.c (coff_objfmt_section_switch): Fix up... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Peter Johnson | * yasm.c (version_msg): Update copyright date range. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Peter Johnson | * yasm.rules: Clean up. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Peter Johnson | * yasm.rules: Add debug flag feature as configurable... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Peter Johnson | Fix a couple bugs in CV8 that generate bad debug info. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | * expr.c (expr_simplify_identity): Fix crash when there... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | * combpath_test.c: Add a couple of tests with drive... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | Finally fix brokenness that was NASM imported preproces... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | * yasm.c (main): Fix longstanding bug of putting the... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | * splitpath_test.c: Include file.h not splitpath.c... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | In preparation for more file handling functions to... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Peter Johnson | * cv-type.c (cv_type_create): Initialize leaves. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Peter Johnson | * Mkfiles: Update for CodeView dbgfmt addition. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Peter Johnson | * cv-type.c: Fix typo (CV_T_PFBOOL32 should be CV_T_PFB... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Peter Johnson | * coff-objfmt.c (yasm_x64_LTX_objfmt): Enable cv8 debug... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Peter Johnson | First cut at CodeView (version "8" / 2005 only). Compl... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Peter Johnson | * x86id.c: Fix pause instruction (closing #72). |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Peter Johnson | * dwarf2-line.c: Avoid obvious crash case on unassigned... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Peter Johnson | * libyasm/Makefile.inc: Alphabetize source and include... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Peter Johnson | * coff-objfmt.c (coff_objfmt_output_value): Add support... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Peter Johnson | Add a feature and fix a long-standing bug in Win64... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Peter Johnson | * value.c (value_finalize_expr): Check for purely ... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Peter Johnson | Makefile.dj, Makefile.flat: Realphabetize LIBYASM_OBJS. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Peter Johnson | Mkfiles/vc, Mkfiles/vc8: Delete FileConfigurations... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Peter Johnson | Massive cleanup of relocation and WRT handling. Closes... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Peter Johnson | Eliminate some signed/unsigned character mismatches... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Peter Johnson | More gracefully handle absolute section refernce expans... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Peter Johnson | * arch.h (yasm_arch_create): Fix doxygen reference. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Peter Johnson | * gas-token.re: Recognize ".fill" directive. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Peter Johnson | * nasm-token.re: Add support for the 777o form of octal... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Peter Johnson | * hamt.c: Fix bug introduced in [1407] that causes... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * gas-bison.y: Close a couple of memory leaks. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * hamt.c (HAMT_delete_trie): Close memory leak (max... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | Mkfiles: Take hamt out of GAP builds here as well. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * gap.c: Don't use HAMT. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * hamt.c: Add stopgap fix for GAP in cross-build situat... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * bytecode.c (yasm_bc_destroy): Only xfree symrecs... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * dwarf2-info.c: Include config.h before looking for... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * dwarf2-info.c: Reorder includes so that compiling... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * bytecode.c (yasm_bc_create_insn): Use yasm_ops_initia... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | Fix a few things found by valgrind. There will be... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * phash.c (phash_lookup), perfect.c (initnorm): Mask... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Peter Johnson | * tools/gap: Clean up unused variables, bad size usage... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Peter Johnson | * Mkfiles/vc, Mkfiles/vc8: Fix a couple problems with... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Peter Johnson | Rewrite x86 identifier recognition to use a minimal... |
commit | commitdiff | tree | snapshot |
next |