Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ficl work on sparc64. The assumption that int == long == void * is | Scott Long | 2002-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | very pervasive in this code. This fixes a few of those assumptions and band-aids over some others. Tested on: ia32 alpha sparc64 Reviewed by: peter jake (in concept) Notes: svn path=/head/; revision=102657 | ||||
* | Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is | Daniel C. Sobral | 2002-04-09 | 1 | -14/+22 |
| | | | | | | | | | | | due Jon Mini. PR: 36308 Submitted by: Jon Mini <mini@haikugeek.com> MFC after: 4 weeks Notes: svn path=/head/; revision=94290 | ||||
* | Bring in ficl 2.05. | Daniel C. Sobral | 2001-04-29 | 1 | -0/+191 |
This version has a step debugger, which now completely replaces the old trace feature. Also, we moved all of the FreeBSD-specific MI code to loader.c, reducing the diff between this and the official FICL distribution. Notes: svn path=/head/; revision=76116 |