This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/clib
2010-12-30 22:14:45 -06:00
..
demo
maildrop
sha1
bsd-crypt.c
cgi.c
cgi.pl
ChangeLog
clib.doc
clib.h
config.h.in
config.log
configure.in
crypt.c
crypt.pl
depcomp
error.c
error.h
files.c
filesex.pl
form.c
form.h
install-sh
Makefile
Makefile.in patches from Keri Harris 2010-12-30 22:14:45 -06:00
Makefile.mak
md5.c
md5.h
md5passwd.c
memfile.c
memfile.c~
memfile.pl
mime.c
mime.pl
missing
nonblockio.c
nonblockio.h
pltotex.pl
process.c
process.pl
prolog_server.pl
random.c
random.pl
README
readutil.c
rlimit.c
rlimit.pl
sha4pl.c
sha4pl.c~
sha.pl
sockcommon.c
socket.c
socket.pl
streaminfo.c
streaminfo.pl
streampool.pl
streampool.pl~
stresssocket.pl
test_cgi.pl
test_memfile.pl
test_process.pl
test_readutil.pl
test_socket.pl
test_socket.pl~
test_time.pl
test_uri.pl
test.pl
testrlimit.pl
time.c
time.pl
unix.c
unix.pl
uri.c
uri.pl
util.h
VERSION
winpipe.c

---+ SWI-Prolog Library CLIB

Author:    Jan Wielemaker
Copyright: SWI-Prolog conditions
	   LGPL for C-code, GPL+exception for Prolog-code

This library contains SWI-Prolog foreign-libraries  to deal with various
OS-dependent or obscure stuff from SWI-Prolog.

Currently provided:

	* library(unix)
	Unix process management and other Unix-specific extensions:
	fork/1, exec/1, pipe/2, etc.

	* library(process)
	Create and manage processes, compatible to SICStus 4.

	* library(socket)
	General purpose inet tcp socket library. Loosely based on a TCP
	library from Gordon Streeter.
	
	* library(cgi)
	Get form-arguments from input and/or environment for CGI scripts
	
	* library(crypt)
	Unix password generation and validation.
	
	* library(memfile)
	Read-write to memory-buffers, an alternative to temporary files.