]> granicus.if.org Git - yasm/shortlog
yasm
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...
2006-02-10 Peter Johnson* push64.errwarn, addbyte.errwarn, arithsmall.errwarn...
2006-02-10 Peter Johnson* intnum.c (yasm_intnum_get_sized): Honor negative...
2006-02-10 Peter Johnson* x86id.re (str_insn): Fix #68. Based on the patch...
2006-02-09 Peter Johnson* intnum.h (yasm_get_sleb128, yasm_size_sleb128): New...
2006-02-05 Peter JohnsonMatch yasm_symtab_traverse() implementation to doxygen...
2006-02-05 Peter Johnson* bitvect.c (BitVector_from_Enum): Silence compiler...
2006-02-05 Peter Johnson* expr.c (yasm_expr_print): Increase size of opstr...
2006-02-05 Peter Johnson* bytecode.c (yasm_bc_tobytes): *really* fix handling...
2006-02-05 Peter Johnson* objfmt.h (yasm_objfmt_output): Fix macro.
2006-02-04 Peter Johnson* re2c/main.c: Include string.h so strlen and memcpy...
2006-02-04 Peter Johnson* elf-objfmt.c (elf_objfmt_section_switch): Remove...
2006-02-04 Peter JohnsonUpdate FSF address in GPL and LGPL licenses.
2006-02-03 Peter Johnson* dwarf2-dbgfmt.c (generate_section): Split off large...
2006-02-01 Peter JohnsonImplement DWARF2 .file "foo.c" (sans file number) so...
2006-01-31 Peter Johnson* coretype.h (yasm__splitpath): Fix doxygen comment.
2006-01-31 Peter Johnson* dwarf2-dbgfmt.c (dwarf2_dbgfmt_generate_section)...
2006-01-30 Peter Johnson* coretype.h (yasm__splitpath): Add some detection...
2006-01-30 Peter Johnson* vc8/modules.vcproj: Unbreak.
2006-01-29 Peter JohnsonUpdate Mkfiles for DWARF2.
2006-01-29 Peter JohnsonAdd DWARF2 debugging format. Note: at the moment,...
2006-01-29 Peter Johnson* arch.h (yasm_arch_min_insn_len): Get the minimum...
2006-01-29 Peter Johnson* dbgfmt.h (yasm_dbgfmt_directive): Add section paramet...
2006-01-29 Peter Johnson* splitpath_test.c: Add no-filename cases.
2006-01-29 Peter JohnsonSet svn:keywords to include Id.
2006-01-29 Peter JohnsonAdd functions to split a path into a directory and...
2006-01-24 Peter Johnson* symrec.h (yasm_symtab_get): Fix doxygen documentation.
2006-01-23 Peter Johnson* gas-bison.y: Pass .loc and .file directives onto...
2006-01-23 Peter Johnson* parser.h (do_parse): Add dbgfmt parameter.
2006-01-23 Peter Johnson* linemgr.h (yasm_linemap_goto_next): Fix typo in text...
2006-01-23 Peter JohnsonImplement GAS syntax ".local" directive. This is used...
2006-01-23 Peter Johnson* intnum.c (yasm_intnum_set_uint): New function to...
next