]> granicus.if.org Git - yasm/shortlog
yasm
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.
2001-09-26 Peter JohnsonAdd RCSID().
2001-09-26 Peter JohnsonAdd GNU Library General Public License (version 2)...
2001-09-26 Peter JohnsonFix gcc -Wall warnings.
2001-09-26 Peter JohnsonAdd bitvect to build framework. C file still produces...
2001-09-26 Peter JohnsonInitial revision
2001-09-26 Peter JohnsonAdd SAVE_*, READ_*, and LOAD_* families of little-endia...
2001-09-26 Peter JohnsonFix large parts of expression and symbol handling....
2001-09-25 Peter JohnsonConst-ize string input parameters.
2001-09-24 Peter JohnsonSave filename as well as line number for each symbol.
2001-09-24 Peter JohnsonChange error/warning framework to store a list of error...
2001-09-24 Peter JohnsonFirst version of HACKING, only for Unix and not nearly...
2001-09-24 Peter JohnsonFixed nasty bug in error handling. It should have...
2001-09-24 Peter JohnsonUsed ternary search tree instead of linked list to...
2001-09-24 Peter JohnsonRemove redundant check for features.h, and cache GNU...
2001-09-24 Peter JohnsonAdd check and BSD replacement for strsep(3).
2001-09-24 Peter JohnsonDelete ancient symrec cruft.
2001-09-23 Peter JohnsonIntegrate ternary search trees into build.
2001-09-23 Peter JohnsonInitial revision
2001-09-23 Peter JohnsonMake name and keyword const.
2001-09-23 Peter JohnsonGet initial bits setting from object format. Change...
2001-09-20 Peter JohnsonDefine YY_NEVER_INTERACTIVE, because we never are :).
2001-09-20 Peter JohnsonCheck for snprintf (used in Check suite). Also define...
2001-09-20 Peter JohnsonRemove error message for check when check is disabled...
2001-09-20 Peter JohnsonInclude stddef.h for size_t.
2001-09-20 Peter JohnsonMake sure | and == done in right order.
2001-09-20 Peter JohnsonTry to fix configure and automake files so everything...
2001-09-20 Peter JohnsonCleaned up bytecode data structure, some effaddr functi...
2001-09-20 Peter JohnsonAdded README and NEWS to EXTRA_DIST.
2001-09-19 Peter JohnsonAutoconfize Check test suite, and make it work even...
2001-09-19 Peter JohnsonAllow make check and tests module to be disabled, as...
2001-09-19 Peter JohnsonMake sure bison.y and token.l get included in the distr...
2001-09-19 Peter JohnsonAdd portable little-endian file functions.
2001-09-19 Peter JohnsonPull in GCC and ELF alternatives for RCSID() if available.
2001-09-19 Peter JohnsonBuild section linked list, and support the section...
2001-09-18 Peter JohnsonCompletely test ConvertRegToEA().
2001-09-18 Peter JohnsonPrint the test function name along with the test case...
2001-09-18 Peter JohnsonCleanup of local .cvsignore files after addition of...
2001-09-18 Peter JohnsonDon't always check for Perl.
2001-09-18 Peter JohnsonAdd unit test framework using Check (http://check.sourc...
2001-09-18 Peter JohnsonInitial revision
2001-09-18 Peter JohnsonChange ../ to $(top_builddir). It's clearer and safer.
2001-09-18 Peter JohnsonLimit some tools to --enable-dev only. Only check...
2001-09-18 Michael UrmanFixed two ansi C errors (empty file and extra semicolon)
2001-09-18 Peter JohnsonReorganize docs into programmer and user parts. Repo...
2001-09-17 Peter JohnsonAdd rcs id.
2001-09-17 Peter JohnsonAdd configure.scan and *.tar.gz.
2001-09-17 Peter JohnsonUse absolute paths instead of srcdir because libintl...
2001-09-17 Peter JohnsonUse automake for queue docs, otherwise distcheck complains.
2001-09-17 Peter Johnsonoptimizer.h should be listed in yasm_SOURCES and it...
2001-09-17 Peter JohnsonAdd doc to automake and configure.
2001-09-17 Peter JohnsonAdd queue(3) docs from FreeBSD.
2001-09-17 Peter Johnson$Id$ -> $IdPath$.
2001-09-16 Peter JohnsonReorder generated Makefile list a little (to be consist...
next