]> granicus.if.org Git - yasm/shortlog
yasm
2001-12-01 Peter JohnsonFix so "0h" works.
2001-12-01 Peter JohnsonChange REG_SOMEREG -> reg_somereg and add rules that...
2001-12-01 Peter JohnsonDon't free EA when simplifying shift_op case. Not...
2001-12-01 Peter JohnsonFix bug with ONE generation (overwrote both [0] and...
2001-12-01 Peter JohnsonChange dbg optimizer to basic.
2001-12-01 Peter JohnsonDelete dbg optimizer (won't be useful) and add "basic...
2001-11-26 Peter JohnsonSwitch from using ternary tree to Hash Array Mapped...
2001-11-21 Peter JohnsonGeneral tests of directives.
2001-11-21 Peter JohnsonTest the imm and imm8x forms of add.
2001-11-21 Peter JohnsonAdd two larger NASM-preprocessed files from UIUC ECE...
2001-11-21 Peter JohnsonTest global/common sharing in addition to extern.
2001-11-21 Peter JohnsonHow does NASM's bin format handle sections?
2001-11-21 Peter JohnsonMassive cleanup of debugging output (via _print() funct...
2001-11-21 Peter JohnsonPolish up most directive support. This necessitated...
2001-11-21 Peter JohnsonAdd vps_next().
2001-11-20 Peter JohnsonAllow multiple EXTERN's of same variable without error...
2001-11-20 Peter JohnsonDon't do REG_E?AX combining with reg8/reg8x instruction...
2001-11-19 Peter JohnsonPlug memory leak in dvs_delete().
2001-11-19 Peter JohnsonPrint "undefined symbol" message for all undefined...
2001-11-19 Peter JohnsonBugfix in expr_copy_except(): could allocate less than...
2001-11-19 Peter JohnsonDon't print out *all* bytecodes in the label's section...
2001-11-19 Peter JohnsonIn bytecode_print(), fix checks for short/near opcode...
2001-11-19 Peter JohnsonFix hexidecimal number handling. It was only allowing...
2001-11-19 Peter JohnsonRevert previous changes (which turned on -v), it was...
2001-11-19 Peter JohnsonDon't try to redefine a label for an already existing...
2001-11-19 Peter JohnsonFix a memory re-free issue in nasm_parser_directive...
2001-11-19 Peter Johnson- Greatly enhance capabilities of directives (they...
2001-11-19 Peter JohnsonChange val to be a string instead of an expr.
2001-11-19 Peter JohnsonBetter LCLint settings for x86_bc_insn_get_ea().
2001-11-18 Peter JohnsonAdd valparam data structure.
2001-11-18 Peter JohnsonDon't set nasm_parser_debug (as we'll soon not define...
2001-11-18 Peter JohnsonNew function: expr_get_symrec().
2001-11-18 Peter JohnsonAdd symrec_delete() for deleting non-table symbols...
2001-11-17 Peter JohnsonDecided to go ahead and commit these little NASM-syntax...
2001-11-17 Peter JohnsonModify so that almost everything passes LCLint with...
2001-11-16 Peter JohnsonAdd RCSID().
2001-11-16 Peter JohnsonClean up to pass lclint.
2001-11-16 Peter JohnsonAllow symrec_foreach return value to be ignored (in...
2001-11-16 Peter Johnsonlclint-ize gettext().
2001-11-16 Peter JohnsonFix some nits found by lclint. Still something weird...
2001-11-16 Peter JohnsonAdd some lclint annotations.
2001-11-15 Peter JohnsonSplit away x86-specific parts of expression handling...
2001-11-13 Peter JohnsonFix file comment.
2001-11-08 Peter JohnsonUpdate to match tree changes.
2001-11-07 Peter JohnsonUpdate to match tree changes.
2001-11-05 Peter JohnsonMaintain 'latest' symlink.
2001-11-05 Peter JohnsonAdd nightly build script.
2001-11-05 Peter JohnsonBring in depcomp from Automake 1.5.
2001-11-05 Peter JohnsonRun with -a so that any missing files get added instead...
2001-11-05 Peter JohnsonFix AC_REPLACE_FUNCS handling for tests as well as...
2001-11-05 Peter JohnsonHopefully fix problem with including replacement functions.
2001-11-05 Peter JohnsonAdd mergesort.c and strsep.c to EXTRA_DIST.
2001-11-05 Peter JohnsonAdd autogen script to make building straight from CVS...
2001-11-05 Peter JohnsonSplit x86-specific stuff away from bytecode.
2001-11-03 Peter JohnsonChange PERL line to reflect instrs.dat move.
2001-11-03 Peter JohnsonStart framework for separating architecture-dependent...
2001-11-03 Peter JohnsonAdd coretype.h, make util.h do a lot more, use util...
2001-11-03 Peter Johnsonbytecode_print(): Change how NULL values are output...
2001-11-03 Peter JohnsonConditional x* prototypes on !DMALLOC (as they're defin...
2001-11-01 Peter JohnsonOptimize expression building a bit in expr_new() by...
2001-11-01 Peter JohnsonAdd memory expressions tests (checkea).
2001-11-01 Peter JohnsonFix errors found in expr_level_op() and checkea_calc_di...
2001-11-01 Peter JohnsonFix directive memory leaks in a different way; the...
2001-10-31 Peter JohnsonMissed a free->xfree conversion.
2001-10-31 Peter JohnsonPrevious commit broke ANSI C header checking (BAD)...
2001-10-30 Peter JohnsonUpdate with changes made to source tree and configure...
2001-10-29 Peter JohnsonCorrectly process 32-bit memory expressions in expr_che...
2001-10-29 Peter JohnsonOn xfree(NULL), just return instead of triggering Inter...
2001-10-29 Peter JohnsonPlug memory leaks, and enhance finding later ones with...
2001-10-29 Peter JohnsonGet rid of all the extra filename strdup()'s. (Bug...
2001-10-29 Peter JohnsonMake InternalError() a bit easier to call. Also, rever...
2001-10-29 Peter JohnsonAdd xfree() to replace calls to free().
2001-10-29 Peter JohnsonAdd option for malloc debugging using dmalloc library...
2001-10-28 Peter JohnsonPut in temporary implementations of ErrorAt() and Warni...
2001-10-28 Peter JohnsonParse NOSPLIT.
2001-10-28 Peter Johnson*COMPLETELY* rewrite most of expression handling.
2001-10-28 Peter JohnsonAdd other Makefiles, supporting files to EXTRA_DIST.
2001-10-26 Peter JohnsonAdd mergesort() replacement from BSD sources.
2001-10-21 Peter JohnsonRCSID() breaks under DJGPP because of "__unused". ...
2001-10-20 Peter JohnsonAdd "very flat" (based on Makefile.flat) makefiles...
2001-10-20 Peter JohnsonPrototype, very simple, flat Makefile for use in compil...
2001-10-18 Peter JohnsonUpdate comment on disp.len to match changes in expr.c.
2001-10-15 Peter JohnsonAdd parser finalization check for undefined symbols.
2001-10-15 Peter JohnsonAdd symrec_get_visibility().
2001-10-15 Peter JohnsonCall expr_expand_equ() on effective address from byteco...
2001-10-15 Peter JohnsonAdd _copy() constructor.
2001-10-15 Peter JohnsonAdd first version of post-parsing bytecode finalization...
2001-10-15 Peter JohnsonAdd several major functions, including effective addres...
2001-10-15 Peter JohnsonChange order of arguments for get_ and check_ functions...
2001-10-15 Peter JohnsonAllow both signed and unsigned interpretations for...
2001-10-12 Peter JohnsonAdd parsing of memory expressions. Currently adds...
2001-10-12 Peter JohnsonAdd expr_contains_float() and symrec_get_equ() function...
2001-10-12 Peter JohnsonClarify and fix some usages of valid/need flags for...
2001-10-11 Peter JohnsonDon't allow floats to be used as targets of jumps.
2001-10-11 Peter JohnsonSupport TIMES prefix. Split expr parsing to have a...
2001-10-11 Peter JohnsonFix conficts created when adding EQU.
2001-10-11 Peter JohnsonFix handling of numeric constants ending in a single...
2001-10-11 Peter JohnsonHandle EQU. Handle BITS directive. Move directive...
2001-10-11 Peter JohnsonRemove NULL return checks; BitVector uses xmalloc(...
2001-10-11 Peter JohnsonFix LOTS of little nits. Primary changes:
next