]> granicus.if.org Git - yasm/shortlog
yasm
2003-06-08 Peter JohnsonDisplay fatal errors as FATAL, and perform other error...
2003-06-08 Peter JohnsonMissed a couple instances of yasm__error(0, ...) -...
2003-06-08 Peter JohnsonCheck for supported architectures (for now, just x86).
2003-06-08 Peter JohnsonMake yasm_fatal() and implementations take a list of...
2003-06-08 Peter JohnsonUse standard basename() function if available.
2003-06-08 Peter JohnsonSimplify preloaded search case by removing any library...
2003-06-07 Peter JohnsonChange module loader interface a bit (use enum instead...
2003-06-07 Peter JohnsonSimplify RCSID() definition.
2003-06-04 Peter JohnsonBe a bit friendlier to those compiling without HAVE_CON...
2003-06-04 Peter JohnsonOnly include config.h if HAVE_CONFIG_H is defined.
2003-06-02 Peter JohnsonFix some Doxygen documentation nits. Comment-only...
2003-06-02 Peter JohnsonDocument for Doxygen.
2003-06-02 Peter JohnsonChange parameter name for yasm_expr_extract_segment...
2003-05-31 Peter JohnsonAdd an architecture to support the LC-3b ISA as used...
2003-05-31 Peter JohnsonReformat multi-file lists to use many += lines instead...
2003-05-31 Peter JohnsonMake architecture selectable at the command line.
2003-05-27 Peter JohnsonBring yasm_x86__bc_print() up-to-date with x86_jmp...
2003-05-27 Peter JohnsonRename jmprel->jmp, JMPREL->JMP, JR->JMP, and others...
2003-05-27 Peter JohnsonAdd basic FAR test for things like jmp 4:5. The test...
2003-05-27 Peter JohnsonAdd support for FAR call/jmp. Because of the jmp label...
2003-05-26 Peter JohnsonAdd lindex parameter to yasm_intnum_calc(), and add...
2003-05-21 Peter JohnsonFix crash in "no non-local label before `%s'" warning...
2003-05-10 Peter JohnsonFix crash on Linux due to double-fclose(). The NASM...
2003-05-10 Peter JohnsonPre-include libyasm/coretype.h to avoid #defining funct...
2003-05-05 Peter JohnsonWe're licensed under the 2-clause BSD license, not...
2003-05-05 Peter JohnsonRevert previous commit: stamp-h.in is now back in the...
2003-05-05 Peter JohnsonSimplify brief description. Comment-only change.
2003-05-05 Peter JohnsonClean up and simplify libyasm.h options and symbol...
2003-05-05 Peter JohnsonDon't create a dependency on $(top_builddir)/re2c;...
2003-05-04 Peter JohnsonChange how bytecode and section lists are allocated...
2003-05-04 Peter Johnsondmalloc expects never to get a NULL deallocation; nasm...
2003-05-04 Peter JohnsonMake yasm_section_delete() static. It's unsafe to...
2003-05-04 Peter JohnsonComment for Doxygen documentation generation. Comment...
2003-05-04 Peter JohnsonWatch placement of \internal Doxygen tag.
2003-05-04 Peter JohnsonComment for Doxygen documentation generation. Comment...
2003-05-04 Peter JohnsonComment for Doxygen documentation generation.
2003-05-03 Peter JohnsonUndefine __STRICT__ANSI__ when compiling with gcc ...
2003-05-03 Peter JohnsonDon't use "select" as a variable name. Causes warnings...
2003-05-03 Peter JohnsonRemove typedefs for uint/uchar/ushort/ulong to avoid...
2003-05-03 Peter JohnsonInstall modules into pkglibdir rather than libdir,...
2003-04-03 Peter JohnsonFix crash on the valid NASM preprocessor syntax:
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.
next