as they appear to have been incorporated upstream. Additionally, the
following changes apply:
December 2006: t1lib-5.1.1:
---------------------------
- DESTDIR support was missing and has been addded in install-target i
for type1afm.
- A bug fix in Anti-Aliasing subsampling code, which could make t1lib crash
under certain conditions.
- Small number of further fixes, in particular with respect to the build
mechanism.
December 2007: t1lib-5.1.2:
---------------------------
- Small number of fixes reported by users. The fixes pertain to a
vulnerability issue, memory access issues.
- More decent handling if Encoding and / or FontBBox specification are
missing (which is invalid with respect to the specification,
but recoverable).
LibThai is a set of Thai language support routines aimed to ease developers'
tasks to incorporate Thai language support in their applications. It includes
important Thai-specific functions e.g. word breaking, input and output methods
as well as basic.
datrie is an implementation of double-array structure for representing trie, as
proposed by Junichi Aoe.
Trie is a kind of digital search tree, an efficient indexing method with O(1)
time complexity for searching. Comparably as efficient as hashing, trie also
provides flexibility on incremental matching and key spelling manipulation.
This makes it ideal for lexical analyzers, as well as spelling dictionaries.
embedded path to the HOME directory can be a security problem if, say,
the package looks in the HOME directory of an unprivileged user for
configuration files.
Note that this has the potential to cause some short-term fallout.
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p. (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.
- DESTDIR support
- maintainer change
- oked by joerg, rillig
ChangeLog:
Expect v1.20
============
+ added early return to send and send_slow if filehandle was closed
+ added test for send_slow
! fixed bug in expect() param handling (exact pattern "0" was ignored)
! fixed bug in _make_readable()
+ now included example ssh.pl in MANIFEST so it gets packaged :-(
Expect v1.19
============
! fixed non-localized usage of $_
+ added new example ssh.pl
Expect v1.18
============
! added another pipe to synchronize spawning. Closing the slave in the
parent can lead to a hang if the child already wrote something into
it...
! fixed REs in test to deal with shell prompts
Expect v1.17
============
! fixed param check for expect() to allow expect(undef) et al
Expect v1.16
============
! fixed hangup with pipe sync upon spawn by adding close-on-exec to pipe handle
! fixed log_file(undef) when logging to CODE ref
! fixed $? mangling in DESTROY by saving & restoring status
! fixed hangup in send_slow
! fixed ugly solaris hack by disabling it for raw ptys
+ added param check for expect()
Sorry no change log.
On January 27, ragge bumped the version with commit message:
"Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9."
This also includes the new manpages. (These are a work in progress --
please send me your improvements.)
For pkgsrc:
- changed download sites
- changed homepage
- INSTALLATION_DIRS not needed.
outsmart us and call the tool by name in some parts of the build.
eg just "nbsed" instead of "/usr/pkg/bin/nbsed". This can only have
worked before as long as ${PREFIX}/bin was in the user's path.
Fix this by TOOLS_ALIASES.sed+=${TOOLS_SED:T} so that an "nbsed"
is available in the PATH.