Branch: Tag:

2022-09-07

2022-09-07 08:54:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Adjust approach to lfun::create() fallback.

Instead of having a fallback at lookup time, the compiler now
adds lfun::create() as an alias for lfun::__create__() if
there is no explicitly defined lfun::create(). This should
be (much) more robust and backward-compatible.

Fixes some fall-out from the #10086 changes.

2022-09-06

2022-09-06 08:35:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Add lfun::__create__().

This lfun is intended to hold the code previously inlined
in lfun::create() for the implicit create syntax.

Preparation for implementing the implicit create case(s) of #10086.

2022-03-09

2022-03-09 11:02:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

GC: Support remaining types in Pike.count_memory().

Users of Pike.count_memory() typically do not want to bother
filtering its arguments, so perform filtering in count_memory()
rather than throwing errors.

Also adds support for counting memory for objects referenced
via functions.

2021-07-20

2021-07-20 11:11:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc: Fixed AutoDoc markup typo.

2021-07-02

2021-07-02 20:27:26 by Tobias S. Josefowitz <tobij@tobij.de>

decode_value(): Allow to restrict decoding to simple types

The encoded value has quite a bit of control over our process. Allow to
restrict decoding to primitive types by passing coding as -1.

2021-06-30

2021-06-30 13:19:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Doc [Ffmpeg]: Fixed some markup issues.

2020-02-07

2020-02-07 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio: Some pty-handling cleanup.

Add wrappers emulating missing libc functions.

2019-09-26

2019-09-26 11:03:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Cleanup linebreak mode.

The sprintf "%/s" and "%=s" modes now break at the column width
(defaulting it to the field width) and not the field width. This
makes it possible to use formats like eg "%;*-=s" (instead of
"%*-=s") to not get every line padded to the full column width.

2019-09-23

2019-09-23 14:10:28 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.

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

2019-02-01

2019-02-01 22:53:33 by Tobias S. Josefowitz <tobij@tobij.de>

Compiler: Fix autodoc typo

2018-12-18

2018-12-18 17:10:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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

2018-12-08

2018-12-08 16:04:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: m_clear() now supports multisets and objects.

Adds LFUN _m_clear().

2018-05-24

2018-05-24 09:40:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Support encoding to UTF-8 encoded UTF-16 in string_to_utf8().

string_to_utf8() now supports the same extensions as utf8_to_string().

Fixes PIKE-111 (#8111).

2018-04-26

2018-04-26 17:18:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

I/O [NT]: Use new low-level functions from Process.

2018-04-11

2018-04-11 09:58:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge github.com:poppa/pike-libsass into patches/pike89

* github.com:poppa/pike-libsass: (64 commits)
[...]

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

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

Equvivalent and equivalent are not equivalent.

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

Equvivalent and equivalent are not equivalent.

2017-11-05

2017-11-05 15:53:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'grubba/rename_lfun_destroy' into 8.1

* grubba/rename_lfun_destroy:
Modules: Fixed logts of warnings.
Testsuite: Updated for LFUN::_destruct().
Compiler: Don't complain about LFUN::destroy() in compat mode.
Fix multiple warnings.
Runtime: LFUN::destroy() has been renamed to _destruct().
Compiler: Rename LFUN::destroy() to LFUN::_destruct().

2017-11-05 14:35:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Rename LFUN::destroy() to LFUN::_destruct().

As decided at Pike Conference 2017.

2017-08-28

2017-08-28 21:19:33 by Per Cederqvist <cederp@opera.com>

Add extensible error handling in Protocols.DNS.server

Some servers might want to report errors during other mechanisms than
werror. By moving the error reporting to the new
report_decode_error() method, it is easy to override that method and
do something else.

Likewise, some servers might want to not reply to malformed requests.
Move that code to the new handle_decode_error() method.

2017-02-01

2017-02-01 13:34:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Updated syntax in doc for lfun::create().

2016-12-21

2016-12-21 23:08:40 by 0

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

2016-12-10 17:44:16 by Martin Nilsson <nilsson@fastmail.com>

Documentation fixes. No need to push 0 on void functions.

2016-12-05

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

Added Nettle.version()

2016-11-15

2016-11-15 16:44:13 by Pontus Östlund <ponost@roxen.com>

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

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

2016-11-04 09:54:46 by Tobias S. Josefowitz <tobij@tobij.de>

program.c: autodoc fix

2016-10-12

2016-10-12 13:42:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Documented optional further args to search().

Also fixes the types for search() and lfun::_search().

2016-10-04

2016-10-04 15:29:06 by Pontus Östlund <ponost@roxen.com>

Query: timed_async_fetch() didn't support chunked transfer encoding.

Promise: Some pikedoc fixes.

2016-04-30

2016-04-30 11:07:37 by Pontus Östlund <poppanator@gmail.com>

Refdoc: Added modfiers to methods, variables and constants. Fixed a Pike doc error in Nettle.Sign.

2016-04-19

2016-04-19 10:31:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.RSA: Add some support for JOSE JWS signatures.

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-02-03

2016-02-03 17:22:22 by Martin Nilsson <nilsson@fastmail.com>

Added creation method raw to put binary data directly in an image object without adaptation.

2016-01-20

2016-01-20 22:36:32 by Pontus Östlund <ponost@roxen.com>

Merge branch 'new-pikedoc' into 8.1

* new-pikedoc:
New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.
Start of new layout for the Pike refdoc

2016-01-20 22:36:32 by Pontus Östlund <ponost@roxen.com>

Merge branch 'new-pikedoc' into 8.1

* new-pikedoc:
New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.
Start of new layout for the Pike refdoc

2016-01-20 18:09:54 by Pontus Östlund <ponost@roxen.com>

New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.

2016-01-20 18:09:54 by Pontus Östlund <ponost@roxen.com>

New doc layout done! (well, as far as I can tell anyway). It now also works on local modules with module_modref as build target.

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

2016-01-04

2016-01-04 14:58:57 by Per Hedbor <ph@opera.com>

strlen is for strings only these days

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

2015-10-12 20:46:59 by Pontus Östlund <ponost@roxen.com>

Start of new layout for the Pike refdoc

2015-10-12 20:46:59 by Pontus Östlund <ponost@roxen.com>

Start of new layout for the Pike refdoc

2015-09-18

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

Filesystem.Monitor: Added check_all().

2015-09-15

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

Protocols.HTTP2: Added Frame class.

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.

2015-01-02

2015-01-02 14:28:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Some more KeyShare-related API changes.

The API now seems to be usable for TLS 1.3.

2015-01-02 14:28:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Some more KeyShare-related API changes.

The API now seems to be usable for TLS 1.3.

2014-11-15

2014-11-15 13:47:20 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-15 13:47:20 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-15 13:47:20 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-15 13:42:52 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-15 13:42:52 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-15 13:42:52 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-15 13:42:52 by Stephen R. van den Berg <srb@cuci.nl>

Remove superfluous legacy compat support prior to 7.8.

2014-11-13

2014-11-13 11:24:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process.spawn_pike: Added launcher argument.

2014-09-04

2014-09-04 15:57:43 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/8.0' into string_alloc

Conflicts:
src/stralloc.c

2014-08-28

2014-08-28 13:54:23 by Chris Angelico <rosuav@gmail.com>

GTK2: Update Scale docs based on source file

2014-08-25

2014-08-25 15:10:38 by Per Hedbor <ph@opera.com>

Some minor documentation tweaks.

It has been a while since the classes were called Gz_deflate and Gz_inflate.

2014-08-22

2014-08-22 18:02:24 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/8.0' into string_alloc

2014-08-22 18:02:24 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/8.0' into string_alloc

2014-08-22 14:47:02 by Martin Nilsson <nilsson@opera.com>

Improved type checking.

2014-04-09

2014-04-09 15:36:01 by Build system <distmaker@roxen.com>

release number bumped to 854 by export.pike

2014-04-07

2014-04-07 18:52:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Runtime: Improve diagnostics from the variant dispatcher.

The variant dispatcher now informs about all potential alternatives
when there's an argument mismatch.

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

2013-12-10 10:55:22 by Markus Ottensmann <markuso@opera.com>

Add class Standards.JSON.Validator which can be used to validate json with a schema

The Standards.JSON.Validator class does not yet implement the full set of
schema validations. It does not yet handle dependencies nor references.
The regular expressions (for pattern properties) are limited to those that
can be handled by Regexp.SimpleRegexp.

To use the validator, load and decode a JSON schema and create a validator:

mixed schema = Standards.JSON.decode(schema_string);
Standards.JSON.Validator validator = Standards.JSON.Validator(schema);

Then load and decode some JSON data and pass it to the function
Standards.JSON.Validator->validate():

mixed json_data = Standards.JSON.decode(data_string);
if (string error = validator->validate(json_data))
werror("Error: %s\n", error);
else
write("JSON matches the schema\n");

For more information of JSON schema look at
- http://json-schema.org/documentation.html "The home of JSON Schema"

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-06-28

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-06-28 21:50:11 by Martin Stjernholm <mast@lysator.liu.se>

More static -> protected.

Rev: src/object.c:1.298
Rev: src/program.c:1.727
Rev: src/program.h:1.256

2008-04-19

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-19 10:11:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added enum SeverityLevel to CompilerEnvironment.
Some minor AutoDoc mk II fixes.

Rev: src/program.c:1.668

2008-04-18

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

2008-04-18 19:57:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike compiler mega patch mk II.

Rev: src/builtin_functions.c:1.653
Rev: src/language.yacc:1.414
Rev: src/pike_compiler.h:1.4
Rev: src/program.c:1.667
Rev: src/program.h:1.239

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-06-02

2007-06-02 04:11:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

string(8) -> string(0..255)

Rev: refdoc/xml.txt:1.4
Rev: src/builtin_functions.c:1.639
Rev: src/modules/spider/spider.c:1.133

2007-06-02 04:11:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

string(8) -> string(0..255)

Rev: refdoc/xml.txt:1.4
Rev: src/builtin_functions.c:1.639
Rev: src/modules/spider/spider.c:1.133

2007-06-02 04:11:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

string(8) -> string(0..255)

Rev: refdoc/xml.txt:1.4
Rev: src/builtin_functions.c:1.639
Rev: src/modules/spider/spider.c:1.133

2007-06-02 04:11:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

string(8) -> string(0..255)

Rev: refdoc/xml.txt:1.4
Rev: src/builtin_functions.c:1.639
Rev: src/modules/spider/spider.c:1.133

2007-05-13

2007-05-13 14:55:26 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the cycle handling in the gc and documented it in detail, to work
out some kinks and to make it more convincing that the end result really is
what the gc claims it to be.

Rev: src/gc.c:1.281
Rev: src/pike_embed.c:1.11
Rev: src/program.c:1.614

2007-05-13 14:55:26 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the cycle handling in the gc and documented it in detail, to work
out some kinks and to make it more convincing that the end result really is
what the gc claims it to be.

Rev: src/gc.c:1.281
Rev: src/pike_embed.c:1.11
Rev: src/program.c:1.614

2007-05-13 14:55:26 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the cycle handling in the gc and documented it in detail, to work
out some kinks and to make it more convincing that the end result really is
what the gc claims it to be.

Rev: src/gc.c:1.281
Rev: src/pike_embed.c:1.11
Rev: src/program.c:1.614

2007-05-13 14:55:26 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the cycle handling in the gc and documented it in detail, to work
out some kinks and to make it more convincing that the end result really is
what the gc claims it to be.

Rev: src/gc.c:1.281
Rev: src/pike_embed.c:1.11
Rev: src/program.c:1.614

2007-03-04

2007-03-04 17:31:29 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc references.

Rev: src/modules/files/efuns.c:1.184
Rev: src/modules/files/file.c:1.360

2007-03-04 17:31:29 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc references.

Rev: src/modules/files/efuns.c:1.184
Rev: src/modules/files/file.c:1.360

2007-03-04 17:31:29 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc references.

Rev: src/modules/files/efuns.c:1.184
Rev: src/modules/files/file.c:1.360

2007-03-04 17:31:29 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc references.

Rev: src/modules/files/efuns.c:1.184
Rev: src/modules/files/file.c:1.360

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-10-27

2006-10-27 18:45:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First try at implementing getter/setter variables. Seems to work.

Rev: src/program.c:1.610

2006-10-27 18:45:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First try at implementing getter/setter variables. Seems to work.

Rev: src/program.c:1.610

2006-10-27 18:45:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First try at implementing getter/setter variables. Seems to work.

Rev: src/program.c:1.610

2006-10-27 18:45:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First try at implementing getter/setter variables. Seems to work.

Rev: src/program.c:1.610

2006-10-27 18:45:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First try at implementing getter/setter variables. Seems to work.

Rev: src/program.c:1.610

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

2005-02-09 16:43:35 by Martin Stjernholm <mast@lysator.liu.se>

Pass a flag to lfun::destroy about the reason for the destruct.

Rev: lib/modules/Object.pmod:1.1
Rev: src/builtin_functions.c:1.587
Rev: src/gc.c:1.262
Rev: src/object.c:1.265
Rev: src/object.h:1.90
Rev: src/program.c:1.586

2005-02-09 16:43:35 by Martin Stjernholm <mast@lysator.liu.se>

Pass a flag to lfun::destroy about the reason for the destruct.

Rev: lib/modules/Object.pmod:1.1
Rev: src/builtin_functions.c:1.587
Rev: src/gc.c:1.262
Rev: src/object.c:1.265
Rev: src/object.h:1.90
Rev: src/program.c:1.586

2005-02-09 16:43:35 by Martin Stjernholm <mast@lysator.liu.se>

Pass a flag to lfun::destroy about the reason for the destruct.

Rev: lib/modules/Object.pmod:1.1
Rev: src/builtin_functions.c:1.587
Rev: src/gc.c:1.262
Rev: src/object.c:1.265
Rev: src/object.h:1.90
Rev: src/program.c:1.586

2005-02-09 16:43:35 by Martin Stjernholm <mast@lysator.liu.se>

Pass a flag to lfun::destroy about the reason for the destruct.

Rev: lib/modules/Object.pmod:1.1
Rev: src/builtin_functions.c:1.587
Rev: src/gc.c:1.262
Rev: src/object.c:1.265
Rev: src/object.h:1.90
Rev: src/program.c:1.586

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-01-10

2004-01-10 23:07:02 by Martin Nilsson <mani@lysator.liu.se>

Calendar.Time.TimeofDay is virtual.

Rev: lib/modules/Calendar.pmod/Time.pmod:1.29

2004-01-10 23:07:02 by Martin Nilsson <mani@lysator.liu.se>

Calendar.Time.TimeofDay is virtual.

Rev: lib/modules/Calendar.pmod/Time.pmod:1.29

2004-01-10 23:07:02 by Martin Nilsson <mani@lysator.liu.se>

Calendar.Time.TimeofDay is virtual.

Rev: lib/modules/Calendar.pmod/Time.pmod:1.29

2004-01-10 23:07:02 by Martin Nilsson <mani@lysator.liu.se>

Calendar.Time.TimeofDay is virtual.

Rev: lib/modules/Calendar.pmod/Time.pmod:1.29

2004-01-10 23:07:02 by Martin Nilsson <mani@lysator.liu.se>

Calendar.Time.TimeofDay is virtual.

Rev: lib/modules/Calendar.pmod/Time.pmod:1.29

2004-01-10 23:07:02 by Martin Nilsson <mani@lysator.liu.se>

Calendar.Time.TimeofDay is virtual.

Rev: lib/modules/Calendar.pmod/Time.pmod:1.29

2003-11-20

2003-11-20 13:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II reference fixes.

Rev: src/program.c:1.538

2003-11-20 13:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II reference fixes.

Rev: src/program.c:1.538

2003-11-20 13:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II reference fixes.

Rev: src/program.c:1.538

2003-11-20 13:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II reference fixes.

Rev: src/program.c:1.538

2003-11-10

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:42:33 by Martin Stjernholm <mast@lysator.liu.se>

Doc improvements for the operator lfuns and efuns. Still not finished, though.

Rev: src/operators.c:1.181
Rev: src/program.c:1.532

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-11-10 01:35:45 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some lfun types.

Rev: src/program.c:1.531

2003-09-04

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-09-04 15:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for fake lfuns, and added lfun::_search().

Rev: src/program.c:1.523
Rev: src/program.h:1.186

2003-07-03

2003-07-03 13:17:04 by Martin Nilsson <mani@lysator.liu.se>

Added RDF domain merges.

Rev: lib/modules/Standards.pmod/RDF.pike:1.12
Rev: lib/modules/Standards.pmod/testsuite.in:1.8

2003-07-03 13:17:04 by Martin Nilsson <mani@lysator.liu.se>

Added RDF domain merges.

Rev: lib/modules/Standards.pmod/RDF.pike:1.12
Rev: lib/modules/Standards.pmod/testsuite.in:1.8

2003-07-03 13:17:04 by Martin Nilsson <mani@lysator.liu.se>

Added RDF domain merges.

Rev: lib/modules/Standards.pmod/RDF.pike:1.12
Rev: lib/modules/Standards.pmod/testsuite.in:1.8

2003-07-03 13:17:04 by Martin Nilsson <mani@lysator.liu.se>

Added RDF domain merges.

Rev: lib/modules/Standards.pmod/RDF.pike:1.12
Rev: lib/modules/Standards.pmod/testsuite.in:1.8

2003-06-27

2003-06-27 22:48:26 by Martin Nilsson <mani@lysator.liu.se>

Fix typo.

Rev: refdoc/structure/modref.html:1.6

2003-06-27 22:48:26 by Martin Nilsson <mani@lysator.liu.se>

Fix typo.

Rev: refdoc/structure/modref.html:1.6

2003-06-27 22:48:26 by Martin Nilsson <mani@lysator.liu.se>

Fix typo.

Rev: refdoc/structure/modref.html:1.6

2003-06-27 22:48:26 by Martin Nilsson <mani@lysator.liu.se>

Fix typo.

Rev: refdoc/structure/modref.html:1.6

2003-04-07

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-07 17:28:56 by Martin Nilsson <mani@lysator.liu.se>

Use @expr where more approrpiate than @tt

Rev: lib/modules/ADT.pmod/Table.pmod:1.26
Rev: lib/modules/Crypto.pmod/aes.pike:1.2
Rev: lib/modules/Getopt.pmod:1.27
Rev: lib/modules/Parser.pmod/module.pmod:1.18
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.72
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.56
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.11
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.37
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.48
Rev: lib/modules/Protocols.pmod/Line.pmod:1.22
Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.22
Rev: lib/modules/Sql.pmod/Sql.pike:1.64
Rev: lib/modules/Stdio.pmod/module.pmod:1.169
Rev: lib/modules/String.pmod/module.pmod:1.14
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:1.54
Rev: src/builtin.cmod:1.131
Rev: src/builtin_functions.c:1.483
Rev: src/cpp.c:1.117
Rev: src/dynamic_load.c:1.69
Rev: src/error.c:1.106
Rev: src/modules/DVB/dvb.c:1.19
Rev: src/modules/Gdbm/gdbmmod.c:1.24
Rev: src/modules/Gettext/gettext.c:1.15
Rev: src/modules/Gmp/mpf.cmod:1.25
Rev: src/modules/MIME/mime.c:1.37
Rev: src/modules/Mird/module.pmod.in:1.12
Rev: src/modules/Msql/msqlmod.c:1.25
Rev: src/modules/Mysql/mysql.c:1.71
Rev: src/modules/Mysql/result.c:1.29
Rev: src/modules/Yp/module.pmod.in:1.19
Rev: src/modules/_Charset/module.pmod.in:1.31
Rev: src/modules/_Crypto/arcfour.c:1.21
Rev: src/modules/_Crypto/cast.c:1.16
Rev: src/modules/_Crypto/des.c:1.28
Rev: src/modules/_Crypto/idea.c:1.22
Rev: src/modules/_Crypto/invert.c:1.17
Rev: src/modules/_Crypto/md2.c:1.17
Rev: src/modules/_Crypto/md4.c:1.6
Rev: src/modules/_Crypto/pipe.c:1.26
Rev: src/modules/_Crypto/rijndael.c:1.11
Rev: src/modules/_Crypto/sha.c:1.25
Rev: src/modules/_Ffmpeg/ffmpeg.c:1.17
Rev: src/modules/_math/math.c:1.60
Rev: src/modules/files/efuns.c:1.126
Rev: src/modules/files/file.c:1.267
Rev: src/modules/files/stat.c:1.27
Rev: src/modules/files/udp.c:1.43
Rev: src/modules/system/passwords.c:1.41
Rev: src/modules/system/system.c:1.142
Rev: src/operators.c:1.174
Rev: src/pike_search.c:1.15
Rev: src/post_modules/_ADT/circular_list.cmod:1.5
Rev: src/post_modules/_ADT/sequence.cmod:1.6
Rev: src/program.c:1.498
Rev: src/security.c:1.42
Rev: src/signal_handler.c:1.262

2003-04-01

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41

2003-04-01 18:15:58 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix

Rev: lib/7.2/modules/__default.pmod:1.16
Rev: src/builtin.cmod:1.128
Rev: src/builtin_functions.c:1.481
Rev: src/mapping.c:1.165
Rev: src/modules/Math/module.pmod.in:1.16
Rev: src/modules/_Crypto/cast.c:1.15
Rev: src/modules/_Crypto/crypto.c:1.55
Rev: src/modules/_math/math.c:1.59
Rev: src/modules/files/efuns.c:1.125
Rev: src/modules/files/file.c:1.265
Rev: src/multiset.c:1.70
Rev: src/operators.c:1.173
Rev: src/program.c:1.496
Rev: src/security.c:1.41