| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 1 | -1/+1 |
* | MFC: Add -march=i386 for the amd64 build to generate smaller binaries. | John Baldwin | 2006-10-25 | 1 | -1/+1 |
* | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-05-31 | 1 | -0/+1 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
* | Part 2 of fixing the boot code: gcc 3.4 fixes. | Marcel Moolenaar | 2004-08-22 | 1 | -1/+1 |
* | Untangle building of AMD64 boot code. | Ruslan Ermilov | 2004-02-07 | 1 | -9/+6 |
* | Disable floating point on PowerPC for the ficl library. | Peter Grehan | 2003-12-10 | 1 | -0/+3 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | Ruslan Ermilov | 2003-06-30 | 1 | -1/+0 |
* | Build on amd64. Yes, I know this isn't particularly nice. | Peter Wemm | 2003-06-26 | 1 | -0/+20 |
* | Set arch-pc98 env to true for pc98. | Yoshihiro Takahashi | 2003-06-08 | 1 | -0/+3 |
* | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -2/+0 |
* | Back out last commit. I expect our bsd.*.mk gods to remove the need for | David E. O'Brien | 2002-05-12 | 1 | -0/+2 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | David E. O'Brien | 2002-05-11 | 1 | -2/+0 |
* | -ffreestanding is the word. | David E. O'Brien | 2002-05-10 | 1 | -0/+1 |
* | Partical style cleanup. | David E. O'Brien | 2002-05-09 | 1 | -19/+17 |
* | Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is | Daniel C. Sobral | 2002-04-09 | 1 | -2/+3 |
* | Bring in ficl 2.05. | Daniel C. Sobral | 2001-04-29 | 1 | -3/+3 |
* | setlocale(3) has been fixed to match POSIX standard: | Ruslan Ermilov | 2001-03-02 | 1 | -1/+1 |
* | Cosmetique: don't use localized `date` | Andrey A. Chernov | 2000-12-01 | 1 | -1/+1 |
* | Don't use the Gawkism strftime(). Pass in the date stamp on the awk | David E. O'Brien | 2000-11-14 | 1 | -1/+2 |
* | Fix this so that we actually define HAVE_PNP when its available. | Doug Rabson | 2000-09-10 | 1 | -2/+2 |
* | Only build PnP parts if the platform supports PnP. | Doug Rabson | 2000-09-10 | 1 | -0/+3 |
* | Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand | Peter Wemm | 2000-08-11 | 1 | -0/+3 |
* | Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL. | Daniel C. Sobral | 2000-06-07 | 1 | -1/+2 |
* | Stop libficl from using floating point registers - this was cauing | Peter Wemm | 2000-05-12 | 1 | -0/+3 |
* | Add testmain.o to CLEANFILES. | Daniel C. Sobral | 2000-01-28 | 1 | -1/+1 |
* | Try my hand again at removing ugly testmain target. | Daniel C. Sobral | 2000-01-28 | 1 | -14/+12 |
* | Revert ill-considered simplification in 1.13. | Daniel C. Sobral | 1999-11-23 | 1 | -8/+11 |
* | Improve Makefile by using .PATH. | Daniel C. Sobral | 1999-11-23 | 1 | -2/+4 |
* | Improve on ficl port to alpha. | Daniel C. Sobral | 1999-11-23 | 1 | -9/+7 |
* | Bring in ficl version 2.03. No version bump for loader. | Daniel C. Sobral | 1999-09-29 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Reactivate trace! after making it egcs-friendly. | Daniel C. Sobral | 1999-04-06 | 1 | -2/+2 |
* | Disable trace! until it gets fixed. | Daniel C. Sobral | 1999-03-17 | 1 | -2/+2 |
* | Make FICL_TRACE default. | Daniel C. Sobral | 1999-02-04 | 1 | -3/+3 |
* | Transition from using Perl to using awk for our text-manipulation | Mike Smith | 1999-01-18 | 1 | -3/+3 |
* | Remember a bit more of my forth and do: | Jordan K. Hubbard | 1998-11-05 | 1 | -2/+2 |
* | 1. rebuild all elements of testmain properly for safety. | Jordan K. Hubbard | 1998-11-05 | 1 | -6/+10 |
* | Explicitly invoke perl to run the softwords.pl script in case the | Mike Smith | 1998-11-05 | 1 | -2/+2 |
* | Fix includes; we were still pulling in <stdlib.h> in some places. | Mike Smith | 1998-11-04 | 1 | -2/+5 |
* | Make this work in the libstand environment; don't use stdio/stdlib headers. | Mike Smith | 1998-11-04 | 1 | -3/+3 |
* | Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, | Mike Smith | 1998-11-03 | 1 | -0/+23 |