2001-11-19 |
Peter Johnson | Better LCLint settings for x86_bc_insn_get_ea(). |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Peter Johnson | Add valparam data structure. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Peter Johnson | Don't set nasm_parser_debug (as we'll soon not define... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Peter Johnson | New function: expr_get_symrec(). |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Peter Johnson | Add symrec_delete() for deleting non-table symbols... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Peter Johnson | Decided to go ahead and commit these little NASM-syntax... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Peter Johnson | Modify so that almost everything passes LCLint with... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Johnson | Add RCSID(). |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Johnson | Clean up to pass lclint. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Johnson | Allow symrec_foreach return value to be ignored (in... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Johnson | lclint-ize gettext(). |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Johnson | Fix some nits found by lclint. Still something weird... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Peter Johnson | Add some lclint annotations. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Peter Johnson | Split away x86-specific parts of expression handling... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Peter Johnson | Fix file comment. |
commit | commitdiff | tree | snapshot |
2001-11-08 |
Peter Johnson | Update to match tree changes. |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Peter Johnson | Update to match tree changes. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Maintain 'latest' symlink. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Add nightly build script. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Bring in depcomp from Automake 1.5. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Run with -a so that any missing files get added instead... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Fix AC_REPLACE_FUNCS handling for tests as well as... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Hopefully fix problem with including replacement functions. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Add mergesort.c and strsep.c to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Add autogen script to make building straight from CVS... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Peter Johnson | Split x86-specific stuff away from bytecode. |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Peter Johnson | Change PERL line to reflect instrs.dat move. |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Peter Johnson | Start framework for separating architecture-dependent... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Peter Johnson | Add coretype.h, make util.h do a lot more, use util... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Peter Johnson | bytecode_print(): Change how NULL values are output... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Peter Johnson | Conditional x* prototypes on !DMALLOC (as they're defin... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Peter Johnson | Optimize expression building a bit in expr_new() by... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Peter Johnson | Add memory expressions tests (checkea). |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Peter Johnson | Fix errors found in expr_level_op() and checkea_calc_di... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Peter Johnson | Fix directive memory leaks in a different way; the... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Peter Johnson | Missed a free->xfree conversion. |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Peter Johnson | Previous commit broke ANSI C header checking (BAD)... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Peter Johnson | Update with changes made to source tree and configure... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | Correctly process 32-bit memory expressions in expr_che... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | On xfree(NULL), just return instead of triggering Inter... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | Plug memory leaks, and enhance finding later ones with... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | Get rid of all the extra filename strdup()'s. (Bug... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | Make InternalError() a bit easier to call. Also, rever... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | Add xfree() to replace calls to free(). |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Peter Johnson | Add option for malloc debugging using dmalloc library... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Peter Johnson | Put in temporary implementations of ErrorAt() and Warni... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Peter Johnson | Parse NOSPLIT. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Peter Johnson | *COMPLETELY* rewrite most of expression handling. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Peter Johnson | Add other Makefiles, supporting files to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Peter Johnson | Add mergesort() replacement from BSD sources. |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Peter Johnson | RCSID() breaks under DJGPP because of "__unused". ... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Peter Johnson | Add "very flat" (based on Makefile.flat) makefiles... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Peter Johnson | Prototype, very simple, flat Makefile for use in compil... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Peter Johnson | Update comment on disp.len to match changes in expr.c. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Add parser finalization check for undefined symbols. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Add symrec_get_visibility(). |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Call expr_expand_equ() on effective address from byteco... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Peter Johnson | Add _copy() constructor. |
commit | commitdiff | tree | snapshot |
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 |
next |