Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap * commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits) Removed the old typechecker. ...
EFUNs: Hide mutex keys and crypto contexts from backtraces. Having unexpected references to mutex keys may cause hangs and complaints about attempting to lock mutexes recursively. Fixes PIKE-156 (#8156).
Image.JPEG: Fix integer underflow. Fixes [bug 6413 (#6413)].
No more foreign_idents.
Fixed typo.
Added paranoia check for detecting some broken backports from Pike 7.8.
Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats(). Rev: src/backend.cmod:1.46
Backported Filesystem.Traversion from 7.6. Rev: lib/modules/Filesystem.pmod/module.pmod:1.12
Added lock around SQLConnect in an attempt to work around thread bugs in FreeTDS. This lock can be disabled with the new function Odbc.connect_lock. Rev: src/modules/Odbc/odbc.c:1.46
Added more methods to enable the buggy unicode decode support in Mysql.mysql: o "broken-unicode" as charset to create() or set_charset(). o set_unicode_decode_mode (-1). Note that all this only applies when compiling with a mysql client lib older than 4.1.0. Otherwise these methods are aliases to enabling the normal unicode decode support. This means that no code using broken-unicode should rely on the BINARY flag on text fields to avoid utf-8 decoding. Rev: lib/modules/Sql.pmod/mysql.pike:1.26 Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14
Documentation by Robert Hinn <exodusd@gmx.de>, thanks. Rev: lib/modules/ADT.pmod/Heap.pike:1.7 Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6
Backported fixes in the handling of the close status from 7.6: revision 1.30 date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13 Fixed bugs in close handling - the receive queue will now be properly emptied from application data before a close is signalled. revision 1.36 date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5 Don't automatically send a close reply when a close is received (introduced in rev 1.30) - the app might need to send it separately to correctly ignore errors when that should be done. Separate the close status in each direction better. Rev: lib/modules/SSL.pmod/connection.pike:1.23
My last commit made the decoding failed when there is some data between value and the inner container. Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22
No more appendices Rev: lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike:1.25 Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.58 Rev: lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike:1.28 Rev: refdoc/chapters/appendix_bnf.xml:1.5(DEAD) Rev: refdoc/presentation/make_html.pike:1.64 Rev: refdoc/presentation/tree-split-autodoc.pike:1.54 Rev: refdoc/structure/onepage.xml:1.4 Rev: refdoc/structure/traditional.xml:1.21 Rev: src/modules/Image/colors.c:1.68 Rev: src/modules/Image/layers.c:1.91
Added RDF domain merges. Rev: lib/modules/Standards.pmod/RDF.pike:1.12 Rev: lib/modules/Standards.pmod/testsuite.in:1.8
Fix typo. Rev: refdoc/structure/modref.html:1.6
Backported function_object() fixes from Pike 7.5. Rev: lib/master.pike.in:1.239 Rev: src/testsuite.in:1.579
Filesystem iterator mark I Rev: lib/modules/Filesystem.pmod/module.pmod:1.12
hmm. forgot these changes at home before the split. they fix some unintended behaviour Rev: lib/modules/Protocols.pmod/SNMP.pmod/agent.pike:1.3
Added some documentation about codec objects. Rev: src/encode.c:1.159
Small spelling fix. Rev: lib/modules/ADT.pmod/Stack.pike:1.4
Removed sixth element. Rev: refdoc/structure/modref.html:1.4
These are documented in autodoc. Rev: src/modules/files/doc/cd:1.2(DEAD) Rev: src/modules/files/doc/errno:1.2(DEAD) Rev: src/modules/files/doc/exece:1.2(DEAD) Rev: src/modules/files/doc/file_stat:1.3(DEAD) Rev: src/modules/files/doc/fork:1.2(DEAD) Rev: src/modules/files/doc/get_dir:1.2(DEAD) Rev: src/modules/files/doc/getcwd:1.2(DEAD) Rev: src/modules/files/doc/mkdir:1.2(DEAD) Rev: src/modules/files/doc/mv:1.2(DEAD) Rev: src/modules/files/doc/rm:1.2(DEAD) Rev: src/modules/files/doc/strerror:1.2(DEAD) Rev: src/modules/files/doc/werror:1.2(DEAD)
Revert latest checkin Rev: refdoc/presentation/make_html.pike:1.30
Quick conversion of the wmml operator chapter. Rev: refdoc/chapters/operators.xml:1.1
Fixed visual bug. Rev: refdoc/structure/modref.html:1.2
Changed the layout somewhat and dropped one column to get everything into the page, width-wise. Increased the JPEG quality, but even at 100 there are visible artifacts. Using PNG however makes it 3.7MB instead of 900KB. Rev: src/modules/Image/layers.c:1.75
Generate correct HTML. Rev: src/modules/Image/layers.c:1.73
Made appendix a keyword Rev: src/modules/Image/colors.c:1.52 Rev: src/modules/Image/layers.c:1.71