]> granicus.if.org Git - yasm/shortlog
yasm
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:
2001-10-11 Peter JohnsonOutput "real" version and package names (from config.h).
2001-10-07 Peter JohnsonAdd BitVector_from_Oct() and tests for it.
2001-10-04 Peter JohnsonChange comment to include im_ptr in list of things...
2001-10-04 Peter JohnsonMake data.insn.imm within bytecode a pointer. This...
2001-10-04 Peter JohnsonUse xmalloc() instead of malloc().
2001-10-04 Peter JohnsonMove SymStatus and SymType to symrec.c from symrec...
2001-10-04 Peter JohnsonFix SHR operation, and do some reindentation.
2001-10-03 Peter JohnsonUse wordptr and charptr when appropriate for data when...
2001-10-03 Peter JohnsonMake most data structures opaque, keeping internals...
2001-10-03 Peter JohnsonTest floatnum_new().
2001-10-03 Peter JohnsonConst'ify floatnum_new() input string.
2001-10-03 Peter JohnsonAdd floatnum_delete().
2001-10-03 Peter JohnsonFix mantissa rounding overflow issue: 0xff -> 0x100...
2001-10-03 Peter JohnsonCompletely revamp format and extensiveness of testing.
2001-10-03 Peter JohnsonImplement floatnum_print() (for debugging purposes...
2001-10-03 Peter JohnsonAdd copyright and GPL comments.
2001-10-03 Peter Johnsonmalloc->xmalloc, strdup->xstrdup, and calloc->xcalloc...
2001-10-03 Peter JohnsonAdd some (optional through configure) additional warnin...
2001-10-02 Peter JohnsonFinish ASCII->internal FP conversion and clean up singl...
2001-10-02 Peter JohnsonCheck for NULL datavals to avoid crashes.
2001-09-28 Stanislav KarchebnyAdded command line parsing
2001-09-27 Peter JohnsonAdd *Now and *At error and warning functions. *At...
2001-09-27 Peter JohnsonImplement floating point size conversions (with help...
2001-09-27 Peter JohnsonInitialize BitVector framework.
2001-09-27 Peter JohnsonMade gmon and core files globally ignored.
2001-09-27 Peter JohnsonIgnore all test executables as well as gmon and core...
2001-09-27 Peter JohnsonAdd BitVector documentation. These docs are really...
2001-09-26 Peter JohnsonIntegrate 6.0 changes.
next