aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update iconv to 2.0 and reflect shared library version bump.Maxim Sobolev2000-11-291-1/+1
| | | | | | | | PR: 23163, 23164, 23165 Submitted by: maintainer Notes: svn path=/head/; revision=35507
* Update iconv POSIX-compliant charset conversion library to 1.1.Akinori MUSHA2000-09-241-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) Notes: svn path=/head/; revision=33075
* Update to 1.0.Maxim Sobolev2000-09-121-1/+1
| | | | | | | | PR: 21169 Submitted by: maintainer Notes: svn path=/head/; revision=32540
* Initial import of iconve version 0.2.Steve Price1999-11-011-0/+1
A charset conversion library and asscociated set of utitilies. PR: 14012 Submitted by: Konstantin Chuguev <joy@urc.ac.ru> Notes: svn path=/head/; revision=22810