Available at
http://pserv.sourceforge.net/sources/pserv-2.0.1.3-sb.tar.gz
Reachable from http://pserv.sf.net/binaries.html
NEWS
=====
-- pServ 2.0.1.3-sb --
INTERNAL:
Some changes in source organization.
PORTABILITY:
Fixed some compatibility issues with K&R compilers.
BUG FIXES:
Translation of windows end of line now is LF and not
LF LF.
PERFORMANCE:
Use of End of line translation requires about +2kB.
\* mime.c Changed rewind with fseek and clearerr for K&R
compatibility.
* main.c
int pservShutdown(): new function.
int intCatch (): modified for using pservShutdown();
int killCatch (): modified for using pservShutdown();
* main.h
int pservShutdown(): new declaration.
* handlers.c
int dumpfile(...): modified for translating not only
mac but also windows
EndOfLine into UNIX EOL.