2003-02-09 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Peter Johnson | Re-license more files under the 3-clause BSD license... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Peter Johnson | Add DO_FREE #defined constant to allow disabling of... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Peter Johnson | Add option for parser to associate input text (after... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Peter Johnson | Check count returned by nasm_parser_input() against... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Peter Johnson | fix_directive_symrec() needs to return a value for... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Peter Johnson | Fixup directive symrecs to point at global instead... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Peter Johnson | Update addresses. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Peter Johnson | Fix dbgfmt loading (should call load_dbgfmt not load_ob... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Peter Johnson | Allow "Athlon64" as an alias for Sledgehammer. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Peter Johnson | Add test for a large absolute section. By: H. Peter... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Peter Johnson | Add x86-64 effective address support, as well as a... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Peter Johnson | Put test suite file results into a separate "results... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Peter Johnson | Treat ',' as a directive valparam separator. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Peter Johnson | Add basic x86-64 support (memory references are not... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Peter Johnson | The AMD Athlon is also known as the K7. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Peter Johnson | Add official name for AMD's "sledgehammer" CPU: "Opteron". |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Peter Johnson | Fix comments. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Peter Johnson | Fix typo/bug in handling of OPA_AdSizeR (using wrong... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Peter Johnson | Go back to using a more-centralized function for front... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Duplicate filename to ensure no double-frees occur. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Check for null pointers before freeing to avoid dmalloc... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Fix distcheck build issues. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Add the "real" NASM preprocessor, and default to it... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Make sure we use the yapp preprocessor when running... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Add va_list versions of error and warning errwarn funct... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Peter Johnson | x86_bc_resolve_jmprel(): Plug memory leak. |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Peter Johnson | Modularize errwarn. gettext()-ize in errwarn, not... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Peter Johnson | Add coff-objfmt.c. |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Peter Johnson | initialize() comment fix. |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Peter Johnson | Parameters to input changed from unsigned long to linem... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Peter Johnson | Add missing gettext call for one of the warning messages. |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Peter Johnson | Delete last of global variables by making a line manage... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Peter Johnson | Remove indent_level global by passing it as a parameter. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Peter Johnson | Actually load and check for debug format, instead of... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Peter Johnson | Dynamically load all modules (preloading some of the... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Peter Johnson | Allow single strings to be used as parameters for direc... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Peter Johnson | Don't set yasm_DEPENDENCIES. It breaks automatic depen... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Relicense under 3-clause BSD license. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Actually include new tests in distribution. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Actually include new tests in the distribution. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Get rid of expr_xform_neg_tree(), integrating its funct... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Use automake's standard macro for dmalloc instead of... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Assume all sys/queue.h implementations are broken,... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Johnson | Fix COFF_SET_VMA output (needed to add section start... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | Use the current date as the version (for nightly builds... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | Add COFF object format (for DJGPP). No debugging suppo... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | symrec_data_print() doesn't need to handle a NULL data... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | Run test input files through standard input instead... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | Don't treat xfree as a real function (taking its addres... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | Check for NULL pointer in LT_DLMEM_REASSIGN() before... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Johnson | Add expr_extract_symrec() to assist in performing reloc... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Peter Johnson | Add offset parameter to output_expr functions (needed... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Peter Johnson | Combine global/common/extern handling into general... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Peter Johnson | Cleanup objfmt before deleting sections and symrecs. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Peter Johnson | Change how section of_data is allocated/destroyed,... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Peter Johnson | Add general objfmt-specific data to symrec. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Peter Johnson | Remove obsolete references to HAVE_GNU_C_LIBRARY which... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Peter Johnson | Make bytecode and effaddr "data" extensions more portab... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Peter Johnson | Add a rex field in x86_insn (and some default initializ... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Peter Johnson | Fix segreg mov instructions. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Peter Johnson | Add extended error/warning handling (just functionality... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Peter Johnson | Add test for just-committed changes to x86id.re (proper... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Peter Johnson | Comment out "marker"s, as in these cases re2c doesn... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Peter Johnson | bitvect_test doesn't need any sources besides itself... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Peter Johnson | Fix catchalls so they really do catch everything else. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Peter Johnson | Unbreak bin output (label resolution, Bug#6). Also... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Peter Johnson | Comment spacing fix. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Peter Johnson | Add the ability to add an additional transformation... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Peter Johnson | Integrate BitVector version 6.3 changes. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Peter Johnson | Make output endian-tolerant by making intnum and floatn... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Run sed on the re2c output to update the newly added... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Output something a little more unique than just - for... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Generate #line in the output in a useful way. Now... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Replace #line .. "lex.yy.c" with #line .. "output.c". |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Import ylwrap from automake-1.5, as we're going to... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Use _CFLAGS to eliminate extra CFLAGS (esp. gcov ones... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Include src/compat-queue.h as an EXTRA_yasm_SOURCES... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Undo part of the tools/re2c flattening. Specifying... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Peter Johnson | Add gcov-related files. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Peter Johnson | Add an option to enable gcov code coverage compiler... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Peter Johnson | Make test scripts more portable by detecting echo line... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Add parsers/nasm automated tests. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Add automated arch/x86 tests. Some were moved from... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Create a common out_test.sh test script to be used... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | x86_bc_resolve_insn(): If x86_expr_checkea fails, retur... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Increase strictness of EA part of lds family (e.g.... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Fix a major bug: after switching sections, prev_bc... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Make bcs_last() a fully visible function rather than... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | expr_level_op(): Pull up IDENT-EXPR as well as EXPR... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | bc_tobytes(): Check for multiple of 0 and return with... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | EQU's should not affect local label mechanism. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Fix incorrect invalidation of [eax+ebx+ecx-eax] and... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Don't fully simplify effective addresses before trying... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Peter Johnson | Check for circular equ references (Bug#8). |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | Add missing files: x86id.c, src/section.c, src/arch... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | x86_bc_resolve_jmprel(): Delete unused variable 'target'. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | bin_objfmt_section_data_print(): Fix warning/bug in... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Peter Johnson | Update to gettext-0.11.5. |
commit | commitdiff | tree | snapshot |
next |