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.
2010-12-07 18:20:45 +00:00
..
2010-06-17 00:40:25 +01:00
2010-08-05 22:35:16 +01:00
2010-08-04 18:05:46 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-18 00:31:16 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-12-03 12:12:15 +00:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-12-07 18:20:45 +00:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-07-20 22:54:51 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-07-20 22:54:51 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-08-04 02:44:05 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 08:20:15 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-08-04 02:44:41 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 08:20:15 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-18 00:31:16 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-08-04 02:43:14 +01:00
2010-07-20 22:54:51 +01:00
2010-06-17 00:40:25 +01:00
2010-08-03 01:54:07 +01:00
2010-06-18 00:31:16 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00
2010-06-17 00:40:25 +01:00

---+ 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.