Up to [cvs.netbsd.org] / pkgsrc / converters / p5-Jcode
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 12 14:35:37 2008 UTC (3 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
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,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update p5-Jcode package to 2.7. fixed: mime_encode doesn't work properly patch appled but the default value of $lf is reverted. http://rt.cpan.org/Ticket/Display.html?id=29049
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 9 13:13:00 2006 UTC (5 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
cwrapper
Changes since 1.8: +4 -5
lines
Diff to previous 1.8 (colored)
Update p5-Jcode package to 2.06.
#
# $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $
#
$Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $
! Jcode.pm t/regex.t t/tr.t
Security fix by Hanabusa-san that prevents options from being eval'ed.
<20060702140740.9DDB.DOT-DANKOGAI@ziro.org>
2.05 2006/05/16 05:00:19
! Jcode.pm t/jfold.t
Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0')
but the trailing 0 was lost.
Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp>
2.04 2006/04/15 04:08:30
! Jcode.pm t/perl581.t
Fixed: $j->GIVEN_ENCODING not working as advertized.
Message-Id: <20060414152058.2BCE.KSK@be.to>
Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp>
2.03 2005/07/07 04:00:52
! Jcode.pm t/tr.t
Fixed: $j->tr($from, "a-z/") yields unexpected result
Message-Id: <20050706114544.D80E.KSK@be.to>
Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp>
2.02 2005/06/29 14:00:09
! Jcode.pm t/convert.t
Addressed: Jcode::convert("constant" ...) croaks
because 'Modification of a read-only value attempted'.
Reported by Akira Kawamata via htmllint@ring.gr.jp
Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp>
Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp>
2.01 2005/06/20 06:21:06
! Makefile.PL
vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern).
Message-Id: <20050620041227.GE5165@windhund.schwern.org>
2.00 2005/05/16 19:07:51
! Jcode.pm
2.00 released ex officio!
1.99_07 2005/03/08
! Jcode.pm
jfold() fixes by nipotan
http://blog.livedoor.jp/nipotan/archives/15894714.html
1.99_06 2005/02/19
! Jcode.pm Jcode/Nihongo.pod
tr(), jfold(), m() and s() now accepts flagged UTF-8 strings
in addition to EUC-JP strings.
! Jcode.pm Jcode/Nihongo.pod t/jfold.t
More patches by makamaka@donzoko.net.
Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp>
1.99_05 2005/02/18
! Jcode.pm MANIFEST Makefile.PL
+ Jcode/Nihongo.pod t/jfold.t
Enhancements & Japanese POD with a help from makamaka@donzoko.net.
Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp>
1.99_04 2005/02/15
! Jcode.pm
* Minor pod fixes
* More field test at http://openlab.jp/Jcode/ before the official release
1.99_03 2005/02/13
! Jcode.pm
Addressed a bug that Jcode did not handle 'binary' correctly,
reported by Takahashi-san
+ t/append.t
Surprisingly, append() was not in the test suite so there.
! Jcode.pm
* $j->any_encoding feature added via AUTOLOAD.
* More testings
* Pod revisions
1.99_02 2005/02/12
- Unicode/_test.pl
This file was totally unnecessary but got installed via MakeMaker
so it is now removed from MANIFEST
! Makefile.PL
Now smarter so that only Jcode.pm is build and installed
when appropriate (when your perl is 5.8.1 or better).
1.99_01 2005/02/12
! *
First 2.0-beta.
Revision 1.8 / (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-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add RMD160 digests in addition to SHA1 ones
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 4 04:09:21 2004 UTC (7 years, 5 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Update p5-Jcode to 0.88. # # $Id: Changes,v 0.88 2004/12/03 12:04:22 dankogai Exp dankogai $ # $Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $ ! Unicode/uni.c Patch by OHARA Shigeki that fixes segmentation fault when malformed encoding is fed to utf8 (en|de)coder applied. Message-Id: <w0gfz2p3t1n.wl%os@iij.ad.jp> $Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $ ! Jcode.pm Uninitialized values in jfold() now initialized. Message-Id: <27BF6F48-38BE-11D9-9307-000A95DBB50A@dan.co.jp>
Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 17 17:03:04 2004 UTC (7 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Update p5-Jcode package to 0.87.
$Revision: 0.87 $ $Date: 2004/07/24 02:58:27 $
! Jcode.pm
* Document Fix by shigeno@iij-mc.co.jp
Message-Id: <20040708.175523.131609260.shigeno@iij-mc.co.jp>
* getcode() reverted to pre-0.84 because the new algorithm is prone
to false positive cases, reported by inu@kc5.so-net.ne.jp.
Message-Id: <20040723.233005.78712771.inu@mail.design.co.jp>
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 25 14:55:02 2004 UTC (7 years, 10 months ago) by taca
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
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)
Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 16 16:37:06 2003 UTC (9 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update p5-Jcode pacakge to 0.83. # # $Id: Changes,v 0.83 2003/03/16 16:15:34 dankogai Exp dankogai $ # $Revision: 0.83 $ $Date: 2003/03/16 16:15:34 $ ! Jcode.pm Addresses the issue that mime_encode() stalls when fed w/ bogus data. Found by Hisashi Nishimura <hisashin@hotsync.co.jp> Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 23 23:39:58 2002 UTC (9 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update p5-Jcode package to 0.82. $Revision: 0.82 $ ! Jcode.pm pod typo fix and better jcode.pl compatibility by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 18 14:07:44 2002 UTC (9 years, 8 months ago) by taca
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Update p5-Jcode pakcage to 0.81; one bug fix. $Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $ ! Jcode.pm jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp> Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
Revision 1.1.1.1.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:42:19 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1.2.1: +5 -0
lines
Diff to previous 1.1.1.1.2.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.1.1.1.2.1, Fri May 31 13:00:19 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +0 -5
lines
FILE REMOVED
file distinfo was added on branch buildlink2 on 2002-06-23 18:42:19 +0000
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 31 13:00:19 2002 UTC (9 years, 11 months ago) by seb
Branch: TNF
CVS Tags: pkgviews,
pkgsrc-base,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Reimport of package p5-Jcode from japanese/p5-Jcode into converters/p5-Jcode. This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 31 13:00:19 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base,
netbsd-1-6-RELEASE-base
Initial revision