]> granicus.if.org Git - yasm/shortlog
yasm
2005-01-12 Peter JohnsonAdd some abilities to base symrec so that it can be...
2004-12-07 Peter JohnsonFix up VC, flat, DJ build files to match build changes...
2004-12-03 Peter JohnsonFix free-before-use case in x86 finalize code. Bytecod...
2004-12-02 Peter Johnson * Makefile.inc: Remove nasm-macros.c from SOURCES...
2004-12-01 Peter JohnsonSince modules are now built into libyasm, it's no longe...
2004-12-01 Peter JohnsonGreatly simplify build system by removing libtool and...
2004-11-18 Peter JohnsonRefactor some the x86 bytecode handling now that we...
2004-11-16 Peter Johnson* bytecode.h: Doxygen cleanups.
2004-11-15 Peter Johnson* libyasm/tests/Makefile.inc: Build bitvect_test and...
2004-11-15 Peter JohnsonRemove Check suite; hand-write the two tests that use...
2004-11-14 Peter JohnsonMove generation of arch instruction bytecodes from...
2004-11-01 Peter JohnsonMerged [1173] from 0.4.x branch.
2004-11-01 Peter JohnsonRemove mingw build.
2004-10-31 Peter Johnson* linemgr.c (yasm_linemap_create): Initialize pointers...
2004-10-31 Peter JohnsonFix #44 by adding support for WRT special symbols ...
2004-10-23 Michael UrmanAdd better handling of functions for stabs debugging...
2004-10-15 Peter Johnson* modules.vcproj: Update to include new ELF files.
2004-10-14 Peter JohnsonMake manual size overrides on effective addresses only...
2004-10-14 Peter Johnson* configure.ac: Add detection for libgen.h.
2004-10-13 Peter Johnson* x86id.re (x86_new_jmp): Fix evaluation order dependen...
2004-10-11 Peter Johnson* elf-x86-amd64.c: Set svn:keywords "Id".
2004-10-11 Peter Johnson* elf.h: Update x86 and amd64 relocation types and...
2004-10-11 Michael UrmanEnable machine specific handling of relocation section...
2004-10-11 Michael UrmanDeconst yasm_expr_get_intnum's return, allowing inplace...
2004-10-11 Peter Johnson* intnum.c (yasm_intnum_zero): New function to zero...
2004-10-11 Peter JohnsonAdd work around for static-build libtool binaries to...
2004-10-10 Michael UrmanPhase 2 of 2 cleanup to elf's internal structure.
2004-10-10 Michael UrmanPhase 1 of a 2 phase cleanup to elf's internal structure.
2004-10-08 Peter JohnsonAdd relocation information to nasm list format by estab...
2004-10-02 Peter JohnsonUpdate VC++ build files for tree changes.
2004-10-02 Peter JohnsonFirst part of list file support. This should accuratel...
2004-09-29 Peter Johnson* xdf-objfmt.c (xdf_reloc.type): Remove FLAT relocation...
2004-09-27 Peter Johnson* expr.h (yasm_expr_extract_seg): Comment change: remov...
2004-09-27 Peter Johnson* expr.c (yasm_expr_extract_symrec): Add "relocate...
2004-09-25 Peter Johnson* util.h (BitCount): Change bit-counting algorithm...
2004-09-13 Peter Johnson* bc-int.h (yasm_bytecode): Add new pointer to array...
2004-09-13 Michael UrmanAdd a final SO for any .text section. This is used...
2004-09-12 Peter Johnson* yasm_arch.xml, yasm_arch.7: Fix typo in 64-bit implic...
2004-09-12 Peter Johnson* ins.h, scanner.h, dfa.h, code.c, re.h, parse.h, token...
2004-09-12 Peter Johnson* tools/re2c/Makefile.inc: Update build rules for re2c...
2004-09-11 Peter Johnson* yasm_arch.xml, yasm_arch.1: Add large section on...
2004-09-10 Peter Johnson* yasm_arch.xml, yasm.xml: Turn on Id keyword expansion
2004-09-10 Peter Johnson* arch/lc3b/README, arch/x86/README: Remove (replaced...
2004-09-07 Peter Johnson* Makefile.am: Unbreak build (broken due to new man...
2004-09-07 Peter Johnson* configure.ac: Remove check for groff, add check for...
2004-09-04 Peter Johnson* On most files: re-enable $IdPath$ as $Id$, and enable...
2004-09-04 Peter Johnson* errwarn.h (yasm_warn_class): Add new class YASM_WARN_...
2004-09-03 Peter Johnson* x86id.re (yasm_x86__parse_insn): Add checking of...
2004-09-01 Peter Johnson* configure.ac, Mkfiles/*/config.h: Stop using date...
2004-09-01 Peter JohnsonMakefile.am: Include mkinstalldirs in the distribution.
2004-08-16 Peter Johnson* COPYING: Revert unintentional change to text of GPL...
2004-08-15 Peter Johnsonltmain.sh: Remove FreeBSD hack that prevents static...
2004-08-15 Peter Johnson* stabs-dbgfmt.c (stabs_dbgfmt_generate_sections):
2004-08-14 Peter JohnsonNASM preprocessor's genmacro needs to built differently...
2004-08-14 Peter JohnsonUpdate auto*, libtool, libltdl, and gettext scripts.
2004-08-08 Peter JohnsonChange from .cvsignore files to svn:ignore directory...
2004-07-05 Peter JohnsonRemove malloc function check; it can need a malloc...
2004-05-28 Michael UrmanFixed handling of absolute sections in the elf object...
2004-05-17 Peter JohnsonAdd support for NASM-compatible ELF extensions to the...
2004-05-10 Peter JohnsonAdd flat Makefile for MINGW cross-compile to Win32.
2004-05-10 Peter JohnsonAdd compile of libyasm/objfmt.c.
2004-05-10 Peter Johnsonsnprintf is not portable; use strcpy/strcat instead.
2004-05-04 Peter JohnsonFix LSS opcode.
2004-04-11 Peter JohnsonAdd rudimentary, untested, AMD64 support.
2004-04-03 Peter JohnsonPrevious commit broke build on non-CygWin. Fixed so...
2004-04-03 Peter JohnsonDisable checking for system-wide ARGZ functions; they...
2004-04-03 Peter JohnsonAdd objfmt.c and assocdat.c to libyasm VC++ build.
2004-04-03 Peter JohnsonFix crash on cygwin due to large on-stack allocation.
2004-04-03 Peter JohnsonInclude nasm-macros.c in the distribution by including...
2004-04-03 Peter JohnsonActually include needed function replacements in the...
2004-03-27 Peter JohnsonFix indexreg handling in x86_expr_checkea_getregusage...
2004-03-16 Peter JohnsonFix push in 64-bit mode to take a 32-bit signed immedia...
2004-03-15 Peter JohnsonConvert re2c cleanup.pl to cleanup.c, removing final...
2004-03-15 Peter JohnsonConvert NASM preproc macros.pl to genmacro.c, to remove...
2004-03-14 Peter JohnsonConvert test_hd.pl to test_hd.c, to remove one Perl...
2004-03-09 Peter JohnsonComment "Op1Add is only used for FPU, so no need to...
2004-03-02 Peter JohnsonFix handling of >32 bit NASM character constants; they...
2004-02-08 Peter JohnsonActually include (newly added) basename.c and dirname...
2004-02-07 Peter JohnsonMake yasm dynamic module loader able to find modules...
2004-02-06 Peter JohnsonMassive libyasm / module interface update - Phase 2...
2004-02-06 Peter JohnsonInstall assocdat.h along with the other headers.
2004-02-06 Peter JohnsonAdd assocdat.o to flat Makefiles; the VC++ ones will...
2004-02-05 Peter JohnsonCorrect ordering of legacy prefix and REX prefix for...
2004-02-05 Peter JohnsonFix SIMD VR/PR instruction encoding for the following...
2004-01-02 Peter JohnsonDelete the output file on error.
2003-12-26 Peter JohnsonAdd VC++ 7.1 build files to the distribution.
2003-12-26 Peter JohnsonAdd VC build files for VC++ 7.1 (untested by myself).
2003-12-26 Peter JohnsonAdd command line option (-X) to allow error reporting...
2003-12-26 Peter JohnsonBring non-libtool (VC++) build up to date with libyasm...
2003-12-16 Peter JohnsonAdd a workaround for the lack of per-objfmt macro suppo...
2003-12-16 Peter JohnsonProperly handle fatal errors (like missing include...
2003-12-02 Michael UrmanEnable elf support for extended section attribute align...
2003-11-04 Michael UrmanFix stabs to always use stab size 12, n_value size...
2003-11-04 Michael Urman"Fix" stabs to always output the same stab length in...
2003-10-30 Peter JohnsonFix macro definitions of yasm_arch_module_version(...
2003-10-28 Michael UrmanRemove extraneous printf("DBG: ")
2003-10-28 Peter JohnsonHide details of yasm_arch_module structure, instead...
2003-10-26 Peter JohnsonFix expression handling of unary NOT (~ in nasm syntax...
2003-10-26 Peter JohnsonAllow colons for EQU labels (e.g. "value: equ 5").
2003-10-26 Peter JohnsonFix [ebp+index*reg] code generation (the immediate...
next