pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES: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 ------------ o Sql.mysql In unicode decode mode, characters outside the BMP are now encoded as UTF-8 encoded UTF-16. This works around that MySQL/MariaDB don't allow characters outside the BMP in utf8
pike.git/CHANGES:35:
under ABI v2 (ppc64le) - Fixed an incompatibility between the machine code generator on ppc and GCC 7. - Support inherit of CompilerEnvironment. 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(). Survive st being zero in bump(). o Fuse - Switched the Fuse module to use a different libfuse API.