Branch: Tag:

2016-03-14

2016-03-14 00:29:21 by Chris Angelico <rosuav@gmail.com>

Fix GTK2.SourceBuffer undo/redo signal names

2016-03-04

2016-03-04 13:59:59 by Per Hedbor <ph@opera.com>

Addressed code review issues

2016-03-02

2016-03-02 13:18:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ADT.Heap: Added low_peek().

2016-02-29

2016-02-29 14:45:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

GC [mappings]: Added do_gc_weak_mapping().

It is now possible to request a quick gc of a mapping with weak references.

2016-02-23

2016-02-23 10:03:23 by Chris Angelico <rosuav@gmail.com>

GTK2: Fix typo

2016-02-15

2016-02-15 14:08:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Filesystem.Monitor: Improved thread safety.

ADT.Heap is NOT thread-safe (especially not pop()), so use
a Thread.Mutex to control access to the monitor_queue.

Potential fix for [bug 7644 (#7644)] (where the top element becomes zero
instead of an ADT.Heap()->Element).

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 13:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [HTTPAccept]: Fix all references to HTTPLoop.

HTTPLoop installs itself as HTTPAccept, so fix the documentation
to reflect this.

Thanks to Eiichiro ITANI <emu@ceres.dti.ne.jp> for the report.

2016-01-23

2016-01-23 14:29:14 by Chris Angelico <rosuav@gmail.com>

Update GTK2 docos

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-15 05:42:50 by Martin Nilsson <nilsson@fastmail.com>

Added HMAC-based One-Time Password generator.

2016-01-05

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

Sql: Added support for multiple results.

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

2015-12-01

2015-12-01 08:56:27 by Martin Nilsson <nilsson@fastmail.com>

Stop supporting compression by default.

2015-11-14

2015-11-14 14:55:46 by Pontus Östlund <ponost@roxen.com>

Added an example of how to use an OAuth2 derived module

2015-10-22

2015-10-22 09:49:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Stdio.sendfile]: Document risk of SIGPIPE.

Make sure that users of sendfile() are aware of [bug 7582 (#7582)] behavior.

2015-10-14

2015-10-14 16:57:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Inotify: Renamed get_fd() to query_fd().

Also removes some obsolete documentation.

2015-09-23

2015-09-23 15:39:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Standards.PKCS.ECDSA: Added variant of parse_ec_parameters().

When parsing ASN.1 it is not unusual to have the ASN.1 objects
rather than their DER representation.

2015-09-19

2015-09-19 10:12:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Standards.PKCS: Added support for decoding PKCS#8 private keys.

2015-09-18

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

Filesystem.Monitor: Added check_all().

2015-09-09

2015-09-09 15:31:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Threads: Added support for setting a thread time quanta.

This is mostly intended to be used to identify code that
inhibits other threads from running.

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

Threads: Added support for setting a thread time quanta.

This is mostly intended to be used to identify code that
inhibits other threads from running.

2015-08-20

2015-08-20 08:15:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Thread.Thread [Documentation]: Adjusted return type of thread function.

The return value of the thread function is relevant (as it is returned
by wait())...

Fixes [LysLysKOM 21410113] reported by Per Cederqvist. Thanks.

Also adjusted the declared type of create() somewhat so that it requires
a thread function (ie the compiler will now complain if it is called
without arguments).

2015-08-20 08:15:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Thread.Thread [Documentation]: Adjusted return type of thread function.

The return value of the thread function is relevant (as it is returned
by wait())...

Fixes [LysLysKOM 21410113] reported by Per Cederqvist. Thanks.

Also adjusted the declared type of create() somewhat so that it requires
a thread function (ie the compiler will now complain if it is called
without arguments).

2015-07-08

2015-07-08 15:54:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.File: Added query_application_protocol().

This is needed for protocols using ALPN.

2015-07-08 15:54:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.File: Added query_application_protocol().

This is needed for protocols using ALPN.

2015-07-06

2015-07-06 13:52:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.ClientConnection: Support ALPN being accepted.

Fixes [LysLysKOM 21365565].

2015-07-06 13:52:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.ClientConnection: Support ALPN being accepted.

Fixes [LysLysKOM 21365565].

2015-06-24

2015-06-24 11:55:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

string_to_unicode: Support outputting UTF8LE.

Adds an optional second argument to string_to_unicode() to
specify the wanted byte order.

2015-06-24 11:55:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

string_to_unicode: Support outputting UTF8LE.

Adds an optional second argument to string_to_unicode() to
specify the wanted byte order.

2015-06-23

2015-06-23 12:54:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

string_to_unicode: Support outputting UTF8LE.

Adds an optional second argument to string_to_unicode() to
specify the wanted byte order.

2015-06-23 12:54:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

string_to_unicode: Support outputting UTF8LE.

Adds an optional second argument to string_to_unicode() to
specify the wanted byte order.

2015-06-02

2015-06-02 12:51:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added gethrdtime().

2015-06-02 12:51:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added gethrdtime().

2015-05-15

2015-05-15 18:43:13 by Tobias S. Josefowitz <tobij@tobij.de>

Stdio.Buffer(): Don't allow negative padding to be added.

2015-05-15 18:43:13 by Tobias S. Josefowitz <tobij@tobij.de>

Stdio.Buffer(): Don't allow negative padding to be added.

2015-04-20

2015-04-20 08:23:47 by Martin Nilsson <nilsson@opera.com>

Backport of Bz2 from 8.1

2015-04-20 08:23:47 by Martin Nilsson <nilsson@opera.com>

Backport of Bz2 from 8.1

2015-03-31

2015-03-31 10:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.JPEG: Support multiple markers of the same type.

decode_headers() and _decode() now return a "marker" mapping
with arrays when there are multiple markers of the same type.

encode() now supports the same format for the "marker" mapping
in the options argument.

Fixes some of [bug 6601 (#6601)].

2015-03-31 10:02:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.JPEG: Support multiple markers of the same type.

decode_headers() and _decode() now return a "marker" mapping
with arrays when there are multiple markers of the same type.

encode() now supports the same format for the "marker" mapping
in the options argument.

Fixes some of [bug 6601 (#6601)].

2015-03-21

2015-03-21 22:20:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Fixed multiple issues in buffered mode.

Seems to fix the issues detected by socktest.pike in mode 2.

2015-03-21 22:20:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Fixed multiple issues in buffered mode.

Seems to fix the issues detected by socktest.pike in mode 2.

2015-03-06

2015-03-06 17:28:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Odbc: Improved support for user-defined datatypes.

It is now possible to add a factory-function to handle UDT-fields.

2015-03-06 17:28:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Odbc: Improved support for user-defined datatypes.

It is now possible to add a factory-function to handle UDT-fields.

2015-03-04

2015-03-04 13:54:18 by Kevin O'Rourke <kevinor@opera.com>

TURBO2-942: Add Stdio.Buffer support to Gz.inflate

2015-03-04 13:54:18 by Kevin O'Rourke <kevinor@opera.com>

TURBO2-942: Add Stdio.Buffer support to Gz.inflate

2015-02-16

2015-02-16 13:12:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Odbc: typed_result->fetch_row() now returns Val.null for NULL.

2015-02-16 13:12:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Odbc: typed_result->fetch_row() now returns Val.null for NULL.

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

2015-02-08 19:37:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Interpreter: object_index_no_free() et al now return the type.

2015-02-08 19:37:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Interpreter: object_index_no_free() et al now return the type.

2014-11-26

2014-11-26 08:45:57 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Make SET synchronous to avoid surprises with subsequent queries.

2014-11-26 08:45:57 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Make SET synchronous to avoid surprises with subsequent queries.

2014-11-24

2014-11-24 12:43:28 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Docs tuned.

2014-11-24 12:43:28 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Docs tuned.

2014-11-09

2014-11-09 22:05:08 by Stephen R. van den Berg <srb@cuci.nl>

Sql.pgsql: New and improved full threaded version.

Lower latencies, increased parallelism, theoretical
elimination of all race conditions, simplified code,
uses Stdio.Buffer, no C-helper anymore, less filling.

As a new feature, introduces: send_row(),
fetch_row_array() for increased efficiency,
set_result_callback() and set_result_array_callback()
for event driven database queries.

2014-11-09 22:05:08 by Stephen R. van den Berg <srb@cuci.nl>

Sql.pgsql: New and improved full threaded version.

Lower latencies, increased parallelism, theoretical
elimination of all race conditions, simplified code,
uses Stdio.Buffer, no C-helper anymore, less filling.

As a new feature, introduces: send_row(),
fetch_row_array() for increased efficiency,
set_result_callback() and set_result_array_callback()
for event driven database queries.

2014-11-06

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

ZXID: Added Session()->get_auth_info().

An explicit getter is needed when proxying via Remote.

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

ZXID: Added Session()->get_auth_info().

An explicit getter is needed when proxying via Remote.

2014-11-06 15:52:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Added Session()->get_auth_info().

An explicit getter is needed when proxying via Remote.

2014-11-06 15:52:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Added Session()->get_auth_info().

An explicit getter is needed when proxying via Remote.

2014-11-04

2014-11-04 13:30:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Changed arguments to authenticate().

Recent versions of the zxid library have an extra parameter "uri_path"
that they want from the request. To avoid needing to pass this argument
via enviroment variables, we now use some lower level functions.

Fixes "null or empty cgi->uri_path=(null) qs(...) programming error".

2014-11-04 13:30:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Changed arguments to authenticate().

Recent versions of the zxid library have an extra parameter "uri_path"
that they want from the request. To avoid needing to pass this argument
via enviroment variables, we now use some lower level functions.

Fixes "null or empty cgi->uri_path=(null) qs(...) programming error".

2014-11-01

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

SSL.File: Added query_version().

Added function to query the protocol version in use.

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

SSL.File: Added query_version().

Added function to query the protocol version in use.

2014-10-22

2014-10-22 15:06:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Calendar: Added some more doc.

2014-10-22 15:06:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Calendar: Added some more doc.

2014-10-22 13:25:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Added some more Autodoc.

2014-10-22 13:25:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Added some more Autodoc.

2014-10-22 09:07:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.handshake: Support setting the minimum required version.

The SSL 3.0 protocol can now be disabled by setting min_version in
the context to SSL.Constants.PROTOCOL_TLS_1_0.

Backported API from Pike 8.0. Note that the constants differ
from Pike 8.0 and later, so use the provided symbolic values.

2014-10-22 09:07:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.handshake: Support setting the minimum required version.

The SSL 3.0 protocol can now be disabled by setting min_version in
the context to SSL.Constants.PROTOCOL_TLS_1_0.

Backported API from Pike 8.0. Note that the constants differ
from Pike 8.0 and later, so use the provided symbolic values.

2014-10-20

2014-10-20 16:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Oracle: Removed fallback code for Pike 7.1.

2014-10-17

2014-10-17 12:19:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Roxen: Fixed buffer overrun in http_decode_string().

Also increases the strictness of a few related testsuite tests.

2014-10-17 12:19:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Roxen: Fixed buffer overrun in http_decode_string().

Also increases the strictness of a few related testsuite tests.

2014-10-17 12:19:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Roxen: Fixed buffer overrun in http_decode_string().

Also increases the strictness of a few related testsuite tests.

2014-10-10

2014-10-10 13:42:48 by Per Cederqvist <cederp@opera.com>

set_priority(): add "normal" as a priority.

This makes it possible to return to the default priority in a
documented way.

(cherry picked from commit 2d3e79777cd88b5c708447fba1b68783136539a0)

2014-10-10 13:42:48 by Per Cederqvist <cederp@opera.com>

set_priority(): add "normal" as a priority.

This makes it possible to return to the default priority in a
documented way.

(cherry picked from commit 2d3e79777cd88b5c708447fba1b68783136539a0)

2014-10-10 13:42:48 by Per Cederqvist <cederp@opera.com>

set_priority(): add "normal" as a priority.

This makes it possible to return to the default priority in a
documented way.

(cherry picked from commit 2d3e79777cd88b5c708447fba1b68783136539a0)

2014-10-03

2014-10-03 15:17:31 by Arne Goedeke <el@laramies.com>

Mysql.list_fields(): support more field flags

2014-10-03 15:17:31 by Arne Goedeke <el@laramies.com>

Mysql.list_fields(): support more field flags

2014-10-03 14:36:49 by Per Hedbor <ph@opera.com>

Some changes to CHANGES.

Mainly rewording things, added some notes about Stdio.Buffer

2014-10-03 13:38:45 by Per Hedbor <ph@opera.com>

No changes for 8.1 yet

2014-10-03 13:38:45 by Per Hedbor <ph@opera.com>

No changes for 8.1 yet

2014-10-03 13:38:45 by Per Hedbor <ph@opera.com>

No changes for 8.1 yet

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

2014-09-01 15:08:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug: Added Debug.describe_encoded_value().

This is a tool to describe encode_value()ed datastructures,
and especially dumped programs/objects. It does not need
(or use) a codec.

2014-09-01 15:08:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug: Added Debug.describe_encoded_value().

This is a tool to describe encode_value()ed datastructures,
and especially dumped programs/objects. It does not need
(or use) a codec.

2014-09-01 15:08:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug: Added Debug.describe_encoded_value().

This is a tool to describe encode_value()ed datastructures,
and especially dumped programs/objects. It does not need
(or use) a codec.

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-28 13:54:23 by Chris Angelico <rosuav@gmail.com>

GTK2: Update Scale docs based on source file

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

GTK2: Update Scale docs based on source file

2014-07-15

2014-07-15 10:58:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Optimizer: Fixed bug in foreach with ranges.

The foreach range optimizer didn't handle negative start ranges,
which would cause foreach to index the array out of bounds.

Fixes [bug 7216 (#7216)].

2014-06-03

2014-06-03 17:14:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.cp: Detect ouroboros.

Copying a directory to a subdirectory of itself would often trigger an
infinite loop.

Copying a directory to itself could trigger truncation of the files.

Note that it's still possible to trigger this behaviour by using symlinks.

Also fixes recursive_mv(), which either hanged in cp() as above, or
deleted all the files if cp() succeeded in the above cases.

2014-06-03 17:14:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.cp: Detect ouroboros.

Copying a directory to a subdirectory of itself would often trigger an
infinite loop.

Copying a directory to itself could trigger truncation of the files.

Note that it's still possible to trigger this behaviour by using symlinks.

Also fixes recursive_mv(), which either hanged in cp() as above, or
deleted all the files if cp() succeeded in the above cases.

2014-06-03 17:14:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.cp: Detect ouroboros.

Copying a directory to a subdirectory of itself would often trigger an
infinite loop.

Copying a directory to itself could trigger truncation of the files.

Note that it's still possible to trigger this behaviour by using symlinks.

Also fixes recursive_mv(), which either hanged in cp() as above, or
deleted all the files if cp() succeeded in the above cases.

2014-06-03 17:14:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.cp: Detect ouroboros.

Copying a directory to a subdirectory of itself would often trigger an
infinite loop.

Copying a directory to itself could trigger truncation of the files.

Note that it's still possible to trigger this behaviour by using symlinks.

Also fixes recursive_mv(), which either hanged in cp() as above, or
deleted all the files if cp() succeeded in the above cases.

2014-05-16

2014-05-16 15:04:39 by Martin Nilsson <nilsson@opera.com>

Changed make_selfsigned_ceritificate API to take a mapping of extensions.

2014-05-16 15:04:39 by Martin Nilsson <nilsson@opera.com>

Changed make_selfsigned_ceritificate API to take a mapping of extensions.

2014-05-16 15:04:39 by Martin Nilsson <nilsson@opera.com>

Changed make_selfsigned_ceritificate API to take a mapping of extensions.

2014-05-16 12:11:21 by Martin Nilsson <nilsson@opera.com>

Fixed some warnings.

2014-05-16 12:11:21 by Martin Nilsson <nilsson@opera.com>

Fixed some warnings.

2014-05-15

2014-05-15 10:48:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to tzdata2014c.

2014-05-09

2014-05-09 11:32:14 by Build system <distmaker@roxen.com>

release number bumped to 862 by export.pike

2014-05-09 10:49:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backend: Fixed potential double free on exit.

The code that freed registered fd boxes on termination of a backend
did not invalidate the reference, this may have caused a reference
underflow for fds that still were registered in the now dead backend.

We now use the proper unhook code to de-register the fd boxes.

2014-04-09

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

release number bumped to 854 by export.pike

2014-03-19

2014-03-19 10:04:53 by Build system <distmaker@roxen.com>

release number bumped to 851 by export.pike

2014-03-18

2014-03-18 16:23:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backend: Improved support for OOB with kqueue(2).

On MacOS X out-of-band data on sockets is signalled by the flag EV_OOBAND
(aka EV_FLAG1) in the EVFILT_READ notification. Unfortunately this
notification is by default only sent when there is also normal data
available. The kernel source indicates that it should be possible to get
notifications on just OOB by setting EV_OOBAND in the call to kevent(2)
(this is what poll(2) does internally). kevent(2) however masks the flag
before calling the internal function kevent_register(), so it is not
possible at this time.

On FreeBSD it seems out-of-band data is signalled as a normal EVFILT_READ
notification.

Improves the status for [bug 7063 (#7063)], but requires kernel changes
to fix the problem on MacOS X fully.

2014-02-14

2014-02-14 18:36:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Configure: Inhibit machine code with gcc 4.6.0 and later.

The machine code generator is broken when compiled with
gcc 4.6.0 and later, so disable it in that case.

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-24 16:46:36 by Chris Angelico <rosuav@gmail.com>

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

2014-01-22

2014-01-22 14:23:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Fixed disabling of MariaDB.

There were some typos in the tests of ${MARIADB_CONFIG}.

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

2013-12-17

2013-12-17 15:55:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Improved robustness in destroy().

The embedded stream may still be registered with a backend when the
sslfile object loses its last reference. Make sure not to trigger
the "In callback mode in a different backend." error in that case.

Fixes [bug 6958 (#6958)].

2013-11-21

2013-11-21 17:50:56 by Tobias S. Josefowitz <tobij@tobij.de>

MIME: getencoded() should probably never return a StringRange.

(cherry picked from commit 87b47190e06ff9b0f253c1db0350e135f2595a71)

2013-11-21 14:36:54 by Build system <distmaker@roxen.com>

release number bumped to 798 by export.pike

2013-11-17

2013-11-17 12:35:43 by Chris Angelico <rosuav@gmail.com>

Add convenience function get_ip to HTTP Request objects, and document my_fd member

2013-11-17 12:35:43 by Chris Angelico <rosuav@gmail.com>

Add convenience function get_ip to HTTP Request objects, and document my_fd member

2013-11-17 12:35:43 by Chris Angelico <rosuav@gmail.com>

Add convenience function get_ip to HTTP Request objects, and document my_fd member

2013-11-17 12:35:43 by Chris Angelico <rosuav@gmail.com>

Add convenience function get_ip to HTTP Request objects, and document my_fd member

2013-11-17 12:35:43 by Chris Angelico <rosuav@gmail.com>

Add convenience function get_ip to HTTP Request objects, and document my_fd member

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

2013-09-12 09:47:15 by Arne Goedeke <el@laramies.com>

initialize pike_frame->num_args even in special cases

2013-08-22

2013-08-22 08:43:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added Mysql.client_info().

2013-08-22 08:43:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added Mysql.client_info().

2013-08-22 08:43:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added Mysql.client_info().

2013-08-22 08:43:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added Mysql.client_info().

2013-08-22 08:43:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added Mysql.client_info().

2013-08-14

2013-08-14 09:10:38 by Build system <distmaker@roxen.com>

release number bumped to 784 by export.pike

2013-08-12

2013-08-12 12:50:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Calendar.Timezone.Runtime_timezone_compiler: Improve reentrancy.

The runtime timezone compiler was not thread safe, and could
fail with the compiler error "Undefined identifier forever."
when multiple concurrent threads compiled the same timezone.

Potentially fixes [bug 6816 (#6816)] #1:1.

2013-08-08

2013-08-08 13:00:15 by Marcus Wellhardh <wellhardh@roxen.com>

Updated release tag prefix for branch 7.8 to refs/tags/v.

2013-08-08 13:00:15 by Marcus Wellhardh <wellhardh@roxen.com>

Updated release tag prefix for branch 7.8 to refs/tags/v.

2013-08-08 13:00:15 by Marcus Wellhardh <wellhardh@roxen.com>

Updated release tag prefix for branch 7.8 to refs/tags/v.

2013-08-08 13:00:15 by Marcus Wellhardh <wellhardh@roxen.com>

Updated release tag prefix for branch 7.8 to refs/tags/v.

2013-08-08 13:00:15 by Marcus Wellhardh <wellhardh@roxen.com>

Updated release tag prefix for branch 7.8 to refs/tags/v.

2013-06-26

2013-06-26 13:47:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike.gc_parameters(): Added some gc callbacks.

Adds callbacks that are called from the gc to simplify
debugging of memory leaks and similar.

2013-06-26 13:47:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike.gc_parameters(): Added some gc callbacks.

Adds callbacks that are called from the gc to simplify
debugging of memory leaks and similar.

2013-06-26 13:47:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike.gc_parameters(): Added some gc callbacks.

Adds callbacks that are called from the gc to simplify
debugging of memory leaks and similar.

2013-06-26 13:47:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike.gc_parameters(): Added some gc callbacks.

Adds callbacks that are called from the gc to simplify
debugging of memory leaks and similar.

2013-06-21

2013-06-21 11:43:01 by Arne Goedeke <el@laramies.com>

ADT.CritBit: fix MultiIterator

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

2013-06-14 15:32:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Stdio: Fixed documentation to be more correct.

2013-06-14 15:32:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Stdio: Fixed documentation to be more correct.

2013-06-14 15:32:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Stdio: Fixed documentation to be more correct.

2013-06-14 15:32:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Stdio: Fixed documentation to be more correct.

2013-06-14 15:32:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Stdio: Fixed documentation to be more correct.

2013-06-14 09:33:10 by 0

Small doc fixes to match reality.

2013-06-14 09:33:10 by 0

Small doc fixes to match reality.

2013-06-14 09:33:10 by 0

Small doc fixes to match reality.

2013-06-14 09:33:10 by 0

Small doc fixes to match reality.

2013-06-14 09:33:10 by 0

Small doc fixes to match reality.

2013-06-11

2013-06-11 23:50:34 by Arne Goedeke <el@laramies.com>

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

2013-06-08

2013-06-08 20:27:56 by Martin Nilsson <nilsson@opera.com>

Removed the experimental facets implementation.

2013-06-08 20:27:56 by Martin Nilsson <nilsson@opera.com>

Removed the experimental facets implementation.

2013-06-08 20:27:56 by Martin Nilsson <nilsson@opera.com>

Removed the experimental facets implementation.

2013-06-08 20:27:56 by Martin Nilsson <nilsson@opera.com>

Removed the experimental facets implementation.

2013-06-08 20:27:56 by Martin Nilsson <nilsson@opera.com>

Removed the experimental facets implementation.

2013-05-29

2013-05-29 10:06:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Added linger().

Implemented support to change the linger time on sockets.

2013-05-29 10:06:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Added linger().

Implemented support to change the linger time on sockets.

2013-05-29 10:06:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Added linger().

Implemented support to change the linger time on sockets.

2013-05-29 10:06:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Added linger().

Implemented support to change the linger time on sockets.

2013-05-29 10:06:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Added linger().

Implemented support to change the linger time on sockets.

2013-04-23

2013-04-23 09:42:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Standards.EXIF: Support rationals with a zero denominator.

The denominator may be zero to indicate infinites.

Fixes [bug 6729 (#6729)].

2013-03-22

2013-03-22 16:30:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Search.Filter.Charset: Improve robustness against encoding errors.

Some character encodings (lie eg UTF-8) contain illegal sequences,
make sure that the caller doesn't die if the data has invalid markup.

Fixes [bug 6175 (#6175)].

2013-03-07

2013-03-07 17:57:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added the crypt_hash() function from SHA-crypt.

This implements the hashing function used in modern POSIX
operating systems. Implemented from the reference document
http://www.akkadia.org/drepper/SHA-crypt.txt

Added test vectors for Crypto.SHA256.crypt_hash() and
Crypto.SHA512.crypt_hash() from the above reference.

2013-03-07 17:57:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added the crypt_hash() function from SHA-crypt.

This implements the hashing function used in modern POSIX
operating systems. Implemented from the reference document
http://www.akkadia.org/drepper/SHA-crypt.txt

Added test vectors for Crypto.SHA256.crypt_hash() and
Crypto.SHA512.crypt_hash() from the above reference.

2013-03-07 17:57:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added the crypt_hash() function from SHA-crypt.

This implements the hashing function used in modern POSIX
operating systems. Implemented from the reference document
http://www.akkadia.org/drepper/SHA-crypt.txt

Added test vectors for Crypto.SHA256.crypt_hash() and
Crypto.SHA512.crypt_hash() from the above reference.

2013-03-07 17:57:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added the crypt_hash() function from SHA-crypt.

This implements the hashing function used in modern POSIX
operating systems. Implemented from the reference document
http://www.akkadia.org/drepper/SHA-crypt.txt

Added test vectors for Crypto.SHA256.crypt_hash() and
Crypto.SHA512.crypt_hash() from the above reference.

2013-03-07 17:57:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Added the crypt_hash() function from SHA-crypt.

This implements the hashing function used in modern POSIX
operating systems. Implemented from the reference document
http://www.akkadia.org/drepper/SHA-crypt.txt

Added test vectors for Crypto.SHA256.crypt_hash() and
Crypto.SHA512.crypt_hash() from the above reference.

2013-03-05

2013-03-05 10:38:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process: Fixed multiple issues with search_path().

Unified handling of $PATH.

* Added path_separator.

* search_path() now invalidates the cached path if $PATH is changed.

* search_path() now uses locate_binary() to scan the path.

* Moved an __NT__ special case from locate_binary() to search_path().

* spawn_pike() now uses search_path().

2013-03-05 10:38:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process: Fixed multiple issues with search_path().

Unified handling of $PATH.

* Added path_separator.

* search_path() now invalidates the cached path if $PATH is changed.

* search_path() now uses locate_binary() to scan the path.

* Moved an __NT__ special case from locate_binary() to search_path().

* spawn_pike() now uses search_path().

2013-03-05 10:38:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process: Fixed multiple issues with search_path().

Unified handling of $PATH.

* Added path_separator.

* search_path() now invalidates the cached path if $PATH is changed.

* search_path() now uses locate_binary() to scan the path.

* Moved an __NT__ special case from locate_binary() to search_path().

* spawn_pike() now uses search_path().

2013-03-05 10:38:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process: Fixed multiple issues with search_path().

Unified handling of $PATH.

* Added path_separator.

* search_path() now invalidates the cached path if $PATH is changed.

* search_path() now uses locate_binary() to scan the path.

* Moved an __NT__ special case from locate_binary() to search_path().

* spawn_pike() now uses search_path().

2013-03-05 10:38:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process: Fixed multiple issues with search_path().

Unified handling of $PATH.

* Added path_separator.

* search_path() now invalidates the cached path if $PATH is changed.

* search_path() now uses locate_binary() to scan the path.

* Moved an __NT__ special case from locate_binary() to search_path().

* spawn_pike() now uses search_path().

2013-02-08

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

SSL: Attempt to protect against some timing attacks.

Move around some code and attempt to get it to execute in constant time.
This is in an attempt to alleviate the "Lucky Thirteen" TLS attack.

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

SSL: Attempt to protect against some timing attacks.

Move around some code and attempt to get it to execute in constant time.
This is in an attempt to alleviate the "Lucky Thirteen" TLS attack.

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

SSL: Attempt to protect against some timing attacks.

Move around some code and attempt to get it to execute in constant time.
This is in an attempt to alleviate the "Lucky Thirteen" TLS attack.

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

SSL: Attempt to protect against some timing attacks.

Move around some code and attempt to get it to execute in constant time.
This is in an attempt to alleviate the "Lucky Thirteen" TLS attack.

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

SSL: Attempt to protect against some timing attacks.

Move around some code and attempt to get it to execute in constant time.
This is in an attempt to alleviate the "Lucky Thirteen" TLS attack.

2013-02-05

2013-02-05 18:28:36 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.DNS: Support multiple strings per TXT record in the client,
via new txta mapping entry.
(cherry picked from commit 78b2c8a2b803cbfa603af83b4381ebb130a7b09a)

2013-02-05 18:28:36 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.DNS: Support multiple strings per TXT record in the client,
via new txta mapping entry.
(cherry picked from commit 78b2c8a2b803cbfa603af83b4381ebb130a7b09a)

2013-02-05 18:28:36 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.DNS: Support multiple strings per TXT record in the client,
via new txta mapping entry.
(cherry picked from commit 78b2c8a2b803cbfa603af83b4381ebb130a7b09a)

2013-02-05 18:28:36 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.DNS: Support multiple strings per TXT record in the client,
via new txta mapping entry.
(cherry picked from commit 78b2c8a2b803cbfa603af83b4381ebb130a7b09a)

2013-02-05 18:28:36 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.DNS: Support multiple strings per TXT record in the client,
via new txta mapping entry.
(cherry picked from commit 78b2c8a2b803cbfa603af83b4381ebb130a7b09a)

2013-01-29

2013-01-29 18:02:49 by 0

Keep blob feeders separate when same word occurs multiple times in a query.

The blobfeeder hook now gets a opaque stream ID in order to distinguish separate
instances of the same word. This fixes search results for phrase searches
like "foo bar foo".

Conflicts:
src/modules/_WhiteFish/blob.c

2013-01-29 18:02:49 by 0

Keep blob feeders separate when same word occurs multiple times in a query.

The blobfeeder hook now gets a opaque stream ID in order to distinguish separate
instances of the same word. This fixes search results for phrase searches
like "foo bar foo".

Conflicts:
src/modules/_WhiteFish/blob.c

2013-01-29 18:02:49 by 0

Keep blob feeders separate when same word occurs multiple times in a query.

The blobfeeder hook now gets a opaque stream ID in order to distinguish separate
instances of the same word. This fixes search results for phrase searches
like "foo bar foo".

Conflicts:
src/modules/_WhiteFish/blob.c

2013-01-29 18:02:49 by 0

Keep blob feeders separate when same word occurs multiple times in a query.

The blobfeeder hook now gets a opaque stream ID in order to distinguish separate
instances of the same word. This fixes search results for phrase searches
like "foo bar foo".

Conflicts:
src/modules/_WhiteFish/blob.c

2013-01-29 18:02:49 by 0

Keep blob feeders separate when same word occurs multiple times in a query.

The blobfeeder hook now gets a opaque stream ID in order to distinguish separate
instances of the same word. This fixes search results for phrase searches
like "foo bar foo".

Conflicts:
src/modules/_WhiteFish/blob.c

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.

2012-10-06

2012-10-06 11:15:36 by Marcus Comstedt <marcus@mc.pp.se>

Runtime: Avoid use of negative array index in MAKE_{NAN,INF}

Apparently clang doesn't support indexing with a negative literal,
so switch the implementation to use unions instead, whenever possible.
(cherry picked from commit 6331fed0a6b5bab3b3ba7cae336b1b1b68096018)

Conflicts:

src/port.h

2012-10-06 11:11:46 by Marcus Comstedt <marcus@mc.pp.se>

Runtime: Avoid use of negative array index in MAKE_{NAN,INF}

Apparently clang doesn't support indexing with a negative literal,
so switch the implementation to use unions instead, whenever possible.
(cherry picked from commit 6331fed0a6b5bab3b3ba7cae336b1b1b68096018)

2012-10-05

2012-10-05 04:35:17 by Bill Welliver <bill@welliver.org>

Release: bump version

2012-09-05

2012-09-05 12:07:33 by Martin Stjernholm <mast@lysator.liu.se>

Fixed bug where the month was lost with %a to Calendar.parse.

2012-09-04

2012-09-04 11:08:24 by Build system <distmaker@roxen.com>

release number bumped to 722 by export.pike

2012-09-04 10:55:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Java: Fixed some issues with the previous NT patch.

2012-09-03

2012-09-03 15:55:51 by Build system <distmaker@roxen.com>

release number bumped to 720 by export.pike

2012-09-03 15:21:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Java: Attempt to support loading of Java 6 and 7 on NT.

cf http://www.duckware.com/tech/java6msvcr71.html

2012-08-30

2012-08-30 09:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Parser.XML.Tree: Improved namespace handling in default mode.

Namespaced attributes got rewritten in non-PARSE_ENABLE_NAMESPACES mode.

2012-08-30 09:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Parser.XML.Tree: Improved namespace handling in default mode.

Namespaced attributes got rewritten in non-PARSE_ENABLE_NAMESPACES mode.

2012-08-30 09:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Parser.XML.Tree: Improved namespace handling in default mode.

Namespaced attributes got rewritten in non-PARSE_ENABLE_NAMESPACES mode.

2012-08-30 09:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Parser.XML.Tree: Improved namespace handling in default mode.

Namespaced attributes got rewritten in non-PARSE_ENABLE_NAMESPACES mode.

2012-08-30 09:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Parser.XML.Tree: Improved namespace handling in default mode.

Namespaced attributes got rewritten in non-PARSE_ENABLE_NAMESPACES mode.

2012-08-30 09:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Parser.XML.Tree: Improved namespace handling in default mode.

Namespaced attributes got rewritten in non-PARSE_ENABLE_NAMESPACES mode.

2012-08-22

2012-08-22 12:52:37 by Build system <distmaker@roxen.com>

release number bumped to 706 by export.pike

2012-08-20

2012-08-20 15:06:07 by Martin Stjernholm <mast@lysator.liu.se>

Fixed --enable-dlmalloc on systems with struct mallinfo.

2012-08-20 08:40:56 by Build system <distmaker@roxen.com>

release number bumped to 704 by export.pike

2012-08-17

2012-08-17 13:35:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Runtime: Tune malloc(3C) in glibc. Alleviates [bug 6045 (#6045)].

Malloc(3C) in glibc defaults to having one pool (aka arena) of memory
per thread. This means that by default memory released by one thread
will not be reused by another thread. This in turn can cause a "pumping"
effect where one thread temporarily may use a lot of memory, which
causes that thread's arena to grow. If the same code is run again later,
but by a different thread, that threads arena will grow even though
there's plenty of free memory in the old arena. This means that there's
a multiplication effect by the number of active threads.

This implements the suggested work-around from the similar bug at
http://sourceware.org/bugzilla/show_bug.cgi?id=11261

2012-08-07

2012-08-07 02:14:16 by Bill Welliver <bill@welliver.org>

release number bumped to 698 by export.pike

2012-08-01

2012-08-01 09:01:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backend: Increased robustness of PIKE_DEBUG code for call_outs.

2012-07-18

2012-07-18 16:12:00 by Bill Welliver <bill@welliver.org>

System: added GetUserName() and documented GetComputerName().

2012-07-18 16:12:00 by Bill Welliver <bill@welliver.org>

System: added GetUserName() and documented GetComputerName().

2012-07-18 16:12:00 by Bill Welliver <bill@welliver.org>

System: added GetUserName() and documented GetComputerName().

2012-07-18 16:12:00 by Bill Welliver <bill@welliver.org>

System: added GetUserName() and documented GetComputerName().

2012-07-18 16:12:00 by Bill Welliver <bill@welliver.org>

System: added GetUserName() and documented GetComputerName().

2012-07-03

2012-07-03 17:54:46 by Martin Stjernholm <mast@lysator.liu.se>

Avoid compilation error in forkd.pike if the underlying support is
missing.

2012-07-03 01:46:05 by Bill Welliver <bill@welliver.org>

release number bumped to 694 by export.pike

2012-07-02

2012-07-02 17:29:26 by Martin Stjernholm <mast@lysator.liu.se>

Fixed bug in Windows stat(2) wrapper for most non-fat filesystems.

This bug caused file_stat etc to not return a stat for anything on a
non-fat filesystem, due to an unexpected error code from
GetVolumeInformation. It's uncertain under which conditions that error
code is returned, but it was observed for a VBoxSharedFolderFS share
in Windows 7 and Vista. Fixes [bug 6432 (#6432)].

2012-06-29

2012-06-29 23:11:36 by Build system <distmaker@roxen.com>

release number bumped to 692 by export.pike

2012-06-29 22:55:05 by Jonas Wallden <jonasw@roxen.com>

Fix callback of native methods with FFI where the "this" pointer was
missed for instance methods.

2012-06-29 15:27:20 by Build system <distmaker@roxen.com>

release number bumped to 690 by export.pike

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

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

2012-06-20

2012-06-20 17:08:17 by Jonas Wallden <jonasw@roxen.com>

Clean up languageless document entries when indexing a multilanguage URI.
Part of [bug 6419 (#6419)].

2012-06-19

2012-06-19 15:11:54 by Build system <distmaker@roxen.com>

release number bumped to 688 by export.pike

2012-06-13

2012-06-13 06:14:24 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Remove C++ style comments

2012-06-10

2012-06-10 00:34:20 by Martin Stjernholm <mast@lysator.liu.se>

Handle null objects correctly in emulate_bindings.

Note that fixing this opens up a bug compat issue, described in
comment #7 in [bug 5900 (#5900)].

2012-05-28

2012-05-28 16:10:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Improved thread-safety.

2012-05-10

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

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

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

2012-04-16

2012-04-16 10:26:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Documentation fixes.

2012-04-16 10:26:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Documentation fixes.

2012-04-16 10:26:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Documentation fixes.

2012-04-16 10:26:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Documentation fixes.

2012-04-16 10:26:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Documentation fixes.

2012-04-16 10:26:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Documentation fixes.

2012-04-12

2012-04-12 22:47:54 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Add support for optional infinite reconnects.

2012-04-12 22:47:54 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Add support for optional infinite reconnects.

2012-04-12 22:47:54 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Add support for optional infinite reconnects.

2012-04-12 22:47:54 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Add support for optional infinite reconnects.

2012-04-12 22:47:54 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Add support for optional infinite reconnects.

2012-04-12 22:47:54 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Add support for optional infinite reconnects.

2012-04-12 11:24:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Add support for the options mapping to all Sql-drivers.

2012-04-12 11:24:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Add support for the options mapping to all Sql-drivers.

2012-04-12 11:24:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Add support for the options mapping to all Sql-drivers.

2012-04-12 11:24:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Add support for the options mapping to all Sql-drivers.

2012-04-12 11:24:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Add support for the options mapping to all Sql-drivers.

2012-04-12 11:24:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Add support for the options mapping to all Sql-drivers.

2012-04-10

2012-04-10 13:29:38 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix reconnect option; more efficient decoding of selectresult;
support text connection mode in queries

Text mode connection support is possible through a connection option and/or
through a query option. Turning this on will allow multiple statements
per query, but will also force communication to and from the database for
a query to be converted to text. For some queries, this is more efficient
than the binary method.

2012-04-10 13:29:38 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix reconnect option; more efficient decoding of selectresult;
support text connection mode in queries

Text mode connection support is possible through a connection option and/or
through a query option. Turning this on will allow multiple statements
per query, but will also force communication to and from the database for
a query to be converted to text. For some queries, this is more efficient
than the binary method.

2012-04-10 13:29:38 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix reconnect option; more efficient decoding of selectresult;
support text connection mode in queries

Text mode connection support is possible through a connection option and/or
through a query option. Turning this on will allow multiple statements
per query, but will also force communication to and from the database for
a query to be converted to text. For some queries, this is more efficient
than the binary method.

2012-04-10 13:29:38 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix reconnect option; more efficient decoding of selectresult;
support text connection mode in queries

Text mode connection support is possible through a connection option and/or
through a query option. Turning this on will allow multiple statements
per query, but will also force communication to and from the database for
a query to be converted to text. For some queries, this is more efficient
than the binary method.

2012-04-10 13:29:38 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix reconnect option; more efficient decoding of selectresult;
support text connection mode in queries

Text mode connection support is possible through a connection option and/or
through a query option. Turning this on will allow multiple statements
per query, but will also force communication to and from the database for
a query to be converted to text. For some queries, this is more efficient
than the binary method.

2012-04-10 13:29:38 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix reconnect option; more efficient decoding of selectresult;
support text connection mode in queries

Text mode connection support is possible through a connection option and/or
through a query option. Turning this on will allow multiple statements
per query, but will also force communication to and from the database for
a query to be converted to text. For some queries, this is more efficient
than the binary method.

2012-04-04

2012-04-04 08:01:15 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Support reconnect option.

2012-04-04 08:01:15 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Support reconnect option.

2012-04-04 08:01:15 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Support reconnect option.

2012-04-04 08:01:15 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Support reconnect option.

2012-04-04 08:01:15 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Support reconnect option.

2012-04-04 08:01:15 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Support reconnect option.

2012-03-08

2012-03-08 16:54:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug.memory_usage(): Code cleanup and some doc updates.

2012-03-08 16:54:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug.memory_usage(): Code cleanup and some doc updates.

2012-03-08 16:54:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug.memory_usage(): Code cleanup and some doc updates.

2012-03-08 16:54:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug.memory_usage(): Code cleanup and some doc updates.

2012-03-08 16:54:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug.memory_usage(): Code cleanup and some doc updates.

2012-03-08 16:54:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Debug.memory_usage(): Code cleanup and some doc updates.

2012-03-05

2012-03-05 16:51:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: @deprecated should allow descriptive text to follow.

2012-03-05 16:51:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: @deprecated should allow descriptive text to follow.

2012-03-05 16:51:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: @deprecated should allow descriptive text to follow.

2012-03-05 16:51:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: @deprecated should allow descriptive text to follow.

2012-03-05 16:51:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: @deprecated should allow descriptive text to follow.

2012-03-05 16:51:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: @deprecated should allow descriptive text to follow.

2012-03-01

2012-03-01 18:44:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Added some minimal autodoc for the async_client.

2012-03-01 18:44:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Added some minimal autodoc for the async_client.

2012-03-01 18:44:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Added some minimal autodoc for the async_client.

2012-03-01 18:44:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Added some minimal autodoc for the async_client.

2012-03-01 18:44:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Added some minimal autodoc for the async_client.

2012-03-01 18:44:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Added some minimal autodoc for the async_client.

2012-02-29

2012-02-29 13:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: close() now aborts all active requests.

Fixes some of [bug 6031 (#6031)].

2012-02-29 13:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: close() now aborts all active requests.

Fixes some of [bug 6031 (#6031)].

2012-02-29 13:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: close() now aborts all active requests.

Fixes some of [bug 6031 (#6031)].

2012-02-29 13:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: close() now aborts all active requests.

Fixes some of [bug 6031 (#6031)].

2012-02-29 13:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: close() now aborts all active requests.

Fixes some of [bug 6031 (#6031)].

2012-02-29 13:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: close() now aborts all active requests.

Fixes some of [bug 6031 (#6031)].

2012-02-16

2012-02-16 13:02:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed some markup errors.

2012-02-16 13:02:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed some markup errors.

2012-02-16 13:02:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed some markup errors.

2012-02-16 13:02:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed some markup errors.

2012-02-16 13:02:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed some markup errors.

2012-02-16 13:02:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed some markup errors.

2012-02-15

2012-02-15 02:28:43 by 0

Rewrite get_contents_for_revision() to avoid recursion and unbounded
memory consumption.

2012-02-15 02:28:43 by 0

Rewrite get_contents_for_revision() to avoid recursion and unbounded
memory consumption.

2012-02-15 02:28:43 by 0

Rewrite get_contents_for_revision() to avoid recursion and unbounded
memory consumption.

2012-02-15 02:28:43 by 0

Rewrite get_contents_for_revision() to avoid recursion and unbounded
memory consumption.

2012-02-15 02:28:43 by 0

Rewrite get_contents_for_revision() to avoid recursion and unbounded
memory consumption.

2012-02-15 02:28:43 by 0

Rewrite get_contents_for_revision() to avoid recursion and unbounded
memory consumption.

2012-02-13

2012-02-13 14:31:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Allow the session id to be set on session creation.

2012-02-13 14:31:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Allow the session id to be set on session creation.

2012-02-13 14:31:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Allow the session id to be set on session creation.

2012-02-13 14:31:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Allow the session id to be set on session creation.

2012-02-13 14:31:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Allow the session id to be set on session creation.

2012-02-13 14:31:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Allow the session id to be set on session creation.

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

2012-01-31 11:26:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Improved detection of IPv6 support.

These tests should be sufficient to get Protocols.DNS to work on all OSes again.

2012-01-31 11:26:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Improved detection of IPv6 support.

These tests should be sufficient to get Protocols.DNS to work on all OSes again.

2012-01-31 11:26:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Improved detection of IPv6 support.

These tests should be sufficient to get Protocols.DNS to work on all OSes again.

2012-01-31 11:26:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Improved detection of IPv6 support.

These tests should be sufficient to get Protocols.DNS to work on all OSes again.

2012-01-31 11:26:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Improved detection of IPv6 support.

These tests should be sufficient to get Protocols.DNS to work on all OSes again.

2012-01-31 11:26:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.DNS: Improved detection of IPv6 support.

These tests should be sufficient to get Protocols.DNS to work on all OSes again.

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

2011-12-15

2011-12-15 15:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Fixed support for downgrading in client mode.

2011-12-15 15:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Fixed support for downgrading in client mode.

2011-12-15 15:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Fixed support for downgrading in client mode.

2011-12-15 15:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Fixed support for downgrading in client mode.

2011-12-15 15:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Fixed support for downgrading in client mode.

2011-12-15 15:54:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Fixed support for downgrading in client mode.

2011-12-06

2011-12-06 01:59:26 by Bill Welliver <bill@welliver.org>

Regexp.PCRE: add support for capture groups in replace().

2011-12-06 01:59:26 by Bill Welliver <bill@welliver.org>

Regexp.PCRE: add support for capture groups in replace().

2011-12-06 01:59:26 by Bill Welliver <bill@welliver.org>

Regexp.PCRE: add support for capture groups in replace().

2011-12-06 01:59:26 by Bill Welliver <bill@welliver.org>

Regexp.PCRE: add support for capture groups in replace().

2011-12-06 01:59:26 by Bill Welliver <bill@welliver.org>

Regexp.PCRE: add support for capture groups in replace().

2011-12-06 01:59:26 by Bill Welliver <bill@welliver.org>

Regexp.PCRE: add support for capture groups in replace().

2011-11-30

2011-11-30 15:47:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Skip subtypes on strings.

2011-11-30 15:47:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Skip subtypes on strings.

2011-11-30 15:47:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Skip subtypes on strings.

2011-11-30 15:47:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Skip subtypes on strings.

2011-11-30 15:47:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Skip subtypes on strings.

2011-11-30 15:47:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Skip subtypes on strings.

2011-11-30 14:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Initial implementation.

2011-11-30 14:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Initial implementation.

2011-11-30 14:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Initial implementation.

2011-11-30 14:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Initial implementation.

2011-11-30 14:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Initial implementation.

2011-11-30 14:08:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

ZXID: Initial implementation.

2011-10-10

2011-10-10 17:11:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL3.sslfile: Added {set,query}_callbacks() as per Stdio.File.

2011-10-10 17:11:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL3.sslfile: Added {set,query}_callbacks() as per Stdio.File.

2011-10-10 17:11:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL3.sslfile: Added {set,query}_callbacks() as per Stdio.File.

2011-10-10 17:11:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL3.sslfile: Added {set,query}_callbacks() as per Stdio.File.

2011-10-10 17:11:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL3.sslfile: Added {set,query}_callbacks() as per Stdio.File.

2011-10-10 17:11:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL3.sslfile: Added {set,query}_callbacks() as per Stdio.File.

2011-09-21

2011-09-21 20:56:06 by Martin Stjernholm <mast@lysator.liu.se>

Escape U+2028 and U+2029 in json for compat with buggy parsers.

2011-09-21 20:56:06 by Martin Stjernholm <mast@lysator.liu.se>

Escape U+2028 and U+2029 in json for compat with buggy parsers.

2011-09-21 20:56:06 by Martin Stjernholm <mast@lysator.liu.se>

Escape U+2028 and U+2029 in json for compat with buggy parsers.

2011-09-21 20:56:06 by Martin Stjernholm <mast@lysator.liu.se>

Escape U+2028 and U+2029 in json for compat with buggy parsers.

2011-09-21 20:56:06 by Martin Stjernholm <mast@lysator.liu.se>

Escape U+2028 and U+2029 in json for compat with buggy parsers.

2011-09-21 20:56:06 by Martin Stjernholm <mast@lysator.liu.se>

Escape U+2028 and U+2029 in json for compat with buggy parsers.

2011-08-25

2011-08-25 13:07:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added ping().

2011-08-25 13:07:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added ping().

2011-08-25 13:07:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added ping().

2011-08-25 13:07:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added ping().

2011-08-25 13:07:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added ping().

2011-08-25 13:07:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Mysql: Added ping().

2011-04-25

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

2011-04-21

2011-04-21 09:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP: Added do_async_proxied_method().

2011-04-21 09:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP: Added do_async_proxied_method().

2011-04-21 09:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP: Added do_async_proxied_method().

2011-04-21 09:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP: Added do_async_proxied_method().

2011-04-21 09:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP: Added do_async_proxied_method().

2011-04-21 09:26:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Protocols.HTTP: Added do_async_proxied_method().

2011-04-13

2011-04-13 22:07:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed markup for Sql.Null.

2011-04-13 22:07:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed markup for Sql.Null.

2011-04-13 22:07:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed markup for Sql.Null.

2011-04-13 22:07:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed markup for Sql.Null.

2011-04-13 22:07:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed markup for Sql.Null.

2011-04-13 22:07:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Autodoc: Fixed markup for Sql.Null.

2011-03-08

2011-03-08 12:53:39 by Anders Johansson <anders@roxen.com>

Parser.XML.Tree: Bugfixed implementation and documentation.

Affected functions: add_child_before() and add_child_after()

2011-03-08 12:53:39 by Anders Johansson <anders@roxen.com>

Parser.XML.Tree: Bugfixed implementation and documentation.

Affected functions: add_child_before() and add_child_after()

2011-03-08 12:53:39 by Anders Johansson <anders@roxen.com>

Parser.XML.Tree: Bugfixed implementation and documentation.

Affected functions: add_child_before() and add_child_after()

2011-03-08 12:53:39 by Anders Johansson <anders@roxen.com>

Parser.XML.Tree: Bugfixed implementation and documentation.

Affected functions: add_child_before() and add_child_after()

2011-03-08 12:53:39 by Anders Johansson <anders@roxen.com>

Parser.XML.Tree: Bugfixed implementation and documentation.

Affected functions: add_child_before() and add_child_after()

2011-03-08 12:53:39 by Anders Johansson <anders@roxen.com>

Parser.XML.Tree: Bugfixed implementation and documentation.

Affected functions: add_child_before() and add_child_after()

2011-03-07

2011-03-07 19:12:59 by Martin Stjernholm <mast@lysator.liu.se>

Doc markup fix.

2011-03-07 19:12:59 by Martin Stjernholm <mast@lysator.liu.se>

Doc markup fix.

2011-03-07 19:12:59 by Martin Stjernholm <mast@lysator.liu.se>

Doc markup fix.

2011-03-07 19:12:58 by Martin Stjernholm <mast@lysator.liu.se>

Handle @section inside refdoc blocks.

Previously they were just silently ignored.

2011-03-07 19:12:58 by Martin Stjernholm <mast@lysator.liu.se>

Handle @section inside refdoc blocks.

Previously they were just silently ignored.

2011-03-07 19:12:58 by Martin Stjernholm <mast@lysator.liu.se>

Handle @section inside refdoc blocks.

Previously they were just silently ignored.

2011-03-05

2011-03-05 21:10:43 by Martin Stjernholm <mast@lysator.liu.se>

Added Sql.Sql.typed_query, for convenience.

2011-03-05 21:10:43 by Martin Stjernholm <mast@lysator.liu.se>

Added Sql.Sql.typed_query, for convenience.

2011-03-05 21:10:43 by Martin Stjernholm <mast@lysator.liu.se>

Added Sql.Sql.typed_query, for convenience.

2011-03-05 21:10:43 by Martin Stjernholm <mast@lysator.liu.se>

Added Sql.Sql.typed_query, for convenience.

2011-03-05 21:10:43 by Martin Stjernholm <mast@lysator.liu.se>

Added Sql.Sql.typed_query, for convenience.

2011-03-05 21:10:43 by Martin Stjernholm <mast@lysator.liu.se>

Added Sql.Sql.typed_query, for convenience.

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

2010-11-23 22:28:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some minimal Autodoc mk II markup to make the extractor happy.

2010-11-23 22:28:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some minimal Autodoc mk II markup to make the extractor happy.

2010-11-23 22:28:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some minimal Autodoc mk II markup to make the extractor happy.

2010-11-23 22:28:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some minimal Autodoc mk II markup to make the extractor happy.

2010-11-23 22:28:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some minimal Autodoc mk II markup to make the extractor happy.

2010-11-23 22:28:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some minimal Autodoc mk II markup to make the extractor happy.

2010-11-21

2010-11-21 12:41:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added the !-modifier for sscanf. Fixes [LysLysKOM 18812886].

2010-11-19

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

2010-11-18

2010-11-18 12:45:01 by Martin Jonsson <marty@roxen.com>

Add System.getloadavg() on platforms that support the getloadavg() call.

2010-11-18 12:45:01 by Martin Jonsson <marty@roxen.com>

Add System.getloadavg() on platforms that support the getloadavg() call.

2010-11-18 12:45:01 by Martin Jonsson <marty@roxen.com>

Add System.getloadavg() on platforms that support the getloadavg() call.

2010-11-18 12:45:01 by Martin Jonsson <marty@roxen.com>

Add System.getloadavg() on platforms that support the getloadavg() call.

2010-11-18 12:45:01 by Martin Jonsson <marty@roxen.com>

Add System.getloadavg() on platforms that support the getloadavg() call.

2010-11-18 12:45:01 by Martin Jonsson <marty@roxen.com>

Add System.getloadavg() on platforms that support the getloadavg() call.

2010-11-15

2010-11-15 14:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:51:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:46:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-15 14:46:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

has_prefix() should not throw errors when the prefix is longer than the object supports.

2010-11-10

2010-11-10 19:26:54 by Martin Stjernholm <mast@lysator.liu.se>

Added Thread.Queue.peek_array.

2010-11-10 19:26:54 by Martin Stjernholm <mast@lysator.liu.se>

Added Thread.Queue.peek_array.

2010-11-10 19:26:54 by Martin Stjernholm <mast@lysator.liu.se>

Added Thread.Queue.peek_array.

2010-11-10 19:26:54 by Martin Stjernholm <mast@lysator.liu.se>

Added Thread.Queue.peek_array.

2010-11-10 19:26:54 by Martin Stjernholm <mast@lysator.liu.se>

Added Thread.Queue.peek_array.

2010-11-10 19:26:54 by Martin Stjernholm <mast@lysator.liu.se>

Added Thread.Queue.peek_array.

2010-10-26

2010-10-26 14:12:22 by Martin Stjernholm <mast@lysator.liu.se>

Reverted the move of Search.pmod from the Roxen module to Pike.

It stays in the Roxen Search module for Roxen <= 4.5, for compatibility. The
C-level part remains in Pike.

2010-10-26 14:12:22 by Martin Stjernholm <mast@lysator.liu.se>

Reverted the move of Search.pmod from the Roxen module to Pike.

It stays in the Roxen Search module for Roxen <= 4.5, for compatibility. The
C-level part remains in Pike.

2010-10-26 14:12:22 by Martin Stjernholm <mast@lysator.liu.se>

Reverted the move of Search.pmod from the Roxen module to Pike.

It stays in the Roxen Search module for Roxen <= 4.5, for compatibility. The
C-level part remains in Pike.

2010-10-26 14:12:22 by Martin Stjernholm <mast@lysator.liu.se>

Reverted the move of Search.pmod from the Roxen module to Pike.

It stays in the Roxen Search module for Roxen <= 4.5, for compatibility. The
C-level part remains in Pike.

2010-10-26 14:12:22 by Martin Stjernholm <mast@lysator.liu.se>

Reverted the move of Search.pmod from the Roxen module to Pike.

It stays in the Roxen Search module for Roxen <= 4.5, for compatibility. The
C-level part remains in Pike.

2010-10-26 14:12:22 by Martin Stjernholm <mast@lysator.liu.se>

Reverted the move of Search.pmod from the Roxen module to Pike.

It stays in the Roxen Search module for Roxen <= 4.5, for compatibility. The
C-level part remains in Pike.

2010-10-26 09:52:45 by Martin Stjernholm <mast@lysator.liu.se>

More Roxen -> Pike adaptions in Search.pmod.

2010-10-26 09:52:45 by Martin Stjernholm <mast@lysator.liu.se>

More Roxen -> Pike adaptions in Search.pmod.

2010-10-26 09:52:45 by Martin Stjernholm <mast@lysator.liu.se>

More Roxen -> Pike adaptions in Search.pmod.

2010-10-26 09:52:45 by Martin Stjernholm <mast@lysator.liu.se>

More Roxen -> Pike adaptions in Search.pmod.

2010-10-26 09:52:45 by Martin Stjernholm <mast@lysator.liu.se>

More Roxen -> Pike adaptions in Search.pmod.

2010-10-26 09:52:45 by Martin Stjernholm <mast@lysator.liu.se>

More Roxen -> Pike adaptions in Search.pmod.

2010-10-20

2010-10-20 16:34:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

2010-10-20 16:34:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

2010-10-20 16:34:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

2010-10-10

2010-10-10 21:56:23 by Martin Stjernholm <mast@lysator.liu.se>

Extensions by Peter Pan (sent to the pike list on April 4th -09):

* Add `int eline,echar,ecolumn` in class SGMLatom to indicate the end
position of current SGMLatom. src[char..echar-1] got the source of current
SGMLatom.

* Add int open in class SGMLatom to indicate whether the current tag has a
matched end tag.

* Add `function name_formater` `function argname_formater` in SGML which
can be lower_case or upper_case etc. The current existing htmls in
internet is case-insensitive, so if we want to work good with them, SGML
should be case-insensitive.

* Recognize xml-compatible tag such as <p/>, set open=0 for these tags.
When parse large file, the returned tree of original SGML may be too deep,
cause stack overflow, recognizing xml-compatible tag can help a bit.

2010-10-10 21:56:23 by Martin Stjernholm <mast@lysator.liu.se>

Extensions by Peter Pan (sent to the pike list on April 4th -09):

* Add `int eline,echar,ecolumn` in class SGMLatom to indicate the end
position of current SGMLatom. src[char..echar-1] got the source of current
SGMLatom.

* Add int open in class SGMLatom to indicate whether the current tag has a
matched end tag.

* Add `function name_formater` `function argname_formater` in SGML which
can be lower_case or upper_case etc. The current existing htmls in
internet is case-insensitive, so if we want to work good with them, SGML
should be case-insensitive.

* Recognize xml-compatible tag such as <p/>, set open=0 for these tags.
When parse large file, the returned tree of original SGML may be too deep,
cause stack overflow, recognizing xml-compatible tag can help a bit.

2010-10-10 21:56:23 by Martin Stjernholm <mast@lysator.liu.se>

Extensions by Peter Pan (sent to the pike list on April 4th -09):

* Add `int eline,echar,ecolumn` in class SGMLatom to indicate the end
position of current SGMLatom. src[char..echar-1] got the source of current
SGMLatom.

* Add int open in class SGMLatom to indicate whether the current tag has a
matched end tag.

* Add `function name_formater` `function argname_formater` in SGML which
can be lower_case or upper_case etc. The current existing htmls in
internet is case-insensitive, so if we want to work good with them, SGML
should be case-insensitive.

* Recognize xml-compatible tag such as <p/>, set open=0 for these tags.
When parse large file, the returned tree of original SGML may be too deep,
cause stack overflow, recognizing xml-compatible tag can help a bit.

2010-10-10 21:56:23 by Martin Stjernholm <mast@lysator.liu.se>

Extensions by Peter Pan (sent to the pike list on April 4th -09):

* Add `int eline,echar,ecolumn` in class SGMLatom to indicate the end
position of current SGMLatom. src[char..echar-1] got the source of current
SGMLatom.

* Add int open in class SGMLatom to indicate whether the current tag has a
matched end tag.

* Add `function name_formater` `function argname_formater` in SGML which
can be lower_case or upper_case etc. The current existing htmls in
internet is case-insensitive, so if we want to work good with them, SGML
should be case-insensitive.

* Recognize xml-compatible tag such as <p/>, set open=0 for these tags.
When parse large file, the returned tree of original SGML may be too deep,
cause stack overflow, recognizing xml-compatible tag can help a bit.

2010-10-10 21:56:23 by Martin Stjernholm <mast@lysator.liu.se>

Extensions by Peter Pan (sent to the pike list on April 4th -09):

* Add `int eline,echar,ecolumn` in class SGMLatom to indicate the end
position of current SGMLatom. src[char..echar-1] got the source of current
SGMLatom.

* Add int open in class SGMLatom to indicate whether the current tag has a
matched end tag.

* Add `function name_formater` `function argname_formater` in SGML which
can be lower_case or upper_case etc. The current existing htmls in
internet is case-insensitive, so if we want to work good with them, SGML
should be case-insensitive.

* Recognize xml-compatible tag such as <p/>, set open=0 for these tags.
When parse large file, the returned tree of original SGML may be too deep,
cause stack overflow, recognizing xml-compatible tag can help a bit.

2010-10-10 21:56:23 by Martin Stjernholm <mast@lysator.liu.se>

Extensions by Peter Pan (sent to the pike list on April 4th -09):

* Add `int eline,echar,ecolumn` in class SGMLatom to indicate the end
position of current SGMLatom. src[char..echar-1] got the source of current
SGMLatom.

* Add int open in class SGMLatom to indicate whether the current tag has a
matched end tag.

* Add `function name_formater` `function argname_formater` in SGML which
can be lower_case or upper_case etc. The current existing htmls in
internet is case-insensitive, so if we want to work good with them, SGML
should be case-insensitive.

* Recognize xml-compatible tag such as <p/>, set open=0 for these tags.
When parse large file, the returned tree of original SGML may be too deep,
cause stack overflow, recognizing xml-compatible tag can help a bit.

2010-10-08

2010-10-08 15:50:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First go at supporting SendEvent.

2010-10-08 15:50:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First go at supporting SendEvent.

2010-10-08 15:50:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First go at supporting SendEvent.

2010-10-08 15:50:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First go at supporting SendEvent.

2010-10-08 15:50:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First go at supporting SendEvent.

2010-10-08 15:50:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First go at supporting SendEvent.

2010-10-06

2010-10-06 11:58:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/4.5' into 7.4

2010-10-06 11:58:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/4.5' into 7.4

2010-10-06 11:58:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/4.5' into 7.4

2010-10-06 11:58:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/4.5' into 7.4

2010-10-06 11:58:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/4.5' into 7.4

2010-10-06 11:58:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/4.5' into 7.4

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

Merge remote branch 'pike-modules/whitefish/5.0' into 7.9

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

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

Merge remote branch 'pike-modules/whitefish/5.0' into 7.9

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

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

Merge remote branch 'pike-modules/whitefish/5.0' into 7.9

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

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

Merge remote branch 'pike-modules/whitefish/5.0' into 7.9

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

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

Merge remote branch 'pike-modules/whitefish/5.0' into 7.9

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

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

Merge remote branch 'pike-modules/whitefish/5.0' into 7.9

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

2010-10-06 09:45:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/5.0' into 7.8

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

2010-10-06 09:45:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/5.0' into 7.8

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

2010-10-06 09:45:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/whitefish/5.0' into 7.8

Updated Search.Utils and Search.Process to a non-roxen context.

Conflicts:
.gitattributes
.gitignore
lib/modules/.autodoc

2010-10-05

2010-10-05 22:46:21 by Martin Stjernholm <mast@lysator.liu.se>

Initial version.

2010-10-05 22:46:21 by Martin Stjernholm <mast@lysator.liu.se>

Initial version.

2010-10-05 22:46:21 by Martin Stjernholm <mast@lysator.liu.se>

Initial version.

2010-10-05 13:11:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added paranoia check for detecting some broken backports from Pike 7.8.

2010-10-05 13:11:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added paranoia check for detecting some broken backports from Pike 7.8.

2010-10-05 13:11:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added paranoia check for detecting some broken backports from Pike 7.8.

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

Added some Autodoc mk II markup for Protocols.X.

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

Added some Autodoc mk II markup for Protocols.X.

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

Added some Autodoc mk II markup for Protocols.X.

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

Added some Autodoc mk II markup for Protocols.X.

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

Added some Autodoc mk II markup for Protocols.X.

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

Added some Autodoc mk II markup for Protocols.X.

2010-10-04

2010-10-04 13:02:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reset revents when fd-boxes are unhooked.

2010-10-04 13:02:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reset revents when fd-boxes are unhooked.

2010-10-04 13:02:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Reset revents when fd-boxes are unhooked.

2010-10-03

2010-10-03 21:20:09 by Martin Stjernholm <mast@lysator.liu.se>

Avoid yielding to other threads in bad places.

Do not yield when an lvalue is temporarily cleared for single ref
optimizations, since another thread might see the zero then.

2010-10-03 21:20:09 by Martin Stjernholm <mast@lysator.liu.se>

Avoid yielding to other threads in bad places.

Do not yield when an lvalue is temporarily cleared for single ref
optimizations, since another thread might see the zero then.

2010-10-03 21:20:09 by Martin Stjernholm <mast@lysator.liu.se>

Avoid yielding to other threads in bad places.

Do not yield when an lvalue is temporarily cleared for single ref
optimizations, since another thread might see the zero then.

2010-09-06

2010-09-06 17:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some commas to the explanations for the shift operators.

Rev: refdoc/chapters/operators.xml:1.2

2010-09-06 17:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some commas to the explanations for the shift operators.

Rev: refdoc/chapters/operators.xml:1.2

2010-09-06 17:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some commas to the explanations for the shift operators.

Rev: refdoc/chapters/operators.xml:1.2

2010-09-06 17:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some commas to the explanations for the shift operators.

Rev: refdoc/chapters/operators.xml:1.2

2010-09-06 17:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some commas to the explanations for the shift operators.

Rev: refdoc/chapters/operators.xml:1.2

2010-09-06 17:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some commas to the explanations for the shift operators.

Rev: refdoc/chapters/operators.xml:1.2

2010-08-27

2010-08-27 11:35:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added quite a bit of Autodoc mk II for the Autodoc mk II system.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod:1.38
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike:1.55

2010-08-27 11:35:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added quite a bit of Autodoc mk II for the Autodoc mk II system.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod:1.38
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike:1.55

2010-08-27 11:35:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added quite a bit of Autodoc mk II for the Autodoc mk II system.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod:1.38
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike:1.55

2010-08-27 11:35:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added quite a bit of Autodoc mk II for the Autodoc mk II system.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod:1.38
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike:1.55

2010-08-27 11:35:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added quite a bit of Autodoc mk II for the Autodoc mk II system.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod:1.38
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike:1.55

2010-08-27 11:35:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added quite a bit of Autodoc mk II for the Autodoc mk II system.

Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod:1.38
Rev: lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike:1.55

2010-08-25

2010-08-25 12:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc mk II markup typo.

Rev: lib/modules/Getopt.pmod:1.35

2010-08-25 12:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc mk II markup typo.

Rev: lib/modules/Getopt.pmod:1.35

2010-08-25 12:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc mk II markup typo.

Rev: lib/modules/Getopt.pmod:1.35

2010-08-25 12:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc mk II markup typo.

Rev: lib/modules/Getopt.pmod:1.35

2010-08-25 12:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc mk II markup typo.

Rev: lib/modules/Getopt.pmod:1.35

2010-08-25 12:23:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc mk II markup typo.

Rev: lib/modules/Getopt.pmod:1.35

2010-07-19

2010-07-19 15:30:48 by Martin Stjernholm <mast@lysator.liu.se>

Added pike wrapper for debug_malloc_dump_references.

Rev: lib/modules/Debug.pmod/module.pmod:1.6
Rev: src/builtin_functions.c:1.702

2010-07-19 15:30:48 by Martin Stjernholm <mast@lysator.liu.se>

Added pike wrapper for debug_malloc_dump_references.

Rev: lib/modules/Debug.pmod/module.pmod:1.6
Rev: src/builtin_functions.c:1.702

2010-07-19 15:30:48 by Martin Stjernholm <mast@lysator.liu.se>

Added pike wrapper for debug_malloc_dump_references.

Rev: lib/modules/Debug.pmod/module.pmod:1.6
Rev: src/builtin_functions.c:1.702

2010-07-19 15:30:48 by Martin Stjernholm <mast@lysator.liu.se>

Added pike wrapper for debug_malloc_dump_references.

Rev: lib/modules/Debug.pmod/module.pmod:1.6
Rev: src/builtin_functions.c:1.702

2010-07-19 15:30:48 by Martin Stjernholm <mast@lysator.liu.se>

Added pike wrapper for debug_malloc_dump_references.

Rev: lib/modules/Debug.pmod/module.pmod:1.6
Rev: src/builtin_functions.c:1.702

2010-07-19 15:30:48 by Martin Stjernholm <mast@lysator.liu.se>

Added pike wrapper for debug_malloc_dump_references.

Rev: lib/modules/Debug.pmod/module.pmod:1.6
Rev: src/builtin_functions.c:1.702

2010-07-09

2010-07-09 12:52:58 by Martin Nilsson <mani@lysator.liu.se>

Fixed window_size argument handling.

Rev: src/modules/Gz/zlibmod.c:1.90

2010-07-09 12:52:58 by Martin Nilsson <mani@lysator.liu.se>

Fixed window_size argument handling.

Rev: src/modules/Gz/zlibmod.c:1.90

2010-07-09 12:52:58 by Martin Nilsson <mani@lysator.liu.se>

Fixed window_size argument handling.

Rev: src/modules/Gz/zlibmod.c:1.90

2010-07-09 12:52:58 by Martin Nilsson <mani@lysator.liu.se>

Fixed window_size argument handling.

Rev: src/modules/Gz/zlibmod.c:1.90

2010-07-09 12:52:58 by Martin Nilsson <mani@lysator.liu.se>

Fixed window_size argument handling.

Rev: src/modules/Gz/zlibmod.c:1.90

2010-07-09 12:52:58 by Martin Nilsson <mani@lysator.liu.se>

Fixed window_size argument handling.

Rev: src/modules/Gz/zlibmod.c:1.90

2010-06-21

2010-06-21 13:25:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved robustness for call_outs of function objects with overloaded __hash() and/or `==().

Rev: src/backend.cmod:1.48

2010-06-21 13:25:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved robustness for call_outs of function objects with overloaded __hash() and/or `==().

Rev: src/backend.cmod:1.48

2010-06-21 13:25:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved robustness for call_outs of function objects with overloaded __hash() and/or `==().

Rev: src/backend.cmod:1.48

2010-06-21 13:25:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved robustness for call_outs of function objects with overloaded __hash() and/or `==().

Rev: src/backend.cmod:1.48

2010-06-21 13:25:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved robustness for call_outs of function objects with overloaded __hash() and/or `==().

Rev: src/backend.cmod:1.48

2010-06-21 13:25:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved robustness for call_outs of function objects with overloaded __hash() and/or `==().

Rev: src/backend.cmod:1.48

2010-06-02

2010-06-02 17:08:32 by Jonas Wallden <jonasw@roxen.com>

Add support for Photoshop files.

Rev: lib/modules/_Image.pmod/Dims.pmod:1.11

2010-06-02 17:08:32 by Jonas Wallden <jonasw@roxen.com>

Add support for Photoshop files.

Rev: lib/modules/_Image.pmod/Dims.pmod:1.11

2010-06-02 17:08:32 by Jonas Wallden <jonasw@roxen.com>

Add support for Photoshop files.

Rev: lib/modules/_Image.pmod/Dims.pmod:1.11

2010-06-02 17:08:32 by Jonas Wallden <jonasw@roxen.com>

Add support for Photoshop files.

Rev: lib/modules/_Image.pmod/Dims.pmod:1.11

2010-06-02 17:08:32 by Jonas Wallden <jonasw@roxen.com>

Add support for Photoshop files.

Rev: lib/modules/_Image.pmod/Dims.pmod:1.11

2010-06-02 17:08:32 by Jonas Wallden <jonasw@roxen.com>

Add support for Photoshop files.

Rev: lib/modules/_Image.pmod/Dims.pmod:1.11

2010-05-31

2010-05-31 22:43:04 by Martin Nilsson <mani@lysator.liu.se>

Doc fix: zero is part of string.

Rev: src/post_modules/Bz2/libbzip2mod.cmod:1.25

2010-05-31 22:43:04 by Martin Nilsson <mani@lysator.liu.se>

Doc fix: zero is part of string.

Rev: src/post_modules/Bz2/libbzip2mod.cmod:1.25

2010-05-31 22:43:04 by Martin Nilsson <mani@lysator.liu.se>

Doc fix: zero is part of string.

Rev: src/post_modules/Bz2/libbzip2mod.cmod:1.25

2010-05-31 22:43:04 by Martin Nilsson <mani@lysator.liu.se>

Doc fix: zero is part of string.

Rev: src/post_modules/Bz2/libbzip2mod.cmod:1.25

2010-05-31 22:43:04 by Martin Nilsson <mani@lysator.liu.se>

Doc fix: zero is part of string.

Rev: src/post_modules/Bz2/libbzip2mod.cmod:1.25

2010-05-31 22:43:04 by Martin Nilsson <mani@lysator.liu.se>

Doc fix: zero is part of string.

Rev: src/post_modules/Bz2/libbzip2mod.cmod:1.25

2010-05-28

2010-05-28 17:42:22 by Martin Stjernholm <mast@lysator.liu.se>

Added Standards.JSON, only with encoder so far.

Rev: src/modules/JSON/.cvsignore:1.1
Rev: src/modules/JSON/JSON.pmod.in:1.1
Rev: src/modules/JSON/Makefile.in:1.1
Rev: src/modules/JSON/configure.in:1.1
Rev: src/modules/JSON/json.cmod:1.1

2010-05-28 17:42:22 by Martin Stjernholm <mast@lysator.liu.se>

Added Standards.JSON, only with encoder so far.

Rev: src/modules/JSON/.cvsignore:1.1
Rev: src/modules/JSON/JSON.pmod.in:1.1
Rev: src/modules/JSON/Makefile.in:1.1
Rev: src/modules/JSON/configure.in:1.1
Rev: src/modules/JSON/json.cmod:1.1

2010-05-28 17:42:22 by Martin Stjernholm <mast@lysator.liu.se>

Added Standards.JSON, only with encoder so far.

Rev: src/modules/JSON/.cvsignore:1.1
Rev: src/modules/JSON/JSON.pmod.in:1.1
Rev: src/modules/JSON/Makefile.in:1.1
Rev: src/modules/JSON/configure.in:1.1
Rev: src/modules/JSON/json.cmod:1.1

2010-05-28 16:34:56 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some buggy closing tags.

Rev: refdoc/presentation/make_html.pike:1.74

2010-05-28 16:34:56 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some buggy closing tags.

Rev: refdoc/presentation/make_html.pike:1.74

2010-05-28 16:34:56 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some buggy closing tags.

Rev: refdoc/presentation/make_html.pike:1.74

2010-05-27

2010-05-27 15:53:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Pike 7.6 compat for Standards.UUID.make_version3().
Thanks to Arjan van Staalduijnen <Arjan.van.Staalduijnen@rtl.nl> for the report.

Rev: lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod:1.2

2010-05-27 15:53:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Pike 7.6 compat for Standards.UUID.make_version3().
Thanks to Arjan van Staalduijnen <Arjan.van.Staalduijnen@rtl.nl> for the report.

Rev: lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod:1.2

2010-05-27 15:53:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Pike 7.6 compat for Standards.UUID.make_version3().
Thanks to Arjan van Staalduijnen <Arjan.van.Staalduijnen@rtl.nl> for the report.

Rev: lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod:1.2

2010-05-27 15:53:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Pike 7.6 compat for Standards.UUID.make_version3().
Thanks to Arjan van Staalduijnen <Arjan.van.Staalduijnen@rtl.nl> for the report.

Rev: lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod:1.2

2010-05-27 15:53:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Pike 7.6 compat for Standards.UUID.make_version3().
Thanks to Arjan van Staalduijnen <Arjan.van.Staalduijnen@rtl.nl> for the report.

Rev: lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod:1.2

2010-05-27 15:53:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Pike 7.6 compat for Standards.UUID.make_version3().
Thanks to Arjan van Staalduijnen <Arjan.van.Staalduijnen@rtl.nl> for the report.

Rev: lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod:1.2

2010-05-26

2010-05-26 13:23:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some extra magic to connect() when mixing IPv4 and IPv6 addresses.
Added FIXME regarding mapped IPv4 addresses to query_address().

Rev: src/modules/files/file.c:1.437

2010-05-26 13:23:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some extra magic to connect() when mixing IPv4 and IPv6 addresses.
Added FIXME regarding mapped IPv4 addresses to query_address().

Rev: src/modules/files/file.c:1.437

2010-05-26 13:23:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some extra magic to connect() when mixing IPv4 and IPv6 addresses.
Added FIXME regarding mapped IPv4 addresses to query_address().

Rev: src/modules/files/file.c:1.437

2010-05-26 13:23:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some extra magic to connect() when mixing IPv4 and IPv6 addresses.
Added FIXME regarding mapped IPv4 addresses to query_address().

Rev: src/modules/files/file.c:1.437

2010-05-26 13:23:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some extra magic to connect() when mixing IPv4 and IPv6 addresses.
Added FIXME regarding mapped IPv4 addresses to query_address().

Rev: src/modules/files/file.c:1.437

2010-05-26 13:23:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some extra magic to connect() when mixing IPv4 and IPv6 addresses.
Added FIXME regarding mapped IPv4 addresses to query_address().

Rev: src/modules/files/file.c:1.437

2010-05-25

2010-05-25 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for encoding and decoding of UTF32.

Rev: lib/modules/Locale.pmod/Charset.pmod/module.pmod:1.63

2010-05-25 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for encoding and decoding of UTF32.

Rev: lib/modules/Locale.pmod/Charset.pmod/module.pmod:1.63

2010-05-25 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for encoding and decoding of UTF32.

Rev: lib/modules/Locale.pmod/Charset.pmod/module.pmod:1.63

2010-05-25 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for encoding and decoding of UTF32.

Rev: lib/modules/Locale.pmod/Charset.pmod/module.pmod:1.63

2010-05-25 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for encoding and decoding of UTF32.

Rev: lib/modules/Locale.pmod/Charset.pmod/module.pmod:1.63

2010-05-25 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for encoding and decoding of UTF32.

Rev: lib/modules/Locale.pmod/Charset.pmod/module.pmod:1.63

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

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

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

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

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

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

2010-05-19 09:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some autodoc updates regarding hash functions.

Rev: src/builtin_functions.c:1.700
Rev: src/program.c:1.777

2010-05-19 09:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some autodoc updates regarding hash functions.

Rev: src/builtin_functions.c:1.700
Rev: src/program.c:1.777

2010-05-19 09:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some autodoc updates regarding hash functions.

Rev: src/builtin_functions.c:1.700
Rev: src/program.c:1.777

2010-05-19 09:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some autodoc updates regarding hash functions.

Rev: src/builtin_functions.c:1.700
Rev: src/program.c:1.777

2010-05-19 09:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some autodoc updates regarding hash functions.

Rev: src/builtin_functions.c:1.700
Rev: src/program.c:1.777

2010-05-19 09:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some autodoc updates regarding hash functions.

Rev: src/builtin_functions.c:1.700
Rev: src/program.c:1.777

2010-05-11

2010-05-11 16:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc markup.

Rev: src/modules/Parser/c.c:1.11
Rev: src/modules/Parser/parser.c:1.21
Rev: src/modules/Parser/pike.c:1.11
Rev: src/modules/Parser/rcs.c:1.5

2010-05-11 16:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc markup.

Rev: src/modules/Parser/c.c:1.11
Rev: src/modules/Parser/parser.c:1.21
Rev: src/modules/Parser/pike.c:1.11
Rev: src/modules/Parser/rcs.c:1.5

2010-05-11 16:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc markup.

Rev: src/modules/Parser/c.c:1.11
Rev: src/modules/Parser/parser.c:1.21
Rev: src/modules/Parser/pike.c:1.11
Rev: src/modules/Parser/rcs.c:1.5

2010-05-11 16:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc markup.

Rev: src/modules/Parser/c.c:1.11
Rev: src/modules/Parser/parser.c:1.21
Rev: src/modules/Parser/pike.c:1.11
Rev: src/modules/Parser/rcs.c:1.5

2010-05-11 16:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc markup.

Rev: src/modules/Parser/c.c:1.11
Rev: src/modules/Parser/parser.c:1.21
Rev: src/modules/Parser/pike.c:1.11
Rev: src/modules/Parser/rcs.c:1.5

2010-05-11 16:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed Autodoc markup.

Rev: src/modules/Parser/c.c:1.11
Rev: src/modules/Parser/parser.c:1.21
Rev: src/modules/Parser/pike.c:1.11
Rev: src/modules/Parser/rcs.c:1.5

2010-03-07

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-02-16

2010-02-16 09:14:19 by Stephen R. van den Berg <srb@cuci.nl>

Adjust documentation for deprecation.

Rev: lib/modules/Sql.pmod/postgres.pike:1.40

2010-02-16 09:14:19 by Stephen R. van den Berg <srb@cuci.nl>

Adjust documentation for deprecation.

Rev: lib/modules/Sql.pmod/postgres.pike:1.40

2010-02-16 09:14:19 by Stephen R. van den Berg <srb@cuci.nl>

Adjust documentation for deprecation.

Rev: lib/modules/Sql.pmod/postgres.pike:1.40

2010-02-16 09:14:19 by Stephen R. van den Berg <srb@cuci.nl>

Adjust documentation for deprecation.

Rev: lib/modules/Sql.pmod/postgres.pike:1.40

2010-02-16 09:14:19 by Stephen R. van den Berg <srb@cuci.nl>

Adjust documentation for deprecation.

Rev: lib/modules/Sql.pmod/postgres.pike:1.40

2010-02-16 09:14:19 by Stephen R. van den Berg <srb@cuci.nl>

Adjust documentation for deprecation.

Rev: lib/modules/Sql.pmod/postgres.pike:1.40

2010-01-08

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

Support wide strings for both arguments of normalize_space.

Rev: lib/modules/String.pmod/testsuite.in:1.28
Rev: src/builtin.cmod:1.246

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

Support wide strings for both arguments of normalize_space.

Rev: lib/modules/String.pmod/testsuite.in:1.28
Rev: src/builtin.cmod:1.246

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

Support wide strings for both arguments of normalize_space.

Rev: lib/modules/String.pmod/testsuite.in:1.28
Rev: src/builtin.cmod:1.246

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

Support wide strings for both arguments of normalize_space.

Rev: lib/modules/String.pmod/testsuite.in:1.28
Rev: src/builtin.cmod:1.246

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

Support wide strings for both arguments of normalize_space.

Rev: lib/modules/String.pmod/testsuite.in:1.28
Rev: src/builtin.cmod:1.246

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

Support wide strings for both arguments of normalize_space.

Rev: lib/modules/String.pmod/testsuite.in:1.28
Rev: src/builtin.cmod:1.246

2009-12-24

2009-12-24 13:02:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Revision()->rcs_prev to decouple RCS file sematics from Revision()->next and Revision()->ancestor.
Updated and added lots of Autodoc mk II documentation.
Made _sprintf()'s protected.
Fixed type error.

Rev: lib/modules/Parser.pmod/RCS.pike:1.40

2009-12-24 13:02:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Revision()->rcs_prev to decouple RCS file sematics from Revision()->next and Revision()->ancestor.
Updated and added lots of Autodoc mk II documentation.
Made _sprintf()'s protected.
Fixed type error.

Rev: lib/modules/Parser.pmod/RCS.pike:1.40

2009-12-24 13:02:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Revision()->rcs_prev to decouple RCS file sematics from Revision()->next and Revision()->ancestor.
Updated and added lots of Autodoc mk II documentation.
Made _sprintf()'s protected.
Fixed type error.

Rev: lib/modules/Parser.pmod/RCS.pike:1.40

2009-12-24 13:02:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Revision()->rcs_prev to decouple RCS file sematics from Revision()->next and Revision()->ancestor.
Updated and added lots of Autodoc mk II documentation.
Made _sprintf()'s protected.
Fixed type error.

Rev: lib/modules/Parser.pmod/RCS.pike:1.40

2009-12-24 13:02:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Revision()->rcs_prev to decouple RCS file sematics from Revision()->next and Revision()->ancestor.
Updated and added lots of Autodoc mk II documentation.
Made _sprintf()'s protected.
Fixed type error.

Rev: lib/modules/Parser.pmod/RCS.pike:1.40

2009-12-24 13:02:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Revision()->rcs_prev to decouple RCS file sematics from Revision()->next and Revision()->ancestor.
Updated and added lots of Autodoc mk II documentation.
Made _sprintf()'s protected.
Fixed type error.

Rev: lib/modules/Parser.pmod/RCS.pike:1.40

2009-12-10

2009-12-10 13:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/modules/_Image_TIFF/module.pmod.in:1.3

2009-12-10 13:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/modules/_Image_TIFF/module.pmod.in:1.3

2009-12-10 13:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/modules/_Image_TIFF/module.pmod.in:1.3

2009-12-10 13:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/modules/_Image_TIFF/module.pmod.in:1.3

2009-12-10 13:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/modules/_Image_TIFF/module.pmod.in:1.3

2009-12-10 13:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/modules/_Image_TIFF/module.pmod.in:1.3

2009-12-09

2009-12-09 14:29:58 by Tor Edvardsson <tor.edvardsson@gmail.com>

Added decode_header() methods for TIFF and PS.
Added these two to Image.ANY.decode_header().
Converted old style autodoc to new style.

Rev: lib/modules/_Image_PS.pmod:1.16
Rev: src/modules/Image/encodings/any.c:1.35
Rev: src/modules/_Image_TIFF/module.pmod.in:1.1

2009-12-09 14:29:58 by Tor Edvardsson <tor.edvardsson@gmail.com>

Added decode_header() methods for TIFF and PS.
Added these two to Image.ANY.decode_header().
Converted old style autodoc to new style.

Rev: lib/modules/_Image_PS.pmod:1.16
Rev: src/modules/Image/encodings/any.c:1.35
Rev: src/modules/_Image_TIFF/module.pmod.in:1.1

2009-12-09 14:29:58 by Tor Edvardsson <tor.edvardsson@gmail.com>

Added decode_header() methods for TIFF and PS.
Added these two to Image.ANY.decode_header().
Converted old style autodoc to new style.

Rev: lib/modules/_Image_PS.pmod:1.16
Rev: src/modules/Image/encodings/any.c:1.35
Rev: src/modules/_Image_TIFF/module.pmod.in:1.1

2009-12-09 14:29:58 by Tor Edvardsson <tor.edvardsson@gmail.com>

Added decode_header() methods for TIFF and PS.
Added these two to Image.ANY.decode_header().
Converted old style autodoc to new style.

Rev: lib/modules/_Image_PS.pmod:1.16
Rev: src/modules/Image/encodings/any.c:1.35
Rev: src/modules/_Image_TIFF/module.pmod.in:1.1

2009-12-09 14:29:58 by Tor Edvardsson <tor.edvardsson@gmail.com>

Added decode_header() methods for TIFF and PS.
Added these two to Image.ANY.decode_header().
Converted old style autodoc to new style.

Rev: lib/modules/_Image_PS.pmod:1.16
Rev: src/modules/Image/encodings/any.c:1.35
Rev: src/modules/_Image_TIFF/module.pmod.in:1.1

2009-12-09 14:29:58 by Tor Edvardsson <tor.edvardsson@gmail.com>

Added decode_header() methods for TIFF and PS.
Added these two to Image.ANY.decode_header().
Converted old style autodoc to new style.

Rev: lib/modules/_Image_PS.pmod:1.16
Rev: src/modules/Image/encodings/any.c:1.35
Rev: src/modules/_Image_TIFF/module.pmod.in:1.1

2009-12-03

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.255

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.177

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.255

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.177

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.255

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.177

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.255

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.177

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.255

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.177

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.255

2009-12-03 17:06:47 by Martin Stjernholm <mast@lysator.liu.se>

Split up the data to write in nb_sendfile.

This can give a big performance boost when sending very large strings. It is
used e.g. when Roxen sends string responses over SSL/TLS.

Rev: lib/modules/Stdio.pmod/module.pmod:1.177

2009-11-17

2009-11-17 14:43:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _encode() and _decode(). Fixes [bug 4257 (#4257)].

Rev: src/modules/Gmp/mpz_glue.c:1.186

2009-11-17 14:43:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _encode() and _decode(). Fixes [bug 4257 (#4257)].

Rev: src/modules/Gmp/mpz_glue.c:1.186

2009-11-17 14:43:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _encode() and _decode(). Fixes [bug 4257 (#4257)].

Rev: src/modules/Gmp/mpz_glue.c:1.186

2009-11-17 14:43:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _encode() and _decode(). Fixes [bug 4257 (#4257)].

Rev: src/modules/Gmp/mpz_glue.c:1.186

2009-11-17 14:43:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _encode() and _decode(). Fixes [bug 4257 (#4257)].

Rev: src/modules/Gmp/mpz_glue.c:1.186

2009-11-17 14:43:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added _encode() and _decode(). Fixes [bug 4257 (#4257)].

Rev: src/modules/Gmp/mpz_glue.c:1.186

2009-11-16

2009-11-16 23:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Added block_strings option to Pike.count_memory.

Rev: src/gc.c:1.334

2009-11-16 23:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Added block_strings option to Pike.count_memory.

Rev: src/gc.c:1.334

2009-11-16 23:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Added block_strings option to Pike.count_memory.

Rev: src/gc.c:1.334

2009-11-16 23:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Added block_strings option to Pike.count_memory.

Rev: src/gc.c:1.334

2009-11-16 23:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Added block_strings option to Pike.count_memory.

Rev: src/gc.c:1.334

2009-11-16 23:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Added block_strings option to Pike.count_memory.

Rev: src/gc.c:1.334

2009-11-10

2009-11-10 12:55:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added big_typed_query() and streaming_typed_query().

Rev: lib/modules/Sql.pmod/mysql.pike:1.44

2009-11-10 12:55:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added big_typed_query() and streaming_typed_query().

Rev: lib/modules/Sql.pmod/mysql.pike:1.44

2009-11-10 12:55:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added big_typed_query() and streaming_typed_query().

Rev: lib/modules/Sql.pmod/mysql.pike:1.44

2009-11-10 12:55:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added big_typed_query() and streaming_typed_query().

Rev: lib/modules/Sql.pmod/mysql.pike:1.44

2009-11-10 12:55:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added big_typed_query() and streaming_typed_query().

Rev: lib/modules/Sql.pmod/mysql.pike:1.44

2009-11-10 12:55:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added big_typed_query() and streaming_typed_query().

Rev: lib/modules/Sql.pmod/mysql.pike:1.44

2009-11-06

2009-11-06 15:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated documentation for fetch_row().

Rev: lib/modules/Sql.pmod/sql_result.pike:1.24

2009-11-06 15:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated documentation for fetch_row().

Rev: lib/modules/Sql.pmod/sql_result.pike:1.24

2009-11-06 15:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated documentation for fetch_row().

Rev: lib/modules/Sql.pmod/sql_result.pike:1.24

2009-11-06 15:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated documentation for fetch_row().

Rev: lib/modules/Sql.pmod/sql_result.pike:1.24

2009-11-06 15:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated documentation for fetch_row().

Rev: lib/modules/Sql.pmod/sql_result.pike:1.24

2009-11-06 15:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated documentation for fetch_row().

Rev: lib/modules/Sql.pmod/sql_result.pike:1.24

2009-10-28

2009-10-28 17:54:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved hash function for Gmp.mpz and Gmp.bignum.

Rev: src/modules/Gmp/mpz_glue.c:1.185

2009-10-28 17:54:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved hash function for Gmp.mpz and Gmp.bignum.

Rev: src/modules/Gmp/mpz_glue.c:1.185

2009-10-28 17:54:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved hash function for Gmp.mpz and Gmp.bignum.

Rev: src/modules/Gmp/mpz_glue.c:1.185

2009-10-28 17:54:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved hash function for Gmp.mpz and Gmp.bignum.

Rev: src/modules/Gmp/mpz_glue.c:1.185

2009-10-28 17:54:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved hash function for Gmp.mpz and Gmp.bignum.

Rev: src/modules/Gmp/mpz_glue.c:1.185

2009-10-28 17:54:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved hash function for Gmp.mpz and Gmp.bignum.

Rev: src/modules/Gmp/mpz_glue.c:1.185

2009-10-01

2009-10-01 11:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.36

2009-10-01 11:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.36

2009-10-01 11:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.36

2009-10-01 11:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.36

2009-10-01 11:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.36

2009-10-01 11:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.36

2009-10-01 11:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.46

2009-10-01 11:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.46

2009-10-01 11:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.46

2009-10-01 11:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.46

2009-10-01 11:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.46

2009-10-01 11:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported do_async_method() from Pike 7.8.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.46

2009-09-26

2009-09-26 23:45:56 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.3
Rev: lib/modules/Sql.pmod/null.pike:1.2

2009-09-26 23:45:56 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.3
Rev: lib/modules/Sql.pmod/null.pike:1.2

2009-09-26 23:45:56 by Martin Nilsson <mani@lysator.liu.se>

Added #pike

Rev: lib/modules/Protocols.pmod/IPv6.pmod:1.3
Rev: lib/modules/Sql.pmod/null.pike:1.2

2009-09-08

2009-09-08 16:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved some CompilerEnvironment-related AutoDoc mk II markup.
Added some FIXME markers regarding f_compilation_env_filter_exception().

Rev: src/program.c:1.769

2009-09-08 16:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved some CompilerEnvironment-related AutoDoc mk II markup.
Added some FIXME markers regarding f_compilation_env_filter_exception().

Rev: src/program.c:1.769

2009-09-08 16:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved some CompilerEnvironment-related AutoDoc mk II markup.
Added some FIXME markers regarding f_compilation_env_filter_exception().

Rev: src/program.c:1.769

2009-09-08 16:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved some CompilerEnvironment-related AutoDoc mk II markup.
Added some FIXME markers regarding f_compilation_env_filter_exception().

Rev: src/program.c:1.769

2009-09-08 16:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved some CompilerEnvironment-related AutoDoc mk II markup.
Added some FIXME markers regarding f_compilation_env_filter_exception().

Rev: src/program.c:1.769

2009-09-08 16:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved some CompilerEnvironment-related AutoDoc mk II markup.
Added some FIXME markers regarding f_compilation_env_filter_exception().

Rev: src/program.c:1.769

2009-08-28

2009-08-28 12:09:44 by Peter Bortas <zino@lysator.liu.se>

Fixed doc grammar.

Rev: lib/modules/Process.pmod:1.65

2009-08-28 12:09:44 by Peter Bortas <zino@lysator.liu.se>

Fixed doc grammar.

Rev: lib/modules/Process.pmod:1.65

2009-08-28 12:09:44 by Peter Bortas <zino@lysator.liu.se>

Fixed doc grammar.

Rev: lib/modules/Process.pmod:1.65

2009-08-28 12:09:44 by Peter Bortas <zino@lysator.liu.se>

Fixed doc grammar.

Rev: lib/modules/Process.pmod:1.65

2009-08-28 12:09:44 by Peter Bortas <zino@lysator.liu.se>

Fixed doc grammar.

Rev: lib/modules/Process.pmod:1.65

2009-08-28 12:09:44 by Peter Bortas <zino@lysator.liu.se>

Fixed doc grammar.

Rev: lib/modules/Process.pmod:1.65

2009-08-26

2009-08-26 12:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.14
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
Rev: src/modules/Mysql/result.c:1.35

2009-08-26 12:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.14
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
Rev: src/modules/Mysql/result.c:1.35

2009-08-26 12:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.14
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
Rev: src/modules/Mysql/result.c:1.35

2009-08-26 12:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.14
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
Rev: src/modules/Mysql/result.c:1.35

2009-08-26 12:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.14
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
Rev: src/modules/Mysql/result.c:1.35

2009-08-26 12:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.14
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.18
Rev: src/modules/Mysql/result.c:1.35

2009-08-26 12:38:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.20
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.25
Rev: src/modules/Mysql/result.c:1.40

2009-08-26 12:38:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.20
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.25
Rev: src/modules/Mysql/result.c:1.40

2009-08-26 12:38:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.20
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.25
Rev: src/modules/Mysql/result.c:1.40

2009-08-26 12:38:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.20
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.25
Rev: src/modules/Mysql/result.c:1.40

2009-08-26 12:38:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.20
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.25
Rev: src/modules/Mysql/result.c:1.40

2009-08-26 12:38:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.20
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.25
Rev: src/modules/Mysql/result.c:1.40

2009-08-26 12:38:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.12
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.15
Rev: src/modules/Mysql/result.c:1.33

2009-08-26 12:38:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.12
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.15
Rev: src/modules/Mysql/result.c:1.33

2009-08-26 12:38:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.12
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.15
Rev: src/modules/Mysql/result.c:1.33

2009-08-26 12:38:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.12
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.15
Rev: src/modules/Mysql/result.c:1.33

2009-08-26 12:38:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.12
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.15
Rev: src/modules/Mysql/result.c:1.33

2009-08-26 12:38:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented fetch_json_result for accelerated SQL to JSON conversion.

Rev: lib/modules/Sql.pmod/sql_result.pike:1.12
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.15
Rev: src/modules/Mysql/result.c:1.33

2009-08-17

2009-08-17 23:22:10 by Stephen R. van den Berg <srb@cuci.nl>

Tiny fixes for compilation in debug mode.

Rev: src/object.c:1.302

2009-08-17 23:22:10 by Stephen R. van den Berg <srb@cuci.nl>

Tiny fixes for compilation in debug mode.

Rev: src/object.c:1.302

2009-08-17 23:22:10 by Stephen R. van den Berg <srb@cuci.nl>

Tiny fixes for compilation in debug mode.

Rev: src/object.c:1.302

2009-08-11

2009-08-11 09:50:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Marked compat functions top() and size() as deprecated.

Rev: lib/modules/ADT.pmod/Heap.pike:1.13

2009-08-11 09:50:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Marked compat functions top() and size() as deprecated.

Rev: lib/modules/ADT.pmod/Heap.pike:1.13

2009-08-11 09:50:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Marked compat functions top() and size() as deprecated.

Rev: lib/modules/ADT.pmod/Heap.pike:1.13

2009-07-13

2009-07-13 08:55:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.1
Rev: lib/modules/Filesystem.pmod/Monitor.pmod/debug.pike:1.1

2009-07-13 08:55:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.1
Rev: lib/modules/Filesystem.pmod/Monitor.pmod/debug.pike:1.1

2009-07-13 08:55:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.1
Rev: lib/modules/Filesystem.pmod/Monitor.pmod/debug.pike:1.1

2009-07-13 08:55:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.1
Rev: lib/modules/Filesystem.pmod/Monitor.pmod/debug.pike:1.1

2009-07-11

2009-07-11 12:20:48 by Martin Stjernholm <mast@lysator.liu.se>

Documented split_quoted_string.

Rev: lib/modules/Process.pmod:1.63

2009-07-11 12:20:48 by Martin Stjernholm <mast@lysator.liu.se>

Documented split_quoted_string.

Rev: lib/modules/Process.pmod:1.63

2009-07-11 12:20:48 by Martin Stjernholm <mast@lysator.liu.se>

Documented split_quoted_string.

Rev: lib/modules/Process.pmod:1.63

2009-07-11 12:20:48 by Martin Stjernholm <mast@lysator.liu.se>

Documented split_quoted_string.

Rev: lib/modules/Process.pmod:1.63

2009-07-11 12:20:48 by Martin Stjernholm <mast@lysator.liu.se>

Documented split_quoted_string.

Rev: lib/modules/Process.pmod:1.63

2009-07-11 12:20:48 by Martin Stjernholm <mast@lysator.liu.se>

Documented split_quoted_string.

Rev: lib/modules/Process.pmod:1.63

2009-07-05

2009-07-05 13:57:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved compatibility with Nettle 2.0 some more.
Still not at 100% compat, but only one testsuite test fails now.

Rev: src/post_modules/Nettle/nettle.cmod:1.52

2009-07-05 13:57:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved compatibility with Nettle 2.0 some more.
Still not at 100% compat, but only one testsuite test fails now.

Rev: src/post_modules/Nettle/nettle.cmod:1.52

2009-07-05 13:57:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved compatibility with Nettle 2.0 some more.
Still not at 100% compat, but only one testsuite test fails now.

Rev: src/post_modules/Nettle/nettle.cmod:1.52

2009-07-05 13:57:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved compatibility with Nettle 2.0 some more.
Still not at 100% compat, but only one testsuite test fails now.

Rev: src/post_modules/Nettle/nettle.cmod:1.52

2009-07-05 13:57:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved compatibility with Nettle 2.0 some more.
Still not at 100% compat, but only one testsuite test fails now.

Rev: src/post_modules/Nettle/nettle.cmod:1.52

2009-07-05 13:57:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Improved compatibility with Nettle 2.0 some more.
Still not at 100% compat, but only one testsuite test fails now.

Rev: src/post_modules/Nettle/nettle.cmod:1.52

2009-07-02

2009-07-02 09:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for Nettle 2.0 mk II.
Added check for existence of struct yarrow256_ctx.seed_file.
Nettle.get_seed() now only exists for Nettles libraries prior to 2.0.
Conditioned checks for Nettle API functions on Nettle existence to reduce config cache contamination when bundles are enabled.

Rev: src/post_modules/Nettle/acconfig.h:1.2
Rev: src/post_modules/Nettle/configure.in:1.22
Rev: src/post_modules/Nettle/nettle.cmod:1.51

2009-07-02 09:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for Nettle 2.0 mk II.
Added check for existence of struct yarrow256_ctx.seed_file.
Nettle.get_seed() now only exists for Nettles libraries prior to 2.0.
Conditioned checks for Nettle API functions on Nettle existence to reduce config cache contamination when bundles are enabled.

Rev: src/post_modules/Nettle/acconfig.h:1.2
Rev: src/post_modules/Nettle/configure.in:1.22
Rev: src/post_modules/Nettle/nettle.cmod:1.51

2009-07-02 09:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for Nettle 2.0 mk II.
Added check for existence of struct yarrow256_ctx.seed_file.
Nettle.get_seed() now only exists for Nettles libraries prior to 2.0.
Conditioned checks for Nettle API functions on Nettle existence to reduce config cache contamination when bundles are enabled.

Rev: src/post_modules/Nettle/acconfig.h:1.2
Rev: src/post_modules/Nettle/configure.in:1.22
Rev: src/post_modules/Nettle/nettle.cmod:1.51

2009-07-02 09:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for Nettle 2.0 mk II.
Added check for existence of struct yarrow256_ctx.seed_file.
Nettle.get_seed() now only exists for Nettles libraries prior to 2.0.
Conditioned checks for Nettle API functions on Nettle existence to reduce config cache contamination when bundles are enabled.

Rev: src/post_modules/Nettle/acconfig.h:1.2
Rev: src/post_modules/Nettle/configure.in:1.22
Rev: src/post_modules/Nettle/nettle.cmod:1.51

2009-07-02 09:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for Nettle 2.0 mk II.
Added check for existence of struct yarrow256_ctx.seed_file.
Nettle.get_seed() now only exists for Nettles libraries prior to 2.0.
Conditioned checks for Nettle API functions on Nettle existence to reduce config cache contamination when bundles are enabled.

Rev: src/post_modules/Nettle/acconfig.h:1.2
Rev: src/post_modules/Nettle/configure.in:1.22
Rev: src/post_modules/Nettle/nettle.cmod:1.51

2009-07-02 09:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for Nettle 2.0 mk II.
Added check for existence of struct yarrow256_ctx.seed_file.
Nettle.get_seed() now only exists for Nettles libraries prior to 2.0.
Conditioned checks for Nettle API functions on Nettle existence to reduce config cache contamination when bundles are enabled.

Rev: src/post_modules/Nettle/acconfig.h:1.2
Rev: src/post_modules/Nettle/configure.in:1.22
Rev: src/post_modules/Nettle/nettle.cmod:1.51

2009-06-28

2009-06-28 10:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed support for old gmp libraries without mpz_bin_ui.

Rev: src/modules/Gmp/acconfig.h:1.9
Rev: src/modules/Gmp/configure.in:1.50
Rev: src/modules/Gmp/mpz_glue.c:1.184

2009-06-28 10:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed support for old gmp libraries without mpz_bin_ui.

Rev: src/modules/Gmp/acconfig.h:1.9
Rev: src/modules/Gmp/configure.in:1.50
Rev: src/modules/Gmp/mpz_glue.c:1.184

2009-06-28 10:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed support for old gmp libraries without mpz_bin_ui.

Rev: src/modules/Gmp/acconfig.h:1.9
Rev: src/modules/Gmp/configure.in:1.50
Rev: src/modules/Gmp/mpz_glue.c:1.184

2009-06-28 10:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed support for old gmp libraries without mpz_bin_ui.

Rev: src/modules/Gmp/acconfig.h:1.9
Rev: src/modules/Gmp/configure.in:1.50
Rev: src/modules/Gmp/mpz_glue.c:1.184

2009-06-28 10:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed support for old gmp libraries without mpz_bin_ui.

Rev: src/modules/Gmp/acconfig.h:1.9
Rev: src/modules/Gmp/configure.in:1.50
Rev: src/modules/Gmp/mpz_glue.c:1.184

2009-06-28 10:08:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed support for old gmp libraries without mpz_bin_ui.

Rev: src/modules/Gmp/acconfig.h:1.9
Rev: src/modules/Gmp/configure.in:1.50
Rev: src/modules/Gmp/mpz_glue.c:1.184

2009-06-23

2009-06-23 16:34:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_dump_program_tables() now supports an optional indent level.

Rev: src/builtin_functions.c:1.690

2009-06-23 16:34:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_dump_program_tables() now supports an optional indent level.

Rev: src/builtin_functions.c:1.690

2009-06-23 16:34:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_dump_program_tables() now supports an optional indent level.

Rev: src/builtin_functions.c:1.690

2009-06-23 16:34:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_dump_program_tables() now supports an optional indent level.

Rev: src/builtin_functions.c:1.690

2009-06-23 16:34:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_dump_program_tables() now supports an optional indent level.

Rev: src/builtin_functions.c:1.690

2009-06-23 16:34:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_dump_program_tables() now supports an optional indent level.

Rev: src/builtin_functions.c:1.690

2009-06-10

2009-06-10 15:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in documentation.

Rev: src/modules/files/file.c:1.411

2009-06-10 15:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in documentation.

Rev: src/modules/files/file.c:1.411

2009-06-10 15:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in documentation.

Rev: src/modules/files/file.c:1.411

2009-06-10 15:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in documentation.

Rev: src/modules/files/file.c:1.411

2009-06-10 15:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in documentation.

Rev: src/modules/files/file.c:1.411

2009-06-10 15:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in documentation.

Rev: src/modules/files/file.c:1.411

2009-06-10 13:55:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed overzealous filtering in Stdio.File()->mode().
Fixes [bug 4852 (#4852)] where Stdio.nb_sendfile() always runs in blocking mode.

Rev: src/modules/files/file.c:1.410

2009-06-10 13:55:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed overzealous filtering in Stdio.File()->mode().
Fixes [bug 4852 (#4852)] where Stdio.nb_sendfile() always runs in blocking mode.

Rev: src/modules/files/file.c:1.410

2009-06-10 13:55:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed overzealous filtering in Stdio.File()->mode().
Fixes [bug 4852 (#4852)] where Stdio.nb_sendfile() always runs in blocking mode.

Rev: src/modules/files/file.c:1.410

2009-06-10 13:55:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed overzealous filtering in Stdio.File()->mode().
Fixes [bug 4852 (#4852)] where Stdio.nb_sendfile() always runs in blocking mode.

Rev: src/modules/files/file.c:1.410

2009-06-10 13:55:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed overzealous filtering in Stdio.File()->mode().
Fixes [bug 4852 (#4852)] where Stdio.nb_sendfile() always runs in blocking mode.

Rev: src/modules/files/file.c:1.410

2009-06-10 13:55:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed overzealous filtering in Stdio.File()->mode().
Fixes [bug 4852 (#4852)] where Stdio.nb_sendfile() always runs in blocking mode.

Rev: src/modules/files/file.c:1.410

2009-06-06

2009-06-06 13:10:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor updates to the documentation.

Rev: src/iterators.cmod:1.72

2009-06-06 13:10:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor updates to the documentation.

Rev: src/iterators.cmod:1.72

2009-06-06 13:10:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor updates to the documentation.

Rev: src/iterators.cmod:1.72

2009-06-06 13:10:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor updates to the documentation.

Rev: src/iterators.cmod:1.72

2009-06-06 13:10:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor updates to the documentation.

Rev: src/iterators.cmod:1.72

2009-06-06 13:10:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor updates to the documentation.

Rev: src/iterators.cmod:1.72

2009-05-15

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-04-26

2009-04-26 18:33:18 by Peter Bortas <zino@lysator.liu.se>

Documentation fix.

Rev: src/modules/Gz/zlibmod.c:1.85

2009-04-26 18:33:18 by Peter Bortas <zino@lysator.liu.se>

Documentation fix.

Rev: src/modules/Gz/zlibmod.c:1.85

2009-04-26 18:33:18 by Peter Bortas <zino@lysator.liu.se>

Documentation fix.

Rev: src/modules/Gz/zlibmod.c:1.85

2009-04-26 18:33:18 by Peter Bortas <zino@lysator.liu.se>

Documentation fix.

Rev: src/modules/Gz/zlibmod.c:1.85

2009-04-26 18:33:18 by Peter Bortas <zino@lysator.liu.se>

Documentation fix.

Rev: src/modules/Gz/zlibmod.c:1.85

2009-04-26 18:33:18 by Peter Bortas <zino@lysator.liu.se>

Documentation fix.

Rev: src/modules/Gz/zlibmod.c:1.85

2009-04-18

2009-04-18 12:27:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some documentation updates.

Rev: lib/modules/Sql.pmod/Sql.pike:1.94

2009-04-18 12:27:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some documentation updates.

Rev: lib/modules/Sql.pmod/Sql.pike:1.94

2009-04-18 12:27:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some documentation updates.

Rev: lib/modules/Sql.pmod/Sql.pike:1.94

2009-04-18 12:27:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some documentation updates.

Rev: lib/modules/Sql.pmod/Sql.pike:1.94

2009-04-18 12:27:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some documentation updates.

Rev: lib/modules/Sql.pmod/Sql.pike:1.94

2009-04-18 12:27:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some documentation updates.

Rev: lib/modules/Sql.pmod/Sql.pike:1.94

2009-04-16

2009-04-16 09:34:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc markup fixes.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.68

2009-04-16 09:34:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc markup fixes.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.68

2009-04-16 09:34:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc markup fixes.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.68

2009-04-16 09:34:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc markup fixes.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.68

2009-04-16 09:34:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc markup fixes.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.68

2009-04-16 09:34:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc markup fixes.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.68

2009-04-15

2009-04-15 18:53:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for specifying (some) modifiers via a mapping.

Rev: src/modules/sprintf/sprintf.c:1.161

2009-04-15 18:53:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for specifying (some) modifiers via a mapping.

Rev: src/modules/sprintf/sprintf.c:1.161

2009-04-15 18:53:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for specifying (some) modifiers via a mapping.

Rev: src/modules/sprintf/sprintf.c:1.161

2009-04-15 18:53:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for specifying (some) modifiers via a mapping.

Rev: src/modules/sprintf/sprintf.c:1.161

2009-04-15 18:53:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for specifying (some) modifiers via a mapping.

Rev: src/modules/sprintf/sprintf.c:1.161

2009-04-15 18:53:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added support for specifying (some) modifiers via a mapping.

Rev: src/modules/sprintf/sprintf.c:1.161

2009-04-10

2009-04-10 17:19:53 by Stephen R. van den Berg <srb@cuci.nl>

Fix formatting and whitespace.

Rev: lib/modules/Sql.pmod/pgsql.h:1.5
Rev: lib/modules/Sql.pmod/pgsql.pike:1.62
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.18
Rev: src/modules/_PGsql/PGsql.cmod:1.34

2009-04-10 17:19:53 by Stephen R. van den Berg <srb@cuci.nl>

Fix formatting and whitespace.

Rev: lib/modules/Sql.pmod/pgsql.h:1.5
Rev: lib/modules/Sql.pmod/pgsql.pike:1.62
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.18
Rev: src/modules/_PGsql/PGsql.cmod:1.34

2009-04-10 17:19:53 by Stephen R. van den Berg <srb@cuci.nl>

Fix formatting and whitespace.

Rev: lib/modules/Sql.pmod/pgsql.h:1.5
Rev: lib/modules/Sql.pmod/pgsql.pike:1.62
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.18
Rev: src/modules/_PGsql/PGsql.cmod:1.34

2009-04-10 17:19:53 by Stephen R. van den Berg <srb@cuci.nl>

Fix formatting and whitespace.

Rev: lib/modules/Sql.pmod/pgsql.h:1.5
Rev: lib/modules/Sql.pmod/pgsql.pike:1.62
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.18
Rev: src/modules/_PGsql/PGsql.cmod:1.34

2009-04-10 17:19:53 by Stephen R. van den Berg <srb@cuci.nl>

Fix formatting and whitespace.

Rev: lib/modules/Sql.pmod/pgsql.h:1.5
Rev: lib/modules/Sql.pmod/pgsql.pike:1.62
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.18
Rev: src/modules/_PGsql/PGsql.cmod:1.34

2009-04-10 17:19:53 by Stephen R. van den Berg <srb@cuci.nl>

Fix formatting and whitespace.

Rev: lib/modules/Sql.pmod/pgsql.h:1.5
Rev: lib/modules/Sql.pmod/pgsql.pike:1.62
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.18
Rev: src/modules/_PGsql/PGsql.cmod:1.34

2009-04-05

2009-04-05 10:01:59 by Martin Stjernholm <mast@lysator.liu.se>

Reinstated the class as Parser.SGML(). It became Parser.SGML()->SGML()
in the move to a separate file (apparently inadvertently).
Parser.SGML.SGML is kept as a compatibility alias.

Rev: lib/modules/Parser.pmod/SGML.pike:1.5

2009-04-05 10:01:59 by Martin Stjernholm <mast@lysator.liu.se>

Reinstated the class as Parser.SGML(). It became Parser.SGML()->SGML()
in the move to a separate file (apparently inadvertently).
Parser.SGML.SGML is kept as a compatibility alias.

Rev: lib/modules/Parser.pmod/SGML.pike:1.5

2009-04-05 10:01:59 by Martin Stjernholm <mast@lysator.liu.se>

Reinstated the class as Parser.SGML(). It became Parser.SGML()->SGML()
in the move to a separate file (apparently inadvertently).
Parser.SGML.SGML is kept as a compatibility alias.

Rev: lib/modules/Parser.pmod/SGML.pike:1.5

2009-04-05 10:01:59 by Martin Stjernholm <mast@lysator.liu.se>

Reinstated the class as Parser.SGML(). It became Parser.SGML()->SGML()
in the move to a separate file (apparently inadvertently).
Parser.SGML.SGML is kept as a compatibility alias.

Rev: lib/modules/Parser.pmod/SGML.pike:1.5

2009-04-05 10:01:59 by Martin Stjernholm <mast@lysator.liu.se>

Reinstated the class as Parser.SGML(). It became Parser.SGML()->SGML()
in the move to a separate file (apparently inadvertently).
Parser.SGML.SGML is kept as a compatibility alias.

Rev: lib/modules/Parser.pmod/SGML.pike:1.5

2009-04-05 10:01:59 by Martin Stjernholm <mast@lysator.liu.se>

Reinstated the class as Parser.SGML(). It became Parser.SGML()->SGML()
in the move to a separate file (apparently inadvertently).
Parser.SGML.SGML is kept as a compatibility alias.

Rev: lib/modules/Parser.pmod/SGML.pike:1.5

2009-04-01

2009-04-01 20:47:59 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small doc typo.

Rev: src/builtin_functions.c:1.689

2009-04-01 20:47:59 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small doc typo.

Rev: src/builtin_functions.c:1.689

2009-04-01 20:47:59 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small doc typo.

Rev: src/builtin_functions.c:1.689

2009-04-01 20:47:59 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small doc typo.

Rev: src/builtin_functions.c:1.689

2009-04-01 20:47:59 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small doc typo.

Rev: src/builtin_functions.c:1.689

2009-04-01 20:47:59 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small doc typo.

Rev: src/builtin_functions.c:1.689

2009-03-31

2009-03-31 17:38:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Broke out the parsing of parameters to a separate function.

Rev: lib/modules/MIME.pmod/module.pmod:1.26

2009-03-31 17:38:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Broke out the parsing of parameters to a separate function.

Rev: lib/modules/MIME.pmod/module.pmod:1.26

2009-03-31 17:38:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Broke out the parsing of parameters to a separate function.

Rev: lib/modules/MIME.pmod/module.pmod:1.26

2009-03-31 17:38:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Broke out the parsing of parameters to a separate function.

Rev: lib/modules/MIME.pmod/module.pmod:1.26

2009-03-31 17:38:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Broke out the parsing of parameters to a separate function.

Rev: lib/modules/MIME.pmod/module.pmod:1.26

2009-03-31 17:38:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Broke out the parsing of parameters to a separate function.

Rev: lib/modules/MIME.pmod/module.pmod:1.26

2009-03-23

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

Backported Filesystem.Traversion from 7.6.

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

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

Backported Filesystem.Traversion from 7.6.

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

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

Backported Filesystem.Traversion from 7.6.

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

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

Backported Filesystem.Traversion from 7.6.

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

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

Backported Filesystem.Traversion from 7.6.

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

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

Backported Filesystem.Traversion from 7.6.

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

2009-03-19

2009-03-19 13:43:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Bugfix for NT.

Rev: lib/modules/Stdio.pmod/module.pmod:1.254

2009-03-19 13:43:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Bugfix for NT.

Rev: lib/modules/Stdio.pmod/module.pmod:1.254

2009-03-19 13:43:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Bugfix for NT.

Rev: lib/modules/Stdio.pmod/module.pmod:1.254

2009-03-19 13:43:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Bugfix for NT.

Rev: lib/modules/Stdio.pmod/module.pmod:1.254

2009-03-19 13:43:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Bugfix for NT.

Rev: lib/modules/Stdio.pmod/module.pmod:1.254

2009-03-19 13:43:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Bugfix for NT.

Rev: lib/modules/Stdio.pmod/module.pmod:1.254

2009-03-16

2009-03-16 13:53:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RegGet{Value{,s},KeyNames}() now return UNDEFINED on non-existing keys.

Rev: src/modules/system/nt.c:1.84

2009-03-16 13:53:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RegGet{Value{,s},KeyNames}() now return UNDEFINED on non-existing keys.

Rev: src/modules/system/nt.c:1.84

2009-03-16 13:53:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RegGet{Value{,s},KeyNames}() now return UNDEFINED on non-existing keys.

Rev: src/modules/system/nt.c:1.84

2009-03-16 13:53:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RegGet{Value{,s},KeyNames}() now return UNDEFINED on non-existing keys.

Rev: src/modules/system/nt.c:1.84

2009-03-16 13:53:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RegGet{Value{,s},KeyNames}() now return UNDEFINED on non-existing keys.

Rev: src/modules/system/nt.c:1.84

2009-03-16 13:53:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

RegGet{Value{,s},KeyNames}() now return UNDEFINED on non-existing keys.

Rev: src/modules/system/nt.c:1.84

2009-03-12

2009-03-12 22:39:30 by Martin Nilsson <mani@lysator.liu.se>

Documentation update

Rev: src/modules/Gz/zlibmod.c:1.84

2009-03-12 22:39:30 by Martin Nilsson <mani@lysator.liu.se>

Documentation update

Rev: src/modules/Gz/zlibmod.c:1.84

2009-03-12 22:39:30 by Martin Nilsson <mani@lysator.liu.se>

Documentation update

Rev: src/modules/Gz/zlibmod.c:1.84

2009-03-12 22:39:30 by Martin Nilsson <mani@lysator.liu.se>

Documentation update

Rev: src/modules/Gz/zlibmod.c:1.84

2009-03-12 22:39:30 by Martin Nilsson <mani@lysator.liu.se>

Documentation update

Rev: src/modules/Gz/zlibmod.c:1.84

2009-03-12 22:39:30 by Martin Nilsson <mani@lysator.liu.se>

Documentation update

Rev: src/modules/Gz/zlibmod.c:1.84

2009-03-12 17:30:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__handle_sprintf_format() now have two operating modes; strict and normal.
Added documentation for __handle_sprintf_format() and the type constants.
Added new type constant strict_sprintf_args.

Rev: src/modules/sprintf/sprintf.c:1.155

2009-03-12 17:30:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__handle_sprintf_format() now have two operating modes; strict and normal.
Added documentation for __handle_sprintf_format() and the type constants.
Added new type constant strict_sprintf_args.

Rev: src/modules/sprintf/sprintf.c:1.155

2009-03-12 17:30:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__handle_sprintf_format() now have two operating modes; strict and normal.
Added documentation for __handle_sprintf_format() and the type constants.
Added new type constant strict_sprintf_args.

Rev: src/modules/sprintf/sprintf.c:1.155

2009-03-12 17:30:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__handle_sprintf_format() now have two operating modes; strict and normal.
Added documentation for __handle_sprintf_format() and the type constants.
Added new type constant strict_sprintf_args.

Rev: src/modules/sprintf/sprintf.c:1.155

2009-03-12 17:30:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__handle_sprintf_format() now have two operating modes; strict and normal.
Added documentation for __handle_sprintf_format() and the type constants.
Added new type constant strict_sprintf_args.

Rev: src/modules/sprintf/sprintf.c:1.155

2009-03-12 17:30:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

__handle_sprintf_format() now have two operating modes; strict and normal.
Added documentation for __handle_sprintf_format() and the type constants.
Added new type constant strict_sprintf_args.

Rev: src/modules/sprintf/sprintf.c:1.155

2009-02-28

2009-02-28 20:29:20 by Stephen R. van den Berg <srb@cuci.nl>

Clean up and fix UTF8/Unicode/wide string support for pgsql.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.60
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.17
Rev: src/modules/_PGsql/PGsql.cmod:1.33

2009-02-28 20:29:20 by Stephen R. van den Berg <srb@cuci.nl>

Clean up and fix UTF8/Unicode/wide string support for pgsql.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.60
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.17
Rev: src/modules/_PGsql/PGsql.cmod:1.33

2009-02-28 20:29:20 by Stephen R. van den Berg <srb@cuci.nl>

Clean up and fix UTF8/Unicode/wide string support for pgsql.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.60
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.17
Rev: src/modules/_PGsql/PGsql.cmod:1.33

2009-02-28 20:29:20 by Stephen R. van den Berg <srb@cuci.nl>

Clean up and fix UTF8/Unicode/wide string support for pgsql.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.60
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.17
Rev: src/modules/_PGsql/PGsql.cmod:1.33

2009-02-28 20:29:20 by Stephen R. van den Berg <srb@cuci.nl>