Revision history for Perl module ShiftJIS::String.
0.18 Sat Jan 12 15:11:35 2002
- Perl 5.003 warns bareword 'cmp'
even if it places on the left of the '=>' operator.
- tweaks to internal of XS.
0.17 Sat Jan 05 15:23:18 2002
- add strxfrm.
- modify internal of strcmp and other comparison functions.
0.16 Wed Jan 02 13:25:02 2002
- add strsplit; strcmp and strEQ, strNE, strLT, strLE, strGT, strGE.
0.15 Sun Dec 30 10:24:36 2001
- bug fix (XS): when toupper, tolower, strrev had gotten
a numeral (i.e. not a string), the program crashed!
0.14 Wed Dec 26 20:52:17 2001
- Don't call strtr_light() by yourself! (XS version)
But now checks TABLE briefly and croaks if weird.
0.13 Wed Dec 26 01:36:34 2001
- performance of strtr() and trclosure() in XS is improved.
0.12 Mon Dec 24 17:57:11 2001
- strtr() and trclosure() use XS when task is simpler,
i.e. both SEARCHLIST and REPLACEMENTLIST are strings (not an arrayref),
and neither PATTERN nor TOPATTERN are specified.
('n' modifier enforces to use the Non-XS subroutine.)
- amplify tests and documents a bit.
0.11 Sun Dec 23 12:20:47 2001
- an XS version and a Non-XS version are in the package.
- reverse character ranges without confirmation (by a true 2nd argument
for mkrange() or 'r' modifier for trclosure(), strtr()) are croaked.
0.10 Sat Oct 06 11:38:08 2001
- improvement of internal.
0.09 Sun Sep 02 22:08:15 2001
- bug fix: length, index, rindex passed "" as an argument.
- prototypes: any parameters (excluding those of issjis)
forces scalar context.
0.08 Sun Jun 10 23:40:38 2001
- bug fix: __expand, mkrange on Perl 5.003.
0.07 Fri Jun 8 22:11:38 2001
- now runs on Perl 5.003 (maybe). (tested on Active Perl 316)
- bug fix: mkrange, end by trail 0x5C following hyphen.
- modify t/subst.t (thank you, Andreas Marcel Riechert)
0.06 Wed Jun 6 22:11:38 2001
- add README. (thank you, Andreas Marcel Riechert)
0.05 Mon Jun 4 23:15:12 2001
- make ./t/*.t files.
0.04 Sat May 12 15:44:25 2001
- deprecate split() and related functions. use ShiftJIS::Regexp.
0.03 Sun May 6 23:52:02 2001
- bug fix about double byte characters in the pattern fot split().
0.02 Sun May 6 19:18:58 2001
- spaceH2Z() and spaceZ2H().
0.01 Sat May 5 09:39:40 2001
- original version; created by h2xs 1.19