2001-12-03 |
Peter Johnson | Plug memory leak in floatnum_new(). |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | strcmp() returns 0 if the strings are equal. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Make extension-replacement a utility function in file... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Fix a few LCLint errors. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Replace extension on output format rather than just... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Generate smaller code where possible (eg, when op_len... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Allow overrides (a32/a16/rep/etc) to appear on their... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Add support for NASM's %line. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Use stdout as the default output file if stdin is the... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Remove definition of line_number; it was overriding... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Fix typo in HAVE_STRCMPI strncasecmp() #define. |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Do intl more correctly. nointl/libintl.h is unnecessar... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Peter Johnson | Optimize if dev is not enabled. Don't use DEVFLAGS... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | (Mostly) Clean up floatnum internal allocations. |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | Fix so "0h" works. |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | Change REG_SOMEREG -> reg_somereg and add rules that... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | Don't free EA when simplifying shift_op case. Not... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | Fix bug with ONE generation (overwrote both [0] and... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | Change dbg optimizer to basic. |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Peter Johnson | Delete dbg optimizer (won't be useful) and add "basic... |
commit | commitdiff | tree | snapshot |
2001-11-26 |
Peter Johnson | Switch from using ternary tree to Hash Array Mapped... |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | General tests of directives. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | Test the imm and imm8x forms of add. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | Add two larger NASM-preprocessed files from UIUC ECE... |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | Test global/common sharing in addition to extern. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | How does NASM's bin format handle sections? |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | Massive cleanup of debugging output (via _print() funct... |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | Polish up most directive support. This necessitated... |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Peter Johnson | Add vps_next(). |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Peter Johnson | Allow multiple EXTERN's of same variable without error... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
Peter Johnson | Don't do REG_E?AX combining with reg8/reg8x instruction... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Plug memory leak in dvs_delete(). |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Print "undefined symbol" message for all undefined... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Bugfix in expr_copy_except(): could allocate less than... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Don't print out *all* bytecodes in the label's section... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | In bytecode_print(), fix checks for short/near opcode... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Fix hexidecimal number handling. It was only allowing... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Revert previous changes (which turned on -v), it was... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Don't try to redefine a label for an already existing... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Fix a memory re-free issue in nasm_parser_directive... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | - Greatly enhance capabilities of directives (they... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Peter Johnson | Change val to be a string instead of an expr. |
commit | commitdiff | tree | snapshot |
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 |
next |