2003-03-15 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Use yasm__mergesort() in expr.c and use correct xmalloc... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | stamp-h.in is now in libyasm/. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Safe to use -no-undefined on all the modules. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Make libyasm a "real" library, including installing... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Peter Johnson | Minor cleanups (no functional changes) after src split. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Peter Johnson | Split src into frontends, libyasm, and modules (forced... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Peter Johnson | Replace --enable-dev functionality with --enable-mainta... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Peter Johnson | Use AC_HELP_STRING() for custom argument help strings. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Peter Johnson | Use N_(), not _() for gettextized error messages. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Peter Johnson | The Great Renaming (prefixing with yasm_), Part 2:... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Peter Johnson | Unmodularize errwarn, while making key errwarn function... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Peter Johnson | The Great Renaming, Part 2: prefix strcasecmp and strnc... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Peter Johnson | Move yasm_std_errwarn and yasm_std_linemgr into libyasm. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Peter Johnson | Refactor list_objfmts() and list_parsers() into module.c. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Peter Johnson | The Great Renaming (prefixing with yasm_), Part 1. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Peter Johnson | bc_new_objfmt_data() was creating a bytecode with the... |
commit | commitdiff | tree | snapshot |
2003-02-22 |
Peter Johnson | Fix file comment. |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Peter Johnson | Relicense under 2-clause BSD license. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Peter Johnson | Allow both 'e' and 'E' for exponent designation in... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Peter Johnson | Add __int64 check. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Peter Johnson | Add long long detection to unsigned long long detection. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Peter Johnson | Clean up all but one -ansi -pedantic -Wall warning... |
commit | commitdiff | tree | snapshot |
2003-02-09 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
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 |
next |