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
095c9a1d
Commit
095c9a1d
authored
7 years ago
by
Arne Goedeke
Browse files
Options
Downloads
Patches
Plain Diff
CHANGES: document Stdio.Buffer bugfixes
parent
81c27adf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+9
-0
9 additions, 0 deletions
CHANGES
with
9 additions
and
0 deletions
CHANGES
+
9
−
0
View file @
095c9a1d
...
@@ -7,6 +7,15 @@ New Features
...
@@ -7,6 +7,15 @@ New Features
Bug fixes
Bug fixes
---------
---------
o Stdio.Buffer
- Some methods (add_int*, input_from, add_padding) did not trigger
a call to the fd output function. When using an Stdio.Buffer instance
in Stdio.File buffer mode, this could result in new data not being
written.
- Due to an error in the realloc strategy, in some cases unread() did
not succeed after reading or writing data to a fd.
Changes since Pike 8.0.438 (release 9)
Changes since Pike 8.0.438 (release 9)
...
...
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