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.
Crypto.ECC.Curve448: Add module.
CHANGES [Crypto]: Add notes about GOSTDSA and balloon().
Process.Process: Support using Stdio.Fd for "cwd" and "chroot" on OSes with fchdir(2). Fixes #10118.
Stdio.Fd: Add cd(). Fixes #10119.
System [NT]: Support wide strings in LogonUser(). Fixes remainder of #10105.
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.
CHANGES: Added some notes about type-checker incompatibilities.
CHANGES: Added note about ADT.CircularList change.
CHANGES: Document low_lookup() fix
CHANGES: Add note about function multi-assign syntax. Fixes #10098.
CHANGES: Document Nettle.IDEA fix
CHANGES: Add note about typechecking of operator assignment. Fixes remainder of #10033.
CHANGES: Added some notes about the new Iterator API. Fixes #10085.
CHANGES: Added some notes about zero and __unknown__.
CHANGES: Argument default value syntax now valid with implicit create().
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.
CHANGES: Added note about adding of UNDEFINED and stricter LFUN checking.
Updated to Unicode 14.0.0
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.
CHANGES: updated changes
Changelog: getting ready for a release
CHANGES: Document Image.TIFF fixes
Builtin: Use 64-bit version of time_t in current glibc This functionality exists in glibc releases starting with 2.34.
CHANGES: Document crypt bugfix
CHANGES: Document Concurrent changes
CHANGES: Document Image.JPEG changes
CHANGES: Document decode_value() changes
EFUNs: Add __cast().
CHANGES: Added note about #pragma no_strict_types.
CHANGES: Document Image.{ILBM,X,XWD} fixes
CHANGES: Document Image.{BMP,PCX,PSD,XCF} fixes
CHANGES: Document Image.{GIF,PNG,TGA,TIF,WBF} fixes
CHANGES: Document build/find_stack_direction() fix
Changes: Added some missing underlining.
Changes: Added note about Inotify.Instance()->add_watch() API change. Fixes #10059.
Changes: one last change
Changes: document SSL.File read behavior change
CHANGES: Document URI fix
Changes: changes
CHANGES: updates in preparation for release
CHANGES: Document Concurrent.Promise fix
CHANGES: Added note about Concurrent.Promise fix. Fixes #10055.
CHANGES: Document Tools.Standalone.httpserver directory traversal
CHANGES: Document fix in Standards.EXIF.get_properties().
CHANGES: Document array item type confusion fix
CHANGES: Added a note about documenting of annotations.
Update CHANGES.
CHANGES: Added note about compiler fix. Fixes #10028. Fixes #10029.
CHANGES: Added note about Standards.JSON.encode(). Fixes #10026.
CHANGES: Added note about Standards.JSON.encode(). Fixes #10026. Fixes #10027.
CHANGES: Added note about F_ESCAPE_CATCH fix. Fixes #10023.
CHANGES: Added note about binary or with multiset and UNDEFINED. Fixes #10021.
CHANGES: Added note about pty handling on NT. Fixes #10008.
CHANGES: Added note about integer type change. Fixes #10018.
Document ADT.OrderedMapping bugfix.
CHANGES: Added note about Stdio.Port->set_id(). #4312
pgsql: Toggle cache_autoprepared_statements default.
CHANGES: Some language and cosmetic changes.
CHANGES: Added note about Calendar expert system update.
CHANGES: Added note about Pike.ProxyFactory.
CHANGES: Added notes about Nettle and Curve25519.
CHANGES: Added note about Thread.Condition.
Document pgsql changes.
CHANGES: Added note about Pike.Annotations.
CHANGES: Document signature algorithm change
CHANGES: Added note about Sql-module API changes.
CHANGES: Added note about m_delete() and m_clear().
CHANGES: Added note about Thread.RWMutex.
CHANGES: Added note about Stdio.PROP_TTY.
CHANGES: Document Parser.HTML fix
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.
Compiler: Syntax for specifying the length of array and string types.
CHANGES: Document System.openlog() fix.
CHANGES: Added note about lfun::_destruct() changes.
CHANGES: Added notes about Pike.{DestructImmediate,InhibitDestruct}.
CHANGES: Added some more about Thread.Thread()->wait().
CHANGES: Some minor restructuring regarding Protocols.DNS.
CHANGES: Added some notes regarding Pike.LiveBacktraceFrame.
CHANGES: Added note about m_add().
CHANGES: Added note about use of resume_cb.
CHANGES: Added some notes about backend fixes.
CHANGES: Added note about new syntax being valid for string types too.
Compiler: Added new syntax for int(X..X): int(X).
Document changes.
CHANGES: Document SSL session ticket backport
Optimizer: Be more careful when optimizing away assignments Checking for SCOPE_SCOPED is too agressive, check for SCOPE_SCOPE_USED instead.
CHANGES: Added note about extended inherit syntax.
CHANGES: Added some more compatibility notes.
CHANGES: Added some notes about C-API changes.
CHANGES: Added note about generator functions.
sybase: Use ABI suffixes when looking for sybase lib dir
Odbc: Use ABI suffixes when looking for ODBC lib dir
CHANGES: Document Crypto.ECC working with Nettle 3.5
Merge branch 'tobij/fix-inttree-values-sig' into 8.0 * tobij/fix-inttree-values-sig: CritBit: Fix signature of _values() in IntTree.
Concurrent.Promise: Introduce delay() and optimise timeout().
Merge branch 'tobij/http-proxy-headers' into 8.0 * tobij/http-proxy-headers: Protocols.HTTP: Use supplied headers for proxied HTTP
Merge branch 'patches/lyslyskom23152065' into 8.0 * patches/lyslyskom23152065: Filesystem.Tar: Reorder operations in extract_bits()
Merge commit '722771973bd' into patches/lyslyskom22891031 * commit '722771973bd': (6177 commits) Verify that callablep responses are aligned with reality. ...
Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap * commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits) Removed the old typechecker. ...
Merge branch 'marcus/exif_sanitization' into 8.0
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.
Updated CHANGES.
CHANGES: Added missing entries since the last release
CHANGES: Catalan typo fix
Merge remote-tracking branch 'origin/master' into new_utf8
Merge remote-tracking branch 'origin/8.1' into gobject-introspection
CHANGES: bug fixes header
CHANGES: New release, new header
Compiler [amd64]: Document stack alignment fix in CHANGES
CHANGES: Added notes about recent changes.
CHANGES: Added note about _disable_threads() fix.
CHANGES: Cosmetic change.
CHANGES: Added note about inherit of CompilerEnvironment.
CHANGES: Added note about support for OpenJDK 10.
CHANGES: Added note about extract_autodoc.
CHANGES: Added note about Filesystem.Monitor.
CHANGES: Added note about fixed race-condition.
CHANGES: Added some notes about Sass-related fixes.
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.
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.
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.
Moved up recent threads changes.
Added notes on Thread.Farm changes.
CHANGES: Added note about UTF8 and Mysql.
CHANGES: Added note about Postgresql 10.
CHANGES: Added note about detection of Java on Ubuntu 18.04.
CHANGES: Added note about tzdata2018e. Also shuffles some entries around.
CHANGES: Added note about Pike.identify_cycle(). Also some minor shuffling of existing entries.
CHANGES: rel 12 is out
Added GC marker change to changelog
Simple code to support javascript
Line wrap to 80 columns.
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.
CHANGES: Added notes about various minor fixes.
CHANGES: Added some notes about the new I/O layer on NT.
CHANGES: Added note about Concurrent.results() fix.
CHANGES: Added a note about Web.Sass.
CHANGES: Some more Filesystem.Monitor fixes.
CHANGES: Moved entry to the correct segment.
Update CHANGES for pgsql.
Protocols.HTTP: Remove line breaks from base64 basic auth tokens
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.
Remove special case that would avoid reading the body of PUT requests.
Document HeaderParser fix.
Added Thread.Farm()->set_thread_name_cb() to help applications that monitor thread creation and termination for the purpose of tracking thread names.
CHANGES: Fix typo
CHANGES: Added nore about Unicode.normalize() optimization.
CHANGES: Added note about Stdio.Terminfo.
Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63 * commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits) ...
Revert "CHANGES: Added note about compiler fix." The change that this note is about has been reverted. This reverts commit 43f46afaeef79573114ace7b9cc2527e8ab4c780.
Moved openlog, syslog and closelog from efun to System.
CHANGES: Added note about compiler fix.
CHANGES: Updated with the latest Filesystem.Monitor fixes.
CHANGES: Added some vertical white space.
Merge branch '8.1' into peter/travis
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.
CHANGES: Added notes about some recent changes.
CHANGES: Added note about Debug.find_all_clones(). Also some reordering.
Note about secure_zero
CHANGES: Added note about Search.Database.MySQL fix.
Note about trailer headers fix.
Cleanup and typo fix.
CHANGES: Added note about Calendar.TimeRanges.NullTimeRange.
Merge remote-tracking branch 'origin/8.1' into peter/travis
CHANGES: Clean up for release
Backport Image.Image mode grey fix.
CHANGES: Updated with current changes.
CHANGES: Added note about the three pass compiler.
mktime: Improve timezone support, increase performance, bugfixes. System.TM: Properly fixed, code reuse with mktime(). Extended testsuite for both. Reduced memory footprint.
CHANGES: Made new header for release 12 and moved some CHANGES done since build 498 to it.
CHANGES updated.
Fix typo in CHANGES
equal() on functions. equal() on functions now checks if their definitions are the same identifier in the same program.
You compare with equal(), not _equal().
CHANGES: Minor shuffling.
Document the signal handler fix of 127b9080b in CHANGES
CHANGES: Added some notes about WhiteFish.
CHANGES: Some more notes about __ARGS__.
CHANGES: Fixed spello
CHANGES: Updated with all changes since 8.0.466. Also rewords, reorders and regroups several entries.
Minor fixes
Quick summary of latest changes.
CHANGES: document Stdio.Buffer bugfixes
CHANGES: Fresh template for next release
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.
Compiler: Add support for abbreviated function definitions
Test case and CHANGES for void changes.
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.
Fix issue with non-constant string input to %x
Filesystem.Monitor: Added report(). This provides an API to simplify targeting tracing of the Filesystem.Monitor operation. Fixes PIKE-17 (#8017).
CHANGES: Reformatted and added some points. Changes since Pike 8.0.438 (release 9) should now be up to date.
Document BSON changes
CHANGES: Some more Filesystem.Monitor updates.
CHANGES: changes
Rename Debug.Peek to Debug.Inspect.
CHANGES: describe SQLite bug fix for string bindings.
Document pgsql CHANGES.
Document Debug.Peek feature.
CHANGES: Added some notes about Filesystem.Monitor.
Unicode 10.0.0
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.
Concurrent is now in 8.0. Some reordering.
Typo.
Added Concurrent, and moved changes not in the next release to next beta.
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!
CHANGES: Added notes about some minor fixed bugs.
CHANGES: Added notes about some building issues.
CHANGES: Added note about some typing changes.
CHANGES: Added note about smartlink.
CHANGES: Added note about mkpackage.
CHANGES: Added note about variant dispatcher change.
CHANGES: Added notes about GL, GLUT & GTK2 support for Quartz/Darwin.
pgsql: Updated CHANGES.
CHANGES: Added note about Thread.Mutex.
Unicode 9.0.0. Overall very minor update.
CHANGES: Added note about {en,de}code_jws().
CHANGES: Added entry about updated Web.decode_jwk().
CHANGES: Added note about Sql.Sql.
More correct description of the socket fail fix.
Document Protocols.HTTP.Query bugfix
Rephrased changes a bit.
CHANGES: Added notes about some of the recent changes.
New CHANGES header for this months release
CHANGES: Added note about changes to class definitions.
CHANGES: Fix spelling misstakes.
CHANGES: Some layout fixes.
CHANGES: Added some notes about recent changes.
Document System.TM fix.
CHANGES: Add entry for Protocols.DNS bugfix
Compiler: Make #pragma disassemble available --without-debug.
Added Unicode.is_whitespace.
Operator LFUNs now get consistent number of arguments.
Compiler: Added support for arguments to implicit lambdas.
Added note on addition lfun change.
Document + operator update for complex types.
Added note about operator bugfix.
CHANGES: Header for new release.
CHANGES: Some minor fixes. Also removes note about the new string literal syntax, since it is already present in Pike 8.0.
Remove float sorting in +. It is not supported consistently in throughout Pike.
CHANGES: Fixed typo.
Fix typo
CHANGES: Fixed some typos.
Add _sprintf() to Thread.Mutex() that prints current locking thread. Switch to hex-based thread IDs in _sprintf() for Thread.Thread() for easier reading.
Note about the empty string addition bug.
Document ph:s sscanf %O extensions.
Moved CHANGE entries for things that didn't make it in time for rel 6.
CHANGES: Pike 8.0.370 is Pike 8.0 release 6. Adds header for the next set of entries.
Backported XML serialization charset fix.
Late update about the XML parser fix.
%m has been removed from sprintf.
CHANGES: Added note about VCDiff.
Moved CHANGES to the correct section.
Update CHANGES for last pgsql fix.
Msql: Fixed some compilation issues.
CHANGES: Added some more changes since 8.0.358.
CHANGES: pmar_install fix
EngineIO/SocketIO: Minor cosmetic fix and adjust reference in CHANGES.
Updated to tzdata2015j.
CHANGES: moved json fix into the right place This did not make it into release 5.
CHANGES: Pike 8.0.358 is Pike 8.0 release 5. Adds header for the next set of entries. Also removes a redundant entry.
CHANGES: Added details about some of the new modules.
Updated CHANGELOG
CHANGES: Updated note about __weak__.
CHANGES: updated with websocket changes
Revert EngineIO and SocketIO from 8.0 for now.
CHANGES: Optimization fix
CHANGES: New timezone data
CHANGES: Updated with more changes since Pike 8.0.
CHANGES: Added some more entries about recent changes.
Added note about curve change for Nettle.
Refer to the HeaderParser as Protocols.HTTP.Server.HeaderParser instead.
CHANGES: some more reordering
Reordered the naewest changes a bit.
Note about HeaderParser
CHANGES: Added note about Stdio.UDP changes.
CHANGES [SSL]: Added note about session tickets.
CHANGES: Added note about JOSE.
Efuns: Renamed hash_7_8() to hash_8_0() for consistency. Also made the hash_*() types somewhat stricter.
Added notice about hash() changes.
CHANGES: Minor fix.
Mention ** operator in changes.
CHANGES: Updated with some changes since Pike 8.0.240 (release 3).
Start changelog for release 4
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.
Noted some SSL fixes.
More CHANGES.
Concurrent: Added new module for handling asynchronous results.
CHANGES: Fix typo.
More bugfixes.
CHANGES: Added some more entries.
CHANGES: Some changes since Pike 8.0.182 (rel 2).
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.
Small update of the my_rand/my_srand note.
Document the random changes some more.
CHANGES [GC]: Added some notes about the handling of weak references.
CHANGES: Updated with most changes since 8.0.164. Also adds note about the compiler no longer disabling all other threads.
Update CHANGES documenting the recent pgsql bugfixes.
CHANGES: Added note about fixes for Solaris 11.
Bugfixed example code. Added header for new changes.
Changes: Added some white space.
Changes: Rewrite paragraph about the use of auto.
Rewrite MAP_VARIABLE to PIKE_MAP_VARIABLE.
Describe alternatives to removed functions.
Notes about removing stuff.
CHANGES: Fixed some typos in the description of Random.
Document Crypto.Checksum.
Added description of Random changes.
Added note about C99
List new modules.
Some minimal changenotes
Fix typos in CHANGES
Changes
Some documentation about the C-level API change regarding stack cleaning.
Make Gz.crc32 unsigned.
Add VCDiff to CHANGES.
CHANGES: Web.Auth and Web.Api
Give the reader something other than word sallad to go on for ZXID.
Removed redundant word.
Tried to deconfuse the GTKâ=GTK2|GTK1 situation.
Removed CHACH20-POLY1305 [sic] from SSL additions.
Merge remote-tracking branch 'origin/8.1' into per/substrings
GTK1 removed.
Changes to CHANGES
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.
String: Added filter_non_unicode(). Make string_filter_non_unicode() available as String.filter_non_unicode(). Also fixes related typo in CHANGES.
Fixed changelog URL in CHANGES
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.
Moved random() note
Added notes about some more changes
Small update on Camellia
Add a note about multi-char character constants
Added #require
Some notes about performance changes and addition of GCM.
A few more doodles.
X509 changes
Removed pre 7.9 changes. Added some more changes.
CHANGES: Added a few recent changes. Also adjusted the formatting to be more consistent through out.
CHANGES: Moved around a few points.
CHANGES: Added some notes about new language features.
corrected comment about Mysql.Error
Even more changes to changes
Some more CHANGES tweaks
Some more grouping and editing of CHANGES
More changes to CHANGES
More changes added to CHANGES
Minor fixes.
Some changes..
noted use of siphash
More changes.
Fixed some typos in the CHANGES file.
Fixed to the correct big O for block alloc
Added NetUtils.
Layout fixes
More changefile changes
Fixed the reorganization
More changes
Some changes.
Revert "Moved some things to categories" This reverts commit 6f8528256683c64e65a22aa235c420f3a9040cd9.
Moved some things to categories
Changelog, take one...
Recent changes.
No longer scratch area. Fixed Pike case.
Added Crypto.Random changes.
Mostly word wrapping.
CHANGES: one typo
Some changes to CHANGES. Mainly rewording things, added some notes about Stdio.Buffer
No changes for 8.1 yet
Fixed a few typos
Added note about this:: to CHANGES
We don't test for C89 functions anymore.
Removed compat support for Pike 7.4.
Revert to String.Buffer simplex. Lost functionality needs to be found in IOBuffer.
Improve glue with libpq.
Merge remote-tracking branch 'origin/8.0' into string_alloc Conflicts: src/stralloc.c
Support < and > operators.
Added the __COUNTER__ macro. Who knows, someone might find a use for it.
Note about TCP_FASTCONNECT
Update CHANGES for new String.Buffer methods.
Pike 7.2 was released 2002. Stop supporting compat for it.
CHANGES: updates for new 7.8 build.
CHANGES: updated for new alpha
Merge branch '8.0' into gobject-introspection
CHANGES: preparing for a 7.8 release
CHANGELOG: update changes for new 7.6 release.
CHANGES: preparing for new build
CHANGES: Preparing for new release
CHANGES: preparing for new release
CHANGES: update change log for new build
CHANGES: some more entries
CHANGES: Updated.
CHANGES: the last of the changes for 7.8 release
CHANGES: Added a note about a fixed getters/setters bug.
CHANGES: Restructured the "Bug fixes" segment.
CHANGES: more notes for 7.8
CHANGES: some more detail
Merge remote branch 'origin/7.9' into breaking_into_pieces
CHANGES: working on new 7.8 release notes
CHANGES entry
added ADT.CritBit module. Author: Arne Goedeke <el@laramies.com> Author: Tobias S. Josefowitz <tobij@tobij.de>
Throw proper error objects from decode_value. Also fixed some confusing error messages.
Fixed change note for the Search module.
Added change notes for Sql.Sql and Val.
CHANGES: Added note about the improved C++ support.
CHANGES: Added note about RFC 5746 support.
Process.run optimizations where not backported.
CHANGES: tzdata2010o.
CHANGES: Fixed some minor typos.
Added som changes.
Document new GTK2 signal handler API. Rev: CHANGES:1.215
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
Tools.PV now works with GTK2. Rev: CHANGES:1.213
Mention Standards.JSON. Rev: CHANGES:1.212
-x httpserver change. Rev: CHANGES:1.211
Update CHANGES. Rev: CHANGES:1.210
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
String.trim_all_whites 10% faster and includes all Unicode. Rev: CHANGES:1.208 Rev: src/builtin.cmod:1.254
Update CHANGES. Rev: CHANGES:1.207
Deprecate old Postgres driver. Rev: CHANGES:1.206
Fix pgsql autoreconnect behaviour. Rev: CHANGES:1.205 Rev: lib/modules/Sql.pmod/pgsql.pike:1.74
Clear dangling cache entry for CREATE statements. Rev: CHANGES:1.204 Rev: lib/modules/Sql.pmod/pgsql.pike:1.73
Update CHANGES. Rev: CHANGES:1.203
These should cover everything since the last release. Rev: CHANGES:1.202
Added some recent changes. Rev: CHANGES:1.201
More changes. Rev: CHANGES:1.200
Fixed typo. Rev: CHANGES:1.199
Changes for next release. Rev: CHANGES:1.198
Added note about Parser.XML.Tree. Rev: CHANGES:1.197
spellficks Rev: CHANGES:1.196
changes Rev: CHANGES:1.195
Added note about Sql.sql_result()->fetch_json_result(). Rev: CHANGES:1.194
More changes. Rev: CHANGES:1.193
Changes. Rev: CHANGES:1.192
Change for HeaderParser Rev: CHANGES:1.191
Note about the float cast fix. Rev: CHANGES:1.190
Added note about Nettle 2.0. Rev: CHANGES:1.189
Recent changes. Rev: CHANGES:1.188
Recent changes. Rev: CHANGES:1.187
More bugfixes. Rev: CHANGES:1.186
Fixed typo. Rev: CHANGES:1.185
Todays bugfix. Rev: CHANGES:1.184
Added note about the fix of Stdio.File()->mode(). Rev: CHANGES:1.183
Added note about another Protocols.HTTP.Query fix. Rev: CHANGES:1.182
Fixed garbled changenote. Rev: CHANGES:1.181
IPv6 support is old, make clear we are talking about helpers. Rev: CHANGES:1.180
Fixed consistant spacing. Rev: CHANGES:1.179
Corrected header name. Rev: CHANGES:1.178
HTTP off-by-one client fix. Rev: CHANGES:1.177
Recent changes. Rev: CHANGES:1.176
Fixed several typos, cleaned up a bit and removed some duplicates. Rev: CHANGES:1.175
Seems thought through at least. Rev: CHANGES:1.174
Reviewed the symlink stuff, and it looks OK. Rev: CHANGES:1.173
Fixed some FIXMEs. Rev: CHANGES:1.172
Some cleanup and FIXMEs fixed. Rev: CHANGES:1.171
Update CHANGES file. Rev: CHANGES:1.170 Rev: lib/modules/Parser.pmod/Tabular.pike:1.6
Added note about the Odbc fixes. Rev: CHANGES:1.169
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
Rough draft of changes since last stable build. Rev: CHANGES:1.167
Cosmetic fix. Rev: CHANGES:1.166
Added entry for Protocols.IPv6. Rev: CHANGES:1.165
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
Small clarification Rev: CHANGES:1.163
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
Moved an example to the proper place. Added some notes about recent changes. Rev: CHANGES:1.161
Fixed some misinformation regarding Sql.pgsql, and hint of its existence in the Postgres entry. Rev: CHANGES:1.160
Typo. Rev: CHANGES:1.159
There are limits to the backwards compatibility. Rev: CHANGES:1.158
Point to Calendar incompatibilities.. Rev: CHANGES:1.157
The top of this file explicitly states that bugfixes are outside of the scope. Rev: CHANGES:1.156
SSL certificate example. Rev: CHANGES:1.155
Kerberos nothing to write home about according to mast. Rev: CHANGES:1.154
Down to two change-FIXMEs left... Rev: CHANGES:1.153
Added a simple example of ADT.List. Rev: CHANGES:1.152
Changes in Standards.XML.Wix. Some clarifications regarding various Sql protocols. Rev: CHANGES:1.151
Added a note about Pike.Backend.{before|after}_callback. Rev: CHANGES:1.150
Mentioned the new Parser.XML.SloppyDOM module. Rev: CHANGES:1.149
Some minor changes. Rev: CHANGES:1.148
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
More FIXMEs. Yay! Rev: CHANGES:1.146
Described the dll change on Windows. Rev: CHANGES:1.145
A few more tweaks Rev: CHANGES:1.144
Rewrote charset section. Rev: CHANGES:1.143
Fixed some typos and added a temporary note. Rev: CHANGES:1.142
Added some notes about backends. Rev: CHANGES:1.141
Listed some more Java changes. Rev: CHANGES:1.140
Minor touchups Rev: CHANGES:1.139
Added FIXME about the backends. Rev: CHANGES:1.138
Joined the two entries about type attributes. Rev: CHANGES:1.137
Added note about SPF. Rev: CHANGES:1.136
Documented Parser.HTML and Protocols.LDAP changes. Rev: CHANGES:1.135
Documented changes in Calendar and Mysql. Rev: CHANGES:1.134
Some further cleanup. Rev: CHANGES:1.133
Touch ups. Rev: CHANGES:1.132
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
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
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
pgsql doc update Rev: CHANGES:1.128 Rev: lib/modules/Sql.pmod/pgsql.pike:1.31
Update CHANGES for Sql related issues Rev: CHANGES:1.127
pgsql: indicate support using PostgresNative in the featurelist Rev: CHANGES:1.126 Rev: src/modules/_PGsql/configure.in:1.9
Updated CHANGES for latest pgsql features Rev: CHANGES:1.125
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
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
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
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
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
Added change note for the GSSAPI module. Rev: CHANGES:1.119
document hilfe completion Rev: CHANGES:1.118 Rev: lib/modules/Tools.pmod/Hilfe.pmod:1.166
More FIXMEs + spello fix. Rev: CHANGES:1.117
New Sql.pgsql native Postgres network protocol database support Rev: CHANGES:1.116 Rev: lib/modules/Sql.pmod/pgsql.pike:1.1
Update ChangeLog for Postgres Rev: CHANGES:1.115
Renamed FILE.unget() to FILE.unread(), updated docs and Changelog Rev: CHANGES:1.114 Rev: lib/modules/Stdio.pmod/module.pmod:1.242
More changes. Rev: CHANGES:1.113
More changes Rev: CHANGES:1.112
Some more changes. Rev: CHANGES:1.111
Rearranged a bit. Rev: CHANGES:1.110
Progress Rev: CHANGES:1.109
New modulemaking utilites. Rev: CHANGES:1.108
Progress Rev: CHANGES:1.107
FUSE and List. Rev: CHANGES:1.106
Fixed typo. Rev: CHANGES:1.105
Clarification. Rev: CHANGES:1.104
Fixed some minor typos. Rev: CHANGES:1.103
Progress Rev: CHANGES:1.102
Some slight progress. Rev: CHANGES:1.101
Some more changes. Rev: CHANGES:1.100
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
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
Added note about sprintf() and sscanf() having syntax checking of the format string and the following arguments. Rev: CHANGES:1.97
Mention Pike.count_memory. Rev: CHANGES:1.96
Fixed typo. Rev: CHANGES:1.95
Added note about casts. Rev: CHANGES:1.94
Cleaned up some points. Rev: CHANGES:1.93
more... Rev: CHANGES:1.92
Inching through src modules. Rev: CHANGES:1.91
Added __func__ and CompilerEnvironment/PikeCompiler. Some cleanups. Fixed several typos. Added lots of white space. Rev: CHANGES:1.90
Some notes about Arg. Rev: CHANGES:1.89
AMD64 is work in progress... Rev: CHANGES:1.88
Updates Rev: CHANGES:1.87
Some notes about the compiler changes. Rev: CHANGES:1.86
More changes. Rev: CHANGES:1.130
Recent fix. Rev: CHANGES:1.129
Made a few more sections in the CHANGES since there are so many of them in this release. Rev: CHANGES:1.128
Latest changes. Rev: CHANGES:1.127
Mast latest change. Rev: CHANGES:1.126
Up to date changes. Rev: CHANGES:1.125
New getter/setter syntax Rev: CHANGES:1.85
Added my changes from the last year. Rev: CHANGES:1.84
Work (still) in progress Rev: CHANGES:1.83
Work (still) in progress Rev: CHANGES:1.82
Various changes since last year. Rev: CHANGES:1.81
Hopefully correct summary since last update. Rev: CHANGES:1.124
Changes. Rev: CHANGES:1.123
Changes. Rev: CHANGES:1.122
Changes. Rev: CHANGES:1.121
Fixed spello. Rev: CHANGES:1.120
Changes Rev: CHANGES:1.119
More work. Still some to go. Rev: CHANGES:1.80
Backported fix for optimization bug for objects with a value of false. Rev: CHANGES:1.118 Rev: src/treeopt.in:1.74
More changes. Rev: CHANGES:1.117
Fix old typo Rev: CHANGES:1.116
Latest fixes. Rev: CHANGES:1.115
Changes. Rev: CHANGES:1.114
Changes. Rev: CHANGES:1.113
Waiting for some SSL fixes, so there will have to be another beta. Rev: CHANGES:1.112
Changes for the next release. Rev: CHANGES:1.111
Compatiblity done. Most of the new files described. Rev: CHANGES:1.79
Minor fix. Rev: CHANGES:1.110
Added changes for the next release. Rev: CHANGES:1.109
Added changes for the next release. Rev: CHANGES:1.108
Changes for the next release. Rev: CHANGES:1.107
Changes. Rev: CHANGES:1.106
Changes Rev: CHANGES:1.105
Changes Rev: CHANGES:1.104
Changes. Rev: CHANGES:1.103
Changes. Rev: CHANGES:1.102
Changes post 7.6.66. Rev: CHANGES:1.101
Changes. Rev: CHANGES:1.100
Changes Rev: CHANGES:1.99
Changes. Rev: CHANGES:1.98
Added some more changes. Rev: CHANGES:1.97
Updates Rev: CHANGES:1.96
It's the header parser that got fixed. Rev: CHANGES:1.95
Changes since 7.6.50 Rev: CHANGES:1.94
timed_async_fetch() Rev: CHANGES:1.93
Include Mac OS X optimization (plus some typographical fixes). Rev: CHANGES:1.92
A few more things Rev: CHANGES:1.91
Narrower. Also removed all uses of 'backport' as this is the main tree. Rev: CHANGES:1.90
ok, we're up to date. Rev: CHANGES:1.89
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
Note about the flag to lfun::destroy. Rev: CHANGES:1.78
Some notes about pike_embed. Rev: CHANGES:1.77
Added some notes about object subtypes. Rev: CHANGES:1.76
A note about the unicode escapes. Rev: CHANGES:1.75
matrix multiplication were twisted; now gives the correct result. Rev: CHANGES:1.74 Rev: src/modules/Math/matrix_code.h:1.9
Merge 'tags/v7.7.10': a[..<1] and `[..].
a[..<1] and `[..]. Rev: CHANGES:1.73
Updated Rev: CHANGES:1.87
Update Rev: CHANGES:1.86
Added note about the precompile.pike changes. Fixed a few typos. Rev: CHANGES:1.72
Changes are good! Rev: CHANGES:1.71
Fixed an old forgotten check-in. Rev: CHANGES:1.85
PIKE_PORTABLE_BYTECODE. Rev: CHANGES:1.70
Better popen Rev: CHANGES:1.69
Fixed another typo. Rev: CHANGES:1.84
Even better IDNA example Rev: CHANGES:1.83
Fixed type. Change to 7-bit example. Rev: CHANGES:1.82
The hinted-at punycode example. Rev: CHANGES:1.81
Small typo fix. Rev: CHANGES:1.80
Proof-reading. Also sorted the longer lists of items into alphabetic order by the item tag lines. Rev: CHANGES:1.79
Reviewed up to Optimizations. Should we perhaps have a punicode example? Rev: CHANGES:1.78
Proofread 'til New modules. Rev: CHANGES:1.77
Perhaps the last of the content. Rev: CHANGES:1.76
Almost there. Rev: CHANGES:1.75
Build xenofarm Rev: CHANGES:1.68
Build xenofarm Rev: CHANGES:1.74
More Rev: CHANGES:1.73
Ok, done with reading the CVS log for the lib directory. src still to do. Rev: CHANGES:1.72
More better Rev: CHANGES:1.71
(updating with info from cvs) Rev: CHANGES:1.70
Brief notes on Bz2 and Protocols.HTTP.Session modules. Rev: CHANGES:1.69
Added a little information about OWL, RDF, RDFS and RSS. Rev: CHANGES:1.68
More doc Rev: CHANGES:1.67
Just the rest left to do. Rev: CHANGES:1.66
New file diff update. Rev: CHANGES:1.65
Some more crypto info. Rev: CHANGES:1.64
Prepare for another release. Rev: CHANGES:1.100
Let's make a 7.4.44! Rev: CHANGES:1.99
This demonstrates why the renumbering action was a bad idea. Rev: CHANGES:1.98
More. Rev: CHANGES:1.63
Update Rev: CHANGES:1.97
Process.Process is new. Rev: CHANGES:1.62
Changed the headings to specify versions in a more easily understood way. Rev: CHANGES:1.96
Added a note about a fix that is fairly important. Rev: CHANGES:1.95
Preparing a new release. Rev: CHANGES:1.94
Language polishing. Rev: CHANGES:1.61
Stubs Rev: CHANGES:1.60
Regexp.PCRE added Rev: CHANGES:1.59
Some more finish. Rev: CHANGES:1.93
Last changes? Rev: CHANGES:1.92
Noted Calendar.Fraction fixes. Rev: CHANGES:1.91
*** empty log message *** Rev: CHANGES:1.90
*** empty log message *** Rev: CHANGES:1.89
Changes up to now. Rev: CHANGES:1.88
Moved around empty lines. Rev: CHANGES:1.58
Some more changes. Hope they are correct. Rev: CHANGES:1.57
Fixed typos. Rev: CHANGES:1.87
Preparing for Zinos windows release... Rev: CHANGES:1.86
A couple more notes. Rev: CHANGES:1.56
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
Squeezed another explanation out of grubba. :) Rev: CHANGES:1.84
Cleared up a few more bullets. Rev: CHANGES:1.83
In sync with the latest cvs again. Still some messages to decode or drop, though. Rev: CHANGES:1.82
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
Test pseudo random sequence. Rev: CHANGES:1.80 Rev: src/testsuite.in:1.585
Reverted IEEE/BSD/alpha patch, it didn't really help. Rev: CHANGES:1.79 Rev: src/configure.in:1.659
Some temporary context references to notes that would benefit from explanation (or perhaps removal?). Rev: CHANGES:1.78
More CHANGES. Rev: CHANGES:1.77
Added another note. Rev: CHANGES:1.76
Updated. Rev: CHANGES:1.75
Cleaned up some descriptions. Rev: CHANGES:1.74
Some improved bugfix descriptions. Rev: CHANGES:1.73
There, now I think we have covered everything up until present time again. Rev: CHANGES:1.72
More touch-ups and a mention of Agehall's recently squashed bug. Rev: CHANGES:1.71
A small touch of precision. :-) Rev: CHANGES:1.70
Some updates and clarifications. Rev: CHANGES:1.69
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
Changes since 7.4.10 Rev: CHANGES:1.67
Added a note about the gc improvement. Rev: CHANGES:1.55
Mention the change to trace(). (Perhaps this is a too small change to be included, I don't know.) Rev: CHANGES:1.54
Made the warning blurb about implicit lambdas more comprehensible. Rev: CHANGES:1.66
A change. Rev: CHANGES:1.53
Eventually we'll have a bugfix release and wonder what did change. Rev: CHANGES:1.65
Some minor fixes Rev: CHANGES:1.64
Added a small note. Rev: CHANGES:1.63
Minor changes. Rev: CHANGES:1.62
Done? Rev: CHANGES:1.61
--with-internal-profiling doesn't need to be mentioned. Added a bit of info about some new gdb helper functions. Rev: CHANGES:1.60
Some parent object pointer examples. Rev: CHANGES:1.59
Something about Pike.Backend and #pragma save_parent. Rev: CHANGES:1.58
Various language fixes. Rev: CHANGES:1.57
A few more done. How did we manage to write the release notes for 7.2 in one afternoon? Rev: CHANGES:1.56
Stdio done. Rev: CHANGES:1.55
Merge 'tags/v7.4.2': Updated optimizations.
Updated optimizations. Rev: CHANGES:1.54
One or two more. Rev: CHANGES:1.53
Reset Rev: CHANGES:1.52
Some String CHANGES. Rev: CHANGES:1.52
Done with Standards. Rev: CHANGES:1.51
Added FIPS information. (Xenofarm test) Rev: CHANGES:1.50
Some guesswork Rev: CHANGES:1.49
More work. Mostly sorting. Rev: CHANGES:1.48
Minor fix. Rev: CHANGES:1.47
Hopefully we don't consider our changes to be _bugs_. Rev: CHANGES:1.46
Some fixes. Rev: CHANGES:1.45
Both clone and new is now removed. Rev: CHANGES:1.44
More info Rev: CHANGES:1.43
Rearranged somewhat Rev: CHANGES:1.42
basetype() Rev: CHANGES:1.41
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
Added default_yp_domain under compatibility changes + some fixes. Rev: CHANGES:1.39
A little note about DVB module. Rev: CHANGES:1.38
Some more info and corrections. Rev: CHANGES:1.37
lib pretty much done. (skipped most of the minor changes though) Rev: CHANGES:1.36
Added "." on several points and added some text. Rev: CHANGES:1.35
changes Rev: CHANGES:1.34
changes Rev: CHANGES:1.33
More info about implicit lambda and some other stuff. Fixed more uniform formatting. Rev: CHANGES:1.32
MD4 Rev: CHANGES:1.31
enum Rev: CHANGES:1.30
More 7.4 changes. Rev: CHANGES:1.29
Minor language change. Rev: CHANGES:1.28
More examples. Rev: CHANGES:1.27
Described UNDEFINED too. Rev: CHANGES:1.26
It's nice to have you back, Mirar. :-) Rev: CHANGES:1.25
A shot at explaining automap. Rev: CHANGES:1.24
I believe this is how _m_delete is intended and works. Rev: CHANGES:1.23
Added some info about the Local module. Rev: CHANGES:1.22
Some proofreading. Rev: CHANGES:1.21
Done with the src directory. Rev: CHANGES:1.20
More changes from CVS. I have now gone through the src directories down to gettext.c Rev: CHANGES:1.19
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
Looking good. *tests some more* Rev: CHANGES:1.17
More code librarian testing. Rev: CHANGES:1.16
Verifying that code librarian incremental indexing got properly setup. Rev: CHANGES:1.15
A few language fixes. Rev: CHANGES:1.14
Some more meat on the bones. Rev: CHANGES:1.13
Added some more notes while going through the CVS changelog (I'm already at 'configure.in') Rev: CHANGES:1.12
Somewhat improved description of ADT.History. Rev: CHANGES:1.11
Noted changes in lookups from inherited classes. Rev: CHANGES:1.10
Added a brief description about Standards.ID3 object. Rev: CHANGES:1.9
Added headers for some more items that ought to be mentioned. Rev: CHANGES:1.8
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
Added notes about Audio API's "unstable" state. Rev: CHANGES:1.6 Rev: lib/modules/Audio.pmod/Format.pmod/module.pmod:1.4
Spellfix. Rev: CHANGES:1.5
Added some info on global, Parser.RCS and some form of name for named scope accesses. Rev: CHANGES:1.4
Some actual changes. Rev: CHANGES:1.3
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
Fixed date. Rev: CHANGES:1.6
Updated to Pike 7.2.239. Rev: CHANGES:1.5
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
Updated to current/7.2.197. Rev: CHANGES:1.3
Fixes [bug 1499 (#1499)]. Rev: CHANGES:1.2
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
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
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