]> granicus.if.org Git - yasm/shortlog
yasm
2002-01-09 Peter JohnsonMake resolve_label() take a symrec * instead of a secti...
2002-01-09 Peter JohnsonRemove unused variable declaration.
2002-01-09 Michael UrmanChange from linked list to vector representation for...
2002-01-09 Peter JohnsonComment fix.
2002-01-09 Peter Johnsonbc_calc_len() family should return unsigned long, not...
2002-01-09 Peter JohnsonCut bitvect allocations even more by making a bitvect_f...
2002-01-09 Peter JohnsonAllocate single static temporary bitvect for conversion...
2002-01-09 Peter Johnsondmalloc is enabled with DMALLOC, not DDMALLOC.
2002-01-09 Peter Johnsondmalloc is enabled with DMALLOC, not DDMALLOC.
2002-01-09 Peter JohnsonFree in_filename.
2002-01-09 Peter JohnsonDon't shadow global (standard C) "index" (noticed by...
2002-01-09 Peter JohnsonCorrect for renamed/moved files.
2002-01-09 Peter JohnsonLCLint-inspired cleanups.
2002-01-09 Peter JohnsonLine number is a long (found by lclint).
2002-01-07 Peter JohnsonChange from current file/line dual storage to a monoton...
2001-12-28 Peter JohnsonRemove programmer documentation out of source tree...
2001-12-28 Peter JohnsonRemove programmer documentation out of source tree...
2001-12-28 Peter JohnsonFix warnings that appear with -O turned on.
2001-12-28 Peter JohnsonAdd tests/Makefile.inc to EXTRA_DIST.
2001-12-27 Michael Urmanignore automake's error on multiple lex.am invocations
2001-12-27 Peter JohnsonChange EXTRA_DIST to reflect movement of strsep.c and...
2001-12-27 Peter JohnsonMake sure bison gets -d flag (creates a separate header...
2001-12-27 Peter JohnsonFix issues with yy->nasm_parser_ renaming. AM_YFLAGS...
2001-12-26 Peter JohnsonGet rid of --disable-check option. It no longer has...
2001-12-26 Peter JohnsonGet rid of --disable-check option. It no longer has...
2001-12-26 Peter JohnsonMoved function replacements to top-level.
2001-12-26 Peter JohnsonAdd @LIBOBJS@ to library linkages (for missing functions).
2001-12-26 Peter JohnsonLink with @LIBOBJS@ (for replacement functions).
2001-12-26 Peter JohnsonRemove config/* files, and automatically create the...
2001-12-26 Peter JohnsonFailed builds could prevent updating of "latest" symlin...
2001-12-26 Peter JohnsonInclude intl from build directory, not source directory.
2001-12-26 Peter JohnsonAdd intl directory to INCLUDES.
2001-12-26 Peter JohnsonThis was significantly out of date. Bring up-to-date...
2001-12-26 Peter JohnsonBring up-to-date with new generated files (due to new...
2001-12-26 Peter JohnsonRemove stamp-h.in to fix distcheck issue when autogen...
2001-12-26 Peter JohnsonDon't include config/* files explicitly (they're includ...
2001-12-26 Peter JohnsonMassive build system change: single Makefile instead...
2001-12-26 Peter JohnsonMassive build system change: single Makefile instead...
2001-12-24 Peter JohnsonFix build problem on Linux with toascii() define.
2001-12-24 Peter JohnsonRemove quoting from AC_CONFIG_AUX_DIR and AM_CONFIG_HEADER.
2001-12-24 Peter JohnsonRemove quoting from AC_CONFIG_AUX_DIR and AM_CONFIG_HEADER.
2001-12-24 Peter JohnsonAdd autoconf 2.50-based configure.ac. Keep configure...
2001-12-24 Peter JohnsonAdd autoconf 2.50-based configure.ac. Keep configure...
2001-12-07 Peter JohnsonStart work on optimizer module. Moved all "post-parser...
2001-12-03 Peter JohnsonLCLint-related comment fixes.
2001-12-03 Peter JohnsonAdd support for incbin pseudo-instruction.
2001-12-03 Peter JohnsonMove assert.h include to util.h
2001-12-03 Peter JohnsonAdd opt_flags (space for use by the optimizer).
2001-12-03 Peter JohnsonPlug memory leak in floatnum_new().
2001-12-02 Peter Johnsonstrcmp() returns 0 if the strings are equal.
2001-12-02 Peter JohnsonMake extension-replacement a utility function in file...
2001-12-02 Peter JohnsonFix a few LCLint errors.
2001-12-02 Peter JohnsonReplace extension on output format rather than just...
2001-12-02 Peter JohnsonGenerate smaller code where possible (eg, when op_len...
2001-12-02 Peter JohnsonAllow overrides (a32/a16/rep/etc) to appear on their...
2001-12-02 Peter JohnsonAdd support for NASM's %line.
2001-12-02 Peter JohnsonUse stdout as the default output file if stdin is the...
2001-12-02 Peter JohnsonRemove definition of line_number; it was overriding...
2001-12-02 Peter JohnsonFix typo in HAVE_STRCMPI strncasecmp() #define.
2001-12-02 Peter JohnsonDo intl more correctly. nointl/libintl.h is unnecessar...
2001-12-02 Peter JohnsonOptimize if dev is not enabled. Don't use DEVFLAGS...
2001-12-01 Peter Johnson(Mostly) Clean up floatnum internal allocations.
2001-12-01 Peter JohnsonFix so "0h" works.
2001-12-01 Peter JohnsonChange REG_SOMEREG -> reg_somereg and add rules that...
2001-12-01 Peter JohnsonDon't free EA when simplifying shift_op case. Not...
2001-12-01 Peter JohnsonFix bug with ONE generation (overwrote both [0] and...
2001-12-01 Peter JohnsonChange dbg optimizer to basic.
2001-12-01 Peter JohnsonDelete dbg optimizer (won't be useful) and add "basic...
2001-11-26 Peter JohnsonSwitch from using ternary tree to Hash Array Mapped...
2001-11-21 Peter JohnsonGeneral tests of directives.
2001-11-21 Peter JohnsonTest the imm and imm8x forms of add.
2001-11-21 Peter JohnsonAdd two larger NASM-preprocessed files from UIUC ECE...
2001-11-21 Peter JohnsonTest global/common sharing in addition to extern.
2001-11-21 Peter JohnsonHow does NASM's bin format handle sections?
2001-11-21 Peter JohnsonMassive cleanup of debugging output (via _print() funct...
2001-11-21 Peter JohnsonPolish up most directive support. This necessitated...
2001-11-21 Peter JohnsonAdd vps_next().
2001-11-20 Peter JohnsonAllow multiple EXTERN's of same variable without error...
2001-11-20 Peter JohnsonDon't do REG_E?AX combining with reg8/reg8x instruction...
2001-11-19 Peter JohnsonPlug memory leak in dvs_delete().
2001-11-19 Peter JohnsonPrint "undefined symbol" message for all undefined...
2001-11-19 Peter JohnsonBugfix in expr_copy_except(): could allocate less than...
2001-11-19 Peter JohnsonDon't print out *all* bytecodes in the label's section...
2001-11-19 Peter JohnsonIn bytecode_print(), fix checks for short/near opcode...
2001-11-19 Peter JohnsonFix hexidecimal number handling. It was only allowing...
2001-11-19 Peter JohnsonRevert previous changes (which turned on -v), it was...
2001-11-19 Peter JohnsonDon't try to redefine a label for an already existing...
2001-11-19 Peter JohnsonFix a memory re-free issue in nasm_parser_directive...
2001-11-19 Peter Johnson- Greatly enhance capabilities of directives (they...
2001-11-19 Peter JohnsonChange val to be a string instead of an expr.
2001-11-19 Peter JohnsonBetter LCLint settings for x86_bc_insn_get_ea().
2001-11-18 Peter JohnsonAdd valparam data structure.
2001-11-18 Peter JohnsonDon't set nasm_parser_debug (as we'll soon not define...
2001-11-18 Peter JohnsonNew function: expr_get_symrec().
2001-11-18 Peter JohnsonAdd symrec_delete() for deleting non-table symbols...
2001-11-17 Peter JohnsonDecided to go ahead and commit these little NASM-syntax...
2001-11-17 Peter JohnsonModify so that almost everything passes LCLint with...
2001-11-16 Peter JohnsonAdd RCSID().
2001-11-16 Peter JohnsonClean up to pass lclint.
2001-11-16 Peter JohnsonAllow symrec_foreach return value to be ignored (in...
next