]> granicus.if.org Git - yasm/shortlog
yasm
2002-11-04 Peter JohnsonMake sure we use the yapp preprocessor when running...
2002-11-04 Peter JohnsonAdd va_list versions of error and warning errwarn funct...
2002-11-04 Peter JohnsonInitial revision
2002-11-01 Peter Johnsonx86_bc_resolve_jmprel(): Plug memory leak.
2002-11-01 Peter JohnsonModularize errwarn. gettext()-ize in errwarn, not...
2002-10-31 Peter JohnsonAdd coff-objfmt.c.
2002-10-29 Peter Johnsoninitialize() comment fix.
2002-10-29 Peter JohnsonParameters to input changed from unsigned long to linem...
2002-10-28 Peter JohnsonAdd missing gettext call for one of the warning messages.
2002-10-27 Peter JohnsonDelete last of global variables by making a line manage...
2002-10-26 Peter JohnsonRemove indent_level global by passing it as a parameter.
2002-10-26 Peter JohnsonActually load and check for debug format, instead of...
2002-10-26 Peter JohnsonDynamically load all modules (preloading some of the...
2002-10-23 Peter JohnsonAllow single strings to be used as parameters for direc...
2002-10-23 Peter JohnsonDon't set yasm_DEPENDENCIES. It breaks automatic depen...
2002-10-22 Peter JohnsonRelicense under 3-clause BSD license.
2002-10-22 Peter JohnsonActually include new tests in distribution.
2002-10-22 Peter JohnsonActually include new tests in the distribution.
2002-10-22 Peter JohnsonGet rid of expr_xform_neg_tree(), integrating its funct...
2002-10-22 Peter JohnsonUse automake's standard macro for dmalloc instead of...
2002-10-22 Peter JohnsonAssume all sys/queue.h implementations are broken,...
2002-10-22 Peter JohnsonFix COFF_SET_VMA output (needed to add section start...
2002-10-21 Peter JohnsonUse the current date as the version (for nightly builds...
2002-10-21 Peter JohnsonAdd COFF object format (for DJGPP). No debugging suppo...
2002-10-21 Peter Johnsonsymrec_data_print() doesn't need to handle a NULL data...
2002-10-21 Peter JohnsonRun test input files through standard input instead...
2002-10-21 Peter JohnsonDon't treat xfree as a real function (taking its addres...
2002-10-21 Peter JohnsonCheck for NULL pointer in LT_DLMEM_REASSIGN() before...
2002-10-21 Peter JohnsonAdd expr_extract_symrec() to assist in performing reloc...
2002-10-20 Peter JohnsonAdd offset parameter to output_expr functions (needed...
2002-10-20 Peter JohnsonCombine global/common/extern handling into general...
2002-10-18 Peter JohnsonCleanup objfmt before deleting sections and symrecs.
2002-10-17 Peter JohnsonChange how section of_data is allocated/destroyed,...
2002-10-15 Peter JohnsonAdd general objfmt-specific data to symrec.
2002-10-13 Peter JohnsonRemove obsolete references to HAVE_GNU_C_LIBRARY which...
2002-10-12 Peter JohnsonMake bytecode and effaddr "data" extensions more portab...
2002-10-11 Peter JohnsonAdd a rex field in x86_insn (and some default initializ...
2002-10-09 Peter JohnsonFix segreg mov instructions.
2002-10-09 Peter JohnsonAdd extended error/warning handling (just functionality...
2002-10-08 Peter JohnsonAdd test for just-committed changes to x86id.re (proper...
2002-10-08 Peter JohnsonComment out "marker"s, as in these cases re2c doesn...
2002-10-08 Peter Johnsonbitvect_test doesn't need any sources besides itself...
2002-10-08 Peter JohnsonFix catchalls so they really do catch everything else.
2002-10-07 Peter JohnsonUnbreak bin output (label resolution, Bug#6). Also...
2002-10-07 Peter JohnsonComment spacing fix.
2002-10-07 Peter JohnsonAdd the ability to add an additional transformation...
2002-10-06 Peter JohnsonIntegrate BitVector version 6.3 changes.
2002-10-06 Peter JohnsonMake output endian-tolerant by making intnum and floatn...
2002-10-05 Peter JohnsonRun sed on the re2c output to update the newly added...
2002-10-05 Peter JohnsonOutput something a little more unique than just - for...
2002-10-05 Peter JohnsonGenerate #line in the output in a useful way. Now...
2002-10-05 Peter JohnsonReplace #line .. "lex.yy.c" with #line .. "output.c".
2002-10-05 Peter JohnsonImport ylwrap from automake-1.5, as we're going to...
2002-10-05 Peter JohnsonUse _CFLAGS to eliminate extra CFLAGS (esp. gcov ones...
2002-10-05 Peter JohnsonInclude src/compat-queue.h as an EXTRA_yasm_SOURCES...
2002-10-05 Peter JohnsonUndo part of the tools/re2c flattening. Specifying...
2002-10-05 Peter JohnsonAdd gcov-related files.
2002-10-04 Peter JohnsonAdd an option to enable gcov code coverage compiler...
2002-10-04 Peter JohnsonMake test scripts more portable by detecting echo line...
2002-10-03 Peter JohnsonAdd parsers/nasm automated tests.
2002-10-03 Peter JohnsonAdd automated arch/x86 tests. Some were moved from...
2002-10-03 Peter JohnsonCreate a common out_test.sh test script to be used...
2002-10-03 Peter Johnsonx86_bc_resolve_insn(): If x86_expr_checkea fails, retur...
2002-10-03 Peter JohnsonIncrease strictness of EA part of lds family (e.g....
2002-10-03 Peter JohnsonFix a major bug: after switching sections, prev_bc...
2002-10-03 Peter JohnsonMake bcs_last() a fully visible function rather than...
2002-10-03 Peter Johnsonexpr_level_op(): Pull up IDENT-EXPR as well as EXPR...
2002-10-03 Peter Johnsonbc_tobytes(): Check for multiple of 0 and return with...
2002-10-03 Peter JohnsonEQU's should not affect local label mechanism.
2002-10-03 Peter JohnsonFix incorrect invalidation of [eax+ebx+ecx-eax] and...
2002-10-03 Peter JohnsonDon't fully simplify effective addresses before trying...
2002-10-03 Peter JohnsonCheck for circular equ references (Bug#8).
2002-10-02 Peter JohnsonAdd missing files: x86id.c, src/section.c, src/arch...
2002-10-02 Peter Johnsonx86_bc_resolve_jmprel(): Delete unused variable 'target'.
2002-10-02 Peter Johnsonbin_objfmt_section_data_print(): Fix warning/bug in...
2002-10-02 Peter JohnsonUpdate to gettext-0.11.5.
2002-10-01 Peter JohnsonCompletely revamp how label resolution is done (part...
2002-10-01 Peter JohnsonUpdate comment for sym_table variable.
2002-10-01 Peter JohnsonPSHUFW has 3 operands, not 2 (typo in num_operands...
2002-10-01 Peter JohnsonRET and RETN are exactly equivalent (the previous commi...
2002-09-27 Peter JohnsonRevert previous commit until we can do this the right...
2002-09-27 Peter JohnsonRET is a form of RETNF.
2002-09-27 Peter JohnsonFix lexing bug for XMM[0-7] (wrong character used to...
2002-09-27 Peter JohnsonDeclare shifted constants unsigned longs (with UL)...
2002-09-26 Peter JohnsonThe data argument to section_data_print() can never...
2002-09-26 Peter Johnsonerrwarn_new(): Fix bug that could cause infinite loops.
2002-09-24 Peter JohnsonRename intnum_new_int to intnum_new_uint, and add new...
2002-09-23 Peter JohnsonInternalError on unrecognized operations rather than...
2002-09-23 Peter JohnsonCreate LTLIBOBJS from LIBOBJS and add to libyasm.
2002-09-23 Peter JohnsonMove yasm core files into a libyasm shared library...
2002-09-23 Peter JohnsonMove cur_parser from globals to main (as it's only...
2002-09-23 Peter JohnsonWith dynamic linking, it's possible for the default...
2002-08-18 Peter JohnsonFix build breakage caused by not using sect access...
2002-08-18 Peter JohnsonEliminate duplicate code for callbacks from expr_expand...
2002-08-17 Peter JohnsonSupport dynamic linking for objfmts, and make bin and...
2002-08-16 Peter JohnsonWarning cleanups.
2002-08-16 Peter JohnsonRe-add a hackish fix to set initial bits setting from...
2002-08-14 Peter JohnsonThe short forms (0x50+reg) of push/pop reg should be...
2002-08-14 Peter JohnsonFix %line handling.
2002-08-14 Peter JohnsonRemove lemon. We aren't using it, it doesn't need...
next