diff --git a/src/libraries/libisc-new/README b/src/libraries/libisc-new/README index a89248c0e83e941978be73644be2ee9093210526..2f2f9f2d7afdc7a59763be156380005be94eac01 100644 --- a/src/libraries/libisc-new/README +++ b/src/libraries/libisc-new/README @@ -1,7 +1,21 @@ -This package implements a library of functions that is intendend -to help creating client-server packages using TCP/IP or other -file descriptor based links. +This package implements a library of functions that was intendend to +help creating client-server packages using TCP/IP or other file +descriptor based links. Use of this package for development of new +software is not recommended. -Have a look at EXAMPLE.c for a example of how it can be used. - -/Peter Eriksson (pen@lysator.liu.se) +Much of the documentation is probably outdated. Be sure to read the +file NEWS, and trust it more than the man pages. Trust doc/MANUAL.sv +even less than the man pages. + +This code is distributed under the GNU General Public License, except +for src/printf.c. See that file for all the details. src/printf.c is +not used unless the deprecated --enable-isc-printf switch is used. + +This is an interim release, that will be used as a baseline for tests +with incorporating this library in other code such as the LysKOM +server. You should expect isc-1.0 to be released within a few +man-days. (What that translates to in calendar days is totally +unknown.) + +/Peter Eriksson and + Per Cederqvist diff --git a/src/libraries/libisc-new/TODO b/src/libraries/libisc-new/TODO index 968b247471ebcf7b2c6db74691330b97140d3f94..8cfbfaaa1d25f3890068ee769f819fe9e54f733a 100644 --- a/src/libraries/libisc-new/TODO +++ b/src/libraries/libisc-new/TODO @@ -1,3 +1,9 @@ +* Use an autoconf check for the buggy inet_ntoa (search for __GNU__ in + src/isc_socket.c to see what I'm talking about). + +* Get rid of isc/printf.c. Who uses it anyway? Ah, the lyskomd + server... What a pity. + * Använd ett IscMessage som sendbuffert * Kolla upp så att inte tecken i sendbuf[] sänds förän isc_flush() verkligen