The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension ShiftJIS::Regexp.

0.20  Sat Nov 24 13:30:18 2001
    - modify documentation (about \p{IsProp} and \p{InProp})

0.19  Thu Nov 22 23:34:38 2001
    - add \p{Xdigit}, \p{Roman}, etc.

0.18  Thu Nov 22 00:01:12 2001
    - jsplit() etc. of an empty string should return an empty list.
    - add \p{JIS}, \p{NEC}, \p{IBM}, \p{MSWin}, etc.
    - add \pP, \PP, etc.
    - now Prop in \p{Prop} and class in [:class:] are case-insensitive.

0.17  Sun Sep 16 00:59:12 2001
    - internal: match and replace.

0.16  Sat Sep 15 20:32:45 2001
    - \p{ }, \P{ } in character classes.

0.15  Thu Aug 30 22:47:31 2001
    - extended embedded modifiers at the beginning the regexp

0.14  Sun Jul 22 22:07:58 2001
    - change test.t ([:print:] is not tested).

0.13  Sat Jul 07 00:55:24 2001
    - add [=cc=] character classes.

0.12  Sat Jun 23 23:37:19 2001
    - add \p{IsX0201}, \p{IsX0208}, etc.

0.11  Wed Jun 13 02:56:24 2001
    - add o modifier.
    - now jsplit accepts pattern with modifiers (but somewhat tricky).
    - issjis is deprecated (use issjis of ShiftJIS::String).

0.10  Tue Jun 12 00:09:10 2001
    - add I and j modifiers.
    - now runs on perl 5.003 (maybe).

0.09  Tue Jun  5 00:30:43 2001
    - divide ./t and ./sample.

0.08  Fri May 25 01:12:07 2001
    - restricted support of (?{ ... }) assertions.

0.07  Wed May 23 23:39:41 2001
    - add \p{IsWord} etc.
    - bug fix in mkclass().
    - bug fix about wrong matching of double-byte chars on ignore_case.

0.06  Tue May 15 21:52:03 2001
    - bug fix to prevent $ from interpolation in the regexp for replace().

0.05  Mon May 14 00:21:58 2001
    - add README. minor changes.

0.04  Sun May 13 15:38:15 2001
    - bug fix. croak against illegal byte sequences.

0.03  Sun May 13 12:28:51 2001
    - change some character classes. bug fix.

0.02  Sat May 12 15:46:05 2001
    - add jsplit(). bug fix.

0.01  Sat May 12 01:12:38 2001
    - original version; created by h2xs 1.19