]> granicus.if.org Git - yasm/shortlog
yasm
2003-03-24 Peter JohnsonAdd Win32 object format (untested, but compared against...
2003-03-24 Peter JohnsonDe-constify yasm_bytecode parameter to yasm_output_expr...
2003-03-23 Peter JohnsonUse re2c -s instead of re2c -b. -b generates code...
2003-03-19 Peter JohnsonAdd some ELF32 support functions. Note: currently...
2003-03-18 Peter JohnsonHandle absolute sections.
2003-03-18 Peter JohnsonAdd all_syms parameter to objfmt->output() for debuggin...
2003-03-18 Peter JohnsonAdd directive() and yasm_objfmt * parameter to initiali...
2003-03-18 Peter JohnsonRemove -Wtraditional. It's way too noisy in GCC 3.x.
2003-03-18 Peter JohnsonTake out the CXX and GCJ tests; we don't need them...
2003-03-17 Peter JohnsonAdd nasm and yapp to the list of allowed preprocessors.
2003-03-17 Peter JohnsonFix header/type reference in comment.
2003-03-17 Peter JohnsonEnable more warnings and perform code cleanups to avoid...
2003-03-16 Peter Johnsonyasm_vp_new() should take a char *, not a const char *.
2003-03-16 Peter JohnsonChange yasm__conv_unprint to take an int parameter...
2003-03-16 Peter JohnsonMatch signedness of loop counters with loop bounds.
2003-03-16 Peter JohnsonAvoid warning by splitting LTDL_SET_PRELOADED_SYMBOLS...
2003-03-16 Peter JohnsonRemove unused yyaccept variables (eliminates warnings...
2003-03-16 Peter JohnsonInclude new Visual Studio build files in distribution.
2003-03-16 Peter JohnsonRemove old Visual C++ makefile; new build structure...
2003-03-16 Peter JohnsonVisual Studio 6.0 build files (including generated...
2003-03-16 Peter JohnsonVisual Studio 6.0 build files (including generated...
2003-03-16 Peter JohnsonDon't try to use ltdl if compiling under Visual C+...
2003-03-16 Peter JohnsonDon't redefine NDEBUG if it's already defined.
2003-03-16 Peter Johnsonyasm_vp_new() should return its newly created structure!
2003-03-15 Peter JohnsonUpdate to GNU Libtool 20030216 (from Cygwin) to get...
2003-03-15 cvs2svnThis commit was generated by cvs2svn to compensate...
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...
next