]> granicus.if.org Git - yasm/shortlog
yasm
2003-03-15 Peter JohnsonInitial revision
2003-03-15 Peter JohnsonUse yasm__mergesort() in expr.c and use correct xmalloc...
2003-03-15 Peter Johnsonstamp-h.in is now in libyasm/.
2003-03-15 Peter JohnsonSafe to use -no-undefined on all the modules.
2003-03-15 Peter JohnsonMake libyasm a "real" library, including installing...
2003-03-14 Peter JohnsonMinor cleanups (no functional changes) after src split.
2003-03-13 Peter JohnsonSplit src into frontends, libyasm, and modules (forced...
2003-03-13 Peter JohnsonReplace --enable-dev functionality with --enable-mainta...
2003-03-13 Peter JohnsonUse AC_HELP_STRING() for custom argument help strings.
2003-03-12 Peter JohnsonUse N_(), not _() for gettextized error messages.
2003-03-12 Peter JohnsonThe Great Renaming (prefixing with yasm_), Part 2:...
2003-03-10 Peter JohnsonUnmodularize errwarn, while making key errwarn function...
2003-03-08 Peter JohnsonThe Great Renaming, Part 2: prefix strcasecmp and strnc...
2003-03-08 Peter JohnsonMove yasm_std_errwarn and yasm_std_linemgr into libyasm.
2003-03-08 Peter JohnsonRefactor list_objfmts() and list_parsers() into module.c.
2003-03-08 Peter JohnsonThe Great Renaming (prefixing with yasm_), Part 1.
2003-03-08 Peter Johnsonbc_new_objfmt_data() was creating a bytecode with the...
2003-02-22 Peter JohnsonFix file comment.
2003-02-21 Peter JohnsonRelicense under 2-clause BSD license.
2003-02-13 Peter JohnsonAllow both 'e' and 'E' for exponent designation in...
2003-02-13 Peter JohnsonAdd __int64 check.
2003-02-13 Peter JohnsonAdd long long detection to unsigned long long detection.
2003-02-12 Peter JohnsonClean up all but one -ansi -pedantic -Wall warning...
2003-02-09 Peter JohnsonInitial revision
2003-02-09 Peter JohnsonInitial revision
2003-01-20 Peter JohnsonRe-license more files under the 3-clause BSD license...
2003-01-20 Peter JohnsonAdd DO_FREE #defined constant to allow disabling of...
2003-01-20 Peter JohnsonAdd option for parser to associate input text (after...
2003-01-16 Peter JohnsonCheck count returned by nasm_parser_input() against...
2002-12-09 Peter Johnsonfix_directive_symrec() needs to return a value for...
2002-11-24 Peter JohnsonFixup directive symrecs to point at global instead...
2002-11-21 Peter JohnsonUpdate addresses.
2002-11-21 Peter JohnsonFix dbgfmt loading (should call load_dbgfmt not load_ob...
2002-11-21 Peter JohnsonAllow "Athlon64" as an alias for Sledgehammer.
2002-11-21 Peter JohnsonAdd test for a large absolute section. By: H. Peter...
2002-11-19 Peter JohnsonAdd x86-64 effective address support, as well as a...
2002-11-17 Peter JohnsonPut test suite file results into a separate "results...
2002-11-17 Peter JohnsonTreat ',' as a directive valparam separator.
2002-11-15 Peter JohnsonAdd basic x86-64 support (memory references are not...
2002-11-09 Peter JohnsonThe AMD Athlon is also known as the K7.
2002-11-09 Peter JohnsonAdd official name for AMD's "sledgehammer" CPU: "Opteron".
2002-11-08 Peter JohnsonFix comments.
2002-11-08 Peter JohnsonFix typo/bug in handling of OPA_AdSizeR (using wrong...
2002-11-07 Peter JohnsonGo back to using a more-centralized function for front...
2002-11-04 Peter JohnsonDuplicate filename to ensure no double-frees occur.
2002-11-04 Peter JohnsonCheck for null pointers before freeing to avoid dmalloc...
2002-11-04 Peter JohnsonFix distcheck build issues.
2002-11-04 Peter JohnsonAdd the "real" NASM preprocessor, and default to it...
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".
next