Branch: Tag:

2019-06-23

2019-06-23 21:56:56 by Tobias S. Josefowitz <tobij@tobij.de>

Tools.Standalone.precompile: Fix storage offset handling

Programs using their parent may store parent information in the
beginning of ->storage, thus we need to add
p->inherits[0].storage_offset when trying to reach an object's storage.
The compiler/runtime correctly takes care of this in THIS, but the OBJ2_
and GET_..._STORAGE macros did not take this into account.

2019-04-30

2019-04-30 23:34:34 by Stephen R. van den Berg <srb@cuci.nl>

Concurrent.Promise: Introduce delay() and optimise timeout().

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-19 09:50:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Thread.Farm: Added ResultWrapper.

This is a wrapper for the Result class to detect when the user
loses its reference to it, in order to not lose reports of any
errors from the worker threads.

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

2019-02-02

2019-02-02 15:25:44 by Marcus Comstedt <marcus@mc.pp.se>

Image.Dims: Revert EXIF flipping of dimensions in get_JPEG

Like for JPEG._decode, add a specific exif_get_JPEG which does the
flipping instead.

2018-08-30

2018-08-30 13:02:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about inherit of CompilerEnvironment.

2018-05-01

2018-05-01 09:01:31 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Make affected_rows() and status_command_complete() wait for a meaningful result.

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

2018-01-29

2018-01-29 11:37:04 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Readding primitive auto-reconnect logic.

2016-12-21

2016-12-21 23:08:40 by Jonas Walldén <jonasw@roxen.com>

Add _sprintf() to Thread.Mutex() that prints current locking thread. Switch to
hex-based thread IDs in _sprintf() for Thread.Thread() for easier reading.

2016-12-05

2016-12-05 13:42:16 by Martin Nilsson <nilsson@fastmail.com>

Added Nettle.version()

2016-11-14

2016-11-14 07:59:26 by Pontus Östlund <ponost@roxen.com>

Major redesign of the refdoc. Also removed some obsolete stuff.

2016-11-14 07:59:26 by Pontus Östlund <ponost@roxen.com>

Major redesign of the refdoc. Also removed some obsolete stuff.

2016-02-08

2016-02-08 17:24:47 by Peter Bortas <bortas@gmail.com>

Revert "Added the Markdown module and the standalone pike_to_html.pike from 8.1."

This reverts commit 2706a62c3c72b296a0c77b418f1e186c682c7ac5.

2016-01-15

2016-01-15 17:32:31 by Kevin O'Rourke <kevinor@opera.com>

TURBO2-1398: Allow disabling of wrapping of describe_backtrace output.

The wrapping can add lots of spaces to the end of lines to pad
them, resulting in enormous backtrace files in some circumstances.

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-09-18

2015-09-18 14:43:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Filesystem.Monitor: Added check_all().

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.

2015-01-24

2015-01-24 14:19:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.ECC: Added initial implementation of Curve.Point.

This is to simplify handling of points on ECC curves.

Currently the code is sufficient to perform ECDSA, but
eg encode and decode would be nice.

TODO: Other code needs to be updated to accept Points.

2015-01-24 14:19:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.ECC: Added initial implementation of Curve.Point.

This is to simplify handling of points on ECC curves.

Currently the code is sufficient to perform ECDSA, but
eg encode and decode would be nice.

TODO: Other code needs to be updated to accept Points.

2014-10-05

2014-10-05 18:09:37 by Martin Nilsson <nilsson@opera.com>

Remove 7.6 compat files.

2014-10-05 18:09:37 by Martin Nilsson <nilsson@opera.com>

Remove 7.6 compat files.

2014-10-05 18:09:37 by Martin Nilsson <nilsson@opera.com>

Remove 7.6 compat files.

2014-10-05 18:09:37 by Martin Nilsson <nilsson@opera.com>

Remove 7.6 compat files.

2014-10-05 18:09:37 by Martin Nilsson <nilsson@opera.com>

Remove 7.6 compat files.

2014-09-18

2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>

Removed compat support for Pike 7.4.

2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>

Removed compat support for Pike 7.4.

2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>

Removed compat support for Pike 7.4.

2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>

Removed compat support for Pike 7.4.

2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>

Removed compat support for Pike 7.4.

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-23

2013-10-23 14:35:38 by Chris Angelico <rosuav@gmail.com>

Stdio.File()->open_socket: Document the use of negative port for "unspecified"

2013-10-23 14:35:38 by Chris Angelico <rosuav@gmail.com>

Stdio.File()->open_socket: Document the use of negative port for "unspecified"

2013-10-22

2013-10-22 08:21:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.DES: Fixed typo in previous commit.

2013-10-22 08:21:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.DES: Fixed typo in previous commit.

2013-10-21

2013-10-21 21:47:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

Renamed Nettle.<CIPHER>_Info to Nettle.<CIPHER> and
moved Nettle.<CIPHER>_State to Nettle.<CIPHER>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-21 21:47:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

Renamed Nettle.<CIPHER>_Info to Nettle.<CIPHER> and
moved Nettle.<CIPHER>_State to Nettle.<CIPHER>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-21 21:47:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

Renamed Nettle.<CIPHER>_Info to Nettle.<CIPHER> and
moved Nettle.<CIPHER>_State to Nettle.<CIPHER>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-21 21:47:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

Renamed Nettle.<CIPHER>_Info to Nettle.<CIPHER> and
moved Nettle.<CIPHER>_State to Nettle.<CIPHER>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-19

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-19 11:53:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle: Use get_inherit_storage() in the hashes.

2013-10-05

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

2013-10-05 13:05:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

Renamed Nettle.<HASH>_Info to Nettle.<HASH> and
moved Nettle.<HASH>_State to Nettle.<HASH>.State.

Adjusted the corresponding code in Crypto, so that the APIs
there should be the same as before.

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-04-21

2013-04-21 12:36:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge pike-modules/Tokenizer into grubba/tokenizer

This merges the old experimental Tokenizer module into current Pike 7.9.

* /home/grubba/src/cvsmigration/Tokenizer: (72 commits)

2013-04-21 12:36:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge pike-modules/Tokenizer into grubba/tokenizer

This merges the old experimental Tokenizer module into current Pike 7.9.

* /home/grubba/src/cvsmigration/Tokenizer: (72 commits)

2013-04-21 12:36:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge pike-modules/Tokenizer into grubba/tokenizer

This merges the old experimental Tokenizer module into current Pike 7.9.

* /home/grubba/src/cvsmigration/Tokenizer: (72 commits)

2013-04-21 12:36:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge pike-modules/Tokenizer into grubba/tokenizer

This merges the old experimental Tokenizer module into current Pike 7.9.

* /home/grubba/src/cvsmigration/Tokenizer: (72 commits)

2013-04-21 12:36:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge pike-modules/Tokenizer into grubba/tokenizer

This merges the old experimental Tokenizer module into current Pike 7.9.

* /home/grubba/src/cvsmigration/Tokenizer: (72 commits)

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-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-05-11 11:06:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix: Fixed broken handling of objects.

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

Tools.Standalone.autodoc_to_split_html: NO_SVG mode now works again.

2012-05-10

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

MIME.Message: Improve handling of broken content-type headers.

There exists at least one client that sends junk after the content type tokens.
Default to application/octet-stream instead of text/plain for unparseable content-type headers.

2012-05-08

2012-05-08 22:52:32 by Arne Goedeke <el@laramies.com>

ADT.List: fixed iterators and tail()

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-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-12-23

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

2010-12-23 21:06:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added compatibility mode for Pike 7.8.

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-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-05-23

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-05-23 01:01:54 by Martin Stjernholm <mast@lysator.liu.se>

Fixed 7.6 compatibility. Not pretty, but it works for now. (Trying to fix
compat for a module like this is a painful experience. If anyone can do it
better then take a shot..)

Rev: lib/7.6/modules/Calendar.pmod/Gregorian.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/ISO.pmod:1.2
Rev: lib/7.6/modules/Calendar.pmod/YMD.pike:1.2

2008-04-19

2008-04-19 17:41:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Autodoc mk II markup from the (dead) 7.6-compat module.

Rev: src/modules/Pipe/pipe.c:1.64

2008-04-19 17:41:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Autodoc mk II markup from the (dead) 7.6-compat module.

Rev: src/modules/Pipe/pipe.c:1.64

2008-04-19 17:41:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Autodoc mk II markup from the (dead) 7.6-compat module.

Rev: src/modules/Pipe/pipe.c:1.64

2008-04-19 17:41:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Autodoc mk II markup from the (dead) 7.6-compat module.

Rev: src/modules/Pipe/pipe.c:1.64

2008-04-19 17:41:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Autodoc mk II markup from the (dead) 7.6-compat module.

Rev: src/modules/Pipe/pipe.c:1.64

2008-04-19 17:37:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stuff in this directory should show up under the namespace 7.6::.

Rev: lib/7.6/modules/.autodoc:1.1

2008-04-19 17:37:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stuff in this directory should show up under the namespace 7.6::.

Rev: lib/7.6/modules/.autodoc:1.1

2008-04-19 17:37:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stuff in this directory should show up under the namespace 7.6::.

Rev: lib/7.6/modules/.autodoc:1.1