diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-24 21:48:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-24 21:48:04 +0000 |
commit | f91cce3dfd467a268e035cde2f6c3294d0d94c75 (patch) | |
tree | 750f203d96dabb0e887e98b2e486a8cec2d3b169 /converters/iconv-rfc1345/distinfo | |
parent | Fix Y2K URL. (diff) |
Update iconv POSIX-compliant charset conversion library to 1.1.
Fixed problems:
- All the modules are linked against libiconv. iconv() now can be
called from other shared libraries (it could only be called from
executables in iconv-1.0);
- Case insensitive recognition of charset names. There was a bug in
1.0: the first letter of a charset name was case sensitive;
- Modified behaviour of iconv() used with (inbytesleft == NULL) or
(*inbytesleft = 0): now iconv silently returns 0; in 1.0 it
returned (size_t)(-1) and set errno=EINVAL. According to POSIX
specification both ways are correct; the new behaviour is just
less restrictive.
PR: ports/21521, ports/21522, ports/21523
Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER)
(Problems reported by: knu)
Diffstat (limited to 'converters/iconv-rfc1345/distinfo')
-rw-r--r-- | converters/iconv-rfc1345/distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv-rfc1345/distinfo b/converters/iconv-rfc1345/distinfo index c2de6bdcbda2..cb91467da778 100644 --- a/converters/iconv-rfc1345/distinfo +++ b/converters/iconv-rfc1345/distinfo @@ -1 +1 @@ -MD5 (iconv-rfc1345-1.0.tar.gz) = 935ad88b55400cb4b957356817e82338 +MD5 (iconv-rfc1345-1.1.tar.gz) = 8d41659f895895dd6a0ea05ca7b63872 |