|
From: Carlo W. <li...@us...> - 2002-01-09 04:20:27
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-09 04:20:26 UTC
Modified files:
libcwd/.cvsignore libcwd/NEWS libcwd/README libcwd/README.FreeBSD
Log message:
README updates.
---------------------- diff included ----------------------
Index: src/libcwd/.cvsignore
diff -u src/libcwd/.cvsignore:1.16 src/libcwd/.cvsignore:1.17
--- src/libcwd/.cvsignore:1.16 Thu Dec 27 21:25:27 2001
+++ src/libcwd/.cvsignore Tue Jan 8 20:20:16 2002
@@ -24,6 +24,7 @@
.deps
.libs
*.lo
+.example-project_debug.h-timestamp
libcwd.la
libcwd.spec
libcwd.lsm
Index: src/libcwd/NEWS
diff -u src/libcwd/NEWS:1.63 src/libcwd/NEWS:1.64
--- src/libcwd/NEWS:1.63 Mon Jan 7 18:36:15 2002
+++ src/libcwd/NEWS Tue Jan 8 20:20:16 2002
@@ -1,6 +1,7 @@
libcwd-0.99.16
- libcwd is now thread-safe.
+ * libcwd is now thread-safe *
+ You have to configure using --enable-libcwd-threading.
The source file line number lookup was improved for optimized code with
inlined functions (-O).
@@ -13,6 +14,7 @@
- The configuration option --disable-libcwd-location is fixed.
- Automake-1.5 now works.
- Autoconf-2.5x now works.
+ - FreeBSD works (again).
API changes:
Index: src/libcwd/README
diff -u src/libcwd/README:1.9 src/libcwd/README:1.10
--- src/libcwd/README:1.9 Sat Dec 29 20:17:46 2001
+++ src/libcwd/README Tue Jan 8 20:20:16 2002
@@ -49,5 +49,8 @@
cvs -z3 -d:pserver:ano...@cv...:/cvsroot/libcw co libcwd
-Updates from within the module's directory do not need the -d parameter.
+You don't need the -d parameter inside the module's directory. (Note that you
+do need -d after 'update' to savely update new directories that might have been
+added. Example: "cd libcw; cvs update -dP". Or add 'update -dP' to your
+~/.cvsrc file.)
Index: src/libcwd/README.FreeBSD
diff -u src/libcwd/README.FreeBSD:1.8 src/libcwd/README.FreeBSD:1.9
--- src/libcwd/README.FreeBSD:1.8 Sun Dec 30 12:05:41 2001
+++ src/libcwd/README.FreeBSD Tue Jan 8 20:20:16 2002
@@ -1,3 +1,9 @@
+9 Januari 2002
+
+ FreeBSD (4.5-PRERELEASE) now works. Libcwd uses the external command
+ 'ldd' to get a list of linked libraries. Please be aware that you
+ have to use `gmake' - FreeBSD's own `make' fails without clear indications.
+
30 December 2001
FreeBSD now compiles with g++-2.95.3.
----------------------- End of diff -----------------------
|