Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
74d68158
Commit
74d68158
authored
11 years ago
by
Per Hedbor
Browse files
Options
Downloads
Patches
Plain Diff
Some more grouping and editing of CHANGES
parent
dbadff0a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+29
-12
29 additions, 12 deletions
CHANGES
with
29 additions
and
12 deletions
CHANGES
+
29
−
12
View file @
74d68158
...
@@ -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 syste
m load average
s
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment