2002-03-21 |
Peter Johnson | Fix bug in align_section(): if a section has no bytecod... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Peter Johnson | Update to match new Mkfiles files. v0.1.0 |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Peter Johnson | Update to match configure-based build changes. |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Peter Johnson | Include errno.h to define errno. |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Michael Urman | Get the type right for yyin. *sigh* How'd i decide... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Michael Urman | fix crash on nonexistent (or otherwise unopenable)... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Bump version to 0.1.0. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Fix make distcheck by eliminating directory components. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Make a separate Makefile.inc for the yapp/tests directory. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Add some bin objfmt related testcases. These should... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Recursively expand EQU's. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Correctly output float expressions. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Add expr_get_floatnum(). |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Restructure bc_calc_len() family into bc_resolve()... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Fix a number of bugs in x86_checkea_calc_displen(). |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Peter Johnson | Comment additions. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Michael Urman | Fix slight whitespace issue - don't append whitespace... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Michael Urman | defines with parameters seem to work. wow. i need... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Michael Urman | Tests for define with parameters. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Lots of preparations for expanding %defines with argume... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Peter Johnson | Binary object format output! Lots of structural change... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Peter Johnson | Make call instruction work correctly. The old code... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Peter Johnson | Remove debugging print statement added in previous... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Peter Johnson | Make call instruction work correctly. The old code... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Peter Johnson | Fix bug in 32-bit displacement with no registers. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Removed spurious src/tests/yapp_test from CLEANFILES... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Peter Johnson | Don't block global src variable. While I'm here, chang... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Now that whitespace is mostly preserved, no need for... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Handle recursive %defines properly. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Tests for recursive %defines. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Handle %define to %define - caught use of a global... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | test case for %define to a %define. non-recursive. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Michael Urman | Catch a few missing inhibited directives (not implement... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | Handle output inhibition more properly; %includes insid... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | Several new tests. |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | Catch "errors" and update report format |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | Add ifdef tests. |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | add beginnings of test suite for yapp |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | return [ and ] characters |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | Removed spurious include of objfmt |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Michael Urman | Remove some spurious includes. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Peter Johnson | Don't call bc_resolve (it's going away soon). |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Peter Johnson | Add autom4te.cache. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Peter Johnson | Switch to requiring autoconf 2.50. We should really... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Peter Johnson | Switch to requiring autoconf 2.50. We should really... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Peter Johnson | Add bcs_last() macro. |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Peter Johnson | Only check for dmalloc library and dmalloc.h if --enabl... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Peter Johnson | Only check for dmalloc library and dmalloc.h if --enabl... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Peter Johnson | Make duplicate definition (w/regards to COMMON and... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Peter Johnson | Move static structures from .h to .c, include .h in .l. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Peter Johnson | Fix warning. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Peter Johnson | Add bin object format. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Peter Johnson | Allow replacing with no extension (eg w/o an appended... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Peter Johnson | Move BitCount() macro from hamt.c to util.h. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Peter Johnson | Add yapp-token.c. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Michael Urman | Fixed some warnings. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Michael Urman | Add const char *in_filename arguments to |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Michael Urman | YAPP has arrived. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Michael Urman | Update main files to include support for yapp. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Peter Johnson | Enhance bc_resolve() implementation a bit, but comment... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Peter Johnson | Support NASM syntax of options such as -fobj (as well... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Peter Johnson | Allow preprocess-only and setting of preproc. Update... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Peter Johnson | Update bug mailing address to <bug-yasm@tortall.net>. |
commit | commitdiff | tree | snapshot |
2002-03-02 |
Peter Johnson | Use non-preprocessed BITS directive so this can be... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Peter Johnson | Revamp object format functional interface a bit. Now... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Peter Johnson | Enable second pass (resolve/calculate known values). |
commit | commitdiff | tree | snapshot |
2002-02-21 |
Peter Johnson | Include errwarn.h to declare ErrorAt(). |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Test circular reference detection. Very basic examples... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Indicate actual line number of circular reference error. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Bring up-to-date with traverse function changes. Start... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Correct optimize() comment. |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Terminate & cleanup early if an error occurs during... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Reverse how traverse functions do early termination... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Peter Johnson | Fix issue with how symrec's are handled when an express... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Peter Johnson | Added --version option. Pass option descriptions,... |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Peter Johnson | Add semicolon at end of error handling code to fix... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Peter Johnson | Bring up-to-date with tree and build changes. |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Peter Johnson | Enhance error/warning framework by allowing specific... |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Peter Johnson | Check for param=NULL before dereferencing it in sopt... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Peter Johnson | Don't compact into a short form if one's not available. |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Peter Johnson | Make jcc's default to JR_SHORT in NASM syntax, and... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Peter Johnson | Finish bc_calc_len(), with fixes to x86_bc_calc_len_ins... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Peter Johnson | In optimize_bytecode(), calculate bc->offset *before... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Peter Johnson | Implement rest of bc_calc_len for general bytecodes. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Peter Johnson | Don't store "determined" immediate len and neg. Both... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Peter Johnson | Add comment about bc_calc_len() possibly returning -1. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Peter Johnson | Fix memory leak. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Peter Johnson | Rework resolve_label() and add a second pass. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Peter Johnson | Add new bc_resolve() family, and rewrite calc_len to... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Add bcs_next (STAILQ_NEXT). |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Add bcs_first() (STAILQ_FIRST). |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Tiny formatting fix. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Change return type of calc_len() family back to int... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | - Use new symrec_get_label(). |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Add basic optimizer to checks. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Remove symrec_get_int_value(), add symrec_get_label(). |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | General code cleanup. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | LCLint cleanups. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Michael Urman | Fix one line odd error: missing initialization of step. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Peter Johnson | Be nice for debugging purposes and set effaddr sib... |
commit | commitdiff | tree | snapshot |
next |