pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2018-11-01
2018-11-01 15:19:06 by Peter Bortas <bortas@gmail.com>
5edabc4cc6bbfc35de8dca5e2ad7e4ab9c35397f (
18
lines) (+
12
/-
6
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: New release, new header
1:
+
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:
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().