* Fix `define' so that it tracks bound variables and ignores
shadowed keywords when traversing code
* Added checks to compilation process for the kind of missing
shared-library problems that many people see
* Fixed the `install-aliases' shell script
balanced binary trees. Functions for use with three varieties of AVL
tree and one type of red-black tree are included. There is full
documentation, including an explanation of what AVL and red-black
trees are and why you'd use them.
Changes since previous pkgsrc version (1.2):
---
1.4 -> 1.5.
* Add new commands:
features list remote features supported by servers
mlsd machine parseable directory listing
mlst machine parseable file listing
remopts set options on remote features
These require support in the remote server for the ftp extensions
described in RFC 2389 and draft-ietf-ftpext-mlst-11.
* Fix support for the --program-prefix and --program-suffix configure
options.
---
1.3 -> 1.4.
* Fix compilation problems on various non 4.4BSD derived platforms which
support IPv6, and on Linux systems which have strdup() as a macro.
* During auto-fetch, don't attempt to autologin a second time if the first
time failed.
---
1.2 -> 1.3.
* The `ls' command now uses the `LIST' directive instead of `NLST',
in order to be compatible with RFC959.
* Add fget command, which reads a list of filenames to retrieve from
the given file.
* Add support for uploading files on the command-line with `ftp -u'.
* Various fixes to the IPv6 support.
Changes from version 0.13 are a reorganization of the module hierarchy
and three function name changes:
gtk-idle-add-full => gtk-idle-add
gtk-container-foreach-full => gtk-container-foreach
gtk-signal-set-class-function-full => gtk-signal-set-class-function
libintl for i18n needs. Changes since version 0.12.4 are *lots* of bug
fixes, module namespace reorganization, several _incompatible_ VM changes,
and the addition of several new modules, including a safe-interpreter for
untrusted bytecodes.
from the authors announcement:
-----------------------------
The loadable target module API is starting to take shape.
That is the major thrust nowadays with Icarus Verilog, after all, so
progress is being made here. The biggest change is in fact a philosophy
change. The target module now needs only a single symbol -- target_design --
to receive the whole design. The target module can from there and using
the API access the entire design randomly. So if you wanted to implement
a graphical browser, you could:-)
I've added support for the l-values of procedural assignments, and also
back pointers to objects that reference ivl_nexus_t objects. This closes
the loop so that there should be no dead-ends in the design.
I've clarified and expanded the descriptions in the ivl_target.h header
file. There should be just about enough documentation to properly used
all the various types. (Have any of you tried to write GIMP plug-ins?
Have you looked at the libgimp header files? Have you seen any comments
there?-( I won't ever sink to that level, I hope.)
I've also imtegrated updates to the Cygwin32 port to support loadable
targets under Cygwin32. After much struggling, Venkat managed to discover
the secret magic needed to get load time symbol binding to work. Hopefully
I didn't break it too bad when I changed the API again. (I think it is
still fine.)
- Corrected infelicity in compilation procedure.
- Recognises Windows Me for Operating System Report.
- Can count beyond Terabytes.
- PCRE code upgraded to version 3.4.
- AS/400 port. Patches to compile cleanly on Cygwin and 64-bit Solaris.
- Bulgarian and Croatian language files. Catalan and Finnish domains files.
- Various bug fixes.
- New Licence (mostly less restrictive than the previous one).
version fixes a buffer overflow in form handling and is supposed to
offer more stability. A BSDI binary of version 4.76 is not available
unfortunately yet.
x_include. Now, we find sane/sane.h if you use xpkgwedge.
Maybe this should just use X11PREFIX, but there was allready a line which
does the x_include and LOCALBASE one.
tk dependency to tk>=8.3.2, as a.) a dependency on tk-* would match
tk-postgresql and other packages, and b.) the layout of the tcl packages
changed slightly in 8.3.2, so older versions will not work without modifications
to this package.
Changes with mod_fastcgi 2.2.8
*) Eliminate the concept of disabled applications. If a failure
occurs trying to setup an application (e.g. bind() error) its
tried repeatedly every init-start-delay seconds.
*) Tweak to Makefile.tmpl to support DSOs. Dave Hill [ddhill@zk3.dec.com]
Changes with mod_fastcgi 2.2.6
*) Shutdown the PM when Apache appears to have disappeared.
*) seteuid() tweak for HP-UX 11. Milton L. Hankins [mlh@swl.msd.ray.com]
*) Increase the number of open FDs we look to close when spawning apps.
*) Prevent an assert from popping unnecessarily.
* enable pwcheck method if CYRUS_USE_PWCHECK is set (closes
PR 11305 by David Edmondson <dme@dme.org>)
* only enable Kerberos 4 if KERBEROS is set to 4 (depends on
kth-krb4, in this case), otherwise explicitly disable Kerberos