The NetBSD Project

CVS log for pkgsrc/converters/libiconv/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / converters / libiconv

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Thu Sep 8 16:29:49 2011 UTC (8 months, 2 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

Revert recent commit, add a (hopefully) correct patch instead. Bump rev.

In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.

Should hopefully fix PR pkg/45341.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Sep 6 18:51:14 2011 UTC (8 months, 2 weeks ago) by bsiegert
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Link libiconv.la against libcharset.la to fix the build on MirBSD.
Bump PKGREVISION.

Patch was first sent to tech-pkg, no one objected.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 22 14:03:36 2011 UTC (9 months ago) by wiz
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34 (colored)

Update to 1.14; disable cp932 option for now, no patch available yet.

New in 1.14:
* The 'iconv' program now produces its output as soon as it can. It no longer
  unnecessarily waits for more input.
* Updated the GB18030 converter to map 25 characters to code points that have
  been to Unicode since 2000, rather than to code points in the Private Use
  Area.
* Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to
  BIG5-HKSCS:2004. A new converter BIG5-HKSCS:2008 is added. BIG5-HKSCS is now
  an alias for BIG5-HKSCS:2008.
* Fixed a bug in the conversion to wchar_t.
* Fixed a small bug in the CP1258 converter.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Nov 10 21:00:49 2010 UTC (18 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.33: +11 -13 lines
Diff to previous 1.33 (colored)

Changes 1.13.1:
* The library and the iconv program now understand platform dependent aliases,
  for better compatibility with the platform's own iconv_open function.
  Examples: "646" on Solaris, "iso88591" on HP-UX, "IBM-1252" on AIX.
* For stateful encodings, when the input ends with a shift sequence followed
  by invalid input, the iconv function now increments the input pointer past
  the shift sequence before returning (size_t)(-1) with errno = EILSEQ. This
  is also like GNU libc's iconv() behaves.
* The library exports a new function iconv_open_into() that stores the
  conversion descriptor in pre-allocated memory, rather than allocating fresh
  memory for it.
* Added CP1131 converter.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 30 10:24:29 2010 UTC (2 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

Treat Haiku like BeOS.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 6 21:01:09 2010 UTC (2 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Use "libtool" rules similar to those in version 1.13.1 of "libiconv"
to build "preloadable_libiconv.so". This should fix the build
under Linux, OSF1 and Solaris with any supported compiler.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jan 6 18:53:05 2010 UTC (2 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Fix the part of the makefile that builds "preloadable_libiconv.so" under
Solaris if GCC is used. As this bit is both operating system and compiler
specific we can simple bypass "libtool" which is what must have happened
with the old "libtool".

The build in the non-GCC case or under Linux respectively OSF1 might
still be broken. But I don't have a setup to test that.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jan 13 09:31:11 2008 UTC (4 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Regen.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 13 09:30:57 2008 UTC (4 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Keep locale_alias symbol and don't hide it when visibility support
exists and libiconv is compiled. This restores symmetry between
libiconv.so, libiconv.a and libintl and fixes the build of gettext-tools
on Linux. Bump revision.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Wed Jan 9 17:25:45 2008 UTC (4 years, 4 months ago) by ghen
Branch: pkgsrc-2007Q4
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

Pullup ticket 2258 - requested by sketch
build fix for libiconv

- pkgsrc/converters/libiconv/distinfo			1.28
- pkgsrc/converters/libiconv/patches/patch-ac		1.5

   Module Name:		pkgsrc
   Committed By:	sketch
   Date:		Tue Jan  8 22:08:37 UTC 2008

   Modified Files:
	   pkgsrc/converters/libiconv: distinfo
   Added Files:
	   pkgsrc/converters/libiconv/patches: patch-ac

   Log Message:
   Remove the preprocessor test for 'long long int', it fails with SunPro
   causing later compile-time tests to break.  Taken from gnulib change
   in http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 8 22:08:36 2008 UTC (4 years, 4 months ago) by sketch
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Remove the preprocessor test for 'long long int', it fails with SunPro
causing later compile-time tests to break.  Taken from gnulib change
in http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html

Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 29 17:05:34 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base
Branch point for: pkgsrc-2007Q4
Changes since 1.26: +9 -10 lines
Diff to previous 1.26 (colored)

Update to 1.12:

New in libiconv-1.12-cp932.patch:
* Changed CP932 converter to use exact mapping table.
* Added WINDOWS-31J, csWINDOWS31J, SJIS-OPEN, SJIS-WIN as aliases for CP932.
* Added EUCJP-MS converter.
* Added EUC-JP-MS, EUCJP-OPEN, EUCJP-WIN as aliases for EUCJP-MS.

New in 1.12:
* The iconv program is now licensed under the GPL version 3, instead of the
  GPL version 2. The libiconv library continues to be licensed under LGPL.
* Added RK1048 converter.
* On AIX, an existing system libiconv no longer causes setlocale() to fail.
* Upgraded EUC-KR, JOHAB to include the Korean postal code sign.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 28 02:07:41 2007 UTC (4 years, 6 months ago) by taca
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

Add cp932-patch which was ja-patch as PKG_OPTION and enabled default.

Bump PKGREVISION.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 20 00:44:52 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.24: +9 -10 lines
Diff to previous 1.24 (colored)

Update to 1.11:

New in 1.11:
* The iconv program has new options --unicode-subst, --byte-subst,
  --widechar-subst that allow to specify substitutions for characters that
  cannot be converted.
* The iconv program now understands long options:
    long option    equivalent to
    --from-code    -f
    --to-code      -t
    --list         -l
    --silent       -s
* The CP936 converter is now different from the GBK converter: it has changed
  to include the Euro sign and private area characters. CP936 is no longer an
  alias of GBK.
* Updated GB18030 converter to include all private area characters.
* Updated CP950 converter to include the Euro sign and private area characters.
* Updated CP949 converter to include private area characters.
* Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to
  BIG5-HKSCS:1999 and updated to Unicode 4. New converters BIG5-HKSCS:2001 and
  BIG5-HKSCS:2004 are added. BIG5-HKSCS is now an alias for BIG5-HKSCS:2004.
* Added a few irreversible mappings to the CP932 converter.
* Tidy up the list of symbols exported from libiconv (assumes gcc >= 4.0).

Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 14 13:55:34 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

DESTDIR support. Use modular Xorg for wv.

XXX Remove pre-install in libiconv?

Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 2 06:09:47 2005 UTC (6 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,
approved by wiz.

Bump PKGREVISION.

 New in libiconv-1.10-ja.patch:

 * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH
   is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR.
 * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is
   converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and
   JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of
   U+203E OVER LINE.
 * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings.
 * Added Shift_JIS-MS, SJIS-MS,
   MS932 as aliases for CP932.
 * Added CP51932 converter.
 * Added ISO-2022-JP-MS converter.
 * Added CP50221 as aliases for ISO-2022-JP-MS.

 New in libiconv-1.10-ja-1.patch:

* Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to
  iso-2022-jp-ms.
* Fixed check tests/SHIFT_JISX0213.TXT
* Add WINDOWS-932 as alias of CP932.
* Add WINDOWS-51932 and MS51932 as alias of CP51932.
* Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS.
* Add eucjpms (from MySQL) as alias of eucJP-ms.
* Introduce CHARSET_ALIAS environment variable support.
  Example)
    with /bin/sh:

      $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS"
      $ export CHARSET_ALIAS

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 12 13:41:31 2005 UTC (6 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.21: +4 -1 lines
Diff to previous 1.21 (colored)

Added cp932 patch; closing PR-31142

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 28 15:15:18 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.20: +6 -9 lines
Diff to previous 1.20 (colored)

Changes 1.10:
* Added ISO-8859-11 converter.
* Updated the ISO-8859-7 converter.
* Added ATARIST converter, available through --enable-extra-encodings.
* Added BIG5-2003 converter (experimental), available through
  --enable-extra-encodings.
* Updated EUC-TW converter to include the Euro sign.
* The preloadable library has been renamed from libiconv_plug.so to
  preloadable_libiconv.so.
* Portability to mingw.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 23 16:12:34 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Add RMD160 digests in addition to SHA1 ones

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 24 09:34:11 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Added a patch for japanese support (PR/25845)

Revision 1.18 / (download) - annotate - [select for diffs], Tue Nov 23 12:38:00 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)

Changes 1.9.2:
* Bug fixes

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 28 15:19:04 2004 UTC (8 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

nb2: use $(INSTALL), not $(INSTALL_DATA), for a library in an autoconfiscated
package.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 2 19:08:37 2004 UTC (8 years, 1 month ago) by jschauma
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Apparently cp(1) under Irix does not like to overwrite symbolic links.
This causes the package to fail to install, as this section is executed
a second time.
Use pax instead and all's peachy.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 2 05:01:38 2004 UTC (8 years, 2 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Use ${CP} instead of cp.  From Georg Schwarz in PR pkg/24634.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 16 13:57:18 2003 UTC (8 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Don't try to link to -liconv in the install process, it fixes build in
FreeBSD. Closes my own PR pkg/22346.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 12 13:52:02 2003 UTC (8 years, 8 months ago) by seb
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

NetBSD/sparc64 1.6.1_STABLE's f771 -at least- leaves a nice coredump
in directory conftest during configire run.
So then 'rmdir conftest' fails, then all 'cc -o conftest ...' tests fail,
then ...

So clean up a bit before rmdir'ing conftest hence fix compilation
on said platform.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 28 10:11:46 2003 UTC (8 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Handle installation and removal of the charset.alias file properly in binary
packages, using SUPPORT_FILES from bsd.pkg.install.mk.  Bump PKGREVISION to 1.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 13 13:32:30 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.10: +7 -7 lines
Diff to previous 1.10 (colored)

Update to 1.9.1.
* Many more transliterations.
* New configuration option --enable-relocatable.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 28 22:15:31 2003 UTC (9 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

ensure we always install charset.alias and tidy PLIST handling,
improves portability.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 26 00:51:02 2002 UTC (9 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

don't unnecessarily pass -p to `cp', it causes a fatal error on Darwin
while trying to chown a symlink.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 25 18:38:19 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.4.2.3 / (download) - annotate - [select for diffs], Thu Aug 22 22:31:32 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.4.2.2: +2 -1 lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Patch out attempt by libiconv Makefile to be clever since we don't need it
(and it breaks) when using buildlink2.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Thu Aug 22 11:10:01 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.4.2.1: +4 -5 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 20 11:52:11 2002 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.6: +4 -5 lines
Diff to previous 1.6 (colored)

Update to 1.8.
Changes since 1.7:
* The iconv program has new options -l, -c, -s.
* The iconv program is internationalized.
* Added C99 converter.
* Added KOI8-T converter.
* New configuration option --enable-extra-encodings that enables a bunch of
  additional encodings; see the README for details.
* Updated the ISO-8859-16 converter.
* Upgraded BIG5-HKSCS, EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to
  Unicode 3.2.
* Upgraded EUC-KR, CP949, JOHAB converters to include the Euro sign.
* Changed the ARMSCII-8 converter.
* Extended the EUC-JP encoder so that YEN SIGN characters don't cause failures
  in Shift_JIS to EUC-JP conversion.
* The JAVA converter now handles characters outside the Unicode BMP correctly.
* Fixed a bug in the CP1255, CP1258, TCVN decoders: The base characters of
  combining characters could be dropped at the end of the conversion buffer.
* Fixed a bug in the transliteration that could lead to excessive memory
  allocations in libintl when transliteration was needed.
* Portability to BSD/OS and SCO 3.2.5.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:42:10 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 14 15:57:55 2002 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Add some more charsets to the alias file (see previous revision).
Fixes e.g. the second gtk2 demo in the gtk2 tutorial on the web.
Patch from libiconv CVS via Owen Tayler.

Bump to 1.7nb2, and depend on it in buildlink.mk.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 10 12:16:41 2002 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix charset.alias file, the same as it is in the current glib2 distribution
and as it will be in the next release of libiconv.
This should fix the pango build failures on -current.
Tracked down by Owen Taylor.

Bump version to 1.7nb1, and bump buildlink dependency, too.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 30 17:41:20 2001 UTC (10 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

update to 1.7
changes:
* Added UTF-32, UTF-32BE, UTF-32LE converters.
* Changed CP1255, CP1258 and TCVN converters to handle combining characters.
* Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1
  converters to use fullwidth Yen sign instead of halfwidth Yen sign, and
  fullwidth tilde instead of halfwidth tilde.
* Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1.
* Changed the GB18030 converter to not reject unassigned and private-use
  Unicode characters.
* Fixed a bug in the byte order mark treatment of the UCS-4 decoder.
* The manual pages are now distributed also in HTML format.

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 14 12:14:47 2001 UTC (11 years ago) by rh
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Update libiconv to 1.6.1.  Notable changes include:
  * Bugfixes
  * The iconv program's -f and -t options are now optional.
  * Many more transliterations.
  * Added CP862 converter.
  * Changed the GB18030 converter.
  * Portability to DOS with DJGPP.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 16:28:01 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Move to sha1 digests, and add distfile sizes.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 10:35:14 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN

+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>