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
Some more doc Rev: lib/modules/Crypto.pmod/RSA.pike:1.5
Removed placeholder documentation. Rev: lib/modules/Crypto.pmod/dsa.pike:1.4
Calendar.Time.TimeofDay is virtual. Rev: lib/modules/Calendar.pmod/Time.pmod:1.29
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
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
Added some dummy autodoc. Rev: lib/modules/Crypto/aes.pike:1.3 Rev: lib/modules/Crypto/des3.pike:1.7 Rev: lib/modules/Crypto/des3_cbc.pike:1.5 Rev: lib/modules/Crypto/des_cbc.pike:1.5 Rev: lib/modules/Crypto/dsa.pike:1.10 Rev: lib/modules/Crypto/hmac.pike:1.8 Rev: lib/modules/Crypto/idea_cbc.pike:1.5 Rev: lib/modules/Crypto/randomness.pmod:1.20 Rev: lib/modules/Crypto/rsa.pike:1.29