 | Fixed bug in AGGR_ARR_EPILOGUE() (aka END_AGGREGATE_ARRAY())
|
 |
that caused the empty array to always be returned if there were no 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.
|
 | 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.
|
 | Fixed overzealous filtering of the value returned from Stdio.File()->mode().
|
 |
This bug caused Stdio.nb_sendfile to always run in blocking mode. You are encouraged to upgrade just for this fix since the bug can cause supposedly nonblocking actions to block and hang the script.
|
 | 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".
|
 | Sql.pgsql
|
 |
 | Various small fixes and performance improvements. |  | Fixed fully transparent UTF8/Unicode/wide string/character set support. |  | Fixed formatting errors in error(). |
|
 | Fixed bug when seeking backwards in Gz.File.
|
 |
|
 | Fixed bug in fd_stat on windows when used on a file system with a long name.
|
 |
|
 | Fixed off-by-one bug in Stdio.Readline
|
 |
that caused a space in the last column to disappear instead of being converted to a linefeed when word wrapping is used.
|
 | Fix bug in FakeFile.read()
|
 |
Replaced the broken-in-multiple-ways implementation by something that actually works (hence the original enlightnening description: "fixed a bug", there is really no concise way to classify this level of brokenness).
|
 | Image.TIFF: Fixed memory leak on OOM.
|
 |
|
 | Fixed crash bug in yyexplain_not_implements().
|
 |
|
 | LysKOM.ProtocolTypes: Bugfix of LocalToGlobalBlock
|
 |
|
 | Protected Pike_fatal() against the risk of hanging on mutexes.
|
 |
|
 | Added 7.6 compat versions for RegGet{Value{,s},KeyNames}().
|
 |
|
 | Fixed memory leak in Image.Colortable.
|
 |
|
 | 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.
|
 | Added Pike 7.6 and earlier compat for store_constant(UNDEFINED).
|
 |
|
 | Fixed race-condition causing "Lost track of child" on pikes compiled --without-threads.
|
 |
|
 | Regexp.PCRE: Do not match the empty string past the end of the input.
|
 |
|
 | Reduced the risk of throwing out-of-stack errors while formatting an out-of-stack backtrace.
|
 |
|
 | Fixed bug that would cause sprintf's %nH to refuse all strings as too long for some values of "n" on some architectures.
|
 |
|
 | Made Process.search_path() aware if Win32 and AmigaOS specifics.
|
 |
|
 | Fixed bug in Protocols.HTTP.Query that dropped the last byte of a request if the server did not provide a Content-Length header.
|
 |
|
 | Fixed bug in Protocols.HTTP.Query
|
 |
that dropped the first argument to the async_fetch() callbacks (ie the query object) in some circumstances.
|
 | Fixed bug in Protocols.HTTP.AsyncClient
|
 | that made all data decoding fail.
|
 | Fixed fatal "Invalid formatting method: 'p' 0x70." in COM.
|
 |
|
 | low_get_function_line() now knows about prototypes.
|
 |
Fixes [bug 4855] ("Bad offset" when generating backtrace).
|
 | Removed spurious call to the fail callback after a successful Protocols.HTTP.Query()->timed_async_fetch().
|
 |
Fixes [bug 4773].
|
 | Fixed issue where symbols could be hidden by a later inherit of the same, but protected, symbol.
|
 |
|
 | Fixed NULL dereference on failure to resolve the function return type when functions are used as types.
|
 |
|