Branch: Tag:

2022-09-15

2022-09-15 08:45:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Improved integer types for several math functions.

Improves the return types for predef::sqrt(), predef::min(),
predef::max(), predef::limit(), predef::abs() and predef::sgn()
when called with integer types.

2022-08-28

2022-08-28 17:01:54 by Peter Bortas <bortas@gmail.com>

Misc: Fix incorrect syntax in autodoc

2022-07-14

2022-07-14 13:15:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Restructuring of the sprintf() typechecker.

2021-07-20

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

Doc: Fixed AutoDoc markup typo.

2021-06-30

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

Doc [Ffmpeg]: Fixed some markup issues.

2021-04-06

2021-04-06 21:05:16 by Tobias S. Josefowitz <tobij@tobij.de>

Image.ILBM: Remove $Id$

2021-04-06 20:57:59 by Tobias S. Josefowitz <tobij@tobij.de>

Image.X: Remove $Id$

2021-03-24

2021-03-24 21:57:03 by Tobias S. Josefowitz <tobij@tobij.de>

Image.BMP: Remove $Id$

2021-03-17

2021-03-17 22:00:52 by Tobias S. Josefowitz <tobij@tobij.de>

Image.GIF: Remove $Id$

2021-02-23

2021-02-23 12:08:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Master: Added predef::zero.

2021-02-03

2021-02-03 15:34:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Inotify: add_watch() now returns -1 on some failures.

This is to simplify differentiation between failures due to
the filesystem being in flux (eg races), and failures due to
resource limits.

Fixes race condition (time of check, time of use) in
Filesystem.Monitor.basic.InotifyMonitor()->register_path().

Fixes #10059.

2020-06-10

2020-06-10 21:48:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.Fd: Convert read() into a PIKEFUN.

2020-05-25

2020-05-25 07:38:16 by Stephen R. van den Berg <srb@cuci.nl>

MIME: Move decode_/encode_headerfield_params functions here.

2020-05-13

2020-05-13 13:27:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Stdio]: Document low-level classes.

2019-08-28

2019-08-28 13:38:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed some AutoDoc markup errors.

The documentation for String.Replace et al should now be in the
correct place again, and the documentation for System.Time et al
should no longer get lost.

2019-06-26

2019-06-26 16:16:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Sybase]: Fixed broken AutoDoc markup.

Fixes the inheritance graph for predef::...

2019-06-23

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

Tools.Standalone.precompile: Fix storage offset handling

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

2019-04-30

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

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

2019-03-19

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

Merge commit '722771973bd' into patches/lyslyskom22891031

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

2019-03-19 09:50:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Thread.Farm: Added ResultWrapper.

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

2019-03-14

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

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

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

2019-03-08

2019-03-08 17:36:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Call end_pass_identifier() for identifier annotations.

2019-02-24

2019-02-24 20:47:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Builtin.LiveBacktraceFrame: Initial implementation.

NB: Some features are still missing.

2019-02-02

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

Image.Dims: Revert EXIF flipping of dimensions in get_JPEG

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

2019-02-02 09:20:01 by Tobias S. Josefowitz <tobij@tobij.de>

GSSAPI: Autodoc typo fixes

2019-02-01

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

Compiler: Fix autodoc typo

2018-12-18

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

EFUNs: Hide mutex keys and crypto contexts from backtraces.

Having unexpected references to mutex keys may cause hangs and
complaints about attempting to lock mutexes recursively.

Fixes PIKE-156 (#8156).

2018-12-08

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

EFUNs: m_clear() now supports multisets and objects.

Adds LFUN _m_clear().

2018-12-01

2018-12-01 14:28:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Added predef::annotations().

This function returns the annotations (if any) corresponding to the
symbols returned by indices() on the same value.

Also adds lfun::_annotations().

2018-09-12

2018-09-12 09:21:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cpp: Added some optional parameters to define_macro().

Renumber the CPP_MACRO_* values, so that the ones useful for
users (CPP_MACRO_VARARGS and CPP_MACRO_KEEP_NL) come first.

define_macro() now accepts two additional optional arguments;
numargs and flags.

2018-08-31

2018-08-31 10:59:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cpp: Macro expansion failure is now indicated by returning 0.

2018-08-30

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

CHANGES: Added note about inherit of CompilerEnvironment.

2018-08-13

2018-08-13 13:54:23 by Per Cederqvist <cederp@opera.com>

Documentation [Cpp]: Fix documentation markup error.

Fixes remainder of LysLysKOM 22790861.

2018-06-08

2018-06-08 13:22:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Pike.get_runtime_info: Report the size of time_t too.

Adds the entry "time_size" to the result from Pike.get_runtime_info().

2018-05-19

2018-05-19 18:33:28 by Arne Goedeke <el@laramies.com>

CPP: fixed refdoc comment

2018-05-01

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

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

2018-04-12

2018-04-12 09:26:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'pike-modules/sass' into 8.1

* pike-modules/sass: (79 commits)
Testsuite [Sass]: Check that Tools.Sass is available.
Sass: Hide the s8 symbol.
Sass: Use HAVE_LIBSASS instead of HAVE_SASS_H.
Sass: Clean up configure script.
Sass: Clean up acheader.h.
Sass: Removed redundant cast.
Sass: Adjusted debug message.
Sass: Fixed a few C99-isms.
Sass: Don't throw pike errors through the libsass layer.
Sass: Error messages need to end with a line feed.
Sass: Cleaned up documentation a bit.
Sass: Fix building in a separate build tree.
Sass: Generate config.h.in from acconfig.h.
Sass: Removed obsolete stuff from Makefile.in.
Sass: Removed quite a bit of stuff.
...

2018-04-04

2018-04-04 12:37:07 by Jonas Walld?n <jonasw@roxen.com>

Added Thread.Farm()->set_thread_name_cb() to help applications that monitor
thread creation and termination for the purpose of tracking thread names.

2018-02-25

2018-02-25 19:02:42 by Arne Goedeke <el@laramies.com>

Stdio.File()->write: add documentation for buffer variant

2018-02-15

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

Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63

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

2018-02-05

2018-02-05 17:14:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

String.Buffer: Moved implementation.

Moves implementation of String.Buffer from builtin.cmod to
string_builder.cmod.

Adds initialization of the module to happen before that of cpp.
This will allow cpp.cmod to rely on String.Buffer to exist at
compile time.

2018-01-29

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

pgsql: Readding primitive auto-reconnect logic.

2018-01-25

2018-01-25 15:31:49 by Stephen R. van den Berg <srb@cuci.nl>

Sql: Fix several drivers to conform to new API.

2016-12-21

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

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

2016-12-10

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

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

2016-12-05

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

Added Nettle.version()

2016-11-15

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

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

2016-11-14

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

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

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

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

2016-11-09

2016-11-09 14:52:01 by Stephen R. van den Berg <srb@cuci.nl>

Fix doc prototype.

2016-11-05

2016-11-05 16:01:22 by Martin Nilsson <nilsson@fastmail.com>

More narrow documentation.

2016-11-04

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

program.c: autodoc fix

2016-10-12

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

Documentation: Documented optional further args to search().

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

2016-10-04

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

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

Promise: Some pikedoc fixes.

2016-05-06

2016-05-06 10:48:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: this_function now obeys the inherit specifier.

2016-04-30

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

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

2016-04-19

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

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

2016-02-08

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

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

This reverts commit 2706a62c3c72b296a0c77b418f1e186c682c7ac5.

2016-02-03

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

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

2016-01-20

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

Merge branch 'new-pikedoc' into 8.1

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

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

Merge branch 'new-pikedoc' into 8.1

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

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

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

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

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

2016-01-17

2016-01-17 01:43:09 by Martin Nilsson <nilsson@fastmail.com>

Don't call f_random directly.

2016-01-15

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

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

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

2016-01-05

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

Sql: Added support for multiple results.

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

2016-01-04

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

strlen is for strings only these days

2015-10-22

2015-10-22 09:50:03 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-22 09:50:03 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-22 09:50:03 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 12:23:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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

2015-10-12

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

Start of new layout for the Pike refdoc

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

Start of new layout for the Pike refdoc

2015-09-18

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

Filesystem.Monitor: Added check_all().

2015-09-15

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

Protocols.HTTP2: Added Frame class.

2015-02-15

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

Compat: Compat with 7.8 is based on compat for 8.0.

Also makes sure that 7.8::master() returns the 7.8-compatibility
master object.

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

Compat: Compat with 7.8 is based on compat for 8.0.

Also makes sure that 7.8::master() returns the 7.8-compatibility
master object.

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

Compat: Compat with 7.8 is based on compat for 8.0.

Also makes sure that 7.8::master() returns the 7.8-compatibility
master object.

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

Compat: Compat with 7.8 is based on compat for 8.0.

Also makes sure that 7.8::master() returns the 7.8-compatibility
master object.

2015-02-11

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

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

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

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

2015-01-24

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

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

This is to simplify handling of points on ECC curves.

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

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

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

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

This is to simplify handling of points on ECC curves.

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

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

2015-01-02

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

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

The API now seems to be usable for TLS 1.3.

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

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

The API now seems to be usable for TLS 1.3.

2014-11-24

2014-11-24 10:43:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compat: Added some symbols from 8.0.

2014-11-24 10:43:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compat: Added some symbols from 8.0.

2014-11-24 10:43:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compat: Added some symbols from 8.0.

2014-11-24 10:43:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compat: Added some symbols from 8.0.

2014-11-24 09:57:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

8.0::Locale: No need for an inherit here.

Inheriting joinnodes (or for that matter dirnodes) is not a good idea.

As compatibility modules are automatically joined with their newer
versions, there's also no need for the inherit except for documentation
purposes.

Fixes [bug 7364 (#7364)].

2014-11-24 09:57:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

8.0::Locale: No need for an inherit here.

Inheriting joinnodes (or for that matter dirnodes) is not a good idea.

As compatibility modules are automatically joined with their newer
versions, there's also no need for the inherit except for documentation
purposes.

Fixes [bug 7364 (#7364)].

2014-11-24 09:57:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

8.0::Locale: No need for an inherit here.

Inheriting joinnodes (or for that matter dirnodes) is not a good idea.

As compatibility modules are automatically joined with their newer
versions, there's also no need for the inherit except for documentation
purposes.

Fixes [bug 7364 (#7364)].

2014-11-24 09:57:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

8.0::Locale: No need for an inherit here.

Inheriting joinnodes (or for that matter dirnodes) is not a good idea.

As compatibility modules are automatically joined with their newer
versions, there's also no need for the inherit except for documentation
purposes.

Fixes [bug 7364 (#7364)].

2014-11-15

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

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

Remove superfluous legacy compat support prior to 7.8.

2014-11-04

2014-11-04 14:47:12 by Martin Nilsson <nilsson@opera.com>

Move deprecated code to compat. The compat resolver is broken, so this doesn't actually work.

2014-11-04 14:47:12 by Martin Nilsson <nilsson@opera.com>

Move deprecated code to compat. The compat resolver is broken, so this doesn't actually work.

2014-11-04 14:47:12 by Martin Nilsson <nilsson@opera.com>

Move deprecated code to compat. The compat resolver is broken, so this doesn't actually work.

2014-11-04 14:47:12 by Martin Nilsson <nilsson@opera.com>

Move deprecated code to compat. The compat resolver is broken, so this doesn't actually work.

2014-09-11

2014-09-11 07:56:31 by Stephen R. van den Berg <srb@cuci.nl>

Revert to String.Buffer simplex.

Lost functionality needs to be found in IOBuffer.

2014-09-09

2014-09-09 19:11:04 by Stephen R. van den Berg <srb@cuci.nl>

Resistance is futile, ye shall be assimilated.

String.Buffer on steroids; embraces and extends IOBuffer.

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 12:03:12 by Per Hedbor <ph@opera.com>

Moved __builtin.IOBuffer to Stdio.IOBuffer (for now)

2014-08-28 00:37:37 by Martin Nilsson <nilsson@opera.com>

IOBuffer documentation fixes.

2014-07-29

2014-07-29 14:13:00 by Per Hedbor <ph@opera.com>

Add locking support to FUSE.

Also implement the nano-second version of utime.

2014-07-29 14:13:00 by Per Hedbor <ph@opera.com>

Add locking support to FUSE.

Also implement the nano-second version of utime.

2014-07-29 14:13:00 by Per Hedbor <ph@opera.com>

Add locking support to FUSE.

Also implement the nano-second version of utime.

2014-07-29 14:13:00 by Per Hedbor <ph@opera.com>

Add locking support to FUSE.

Also implement the nano-second version of utime.

2014-07-29 14:13:00 by Per Hedbor <ph@opera.com>

Add locking support to FUSE.

Also implement the nano-second version of utime.

2014-07-29 14:13:00 by Per Hedbor <ph@opera.com>

Add locking support to FUSE.

Also implement the nano-second version of utime.

2014-04-09

2014-04-09 17:56:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.context: Implemented some backward compat.

2014-01-24

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

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

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

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

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

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

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

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

2014-01-15

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

Unicode.normalize: use unsigned ints for hash value

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

2014-01-05

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

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

Merge branch '8.0' into gobject-introspection

2014-01-01

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

SSL.Cipher: Improved TLS 1.2 compatibility.

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

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

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

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

SSL.Cipher: Improved TLS 1.2 compatibility.

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

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

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

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

SSL.Cipher: Improved TLS 1.2 compatibility.

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

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

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

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

SSL.Cipher: Improved TLS 1.2 compatibility.

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

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

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

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

SSL.Cipher: Improved TLS 1.2 compatibility.

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

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

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

2013-12-12

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-12-12 19:57:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sprintf: Derive a stricter return type.

The sprintf attribute handler is now capable of deriving a return type.

2013-11-20

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Document some previously undocumented symbols.

Most builtin stuff should now be documented.

2013-10-23

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

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

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

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

2013-10-22

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

Nettle.DES: Fixed typo in previous commit.

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

Nettle.DES: Fixed typo in previous commit.

2013-10-21

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

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

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

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

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

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

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

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

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

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

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

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

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

Nettle.Cipher: Major refactoring of the ciphers.

The cipher state now uses parent pointers instead of mixins.

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

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

2013-10-19

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

Nettle: Use get_inherit_storage() in the hashes.

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

Nettle: Use get_inherit_storage() in the hashes.

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

Nettle: Use get_inherit_storage() in the hashes.

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

Nettle: Use get_inherit_storage() in the hashes.

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

Nettle: Use get_inherit_storage() in the hashes.

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

Nettle: Use get_inherit_storage() in the hashes.

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

Nettle: Use get_inherit_storage() in the hashes.

2013-10-05

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

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

Nettle.Hash: Major refactoring of the hashes.

The hash state now uses parent pointers instead of mixins.

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

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

2013-09-26

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

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

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

2013-06-21

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

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

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

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

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

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

2013-06-14

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-06-14 09:40:17 by Martin Nilsson <nilsson@opera.com>

Doc fixes.

2013-05-27

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-27 16:27:57 by Martin Nilsson <nilsson@opera.com>

sprintf is not a module anymore

2013-05-25

2013-05-25 23:43:16 by Martin Nilsson <nilsson@opera.com>

Added small comment on RFC1123 format as specified in RFC2616 (and RFC1945).

2013-04-21

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

Merge pike-modules/Tokenizer into grubba/tokenizer

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

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

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

Merge pike-modules/Tokenizer into grubba/tokenizer

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

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

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

Merge pike-modules/Tokenizer into grubba/tokenizer

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

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

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

Merge pike-modules/Tokenizer into grubba/tokenizer

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

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

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

Merge pike-modules/Tokenizer into grubba/tokenizer

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

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

2013-04-03

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation: Fixed AutoDoc markup in a few places.

2013-02-09

2013-02-09 13:00:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.AVS: Enable support for alpha channel in encode().

2013-02-09 13:00:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.AVS: Enable support for alpha channel in encode().

2013-02-09 13:00:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.AVS: Enable support for alpha channel in encode().

2013-02-09 13:00:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.AVS: Enable support for alpha channel in encode().

2013-02-09 13:00:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.AVS: Enable support for alpha channel in encode().

2013-02-09 13:00:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Image.AVS: Enable support for alpha channel in encode().

2013-02-07

2013-02-07 13:08:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

String: Made the status() function reachable.

Adds String.status(), which is a direct interface to add_string_status().

add_string_status() now uses string_builder instead of dynamic_buffer.

It also now knows about short and wide strings.

Changes the output formatting of add_string_status(), but this
should not matter, since it was not used anywhere.

2013-01-24

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

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

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

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

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

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

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

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

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

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

2013-01-04

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2012-10-06

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

Merge branch '7.9' into gobject-introspection

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

Merge branch '7.9' into gobject-introspection

2012-06-29

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-29 14:29:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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

2012-06-15

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

Merge remote branch 'origin/7.9' into rblock_alloc

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

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

Merge remote branch 'origin/7.9' into rblock_alloc

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

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

Merge remote branch 'origin/7.9' into rblock_alloc

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

2012-05-18

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

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

2012-05-12

2012-05-12 16:26:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

files: Moved documentation for some low-level stuff to their actual place.

2012-05-12 16:26:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

files: Moved documentation for some low-level stuff to their actual place.

2012-05-12 16:26:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

files: Moved documentation for some low-level stuff to their actual place.

2012-05-12 16:26:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

files: Moved documentation for some low-level stuff to their actual place.

2012-05-11

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

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

2012-04-01

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

Merge remote branch 'origin/7.9' into breaking_into_pieces

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

Merge remote branch 'origin/7.9' into breaking_into_pieces

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

Merge remote branch 'origin/7.9' into breaking_into_pieces

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

GI: Upper case all enum identifiers

2012-03-11

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

Gz: Added ability to set custom dictionaries.

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

Gz: Added ability to set custom dictionaries.

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

Gz: Added ability to set custom dictionaries.

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

Gz: Added ability to set custom dictionaries.

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

Gz: Added ability to set custom dictionaries.

2012-03-10

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

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

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

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

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

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

2012-02-09

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

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

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

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

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

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

2012-02-05

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

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

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

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

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

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

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

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

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

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

2012-02-04

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

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

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

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

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

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

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

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

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

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

AutoDoc: The modref is now more HTML 5.

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

AutoDoc: The modref is now more HTML 5.

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

AutoDoc: The modref is now more HTML 5.

2012-02-02

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

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

2012-01-25

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

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

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

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

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

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

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

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

2012-01-10

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

release number bumped to 614 by export.pike

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

release number bumped to 614 by export.pike

2012-01-08

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

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

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

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

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

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

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

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

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

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

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

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

2011-12-03

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2011-11-20

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

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

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

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

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

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

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

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

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

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

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

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

Fixes broken images when the images directory has been relocated.

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

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

Fixes broken images when the images directory has been relocated.

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

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

Fixes broken images when the images directory has been relocated.

2011-08-31

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

2011-08-31 20:37:38 by Martin Stjernholm <mast@lysator.liu.se>

Backported is_val_null constant in Val.null/Sql.NULL.

This to make it easier to write forward compatible code.

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:12:40 by Martin Stjernholm <mast@lysator.liu.se>

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

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

No more foreign_idents.

2011-03-07

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-07 09:54:38 by Martin Stjernholm <mast@lysator.liu.se>

Cleaned up some Sql.Null remains.

Also unified Builtin.Null and Val.Null.

2011-03-06

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2011-01-24

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

Added a new Val module for various global constant values.

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

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

Added a new Val module for various global constant values.

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

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

Added a new Val module for various global constant values.

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

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

Added a new Val module for various global constant values.

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

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

Added a new Val module for various global constant values.

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

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

Added a new Val module for various global constant values.

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

2011-01-22

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-22 12:15:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: Fixed some Autodoc mk II markup typos.

Thanks to Matthew Clarke (Larcky) <pclar7@yahoo.co.uk> for the report.

2011-01-21

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-21 16:22:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Serializer: First implementation of the Serializer interface.

2011-01-07

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

SDL: Some documentation of SDL.Joystick.

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

SDL: Some documentation of SDL.Joystick.

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

SDL: Some documentation of SDL.Joystick.

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

SDL: Some documentation of SDL.Joystick.

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

SDL: Some documentation of SDL.Joystick.

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

SDL: Some documentation of SDL.Joystick.

2010-12-23

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

Added compatibility mode for Pike 7.8.

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

Added compatibility mode for Pike 7.8.

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

Added compatibility mode for Pike 7.8.

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

Added compatibility mode for Pike 7.8.

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

Added compatibility mode for Pike 7.8.

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

Added compatibility mode for Pike 7.8.

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

Added compatibility mode for Pike 7.8.

2010-11-19

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

Added missing documentation for "%n".

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

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

Merge commit 'whitefish_split_4.5_5.0' into whitefish-fixup

This is in preparation to fixup Search.Process as well.

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

Updated Search.Utils to a non-roxen context.

2010-10-05

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

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

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

Rev: src/backend.cmod:1.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.158

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

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

Rev: src/backend.cmod:1.158

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

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

Rev: src/backend.cmod:1.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.158

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

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

Rev: src/backend.cmod:1.158

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

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

Rev: src/backend.cmod:1.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.158

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

2010-02-03 14:06:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported lots of changes and fixes from FeedImport 5.0:

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().
Decreased the backoff speed from 1/16 to 1/256.
This means that files need to be older than max_dir_check_interval * file_interval_factor * 256 seconds before they will be polled at the maximum interval.
ie with the defaults this will be for files older than 60*5*256 seconds = 1280 minutes ~ 21 hours.
Improved robustness against files being replaced with directories or vice versa or similar.
Fixed bug regarding stability of deleted files.
Added check_for_release().
Added MF_HARD to keep track of monitors that have hard links from other monitors.

basic.pike is now on level with revision 1.35 from FeedImport 5.0.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-02-03 14:06:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported lots of changes and fixes from FeedImport 5.0:

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().
Decreased the backoff speed from 1/16 to 1/256.
This means that files need to be older than max_dir_check_interval * file_interval_factor * 256 seconds before they will be polled at the maximum interval.
ie with the defaults this will be for files older than 60*5*256 seconds = 1280 minutes ~ 21 hours.
Improved robustness against files being replaced with directories or vice versa or similar.
Fixed bug regarding stability of deleted files.
Added check_for_release().
Added MF_HARD to keep track of monitors that have hard links from other monitors.

basic.pike is now on level with revision 1.35 from FeedImport 5.0.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-02-03 14:06:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported lots of changes and fixes from FeedImport 5.0:

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().
Decreased the backoff speed from 1/16 to 1/256.
This means that files need to be older than max_dir_check_interval * file_interval_factor * 256 seconds before they will be polled at the maximum interval.
ie with the defaults this will be for files older than 60*5*256 seconds = 1280 minutes ~ 21 hours.
Improved robustness against files being replaced with directories or vice versa or similar.
Fixed bug regarding stability of deleted files.
Added check_for_release().
Added MF_HARD to keep track of monitors that have hard links from other monitors.

basic.pike is now on level with revision 1.35 from FeedImport 5.0.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-02-03 14:06:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported lots of changes and fixes from FeedImport 5.0:

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().
Decreased the backoff speed from 1/16 to 1/256.
This means that files need to be older than max_dir_check_interval * file_interval_factor * 256 seconds before they will be polled at the maximum interval.
ie with the defaults this will be for files older than 60*5*256 seconds = 1280 minutes ~ 21 hours.
Improved robustness against files being replaced with directories or vice versa or similar.
Fixed bug regarding stability of deleted files.
Added check_for_release().
Added MF_HARD to keep track of monitors that have hard links from other monitors.

basic.pike is now on level with revision 1.35 from FeedImport 5.0.

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-01-28

2010-01-28 14:06:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-01-28 14:06:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-01-28 14:06:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-01-28 14:06:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added trampolines for calling the callback functions to the Monitor class, to allow for more flexible extension.
Separated out the status change analysis code from Monitor::check() to the new function Monitor::status_change().

Rev: lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike:1.31

2010-01-02

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

New member String.normalize_whitespace.

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

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

New member String.normalize_whitespace.

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

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

New member String.normalize_whitespace.

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

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

New member String.normalize_whitespace.

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

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

New member String.normalize_whitespace.

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

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

New member String.normalize_whitespace.

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

2009-11-09

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

2009-11-09 14:33:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Sql.Null at el.

Rev: lib/modules/Sql.pmod/module.pmod:1.6
Rev: src/builtin.cmod:1.237
Rev: src/builtin_functions.h:1.38

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

2009-04-01 15:29:44 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:29:44 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:29:44 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:29:44 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:29:44 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:28:59 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:28:59 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:28:59 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:28:59 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

2009-04-01 15:28:59 by Stefan Wallström <stewa@roxen.com>

Corrected docs of the or operation wrt ranking. Changed the intersect operation to add rankings instead of using the lowest.

Rev: src/modules/_WhiteFish/resultset.c:1.31

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-23 13:49:21 by Tor Edvardsson <tor.edvardsson@gmail.com>

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

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

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

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

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

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

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

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

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

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

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

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

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

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

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

Backported sort_fun and ignore_errors for Filesystem.Traversion from 7.8.

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

2009-03-13

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-13 14:46:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some more AutoDoc mk II markup.

Rev: src/modules/system/nt.c:1.83

2009-03-12

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

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

Sneaking in some IPv6 address formatting tools.

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

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

Sneaking in some IPv6 address formatting tools.

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

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

Sneaking in some IPv6 address formatting tools.

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

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

Sneaking in some IPv6 address formatting tools.

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

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

Sneaking in some IPv6 address formatting tools.

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

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

Sneaking in some IPv6 address formatting tools.

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

2008-05-27

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-27 19:36:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

DON'T use low_clone() unless you know what you're doing...
All error object should now be cloned with fast_clone_object() or better.
Reinstated the freeing of err->error_message and err->error_backtrace now that the error objects are properly initialized.
Added some more Autodoc mk II about the compiler.

Rev: src/cpp.c:1.170
Rev: src/dynamic_load.c:1.92
Rev: src/error.c:1.162
Rev: src/object.c:1.293
Rev: src/program.c:1.707

2008-05-01

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-05-01 20:50:25 by Martin Nilsson <mani@lysator.liu.se>

Erroneously added Arg as object, not program.

Rev: lib/modules/Arg.pike:1.4(DEAD)
Rev: lib/modules/Arg.pmod:1.1

2008-04-26

2008-04-26 13:45:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to Pike 7.7's naming convention.
handle_pike_compat() ==> change_compiler_compatibility().

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.38

2008-04-26 13:45:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to Pike 7.7's naming convention.
handle_pike_compat() ==> change_compiler_compatibility().

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.38

2008-04-26 13:45:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to Pike 7.7's naming convention.
handle_pike_compat() ==> change_compiler_compatibility().

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.38

2008-04-19

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

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

Reverted incorrect Autodoc.

Rev: src/program.c:1.671

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

2008-04-19 15:36:48 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix

Rev: src/program.c:1.670

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

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

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

Rev: src/program.c:1.668

2008-04-18

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

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

Pike compiler mega patch mk II.

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

2008-03-29

2008-03-29 16:22:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix


Author: Martin Baehr <mbaehr@tomoyo.(none)>

Rev: src/modules/files/sendfile.c:1.80

2008-03-29 16:22:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix


Author: Martin Baehr <mbaehr@tomoyo.(none)>

Rev: src/modules/files/sendfile.c:1.80

2008-03-29 16:22:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix


Author: Martin Baehr <mbaehr@tomoyo.(none)>

Rev: src/modules/files/sendfile.c:1.80

2008-03-29 16:22:30 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

autodoc fix


Author: Martin Baehr <mbaehr@tomoyo.(none)>

Rev: src/modules/files/sendfile.c:1.80

2008-03-25

2008-03-25 08:46:58 by Tobias Liin <liin@roxen.com>

execute() now also returns the globs in the search query.

Rev: lib/modules/Search.pmod/Query.pmod:1.31

2008-03-25 08:46:58 by Tobias Liin <liin@roxen.com>

execute() now also returns the globs in the search query.

Rev: lib/modules/Search.pmod/Query.pmod:1.31

2008-03-25 08:46:58 by Tobias Liin <liin@roxen.com>

execute() now also returns the globs in the search query.

Rev: lib/modules/Search.pmod/Query.pmod:1.31

2008-03-25 08:46:58 by Tobias Liin <liin@roxen.com>

execute() now also returns the globs in the search query.

Rev: lib/modules/Search.pmod/Query.pmod:1.31

2008-03-25 08:46:58 by Tobias Liin <liin@roxen.com>

execute() now also returns the globs in the search query.

Rev: lib/modules/Search.pmod/Query.pmod:1.31

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-03-25 02:22:11 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

fix comment for autodoc

Rev: src/modules/MIME/mime.c:1.41

2008-01-29

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.46

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.46

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.46

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.43

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.43

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.43

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.43

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.46

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.46

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.43

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.43

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

Added lock around SQLConnect in an attempt to work around thread bugs in
FreeTDS. This lock can be disabled with the new function Odbc.connect_lock.

Rev: src/modules/Odbc/odbc.c:1.46

2008-01-18

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

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

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

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

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

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

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

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

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

2008-01-04

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

Added #pike

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

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

Added #pike

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

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

Added #pike

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

2007-11-16

2007-11-16 10:12:03 by Marcus Wellhardh <wellhard@roxen.com>

Fix for [RT 10311] (partial). Added support for purge so documents will be removed from the index, i.e. add documents to the deleted_document table when a directory/file are purged. Also added a new button "Run Database Maintenance" in the "Database Profile/DB Settings" tab.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.6
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.86
Rev: lib/modules/Search.pmod/Queue.pmod/Base.pike:1.2
Rev: lib/modules/Search.pmod/Queue.pmod/MySQL.pike:1.21

2007-11-16 10:12:03 by Marcus Wellhardh <wellhard@roxen.com>

Fix for [RT 10311] (partial). Added support for purge so documents will be removed from the index, i.e. add documents to the deleted_document table when a directory/file are purged. Also added a new button "Run Database Maintenance" in the "Database Profile/DB Settings" tab.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.6
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.86
Rev: lib/modules/Search.pmod/Queue.pmod/Base.pike:1.2
Rev: lib/modules/Search.pmod/Queue.pmod/MySQL.pike:1.21

2007-11-16 10:12:03 by Marcus Wellhardh <wellhard@roxen.com>

Fix for [RT 10311] (partial). Added support for purge so documents will be removed from the index, i.e. add documents to the deleted_document table when a directory/file are purged. Also added a new button "Run Database Maintenance" in the "Database Profile/DB Settings" tab.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.6
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.86
Rev: lib/modules/Search.pmod/Queue.pmod/Base.pike:1.2
Rev: lib/modules/Search.pmod/Queue.pmod/MySQL.pike:1.21

2007-11-16 10:12:03 by Marcus Wellhardh <wellhard@roxen.com>

Fix for [RT 10311] (partial). Added support for purge so documents will be removed from the index, i.e. add documents to the deleted_document table when a directory/file are purged. Also added a new button "Run Database Maintenance" in the "Database Profile/DB Settings" tab.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.6
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.86
Rev: lib/modules/Search.pmod/Queue.pmod/Base.pike:1.2
Rev: lib/modules/Search.pmod/Queue.pmod/MySQL.pike:1.21

2007-11-16 10:12:03 by Marcus Wellhardh <wellhard@roxen.com>

Fix for [RT 10311] (partial). Added support for purge so documents will be removed from the index, i.e. add documents to the deleted_document table when a directory/file are purged. Also added a new button "Run Database Maintenance" in the "Database Profile/DB Settings" tab.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.6
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.86
Rev: lib/modules/Search.pmod/Queue.pmod/Base.pike:1.2
Rev: lib/modules/Search.pmod/Queue.pmod/MySQL.pike:1.21

2007-09-16

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-09-16 13:32:54 by Martin Nilsson <mani@lysator.liu.se>

Documentation.

Rev: lib/modules/Arg.pike:1.3

2007-06-02

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2007-05-03

2007-05-03 13:57:35 by Martin Stjernholm <mast@lysator.liu.se>

Added more methods to enable the buggy unicode decode support in Mysql.mysql:

o "broken-unicode" as charset to create() or set_charset().
o set_unicode_decode_mode (-1).

Note that all this only applies when compiling with a mysql client lib older
than 4.1.0. Otherwise these methods are aliases to enabling the normal
unicode decode support. This means that no code using broken-unicode should
rely on the BINARY flag on text fields to avoid utf-8 decoding.

Rev: lib/modules/Sql.pmod/mysql.pike:1.26
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14

2007-05-03 13:57:35 by Martin Stjernholm <mast@lysator.liu.se>

Added more methods to enable the buggy unicode decode support in Mysql.mysql:

o "broken-unicode" as charset to create() or set_charset().
o set_unicode_decode_mode (-1).

Note that all this only applies when compiling with a mysql client lib older
than 4.1.0. Otherwise these methods are aliases to enabling the normal
unicode decode support. This means that no code using broken-unicode should
rely on the BINARY flag on text fields to avoid utf-8 decoding.

Rev: lib/modules/Sql.pmod/mysql.pike:1.26
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14

2007-05-03 13:57:35 by Martin Stjernholm <mast@lysator.liu.se>

Added more methods to enable the buggy unicode decode support in Mysql.mysql:

o "broken-unicode" as charset to create() or set_charset().
o set_unicode_decode_mode (-1).

Note that all this only applies when compiling with a mysql client lib older
than 4.1.0. Otherwise these methods are aliases to enabling the normal
unicode decode support. This means that no code using broken-unicode should
rely on the BINARY flag on text fields to avoid utf-8 decoding.

Rev: lib/modules/Sql.pmod/mysql.pike:1.26
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14

2007-05-03 13:57:35 by Martin Stjernholm <mast@lysator.liu.se>

Added more methods to enable the buggy unicode decode support in Mysql.mysql:

o "broken-unicode" as charset to create() or set_charset().
o set_unicode_decode_mode (-1).

Note that all this only applies when compiling with a mysql client lib older
than 4.1.0. Otherwise these methods are aliases to enabling the normal
unicode decode support. This means that no code using broken-unicode should
rely on the BINARY flag on text fields to avoid utf-8 decoding.

Rev: lib/modules/Sql.pmod/mysql.pike:1.26
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14

2007-05-03 13:57:35 by Martin Stjernholm <mast@lysator.liu.se>

Added more methods to enable the buggy unicode decode support in Mysql.mysql:

o "broken-unicode" as charset to create() or set_charset().
o set_unicode_decode_mode (-1).

Note that all this only applies when compiling with a mysql client lib older
than 4.1.0. Otherwise these methods are aliases to enabling the normal
unicode decode support. This means that no code using broken-unicode should
rely on the BINARY flag on text fields to avoid utf-8 decoding.

Rev: lib/modules/Sql.pmod/mysql.pike:1.26
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14

2007-05-03 13:57:35 by Martin Stjernholm <mast@lysator.liu.se>

Added more methods to enable the buggy unicode decode support in Mysql.mysql:

o "broken-unicode" as charset to create() or set_charset().
o set_unicode_decode_mode (-1).

Note that all this only applies when compiling with a mysql client lib older
than 4.1.0. Otherwise these methods are aliases to enabling the normal
unicode decode support. This means that no code using broken-unicode should
rely on the BINARY flag on text fields to avoid utf-8 decoding.

Rev: lib/modules/Sql.pmod/mysql.pike:1.26
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14

2007-03-04

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

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

Fixed autodoc references.

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

2007-01-22

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2007-01-15

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

Increased paranoia.

Rev: src/builtin_functions.c:1.620

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

Increased paranoia.

Rev: src/builtin_functions.c:1.620

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

Increased paranoia.

Rev: src/builtin_functions.c:1.620

2007-01-01

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

Added #pike

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

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

Added #pike

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

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

Added #pike

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

2006-09-30

2006-09-30 14:33:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented more stuff in C. Removed some pike code that had already been implemented in C.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.35
Rev: src/modules/Tokenizer/module.pmod.in:1.36

2006-09-30 14:33:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented more stuff in C. Removed some pike code that had already been implemented in C.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.35
Rev: src/modules/Tokenizer/module.pmod.in:1.36

2006-09-30 14:33:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Implemented more stuff in C. Removed some pike code that had already been implemented in C.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.35
Rev: src/modules/Tokenizer/module.pmod.in:1.36

2006-04-24

2006-04-24 16:05:59 by Robert Hinn <exodusd@gmx.de>

Documentation by Robert Hinn <exodusd@gmx.de>, thanks.

Rev: lib/modules/ADT.pmod/Heap.pike:1.7
Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6

2006-04-24 16:05:59 by Robert Hinn <exodusd@gmx.de>

Documentation by Robert Hinn <exodusd@gmx.de>, thanks.

Rev: lib/modules/ADT.pmod/Heap.pike:1.7
Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6

2006-04-24 16:05:59 by Robert Hinn <exodusd@gmx.de>

Documentation by Robert Hinn <exodusd@gmx.de>, thanks.

Rev: lib/modules/ADT.pmod/Heap.pike:1.7
Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6

2006-04-24 16:05:59 by Robert Hinn <exodusd@gmx.de>

Documentation by Robert Hinn <exodusd@gmx.de>, thanks.

Rev: lib/modules/ADT.pmod/Heap.pike:1.7
Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6

2006-04-24 16:05:59 by Robert Hinn <exodusd@gmx.de>

Documentation by Robert Hinn <exodusd@gmx.de>, thanks.

Rev: lib/modules/ADT.pmod/Heap.pike:1.7
Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6

2006-04-24 16:05:59 by Robert Hinn <exodusd@gmx.de>

Documentation by Robert Hinn <exodusd@gmx.de>, thanks.

Rev: lib/modules/ADT.pmod/Heap.pike:1.7
Rev: lib/modules/ADT.pmod/Priority_queue.pike:1.6

2006-01-20

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

Backported callback support

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

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

Backported callback support

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

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

Backported callback support

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

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

Backported callback support

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

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

Backported callback support

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

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

Backported callback support

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

2006-01-04

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

Unbreaking autodocs generation

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

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

Unbreaking autodocs generation

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

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

Unbreaking autodocs generation

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

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

Unbreaking autodocs generation

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

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

Unbreaking autodocs generation

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

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

Unbreaking autodocs generation

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

2005-02-08

2005-02-08 20:18:53 by Martin Stjernholm <mast@lysator.liu.se>

Backported fixes in the handling of the close status from 7.6:

revision 1.30
date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13
Fixed bugs in close handling - the receive queue will now be properly
emptied from application data before a close is signalled.

revision 1.36
date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5
Don't automatically send a close reply when a close is received (introduced
in rev 1.30) - the app might need to send it separately to correctly ignore
errors when that should be done. Separate the close status in each direction
better.

Rev: lib/modules/SSL.pmod/connection.pike:1.23

2005-02-08 20:18:53 by Martin Stjernholm <mast@lysator.liu.se>

Backported fixes in the handling of the close status from 7.6:

revision 1.30
date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13
Fixed bugs in close handling - the receive queue will now be properly
emptied from application data before a close is signalled.

revision 1.36
date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5
Don't automatically send a close reply when a close is received (introduced
in rev 1.30) - the app might need to send it separately to correctly ignore
errors when that should be done. Separate the close status in each direction
better.

Rev: lib/modules/SSL.pmod/connection.pike:1.23

2005-02-08 20:18:53 by Martin Stjernholm <mast@lysator.liu.se>

Backported fixes in the handling of the close status from 7.6:

revision 1.30
date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13
Fixed bugs in close handling - the receive queue will now be properly
emptied from application data before a close is signalled.

revision 1.36
date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5
Don't automatically send a close reply when a close is received (introduced
in rev 1.30) - the app might need to send it separately to correctly ignore
errors when that should be done. Separate the close status in each direction
better.

Rev: lib/modules/SSL.pmod/connection.pike:1.23

2005-02-08 20:18:53 by Martin Stjernholm <mast@lysator.liu.se>

Backported fixes in the handling of the close status from 7.6:

revision 1.30
date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13
Fixed bugs in close handling - the receive queue will now be properly
emptied from application data before a close is signalled.

revision 1.36
date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5
Don't automatically send a close reply when a close is received (introduced
in rev 1.30) - the app might need to send it separately to correctly ignore
errors when that should be done. Separate the close status in each direction
better.

Rev: lib/modules/SSL.pmod/connection.pike:1.23

2005-02-08 20:18:53 by Martin Stjernholm <mast@lysator.liu.se>

Backported fixes in the handling of the close status from 7.6:

revision 1.30
date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13
Fixed bugs in close handling - the receive queue will now be properly
emptied from application data before a close is signalled.

revision 1.36
date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5
Don't automatically send a close reply when a close is received (introduced
in rev 1.30) - the app might need to send it separately to correctly ignore
errors when that should be done. Separate the close status in each direction
better.

Rev: lib/modules/SSL.pmod/connection.pike:1.23

2005-02-08 20:18:53 by Martin Stjernholm <mast@lysator.liu.se>

Backported fixes in the handling of the close status from 7.6:

revision 1.30
date: 2003/10/24 18:26:55; author: mast; state: Exp; lines: +45 -13
Fixed bugs in close handling - the receive queue will now be properly
emptied from application data before a close is signalled.

revision 1.36
date: 2005/02/08 20:01:42; author: mast; state: Exp; lines: +3 -5
Don't automatically send a close reply when a close is received (introduced
in rev 1.30) - the app might need to send it separately to correctly ignore
errors when that should be done. Separate the close status in each direction
better.

Rev: lib/modules/SSL.pmod/connection.pike:1.23

2005-01-26

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

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

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

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

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

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

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

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

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

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

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

Rev: lib/master.pike.in:1.353

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

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

Rev: lib/master.pike.in:1.353

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

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

Rev: lib/master.pike.in:1.353

2005-01-08

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 20:13:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some more Pike 7.6 compat.

Rev: lib/7.6/modules/Debug.pmod/module.pmod:1.1
Rev: lib/7.6/modules/__default.pmod:1.1

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-08 19:57:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation update.

Rev: lib/7.4/modules/__default.pmod:1.15

2005-01-03

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

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

Rev: src/mklibpike.pike:1.1

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

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

Rev: src/mklibpike.pike:1.1

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

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

Rev: src/mklibpike.pike:1.1

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

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

Rev: src/mklibpike.pike:1.1

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

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

Rev: src/mklibpike.pike:1.1

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

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

Rev: src/mklibpike.pike:1.1

2004-10-13

2004-10-13 15:45:28 by Marcus Wellhardh <wellhard@roxen.com>

Backported from 7.4:

Support for paged queries (RFC 2696) now seems to
work. Added Microsoft stupidity control (1.2.840.113556.1.4.1339).
The DER decoder now supports high tag numbers. Changed structure for
the ldap_type_proc table. Fixed a few minor typos. Enabled support
for paged queries. and : Now tries to determine if controls are
supported before using them. Should now support OpenLDAP again.

unbreak autodocs.

Fixed a bug in the handling of escaped "*" in the filter parser.

Did away with a bit of silliness (destruct).

Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.35
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.9
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod:1.7
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.8

2004-10-13 15:45:28 by Marcus Wellhardh <wellhard@roxen.com>

Backported from 7.4:

Support for paged queries (RFC 2696) now seems to
work. Added Microsoft stupidity control (1.2.840.113556.1.4.1339).
The DER decoder now supports high tag numbers. Changed structure for
the ldap_type_proc table. Fixed a few minor typos. Enabled support
for paged queries. and : Now tries to determine if controls are
supported before using them. Should now support OpenLDAP again.

unbreak autodocs.

Fixed a bug in the handling of escaped "*" in the filter parser.

Did away with a bit of silliness (destruct).

Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.35
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.9
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod:1.7
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.8

2004-10-13 15:45:28 by Marcus Wellhardh <wellhard@roxen.com>

Backported from 7.4:

Support for paged queries (RFC 2696) now seems to
work. Added Microsoft stupidity control (1.2.840.113556.1.4.1339).
The DER decoder now supports high tag numbers. Changed structure for
the ldap_type_proc table. Fixed a few minor typos. Enabled support
for paged queries. and : Now tries to determine if controls are
supported before using them. Should now support OpenLDAP again.

unbreak autodocs.

Fixed a bug in the handling of escaped "*" in the filter parser.

Did away with a bit of silliness (destruct).

Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.35
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.9
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod:1.7
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.8

2004-10-13 15:45:28 by Marcus Wellhardh <wellhard@roxen.com>

Backported from 7.4:

Support for paged queries (RFC 2696) now seems to
work. Added Microsoft stupidity control (1.2.840.113556.1.4.1339).
The DER decoder now supports high tag numbers. Changed structure for
the ldap_type_proc table. Fixed a few minor typos. Enabled support
for paged queries. and : Now tries to determine if controls are
supported before using them. Should now support OpenLDAP again.

unbreak autodocs.

Fixed a bug in the handling of escaped "*" in the filter parser.

Did away with a bit of silliness (destruct).

Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.35
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.9
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod:1.7
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.8

2004-10-13 15:45:28 by Marcus Wellhardh <wellhard@roxen.com>

Backported from 7.4:

Support for paged queries (RFC 2696) now seems to
work. Added Microsoft stupidity control (1.2.840.113556.1.4.1339).
The DER decoder now supports high tag numbers. Changed structure for
the ldap_type_proc table. Fixed a few minor typos. Enabled support
for paged queries. and : Now tries to determine if controls are
supported before using them. Should now support OpenLDAP again.

unbreak autodocs.

Fixed a bug in the handling of escaped "*" in the filter parser.

Did away with a bit of silliness (destruct).

Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.35
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.9
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod:1.7
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.8

2004-10-13 15:45:28 by Marcus Wellhardh <wellhard@roxen.com>

Backported from 7.4:

Support for paged queries (RFC 2696) now seems to
work. Added Microsoft stupidity control (1.2.840.113556.1.4.1339).
The DER decoder now supports high tag numbers. Changed structure for
the ldap_type_proc table. Fixed a few minor typos. Enabled support
for paged queries. and : Now tries to determine if controls are
supported before using them. Should now support OpenLDAP again.

unbreak autodocs.

Fixed a bug in the handling of escaped "*" in the filter parser.

Did away with a bit of silliness (destruct).

Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.35
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.9
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod:1.7
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.8

2004-08-07

2004-08-07 15:27:00 by Johan Schön <js@opera.com>

Merge from external js/per/nilsson fork

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.5
Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.20(DEAD)
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.77
Rev: lib/modules/Search.pmod/Filter.pmod/Base.pike:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/HTML.pmod:1.37
Rev: lib/modules/Search.pmod/Filter.pmod/Output.pike:1.1
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/PlainText.pmod:1.9
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.12
Rev: lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike:1.11
Rev: lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/module.pmod:1.12
Rev: lib/modules/Search.pmod/Indexer.pmod:1.17
Rev: lib/modules/Search.pmod/MergeFile.pike:1.1
Rev: lib/modules/Search.pmod/Process.pmod:1.12
Rev: lib/modules/Search.pmod/Query.pmod:1.26
Rev: src/modules/_WhiteFish/Makefile.in:1.7
Rev: src/modules/_WhiteFish/blob.c:1.34
Rev: src/modules/_WhiteFish/blobs.c:1.12
Rev: src/modules/_WhiteFish/buffer.c:1.13
Rev: src/modules/_WhiteFish/linkfarm.c:1.5
Rev: src/modules/_WhiteFish/resultset.c:1.24
Rev: src/modules/_WhiteFish/resultset.h:1.9
Rev: src/modules/_WhiteFish/whitefish.c:1.35

2004-08-07 15:27:00 by Johan Schön <js@opera.com>

Merge from external js/per/nilsson fork

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.5
Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.20(DEAD)
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.77
Rev: lib/modules/Search.pmod/Filter.pmod/Base.pike:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/HTML.pmod:1.37
Rev: lib/modules/Search.pmod/Filter.pmod/Output.pike:1.1
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/PlainText.pmod:1.9
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.12
Rev: lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike:1.11
Rev: lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/module.pmod:1.12
Rev: lib/modules/Search.pmod/Indexer.pmod:1.17
Rev: lib/modules/Search.pmod/MergeFile.pike:1.1
Rev: lib/modules/Search.pmod/Process.pmod:1.12
Rev: lib/modules/Search.pmod/Query.pmod:1.26
Rev: src/modules/_WhiteFish/Makefile.in:1.7
Rev: src/modules/_WhiteFish/blob.c:1.34
Rev: src/modules/_WhiteFish/blobs.c:1.12
Rev: src/modules/_WhiteFish/buffer.c:1.13
Rev: src/modules/_WhiteFish/linkfarm.c:1.5
Rev: src/modules/_WhiteFish/resultset.c:1.24
Rev: src/modules/_WhiteFish/resultset.h:1.9
Rev: src/modules/_WhiteFish/whitefish.c:1.35

2004-08-07 15:27:00 by Johan Schön <js@opera.com>

Merge from external js/per/nilsson fork

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.5
Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.20(DEAD)
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.77
Rev: lib/modules/Search.pmod/Filter.pmod/Base.pike:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/HTML.pmod:1.37
Rev: lib/modules/Search.pmod/Filter.pmod/Output.pike:1.1
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/PlainText.pmod:1.9
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.12
Rev: lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike:1.11
Rev: lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/module.pmod:1.12
Rev: lib/modules/Search.pmod/Indexer.pmod:1.17
Rev: lib/modules/Search.pmod/MergeFile.pike:1.1
Rev: lib/modules/Search.pmod/Process.pmod:1.12
Rev: lib/modules/Search.pmod/Query.pmod:1.26
Rev: src/modules/_WhiteFish/Makefile.in:1.7
Rev: src/modules/_WhiteFish/blob.c:1.34
Rev: src/modules/_WhiteFish/blobs.c:1.12
Rev: src/modules/_WhiteFish/buffer.c:1.13
Rev: src/modules/_WhiteFish/linkfarm.c:1.5
Rev: src/modules/_WhiteFish/resultset.c:1.24
Rev: src/modules/_WhiteFish/resultset.h:1.9
Rev: src/modules/_WhiteFish/whitefish.c:1.35

2004-08-07 15:27:00 by Johan Schön <js@opera.com>

Merge from external js/per/nilsson fork

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.5
Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.20(DEAD)
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.77
Rev: lib/modules/Search.pmod/Filter.pmod/Base.pike:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/HTML.pmod:1.37
Rev: lib/modules/Search.pmod/Filter.pmod/Output.pike:1.1
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/PlainText.pmod:1.9
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.12
Rev: lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike:1.11
Rev: lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/module.pmod:1.12
Rev: lib/modules/Search.pmod/Indexer.pmod:1.17
Rev: lib/modules/Search.pmod/MergeFile.pike:1.1
Rev: lib/modules/Search.pmod/Process.pmod:1.12
Rev: lib/modules/Search.pmod/Query.pmod:1.26
Rev: src/modules/_WhiteFish/Makefile.in:1.7
Rev: src/modules/_WhiteFish/blob.c:1.34
Rev: src/modules/_WhiteFish/blobs.c:1.12
Rev: src/modules/_WhiteFish/buffer.c:1.13
Rev: src/modules/_WhiteFish/linkfarm.c:1.5
Rev: src/modules/_WhiteFish/resultset.c:1.24
Rev: src/modules/_WhiteFish/resultset.h:1.9
Rev: src/modules/_WhiteFish/whitefish.c:1.35

2004-08-07 15:27:00 by Johan Schön <js@opera.com>

Merge from external js/per/nilsson fork

Rev: lib/modules/Search.pmod/Database.pmod/Base.pike:1.5
Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.20(DEAD)
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.77
Rev: lib/modules/Search.pmod/Filter.pmod/Base.pike:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/HTML.pmod:1.37
Rev: lib/modules/Search.pmod/Filter.pmod/Output.pike:1.1
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.16
Rev: lib/modules/Search.pmod/Filter.pmod/PlainText.pmod:1.9
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.12
Rev: lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike:1.11
Rev: lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod:1.7
Rev: lib/modules/Search.pmod/Grammar.pmod/module.pmod:1.12
Rev: lib/modules/Search.pmod/Indexer.pmod:1.17
Rev: lib/modules/Search.pmod/MergeFile.pike:1.1
Rev: lib/modules/Search.pmod/Process.pmod:1.12
Rev: lib/modules/Search.pmod/Query.pmod:1.26
Rev: src/modules/_WhiteFish/Makefile.in:1.7
Rev: src/modules/_WhiteFish/blob.c:1.34
Rev: src/modules/_WhiteFish/blobs.c:1.12
Rev: src/modules/_WhiteFish/buffer.c:1.13
Rev: src/modules/_WhiteFish/linkfarm.c:1.5
Rev: src/modules/_WhiteFish/resultset.c:1.24
Rev: src/modules/_WhiteFish/resultset.h:1.9
Rev: src/modules/_WhiteFish/whitefish.c:1.35

2004-03-25

2004-03-25 15:34:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some OSes (WIN32) define ERROR, som the SL_CASE() macro doesn't work.
Fixed by expanding the macro.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.18

2004-03-25 15:34:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some OSes (WIN32) define ERROR, som the SL_CASE() macro doesn't work.
Fixed by expanding the macro.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.18

2004-03-25 15:34:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some OSes (WIN32) define ERROR, som the SL_CASE() macro doesn't work.
Fixed by expanding the macro.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.18

2004-02-23

2004-02-23 22:55:31 by David Gourdelier <vida@caudium.net>

My last commit made the decoding failed when there is some data between value
and the inner container.

Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22

2004-02-23 22:55:31 by David Gourdelier <vida@caudium.net>

My last commit made the decoding failed when there is some data between value
and the inner container.

Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22

2004-02-23 22:55:31 by David Gourdelier <vida@caudium.net>

My last commit made the decoding failed when there is some data between value
and the inner container.

Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22

2004-02-23 22:55:31 by David Gourdelier <vida@caudium.net>

My last commit made the decoding failed when there is some data between value
and the inner container.

Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22

2004-02-23 22:55:31 by David Gourdelier <vida@caudium.net>

My last commit made the decoding failed when there is some data between value
and the inner container.

Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22

2004-02-23 22:55:31 by David Gourdelier <vida@caudium.net>

My last commit made the decoding failed when there is some data between value
and the inner container.

Rev: lib/modules/Protocols.pmod/XMLRPC.pmod/module.pmod:1.22

2004-01-10

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

Calendar.Time.TimeofDay is virtual.

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

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

Calendar.Time.TimeofDay is virtual.

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

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

Calendar.Time.TimeofDay is virtual.

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

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

Calendar.Time.TimeofDay is virtual.

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

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

Calendar.Time.TimeofDay is virtual.

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

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

Calendar.Time.TimeofDay is virtual.

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

2003-12-16

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-16 10:40:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

MasterObject is a virtual class, and should NOT require the implementation of the Codec interface to be a subclass!

Rev: src/encode.c:1.208

2003-12-15

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-12-15 20:28:05 by Martin Nilsson <mani@lysator.liu.se>

Codec is in master().

Rev: src/encode.c:1.207

2003-11-22

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-11-22 15:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various AutoDoc mk II updates and fixes.

Rev: lib/7.0/modules/Calendar.pmod/Gregorian.pmod:1.4
Rev: lib/7.0/modules/Calendar.pmod/module.pmod:1.7
Rev: lib/modules/Cache.pmod/Policy.pmod/Base.pike:1.6
Rev: lib/modules/Cache.pmod/Policy.pmod/Timed.pike:1.7
Rev: lib/modules/Cache.pmod/Storage.pmod/Base.pike:1.9
Rev: lib/modules/Calendar.pmod/module.pmod:1.11
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.14
Rev: lib/modules/Crypto.pmod/module.pmod:1.17
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.8
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.11
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.9
Rev: lib/modules/Graphics.pmod/Graph.pmod/polyline.pike:1.6
Rev: lib/modules/Tools.pmod/PV.pike:1.9
Rev: src/iterators.cmod:1.48
Rev: src/program.c:1.539
Rev: src/threads.c:1.227

2003-08-03

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-08-03 01:01:37 by Martin Stjernholm <mast@lysator.liu.se>

Reworked the Foo::this implementation to work correctly with parent
pointers through inherits etc. It's now done through a special
identifier reference integer IDREF_MAGIC_THIS. Minor cleanups wrt
identifier_flags.

Rev: src/program.c:1.512

2003-07-03

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

Added RDF domain merges.

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

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

Added RDF domain merges.

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

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

Added RDF domain merges.

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

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

Added RDF domain merges.

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

2003-06-27

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

Fix typo.

Rev: refdoc/structure/modref.html:1.6

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

Fix typo.

Rev: refdoc/structure/modref.html:1.6

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

Fix typo.

Rev: refdoc/structure/modref.html:1.6

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

Fix typo.

Rev: refdoc/structure/modref.html:1.6

2003-04-01

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

Autodoc fix

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

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

Autodoc fix

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

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

Autodoc fix

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

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

Autodoc fix

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

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

Autodoc fix

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

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

Autodoc fix

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

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

Autodoc fix

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

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

Autodoc fix

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

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-04-01 16:30:49 by Martin Nilsson <mani@lysator.liu.se>

Put the cpp 'constants' in the cpp:: namespace

Rev: src/cpp.c:1.116

2003-01-27

2003-01-27 15:10:10 by Mattias Andersson <matan@lysator.liu.se>

New features in 3.4, like renaming of profiles and indexing of any sitebuilder metadata, and updated version of wvWare.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.19
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.75
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.13
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.10
Rev: lib/modules/Search.pmod/Filter.pmod/wvHtml.xml:1.3
Rev: lib/modules/Search.pmod/Process.pmod:1.10
Rev: lib/modules/Search.pmod/Utils.pmod:1.36

2003-01-27 15:10:10 by Mattias Andersson <matan@lysator.liu.se>

New features in 3.4, like renaming of profiles and indexing of any sitebuilder metadata, and updated version of wvWare.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.19
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.75
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.13
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.10
Rev: lib/modules/Search.pmod/Filter.pmod/wvHtml.xml:1.3
Rev: lib/modules/Search.pmod/Process.pmod:1.10
Rev: lib/modules/Search.pmod/Utils.pmod:1.36

2003-01-27 15:10:10 by Mattias Andersson <matan@lysator.liu.se>

New features in 3.4, like renaming of profiles and indexing of any sitebuilder metadata, and updated version of wvWare.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.19
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.75
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.13
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.10
Rev: lib/modules/Search.pmod/Filter.pmod/wvHtml.xml:1.3
Rev: lib/modules/Search.pmod/Process.pmod:1.10
Rev: lib/modules/Search.pmod/Utils.pmod:1.36

2003-01-27 15:10:10 by Mattias Andersson <matan@lysator.liu.se>

New features in 3.4, like renaming of profiles and indexing of any sitebuilder metadata, and updated version of wvWare.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.19
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.75
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.13
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.10
Rev: lib/modules/Search.pmod/Filter.pmod/wvHtml.xml:1.3
Rev: lib/modules/Search.pmod/Process.pmod:1.10
Rev: lib/modules/Search.pmod/Utils.pmod:1.36

2003-01-27 15:10:10 by Mattias Andersson <matan@lysator.liu.se>

New features in 3.4, like renaming of profiles and indexing of any sitebuilder metadata, and updated version of wvWare.

Rev: lib/modules/Search.pmod/Database.pmod/Base.pmod:1.19
Rev: lib/modules/Search.pmod/Database.pmod/MySQL.pike:1.75
Rev: lib/modules/Search.pmod/Filter.pmod/PDF.pmod:1.13
Rev: lib/modules/Search.pmod/Filter.pmod/Word.pmod:1.10
Rev: lib/modules/Search.pmod/Filter.pmod/wvHtml.xml:1.3
Rev: lib/modules/Search.pmod/Process.pmod:1.10
Rev: lib/modules/Search.pmod/Utils.pmod:1.36

2003-01-17

2003-01-17 16:46:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added extra level of indirection.
Now uses parent pointer to access the report function. Modified the API accordingly.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.2
Rev: src/modules/Tokenizer/module.pmod.in:1.3
Rev: src/modules/Tokenizer/toktest.pike:1.2

2003-01-17 16:46:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added extra level of indirection.
Now uses parent pointer to access the report function. Modified the API accordingly.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.2
Rev: src/modules/Tokenizer/module.pmod.in:1.3
Rev: src/modules/Tokenizer/toktest.pike:1.2

2003-01-17 16:46:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added extra level of indirection.
Now uses parent pointer to access the report function. Modified the API accordingly.

Rev: src/modules/Tokenizer/Tokenizer.cmod:1.2
Rev: src/modules/Tokenizer/module.pmod.in:1.3
Rev: src/modules/Tokenizer/toktest.pike:1.2

2003-01-09

2003-01-09 16:50:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported function_object() fixes from Pike 7.5.

Rev: lib/master.pike.in:1.239
Rev: src/testsuite.in:1.579

2003-01-09 16:50:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported function_object() fixes from Pike 7.5.

Rev: lib/master.pike.in:1.239
Rev: src/testsuite.in:1.579

2003-01-09 16:50:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported function_object() fixes from Pike 7.5.

Rev: lib/master.pike.in:1.239
Rev: src/testsuite.in:1.579

2003-01-09 16:50:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported function_object() fixes from Pike 7.5.

Rev: lib/master.pike.in:1.239
Rev: src/testsuite.in:1.579

2003-01-09 16:50:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported function_object() fixes from Pike 7.5.

Rev: lib/master.pike.in:1.239
Rev: src/testsuite.in:1.579

2003-01-09 16:50:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported function_object() fixes from Pike 7.5.

Rev: lib/master.pike.in:1.239
Rev: src/testsuite.in:1.579

2003-01-01

2003-01-01 22:03:29 by Martin Nilsson <mani@lysator.liu.se>

Filesystem iterator mark I

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

2003-01-01 22:03:29 by Martin Nilsson <mani@lysator.liu.se>

Filesystem iterator mark I

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

2003-01-01 22:03:29 by Martin Nilsson <mani@lysator.liu.se>

Filesystem iterator mark I

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

2003-01-01 22:03:29 by Martin Nilsson <mani@lysator.liu.se>

Filesystem iterator mark I

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

2003-01-01 22:03:29 by Martin Nilsson <mani@lysator.liu.se>

Filesystem iterator mark I

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

2003-01-01 22:03:29 by Martin Nilsson <mani@lysator.liu.se>

Filesystem iterator mark I

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

2002-12-30

2002-12-30 17:23:05 by Martin Nilsson <mani@lysator.liu.se>

Simple substitution crypto. Useful for e.g. ROT13

Rev: lib/modules/Crypto/substitution.pike:1.1

2002-12-30 17:23:05 by Martin Nilsson <mani@lysator.liu.se>

Simple substitution crypto. Useful for e.g. ROT13

Rev: lib/modules/Crypto/substitution.pike:1.1

2002-12-30 17:23:05 by Martin Nilsson <mani@lysator.liu.se>

Simple substitution crypto. Useful for e.g. ROT13

Rev: lib/modules/Crypto/substitution.pike:1.1

2002-12-30 17:23:05 by Martin Nilsson <mani@lysator.liu.se>

Simple substitution crypto. Useful for e.g. ROT13

Rev: lib/modules/Crypto/substitution.pike:1.1

2002-12-30 15:31:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

In this directory we implement Pike 7.4 space...

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

2002-12-30 15:31:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

In this directory we implement Pike 7.4 space...

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

2002-12-30 15:31:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

In this directory we implement Pike 7.4 space...

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

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-30 15:05:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace inherit graph updates.

Rev: lib/0.6/modules/__default.pmod:1.2
Rev: lib/7.0/modules/__default.pmod:1.6
Rev: lib/7.2/modules/__default.pmod:1.15
Rev: lib/7.4/modules/__default.pmod:1.1

2002-12-16

2002-12-16 14:30:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support inherits without names again.

Rev: refdoc/presentation/tree-split-autodoc.pike:1.41

2002-12-16 14:30:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support inherits without names again.

Rev: refdoc/presentation/tree-split-autodoc.pike:1.41

2002-12-16 14:30:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support inherits without names again.

Rev: refdoc/presentation/tree-split-autodoc.pike:1.41

2002-12-16 14:30:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support inherits without names again.

Rev: refdoc/presentation/tree-split-autodoc.pike:1.41

2002-12-16 14:28:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace changes.

Rev: lib/7.0/modules/.autodoc:1.2
Rev: lib/7.2/modules/.autodoc:1.2
Rev: lib/modules/Crypto/.autodoc:1.2
Rev: src/modules/.autodoc:1.3

2002-12-16 14:28:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace changes.

Rev: lib/7.0/modules/.autodoc:1.2
Rev: lib/7.2/modules/.autodoc:1.2
Rev: lib/modules/Crypto/.autodoc:1.2
Rev: src/modules/.autodoc:1.3

2002-12-16 14:28:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Namespace changes.

Rev: lib/7.0/modules/.autodoc:1.2
Rev: lib/7.2/modules/.autodoc:1.2
Rev: lib/modules/Crypto/.autodoc:1.2
Rev: src/modules/.autodoc:1.3

2002-12-12

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-12 19:59:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

7.0 and 7.2 are now namespaces.

Rev: refdoc/structure/modref.xml:1.6
Rev: refdoc/structure/traditional.xml:1.18

2002-12-07

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-12-07 14:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some documentation about codec objects.

Rev: src/encode.c:1.159

2002-10-17

2002-10-17 10:43:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: src/modules/Tokenizer/.cvsignore:1.1
Rev: src/modules/Tokenizer/Makefile.in:1.1
Rev: src/modules/Tokenizer/MetaProg.yacc:1.1
Rev: src/modules/Tokenizer/ParseTree.c:1.1
Rev: src/modules/Tokenizer/Pike.yacc:1.1
Rev: src/modules/Tokenizer/Pike2.yacc:1.1
Rev: src/modules/Tokenizer/Tokenizer.cmod:1.1
Rev: src/modules/Tokenizer/acconfig.h:1.1
Rev: src/modules/Tokenizer/configure.in:1.1
Rev: src/modules/Tokenizer/misc.c:1.1
Rev: src/modules/Tokenizer/module.pmod.in:1.1
Rev: src/modules/Tokenizer/testsuite.in:1.1
Rev: src/modules/Tokenizer/tokenizer.h:1.1
Rev: src/modules/Tokenizer/toktest.pike:1.1

2002-10-17 10:43:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: src/modules/Tokenizer/.cvsignore:1.1
Rev: src/modules/Tokenizer/Makefile.in:1.1
Rev: src/modules/Tokenizer/MetaProg.yacc:1.1
Rev: src/modules/Tokenizer/ParseTree.c:1.1
Rev: src/modules/Tokenizer/Pike.yacc:1.1
Rev: src/modules/Tokenizer/Pike2.yacc:1.1
Rev: src/modules/Tokenizer/Tokenizer.cmod:1.1
Rev: src/modules/Tokenizer/acconfig.h:1.1
Rev: src/modules/Tokenizer/configure.in:1.1
Rev: src/modules/Tokenizer/misc.c:1.1
Rev: src/modules/Tokenizer/module.pmod.in:1.1
Rev: src/modules/Tokenizer/testsuite.in:1.1
Rev: src/modules/Tokenizer/tokenizer.h:1.1
Rev: src/modules/Tokenizer/toktest.pike:1.1

2002-10-17 10:43:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

First version.

Rev: src/modules/Tokenizer/.cvsignore:1.1
Rev: src/modules/Tokenizer/Makefile.in:1.1
Rev: src/modules/Tokenizer/MetaProg.yacc:1.1
Rev: src/modules/Tokenizer/ParseTree.c:1.1
Rev: src/modules/Tokenizer/Pike.yacc:1.1
Rev: src/modules/Tokenizer/Pike2.yacc:1.1
Rev: src/modules/Tokenizer/Tokenizer.cmod:1.1
Rev: src/modules/Tokenizer/acconfig.h:1.1
Rev: src/modules/Tokenizer/configure.in:1.1
Rev: src/modules/Tokenizer/misc.c:1.1
Rev: src/modules/Tokenizer/module.pmod.in:1.1
Rev: src/modules/Tokenizer/testsuite.in:1.1
Rev: src/modules/Tokenizer/tokenizer.h:1.1
Rev: src/modules/Tokenizer/toktest.pike:1.1

2002-05-12

2002-05-12 17:30:22 by Martin Nilsson <mani@lysator.liu.se>

Fixed typo.

Rev: src/modules/Math/transforms.cmod:1.4

2002-05-12 17:30:22 by Martin Nilsson <mani@lysator.liu.se>

Fixed typo.

Rev: src/modules/Math/transforms.cmod:1.4

2002-05-12 17:30:22 by Martin Nilsson <mani@lysator.liu.se>

Fixed typo.

Rev: src/modules/Math/transforms.cmod:1.4

2002-05-12 17:30:22 by Martin Nilsson <mani@lysator.liu.se>

Fixed typo.

Rev: src/modules/Math/transforms.cmod:1.4

2002-05-11

2002-05-11 14:28:23 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc

Rev: src/modules/Math/transforms.cmod:1.2
Rev: src/post_modules/_Image_SVG/svg.c:1.3

2002-05-11 14:28:23 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc

Rev: src/modules/Math/transforms.cmod:1.2
Rev: src/post_modules/_Image_SVG/svg.c:1.3

2002-05-11 14:28:23 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc

Rev: src/modules/Math/transforms.cmod:1.2
Rev: src/post_modules/_Image_SVG/svg.c:1.3

2002-05-11 14:28:23 by Martin Nilsson <mani@lysator.liu.se>

Fixed autodoc

Rev: src/modules/Math/transforms.cmod:1.2
Rev: src/post_modules/_Image_SVG/svg.c:1.3

2002-03-18

2002-03-18 01:29:48 by Martin Stjernholm <mast@lysator.liu.se>

Small spelling fix.

Rev: lib/modules/ADT.pmod/Stack.pike:1.4

2002-03-18 01:29:48 by Martin Stjernholm <mast@lysator.liu.se>

Small spelling fix.

Rev: lib/modules/ADT.pmod/Stack.pike:1.4

2002-03-18 01:29:48 by Martin Stjernholm <mast@lysator.liu.se>

Small spelling fix.

Rev: lib/modules/ADT.pmod/Stack.pike:1.4

2002-03-18 01:29:48 by Martin Stjernholm <mast@lysator.liu.se>

Small spelling fix.

Rev: lib/modules/ADT.pmod/Stack.pike:1.4

2002-03-17

2002-03-17 15:24:43 by Johan Sundström <oyasumi@gmail.com>

Removed sixth element.

Rev: refdoc/structure/modref.html:1.4

2002-03-17 15:24:43 by Johan Sundström <oyasumi@gmail.com>

Removed sixth element.

Rev: refdoc/structure/modref.html:1.4

2002-03-17 15:24:43 by Johan Sundström <oyasumi@gmail.com>

Removed sixth element.

Rev: refdoc/structure/modref.html:1.4

2002-03-08

2002-03-08 22:14:55 by Martin Nilsson <mani@lysator.liu.se>

Fixed untargeted create.

Rev: src/modules/Gmp/mpz_glue.c:1.102

2002-03-08 22:14:55 by Martin Nilsson <mani@lysator.liu.se>

Fixed untargeted create.

Rev: src/modules/Gmp/mpz_glue.c:1.102

2002-03-08 22:14:55 by Martin Nilsson <mani@lysator.liu.se>

Fixed untargeted create.

Rev: src/modules/Gmp/mpz_glue.c:1.102

2002-03-08 22:14:55 by Martin Nilsson <mani@lysator.liu.se>

Fixed untargeted create.

Rev: src/modules/Gmp/mpz_glue.c:1.102

2002-03-07

2002-03-07 13:10:49 by Johan Schön <js@opera.com>

Now does stderr logging when run with IntraWise

Rev: lib/modules/Search.pmod/Utils.pmod:1.35

2002-03-07 13:10:49 by Johan Schön <js@opera.com>

Now does stderr logging when run with IntraWise

Rev: lib/modules/Search.pmod/Utils.pmod:1.35

2002-03-07 13:10:49 by Johan Schön <js@opera.com>

Now does stderr logging when run with IntraWise

Rev: lib/modules/Search.pmod/Utils.pmod:1.35

2002-03-07 13:10:49 by Johan Schön <js@opera.com>

Now does stderr logging when run with IntraWise

Rev: lib/modules/Search.pmod/Utils.pmod:1.35

2002-03-07 13:10:49 by Johan Schön <js@opera.com>

Now does stderr logging when run with IntraWise

Rev: lib/modules/Search.pmod/Utils.pmod:1.35

2002-02-07

2002-02-07 13:33:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>