Skip to content
Snippets Groups Projects
Commit 74d68158 authored by Per Hedbor's avatar Per Hedbor
Browse files

Some more grouping and editing of CHANGES

parent dbadff0a
No related branches found
No related tags found
No related merge requests found
...@@ -474,7 +474,7 @@ o System.sync() ...@@ -474,7 +474,7 @@ o System.sync()
(currently windows and unix-like systems). (currently windows and unix-like systems).
o System.getloadavg() o System.getloadavg()
Return the current 1,5 and 15m load average as an array. Return the current 1, 5 and 15 minute system load averages as an array.
o glob() o glob()
The glob function has been extended to accept an array of globs as The glob function has been extended to accept an array of globs as
...@@ -577,12 +577,29 @@ o Process - forkd ...@@ -577,12 +577,29 @@ o Process - forkd
memory for the forked (temporary) copy of the main process that is memory for the forked (temporary) copy of the main process that is
created. created.
o generic ipv6 fixes, ipv6 mapped ipv4 addresses
o Async Protocols.SNMP client
o MacOSX CoreFoundation support in the backend o MacOSX CoreFoundation support in the backend
o lots of autodoc fixes This makes it somewhat more likely that native libraries can work
o Some Parser.SGML fixes with pike.
o Better IPv6 support.
This includes detection of IPV6 mapped IPV4 addresses
(::FFFF:i.p.v.4) and full support for IPv6 in the UDP
code.
o Asynchronous Protocols.SNMP client
o Fixes to Process.run, Process.spawn_pike and friends. o Fixes to Process.run, Process.spawn_pike and friends.
+ Support OS/2 path conventions
+ Fixed multiple issues with search_path()/locate_binary()
- locate_binary() is now more reliable on Windows
- Now invalidates the cached path is PATH is changed
- Uses locate_binary to scan the path
- spawn_pike() now uses search_path()
+ You can now optionally have System.spawn_pike pass predefines,
program and include path to the spawned pike, in addition to the
module path.
o lots of autodoc fixes
o predef::types (seems somewhat broken, or is it intended at types(({1,2,3})) returns ({ mixed,mixed,mixed})?) o predef::types (seems somewhat broken, or is it intended at types(({1,2,3})) returns ({ mixed,mixed,mixed})?)
o Builtin._get_setter o Builtin._get_setter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment