2001-10-15 |
Peter Johnson | Add first version of post-parsing bytecode finalization... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Add several major functions, including effective addres... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Change order of arguments for get_ and check_ functions... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Allow both signed and unsigned interpretations for... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Peter Johnson | Add parsing of memory expressions. Currently adds... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Peter Johnson | Add expr_contains_float() and symrec_get_equ() function... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Peter Johnson | Clarify and fix some usages of valid/need flags for... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Don't allow floats to be used as targets of jumps. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Support TIMES prefix. Split expr parsing to have a... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Fix conficts created when adding EQU. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Fix handling of numeric constants ending in a single... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Handle EQU. Handle BITS directive. Move directive... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Remove NULL return checks; BitVector uses xmalloc(... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Fix LOTS of little nits. Primary changes: |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Peter Johnson | Output "real" version and package names (from config.h). |
commit | commitdiff | tree | snapshot |
2001-10-07 |
Peter Johnson | Add BitVector_from_Oct() and tests for it. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Peter Johnson | Change comment to include im_ptr in list of things... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Peter Johnson | Make data.insn.imm within bytecode a pointer. This... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Peter Johnson | Use xmalloc() instead of malloc(). |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Peter Johnson | Move SymStatus and SymType to symrec.c from symrec... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Peter Johnson | Fix SHR operation, and do some reindentation. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Use wordptr and charptr when appropriate for data when... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Make most data structures opaque, keeping internals... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Test floatnum_new(). |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Const'ify floatnum_new() input string. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Add floatnum_delete(). |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Fix mantissa rounding overflow issue: 0xff -> 0x100... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Completely revamp format and extensiveness of testing. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Implement floatnum_print() (for debugging purposes... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Add copyright and GPL comments. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Peter Johnson | Add some (optional through configure) additional warnin... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Peter Johnson | Finish ASCII->internal FP conversion and clean up singl... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Peter Johnson | Check for NULL datavals to avoid crashes. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Stanislav Karchebny | Added command line parsing |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Add *Now and *At error and warning functions. *At... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Implement floating point size conversions (with help... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Initialize BitVector framework. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Made gmon and core files globally ignored. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Ignore all test executables as well as gmon and core... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Peter Johnson | Add BitVector documentation. These docs are really... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Integrate 6.0 changes. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add RCSID(). |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add GNU Library General Public License (version 2)... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Fix gcc -Wall warnings. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add bitvect to build framework. C file still produces... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Add SAVE_*, READ_*, and LOAD_* families of little-endia... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Peter Johnson | Fix large parts of expression and symbol handling.... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Peter Johnson | Const-ize string input parameters. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Save filename as well as line number for each symbol. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Change error/warning framework to store a list of error... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | First version of HACKING, only for Unix and not nearly... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Fixed nasty bug in error handling. It should have... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Used ternary search tree instead of linked list to... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Remove redundant check for features.h, and cache GNU... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Add check and BSD replacement for strsep(3). |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Peter Johnson | Delete ancient symrec cruft. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Integrate ternary search trees into build. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Make name and keyword const. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Peter Johnson | Get initial bits setting from object format. Change... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Define YY_NEVER_INTERACTIVE, because we never are :). |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Check for snprintf (used in Check suite). Also define... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Remove error message for check when check is disabled... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Include stddef.h for size_t. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Make sure | and == done in right order. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Try to fix configure and automake files so everything... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Cleaned up bytecode data structure, some effaddr functi... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Peter Johnson | Added README and NEWS to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Autoconfize Check test suite, and make it work even... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Allow make check and tests module to be disabled, as... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Make sure bison.y and token.l get included in the distr... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Add portable little-endian file functions. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Pull in GCC and ELF alternatives for RCSID() if available. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Peter Johnson | Build section linked list, and support the section... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Completely test ConvertRegToEA(). |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Print the test function name along with the test case... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Cleanup of local .cvsignore files after addition of... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Don't always check for Perl. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Add unit test framework using Check (http://check.sourc... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Change ../ to $(top_builddir). It's clearer and safer. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Limit some tools to --enable-dev only. Only check... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Michael Urman | Fixed two ansi C errors (empty file and extra semicolon) |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Peter Johnson | Reorganize docs into programmer and user parts. Repo... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add rcs id. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add configure.scan and *.tar.gz. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Use absolute paths instead of srcdir because libintl... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Use automake for queue docs, otherwise distcheck complains. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | optimizer.h should be listed in yasm_SOURCES and it... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add doc to automake and configure. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | Add queue(3) docs from FreeBSD. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Peter Johnson | $Id$ -> $IdPath$. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Reorder generated Makefile list a little (to be consist... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Expand out list of generated Makefiles and add RCS id. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add barebones optimizer module framework. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Add prefix on local functions so they're easy to find... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Reindent to match other code for the most part. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Peter Johnson | Whoa, oops! Bad bug in bytecode_new_common (wasn't... |
commit | commitdiff | tree | snapshot |
next |