210 Commits (a6e5b3e16601e258c570dc48aed0128d931d2e4c)

Author SHA1 Message Date
Peter Johnson 2ad58d8f33 Fix bug in align_section(): if a section has no bytecodes, last will be NULL! 23 years ago
Peter Johnson fc47434c16 Include errno.h to define errno. 23 years ago
Michael Urman e7278945e9 Get the type right for yyin. *sigh* How'd i decide it was a 23 years ago
Michael Urman 13ab2a73b8 fix crash on nonexistent (or otherwise unopenable) include files. 23 years ago
Peter Johnson 4468f7e7bb Fix make distcheck by eliminating directory components. 23 years ago
Peter Johnson 3ccc6a033c Make a separate Makefile.inc for the yapp/tests directory. 23 years ago
Peter Johnson c738bd3f9d Recursively expand EQU's. 23 years ago
Peter Johnson a2053f3086 Correctly output float expressions. 23 years ago
Peter Johnson fe8c2a009f Restructure bc_calc_len() family into bc_resolve() family. Many many many 23 years ago
Peter Johnson 53002496e4 Fix a number of bugs in x86_checkea_calc_displen(). 23 years ago
Michael Urman 160ba169cc Fix slight whitespace issue - don't append whitespace after closing 23 years ago
Michael Urman 575cc451ec defines with parameters seem to work. wow. i need some more test 23 years ago
Michael Urman 95e784bf75 Tests for define with parameters. 23 years ago
Michael Urman 053d1c1d1c Lots of preparations for expanding %defines with argument lists: 23 years ago
Peter Johnson d85e7014a8 Binary object format output! Lots of structural changes needed, particularly 23 years ago
Peter Johnson e56de0d158 Make call instruction work correctly. The old code generated a legal short 23 years ago
Peter Johnson 44dbd8a872 Remove debugging print statement added in previous commit. 23 years ago
Peter Johnson 62ece541a0 Make call instruction work correctly. The old code generated a legal short 23 years ago
Peter Johnson 4dd0912998 Fix bug in 32-bit displacement with no registers. 23 years ago
Michael Urman dca731f6a7 Removed spurious src/tests/yapp_test from CLEANFILES (*bewildered look*) 23 years ago
Peter Johnson 18ff2cc4f5 Don't block global src variable. While I'm here, change to use SLIST_FOREACH. 23 years ago
Michael Urman 9259c6ea65 Now that whitespace is mostly preserved, no need for the next token for 23 years ago
Michael Urman b1496537f6 Handle recursive %defines properly. 23 years ago
Michael Urman b0b10ffe6b Tests for recursive %defines. 23 years ago
Michael Urman 18624703e3 Handle %define to %define - caught use of a global in a recursive func. 23 years ago
Michael Urman 970e89dbee test case for %define to a %define. non-recursive. 23 years ago
Michael Urman a74a807bba Catch a few missing inhibited directives (not implemented yet anyway). 23 years ago
Michael Urman 90283e877e Handle output inhibition more properly; %includes inside %ifs don't 23 years ago
Michael Urman 655f98255f Several new tests. 23 years ago
Michael Urman 86e1c8338c Catch "errors" and update report format 23 years ago
Michael Urman 716884b0bb Add ifdef tests. 23 years ago
Michael Urman 314085475c add beginnings of test suite for yapp 23 years ago
Michael Urman 2c051baa0b return [ and ] characters 23 years ago
Michael Urman 944853f03a Removed spurious include of objfmt 23 years ago
Michael Urman 22d4d7b74d Remove some spurious includes. 23 years ago
Peter Johnson b667c33ea5 Don't call bc_resolve (it's going away soon). 23 years ago
Peter Johnson c855e4061e Move static structures from .h to .c, include .h in .l. 23 years ago
Peter Johnson 4933f17355 Fix warning. 23 years ago
Peter Johnson 07c3299820 Add bin object format. 23 years ago
Michael Urman 4818dbe555 Fixed some warnings. 23 years ago
Michael Urman 7c073b5c23 Add const char *in_filename arguments to 23 years ago
Michael Urman 2d0615384d YAPP has arrived. 23 years ago
Michael Urman 6b65e7a522 Update main files to include support for yapp. 23 years ago
Peter Johnson 5d2e9ea0f0 Allow preprocess-only and setting of preproc. Update main() and related 23 years ago
Peter Johnson 0177d689a1 Revamp object format functional interface a bit. Now, only the output() 23 years ago
Peter Johnson a0d61f00c1 Enable second pass (resolve/calculate known values). 23 years ago
Peter Johnson f5bf04dd41 Include errwarn.h to declare ErrorAt(). 23 years ago
Peter Johnson 964c755067 Indicate actual line number of circular reference error. 23 years ago
Peter Johnson 7217fd10db Bring up-to-date with traverse function changes. Start trying to check for 23 years ago
Peter Johnson 4f7daa4d39 Fix issue with how symrec's are handled when an expression is copied: old code 23 years ago