The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
____________________________________________________________________________
[  3835] By: autrijus                              on 2003/01/25  13:43:43
        Log: * This be 0.22.
	   ! lib/Encode/HanConvert.pm
____________________________________________________________________________
[  3834] By: autrijus                              on 2003/01/25  13:41:45
        Log: * new round of POD tweaks.
             * -p was broken; now fixed.
             * -p now works correctly in conjunction with -u.
	   ! bin/b2g.pl bin/g2b.pl
____________________________________________________________________________
[  3818] By: autrijus                              on 2003/01/25  08:29:19
        Log: * changes and signatures.
	   ! Changes MANIFEST.SKIP SIGNATURE
____________________________________________________________________________
[  3817] By: autrijus                              on 2003/01/25  08:22:24
        Log: * This be 0.21, the 'b2g.pl -u' edition.
	   ! lib/Encode/HanConvert.pm
____________________________________________________________________________
[  3801] By: autrijus                              on 2003/01/24  21:18:22
        Log: * the binmode() only makes sense to 5.8 folks.
	   ! bin/b2g.pl bin/g2b.pl
____________________________________________________________________________
[  3800] By: autrijus                              on 2003/01/24  21:17:33
        Log: * add unicode conversion capability to b2g and g2b.
	   ! bin/b2g.pl bin/g2b.pl
____________________________________________________________________________
[  3665] By: autrijus                              on 2003/01/19  19:46:57
        Log: * statue points out the perl5.003's podchecker doesn't like
	       us.
	   + AUTHORS
	   ! MANIFEST bin/b2g.pl bin/g2b.pl
____________________________________________________________________________
[  3582] By: autrijus                              on 2003/01/16  20:22:27
        Log: * changes and signatures.
	   ! Changes SIGNATURE
____________________________________________________________________________
[  3581] By: autrijus                              on 2003/01/16  20:18:57
        Log: * This be 0.20, the 2003 edition.
	   ! Makefile.PL README lib/Encode/HanConvert.pm
	   ! lib/Encode/HanConvert/Perl.pm-orig
____________________________________________________________________________
[  3578] By: autrijus                              on 2003/01/16  17:39:16
        Log: * rudimentary support for phrase-based conversion
             via the -p switch in b2g.pl/g2b.pl.
	   ! Makefile.PL bin/b2g.pl bin/g2b.pl
	   ! lib/Encode/HanConvert.pm
____________________________________________________________________________
[  2888] By: autrijus                              on 2002/12/24  10:07:04
        Log: * oops, missing the signature test.
	   + t/0-signature.t
____________________________________________________________________________
[  2887] By: autrijus                              on 2002/12/24  10:04:45
        Log: * changes and signatures.
	   ! Changes SIGNATURE
____________________________________________________________________________
[  2746] By: autrijus                              on 2002/12/18  03:54:24
        Log: * changes and signatures.
	   ! Changes SIGNATURE
____________________________________________________________________________
[  2741] By: autrijus                              on 2002/12/17  14:46:39
        Log: * doggy reported that import list is broken. whoops.
	   ! lib/Encode/HanConvert.pm
____________________________________________________________________________
[  2676] By: autrijus                              on 2002/12/11  16:51:46
        Log: * changes and signatures.
	   + SIGNATURE
	   ! Changes MANIFEST
____________________________________________________________________________
[  2675] By: autrijus                              on 2002/12/11  16:37:28
        Log: * Truly 0.10 now, with broken tests temporarily suppressed.
	   ! lib/Encode/HanConvert.pm t/1-basic.t
____________________________________________________________________________
[  2674] By: autrijus                              on 2002/12/11  15:44:35
        Log: * This be version 0.10.
             * re-written simp_to_trad and trad_to_simp routines gives
             much better results (not routing through gbk/big5 anymore).
	   ! lib/Encode/HanConvert.pm
____________________________________________________________________________
[  2673] By: autrijus                              on 2002/12/11  15:43:52
        Log: * now directly supports 'trad-simp' and 'simp-trad'
             .ucm files!
	   ! MANIFEST Makefile.PL
____________________________________________________________________________
[  2672] By: autrijus                              on 2002/12/11  15:43:09
        Log: * new code to directly generate utf8 simp<=>trad maps.
	   + map/umap2ucm.pl
____________________________________________________________________________
[   647] By: autrijus                              on 2002/08/15  15:17:46
        Log: * module cleanup continues.
             * unicode map support for 5.6.0-5.7.2 perls
             * fixed installation on dosish platforms.
             * new test suites.
	   + map/b2g_map.utf8 map/g2b_map.utf8 t/daode.b5u
	   + t/daode.gbku t/daode_g.b5u t/zhengqi.b5u
	   + t/zhengqi.gbku t/zhengqi_b.gbku
	   - big5-simp.ucm gbk-trad.ucm
	   ! MANIFEST Makefile.PL lib/Encode/HanConvert.pm
	   ! lib/Encode/HanConvert/Perl.pm-orig
	   ! map/map2pm.pl t/1-basic.t