]> granicus.if.org Git - yasm/shortlog
yasm
2003-04-02 Michael UrmanCorrect typo "keword" in print_list_keyword_desc()
2003-04-02 Peter JohnsonAvoid "unrecognized option `help'" error on "-[fprg...
2003-04-01 Michael UrmanAdd module listing on "-[fprg] help" so users know...
2003-04-01 Michael UrmanSplit short and long options when they don't fit in...
2003-04-01 Peter JohnsonDisable yapp usage and default to "real" nasm preprocessor.
2003-04-01 Peter JohnsonRemove yapp from Mkfiles builds.
2003-04-01 Peter JohnsonAdd library install directory to ltdl search directory...
2003-04-01 Peter JohnsonRename yasm-module to yasm_module for better libtool...
2003-04-01 Michael UrmanImplemented -I and -P command line options frontend...
2003-04-01 Peter JohnsonRemove references to yapp source files now that it...
2003-03-31 Peter JohnsonStart commenting for Doxygen documentation generation...
2003-03-31 Peter JohnsonFlatten arch interface, changing some parse function...
2003-03-31 Peter JohnsonFor now, remove yapp from the build. It needs rewritin...
2003-03-30 Peter JohnsonProtect yasm_bc_new_common() by YASM_INTERNAL ifdef...
2003-03-30 Peter JohnsonMove libyasm/file.h out of YASM_INTERNAL only inclusion...
2003-03-29 Peter JohnsonClean up formatting of options[] array (whitespace...
2003-03-28 Peter JohnsonRe-license under 2-clause BSD license.
2003-03-28 Peter JohnsonBump copyright year range.
2003-03-26 Peter JohnsonUpdate DJGPP and flat Makefiles and config.h with new...
2003-03-26 Peter JohnsonUpdate DJGPP and flat Makefiles and config.h with new...
2003-03-26 Peter JohnsonUse system include instead of local include in vc/yasm...
2003-03-26 Peter JohnsonUse system includes instead of local includes. This...
2003-03-25 Peter JohnsonForgot win32_test.sh in initial win32 objfmt commit.
2003-03-24 Peter JohnsonAdd Win32 object format.
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...
next