home: hub: 9ficl

Download patch

ref: f87bb12a1b054f4587be7e1b460df4fc992e3e84
parent: 6b4765dd6d8acd47a77e85ce14f6ca326f8bfb9c
author: asau <asau@ficl.sf.net>
date: Sun Oct 3 04:39:50 CDT 2010

Bump FICL version to 4.1.0
Introduce generic Makefile in "read me" notes.

--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
 RANLIB = ranlib
 
 MAJOR = 4
-MINOR = 0.31
+MINOR = 1.0
 
 ficl: main.o $(HEADERS) libficl.a
 	$(CC) $(CFLAGS) $(LDFLAGS) main.o -o ficl -L. -lficl -lm
--- a/Makefile.ansi
+++ b/Makefile.ansi
@@ -11,7 +11,7 @@
 RANLIB = ranlib
 
 MAJOR = 4
-MINOR = 0.31
+MINOR = 1.0
 
 ficl: main.o $(HEADERS) libficl.a
 	$(CC) main.o -o ficl -L. -lficl -lm
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -11,7 +11,7 @@
 RANLIB = ranlib
 
 MAJOR = 4
-MINOR = 0.31
+MINOR = 1.0
 
 ficl: main.o $(HEADERS) libficl.a
 	$(CC) main.o -o ficl -L. -lficl -lm
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -1,5 +1,5 @@
-FICL 4.0.31
-June 2003
+FICL 4.1.0
+October 2010
 
 ________
 OVERVIEW
@@ -16,10 +16,12 @@
 INSTALLATION
 
 Ficl builds out-of-the-box on the following platforms:
-	* Linux: use "Makefile.linux".
+	* NetBSD, FreeBSD: use "Makefile".
+	* Linux: use "Makefile.linux", but it should work with
+	  "Makefile" as well.
 	* Win32: use "ficl.dsw" / "ficl.dsp".
-To port to other platforms, we suggest you start with the Linux
-makefile and the "unix.c" / "unix.h" platform-specific implementation
+To port to other platforms, we suggest you start with the generic
+"Makefile" and the "unix.c" / "unix.h" platform-specific implementation
 files.  (And please--feel free to submit your portability changes!)
 
 (Note: Ficl used to build under RiscOS, but we broke everything