pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:132:
o Added some support for the TIMESTAMP and INTERVAL datatypes to Oracle module. New modules / classes / methods added ------------------------------------- o Protocols.IPv6
-
Support
for
the
IPv6
protocol
. This currently only contains tools
to
-
parse and normalize addresses. (Not much more is necessary since
the
-
usual I/O interfaces support IPv6 as-is.)
+
Helpers
for IPv6
related things
. This currently only contains tools
+
to parse and normalize addresses. (Not much more is necessary since
+
the usual I/O interfaces support IPv6 as-is.)
o Added Filesystem._Tar.extract to be able to extract many/all files in a reasonably efficient way. o Added Parser.Tabular It provides a flexible yet concise record-description language to parse character/column/delimiter-organised records. o Calendar.YMD.http_time() that knows how to handle dates according to HTTP 1.1 (RFC 2616).