518 Commits (aa6f573370c81be5b6872dd9b16fa32c0cd2a409)
 

Author SHA1 Message Date
Peter Johnson aa6f573370 Update DISTFILES to reflect src/lclint.sh -> splint.sh move. 23 years ago
Peter Johnson ffa58d5f18 Include Makefile.inc itself in the distribution! 23 years ago
Peter Johnson 26610c492e Cleanups both for and from Splint. 23 years ago
Peter Johnson bccc5e7ec7 When using Splint, don't try to use gettext(). 23 years ago
Peter Johnson 04df0be842 Cleanups both for and from Splint. 23 years ago
Peter Johnson 55b9cf9b81 Use -shiftimplementation because it's seeing enums as possibly negative for 23 years ago
Peter Johnson f37e5504be Add check for vsnprintf(). 23 years ago
Peter Johnson a6e5b3e166 LCLint is now Splint (www.splint.org). 23 years ago
Peter Johnson 2ad58d8f33 Fix bug in align_section(): if a section has no bytecodes, last will be NULL! 23 years ago
Peter Johnson 45cc607135 Update to match new Mkfiles files. 23 years ago
Peter Johnson 73a516c455 Update to match configure-based build changes. 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 e948223372 Bump version to 0.1.0. 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 ade764b8e9 Add some bin objfmt related testcases. These should go into a framework 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 adfc2e10c9 Add expr_get_floatnum(). 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
Peter Johnson c9e4019b28 Comment additions. 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