]> granicus.if.org Git - yasm/shortlog
yasm
2006-11-21 Peter Johnsonfile.c (yasm_unescape_cstring): New function to unescap...
2006-11-21 Peter Johnsonerrwarn.c (yasm_warn_fetch): Follow documentation and...
2006-11-20 Peter JohnsonOutput warnings if no errors occurred in preproc-only...
2006-11-20 Peter Johnsonyapp_test.sh: Fix error recording and srcdir replacement.
2006-11-20 Peter Johnsongas-token.re (strbuf_append): Remove line parameter.
2006-11-20 Peter Johnsongas-bison.y: Fix crash when .ident is used with an...
2006-11-19 Peter JohnsonClean up a few minor nits (warnings).
2006-11-18 Peter Johnsongas-parser.h: Fix nit (NASM_PARSER_H define instead...
2006-11-18 Peter JohnsonFix #91 and a few other minor nits. Reorganize to...
2006-11-16 Peter Johnsonyapp_test.sh: Unbreak.
2006-11-16 Peter JohnsonFix quoting error.
2006-11-16 Peter Johnsonyapp-preproc.c: Build fix.
2006-11-14 Peter JohnsonGenerate better errors than "invalid combination of...
2006-11-11 Peter JohnsonUse is_exp2() in a couple more places.
2006-11-11 Peter JohnsonMake life a little easier by adding an is_exp2() macro.
2006-11-07 Peter JohnsonAllow overriding of strict-ness requirement with comman...
2006-11-06 Peter JohnsonSupport strict for immediate values, and optimize non...
2006-11-06 Peter JohnsonSupport "strict" in NASM parser. Still need to impleme...
2006-11-02 Peter JohnsonRemove some unused yasm_scanner variables, and properly...
2006-10-31 Peter Johnsonyasm_intnum_create_charconst_nasm(): Ensure converted...
2006-10-31 Peter Johnsonout_test.sh: Fix reporting of non-error.
2006-10-30 Peter JohnsonFix #88: Allow only GNU Bison (not Bison++ or plain...
2006-10-28 Peter JohnsonHave incbin search include paths (long-missing feature).
2006-10-28 Peter JohnsonAdd trailing slashes on include paths again (functional...
2006-10-28 Peter JohnsonUnbreak raw preproc (broken in [1669]).
2006-10-28 Peter Johnsonyasm_fopen_include: Allow oname to be NULL. Also set...
2006-10-28 Peter JohnsonRefactor include file handling into libyasm from prepro...
2006-10-28 Peter JohnsonMake common scanner fill function, as we're using it...
2006-10-28 Peter JohnsonFix handling of svdc, rsdc, wrshr, and rdshr Cyrix...
2006-10-28 Peter JohnsonFix prefix order for "3-byte" instructions like the...
2006-10-27 Peter Johnsonexpr.c (expr_expand_equ): Work around what I believe...
2006-10-23 Peter Johnsongenmodule.c: Fix edge cases in string handling.
2006-10-21 Peter JohnsonAdd yasm_parsers(7), yasm_objfmts(7), and yasm_dbgfmts...
2006-10-21 Peter JohnsonRevamp and update man pages. Still need to add in...
2006-10-21 Peter JohnsonFix #86 by requiring '-' (e.g. "yasm -") to read from...
2006-10-19 Peter JohnsonFix #85: Multiple may be 0. In this case, force size...
2006-10-19 Peter JohnsonFix #84: I broke the idiom of concating a decimal numbe...
2006-10-19 Peter Johnsonexpr.h: Fix comment to match [1655].
2006-10-18 Peter JohnsonDon't mix EQU expansion with other expr leveling; we...
2006-10-18 Peter JohnsonFix handling of CPU flags; the old code would simply...
2006-10-17 Peter Johnsonrdf: Enable Id keywords on various files.
2006-10-17 Peter Johnsonrdf-objfmt.c: Clean up unused variables.
2006-10-17 Peter JohnsonFix up Mkfiles for RDOFF2 support.
2006-10-17 Peter JohnsonAdd support for RDOFF2 object format (#73).
2006-10-17 Peter Johnsonnasm-token.re: Be even more pedantic and pass through...
2006-10-17 Peter Johnsonnasm-token.re: Fix handling of inside of directive...
2006-10-17 Peter Johnsonxdf-objfmt.c: Remove unused reloc list (this is taken...
2006-10-12 Peter JohnsonFix crash case in data bytecode handling (raw followed...
2006-10-08 Peter Johnsonutil.h: Use same workarounds for mingw32 as for the...
2006-10-08 Peter Johnsonexpr.c: Remove a couple of unused variables.
2006-10-07 Peter JohnsonFix error/warnings in the NASM preprocessor to referenc...
2006-10-05 Peter JohnsonChange genmodule to parse through the Makefile (or...
2006-10-05 Peter Johnsonre2c-parser.y: Work around a bug in Bison 2.1; Bison...
2006-10-05 Peter Johnsongenversion.c: Include ctype.h to get isdigit() definition.
2006-10-04 Peter JohnsonFollow-up to #80 and #81: "xchg ax, ax" can use the...
2006-10-03 Peter JohnsonFix #80: xchg ax, ax or xchg eax, eax in 64-bit mode...
2006-10-03 Peter JohnsonImprove error message for illegal use of A/B/C/DH with...
2006-09-30 Peter JohnsonAccept (but ignore) -O and -Onnn command line options...
2006-09-30 Peter JohnsonFix #77 by performing symrec-symrec -> subst placeholde...
2006-09-29 Peter Johnson- Fix much brokenness in absolute value handling, parti...
2006-09-27 Peter JohnsonFix #78: Handle C-style comments (/* */) in GAS parser.
2006-09-27 Peter JohnsonFix error message for arch/parser mismatch.
2006-09-25 Peter JohnsonFix duplicate line at the end of list output.
2006-09-22 Peter JohnsonFix NASM preprocessor outputting %line for every line.
2006-09-21 Peter JohnsonAdd SSE4 (aka SSSE3) instructions.
2006-09-19 Peter JohnsonMerge Bit::Vector 6.4 into trunk.
2006-09-19 Peter JohnsonRemove ancient doc directory.
2006-09-18 Peter JohnsonFix %INCLUDE in last line of mmac/loop expansion.
2006-09-18 Peter JohnsonFix memory leaks in %IF*, %ELIF*, and %UNDEF.
2006-09-17 Peter Johnsonnasm-pp.c: Fix handling of nested %macro and nested...
2006-09-16 Peter JohnsonActually use $ECHO_C in test shell scripts.
2006-09-16 Peter JohnsonMake out_test.sh smart about 0-byte errwarn output...
2006-09-16 Peter Johnson* yapp: Unbitrot. Note to actually build this you...
2006-09-16 Peter Johnson* preproc.h: Fix prototype naming of yasm_preproc_defin...
2006-09-16 Peter JohnsonResurrect yapp from revision 998.
2006-09-16 Peter Johnson* section.c (yasm_object_optimize): Set active flag...
2006-09-10 Peter JohnsonMove CPU_64 and CPU_Not64 to bits 30 and 31 to avoid...
2006-09-10 Peter JohnsonFix invalid memory access on macro with multiple of...
2006-09-03 Peter JohnsonAdd USE64 macro as alias for BITS 64, for parity with...
2006-08-12 Peter JohnsonFix #58 and a more basic form of this bug (all EAs...
2006-08-12 Peter Johnson * bytecode.h: Fix doxygen comments.
2006-08-12 Peter JohnsonFix a bunch of unused variable warnings and a warning...
2006-08-11 Peter JohnsonBring Mkfiles up to date with new optimizer and removal...
2006-08-10 Peter Johnson* POTFILES.in: Unbreak dist by removing a nonexistent...
2006-08-10 Peter JohnsonInclude test_bytecode.py and test_expr.py in the distri...
2006-08-10 Peter JohnsonRemove jmpsize_threshold added in new-optimizer; it...
2006-08-10 Peter JohnsonMerge new-optimizer branch back into trunk (from [1596...
2006-08-10 Peter JohnsonMerge [1547]-[1593] (inclusive) from trunk.
2006-08-08 Peter JohnsonRewrite offset-setter (ORG and ALIGN) optimization...
2006-08-08 Peter JohnsonDon't include unused checker functions if not checking...
2006-07-18 Peter JohnsonFix (hopefully finally) fsub and fdiv operand reversal...
2006-06-24 Peter JohnsonCheck for more complex circular references.
2006-06-21 Peter JohnsonSupport optimization of multiple.
2006-06-21 Peter JohnsonUnbreak compat-queue.h on non-BSD systems.
2006-06-21 Peter JohnsonUpdate POTFILES for new optimizer; disable lc3b as...
2006-06-20 Peter JohnsonIn preparation for further work on optimizing multiple...
2006-06-19 Peter JohnsonStart implementing support for multiples.
2006-06-19 Peter JohnsonMake imm8 expansion work.
2006-06-18 Peter JohnsonSupport align. Made a few other minor cleanups while...
2006-06-15 Peter JohnsonThanks to [1581], x86id seems to be correct now, so...
next