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
5edabc4c
Commit
5edabc4c
authored
6 years ago
by
Peter Bortas
Browse files
Options
Downloads
Patches
Plain Diff
CHANGES: New release, new header
parent
059ea8f8
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
+11
-6
11 additions, 6 deletions
CHANGES
with
11 additions
and
6 deletions
CHANGES
+
11
−
6
View file @
5edabc4c
Changes since Pike 8.0.702 (release 13)
o Compiler
- Adhere to the calling convention more in the machine code
generator on amd64, namely by keeping the stack pointer aligned
before calling into C code.
GCC 8 started to emit instructions relying on the correct,
alignment, causing General Protection Faults.
Changes since Pike 8.0.610 (release 12)
New Features
...
...
@@ -42,12 +53,6 @@ o Compiler
Fix some bugs triggered in the supporter subsystem when
executing in an inherited CompilerEnviroment.
- Adhere to the calling convention more in the machine code
generator on amd64, namely by keeping the stack pointer aligned
before calling into C code.
GCC 8 started to emit instructions relying on the correct,
alignment, causing General Protection Faults.
o Filesystem.Monitor
- Fix NULL-dereference in bump().
...
...
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