Branch: Tag:

2019-03-19

2019-03-19 12:33:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '722771973bd' into patches/lyslyskom22891031

* commit '722771973bd': (6177 commits)
Verify that callablep responses are aligned with reality.
...

2019-03-14

2019-03-14 10:39:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap

* commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits)
Removed the old typechecker.
...

2018-02-15

2018-02-15 15:54:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63

* commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits)
...

2016-01-05

2016-01-05 10:21:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Added support for multiple results.

Adds Sql.sql_result()->next_result().

2015-10-14

2015-10-14 12:23:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Let the IV be set through Nettle.Proxy (aka Crypto.Buffer).

2015-02-11

2015-02-11 14:40:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Gmp.mpz: Support import/export from reversed network byte order.

2015-02-11 14:40:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Gmp.mpz: Support import/export from reversed network byte order.

2014-08-14

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-01-24

2014-01-24 16:46:36 by Chris Angelico <rosuav@gmail.com>

GTK2: Add a signal_stop() method to prevent signal propagation

2014-01-24 16:46:36 by Chris Angelico <rosuav@gmail.com>

GTK2: Add a signal_stop() method to prevent signal propagation

2014-01-24 16:46:36 by Chris Angelico <rosuav@gmail.com>

GTK2: Add a signal_stop() method to prevent signal propagation

2014-01-24 16:46:36 by Chris Angelico <rosuav@gmail.com>

GTK2: Add a signal_stop() method to prevent signal propagation

2014-01-15

2014-01-15 09:15:25 by Arne Goedeke <el@laramies.com>

Unicode.normalize: use unsigned ints for hash value

hval % HSIZE for a negative hval will result in a negative htable index.
this is triggered by characters in 32 bit strings which are represented
by negative 32 bit signed integers

2014-01-05

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-01

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2013-10-28

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-10-28 16:57:40 by Martin Nilsson <nilsson@opera.com>

Restructured RSA and DSA so that they resemble each other in structure
and interface.

Deprecated
RSA->cooked_get_n
RSA->cooked_get_e
RSA->cooked_get_d
RSA->cooked_get_p
RSA->cooked_get_q
RSA->cooked_sign
RSA->query_blocksize (now block_size)
RSA->rsa_size (now key_size)
RSA->md5_sign
RSA->md5_verify
RSA->sha_sign
RSA->sha_verify
DSA->sign_rsaref
DSA->verify_rsaref

2013-09-26

2013-09-26 08:54:25 by Per Hedbor <ph@opera.com>

TURBO2-80: Do not crash when decoding certain PNG files.

The aggregate and n++ was not done if the PNG was (slightly) truncated

2013-06-21

2013-06-21 09:18:55 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/7.9' into pdf

2013-06-21 09:18:55 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/7.9' into pdf

2013-06-21 09:18:55 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/7.9' into pdf

2013-01-24

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-24 04:01:53 by Bill Welliver <bill@welliver.org>

master: add support for using zip archives as module paths.

2013-01-04

2013-01-04 17:45:17 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:45:17 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:45:17 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:45:17 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:45:17 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2013-01-04 17:43:29 by Lance Dillon <riffraff169@yahoo.com>

From Chris Angelico <rosuav@gmail.com>, add connect_before option to signal_connect so you can connect the signal before or after the default hooks.

2012-06-29

2012-06-29 14:29:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.JPEG: Fix integer underflow. Fixes [bug 6413 (#6413)].

2012-06-15

2012-06-15 09:54:06 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into rblock_alloc

Conflicts:
src/post_modules/CritBit/floattree.cmod
src/post_modules/CritBit/inttree.cmod
src/post_modules/CritBit/stringtree.cmod

2012-05-18

2012-05-18 16:08:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Calendar.mkrules: Cleanup white-space at end of line in TZnames.

2012-05-11

2012-05-11 18:06:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Include inherited symbols in the navigation.

2012-04-01

2012-04-01 16:15:04 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into breaking_into_pieces

2012-04-01 16:15:04 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into breaking_into_pieces

2012-04-01 16:15:04 by Arne Goedeke <el@laramies.com>

Merge remote branch 'origin/7.9' into breaking_into_pieces

2012-04-01 15:09:18 by Marcus Comstedt <marcus@mc.pp.se>

GI: Upper case all enum identifiers

2012-03-11

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-11 16:24:01 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Added ability to set custom dictionaries.

2012-03-10

2012-03-10 12:55:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Added hook for adding extra html headers.

2012-03-10 12:55:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Added hook for adding extra html headers.

2012-03-10 12:55:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.Standalone.autodoc_to_split_html: Added hook for adding extra html headers.

2012-02-09

2012-02-09 13:28:42 by Arne Goedeke <el@laramies.com>

Tools.Shoot: gauge ->perform(), not test create().

2012-02-09 13:28:42 by Arne Goedeke <el@laramies.com>

Tools.Shoot: gauge ->perform(), not test create().

2012-02-09 13:28:42 by Arne Goedeke <el@laramies.com>

Tools.Shoot: gauge ->perform(), not test create().

2012-02-05

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-05 21:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Added syntax and markup for documenting cpp directives.

2012-02-04

2012-02-04 19:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: Moved lots of modref inline styling to the css file.

Also changed color scheme to be closer to the Pike site.

2012-02-04 19:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: Moved lots of modref inline styling to the css file.

Also changed color scheme to be closer to the Pike site.

2012-02-04 19:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: Moved lots of modref inline styling to the css file.

Also changed color scheme to be closer to the Pike site.

2012-02-04 17:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: The modref is now more HTML 5.

2012-02-04 17:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: The modref is now more HTML 5.

2012-02-04 17:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc: The modref is now more HTML 5.

2012-02-02

2012-02-02 11:58:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>

master: Added kludge for describe_function() to workaround [bug 6156 (#6156)].

2012-01-25

2012-01-25 17:28:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Support for IPv6 now seems to work properly.

2012-01-25 17:28:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Support for IPv6 now seems to work properly.

2012-01-25 17:28:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Support for IPv6 now seems to work properly.

2012-01-25 17:28:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Support for IPv6 now seems to work properly.

2012-01-10

2012-01-10 17:59:52 by Build system <distmaker@roxen.com>

release number bumped to 614 by export.pike

2012-01-10 17:59:52 by Build system <distmaker@roxen.com>

release number bumped to 614 by export.pike

2012-01-08

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2012-01-08 14:45:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.ProcessXML: Attempt to normalize the result somewhat in mergeTrees().

2011-12-03

2011-12-03 21:35:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Support more sections from BMML, notably COPYRIGHT and THANKS.

2011-12-03 21:35:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Support more sections from BMML, notably COPYRIGHT and THANKS.

2011-12-03 21:35:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Support more sections from BMML, notably COPYRIGHT and THANKS.

2011-12-03 21:35:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Support more sections from BMML, notably COPYRIGHT and THANKS.

2011-12-03 21:35:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc: Support more sections from BMML, notably COPYRIGHT and THANKS.

2011-12-03 13:39:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Reindented and added HTML 5-style semantic markup to the modref template.

2011-12-03 13:39:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Reindented and added HTML 5-style semantic markup to the modref template.

2011-12-03 13:39:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Reindented and added HTML 5-style semantic markup to the modref template.

2011-11-20

2011-11-20 14:43:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.git_export_autodoc: Added extraction of version information.

2011-11-20 14:43:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.git_export_autodoc: Added extraction of version information.

2011-11-20 14:43:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.git_export_autodoc: Added extraction of version information.

2011-11-20 14:43:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.git_export_autodoc: Added extraction of version information.

2011-11-20 14:43:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Tools.AutoDoc.git_export_autodoc: Added extraction of version information.

2011-11-20 14:36:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Use $imagedir$ rather than $dotdot$/images/ in the modref template.

Fixes broken images when the images directory has been relocated.

2011-11-20 14:36:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Use $imagedir$ rather than $dotdot$/images/ in the modref template.

Fixes broken images when the images directory has been relocated.

2011-11-20 14:36:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Use $imagedir$ rather than $dotdot$/images/ in the modref template.

Fixes broken images when the images directory has been relocated.

2011-04-25

2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

2011-04-25 16:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

2011-03-06

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-03-06 16:02:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Deprecating pike.ida.liu.se for pike.lysator.liu.se.

2011-01-24

2011-01-24 12:50:51 by Martin Stjernholm <mast@lysator.liu.se>

Added a new Val module for various global constant values.

Currently with true, false, and null, moved from Standards.JSON and Sql.
Also allows these values to be overridden with extended versions.

2011-01-24 12:50:51 by Martin Stjernholm <mast@lysator.liu.se>

Added a new Val module for various global constant values.

Currently with true, false, and null, moved from Standards.JSON and Sql.
Also allows these values to be overridden with extended versions.

2011-01-24 12:50:51 by Martin Stjernholm <mast@lysator.liu.se>

Added a new Val module for various global constant values.

Currently with true, false, and null, moved from Standards.JSON and Sql.
Also allows these values to be overridden with extended versions.

2011-01-24 12:50:51 by Martin Stjernholm <mast@lysator.liu.se>

Added a new Val module for various global constant values.

Currently with true, false, and null, moved from Standards.JSON and Sql.
Also allows these values to be overridden with extended versions.

2011-01-24 12:50:51 by Martin Stjernholm <mast@lysator.liu.se>

Added a new Val module for various global constant values.

Currently with true, false, and null, moved from Standards.JSON and Sql.
Also allows these values to be overridden with extended versions.

2011-01-24 12:50:51 by Martin Stjernholm <mast@lysator.liu.se>

Added a new Val module for various global constant values.

Currently with true, false, and null, moved from Standards.JSON and Sql.
Also allows these values to be overridden with extended versions.

2011-01-07

2011-01-07 13:55:30 by Matthew Clarke (Larcky) <pclar7@yahoo.co.uk>

SDL: Some documentation of SDL.Joystick.

2011-01-07 13:55:30 by Matthew Clarke (Larcky) <pclar7@yahoo.co.uk>

SDL: Some documentation of SDL.Joystick.

2011-01-07 13:55:30 by Matthew Clarke (Larcky) <pclar7@yahoo.co.uk>

SDL: Some documentation of SDL.Joystick.

2011-01-07 13:55:30 by Matthew Clarke (Larcky) <pclar7@yahoo.co.uk>

SDL: Some documentation of SDL.Joystick.

2011-01-07 13:55:30 by Matthew Clarke (Larcky) <pclar7@yahoo.co.uk>

SDL: Some documentation of SDL.Joystick.

2011-01-07 13:55:30 by Matthew Clarke (Larcky) <pclar7@yahoo.co.uk>

SDL: Some documentation of SDL.Joystick.

2010-11-19

2010-11-19 18:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing documentation for "%n".

2010-11-19 18:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing documentation for "%n".

2010-11-19 18:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing documentation for "%n".

2010-11-19 18:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing documentation for "%n".

2010-11-19 18:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing documentation for "%n".

2010-11-19 18:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing documentation for "%n".

2010-05-19

2010-05-19 14:00:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats().

Rev: src/backend.cmod:1.158

2010-05-19 14:00:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats().

Rev: src/backend.cmod:1.158

2010-05-19 14:00:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats().

Rev: src/backend.cmod:1.158

2010-05-19 14:00:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats().

Rev: src/backend.cmod:1.158

2010-05-19 14:00:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats().

Rev: src/backend.cmod:1.158

2010-05-19 14:00:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reinstated call_out memory usage, and added Pike.DefaultBackend.get_stats().

Rev: src/backend.cmod:1.158

2010-01-02

2010-01-02 13:17:10 by Stephen R. van den Berg <srb@cuci.nl>

New member String.normalize_whitespace.

Rev: lib/modules/String.pmod/module.pmod:1.34
Rev: lib/modules/String.pmod/testsuite.in:1.27
Rev: src/builtin.cmod:1.242
Rev: src/builtin_functions.h:1.41

2010-01-02 13:17:10 by Stephen R. van den Berg <srb@cuci.nl>

New member String.normalize_whitespace.

Rev: lib/modules/String.pmod/module.pmod:1.34
Rev: lib/modules/String.pmod/testsuite.in:1.27
Rev: src/builtin.cmod:1.242
Rev: src/builtin_functions.h:1.41

2010-01-02 13:17:10 by Stephen R. van den Berg <srb@cuci.nl>

New member String.normalize_whitespace.

Rev: lib/modules/String.pmod/module.pmod:1.34
Rev: lib/modules/String.pmod/testsuite.in:1.27
Rev: src/builtin.cmod:1.242
Rev: src/builtin_functions.h:1.41

2010-01-02 13:17:10 by Stephen R. van den Berg <srb@cuci.nl>

New member String.normalize_whitespace.

Rev: lib/modules/String.pmod/module.pmod:1.34
Rev: lib/modules/String.pmod/testsuite.in:1.27
Rev: src/builtin.cmod:1.242
Rev: src/builtin_functions.h:1.41

2010-01-02 13:17:10 by Stephen R. van den Berg <srb@cuci.nl>

New member String.normalize_whitespace.

Rev: lib/modules/String.pmod/module.pmod:1.34
Rev: lib/modules/String.pmod/testsuite.in:1.27
Rev: src/builtin.cmod:1.242
Rev: src/builtin_functions.h:1.41

2010-01-02 13:17:10 by Stephen R. van den Berg <srb@cuci.nl>

New member String.normalize_whitespace.

Rev: lib/modules/String.pmod/module.pmod:1.34
Rev: lib/modules/String.pmod/testsuite.in:1.27
Rev: src/builtin.cmod:1.242
Rev: src/builtin_functions.h:1.41

2009-03-23

2009-03-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.21

2009-03-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.21

2009-03-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.21

2009-03-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.21

2009-03-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.21

2009-03-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

Rev: lib/modules/Filesystem.pmod/module.pmod:1.21

2009-01-16

2009-01-16 20:56:34 by Martin Stjernholm <mast@lysator.liu.se>

Sneaking in some IPv6 address formatting tools.

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.1

2009-01-16 20:56:34 by Martin Stjernholm <mast@lysator.liu.se>

Sneaking in some IPv6 address formatting tools.

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.1

2009-01-16 20:56:34 by Martin Stjernholm <mast@lysator.liu.se>

Sneaking in some IPv6 address formatting tools.

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.1

2009-01-16 20:56:34 by Martin Stjernholm <mast@lysator.liu.se>

Sneaking in some IPv6 address formatting tools.

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.1

2009-01-16 20:56:34 by Martin Stjernholm <mast@lysator.liu.se>

Sneaking in some IPv6 address formatting tools.

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.1

2009-01-16 20:56:34 by Martin Stjernholm <mast@lysator.liu.se>

Sneaking in some IPv6 address formatting tools.

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.1

2008-01-29

2008-01-29 16:13:29 by Martin Stjernholm <mast@lysator.liu.se>

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.43

2008-01-29 16:13:29 by Martin Stjernholm <mast@lysator.liu.se>

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.43

2008-01-29 16:13:29 by Martin Stjernholm <mast@lysator.liu.se>

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.43

2008-01-29 16:13:29 by Martin Stjernholm <mast@lysator.liu.se>

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.43

2008-01-29 16:13:29 by Martin Stjernholm <mast@lysator.liu.se>

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.43

2008-01-29 16:13:29 by Martin Stjernholm <mast@lysator.liu.se>

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.43

2008-01-18

2008-01-18 18:42:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed broken implementation of get_selection_bounds().
Also modified its API somewhat, since it has never worked.

Rev: src/post_modules/GTK2/source/gtktextbuffer.pre:1.11

2008-01-18 18:42:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed broken implementation of get_selection_bounds().
Also modified its API somewhat, since it has never worked.

Rev: src/post_modules/GTK2/source/gtktextbuffer.pre:1.11

2008-01-18 18:42:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed broken implementation of get_selection_bounds().
Also modified its API somewhat, since it has never worked.

Rev: src/post_modules/GTK2/source/gtktextbuffer.pre:1.11

2008-01-04

2008-01-04 20:51:43 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/ADT.pmod/Trie.pike:1.5
Rev: lib/modules/Locale.pmod/Charset.pmod/Tables.pmod/iso88591.pmod:1.2

2008-01-04 20:51:43 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/ADT.pmod/Trie.pike:1.5
Rev: lib/modules/Locale.pmod/Charset.pmod/Tables.pmod/iso88591.pmod:1.2

2008-01-04 20:51:43 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/ADT.pmod/Trie.pike:1.5
Rev: lib/modules/Locale.pmod/Charset.pmod/Tables.pmod/iso88591.pmod:1.2

2007-01-22

2007-01-22 04:10:55 by Johan Sundström <oyasumi@gmail.com>

Inheritable boilerplate to make new pike -x $somethings similar in operation to rsif, in less than five lines of code.

Rev: lib/modules/Tools.pmod/Standalone.pmod/process_files.pike:1.1

2007-01-22 04:10:55 by Johan Sundström <oyasumi@gmail.com>

Inheritable boilerplate to make new pike -x $somethings similar in operation to rsif, in less than five lines of code.

Rev: lib/modules/Tools.pmod/Standalone.pmod/process_files.pike:1.1

2007-01-22 04:10:55 by Johan Sundström <oyasumi@gmail.com>

Inheritable boilerplate to make new pike -x $somethings similar in operation to rsif, in less than five lines of code.

Rev: lib/modules/Tools.pmod/Standalone.pmod/process_files.pike:1.1

2007-01-22 04:10:55 by Johan Sundström <oyasumi@gmail.com>

Inheritable boilerplate to make new pike -x $somethings similar in operation to rsif, in less than five lines of code.

Rev: lib/modules/Tools.pmod/Standalone.pmod/process_files.pike:1.1

2007-01-22 04:10:55 by Johan Sundström <oyasumi@gmail.com>

Inheritable boilerplate to make new pike -x $somethings similar in operation to rsif, in less than five lines of code.

Rev: lib/modules/Tools.pmod/Standalone.pmod/process_files.pike:1.1

2007-01-22 04:10:55 by Johan Sundström <oyasumi@gmail.com>

Inheritable boilerplate to make new pike -x $somethings similar in operation to rsif, in less than five lines of code.

Rev: lib/modules/Tools.pmod/Standalone.pmod/process_files.pike:1.1

2007-01-15

2007-01-15 15:44:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Increased paranoia.

Rev: src/builtin_functions.c:1.620

2007-01-15 15:44:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Increased paranoia.

Rev: src/builtin_functions.c:1.620

2007-01-15 15:44:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Increased paranoia.

Rev: src/builtin_functions.c:1.620

2007-01-01

2007-01-01 04:52:43 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/Sql.pmod/tds.pike:1.22
Rev: lib/modules/Standards.pmod/IIM.pmod:1.6
Rev: lib/modules/Tools.pmod/Standalone.pmod/pmar_install.pike:1.4

2007-01-01 04:52:43 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/Sql.pmod/tds.pike:1.22
Rev: lib/modules/Standards.pmod/IIM.pmod:1.6
Rev: lib/modules/Tools.pmod/Standalone.pmod/pmar_install.pike:1.4

2007-01-01 04:52:43 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/Sql.pmod/tds.pike:1.22
Rev: lib/modules/Standards.pmod/IIM.pmod:1.6
Rev: lib/modules/Tools.pmod/Standalone.pmod/pmar_install.pike:1.4

2006-01-20

2006-01-20 15:17:33 by Martin Nilsson <mani@lysator.liu.se>

Backported callback support

Rev: lib/modules/Stdio.pmod/FakeFile.pike:1.11

2006-01-20 15:17:33 by Martin Nilsson <mani@lysator.liu.se>

Backported callback support

Rev: lib/modules/Stdio.pmod/FakeFile.pike:1.11

2006-01-20 15:17:33 by Martin Nilsson <mani@lysator.liu.se>

Backported callback support

Rev: lib/modules/Stdio.pmod/FakeFile.pike:1.11

2006-01-20 15:17:33 by Martin Nilsson <mani@lysator.liu.se>

Backported callback support

Rev: lib/modules/Stdio.pmod/FakeFile.pike:1.11

2006-01-20 15:17:33 by Martin Nilsson <mani@lysator.liu.se>

Backported callback support

Rev: lib/modules/Stdio.pmod/FakeFile.pike:1.11

2006-01-20 15:17:33 by Martin Nilsson <mani@lysator.liu.se>

Backported callback support

Rev: lib/modules/Stdio.pmod/FakeFile.pike:1.11

2006-01-04

2006-01-04 20:09:37 by Marek Habersack <mhabersack@novell.com>

Unbreaking autodocs generation

Rev: refdoc/structure/traditional.xml:1.24
Rev: src/modules/Image/buggy_testsuite:1.2
Rev: src/modules/Image/image.c:1.227
Rev: src/modules/_Image_GIF/image_gif.c:1.26
Rev: src/post_modules/GL/auto.c.in:1.53
Rev: src/post_modules/GTK/examples/low_level/psnow/psnow.pike:1.5
Rev: src/post_modules/GTK/examples/pv:1.3
Rev: src/post_modules/GTK/examples/testdnd.pike:1.2
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Bitmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Pixmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Button.pike:1.7
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Image.pike:1.6
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Pixmap.pike:1.6

2006-01-04 20:09:37 by Marek Habersack <mhabersack@novell.com>

Unbreaking autodocs generation

Rev: refdoc/structure/traditional.xml:1.24
Rev: src/modules/Image/buggy_testsuite:1.2
Rev: src/modules/Image/image.c:1.227
Rev: src/modules/_Image_GIF/image_gif.c:1.26
Rev: src/post_modules/GL/auto.c.in:1.53
Rev: src/post_modules/GTK/examples/low_level/psnow/psnow.pike:1.5
Rev: src/post_modules/GTK/examples/pv:1.3
Rev: src/post_modules/GTK/examples/testdnd.pike:1.2
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Bitmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Pixmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Button.pike:1.7
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Image.pike:1.6
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Pixmap.pike:1.6

2006-01-04 20:09:37 by Marek Habersack <mhabersack@novell.com>

Unbreaking autodocs generation

Rev: refdoc/structure/traditional.xml:1.24
Rev: src/modules/Image/buggy_testsuite:1.2
Rev: src/modules/Image/image.c:1.227
Rev: src/modules/_Image_GIF/image_gif.c:1.26
Rev: src/post_modules/GL/auto.c.in:1.53
Rev: src/post_modules/GTK/examples/low_level/psnow/psnow.pike:1.5
Rev: src/post_modules/GTK/examples/pv:1.3
Rev: src/post_modules/GTK/examples/testdnd.pike:1.2
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Bitmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Pixmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Button.pike:1.7
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Image.pike:1.6
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Pixmap.pike:1.6

2006-01-04 20:09:37 by Marek Habersack <mhabersack@novell.com>

Unbreaking autodocs generation

Rev: refdoc/structure/traditional.xml:1.24
Rev: src/modules/Image/buggy_testsuite:1.2
Rev: src/modules/Image/image.c:1.227
Rev: src/modules/_Image_GIF/image_gif.c:1.26
Rev: src/post_modules/GL/auto.c.in:1.53
Rev: src/post_modules/GTK/examples/low_level/psnow/psnow.pike:1.5
Rev: src/post_modules/GTK/examples/pv:1.3
Rev: src/post_modules/GTK/examples/testdnd.pike:1.2
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Bitmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Pixmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Button.pike:1.7
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Image.pike:1.6
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Pixmap.pike:1.6

2006-01-04 20:09:37 by Marek Habersack <mhabersack@novell.com>

Unbreaking autodocs generation

Rev: refdoc/structure/traditional.xml:1.24
Rev: src/modules/Image/buggy_testsuite:1.2
Rev: src/modules/Image/image.c:1.227
Rev: src/modules/_Image_GIF/image_gif.c:1.26
Rev: src/post_modules/GL/auto.c.in:1.53
Rev: src/post_modules/GTK/examples/low_level/psnow/psnow.pike:1.5
Rev: src/post_modules/GTK/examples/pv:1.3
Rev: src/post_modules/GTK/examples/testdnd.pike:1.2
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Bitmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Pixmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Button.pike:1.7
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Image.pike:1.6
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Pixmap.pike:1.6

2006-01-04 20:09:37 by Marek Habersack <mhabersack@novell.com>

Unbreaking autodocs generation

Rev: refdoc/structure/traditional.xml:1.24
Rev: src/modules/Image/buggy_testsuite:1.2
Rev: src/modules/Image/image.c:1.227
Rev: src/modules/_Image_GIF/image_gif.c:1.26
Rev: src/post_modules/GL/auto.c.in:1.53
Rev: src/post_modules/GTK/examples/low_level/psnow/psnow.pike:1.5
Rev: src/post_modules/GTK/examples/pv:1.3
Rev: src/post_modules/GTK/examples/testdnd.pike:1.2
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Bitmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GDK.pmod/Pixmap.pike:1.4
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Button.pike:1.7
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Image.pike:1.6
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Pixmap.pike:1.6

2005-01-26

2005-01-26 21:38:06 by Martin Stjernholm <mast@lysator.liu.se>

Backported many fixes from 7.7. Notably the close callback is also
called on errors, which is consistent with Stdio.File.

Rev: lib/modules/SSL.pmod/sslfile.pike:1.78

2005-01-26 21:38:06 by Martin Stjernholm <mast@lysator.liu.se>

Backported many fixes from 7.7. Notably the close callback is also
called on errors, which is consistent with Stdio.File.

Rev: lib/modules/SSL.pmod/sslfile.pike:1.78

2005-01-26 21:38:06 by Martin Stjernholm <mast@lysator.liu.se>

Backported many fixes from 7.7. Notably the close callback is also
called on errors, which is consistent with Stdio.File.

Rev: lib/modules/SSL.pmod/sslfile.pike:1.78

2005-01-26 21:01:17 by Martin Stjernholm <mast@lysator.liu.se>

Relaxed the type of the trace argument to describe_backtrace - it can
actually handle anything, and it must be able to handle the return
type from catch, and that is mixed.

Rev: lib/master.pike.in:1.353

2005-01-26 21:01:17 by Martin Stjernholm <mast@lysator.liu.se>

Relaxed the type of the trace argument to describe_backtrace - it can
actually handle anything, and it must be able to handle the return
type from catch, and that is mixed.

Rev: lib/master.pike.in:1.353

2005-01-26 21:01:17 by Martin Stjernholm <mast@lysator.liu.se>

Relaxed the type of the trace argument to describe_backtrace - it can
actually handle anything, and it must be able to handle the return
type from catch, and that is mixed.

Rev: lib/master.pike.in:1.353

2005-01-03

2005-01-03 17:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version. Needs argument parsing and removal of hardcoded stuff.

Rev: src/mklibpike.pike:1.1

2005-01-03 17:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version. Needs argument parsing and removal of hardcoded stuff.

Rev: src/mklibpike.pike:1.1

2005-01-03 17:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version. Needs argument parsing and removal of hardcoded stuff.

Rev: src/mklibpike.pike:1.1

2005-01-03 17:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version. Needs argument parsing and removal of hardcoded stuff.

Rev: src/mklibpike.pike:1.1

2005-01-03 17:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version. Needs argument parsing and removal of hardcoded stuff.

Rev: src/mklibpike.pike:1.1

2005-01-03 17:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version. Needs argument parsing and removal of hardcoded stuff.

Rev: src/mklibpike.pike:1.1

2004-02-07

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1

2004-02-07 04:59:19 by Martin Nilsson <mani@lysator.liu.se>

DSA refactored

Rev: lib/modules/Crypto.pmod/DSA.pike:1.1