]> granicus.if.org Git - yasm/shortlog
yasm
2002-03-21 Peter JohnsonFix bug in align_section(): if a section has no bytecod...
2002-03-19 Peter JohnsonUpdate to match new Mkfiles files. v0.1.0
2002-03-19 Peter JohnsonUpdate to match configure-based build changes.
2002-03-19 Peter JohnsonInclude errno.h to define errno.
2002-03-19 Michael UrmanGet the type right for yyin. *sigh* How'd i decide...
2002-03-19 Michael Urmanfix crash on nonexistent (or otherwise unopenable)...
2002-03-18 Peter JohnsonBump version to 0.1.0.
2002-03-18 Peter JohnsonFix make distcheck by eliminating directory components.
2002-03-18 Peter JohnsonMake a separate Makefile.inc for the yapp/tests directory.
2002-03-18 Peter JohnsonAdd some bin objfmt related testcases. These should...
2002-03-18 Peter JohnsonRecursively expand EQU's.
2002-03-18 Peter JohnsonCorrectly output float expressions.
2002-03-18 Peter JohnsonAdd expr_get_floatnum().
2002-03-18 Peter JohnsonRestructure bc_calc_len() family into bc_resolve()...
2002-03-18 Peter JohnsonFix a number of bugs in x86_checkea_calc_displen().
2002-03-18 Peter JohnsonComment additions.
2002-03-18 Michael UrmanFix slight whitespace issue - don't append whitespace...
2002-03-18 Michael Urmandefines with parameters seem to work. wow. i need...
2002-03-18 Michael UrmanTests for define with parameters.
2002-03-17 Michael UrmanLots of preparations for expanding %defines with argume...
2002-03-17 Peter JohnsonBinary object format output! Lots of structural change...
2002-03-17 Peter JohnsonMake call instruction work correctly. The old code...
2002-03-17 Peter JohnsonRemove debugging print statement added in previous...
2002-03-17 Peter JohnsonMake call instruction work correctly. The old code...
2002-03-17 Peter JohnsonFix bug in 32-bit displacement with no registers.
2002-03-17 Michael UrmanRemoved spurious src/tests/yapp_test from CLEANFILES...
2002-03-17 Peter JohnsonDon't block global src variable. While I'm here, chang...
2002-03-17 Michael UrmanNow that whitespace is mostly preserved, no need for...
2002-03-17 Michael UrmanHandle recursive %defines properly.
2002-03-17 Michael UrmanTests for recursive %defines.
2002-03-17 Michael UrmanHandle %define to %define - caught use of a global...
2002-03-17 Michael Urmantest case for %define to a %define. non-recursive.
2002-03-17 Michael UrmanCatch a few missing inhibited directives (not implement...
2002-03-16 Michael UrmanHandle output inhibition more properly; %includes insid...
2002-03-16 Michael UrmanSeveral new tests.
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...
next