Branch: Tag:

2023-06-07

2023-06-07 12:20:26 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Detect zlib 1.2.12 as working libz

zlib 1.2.12 includes commit 0d36ec47f310478549c0864f215ab5c0114c49ba,
Don't bother computing check value after successful inflateSync().

Because of that, it does no longer give a Z_DATA_ERROR which we used to
expect, but instead a Z_STREAM_END. Adjusted the configure check to
accept Z_STREAM_END for zlib >= 1.2.12.

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

Crypto.ECC.Curve448: Add module.

2023-06-03

2023-06-03 14:34:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES [Crypto]: Add notes about GOSTDSA and balloon().

2023-05-14

2023-05-14 07:53:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Process.Process: Support using Stdio.Fd for "cwd" and "chroot" on OSes with fchdir(2).

Fixes #10118.

2023-05-11

2023-05-11 13:30:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.Fd: Add cd().

Fixes #10119.

2023-04-26

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

System [NT]: Support wide strings in LogonUser().

Fixes remainder of #10105.

2023-04-17

2023-04-17 09:29:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cpp: Support function-style macros in define_macro() et al.

This also adds support for defining function-style macros via
the -D command line option.

Fixes #10109.

2023-03-30

2023-03-30 12:17:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about type-checker incompatibilities.

2023-01-20

2023-01-20 12:26:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about ADT.CircularList change.

2023-01-15

2023-01-15 22:13:53 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document low_lookup() fix

2023-01-07

2023-01-07 09:28:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Add note about function multi-assign syntax.

Fixes #10098.

2022-12-11

2022-12-11 14:52:01 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Nettle.IDEA fix

2022-11-17

2022-11-17 08:48:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Add note about typechecking of operator assignment.

Fixes remainder of #10033.

2022-11-06

2022-11-06 11:47:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about the new Iterator API.

Fixes #10085.

2022-09-20

2022-09-20 11:09:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about zero and __unknown__.

2022-09-08

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

CHANGES: Argument default value syntax now valid with implicit create().

2022-09-03

2022-09-03 09:39:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Add syntax for specifying default values for functions.

The function definition

string foo(string bar = "bar") { return bar; }

will now result in a function(string|void:string) that returns
"bar" if called with no arguments or UNDEFINED, and its argument
otherwise. The local variable 'bar' above will be typed string
(ie not string|void) in the function body.

Fixes some of #10086.

2022-07-30

2022-07-30 09:36:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about adding of UNDEFINED and stricter LFUN checking.

2022-06-15

2022-06-15 22:12:44 by Tobias S. Josefowitz <tobij@tobij.de>

Gz: Detect zlib 1.2.12 as working libz

zlib 1.2.12 includes commit 0d36ec47f310478549c0864f215ab5c0114c49ba,
Don't bother computing check value after successful inflateSync().

Because of that, it does no longer give a Z_DATA_ERROR which we used to
expect, but instead a Z_STREAM_END. Adjusted the configure check to
accept Z_STREAM_END for zlib >= 1.2.12.

2022-05-07

2022-05-07 17:26:40 by Martin Nilsson <nilsson@fastmail.com>

Updated to Unicode 14.0.0

2022-05-05

2022-05-05 20:44:41 by Tobias S. Josefowitz <tobij@tobij.de>

Standards.BSON: Improve robustness of BSON parser

The BSON parser had a few issues with parsing size headers correctly
that have been fixed in 8.1 as part of a refactor, but were still
causing problems in 8.0.

Thanks to Joshua Rogers <jrogers@opera.com> for the report.

2022-01-28

2022-01-28 20:09:36 by H William Welliver <william@welliver.org>

CHANGES: updated changes

2022-01-13

2022-01-13 18:42:39 by H William Welliver <william@welliver.org>

Changelog: getting ready for a release

2021-11-03

2021-11-03 23:35:06 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Image.TIFF fixes

2021-09-13

2021-09-13 11:26:09 by Marcus Comstedt <marcus@mc.pp.se>

Builtin: Use 64-bit version of time_t in current glibc

This functionality exists in glibc releases starting with 2.34.

2021-09-12

2021-09-12 12:04:55 by Marcus Comstedt <marcus@mc.pp.se>

CHANGES: Document crypt bugfix

2021-09-11

2021-09-11 21:14:50 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Concurrent changes

2021-08-16

2021-08-16 23:34:05 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Image.JPEG changes

2021-07-02

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

CHANGES: Document decode_value() changes

2021-06-07

2021-06-07 13:16:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

EFUNs: Add __cast().

2021-05-25

2021-05-25 14:01:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about #pragma no_strict_types.

2021-04-06

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

CHANGES: Document Image.{ILBM,X,XWD} fixes

2021-03-24

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

CHANGES: Document Image.{BMP,PCX,PSD,XCF} fixes

2021-03-18

2021-03-18 01:42:18 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Image.{GIF,PNG,TGA,TIF,WBF} fixes

2021-03-16

2021-03-16 21:59:51 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document build/find_stack_direction() fix

2021-02-03

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

Changes: Added some missing underlining.

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

Changes: Added note about Inotify.Instance()->add_watch() API change.

Fixes #10059.

2020-12-17

2020-12-17 23:22:36 by H William Welliver <william@welliver.org>

Changes: one last change

2020-12-04

2020-12-04 23:35:49 by H William Welliver <william@welliver.org>

Changes: document SSL.File read behavior change

2020-12-02

2020-12-02 19:27:17 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document URI fix

2020-12-02 03:55:46 by H William Welliver <william@welliver.org>

Changes: changes

2020-11-12

2020-11-12 02:19:45 by H William Welliver <william@welliver.org>

CHANGES: updates in preparation for release

2020-11-01

2020-11-01 19:06:59 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Concurrent.Promise fix

2020-10-26

2020-10-26 11:08:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Concurrent.Promise fix.

Fixes #10055.

2020-10-06

2020-10-06 22:01:43 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Tools.Standalone.httpserver directory traversal

2020-08-20

2020-08-20 10:39:08 by Jonas Walldén <jonasw@roxen.com>

CHANGES: Document fix in Standards.EXIF.get_properties().

2020-08-11

2020-08-11 21:26:25 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document array item type confusion fix

2020-05-27

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

CHANGES: Added a note about documenting of annotations.

2020-05-13

2020-05-13 19:09:34 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2020-04-05

2020-04-05 12:42:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about compiler fix.

Fixes #10028.
Fixes #10029.

2020-03-31

2020-03-31 09:55:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Standards.JSON.encode().

Fixes #10026.

2020-03-31 09:53:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Standards.JSON.encode().

Fixes #10026.
Fixes #10027.

2020-03-25

2020-03-25 20:29:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about F_ESCAPE_CATCH fix.

Fixes #10023.

2020-03-21

2020-03-21 14:52:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about binary or with multiset and UNDEFINED.

Fixes #10021.

2020-03-17

2020-03-17 09:54:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about pty handling on NT.

Fixes #10008.

2020-03-15

2020-03-15 10:25:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about integer type change.

Fixes #10018.

2020-03-12

2020-03-12 23:55:37 by Stephen R. van den Berg <srb@cuci.nl>

Document ADT.OrderedMapping bugfix.

2020-03-07

2020-03-07 13:58:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Stdio.Port->set_id(). #4312

2020-03-06

2020-03-06 02:25:34 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Toggle cache_autoprepared_statements default.

2020-03-06 02:24:42 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Toggle cache_autoprepared_statements default.

2020-03-05

2020-03-05 21:47:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some language and cosmetic changes.

2020-03-04

2020-03-04 19:30:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Calendar expert system update.

2020-03-03

2020-03-03 19:06:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Pike.ProxyFactory.

2020-03-01

2020-03-01 12:57:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about Nettle and Curve25519.

2020-02-29

2020-02-29 14:34:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Thread.Condition.

2020-02-25

2020-02-25 01:10:52 by Stephen R. van den Berg <srb@cuci.nl>

Document pgsql changes.

2020-02-24

2020-02-24 18:34:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Pike.Annotations.

2020-02-24 00:09:58 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document signature algorithm change

2020-02-23

2020-02-23 15:37:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Sql-module API changes.

2020-02-22

2020-02-22 16:23:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about m_delete() and m_clear().

2020-02-21

2020-02-21 17:50:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Thread.RWMutex.

2020-02-18

2020-02-18 12:46:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Stdio.PROP_TTY.

2020-02-17

2020-02-17 22:10:21 by Stephen R. van den Berg <srb@cuci.nl>

Document pgsql changes.

2020-02-10

2020-02-10 22:09:33 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Parser.HTML fix

2020-01-20

2020-01-20 23:15:50 by Tobias S. Josefowitz <tobij@tobij.de>

SSL: Only accept wildcards for one level

* in CN / SubjectAlternativeName:dNS is supposed to only match one level
of the hostname, i.e. *.example.com matches foo.example.com but not
www.foo.example.com.

2020-01-09

2020-01-09 10:18:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Syntax for specifying the length of array and string types.

2020-01-03

2020-01-03 23:23:15 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document System.openlog() fix.

2020-01-01

2020-01-01 13:12:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about lfun::_destruct() changes.

2019-12-31

2019-12-31 12:38:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about Pike.{DestructImmediate,InhibitDestruct}.

2019-12-30

2019-12-30 09:57:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more about Thread.Thread()->wait().

2019-12-29

2019-12-29 14:00:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some minor restructuring regarding Protocols.DNS.

2019-12-28

2019-12-28 14:13:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes regarding Pike.LiveBacktraceFrame.

2019-12-27

2019-12-27 15:40:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about m_add().

2019-12-26

2019-12-26 13:42:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about use of resume_cb.

2019-12-25

2019-12-25 11:06:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about backend fixes.

2019-12-24

2019-12-24 13:14:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about new syntax being valid for string types too.

2019-12-21

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

Compiler: Added new syntax for int(X..X): int(X).

2019-12-11

2019-12-11 22:52:10 by Stephen R. van den Berg <srb@cuci.nl>

Document changes.

2019-12-04

2019-12-04 21:54:46 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document SSL session ticket backport

2019-11-02

2019-11-02 19:14:57 by Tobias S. Josefowitz <tobij@tobij.de>

Optimizer: Be more careful when optimizing away assignments

Checking for SCOPE_SCOPED is too agressive, check for SCOPE_SCOPE_USED
instead.

2019-10-24

2019-10-24 12:48:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about extended inherit syntax.

2019-10-23

2019-10-23 11:00:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more compatibility notes.

2019-10-22

2019-10-22 10:00:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about C-API changes.

2019-09-19

2019-09-19 14:06:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about generator functions.

2019-08-05

2019-08-05 23:00:09 by Tobias S. Josefowitz <tobij@tobij.de>

sybase: Use ABI suffixes when looking for sybase lib dir

2019-08-05 22:59:45 by Tobias S. Josefowitz <tobij@tobij.de>

Odbc: Use ABI suffixes when looking for ODBC lib dir

2019-07-15

2019-07-15 21:20:35 by Tobias S. Josefowitz <tobij@tobij.de>

CHANGES: Document Crypto.ECC working with Nettle 3.5

2019-06-21

2019-06-21 16:18:48 by Tobias S. Josefowitz <tobij@tobij.de>

Merge branch 'tobij/fix-inttree-values-sig' into 8.0

* tobij/fix-inttree-values-sig:
CritBit: Fix signature of _values() in IntTree.

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

2019-03-31 19:59:19 by Tobias S. Josefowitz <tobij@tobij.de>

Merge branch 'tobij/http-proxy-headers' into 8.0

* tobij/http-proxy-headers:
Protocols.HTTP: Use supplied headers for proxied HTTP

2019-03-31 17:54:25 by Tobias S. Josefowitz <tobij@tobij.de>

Merge branch 'patches/lyslyskom23152065' into 8.0

* patches/lyslyskom23152065:
Filesystem.Tar: Reorder operations in extract_bits()

2019-03-19

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

Merge commit '722771973bd' into patches/lyslyskom22891031

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

2019-03-14

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

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

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

2019-02-02

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

Merge branch 'marcus/exif_sanitization' into 8.0

2019-01-09

2019-01-09 00:58:28 by Tobias S. Josefowitz <tobij@tobij.de>

Process.run: Accept empty string in modifiers as stdin

Restores behaviour as of 7.8.

Fixes [LysLysKOM 23099651]. Thanks to Per Cederqvist for the report.

2019-01-01

2019-01-01 13:53:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated CHANGES.

2018-12-31

2018-12-31 21:39:38 by Peter Bortas <bortas@gmail.com>

CHANGES: Added missing entries since the last release

2018-12-23

2018-12-23 01:12:24 by Peter Bortas <bortas@gmail.com>

CHANGES: Catalan typo fix

2018-11-04

2018-11-04 16:11:11 by Arne Goedeke <el@laramies.com>

Merge remote-tracking branch 'origin/master' into new_utf8

2018-11-03

2018-11-03 14:21:37 by Marcus Comstedt <marcus@mc.pp.se>

Merge remote-tracking branch 'origin/8.1' into gobject-introspection

2018-11-01

2018-11-01 15:24:50 by Peter Bortas <bortas@gmail.com>

CHANGES: bug fixes header

2018-11-01 15:19:06 by Peter Bortas <bortas@gmail.com>

CHANGES: New release, new header

2018-10-16

2018-10-16 20:42:10 by Tobias S. Josefowitz <tobij@tobij.de>

Compiler [amd64]: Document stack alignment fix in CHANGES

2018-10-04

2018-10-04 16:53:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about recent changes.

2018-09-12

2018-09-12 13:19:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about _disable_threads() fix.

2018-08-30

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

CHANGES: Cosmetic change.

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

CHANGES: Added note about inherit of CompilerEnvironment.

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

CHANGES: Added note about support for OpenJDK 10.

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

CHANGES: Added note about extract_autodoc.

2018-08-30 12:59:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Filesystem.Monitor.

2018-08-30 12:58:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about fixed race-condition.

2018-08-30 12:58:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about Sass-related fixes.

2018-08-22

2018-08-22 21:57:00 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.HTTP: Eventually finish HTTP responses over SSL

Due to incorrect accounting of sent bytes, we never successfully
finished HTTP responses when using Protocols.HTTP.Server.SSLPort().
Instead, on success, we left connections pending until timeout.

Thanks to Stefan Gluszek <stefang@opera.com> for the report.

2018-08-11

2018-08-11 20:18:35 by Tobias S. Josefowitz <tobij@tobij.de>

Fuse: Return -ENOSYS in case a Fuse operation errors on Pike level

To achieve this, call_with_interpreter() now catches errors and passes
them on for handling.

2018-08-11 20:18:34 by Tobias S. Josefowitz <tobij@tobij.de>

Fuse: Switch to using the "fuse_main()" API

The way we used to use libfuse was somehow first "deprecated" and then
entirely removed from their repository on GitHub. Unfortunately, the old
API worked really elegantly for us (since libfuse calls us from threads
that it created on its own), and with the "fuse_main()" API we require
quite a bit of very verbose extra legwork, but what can you do.

The old way of using libfuse also triggered a bug (SEGFAULT) in libfuse
starting with at least version 2.9.2, while the new "fuse_main()" use
does not.

2018-06-29

2018-06-29 12:15:49 by Martin Nilsson <nilsson@fastmail.com>

Moved up recent threads changes.

2018-06-28

2018-06-28 17:30:32 by Jonas Walldén <jonasw@roxen.com>

Added notes on Thread.Farm changes.

2018-06-12

2018-06-12 10:21:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about UTF8 and Mysql.

2018-06-12 10:20:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Postgresql 10.

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

CHANGES: Added note about detection of Java on Ubuntu 18.04.

2018-06-06

2018-06-06 09:53:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about tzdata2018e.

Also shuffles some entries around.

2018-05-30

2018-05-30 21:50:20 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2018-05-24

2018-05-24 14:44:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Pike.identify_cycle().

Also some minor shuffling of existing entries.

2018-05-24 13:00:00 by Marcus Comstedt <marcus@mc.pp.se>

Update CHANGES.

2018-05-19

2018-05-19 13:12:41 by Peter Bortas <bortas@gmail.com>

CHANGES: rel 12 is out

2018-05-19 10:53:51 by Arne Goedeke <el@laramies.com>

Added GC marker change to changelog

2018-05-14

2018-05-14 22:47:25 by Martin Nilsson <nilsson@fastmail.com>

Simple code to support javascript

2018-05-12

2018-05-12 09:05:14 by Martin Nilsson <nilsson@fastmail.com>

Line wrap to 80 columns.

2018-05-10

2018-05-10 21:54:44 by Tobias S. Josefowitz <tobij@tobij.de>

ADT.CritBit.BigNumTree: off by one error (removed)

Due to an off-by-one error the last limb of bignums was never compared.
This resulted (sometimes) in bignums comparing equal inside of the tree.

2018-05-08

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

CHANGES: Added notes about various minor fixes.

2018-05-08 09:50:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about the new I/O layer on NT.

2018-05-07

2018-05-07 21:21:55 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2018-05-07 10:12:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Concurrent.results() fix.

2018-05-07 10:12:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added a note about Web.Sass.

2018-05-07 10:12:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some more Filesystem.Monitor fixes.

2018-05-07 10:12:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Moved entry to the correct segment.

2018-05-07 09:38:27 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2018-05-07 08:58:03 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES for pgsql.

2018-04-12

2018-04-12 14:25:52 by Stefan Gluszek <stefang@opera.com>

Protocols.HTTP: Remove line breaks from base64 basic auth tokens

2018-04-09

2018-04-09 12:43:41 by Martin Nilsson <nilsson@fastmail.com>

A bunch of changes to allow for greater control of the response headers. Unchanged behavior if no extra headers are explicitly set by the applicatioin.

2018-04-08

2018-04-08 20:26:05 by Martin Nilsson <nilsson@fastmail.com>

Remove special case that would avoid reading the body of PUT requests.

2018-04-04

2018-04-04 22:46:21 by Martin Nilsson <nilsson@fastmail.com>

Document HeaderParser fix.

2018-04-04 12:40:22 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-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-03-25

2018-03-25 18:23:16 by Peter Bortas <bortas@gmail.com>

CHANGES: Fix typo

2018-03-12

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

CHANGES: Added nore about Unicode.normalize() optimization.

2018-03-11

2018-03-11 21:17:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Stdio.Terminfo.

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

2018-02-13 14:52:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Revert "CHANGES: Added note about compiler fix."

The change that this note is about has been reverted.

This reverts commit 43f46afaeef79573114ace7b9cc2527e8ab4c780.

2018-02-09

2018-02-09 18:34:48 by Martin Nilsson <nilsson@fastmail.com>

Moved openlog, syslog and closelog from efun to System.

2018-02-09 14:03:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about compiler fix.

2018-02-08

2018-02-08 09:39:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with the latest Filesystem.Monitor fixes.

2018-02-08 09:39:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some vertical white space.

2018-02-06

2018-02-06 11:05:27 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2018-02-03

2018-02-03 09:48:55 by Peter Bortas <bortas@gmail.com>

Merge branch '8.1' into peter/travis

2018-02-01

2018-02-01 19:21:20 by Stephen R. van den Berg <srb@cuci.nl>

Concurrent: Various improvements, bugfixes, backported from 8.1.

Add map_with() as an alias for flat_map().
Reduce lock contention and cleanup superfluous catches.
Clarify docs.
Free callbacks after use, frees memory and references.
Add convenience variant to zip() and extend testsuite.
Transparent automatic backend enable/disable.

2018-01-31

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

Updated CHANGES.

2018-01-25

2018-01-25 13:46:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about some recent changes.

2018-01-19

2018-01-19 15:56:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Debug.find_all_clones().

Also some reordering.

2018-01-18

2018-01-18 17:58:00 by Martin Nilsson <nilsson@fastmail.com>

Note about secure_zero

2018-01-17

2018-01-17 13:29:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Search.Database.MySQL fix.

2018-01-13

2018-01-13 19:12:26 by Martin Nilsson <nilsson@fastmail.com>

Note about trailer headers fix.

2018-01-11

2018-01-11 06:17:12 by Martin Nilsson <nilsson@fastmail.com>

Cleanup and typo fix.

2018-01-10

2018-01-10 15:08:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Calendar.TimeRanges.NullTimeRange.

2018-01-03

2018-01-03 00:36:53 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2017-12-31

2017-12-31 23:19:10 by Peter Bortas <bortas@gmail.com>

Merge remote-tracking branch 'origin/8.1' into peter/travis

2017-12-31 22:43:44 by Peter Bortas <bortas@gmail.com>

CHANGES: Clean up for release

2017-12-31 22:14:11 by Martin Nilsson <nilsson@fastmail.com>

Backport Image.Image mode grey fix.

2017-12-31 14:48:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with current changes.

2017-12-31 12:52:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about the three pass compiler.

2017-12-26

2017-12-26 03:05:11 by Stephen R. van den Berg <srb@cuci.nl>

mktime: Improve timezone support, increase performance, bugfixes.

System.TM: Properly fixed, code reuse with mktime().

Extended testsuite for both.
Reduced memory footprint.

2017-12-11

2017-12-11 22:47:03 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2017-12-02

2017-12-02 00:36:24 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2017-11-21

2017-11-21 09:20:38 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2017-11-21 02:22:25 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2017-11-15

2017-11-15 15:53:03 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2017-11-11

2017-11-11 15:32:15 by Stephen R. van den Berg <srb@cuci.nl>

Updated CHANGES.

2017-11-09

2017-11-09 11:24:01 by Stephen R. van den Berg <srb@cuci.nl>

Updated CHANGES.

2017-11-09 02:47:12 by Stephen R. van den Berg <srb@cuci.nl>

Updated CHANGES.

2017-11-06

2017-11-06 18:17:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with current changes.

2017-11-03

2017-11-03 13:14:14 by Peter Bortas <bortas@gmail.com>

CHANGES: Made new header for release 12 and moved some CHANGES done since build 498 to it.

2017-11-02

2017-11-02 15:42:40 by Stephen R. van den Berg <srb@cuci.nl>

CHANGES updated.

2017-10-13

2017-10-13 11:22:43 by Chris Angelico <rosuav@gmail.com>

Fix typo in CHANGES

2017-10-07

2017-10-07 11:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

equal() on functions.

equal() on functions now checks if their definitions are the same identifier
in the same program.

2017-10-05

2017-10-05 17:44:29 by Martin Nilsson <nilsson@fastmail.com>

You compare with equal(), not _equal().

2017-10-05 15:03:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Minor shuffling.

2017-10-05 14:03:54 by Per Cederqvist <cederp@opera.com>

Document the signal handler fix of 127b9080b in CHANGES

2017-10-05 10:09:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about WhiteFish.

2017-09-28

2017-09-28 14:58:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some more notes about __ARGS__.

2017-09-26

2017-09-26 13:45:38 by Peter Bortas <bortas@gmail.com>

CHANGES: Fixed spello

2017-09-25

2017-09-25 19:24:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with all changes since 8.0.466.

Also rewords, reorders and regroups several entries.

2017-09-25 10:18:51 by Martin Nilsson <nilsson@fastmail.com>

Minor fixes

2017-09-25 10:07:23 by Martin Nilsson <nilsson@fastmail.com>

Quick summary of latest changes.

2017-09-24

2017-09-24 19:50:40 by Arne Goedeke <el@laramies.com>

CHANGES: document Stdio.Buffer bugfixes

2017-09-24 18:54:17 by Peter Bortas <bortas@gmail.com>

CHANGES: Fresh template for next release

2017-09-18

2017-09-18 21:44:26 by Tobias S. Josefowitz <tobij@tobij.de>

Protocols.DNS: Add support for CAA records.

Certificate Authorities are actually required to check for them since
this month as mandated by the CA/Browser Forum.

2017-09-10

2017-09-10 11:20:46 by Marcus Comstedt <marcus@mc.pp.se>

Compiler: Add support for abbreviated function definitions

2017-09-09

2017-09-09 18:18:33 by Martin Nilsson <nilsson@fastmail.com>

Test case and CHANGES for void changes.

2017-08-28

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

Add extensible error handling in Protocols.DNS.server

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

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

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

Add extensible error handling in Protocols.DNS.server

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

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

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

Add extensible error handling in Protocols.DNS.server

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

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

2017-07-20

2017-07-20 18:31:33 by Martin Nilsson <nilsson@fastmail.com>

Fix issue with non-constant string input to %x

2017-07-18

2017-07-18 12:50:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Filesystem.Monitor: Added report().

This provides an API to simplify targeting tracing of the
Filesystem.Monitor operation.

Fixes PIKE-17 (#8017).

2017-07-17

2017-07-17 17:10:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Reformatted and added some points.

Changes since Pike 8.0.438 (release 9) should now be up to date.

2017-07-17 13:30:24 by Martin Nilsson <nilsson@fastmail.com>

Document BSON changes

2017-07-17 09:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some more Filesystem.Monitor updates.

2017-07-11

2017-07-11 13:38:21 by Bill Welliver <bill@welliver.org>

CHANGES: changes

2017-07-10

2017-07-10 12:20:49 by Stephen R. van den Berg <srb@cuci.nl>

Rename Debug.Peek to Debug.Inspect.

2017-07-08

2017-07-08 04:00:02 by William Welliver <william@welliver.org>

CHANGES: describe SQLite bug fix for string bindings.

2017-07-05

2017-07-05 08:17:15 by Stephen R. van den Berg <srb@cuci.nl>

Document pgsql CHANGES.

2017-06-28

2017-06-28 11:54:43 by Stephen R. van den Berg <srb@cuci.nl>

Document Debug.Peek feature.

2017-06-27

2017-06-27 12:39:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about Filesystem.Monitor.

2017-06-27 10:44:53 by Stephen R. van den Berg <srb@cuci.nl>

Document pgsql changes.

2017-06-21

2017-06-21 21:25:08 by Martin Nilsson <nilsson@fastmail.com>

Unicode 10.0.0

2017-06-19

2017-06-19 09:07:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Fixed Concurrent example.

User-level code should typically receive Concurrent.Future objects
(not Concurrent.Promise objects).

Use the usual naming convention (renamed connection() to connect()).

Also some other minor fixes for changes since Pike 8.0.438.

2017-06-18

2017-06-18 18:04:16 by Martin Nilsson <nilsson@fastmail.com>

Concurrent is now in 8.0. Some reordering.

2017-06-18 17:12:41 by Martin Nilsson <nilsson@fastmail.com>

Typo.

2017-06-18 17:11:37 by Martin Nilsson <nilsson@fastmail.com>

Added Concurrent, and moved changes not in the next release to next beta.

2017-06-09

2017-06-09 12:51:34 by Tobias S. Josefowitz <tobij@tobij.de>

Builtin: random(mapping) no longer exposes PIKE_T_FREE to Pike

Off by one error caused random(mapping) to return elements from the
mapping's freelist.

Fixes [LysLysKOM 22108453] reported by Per Cederqvist. Thanks!

2017-06-06

2017-06-06 10:20:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about some minor fixed bugs.

2017-06-06 10:19:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about some building issues.

2017-06-06 10:18:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about some typing changes.

2017-06-06 10:16:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about smartlink.

2017-06-06 10:15:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about mkpackage.

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

CHANGES: Added note about variant dispatcher change.

2017-06-06 10:13:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about GL, GLUT & GTK2 support for Quartz/Darwin.

2017-06-03

2017-06-03 13:19:47 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Updated CHANGES.

2017-04-26

2017-04-26 12:50:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Thread.Mutex.

2017-04-12

2017-04-12 15:11:37 by Martin Nilsson <nilsson@fastmail.com>

Unicode 9.0.0. Overall very minor update.

2017-03-22

2017-03-22 10:54:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about {en,de}code_jws().

2017-03-20

2017-03-20 14:25:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added entry about updated Web.decode_jwk().

2017-03-11

2017-03-11 16:42:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Sql.Sql.

2017-03-07

2017-03-07 17:25:41 by Martin Nilsson <nilsson@fastmail.com>

More correct description of the socket fail fix.

2017-03-07 16:08:31 by Peter Bortas <bortas@gmail.com>

Document Protocols.HTTP.Query bugfix

2017-03-07 16:05:40 by Peter Bortas <bortas@gmail.com>

Rephrased changes a bit.

2017-03-07 15:47:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added notes about some of the recent changes.

2017-03-07 15:37:41 by Peter Bortas <bortas@gmail.com>

New CHANGES header for this months release

2017-02-24

2017-02-24 13:54:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about changes to class definitions.

2017-02-07

2017-02-07 19:17:46 by Peter Bortas <bortas@gmail.com>

CHANGES: Fix spelling misstakes.

2017-02-02

2017-02-02 10:22:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some layout fixes.

2017-02-02 10:21:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about recent changes.

2017-02-02 01:42:03 by Martin Nilsson <nilsson@fastmail.com>

Document System.TM fix.

2017-01-24

2017-01-24 14:58:18 by Peter Bortas <bortas@gmail.com>

CHANGES: Add entry for Protocols.DNS bugfix

2017-01-16

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

Compiler: Make #pragma disassemble available --without-debug.

2017-01-09

2017-01-09 17:23:29 by Martin Nilsson <nilsson@fastmail.com>

Added Unicode.is_whitespace.

2017-01-06

2017-01-06 16:09:41 by Martin Nilsson <nilsson@fastmail.com>

Operator LFUNs now get consistent number of arguments.

2017-01-06 12:13:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Added support for arguments to implicit lambdas.

2017-01-04

2017-01-04 16:27:59 by Martin Nilsson <nilsson@fastmail.com>

Added note on addition lfun change.

2017-01-03

2017-01-03 19:17:21 by Martin Nilsson <nilsson@fastmail.com>

Document + operator update for complex types.

2017-01-02

2017-01-02 16:14:18 by Martin Nilsson <nilsson@fastmail.com>

Added note about operator bugfix.

2017-01-02 10:50:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about recent changes.

2017-01-02 00:44:45 by Peter Bortas <bortas@gmail.com>

CHANGES: Header for new release.

2017-01-01

2017-01-01 13:15:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some minor fixes.

Also removes note about the new string literal syntax, since it
is already present in Pike 8.0.

2017-01-01 05:19:19 by Martin Nilsson <nilsson@fastmail.com>

Remove float sorting in +. It is not supported consistently in throughout Pike.

2016-12-27

2016-12-27 11:57:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Fixed typo.

2016-12-27 01:09:51 by Martin Nilsson <nilsson@fastmail.com>

Fix typo

2016-12-26

2016-12-26 19:49:03 by Peter Bortas <bortas@gmail.com>

CHANGES: Fixed some typos.

2016-12-21

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

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

2016-12-21 13:39:07 by Martin Nilsson <nilsson@fastmail.com>

Note about the empty string addition bug.

2016-12-20

2016-12-20 18:54:00 by Jonas Walldén <jonasw@roxen.com>

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

2016-12-17

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

Document ph:s sscanf %O extensions.

2016-12-12

2016-12-12 15:26:15 by Peter Bortas <bortas@gmail.com>

Moved CHANGE entries for things that didn't make it in time for rel 6.

2016-12-12 11:49:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Pike 8.0.370 is Pike 8.0 release 6.

Adds header for the next set of entries.

2016-12-11

2016-12-11 23:32:01 by Martin Nilsson <nilsson@fastmail.com>

Backported XML serialization charset fix.

2016-12-10

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

Late update about the XML parser fix.

2016-12-08

2016-12-08 18:32:21 by Martin Nilsson <nilsson@fastmail.com>

%m has been removed from sprintf.

2016-12-08 11:13:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about VCDiff.

2016-12-07

2016-12-07 10:14:01 by Stephen R. van den Berg <srb@cuci.nl>

Moved CHANGES to the correct section.

2016-12-06

2016-12-06 13:29:54 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES for last pgsql fix.

2016-12-05

2016-12-05 19:45:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Msql: Fixed some compilation issues.

2016-12-05 19:41:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more changes since 8.0.358.

2016-11-30

2016-11-30 18:46:27 by Bill Welliver <bill@welliver.org>

CHANGES: pmar_install fix

2016-11-29

2016-11-29 15:56:00 by Stephen R. van den Berg <srb@cuci.nl>

EngineIO/SocketIO: Minor cosmetic fix and adjust reference in CHANGES.

2016-11-26

2016-11-26 11:44:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to tzdata2015j.

2016-11-26 09:24:10 by Arne Goedeke <el@laramies.com>

CHANGES: moved json fix into the right place

This did not make it into release 5.

2016-11-21

2016-11-21 16:34:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Pike 8.0.358 is Pike 8.0 release 5.

Adds header for the next set of entries.

Also removes a redundant entry.

2016-11-21 16:31:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added details about some of the new modules.

2016-11-16

2016-11-16 11:31:42 by Arne Goedeke <el@laramies.com>

Updated CHANGELOG

2016-11-05

2016-11-05 11:31:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated note about __weak__.

2016-11-05 11:12:21 by Arne Goedeke <el@laramies.com>

CHANGES: updated with websocket changes

2016-11-05 10:54:21 by Martin Nilsson <nilsson@fastmail.com>

Revert EngineIO and SocketIO from 8.0 for now.

2016-11-05 10:37:11 by Peter Bortas <bortas@gmail.com>

CHANGES: Optimization fix

2016-11-05 10:23:03 by Peter Bortas <bortas@gmail.com>

CHANGES: New timezone data

2016-11-02

2016-11-02 10:33:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with more changes since Pike 8.0.

2016-11-01

2016-11-01 14:43:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more entries about recent changes.

2016-10-19

2016-10-19 19:38:07 by Martin Nilsson <nilsson@fastmail.com>

Added note about curve change for Nettle.

2016-09-10

2016-09-10 01:11:25 by Martin Nilsson <nilsson@fastmail.com>

Refer to the HeaderParser as Protocols.HTTP.Server.HeaderParser instead.

2016-09-08

2016-09-08 13:05:55 by Arne Goedeke <el@laramies.com>

CHANGES: some more reordering

2016-09-08 11:59:54 by Peter Bortas <bortas@gmail.com>

Reordered the naewest changes a bit.

2016-09-07

2016-09-07 13:31:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more entries about recent changes.

2016-08-02

2016-08-02 17:28:51 by Martin Nilsson <nilsson@fastmail.com>

Note about HeaderParser

2016-07-22

2016-07-22 07:36:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about Stdio.UDP changes.

2016-07-17

2016-07-17 07:54:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES [SSL]: Added note about session tickets.

2016-07-10

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

CHANGES: Added note about JOSE.

2016-07-02

2016-07-02 09:21:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Efuns: Renamed hash_7_8() to hash_8_0() for consistency.

Also made the hash_*() types somewhat stricter.

2016-07-01

2016-07-01 12:11:24 by Martin Nilsson <nilsson@fastmail.com>

Added notice about hash() changes.

2016-06-05

2016-06-05 05:57:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Minor fix.

2016-06-03

2016-06-03 16:19:21 by Per Hedbor <ph@opera.com>

Mention ** operator in changes.

2016-06-03 14:13:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with some changes since Pike 8.0.240 (release 3).

2016-05-15

2016-05-15 15:19:17 by Peter Bortas <bortas@gmail.com>

Start changelog for release 4

2016-05-13

2016-05-13 12:44:53 by Per Hedbor <ph@opera.com>

Extended glob pattern syntax:
o \ can now be used to quote special characters in the pattern
o [ can be used for ranges of characters ([bx] [a-c0-9] [^a] etc).

Also changed glob to return the matching glob instead of 1 when an
array is passed as the first (pattern) argument.

This can be used to remove some loops where you want to do different
things depending on which pattern matched.

Both these changes are incompatible.

2016-05-06

2016-05-06 12:15:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about JOSE.

2016-05-06 11:20:36 by Martin Nilsson <nilsson@fastmail.com>

Noted some SSL fixes.

2016-05-05

2016-05-05 22:53:54 by Peter Bortas <bortas@gmail.com>

More CHANGES.

2016-04-12

2016-04-12 16:35:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Concurrent: Added new module for handling asynchronous results.

2016-04-05

2016-04-05 21:33:57 by Peter Bortas <bortas@gmail.com>

CHANGES: Fix typo.

2016-04-05 13:17:14 by Martin Nilsson <nilsson@fastmail.com>

More bugfixes.

2016-04-05 13:01:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more entries.

2016-04-01

2016-04-01 20:41:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Some changes since Pike 8.0.182 (rel 2).

2016-03-27

2016-03-27 10:58:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Deprecate mysql_result and mysqls_result.

These two symbols are seldom used, and when used only used as
types, in which case Sql.Result is essentially equivalent.

2016-03-19

2016-03-19 21:24:41 by Martin Nilsson <nilsson@fastmail.com>

Small update of the my_rand/my_srand note.

2016-03-19 19:55:35 by Martin Nilsson <nilsson@fastmail.com>

Document the random changes some more.

2016-02-29

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

CHANGES [GC]: Added some notes about the handling of weak references.

2016-02-28

2016-02-28 22:05:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated with most changes since 8.0.164.

Also adds note about the compiler no longer disabling all other threads.

2016-02-28 19:38:57 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES documenting the recent pgsql bugfixes.

2016-02-10

2016-02-10 15:34:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about fixes for Solaris 11.

2016-02-10 12:28:54 by Martin Nilsson <nilsson@fastmail.com>

Bugfixed example code. Added header for new changes.

2016-02-01

2016-02-01 12:30:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Changes: Added some white space.

2016-01-31

2016-01-31 20:20:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Changes: Rewrite paragraph about the use of auto.

2016-01-30

2016-01-30 22:03:07 by Martin Nilsson <nilsson@fastmail.com>

Rewrite MAP_VARIABLE to PIKE_MAP_VARIABLE.

2016-01-29

2016-01-29 21:13:54 by Martin Nilsson <nilsson@fastmail.com>

Describe alternatives to removed functions.

2016-01-29 21:04:09 by Martin Nilsson <nilsson@fastmail.com>

Notes about removing stuff.

2016-01-26

2016-01-26 22:06:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Fixed some typos in the description of Random.

2016-01-26 19:03:03 by Martin Nilsson <nilsson@fastmail.com>

Document Crypto.Checksum.

2016-01-26 18:57:28 by Martin Nilsson <nilsson@fastmail.com>

Added description of Random changes.

2016-01-11

2016-01-11 19:52:29 by Martin Nilsson <nilsson@fastmail.com>

Added note about C99

2016-01-04

2016-01-04 16:31:10 by Martin Nilsson <nilsson@fastmail.com>

List new modules.

2016-01-04 16:30:49 by Martin Nilsson <nilsson@fastmail.com>

List new modules.

2016-01-04 15:56:25 by Martin Nilsson <nilsson@fastmail.com>

Fix typo

2016-01-04 15:43:46 by Per Hedbor <ph@opera.com>

Some minimal changenotes

2016-01-03

2016-01-03 15:37:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Fixed some typos.

2015-12-31

2015-12-31 22:50:51 by Chris Angelico <rosuav@gmail.com>

Fix typos in CHANGES

2015-12-31 20:18:44 by Peter Bortas <bortas@gmail.com>

Changes

2015-11-09

2015-11-09 22:12:12 by Martin Nilsson <nilsson@fastmail.com>

Some documentation about the C-level API change regarding stack cleaning.

2015-10-15

2015-10-15 18:24:40 by Martin Nilsson <nilsson@fastmail.com>

Make Gz.crc32 unsigned.

2015-10-14

2015-10-14 20:23:22 by Peter Bortas <bortas@gmail.com>

Add VCDiff to CHANGES.

2015-10-14 19:55:26 by Peter Bortas <bortas@gmail.com>

CHANGES: Web.Auth and Web.Api

2015-10-14 18:53:28 by Peter Bortas <bortas@gmail.com>

Give the reader something other than word sallad to go on for ZXID.

2015-10-14 18:53:16 by Peter Bortas <bortas@gmail.com>

Removed redundant word.

2015-10-14 18:41:55 by Peter Bortas <bortas@gmail.com>

Tried to deconfuse the GTKâ=GTK2|GTK1 situation.

2015-09-19

2015-09-19 02:27:47 by Martin Nilsson <nilsson@fastmail.com>

Removed CHACH20-POLY1305 [sic] from SSL additions.

2015-08-25

2015-08-25 16:50:15 by Per Hedbor <ph@opera.com>

Merge remote-tracking branch 'origin/8.1' into per/substrings

2015-08-24

2015-08-24 17:56:10 by Martin Nilsson <nilsson@fastmail.com>

GTK1 removed.

2014-12-04

2014-12-04 19:27:17 by Per Hedbor <ph@opera.com>

Changes to CHANGES

2014-12-04 19:26:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated the segments about Crypto and SSL.

Splitted the combined segment into one about SSL and one about
Crypto and Nettle changes.

Combined, reworded and extended several items.

2014-12-04 19:26:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

String: Added filter_non_unicode().

Make string_filter_non_unicode() available as String.filter_non_unicode().

Also fixes related typo in CHANGES.

2014-12-04 19:26:53 by Per Hedbor <ph@opera.com>

Fixed changelog URL in CHANGES

2014-12-04 19:26:52 by Per Hedbor <ph@opera.com>

Added change entry for the new syntax.

Sorry for the messed up commit message previously, it happened since
the character # starts a comment in commit messages.

2014-12-04 19:26:52 by Per Hedbor <ph@opera.com>

Moved random() note

2014-12-04 19:26:52 by Per Hedbor <ph@opera.com>

Added notes about some more changes

2014-12-04 19:26:49 by Martin Nilsson <nilsson@opera.com>

Small update on Camellia

2014-12-04 19:26:10 by Per Hedbor <ph@opera.com>

Add a note about multi-char character constants

2014-12-04 19:25:20 by Martin Nilsson <nilsson@opera.com>

Added #require

2014-12-04 19:24:52 by Martin Nilsson <nilsson@opera.com>

Some notes about performance changes and addition of GCM.

2014-12-04 19:24:51 by Martin Nilsson <nilsson@opera.com>

A few more doodles.

2014-12-04 19:24:45 by Martin Nilsson <nilsson@opera.com>

X509 changes

2014-12-04 19:24:38 by Per Hedbor <ph@opera.com>

Removed pre 7.9 changes. Added some more changes.

2014-12-04 19:24:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added a few recent changes.

Also adjusted the formatting to be more consistent through out.

2014-12-04 19:24:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Moved around a few points.

2014-12-04 19:24:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about new language features.

2014-12-04 19:24:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more entries.

2014-12-04 19:24:31 by Arne Goedeke <el@laramies.com>

corrected comment about Mysql.Error

2014-12-04 19:24:30 by Per Hedbor <ph@opera.com>

Even more changes to changes

2014-12-04 19:24:30 by Per Hedbor <ph@opera.com>

Some more CHANGES tweaks

2014-12-04 19:24:30 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2014-12-04 19:24:30 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2014-12-04 19:24:29 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2014-12-04 19:24:28 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2014-12-04 19:24:26 by Per Hedbor <ph@opera.com>

More changes to CHANGES

2014-12-04 19:24:25 by Per Hedbor <ph@opera.com>

More changes added to CHANGES

2014-12-04 19:24:25 by Martin Nilsson <nilsson@opera.com>

Minor fixes.

2014-12-04 19:24:24 by Per Hedbor <ph@opera.com>

Some changes..

2014-12-04 19:24:24 by Arne Goedeke <el@laramies.com>

noted use of siphash

2014-12-04 19:24:24 by Martin Nilsson <nilsson@opera.com>

More changes.

2014-12-04 19:24:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed some typos in the CHANGES file.

2014-12-04 19:24:23 by Martin Nilsson <nilsson@opera.com>

Fixed to the correct big O for block alloc

2014-12-04 19:24:23 by Per Hedbor <ph@opera.com>

Added NetUtils.

2014-12-04 19:24:23 by Martin Nilsson <nilsson@opera.com>

Layout fixes

2014-12-04 19:24:23 by Per Hedbor <ph@opera.com>

More changefile changes

2014-12-04 19:24:22 by Per Hedbor <ph@opera.com>

Fixed the reorganization

2014-12-04 19:24:22 by Per Hedbor <ph@opera.com>

More changes

2014-12-04 19:24:22 by Per Hedbor <ph@opera.com>

More changes.

2014-12-04 19:24:22 by Per Hedbor <ph@opera.com>

Some changes.

2014-12-04 19:24:21 by Per Hedbor <ph@opera.com>

Revert "Moved some things to categories"

This reverts commit 6f8528256683c64e65a22aa235c420f3a9040cd9.

2014-12-04 19:24:21 by Per Hedbor <ph@opera.com>

Moved some things to categories

2014-12-04 19:24:10 by Per Hedbor <ph@opera.com>

Changelog, take one...

2014-11-20

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

Update CHANGES.

2014-11-10

2014-11-10 00:41:40 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Updated CHANGES.

2014-11-03

2014-11-03 11:56:34 by Martin Nilsson <nilsson@opera.com>

Recent changes.

2014-11-03 10:08:35 by Martin Nilsson <nilsson@opera.com>

No longer scratch area. Fixed Pike case.

2014-10-20

2014-10-20 12:34:24 by Martin Nilsson <nilsson@opera.com>

Added Crypto.Random changes.

2014-10-20 12:29:12 by Martin Nilsson <nilsson@opera.com>

Mostly word wrapping.

2014-10-03

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

CHANGES: one typo

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

Some changes to CHANGES.

Mainly rewording things, added some notes about Stdio.Buffer

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

No changes for 8.1 yet

2014-10-02

2014-10-02 14:20:33 by Per Hedbor <ph@opera.com>

Fixed a few typos

2014-10-01

2014-10-01 18:15:35 by Per Hedbor <ph@opera.com>

Added note about this:: to CHANGES

2014-09-29

2014-09-29 12:27:14 by Martin Nilsson <nilsson@opera.com>

We don't test for C89 functions anymore.

2014-09-18

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

Removed compat support for Pike 7.4.

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-11 07:33:10 by Stephen R. van den Berg <srb@cuci.nl>

Improve glue with libpq.

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

Improve glue with libpq.

2014-09-04

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

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

Conflicts:
src/stralloc.c

2014-08-27

2014-08-27 11:29:07 by Stephen R. van den Berg <srb@cuci.nl>

Support < and > operators.

2014-08-27 00:43:18 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

2014-08-26

2014-08-26 10:22:53 by Per Hedbor <ph@opera.com>

Added the __COUNTER__ macro. Who knows, someone might find a use for it.

2014-08-26 09:40:09 by Per Hedbor <ph@opera.com>

Note about TCP_FASTCONNECT

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

Update CHANGES for new String.Buffer methods.

2014-08-24

2014-08-24 00:34:59 by Martin Nilsson <nilsson@opera.com>

Pike 7.2 was released 2002. Stop supporting compat for it.

2014-08-16

2014-08-16 11:45:52 by Per Hedbor <ph@opera.com>

Changes to CHANGES

2014-07-25

2014-07-25 09:54:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Updated the segments about Crypto and SSL.

Splitted the combined segment into one about SSL and one about
Crypto and Nettle changes.

Combined, reworded and extended several items.

2014-07-24

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

String: Added filter_non_unicode().

Make string_filter_non_unicode() available as String.filter_non_unicode().

Also fixes related typo in CHANGES.

2014-07-22

2014-07-22 13:07:57 by Per Hedbor <ph@opera.com>

Fixed changelog URL in CHANGES

2014-07-21

2014-07-21 14:50:40 by Per Hedbor <ph@opera.com>

Moved random() note

2014-07-21 14:44:42 by Per Hedbor <ph@opera.com>

Added notes about some more changes

2014-07-21 12:15:41 by Per Hedbor <ph@opera.com>

Added change entry for the new syntax.

Sorry for the messed up commit message previously, it happened since
the character # starts a comment in commit messages.

2014-07-14

2014-07-14 14:13:29 by Martin Nilsson <nilsson@opera.com>

Small update on Camellia

2014-06-06

2014-06-06 05:25:35 by Bill Welliver <bill@welliver.org>

CHANGES: updates for new 7.8 build.

2014-05-06

2014-05-06 10:33:36 by Per Hedbor <ph@opera.com>

Add a note about multi-char character constants

2014-02-19

2014-02-19 04:52:24 by Bill Welliver <bill@welliver.org>

CHANGES: updated for new alpha

2014-02-17

2014-02-17 18:31:14 by Martin Nilsson <nilsson@opera.com>

Added #require

2014-01-05

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

Merge branch '8.0' into gobject-introspection

2013-12-04

2013-12-04 15:57:45 by Martin Nilsson <nilsson@opera.com>

Some notes about performance changes and addition of GCM.

2013-12-04 04:40:08 by Bill Welliver <bill@welliver.org>

CHANGES: preparing for a 7.8 release

2013-12-02

2013-12-02 16:23:38 by Martin Nilsson <nilsson@opera.com>

A few more doodles.

2013-11-24

2013-11-24 14:56:27 by Martin Nilsson <nilsson@opera.com>

X509 changes

2013-11-17

2013-11-17 10:07:25 by Per Hedbor <ph@opera.com>

Removed pre 7.9 changes. Added some more changes.

2013-11-16

2013-11-16 11:24:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Moved around a few points.

2013-11-15

2013-11-15 19:06:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added a few recent changes.

Also adjusted the formatting to be more consistent through out.

2013-11-08

2013-11-08 22:54:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some notes about new language features.

2013-11-03

2013-11-03 17:32:54 by Arne Goedeke <el@laramies.com>

corrected comment about Mysql.Error

2013-11-03 17:00:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added some more entries.

2013-11-03 16:38:31 by Per Hedbor <ph@opera.com>

Some more CHANGES tweaks

2013-11-03 16:24:02 by Per Hedbor <ph@opera.com>

Even more changes to changes

2013-11-03 15:53:26 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2013-11-03 15:30:35 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2013-11-03 12:21:22 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2013-11-03 11:34:19 by Per Hedbor <ph@opera.com>

Some more grouping and editing of CHANGES

2013-11-02

2013-11-02 16:02:30 by Per Hedbor <ph@opera.com>

More changes to CHANGES

2013-11-02 16:00:36 by Per Hedbor <ph@opera.com>

More changes added to CHANGES

2013-11-02 15:01:21 by Martin Nilsson <nilsson@opera.com>

Minor fixes.

2013-11-02 14:47:14 by Arne Goedeke <el@laramies.com>

noted use of siphash

2013-11-02 14:46:06 by Martin Nilsson <nilsson@opera.com>

More changes.

2013-11-02 14:06:45 by Per Hedbor <ph@opera.com>

Some changes..

2013-11-02 12:17:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed some typos in the CHANGES file.

2013-11-02 11:57:34 by Per Hedbor <ph@opera.com>

More changefile changes

2013-11-02 11:48:40 by Martin Nilsson <nilsson@opera.com>

Layout fixes

2013-11-02 11:36:07 by Martin Nilsson <nilsson@opera.com>

Fixed to the correct big O for block alloc

2013-11-02 11:16:14 by Per Hedbor <ph@opera.com>

Added NetUtils.

2013-11-02 11:04:29 by Per Hedbor <ph@opera.com>

More changes.

2013-11-02 10:28:47 by Per Hedbor <ph@opera.com>

More changes

2013-11-01

2013-11-01 16:51:52 by Per Hedbor <ph@opera.com>

Some changes.

2013-11-01 15:59:59 by Per Hedbor <ph@opera.com>

Fixed the reorganization

2013-11-01 15:59:58 by Per Hedbor <ph@opera.com>

Revert "Moved some things to categories"

This reverts commit 6f8528256683c64e65a22aa235c420f3a9040cd9.

2013-11-01 15:51:17 by Per Hedbor <ph@opera.com>

Moved some things to categories

2013-10-08

2013-10-08 17:56:57 by Per Hedbor <ph@opera.com>

Changelog, take one...

2012-10-19

2012-10-19 04:29:19 by Bill Welliver <bill@welliver.org>

CHANGELOG: update changes for new 7.6 release.

2012-08-07

2012-08-07 00:15:28 by Bill Welliver <bill@welliver.org>

CHANGES: preparing for new build

2012-07-19

2012-07-19 04:58:30 by Bill Welliver <bill@welliver.org>

CHANGES: Preparing for new release

2012-07-18

2012-07-18 22:44:21 by Bill Welliver <bill@welliver.org>

CHANGES: preparing for new release

2012-06-13

2012-06-13 02:06:35 by Bill Welliver <bill@welliver.org>

CHANGES: update change log for new build

2012-04-18

2012-04-18 01:23:10 by Bill Welliver <bill@welliver.org>

CHANGES: some more entries

2012-04-17

2012-04-17 22:29:25 by Stephen R. van den Berg <srb@cuci.nl>

CHANGES: Updated.

2012-04-17 15:19:22 by Bill Welliver <bill@welliver.org>

CHANGES: the last of the changes for 7.8 release

2012-04-14

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

CHANGES: Added a note about a fixed getters/setters bug.

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

CHANGES: Restructured the "Bug fixes" segment.

2012-04-11

2012-04-11 03:57:14 by Bill Welliver <bill@welliver.org>

CHANGES: more notes for 7.8

2012-04-10

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

Updated CHANGES.

2012-04-05

2012-04-05 19:41:36 by Bill Welliver <hww3@riverweb.com>

CHANGES: some more detail

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

2012-03-20 04:44:12 by Bill Welliver <bill@welliver.org>

CHANGES: working on new 7.8 release notes

2012-03-02

2012-03-02 18:14:21 by Arne Goedeke <el@laramies.com>

CHANGES entry

2011-12-13

2011-12-13 21:58:01 by Tobias S. Josefowitz <tobij@tobij.de>

added ADT.CritBit module.

Author: Arne Goedeke <el@laramies.com>
Author: Tobias S. Josefowitz <tobij@tobij.de>

2011-03-12

2011-03-12 20:53:36 by Martin Stjernholm <mast@lysator.liu.se>

Throw proper error objects from decode_value.

Also fixed some confusing error messages.

2011-03-05

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

Fixed change note for the Search module.

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

Added change notes for Sql.Sql and Val.

2011-02-15

2011-02-15 21:44:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about the improved C++ support.

2011-02-15 21:44:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about the improved C++ support.

2011-01-20

2011-01-20 12:18:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about RFC 5746 support.

2011-01-20 12:18:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Added note about RFC 5746 support.

2011-01-12

2011-01-12 23:33:49 by Peter Bortas <zino@lysator.liu.se>

Process.run optimizations where not backported.

2011-01-09

2011-01-09 12:32:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: tzdata2010o.

2011-01-09 12:29:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: tzdata2010o.

2011-01-07

2011-01-07 16:32:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Fixed some minor typos.

2011-01-07 16:31:55 by Peter Bortas <zino@lysator.liu.se>

More changes.

2011-01-07 16:31:41 by Peter Bortas <zino@lysator.liu.se>

Added som changes.

2011-01-05

2011-01-05 22:13:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

CHANGES: Fixed some minor typos.

2011-01-03

2011-01-03 17:53:50 by Peter Bortas <zino@lysator.liu.se>

More changes.

2011-01-03 01:28:35 by Peter Bortas <zino@lysator.liu.se>

Added som changes.

2010-09-18

2010-09-18 21:42:56 by Marcus Comstedt <marcus@mc.pp.se>

Document new GTK2 signal handler API.

Rev: CHANGES:1.215

2010-09-18 11:56:55 by Marcus Comstedt <marcus@mc.pp.se>

Allow integer constants exported by modules to be used in cpp expressions.

Rev: CHANGES:1.214
Rev: src/cpp.c:1.179
Rev: src/preprocessor.h:1.96

2010-07-30

2010-07-30 14:10:27 by Marcus Comstedt <marcus@mc.pp.se>

Tools.PV now works with GTK2.

Rev: CHANGES:1.213

2010-06-30

2010-06-30 19:30:24 by Martin Stjernholm <mast@lysator.liu.se>

Mention Standards.JSON.

Rev: CHANGES:1.212

2010-05-09

2010-05-09 14:36:28 by Peter Bortas <zino@lysator.liu.se>

-x httpserver change.

Rev: CHANGES:1.211

2010-03-23

2010-03-23 18:06:15 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

Rev: CHANGES:1.210

2010-03-07

2010-03-07 21:48:27 by Stephen R. van den Berg <srb@cuci.nl>

Allow directly specifying the body of a POST request.

Rev: CHANGES:1.209
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Session.pike:1.25
Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.59

2010-03-02

2010-03-02 20:14:02 by Martin Nilsson <mani@lysator.liu.se>

String.trim_all_whites 10% faster and includes all Unicode.

Rev: CHANGES:1.208
Rev: src/builtin.cmod:1.254

2010-02-20

2010-02-20 14:16:31 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES.

Rev: CHANGES:1.207

2010-02-16

2010-02-16 08:59:49 by Stephen R. van den Berg <srb@cuci.nl>

Deprecate old Postgres driver.

Rev: CHANGES:1.206

2010-02-15

2010-02-15 18:38:48 by Stephen R. van den Berg <srb@cuci.nl>

Fix pgsql autoreconnect behaviour.

Rev: CHANGES:1.205
Rev: lib/modules/Sql.pmod/pgsql.pike:1.74

2010-02-14

2010-02-14 14:10:46 by Stephen R. van den Berg <srb@cuci.nl>

Clear dangling cache entry for CREATE statements.

Rev: CHANGES:1.204
Rev: lib/modules/Sql.pmod/pgsql.pike:1.73

2010-02-13

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

Update CHANGES.

Rev: CHANGES:1.203

2010-01-27

2010-01-27 13:47:25 by Peter Bortas <zino@lysator.liu.se>

These should cover everything since the last release.

Rev: CHANGES:1.202

2010-01-21

2010-01-21 18:16:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some recent changes.

Rev: CHANGES:1.201

2009-11-03

2009-11-03 16:10:54 by Peter Bortas <zino@lysator.liu.se>

More changes.

Rev: CHANGES:1.200

2009-10-31

2009-10-31 22:06:20 by Peter Bortas <zino@lysator.liu.se>

Fixed typo.

Rev: CHANGES:1.199

2009-10-31 02:03:40 by Peter Bortas <zino@lysator.liu.se>

Changes for next release.

Rev: CHANGES:1.198

2009-09-15

2009-09-15 15:25:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about Parser.XML.Tree.

Rev: CHANGES:1.197

2009-09-13

2009-09-13 21:37:43 by Martin Nilsson <mani@lysator.liu.se>

spellficks

Rev: CHANGES:1.196

2009-09-13 12:36:10 by Peter Bortas <zino@lysator.liu.se>

changes

Rev: CHANGES:1.195

2009-08-26

2009-08-26 13:00:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about Sql.sql_result()->fetch_json_result().

Rev: CHANGES:1.194

2009-08-20

2009-08-20 17:57:40 by Peter Bortas <zino@lysator.liu.se>

More changes.

Rev: CHANGES:1.193

2009-08-09

2009-08-09 17:23:27 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.192

2009-08-05

2009-08-05 13:08:59 by Martin Nilsson <mani@lysator.liu.se>

Change for HeaderParser

Rev: CHANGES:1.191

2009-08-05 11:54:31 by Martin Stjernholm <mast@lysator.liu.se>

Note about the float cast fix.

Rev: CHANGES:1.190

2009-08-03

2009-08-03 18:08:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about Nettle 2.0.

Rev: CHANGES:1.189

2009-06-22

2009-06-22 19:59:18 by Peter Bortas <zino@lysator.liu.se>

Recent changes.

Rev: CHANGES:1.188

2009-06-22 09:26:28 by Peter Bortas <zino@lysator.liu.se>

Recent changes.

Rev: CHANGES:1.187

2009-06-17

2009-06-17 18:43:32 by Peter Bortas <zino@lysator.liu.se>

More bugfixes.

Rev: CHANGES:1.186

2009-06-11

2009-06-11 18:14:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: CHANGES:1.185

2009-06-11 16:44:12 by Peter Bortas <zino@lysator.liu.se>

Todays bugfix.

Rev: CHANGES:1.184

2009-06-10

2009-06-10 14:43:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about the fix of Stdio.File()->mode().

Rev: CHANGES:1.183

2009-06-10 11:11:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about another Protocols.HTTP.Query fix.

Rev: CHANGES:1.182

2009-06-09

2009-06-09 21:43:31 by Peter Bortas <zino@lysator.liu.se>

Fixed garbled changenote.

Rev: CHANGES:1.181

2009-06-09 21:27:59 by Peter Bortas <zino@lysator.liu.se>

IPv6 support is old, make clear we are talking about helpers.

Rev: CHANGES:1.180

2009-06-09 21:25:13 by Peter Bortas <zino@lysator.liu.se>

Fixed consistant spacing.

Rev: CHANGES:1.179

2009-06-09 08:21:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Corrected header name.

Rev: CHANGES:1.178

2009-06-08

2009-06-08 21:51:03 by Peter Bortas <zino@lysator.liu.se>

HTTP off-by-one client fix.

Rev: CHANGES:1.177

2009-06-07

2009-06-07 22:04:27 by Peter Bortas <zino@lysator.liu.se>

Recent changes.

Rev: CHANGES:1.176

2009-05-31

2009-05-31 19:31:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed several typos, cleaned up a bit and removed some duplicates.

Rev: CHANGES:1.175

2009-05-31 00:21:06 by Peter Bortas <zino@lysator.liu.se>

Seems thought through at least.

Rev: CHANGES:1.174

2009-05-30

2009-05-30 21:58:40 by Peter Bortas <zino@lysator.liu.se>

Reviewed the symlink stuff, and it looks OK.

Rev: CHANGES:1.173

2009-05-30 21:41:39 by Peter Bortas <zino@lysator.liu.se>

Fixed some FIXMEs.

Rev: CHANGES:1.172

2009-05-16

2009-05-16 21:14:23 by Peter Bortas <zino@lysator.liu.se>

Some cleanup and FIXMEs fixed.

Rev: CHANGES:1.171

2009-05-15

2009-05-15 21:59:52 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES file.

Rev: CHANGES:1.170
Rev: lib/modules/Parser.pmod/Tabular.pike:1.6

2009-05-11

2009-05-11 16:44:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about the Odbc fixes.

Rev: CHANGES:1.169

2009-05-11 08:21:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

No need to mention the vbs change, since it was a revert of a change since 7.8.116.

Rephrased the Pike_fatal() entry.
Fixed typo TMD ==> YMD.

Rev: CHANGES:1.168

2009-05-10

2009-05-10 13:34:27 by Peter Bortas <zino@lysator.liu.se>

Rough draft of changes since last stable build.

Rev: CHANGES:1.167

2009-02-15

2009-02-15 20:42:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cosmetic fix.

Rev: CHANGES:1.166

2009-01-16

2009-01-16 21:30:47 by Martin Stjernholm <mast@lysator.liu.se>

Added entry for Protocols.IPv6.

Rev: CHANGES:1.165

2008-12-14

2008-12-14 15:11:23 by Marcus Comstedt <marcus@mc.pp.se>

Reverted previous changes regarding Stdio.AF_INET et al, and instead
implemented a more convenient way of getting the correct address
family with open_socket().

Rev: CHANGES:1.164
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.100
Rev: lib/modules/Stdio.pmod/module.pmod:1.249
Rev: src/modules/files/file.c:1.398

2008-12-13

2008-12-13 07:19:34 by Martin Nilsson <mani@lysator.liu.se>

Small clarification

Rev: CHANGES:1.163

2008-12-12

2008-12-12 10:36:52 by 0

Expose system-dependent address family constants so that we can get IPv6
working in Protocols.HTTP.Query via explicit Stdio.open_socket() parameter.

Rev: CHANGES:1.162
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.97
Rev: lib/modules/Stdio.pmod/module.pmod:1.247
Rev: src/modules/files/file.c:1.396

2008-12-12 10:24:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Moved an example to the proper place.
Added some notes about recent changes.

Rev: CHANGES:1.161

2008-12-12 09:34:29 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some misinformation regarding Sql.pgsql, and hint of its
existence in the Postgres entry.

Rev: CHANGES:1.160

2008-12-08

2008-12-08 08:52:26 by Peter Bortas <zino@lysator.liu.se>

Typo.

Rev: CHANGES:1.159

2008-12-08 08:49:36 by Peter Bortas <zino@lysator.liu.se>

There are limits to the backwards compatibility.

Rev: CHANGES:1.158

2008-12-08 08:39:55 by Peter Bortas <zino@lysator.liu.se>

Point to Calendar incompatibilities..

Rev: CHANGES:1.157

2008-12-08 08:17:18 by Peter Bortas <zino@lysator.liu.se>

The top of this file explicitly states that bugfixes are outside of the scope.

Rev: CHANGES:1.156

2008-11-18

2008-11-18 09:12:15 by Martin Nilsson <mani@lysator.liu.se>

SSL certificate example.

Rev: CHANGES:1.155

2008-11-08

2008-11-08 18:21:28 by Peter Bortas <zino@lysator.liu.se>

Kerberos nothing to write home about according to mast.

Rev: CHANGES:1.154

2008-11-08 15:58:36 by Peter Bortas <zino@lysator.liu.se>

Down to two change-FIXMEs left...

Rev: CHANGES:1.153

2008-11-02

2008-11-02 19:58:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added a simple example of ADT.List.

Rev: CHANGES:1.152

2008-10-31

2008-10-31 13:14:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Changes in Standards.XML.Wix.
Some clarifications regarding various Sql protocols.

Rev: CHANGES:1.151

2008-09-29

2008-09-29 14:54:31 by Martin Stjernholm <mast@lysator.liu.se>

Added a note about Pike.Backend.{before|after}_callback.

Rev: CHANGES:1.150

2008-09-27

2008-09-27 12:08:31 by Martin Stjernholm <mast@lysator.liu.se>

Mentioned the new Parser.XML.SloppyDOM module.

Rev: CHANGES:1.149

2008-09-26

2008-09-26 11:37:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some minor changes.

Rev: CHANGES:1.148

2008-09-25

2008-09-25 13:29:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some clarifications about backends.
Some notes about the mixin paradigm.
Removed the invalid notes about UNDEFINED for NULL in SQL modules.
Cleaned up the notes about the Odbc module.
Partial cleanup of the notes about the Parser.XML.Tree module.
Fixed a few FIXMEs.

Rev: CHANGES:1.147

2008-09-21

2008-09-21 21:08:28 by Peter Bortas <zino@lysator.liu.se>

More FIXMEs. Yay!

Rev: CHANGES:1.146

2008-09-21 18:44:10 by Martin Stjernholm <mast@lysator.liu.se>

Described the dll change on Windows.

Rev: CHANGES:1.145

2008-09-21 17:44:44 by Martin Nilsson <mani@lysator.liu.se>

A few more tweaks

Rev: CHANGES:1.144

2008-09-21 16:21:37 by Martin Nilsson <mani@lysator.liu.se>

Rewrote charset section.

Rev: CHANGES:1.143

2008-09-21 16:02:03 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some typos and added a temporary note.

Rev: CHANGES:1.142

2008-09-21 14:16:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added some notes about backends.

Rev: CHANGES:1.141

2008-09-21 12:19:52 by Marcus Comstedt <marcus@mc.pp.se>

Listed some more Java changes.

Rev: CHANGES:1.140

2008-09-21 03:48:14 by Martin Nilsson <mani@lysator.liu.se>

Minor touchups

Rev: CHANGES:1.139

2008-09-19

2008-09-19 15:15:16 by Martin Stjernholm <mast@lysator.liu.se>

Added FIXME about the backends.

Rev: CHANGES:1.138

2008-09-15

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

Joined the two entries about type attributes.

Rev: CHANGES:1.137

2008-09-08

2008-09-08 21:14:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about SPF.

Rev: CHANGES:1.136

2008-09-07

2008-09-07 23:13:35 by Martin Stjernholm <mast@lysator.liu.se>

Documented Parser.HTML and Protocols.LDAP changes.

Rev: CHANGES:1.135

2008-09-07 22:15:40 by Martin Stjernholm <mast@lysator.liu.se>

Documented changes in Calendar and Mysql.

Rev: CHANGES:1.134

2008-08-29

2008-08-29 19:54:39 by Martin Nilsson <mani@lysator.liu.se>

Some further cleanup.

Rev: CHANGES:1.133

2008-08-28

2008-08-28 21:22:34 by Martin Nilsson <mani@lysator.liu.se>

Touch ups.

Rev: CHANGES:1.132

2008-08-25

2008-08-25 23:39:16 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Polished native support for 64-bit ints and doubles.

Rev: CHANGES:1.131
Rev: lib/modules/Sql.pmod/pgsql.pike:1.36
Rev: src/modules/_PGsql/PGsql.cmod:1.29

2008-08-25 12:04:53 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Repair big_query() to return all results as strings.
Use big_typed_query() to return native Pike types.

Rev: CHANGES:1.130
Rev: lib/modules/Sql.pmod/pgsql.pike:1.34
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.8
Rev: lib/modules/Sql.pmod/postgres.pike:1.38
Rev: src/modules/_PGsql/PGsql.cmod:1.27

2008-08-21

2008-08-21 21:17:00 by Stephen R. van den Berg <srb@cuci.nl>

pgsql more seemless reconnect, better reporting

Rev: CHANGES:1.129
Rev: lib/modules/Sql.pmod/pgsql.h:1.4
Rev: lib/modules/Sql.pmod/pgsql.pike:1.32

2008-08-21 11:15:50 by Stephen R. van den Berg <srb@cuci.nl>

pgsql doc update

Rev: CHANGES:1.128
Rev: lib/modules/Sql.pmod/pgsql.pike:1.31

2008-08-18

2008-08-18 15:10:55 by Stephen R. van den Berg <srb@cuci.nl>

Update CHANGES for Sql related issues

Rev: CHANGES:1.127

2008-08-16

2008-08-16 17:10:10 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: indicate support using PostgresNative in the featurelist

Rev: CHANGES:1.126
Rev: src/modules/_PGsql/configure.in:1.9

2008-08-06

2008-08-06 07:13:58 by Stephen R. van den Berg <srb@cuci.nl>

Updated CHANGES for latest pgsql features

Rev: CHANGES:1.125

2008-08-04

2008-08-04 09:18:30 by Stephen R. van den Berg <srb@cuci.nl>

pgsql provide statistics and tune SQL-compilationcache

Rev: CHANGES:1.124
Rev: lib/modules/Sql.pmod/pgsql.h:1.2
Rev: lib/modules/Sql.pmod/pgsql.pike:1.23
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.6
Rev: src/modules/_PGsql/PGsql.cmod:1.19

2008-07-30

2008-07-30 10:48:16 by Stephen R. van den Berg <srb@cuci.nl>

pgsql cleaned up _sprintf verbosity, amended CHANGES, use String.secure

Rev: CHANGES:1.123
Rev: lib/modules/Sql.pmod/pgsql.pike:1.16
Rev: lib/modules/Sql.pmod/pgsql_util.pmod:1.3
Rev: lib/modules/Sql.pmod/pgsqls.pike:1.4

2008-07-26

2008-07-26 18:31:21 by Stephen R. van den Berg <srb@cuci.nl>

PGsql avoid xrealloc, include SSL support, small bugfixes

Rev: CHANGES:1.122
Rev: lib/modules/Sql.pmod/pgsql.pike:1.12
Rev: lib/modules/Sql.pmod/pgsqls.pike:1.1
Rev: src/modules/_PGsql/PGsql.cmod:1.11

2008-07-26 01:04:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql tuned, 62% faster than old libpq postgres driver

Rev: CHANGES:1.121
Rev: lib/modules/Sql.pmod/pgsql.pike:1.8
Rev: src/modules/_PGsql/PGsql.cmod:1.5

2008-07-24

2008-07-24 20:26:52 by Stephen R. van den Berg <srb@cuci.nl>

Sql.pgsql debugged and tuned
New _PGsql.PGsql cmod to assist Sql.pgsql in performance critical
sections.
Performance of the pgsql driver is now at 66% of the old libpq
implementation (for smaller row results, worst case).

Rev: CHANGES:1.120
Rev: lib/modules/Sql.pmod/pgsql.pike:1.5
Rev: src/modules/_PGsql/Makefile.in:1.1
Rev: src/modules/_PGsql/PGsql.cmod:1.1
Rev: src/modules/_PGsql/acconfig.h:1.1
Rev: src/modules/_PGsql/configure.in:1.1
Rev: src/modules/_PGsql/testsuite.in:1.1

2008-07-22

2008-07-22 16:05:53 by Martin Stjernholm <mast@lysator.liu.se>

Added change note for the GSSAPI module.

Rev: CHANGES:1.119

2008-07-15

2008-07-15 00:06:46 by Martin Bähr <mbaehr@email.archlab.tuwien.ac.at>

document hilfe completion

Rev: CHANGES:1.118
Rev: lib/modules/Tools.pmod/Hilfe.pmod:1.166

2008-07-14

2008-07-14 18:44:22 by Peter Bortas <zino@lysator.liu.se>

More FIXMEs + spello fix.

Rev: CHANGES:1.117

2008-07-14 11:38:23 by Stephen R. van den Berg <srb@cuci.nl>

New Sql.pgsql native Postgres network protocol database support

Rev: CHANGES:1.116
Rev: lib/modules/Sql.pmod/pgsql.pike:1.1

2008-07-14 11:36:24 by Stephen R. van den Berg <srb@cuci.nl>

Update ChangeLog for Postgres

Rev: CHANGES:1.115

2008-07-14 09:12:13 by Stephen R. van den Berg <srb@cuci.nl>

Renamed FILE.unget() to FILE.unread(), updated docs and Changelog

Rev: CHANGES:1.114
Rev: lib/modules/Stdio.pmod/module.pmod:1.242

2008-06-29

2008-06-29 22:01:24 by Martin Nilsson <mani@lysator.liu.se>

More changes.

Rev: CHANGES:1.113

2008-06-29 21:46:49 by Per Hedbor <ph@opera.com>

More changes

Rev: CHANGES:1.112

2008-06-29 21:40:57 by Per Hedbor <ph@opera.com>

Some more changes.

Rev: CHANGES:1.111

2008-06-29 21:18:09 by Martin Nilsson <mani@lysator.liu.se>

Rearranged a bit.

Rev: CHANGES:1.110

2008-06-29 20:56:49 by Martin Nilsson <mani@lysator.liu.se>

Progress

Rev: CHANGES:1.109

2008-06-29 19:36:59 by Per Hedbor <ph@opera.com>

New modulemaking utilites.

Rev: CHANGES:1.108

2008-06-29 18:54:15 by Martin Nilsson <mani@lysator.liu.se>

Progress

Rev: CHANGES:1.107

2008-06-29 18:38:05 by Per Hedbor <ph@opera.com>

FUSE and List.

Rev: CHANGES:1.106

2008-06-29 17:26:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: CHANGES:1.105

2008-06-29 17:25:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Clarification.

Rev: CHANGES:1.104

2008-06-29 16:48:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed some minor typos.

Rev: CHANGES:1.103

2008-06-29 16:08:15 by Martin Nilsson <mani@lysator.liu.se>

Progress

Rev: CHANGES:1.102

2008-06-28

2008-06-28 23:08:31 by Martin Nilsson <mani@lysator.liu.se>

Some slight progress.

Rev: CHANGES:1.101

2008-06-26

2008-06-26 22:00:36 by Martin Nilsson <mani@lysator.liu.se>

Some more changes.

Rev: CHANGES:1.100

2008-05-30

2008-05-30 11:48:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about #pragma {no_,}deprecation_warnings.
Added some examples about how to use __deprecated__.
Added note about API-change needed to implement object subtypes.

Rev: CHANGES:1.99

2008-05-29

2008-05-29 21:12:28 by Martin Nilsson <mani@lysator.liu.se>

Unicode 5.1.0

Rev: CHANGES:1.98
Rev: src/UnicodeData-ReadMe.txt:1.11
Rev: src/UnicodeData.txt:1.10
Rev: src/testsuite.in:1.823

2008-05-18

2008-05-18 18:06:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about sprintf() and sscanf() having syntax checking of the format string and the following arguments.

Rev: CHANGES:1.97

2008-05-11

2008-05-11 02:45:59 by Martin Stjernholm <mast@lysator.liu.se>

Mention Pike.count_memory.

Rev: CHANGES:1.96

2008-05-10

2008-05-10 12:02:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: CHANGES:1.95

2008-05-10 11:58:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about casts.

Rev: CHANGES:1.94

2008-05-10 09:14:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cleaned up some points.

Rev: CHANGES:1.93

2008-05-09

2008-05-09 21:08:38 by Martin Nilsson <mani@lysator.liu.se>

more...

Rev: CHANGES:1.92

2008-05-09 01:22:06 by Martin Nilsson <mani@lysator.liu.se>

Inching through src modules.

Rev: CHANGES:1.91

2008-05-07

2008-05-07 10:41:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added __func__ and CompilerEnvironment/PikeCompiler.
Some cleanups.
Fixed several typos.
Added lots of white space.

Rev: CHANGES:1.90

2008-05-03

2008-05-03 17:15:19 by Martin Nilsson <mani@lysator.liu.se>

Some notes about Arg.

Rev: CHANGES:1.89

2008-04-28

2008-04-28 09:06:42 by Martin Nilsson <mani@lysator.liu.se>

AMD64 is work in progress...

Rev: CHANGES:1.88

2008-04-26

2008-04-26 22:17:53 by Martin Nilsson <mani@lysator.liu.se>

Updates

Rev: CHANGES:1.87

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

Some notes about the compiler changes.

Rev: CHANGES:1.86

2008-01-10

2008-01-10 21:57:04 by Peter Bortas <zino@lysator.liu.se>

More changes.

Rev: CHANGES:1.130

2008-01-05

2008-01-05 17:57:10 by Peter Bortas <zino@lysator.liu.se>

Recent fix.

Rev: CHANGES:1.129

2008-01-01

2008-01-01 20:00:19 by Peter Bortas <zino@lysator.liu.se>

Made a few more sections in the CHANGES since there are so many of them in this release.

Rev: CHANGES:1.128

2008-01-01 19:51:08 by Peter Bortas <zino@lysator.liu.se>

Latest changes.

Rev: CHANGES:1.127

2007-12-08

2007-12-08 11:34:36 by Peter Bortas <zino@lysator.liu.se>

Mast latest change.

Rev: CHANGES:1.126

2007-12-04

2007-12-04 00:29:28 by Peter Bortas <zino@lysator.liu.se>

Up to date changes.

Rev: CHANGES:1.125

2007-11-15

2007-11-15 17:48:42 by Martin Nilsson <mani@lysator.liu.se>

New getter/setter syntax

Rev: CHANGES:1.85

2007-11-13

2007-11-13 16:23:25 by Martin Stjernholm <mast@lysator.liu.se>

Added my changes from the last year.

Rev: CHANGES:1.84

2007-11-11

2007-11-11 19:47:10 by Martin Nilsson <mani@lysator.liu.se>

Work (still) in progress

Rev: CHANGES:1.83

2007-11-11 17:44:15 by Martin Nilsson <mani@lysator.liu.se>

Work (still) in progress

Rev: CHANGES:1.82

2007-11-02

2007-11-02 16:24:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Various changes since last year.

Rev: CHANGES:1.81

2007-09-20

2007-09-20 13:30:12 by Martin Nilsson <mani@lysator.liu.se>

Hopefully correct summary since last update.

Rev: CHANGES:1.124

2007-06-03

2007-06-03 22:18:45 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.123

2007-04-19

2007-04-19 00:27:06 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.122

2007-04-15

2007-04-15 16:36:38 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.121

2007-03-11

2007-03-11 00:53:08 by Peter Bortas <zino@lysator.liu.se>

Fixed spello.

Rev: CHANGES:1.120

2007-03-10

2007-03-10 20:00:40 by Peter Bortas <zino@lysator.liu.se>

Changes

Rev: CHANGES:1.119

2007-02-23

2007-02-23 13:18:19 by Martin Nilsson <mani@lysator.liu.se>

More work. Still some to go.

Rev: CHANGES:1.80

2007-01-29

2007-01-29 23:16:34 by Peter Bortas <zino@lysator.liu.se>

Backported fix for optimization bug for objects with a value of false.

Rev: CHANGES:1.118
Rev: src/treeopt.in:1.74

2007-01-28

2007-01-28 03:56:47 by Peter Bortas <zino@lysator.liu.se>

More changes.

Rev: CHANGES:1.117

2007-01-27

2007-01-27 18:07:53 by Martin Nilsson <mani@lysator.liu.se>

Fix old typo

Rev: CHANGES:1.116

2007-01-27 18:01:37 by Martin Nilsson <mani@lysator.liu.se>

Latest fixes.

Rev: CHANGES:1.115

2007-01-06

2007-01-06 01:54:56 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.114

2007-01-06 01:53:23 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.113

2007-01-04

2007-01-04 22:31:01 by Peter Bortas <zino@lysator.liu.se>

Waiting for some SSL fixes, so there will have to be another beta.

Rev: CHANGES:1.112

2006-12-30

2006-12-30 21:39:28 by Peter Bortas <zino@lysator.liu.se>

Changes for the next release.

Rev: CHANGES:1.111

2006-12-29

2006-12-29 16:52:17 by Martin Nilsson <mani@lysator.liu.se>

Compatiblity done. Most of the new files described.

Rev: CHANGES:1.79

2006-12-29 03:37:45 by Martin Nilsson <mani@lysator.liu.se>

Minor fix.

Rev: CHANGES:1.110

2006-12-29 00:17:44 by Peter Bortas <zino@lysator.liu.se>

Added changes for the next release.

Rev: CHANGES:1.109

2006-12-29 00:11:42 by Peter Bortas <zino@lysator.liu.se>

Added changes for the next release.

Rev: CHANGES:1.108

2006-11-13

2006-11-13 20:59:47 by Peter Bortas <zino@lysator.liu.se>

Changes for the next release.

Rev: CHANGES:1.107

2006-06-01

2006-06-01 08:03:47 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.106

2006-05-25

2006-05-25 18:08:59 by Peter Bortas <zino@lysator.liu.se>

Changes

Rev: CHANGES:1.105

2006-05-17

2006-05-17 16:00:52 by Martin Nilsson <mani@lysator.liu.se>

Changes

Rev: CHANGES:1.104

2006-03-31

2006-03-31 16:09:08 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.103

2006-03-06

2006-03-06 08:49:35 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.102

2006-02-27

2006-02-27 20:52:49 by Peter Bortas <zino@lysator.liu.se>

Changes post 7.6.66.

Rev: CHANGES:1.101

2006-01-22

2006-01-22 20:20:15 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.100

2006-01-18

2006-01-18 20:21:04 by Peter Bortas <zino@lysator.liu.se>

Changes

Rev: CHANGES:1.99

2006-01-06

2006-01-06 17:35:21 by Peter Bortas <zino@lysator.liu.se>

Changes.

Rev: CHANGES:1.98

2005-12-19

2005-12-19 03:30:09 by Peter Bortas <zino@lysator.liu.se>

Added some more changes.

Rev: CHANGES:1.97

2005-12-18

2005-12-18 22:51:28 by Martin Nilsson <mani@lysator.liu.se>

Updates

Rev: CHANGES:1.96

2005-12-01

2005-12-01 00:29:40 by Martin Nilsson <mani@lysator.liu.se>

It's the header parser that got fixed.

Rev: CHANGES:1.95

2005-11-29

2005-11-29 16:10:28 by Peter Bortas <zino@lysator.liu.se>

Changes since 7.6.50

Rev: CHANGES:1.94

2005-10-04

2005-10-04 07:15:30 by Martin Nilsson <mani@lysator.liu.se>

timed_async_fetch()

Rev: CHANGES:1.93

2005-08-27

2005-08-27 20:46:02 by 0

Include Mac OS X optimization (plus some typographical fixes).

Rev: CHANGES:1.92

2005-08-13

2005-08-13 22:50:56 by Martin Nilsson <mani@lysator.liu.se>

A few more things

Rev: CHANGES:1.91

2005-07-27

2005-07-27 12:37:54 by Martin Nilsson <mani@lysator.liu.se>

Narrower. Also removed all uses of 'backport' as this is the main tree.

Rev: CHANGES:1.90

2005-07-25

2005-07-25 18:26:37 by H. William Welliver III <bill@welliver.org>

ok, we're up to date.

Rev: CHANGES:1.89

2005-07-25 16:49:23 by H. William Welliver III <bill@welliver.org>

Changes from 7.6.24 through 2005-02-11 08:23.
We don't have changes for 7.6.13 and 7.6.24???

Rev: CHANGES:1.88

2005-02-09

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

Note about the flag to lfun::destroy.

Rev: CHANGES:1.78

2004-12-30

2004-12-30 13:53:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some notes about pike_embed.

Rev: CHANGES:1.77

2004-12-19

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

Added some notes about object subtypes.

Rev: CHANGES:1.76

2004-11-14

2004-11-14 18:44:27 by Martin Stjernholm <mast@lysator.liu.se>

A note about the unicode escapes.

Rev: CHANGES:1.75

2004-11-09

2004-11-09 15:45:52 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

matrix multiplication were twisted; now gives the correct result.

Rev: CHANGES:1.74
Rev: src/modules/Math/matrix_code.h:1.9

2004-10-30

2004-10-30 11:52:25 by Martin Stjernholm <mast@lysator.liu.se>

Merge 'tags/v7.7.10': a[..<1] and `[..].

2004-10-30 11:52:24 by Martin Stjernholm <mast@lysator.liu.se>

a[..<1] and `[..].

Rev: CHANGES:1.73

2004-09-19

2004-09-19 01:36:10 by Martin Nilsson <mani@lysator.liu.se>

Updated

Rev: CHANGES:1.87

2004-09-12

2004-09-12 19:50:10 by Martin Nilsson <mani@lysator.liu.se>

Update

Rev: CHANGES:1.86

2004-09-03

2004-09-03 13:52:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added note about the precompile.pike changes.
Fixed a few typos.

Rev: CHANGES:1.72

2004-09-03 11:56:30 by David Gourdelier <vida@caudium.net>

Changes are good!

Rev: CHANGES:1.71

2004-06-01

2004-06-01 19:23:27 by Martin Stjernholm <mast@lysator.liu.se>

Fixed an old forgotten check-in.

Rev: CHANGES:1.85

2004-05-11

2004-05-11 19:47:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

PIKE_PORTABLE_BYTECODE.

Rev: CHANGES:1.70

2004-05-10

2004-05-10 19:13:23 by Martin Nilsson <mani@lysator.liu.se>

Better popen

Rev: CHANGES:1.69

2004-05-05

2004-05-05 16:05:15 by Leif Stensson <leif@lysator.liu.se>

Fixed another typo.

Rev: CHANGES:1.84

2004-05-05 15:03:14 by Martin Nilsson <mani@lysator.liu.se>

Even better IDNA example

Rev: CHANGES:1.83

2004-05-05 14:54:00 by Martin Nilsson <mani@lysator.liu.se>

Fixed type. Change to 7-bit example.

Rev: CHANGES:1.82

2004-05-05 14:41:55 by Johan Sundström <oyasumi@gmail.com>

The hinted-at punycode example.

Rev: CHANGES:1.81

2004-05-05 14:39:22 by Leif Stensson <leif@lysator.liu.se>

Small typo fix.

Rev: CHANGES:1.80

2004-05-05 14:07:43 by Leif Stensson <leif@lysator.liu.se>

Proof-reading. Also sorted the longer lists of items into alphabetic order
by the item tag lines.

Rev: CHANGES:1.79

2004-05-05 13:27:47 by Johan Sundström <oyasumi@gmail.com>

Reviewed up to Optimizations. Should we perhaps have a punicode
example?

Rev: CHANGES:1.78

2004-05-05 12:49:04 by Johan Sundström <oyasumi@gmail.com>

Proofread 'til New modules.

Rev: CHANGES:1.77

2004-05-05 01:25:37 by Martin Nilsson <mani@lysator.liu.se>

Perhaps the last of the content.

Rev: CHANGES:1.76

2004-05-03

2004-05-03 01:22:27 by Martin Nilsson <mani@lysator.liu.se>

Almost there.

Rev: CHANGES:1.75

2004-05-02

2004-05-02 15:05:19 by Martin Nilsson <mani@lysator.liu.se>

Build xenofarm

Rev: CHANGES:1.68

2004-05-02 09:01:58 by Martin Nilsson <mani@lysator.liu.se>

Build xenofarm

Rev: CHANGES:1.74

2004-05-02 01:21:36 by Martin Nilsson <mani@lysator.liu.se>

More

Rev: CHANGES:1.73

2004-04-30

2004-04-30 23:20:05 by Martin Nilsson <mani@lysator.liu.se>

Ok, done with reading the CVS log for the lib directory. src still to do.

Rev: CHANGES:1.72

2004-04-30 22:52:35 by Martin Nilsson <mani@lysator.liu.se>

More better

Rev: CHANGES:1.71

2004-04-30 22:27:04 by Martin Nilsson <mani@lysator.liu.se>

(updating with info from cvs)

Rev: CHANGES:1.70

2004-04-30 22:18:34 by Leif Stensson <leif@lysator.liu.se>

Brief notes on Bz2 and Protocols.HTTP.Session modules.

Rev: CHANGES:1.69

2004-04-30 21:38:44 by Leif Stensson <leif@lysator.liu.se>

Added a little information about OWL, RDF, RDFS and RSS.

Rev: CHANGES:1.68

2004-04-25

2004-04-25 19:52:06 by Martin Nilsson <mani@lysator.liu.se>

More doc

Rev: CHANGES:1.67

2004-04-20

2004-04-20 23:06:43 by Martin Nilsson <mani@lysator.liu.se>

Just the rest left to do.

Rev: CHANGES:1.66

2004-04-20 20:02:45 by Martin Nilsson <mani@lysator.liu.se>

New file diff update.

Rev: CHANGES:1.65

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

Some more crypto info.

Rev: CHANGES:1.64

2004-03-15

2004-03-15 01:41:57 by Martin Nilsson <mani@lysator.liu.se>

Prepare for another release.

Rev: CHANGES:1.100

2004-02-25

2004-02-25 15:07:44 by Martin Nilsson <mani@lysator.liu.se>

Let's make a 7.4.44!

Rev: CHANGES:1.99

2004-02-19

2004-02-19 21:36:17 by Martin Nilsson <mani@lysator.liu.se>

This demonstrates why the renumbering action was a bad idea.

Rev: CHANGES:1.98

2004-02-19 13:54:48 by Martin Nilsson <mani@lysator.liu.se>

More.

Rev: CHANGES:1.63

2004-02-08

2004-02-08 01:03:55 by Martin Nilsson <mani@lysator.liu.se>

Update

Rev: CHANGES:1.97

2004-02-03

2004-02-03 13:57:19 by Martin Nilsson <mani@lysator.liu.se>

Process.Process is new.

Rev: CHANGES:1.62

2003-11-12

2003-11-12 19:34:37 by Martin Stjernholm <mast@lysator.liu.se>

Changed the headings to specify versions in a more easily understood
way.

Rev: CHANGES:1.96

2003-11-12 19:26:15 by Martin Stjernholm <mast@lysator.liu.se>

Added a note about a fix that is fairly important.

Rev: CHANGES:1.95

2003-10-27

2003-10-27 04:55:23 by Martin Nilsson <mani@lysator.liu.se>

Preparing a new release.

Rev: CHANGES:1.94

2003-09-30

2003-09-30 15:43:58 by Johan Sundström <oyasumi@gmail.com>

Language polishing.

Rev: CHANGES:1.61

2003-09-30 14:48:06 by Martin Nilsson <mani@lysator.liu.se>

Stubs

Rev: CHANGES:1.60

2003-09-26

2003-09-26 10:31:50 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

Regexp.PCRE added

Rev: CHANGES:1.59

2003-09-15

2003-09-15 23:51:50 by Martin Nilsson <mani@lysator.liu.se>

Some more finish.

Rev: CHANGES:1.93

2003-09-15 22:08:47 by Martin Nilsson <mani@lysator.liu.se>

Last changes?

Rev: CHANGES:1.92

2003-09-12

2003-09-12 12:02:39 by Johan Sundström <oyasumi@gmail.com>

Noted Calendar.Fraction fixes.

Rev: CHANGES:1.91

2003-09-11

2003-09-11 19:25:52 by Martin Stjernholm <mast@lysator.liu.se>

*** empty log message ***

Rev: CHANGES:1.90

2003-09-11 19:24:23 by Martin Stjernholm <mast@lysator.liu.se>

*** empty log message ***

Rev: CHANGES:1.89

2003-09-09

2003-09-09 02:58:07 by Martin Nilsson <mani@lysator.liu.se>

Changes up to now.

Rev: CHANGES:1.88

2003-07-23

2003-07-23 12:55:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Moved around empty lines.

Rev: CHANGES:1.58

2003-07-23 12:23:32 by Martin Nilsson <mani@lysator.liu.se>

Some more changes. Hope they are correct.

Rev: CHANGES:1.57

2003-05-05

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

Fixed typos.

Rev: CHANGES:1.87

2003-05-04

2003-05-04 22:24:42 by Martin Nilsson <mani@lysator.liu.se>

Preparing for Zinos windows release...

Rev: CHANGES:1.86

2003-04-28

2003-04-28 01:08:52 by Martin Stjernholm <mast@lysator.liu.se>

A couple more notes.

Rev: CHANGES:1.56

2003-04-03

2003-04-03 16:58:36 by Martin Stjernholm <mast@lysator.liu.se>

Backported from 7.5, although slightly less strict: Better checking of error
return codes from various thread functions. Added dT to enable error
checking mutexes in the thread library (--with-rtldebug is _not_ required).

Rev: CHANGES:1.85
Rev: man/pike.1:1.17
Rev: src/acconfig.h:1.111
Rev: src/aclocal.m4:1.58
Rev: src/configure.in:1.662
Rev: src/main.c:1.160
Rev: src/main.h:1.21
Rev: src/pike_threadlib.h:1.26
Rev: src/threads.c:1.197

2003-04-03 15:12:57 by Johan Sundström <oyasumi@gmail.com>

Squeezed another explanation out of grubba. :)

Rev: CHANGES:1.84

2003-04-03 00:39:41 by Martin Nilsson <mani@lysator.liu.se>

Cleared up a few more bullets.

Rev: CHANGES:1.83

2003-04-01

2003-04-01 17:42:52 by Johan Sundström <oyasumi@gmail.com>

In sync with the latest cvs again. Still some messages to decode or
drop, though.

Rev: CHANGES:1.82

2003-03-30

2003-03-30 01:27:10 by Martin Stjernholm <mast@lysator.liu.se>

Fixed handling of 64 bit file pointers on NT and in Stdio.File.truncate and
file_truncate on all platforms.

Rev: CHANGES:1.81
Rev: src/configure.in:1.661
Rev: src/fdlib.c:1.58
Rev: src/fdlib.h:1.48
Rev: src/modules/files/configure.in:1.82
Rev: src/modules/files/efuns.c:1.119
Rev: src/modules/files/file.c:1.255

2003-03-28

2003-03-28 14:32:20 by Marcus Comstedt <marcus@mc.pp.se>

Test pseudo random sequence.

Rev: CHANGES:1.80
Rev: src/testsuite.in:1.585

2003-03-24

2003-03-24 14:57:32 by Marcus Comstedt <marcus@mc.pp.se>

Reverted IEEE/BSD/alpha patch, it didn't really help.

Rev: CHANGES:1.79
Rev: src/configure.in:1.659

2003-03-24 08:15:30 by Johan Sundström <oyasumi@gmail.com>

Some temporary context references to notes that would benefit from
explanation (or perhaps removal?).

Rev: CHANGES:1.78

2003-03-23

2003-03-23 18:21:11 by Marcus Comstedt <marcus@mc.pp.se>

More CHANGES.

Rev: CHANGES:1.77

2003-03-23 14:42:02 by Martin Stjernholm <mast@lysator.liu.se>

Added another note.

Rev: CHANGES:1.76

2003-03-22

2003-03-22 20:48:21 by Marcus Comstedt <marcus@mc.pp.se>

Updated.

Rev: CHANGES:1.75

2003-03-21

2003-03-21 15:33:02 by Marcus Comstedt <marcus@mc.pp.se>

Cleaned up some descriptions.

Rev: CHANGES:1.74

2003-03-21 14:14:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some improved bugfix descriptions.

Rev: CHANGES:1.73

2003-03-21 13:48:18 by Johan Sundström <oyasumi@gmail.com>

There, now I think we have covered everything up until present time
again.

Rev: CHANGES:1.72

2003-03-21 13:17:52 by Johan Sundström <oyasumi@gmail.com>

More touch-ups and a mention of Agehall's recently squashed bug.

Rev: CHANGES:1.71

2003-03-21 11:40:18 by Johan Sundström <oyasumi@gmail.com>

A small touch of precision. :-)

Rev: CHANGES:1.70

2003-03-21 00:19:09 by Martin Stjernholm <mast@lysator.liu.se>

Some updates and clarifications.

Rev: CHANGES:1.69

2003-03-19

2003-03-19 15:21:29 by Martin Stjernholm <mast@lysator.liu.se>

Removed the check for blocking mode in the read callback. It's incompatible
and disruptive, and besides it doesn't safeguard completely against the race
it was intended for.

Rev: CHANGES:1.68
Rev: lib/modules/Stdio.pmod/module.pmod:1.164

2003-03-18

2003-03-18 21:25:45 by Martin Nilsson <mani@lysator.liu.se>

Changes since 7.4.10

Rev: CHANGES:1.67

2003-01-12

2003-01-12 16:03:11 by Martin Stjernholm <mast@lysator.liu.se>

Added a note about the gc improvement.

Rev: CHANGES:1.55

2003-01-09

2003-01-09 12:51:03 by Martin Stjernholm <mast@lysator.liu.se>

Mention the change to trace(). (Perhaps this is a too small change to
be included, I don't know.)

Rev: CHANGES:1.54

2003-01-08

2003-01-08 22:55:41 by Martin Stjernholm <mast@lysator.liu.se>

Made the warning blurb about implicit lambdas more comprehensible.

Rev: CHANGES:1.66

2002-12-31

2002-12-31 12:14:04 by Per Hedbor <ph@opera.com>

A change.

Rev: CHANGES:1.53

2002-12-30

2002-12-30 13:18:03 by Martin Nilsson <mani@lysator.liu.se>

Eventually we'll have a bugfix release and wonder what did change.

Rev: CHANGES:1.65

2002-12-20

2002-12-20 01:47:07 by Martin Nilsson <mani@lysator.liu.se>

Some minor fixes

Rev: CHANGES:1.64

2002-12-20 00:47:34 by Martin Stjernholm <mast@lysator.liu.se>

Added a small note.

Rev: CHANGES:1.63

2002-12-18

2002-12-18 20:35:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor changes.

Rev: CHANGES:1.62

2002-12-17

2002-12-17 18:02:11 by Martin Nilsson <mani@lysator.liu.se>

Done?

Rev: CHANGES:1.61

2002-12-17 00:39:16 by Martin Stjernholm <mast@lysator.liu.se>

--with-internal-profiling doesn't need to be mentioned. Added a bit of
info about some new gdb helper functions.

Rev: CHANGES:1.60

2002-12-13

2002-12-13 19:22:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some parent object pointer examples.

Rev: CHANGES:1.59

2002-12-13 18:53:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Something about Pike.Backend and #pragma save_parent.

Rev: CHANGES:1.58

2002-12-12

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

Various language fixes.

Rev: CHANGES:1.57

2002-12-12 04:26:03 by Martin Nilsson <mani@lysator.liu.se>

A few more done. How did we manage to write the release notes for 7.2 in one afternoon?

Rev: CHANGES:1.56

2002-12-11

2002-12-11 22:01:23 by Martin Nilsson <mani@lysator.liu.se>

Stdio done.

Rev: CHANGES:1.55

2002-12-11 01:18:38 by Martin Nilsson <mani@lysator.liu.se>

Merge 'tags/v7.4.2': Updated optimizations.

2002-12-11 01:18:37 by Martin Nilsson <mani@lysator.liu.se>

Updated optimizations.

Rev: CHANGES:1.54

2002-12-06

2002-12-06 17:06:20 by Peter Bortas <zino@lysator.liu.se>

One or two more.

Rev: CHANGES:1.53

2002-12-05

2002-12-05 21:14:51 by Martin Nilsson <mani@lysator.liu.se>

Reset

Rev: CHANGES:1.52

2002-12-05 20:42:03 by Peter Bortas <zino@lysator.liu.se>

Some String CHANGES.

Rev: CHANGES:1.52

2002-12-01

2002-12-01 14:48:46 by Martin Nilsson <mani@lysator.liu.se>

Done with Standards.

Rev: CHANGES:1.51

2002-12-01 14:08:15 by Martin Nilsson <mani@lysator.liu.se>

Added FIPS information. (Xenofarm test)

Rev: CHANGES:1.50

2002-11-29

2002-11-29 22:09:10 by Martin Nilsson <mani@lysator.liu.se>

Some guesswork

Rev: CHANGES:1.49

2002-11-29 21:26:36 by Martin Nilsson <mani@lysator.liu.se>

More work. Mostly sorting.

Rev: CHANGES:1.48

2002-11-29 10:35:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor fix.

Rev: CHANGES:1.47

2002-11-29 00:14:55 by Marcus Comstedt <marcus@mc.pp.se>

Hopefully we don't consider our changes to be _bugs_.

Rev: CHANGES:1.46

2002-11-28

2002-11-28 23:25:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some fixes.

Rev: CHANGES:1.45

2002-11-28 22:07:20 by Martin Nilsson <mani@lysator.liu.se>

Both clone and new is now removed.

Rev: CHANGES:1.44

2002-11-28 21:10:26 by Martin Nilsson <mani@lysator.liu.se>

More info

Rev: CHANGES:1.43

2002-11-28 19:59:43 by Martin Nilsson <mani@lysator.liu.se>

Rearranged somewhat

Rev: CHANGES:1.42

2002-11-28 19:40:52 by Peter Bortas <zino@lysator.liu.se>

basetype()

Rev: CHANGES:1.41

2002-11-28 19:05:29 by Peter Bortas <zino@lysator.liu.se>

Todays good deed: Cleaning up something I haven't seen or used, but hopefully can guess correctly about. Someone who knows abdout constant objects might wan't to check this diff.

Rev: CHANGES:1.40

2002-11-28 06:05:54 by Martin Nilsson <mani@lysator.liu.se>

Added default_yp_domain under compatibility changes + some fixes.

Rev: CHANGES:1.39

2002-11-25

2002-11-25 12:45:54 by Honza Petrous <hop@unibase.cz>

A little note about DVB module.

Rev: CHANGES:1.38

2002-11-25 04:18:31 by Martin Stjernholm <mast@lysator.liu.se>

Some more info and corrections.

Rev: CHANGES:1.37

2002-11-25 01:31:41 by Martin Nilsson <mani@lysator.liu.se>

lib pretty much done. (skipped most of the minor changes though)

Rev: CHANGES:1.36

2002-11-24

2002-11-24 22:26:25 by Marcus Agehall <agehall@gmail.com>

Added "." on several points and added some text.

Rev: CHANGES:1.35

2002-11-24 22:07:35 by Peter Bortas <zino@lysator.liu.se>

changes

Rev: CHANGES:1.34

2002-11-24 19:42:23 by Peter Bortas <zino@lysator.liu.se>

changes

Rev: CHANGES:1.33

2002-11-24 19:21:52 by Martin Stjernholm <mast@lysator.liu.se>

More info about implicit lambda and some other stuff. Fixed more
uniform formatting.

Rev: CHANGES:1.32

2002-11-24 19:12:38 by Peter Bortas <zino@lysator.liu.se>

MD4

Rev: CHANGES:1.31

2002-11-24 18:30:15 by Peter Bortas <zino@lysator.liu.se>

enum

Rev: CHANGES:1.30

2002-11-24 16:30:43 by Peter Bortas <zino@lysator.liu.se>

More 7.4 changes.

Rev: CHANGES:1.29

2002-11-02

2002-11-02 15:45:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor language change.

Rev: CHANGES:1.28

2002-10-31

2002-10-31 16:53:20 by Martin Nilsson <mani@lysator.liu.se>

More examples.

Rev: CHANGES:1.27

2002-10-31 14:01:10 by Johan Sundström <oyasumi@gmail.com>

Described UNDEFINED too.

Rev: CHANGES:1.26

2002-10-31 13:55:20 by Johan Sundström <oyasumi@gmail.com>

It's nice to have you back, Mirar. :-)

Rev: CHANGES:1.25

2002-10-31 11:37:39 by Johan Sundström <oyasumi@gmail.com>

A shot at explaining automap.

Rev: CHANGES:1.24

2002-10-31 11:21:15 by Johan Sundström <oyasumi@gmail.com>

I believe this is how _m_delete is intended and works.

Rev: CHANGES:1.23

2002-10-31 09:58:00 by Johan Sundström <oyasumi@gmail.com>

Added some info about the Local module.

Rev: CHANGES:1.22

2002-10-31 09:42:09 by Johan Sundström <oyasumi@gmail.com>

Some proofreading.

Rev: CHANGES:1.21

2002-10-30

2002-10-30 23:57:10 by Martin Nilsson <mani@lysator.liu.se>

Done with the src directory.

Rev: CHANGES:1.20

2002-10-27

2002-10-27 13:44:06 by Martin Nilsson <mani@lysator.liu.se>

More changes from CVS. I have now gone through the src directories down to gettext.c

Rev: CHANGES:1.19

2002-10-08

2002-10-08 18:45:41 by Honza Petrous <hop@unibase.cz>

Removed 'unhealthy' code.

PS: Until a new PES parser will be done, I continue my work on http://hop.at.unibase.cz/moje/dvb .

Rev: CHANGES:1.18
Rev: src/modules/DVB/dvb.c:1.9
Rev: src/modules/DVB/dvb.h:1.2
Rev: src/modules/DVB/psparser.c:1.3

2002-09-27

2002-09-27 12:05:06 by Johan Sundström <oyasumi@gmail.com>

Looking good. *tests some more*

Rev: CHANGES:1.17

2002-09-27 11:57:43 by Johan Sundström <oyasumi@gmail.com>

More code librarian testing.

Rev: CHANGES:1.16

2002-09-27 11:29:38 by Johan Sundström <oyasumi@gmail.com>

Verifying that code librarian incremental indexing got properly setup.

Rev: CHANGES:1.15

2002-09-26

2002-09-26 15:18:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

A few language fixes.

Rev: CHANGES:1.14

2002-09-26 07:25:55 by Johan Sundström <oyasumi@gmail.com>

Some more meat on the bones.

Rev: CHANGES:1.13

2002-09-25

2002-09-25 23:45:03 by Martin Nilsson <mani@lysator.liu.se>

Added some more notes while going through the CVS changelog (I'm already at 'configure.in')

Rev: CHANGES:1.12

2002-09-24

2002-09-24 19:11:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Somewhat improved description of ADT.History.

Rev: CHANGES:1.11

2002-09-24 14:55:58 by Johan Sundström <oyasumi@gmail.com>

Noted changes in lookups from inherited classes.

Rev: CHANGES:1.10

2002-09-23

2002-09-23 06:28:27 by Honza Petrous <hop@unibase.cz>

Added a brief description about Standards.ID3 object.

Rev: CHANGES:1.9

2002-09-22

2002-09-22 00:32:31 by Martin Stjernholm <mast@lysator.liu.se>

Added headers for some more items that ought to be mentioned.

Rev: CHANGES:1.8

2002-09-22 00:21:20 by Martin Stjernholm <mast@lysator.liu.se>

Added a bit of doc about some of the new stuff. (Also moved what I
think is the most important addition, namely the iterators, to the
top.)

Rev: CHANGES:1.7

2002-09-17

2002-09-17 12:40:18 by Honza Petrous <hop@unibase.cz>

Added notes about Audio API's "unstable" state.

Rev: CHANGES:1.6
Rev: lib/modules/Audio.pmod/Format.pmod/module.pmod:1.4

2002-09-16

2002-09-16 12:45:26 by Johan Sundström <oyasumi@gmail.com>

Spellfix.

Rev: CHANGES:1.5

2002-09-16 12:41:21 by Johan Sundström <oyasumi@gmail.com>

Added some info on global, Parser.RCS and some form of name for named scope accesses.

Rev: CHANGES:1.4

2002-09-15

2002-09-15 17:52:31 by Peter Bortas <zino@lysator.liu.se>

Some actual changes.

Rev: CHANGES:1.3

2002-07-14

2002-07-14 13:13:51 by Honza Petrous <hop@unibase.cz>

Added note about Protocols.LDAP.client API change
(I'm not sure if it is a good place as nobody else has modified it).

Rev: CHANGES:1.2

2001-11-28

2001-11-28 10:07:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed date.

Rev: CHANGES:1.6

2001-11-27

2001-11-27 20:34:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to Pike 7.2.239.

Rev: CHANGES:1.5

2001-09-17

2001-09-17 02:45:43 by Honza Petrous <hop@unibase.cz>

Backported support for LDAP over TLS from Pike 7.3.

Rev: CHANGES:1.4
Rev: lib/modules/Protocols.pmod/LDAP.pmod/client.pike:1.26
Rev: lib/modules/Protocols.pmod/LDAP.pmod/ldap_globals.h:1.8
Rev: lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike:1.7

2001-09-14

2001-09-14 15:08:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Updated to current/7.2.197.

Rev: CHANGES:1.3

2001-07-27

2001-07-27 11:31:51 by Johan Sundström <oyasumi@gmail.com>

Fixes [bug 1499 (#1499)].

Rev: CHANGES:1.2

2001-07-27 11:31:50 by Johan Sundström <oyasumi@gmail.com>

Fixes [bug 1499 (#1499)].

Rev: CHANGES:1.2

2001-07-27 11:27:46 by Johan Sundström <oyasumi@gmail.com>

A CHANGES placeholder file. You're most welcome to commit updates to this file incrementally as you solve pike tickets, add new modules, classes, methods, do improve (or damage? :) compatibility, fix nice optimizations and so on - to relieve some of that work from dist builders. The point is, of course, to get better info in the CHANGES file than the sparse comments we've grown used to and to make dist building quicker.

Rev: CHANGES:1.1

2001-07-27 11:00:30 by Johan Sundström <oyasumi@gmail.com>

A CHANGES file, built upon the release notes from 2001-04-06 (Pike 7.2.30), a random notice I had lying around, and resolved and/or verified pike 7.2 tickets who changed state between then and today. (Yes, the gap is by no means filled by that.) Please commit updates to this file along with the release notes of future 2.2 dists!

Rev: CHANGES:1.1

2001-07-27 09:00:07 by Johan Sundström <oyasumi@gmail.com>

A CHANGES file, as extracted from Noring's work on http://download.roxen.com/2.1/changes.xml -- please commit updates to this file along with the release notes of whatever further dists are made!

Rev: CHANGES:1.1