61 lines
1.8 KiB
Plaintext
61 lines
1.8 KiB
Plaintext
[Jul 21 2009]
|
|
|
|
* MODIFIED: Make initialization/1 ISO compliant
|
|
This patch is a modest cleanup to the implementation of '$load_file'/3
|
|
from init.pl and provides an ISO compatible implementation of
|
|
initialization/1. This executes the argument goal *after* loading the
|
|
file rather than when encountering the directive. Often this makes no
|
|
difference, but notably load_foreign_library/1 is an exception.
|
|
Therefore we added use_foreign_library/1,2 that act as a directive and
|
|
provides proper integration with saved-states automatically. Loading
|
|
code using initialization(load_foreign_library(...)) will load the
|
|
library immediately and issue a warning.
|
|
|
|
See initialization/1,2 for details and further hints for dealing with
|
|
possible compatibility problems.
|
|
[Mar 19 2009]
|
|
|
|
* CLEANUP: Removed all trailing whitespace from all source-files. This avoids many GIT (merge) warnings.
|
|
[Nov 4 2008]
|
|
|
|
* FIXED: Copy encoding parameters from parent stream.
|
|
[Sep 11 2008]
|
|
|
|
* PORT: Add AC_PREREQ to configure.h for systems that auto-select autoconf
|
|
versions. After tip by Ulrich Neumerkel.
|
|
|
|
[Aug 11 2008]
|
|
|
|
* INSTALL: Remove all configure files from the git repository
|
|
|
|
[Jan 23 2008]
|
|
|
|
* PORT: Bug#346: Allow overriding COFLAGS and CWFLAGS in package
|
|
configuration. Keri Harris.
|
|
|
|
Jul 28, 2007
|
|
|
|
* FIXED: Bug#300: memory loss when returning the stream fails. Keri Harris.
|
|
|
|
May 2, 2007
|
|
|
|
* FIXED: Compress (deflate) large amounts of data. Added test to ztest.pl.
|
|
Matt Lilley.
|
|
|
|
Apr 26, 2007
|
|
|
|
* FIXED: Allow passing compressed stream between threads. Matt Lilley.
|
|
|
|
Apr 23, 2007
|
|
|
|
* FIXED: Explicit handling of format option in reader.
|
|
* FIXED: handling of format(deflate) option.
|
|
|
|
Jan 1, 2007
|
|
|
|
* Bug#246: Fixed running tests. Keri Harris.
|
|
|
|
Dec 21, 2006
|
|
|
|
* Portability to MacOS
|