1675 Commits (0e349f552d3f7008ea28bb0fc67767b594537777)
 

Author SHA1 Message Date
Peter Johnson 94a5e7fe03 Revert previous changes (which turned on -v), it was accidentally committed. 23 years ago
Peter Johnson 9a84b66d1c Don't try to redefine a label for an already existing segment. Thus, add a 23 years ago
Peter Johnson 9c7469116d Fix a memory re-free issue in nasm_parser_directive(). vp->param was passed 23 years ago
Peter Johnson 8cbf2c2312 - Greatly enhance capabilities of directives (they're actually parsed now). 23 years ago
Peter Johnson b963c38833 Change val to be a string instead of an expr. 23 years ago
Peter Johnson ac65ee8770 Better LCLint settings for x86_bc_insn_get_ea(). 23 years ago
Peter Johnson 5cd0858637 Add valparam data structure. 23 years ago
Peter Johnson c7e3ad29e9 Don't set nasm_parser_debug (as we'll soon not define YYDEBUG in bison.y.in). 23 years ago
Peter Johnson 29f7d9a917 New function: expr_get_symrec(). 23 years ago
Peter Johnson d6d0cb8785 Add symrec_delete() for deleting non-table symbols. Use it from expr_delete(). 23 years ago
Peter Johnson dd9ad840fe Decided to go ahead and commit these little NASM-syntax test files I've been 23 years ago
Peter Johnson 8178f883a5 Modify so that almost everything passes LCLint with the options in lclint.sh. 23 years ago
Peter Johnson fc603c2900 Add RCSID(). 23 years ago
Peter Johnson 15c08c6969 Clean up to pass lclint. 23 years ago
Peter Johnson 424c30fdaa Allow symrec_foreach return value to be ignored (in lclint). 23 years ago
Peter Johnson 4df0191de8 lclint-ize gettext(). 23 years ago
Peter Johnson 9f97bcd9d0 Fix some nits found by lclint. Still something weird going on with list2 in 23 years ago
Peter Johnson 21eb7c7fe2 Add some lclint annotations. 23 years ago
Peter Johnson d7fe402fb9 Split away x86-specific parts of expression handling (eg, effective address -> 23 years ago
Peter Johnson a2bc46cb54 Fix file comment. 23 years ago
Peter Johnson 7463b74d8f Update to match tree changes. 23 years ago
Peter Johnson 8aae1337e7 Update to match tree changes. 23 years ago
Peter Johnson 6c53c9525c Maintain 'latest' symlink. 23 years ago
Peter Johnson d00bfd8443 Add nightly build script. 23 years ago
Peter Johnson 418bece971 Bring in depcomp from Automake 1.5. 23 years ago
Peter Johnson 50a79210b0 Run with -a so that any missing files get added instead of just failing. 23 years ago
Peter Johnson c438c62948 Fix AC_REPLACE_FUNCS handling for tests as well as src/ by putting LIBOBJS 23 years ago
Peter Johnson 25e52594c4 Hopefully fix problem with including replacement functions. 23 years ago
Peter Johnson c88fae3f49 Add mergesort.c and strsep.c to EXTRA_DIST. 23 years ago
Peter Johnson cb34adf93e Add autogen script to make building straight from CVS easier. 23 years ago
Peter Johnson f58d7cb093 Split x86-specific stuff away from bytecode. 23 years ago
Peter Johnson 65810babc4 Change PERL line to reflect instrs.dat move. 23 years ago
Peter Johnson c9d92847b6 Start framework for separating architecture-dependent functions and data 23 years ago
Peter Johnson a7ac50c918 Add coretype.h, make util.h do a lot more, use util.h to simplify include 23 years ago
Peter Johnson 405df52913 bytecode_print(): Change how NULL values are output for imm and multiple. 23 years ago
Peter Johnson 665eddf5d7 Conditional x* prototypes on !DMALLOC (as they're defined by dmalloc.h if 23 years ago
Peter Johnson 79e945c33c Optimize expression building a bit in expr_new() by eliminating IDENT's here. 23 years ago
Peter Johnson ad7cbcea04 Add memory expressions tests (checkea). 23 years ago
Peter Johnson 00788fa80c Fix errors found in expr_level_op() and checkea_calc_displen() by new test 23 years ago
Peter Johnson 1d26b1de84 Fix directive memory leaks in a different way; the old way broke name/val 23 years ago
Peter Johnson 94730125be Missed a free->xfree conversion. 23 years ago
Peter Johnson df933810ea Previous commit broke ANSI C header checking (BAD). Fixed, by changing how 23 years ago
Peter Johnson 50ff757dae Update with changes made to source tree and configure options. 23 years ago
Peter Johnson 10fa8fadc1 Correctly process 32-bit memory expressions in expr_checkea(). 23 years ago
Peter Johnson 305b471f51 On xfree(NULL), just return instead of triggering InternalError(). 23 years ago
Peter Johnson 4d95de5161 Plug memory leaks, and enhance finding later ones with *_delete functions. 23 years ago
Peter Johnson dc1c3c70f5 Get rid of all the extra filename strdup()'s. (Bug #14). 23 years ago
Peter Johnson 7a6eaf8c03 Make InternalError() a bit easier to call. Also, reverse its file and line 23 years ago
Peter Johnson 6f708e3034 Add xfree() to replace calls to free(). 23 years ago
Peter Johnson adf5a95e89 Add option for malloc debugging using dmalloc library (http://dmalloc.com/). 23 years ago