pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
Changes since Pike 7.8.116 (initial 7.8 release): ---------------------------------------------------------------------- General ------- o Sql.pgsql: - Substantial documentation improvements.
-
o Stdio.Fd_ref is
depricated
and in the process of
beeing
eliminated.
+
o Stdio.Fd_ref is
deprecated
and in the process of
being
eliminated.
You have never used it before, so don't start using it now. Bugfixes -------- o Fixed bug in AGGR_ARR_EPILOGUE() (aka END_AGGREGATE_ARRAY()) that caused the empty array to always be returned if there were no
-
unaggragated
elements on the stack at END_AGGREGATE_ARRAY.
+
unaggregated
elements on the stack at END_AGGREGATE_ARRAY.
You are encouraged to upgrade just for this fix since the bug creates very rare but (seemingly) random occurances of empty arrays. o Fixed multiset_delete_node to work with destructed indices. This fixes occasional bugs in various functions when there are destructed objects in indices. You are encouraged to upgrade just for this fix since the bug creates (seemingly) random crashes that are hard to reproduce and track down. o Fixed bug in the Odbc module on WIN32 where it would fail for some field-types with the error "22003:Numeric value out of range".
-
o Clean up and fix UTF8/Unicode/wide string support for pgsql.
-
+
o Sql.pgsql: - Various small fixes and performance improvements. - Fixed fully transparent UTF8/Unicode/wide string/character set support. - Fixed formatting errors in error(). o Fixed bug when seeking backwards in Gz.File. o Fixed bug in fd_stat on windows when used on a file system with a long name.
pike.git/CHANGES:57:
o Fixed crash bug in Fixed core-dump typo in yyexplain_not_implements(). o LysKOM.ProtocolTypes: Bugfix of LocalToGlobalBlock o Protected Pike_fatal() against the risk of hanging on mutexes. o Added 7.6 compat versions for RegGet{Value{,s},KeyNames}(). o Fixed memory leak in Image.Colortable.
-
o Reinstated the class as Parser.SGML(). It inadvertedly
became
-
Parser.SGML()->SGML() in the move to a separate file.
+
o
Parser.SGML:
Reinstated the class as Parser.SGML(). It inadvertedly
+
became Parser.SGML()->SGML() in the move to a separate file.
Parser.SGML.SGML is kept as a compatibility alias. o Added Pike 7.6 and earlier compat for store_constant(UNDEFINED). o Fixed race-condition causing "Lost track of child" on pikes compiled --without-threads. o Regexp.PCRE: Do not match the empty string past the end of the input. o Reduced the risk of throwing out-of-stack errors while formatting an out-of-stack backtrace.
-
o Fixed bug that would cause sprintf's %nH to refuse all strings as
to
-
long for some values of "n" on some
architechtures
.
+
o Fixed bug that would cause sprintf's %nH to refuse all strings as
too
+
long for some values of "n" on some
architectures
.
Optimizations ------------- o Fixed Filesystem._Tar.ReadFile to not gobble the whole tar entries into memory at once. o Improve performance of get_cpu_time() on OS X by avoiding a kernel trap to get the ID of the underlying system thread.
pike.git/CHANGES:151:
HTTP 1.1 (RFC 2616). Building and installing ----------------------- o Use the #-character as prefix and suffix for placeholders in master.pike.in instead of the currency sign, to avoid 8-bit character encoding issues.
-
o Improved support for bumping via both Subversion and git.
+
o Improved support for
version
bumping via both Subversion and git.
o A recent stable Pike (7.8.116+) is now required to do a "make export". o The win32 installer now removes the generated master.pike on uninstall. Changes since Pike 7.6: ----------------------------------------------------------------------