]> granicus.if.org Git - yasm/shortlog
yasm
2002-03-16 Michael UrmanCatch "errors" and update report format
2002-03-16 Michael UrmanAdd ifdef tests.
2002-03-16 Michael Urmanadd beginnings of test suite for yapp
2002-03-16 Michael Urmanreturn [ and ] characters
2002-03-16 Michael UrmanRemoved spurious include of objfmt
2002-03-16 Michael UrmanRemove some spurious includes.
2002-03-15 Peter JohnsonDon't call bc_resolve (it's going away soon).
2002-03-15 Peter JohnsonAdd autom4te.cache.
2002-03-15 Peter JohnsonSwitch to requiring autoconf 2.50. We should really...
2002-03-15 Peter JohnsonSwitch to requiring autoconf 2.50. We should really...
2002-03-14 Peter JohnsonAdd bcs_last() macro.
2002-03-14 Peter JohnsonOnly check for dmalloc library and dmalloc.h if --enabl...
2002-03-14 Peter JohnsonOnly check for dmalloc library and dmalloc.h if --enabl...
2002-03-14 Peter JohnsonMake duplicate definition (w/regards to COMMON and...
2002-03-13 Peter JohnsonMove static structures from .h to .c, include .h in .l.
2002-03-12 Peter JohnsonFix warning.
2002-03-10 Peter JohnsonAdd bin object format.
2002-03-10 Peter JohnsonAllow replacing with no extension (eg w/o an appended...
2002-03-10 Peter JohnsonMove BitCount() macro from hamt.c to util.h.
2002-03-10 Peter JohnsonAdd yapp-token.c.
2002-03-10 Michael UrmanFixed some warnings.
2002-03-07 Michael UrmanAdd const char *in_filename arguments to
2002-03-07 Michael UrmanYAPP has arrived.
2002-03-07 Michael UrmanUpdate main files to include support for yapp.
2002-03-07 Peter JohnsonEnhance bc_resolve() implementation a bit, but comment...
2002-03-06 Peter JohnsonSupport NASM syntax of options such as -fobj (as well...
2002-03-06 Peter JohnsonAllow preprocess-only and setting of preproc. Update...
2002-03-06 Peter JohnsonUpdate bug mailing address to <bug-yasm@tortall.net>.
2002-03-02 Peter JohnsonUse non-preprocessed BITS directive so this can be...
2002-02-27 Peter JohnsonRevamp object format functional interface a bit. Now...
2002-02-27 Peter JohnsonEnable second pass (resolve/calculate known values).
2002-02-21 Peter JohnsonInclude errwarn.h to declare ErrorAt().
2002-02-20 Peter JohnsonTest circular reference detection. Very basic examples...
2002-02-20 Peter JohnsonIndicate actual line number of circular reference error.
2002-02-20 Peter JohnsonBring up-to-date with traverse function changes. Start...
2002-02-20 Peter JohnsonCorrect optimize() comment.
2002-02-20 Peter JohnsonTerminate & cleanup early if an error occurs during...
2002-02-20 Peter JohnsonReverse how traverse functions do early termination...
2002-02-20 Peter JohnsonFix issue with how symrec's are handled when an express...
2002-02-14 Peter JohnsonAdded --version option. Pass option descriptions,...
2002-02-13 Peter JohnsonAdd semicolon at end of error handling code to fix...
2002-02-02 Peter JohnsonBring up-to-date with tree and build changes.
2002-01-13 Peter JohnsonEnhance error/warning framework by allowing specific...
2002-01-13 Peter JohnsonCheck for param=NULL before dereferencing it in sopt...
2002-01-11 Peter JohnsonDon't compact into a short form if one's not available.
2002-01-11 Peter JohnsonMake jcc's default to JR_SHORT in NASM syntax, and...
2002-01-11 Peter JohnsonFinish bc_calc_len(), with fixes to x86_bc_calc_len_ins...
2002-01-11 Peter JohnsonIn optimize_bytecode(), calculate bc->offset *before...
2002-01-11 Peter JohnsonImplement rest of bc_calc_len for general bytecodes.
2002-01-10 Peter JohnsonDon't store "determined" immediate len and neg. Both...
2002-01-10 Peter JohnsonAdd comment about bc_calc_len() possibly returning -1.
2002-01-10 Peter JohnsonFix memory leak.
2002-01-10 Peter JohnsonRework resolve_label() and add a second pass.
2002-01-10 Peter JohnsonAdd new bc_resolve() family, and rewrite calc_len to...
2002-01-09 Peter JohnsonAdd bcs_next (STAILQ_NEXT).
2002-01-09 Peter JohnsonAdd bcs_first() (STAILQ_FIRST).
2002-01-09 Peter JohnsonTiny formatting fix.
2002-01-09 Peter JohnsonChange return type of calc_len() family back to int...
2002-01-09 Peter Johnson- Use new symrec_get_label().
2002-01-09 Peter JohnsonAdd basic optimizer to checks.
2002-01-09 Peter JohnsonRemove symrec_get_int_value(), add symrec_get_label().
2002-01-09 Peter JohnsonGeneral code cleanup.
2002-01-09 Peter JohnsonLCLint cleanups.
2002-01-09 Michael UrmanFix one line odd error: missing initialization of step.
2002-01-09 Peter JohnsonBe nice for debugging purposes and set effaddr sib...
2002-01-09 Peter JohnsonMake resolve_label() take a symrec * instead of a secti...
2002-01-09 Peter JohnsonRemove unused variable declaration.
2002-01-09 Michael UrmanChange from linked list to vector representation for...
2002-01-09 Peter JohnsonComment fix.
2002-01-09 Peter Johnsonbc_calc_len() family should return unsigned long, not...
2002-01-09 Peter JohnsonCut bitvect allocations even more by making a bitvect_f...
2002-01-09 Peter JohnsonAllocate single static temporary bitvect for conversion...
2002-01-09 Peter Johnsondmalloc is enabled with DMALLOC, not DDMALLOC.
2002-01-09 Peter Johnsondmalloc is enabled with DMALLOC, not DDMALLOC.
2002-01-09 Peter JohnsonFree in_filename.
2002-01-09 Peter JohnsonDon't shadow global (standard C) "index" (noticed by...
2002-01-09 Peter JohnsonCorrect for renamed/moved files.
2002-01-09 Peter JohnsonLCLint-inspired cleanups.
2002-01-09 Peter JohnsonLine number is a long (found by lclint).
2002-01-07 Peter JohnsonChange from current file/line dual storage to a monoton...
2001-12-28 Peter JohnsonRemove programmer documentation out of source tree...
2001-12-28 Peter JohnsonRemove programmer documentation out of source tree...
2001-12-28 Peter JohnsonFix warnings that appear with -O turned on.
2001-12-28 Peter JohnsonAdd tests/Makefile.inc to EXTRA_DIST.
2001-12-27 Michael Urmanignore automake's error on multiple lex.am invocations
2001-12-27 Peter JohnsonChange EXTRA_DIST to reflect movement of strsep.c and...
2001-12-27 Peter JohnsonMake sure bison gets -d flag (creates a separate header...
2001-12-27 Peter JohnsonFix issues with yy->nasm_parser_ renaming. AM_YFLAGS...
2001-12-26 Peter JohnsonGet rid of --disable-check option. It no longer has...
2001-12-26 Peter JohnsonGet rid of --disable-check option. It no longer has...
2001-12-26 Peter JohnsonMoved function replacements to top-level.
2001-12-26 Peter JohnsonAdd @LIBOBJS@ to library linkages (for missing functions).
2001-12-26 Peter JohnsonLink with @LIBOBJS@ (for replacement functions).
2001-12-26 Peter JohnsonRemove config/* files, and automatically create the...
2001-12-26 Peter JohnsonFailed builds could prevent updating of "latest" symlin...
2001-12-26 Peter JohnsonInclude intl from build directory, not source directory.
2001-12-26 Peter JohnsonAdd intl directory to INCLUDES.
2001-12-26 Peter JohnsonThis was significantly out of date. Bring up-to-date...
2001-12-26 Peter JohnsonBring up-to-date with new generated files (due to new...
2001-12-26 Peter JohnsonRemove stamp-h.in to fix distcheck issue when autogen...
next