Subject: CVS commit: pkgsrc/converters/p5-Jcode
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 06/25/2004 14:55:02
Module Name: pkgsrc
Committed By: taca
Date: Fri Jun 25 14:55:02 UTC 2004
Modified Files:
pkgsrc/converters/p5-Jcode: Makefile distinfo
pkgsrc/converters/p5-Jcode/patches: patch-aa
Log Message:
Update p5-Jcode package to 0.86.
$Revision: 0.86 $ $Date: 2004/06/20 09:54:33 $
! Unicode/uni.c Unicode/uni2euc.h
Flat-table representation of uni2euc is now segmented to paged
tables so Visual C++ happy. Also pages w/ undefined characters
only are aggregated to shrink the table by more than 50%.
Thank you, Takahashi-san.
Message-Id: <006301c45664$a048cb20$0401a8c0@makoto>
0.85 2004/06/18 18:32:19
! Jcode.pm
getcode() is now less likely to fail to detect utf-8
Message-Id: <001901c45541$234adb00$0401a8c0@makoto>
2003/06/21 07:37:54
! Unicode/* Manifest
Unicode XS is completely rewritten from scratch. It is now
even faster than Encode (but less general, of course).
Instead of bsearch(), Unicode XS now uses flat lookup table
Which makes it not only faster but (hopefully) more portable.
Its only price is slightly larger size of the shared library
(360kb on FreeBSD 4-Stable)
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/converters/p5-Jcode/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/converters/p5-Jcode/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/converters/p5-Jcode/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.