pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:800:
this fixes nice high resolution thread local cpu time and monotonic real time on reasonably modern Linux systems. There are new constants CPU_TIME_* and REAL_TIME_* in the System module to allow pike code to query various properties of the CPU and real time clocks in use. New Modules
+
o Fuse
+
+
FUSE (Filesystem in USErspace) provides a simple interface for
+
userspace programs to export a virtual filesystem to the Linux
+
kernel (and some other OS:es). FUSE also aims to provide a secure
+
method for non privileged users to create and mount their own
+
filesystem implementations.
+
+
This module implements the needed interfaces to make it possible to
+
write a FUSE filesystem in Pike.
+
+
o ADT.List
-
+
A simple linked list of values.
+
o ADT.Trie o ADT.Set ADT.Set implements a datatype for sets. These sets behave much like multisets, except that they are restricted to containing only one instance of each member value. From a performance viewpoint, it is probably more efficient for a Pike program to use mappings to serve as sets, rather than using an
pike.git/CHANGES:979:
append_file() now always throw errors on error conditions, to allow easier use as errno doesn't have to be checked. read_file() and read_bytes() still return 0 if the file does not exist. o The modules Mird, Perl and Ssleay have been removed. -------------------- NOTES------------
+
New external module utilities
+
-x cflags
+
-x precompile
+
+
2004/04/26 00:13:30 backport: Calendar.pmod/events/regional Calendar.pmod/TZnames.pmod Protocols.HTTP.Query update(?):
pike.git/CHANGES:1008:
modules/_Charset New lib: Protocols.LDAP module.pmod -x test_pike New src: embed/libpike tmodule
-
Fuse
+
Protocols.DNS_SD Charset gb18030 gbk GTK2 SQLite src: CommonLog: fixed sign bug files: FIXME Gettext: lots of build fixes gmp: FIXME java: FIXME mysql: FIXME