/[suikacvs]/perl/charclass/lib/Char/Class/ChangeLog
Suika

Contents of /perl/charclass/lib/Char/Class/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide annotations) (download)
Thu Jul 19 13:26:22 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +23 -0 lines
++ ChangeLog	19 Jul 2007 13:21:24 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* Makefile.PL: Updated.

	* readme.en.html: New document.

	* .htaccess: New file.

	* release/: New directory.

	* MANIFEST.SKIP: New file.

	* cvscommit.sh: New file.

++ charclass/lib/Char/Class/ChangeLog	19 Jul 2007 13:26:07 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* JISX0221-src.upl (SEE ALSO): Links to |Char::Class::UCS|
	and |Char::Class::RFC1815| are added.

	* Makefile (%.html): New rule.
	(all): Make HTML files.
	(MODULES): |JaInput.pm| was missing.
	(clean): Call |clean-pod|.  Don't delete generated Perl modules.
	(clean-pod): New rule.
	(distclean): New.  (Note that the rule name is incorrect!)

	* RFC1815-src.upl (SEE ALSO): Links to |Char::Class::UCS|
	and |Char::Class::JISX0221| are added.

	* UCS-src.upl (SEE ALSO): Links to |Char::Class::JISX0221|
	and |Char::Class::RFC1815| are added.

	* mkpm.pl (generated pod's NAME): Was generated with a bad style.
	(generated pod's COLLECTION NAMES): |=back| was missing.
	(generated pod's EXAMPLE): Use a real class name.  Note that
	this does not work for e.g. Kana.

++ charclass/t/ChangeLog	19 Jul 2007 11:57:39 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* perlbug.t: Number of tests were wrong.

1 wakaba 1.17 2007-07-19 Wakaba <wakaba@suika.fam.cx>
2    
3     * JISX0221-src.upl (SEE ALSO): Links to |Char::Class::UCS|
4     and |Char::Class::RFC1815| are added.
5    
6     * Makefile (%.html): New rule.
7     (all): Make HTML files.
8     (MODULES): |JaInput.pm| was missing.
9     (clean): Call |clean-pod|. Don't delete generated Perl modules.
10     (clean-pod): New rule.
11     (distclean): New. (Note that the rule name is incorrect!)
12    
13     * RFC1815-src.upl (SEE ALSO): Links to |Char::Class::UCS|
14     and |Char::Class::JISX0221| are added.
15    
16     * UCS-src.upl (SEE ALSO): Links to |Char::Class::JISX0221|
17     and |Char::Class::RFC1815| are added.
18    
19     * mkpm.pl (generated pod's NAME): Was generated with a bad style.
20     (generated pod's COLLECTION NAMES): |=back| was missing.
21     (generated pod's EXAMPLE): Use a real class name. Note that
22     this does not work for e.g. Kana.
23    
24 wakaba 1.16 2004-06-04 Wakaba <wakaba@suika.fam.cx>
25    
26     * XML-src.upl: XML 1.1 support.
27    
28     * mkpm.pl (table): Generates description for aliases.
29    
30 wakaba 1.15 2003-09-07 Wakaba <wakaba@suika.fam.cx>
31    
32     * .cvsignore: New file.
33    
34 wakaba 1.14 2003-06-15 Wakaba <w@suika.fam.cx>
35    
36     * XML-src.upl: New classes from unicode-xml is added.
37     (pod_description, pod_seealso): New section.
38     (_deprecated_noncharacter): New class.
39    
40 wakaba 1.13 2003-05-02 Wakaba <w@offweb.ddo.jp>
41    
42     * JaInput-src.upl: New module.
43    
44     2003-04-27 Wakaba <w@offweb.ddo.jp>
45    
46     * mkpm.pl: Set $Exporter::ExportLevel to work as intended.
47    
48 wakaba 1.11 2003-04-25 Wakaba <w@offweb.ddo.jp>
49    
50 wakaba 1.12 * mkpm.pl: Use exporter and also make aliases to main:: namespace,
51     to avoid a buggy error.
52    
53     2003-04-25 Wakaba <w@offweb.ddo.jp>
54    
55 wakaba 1.11 * mkpm.pl: Make perl namespace name changable.
56     * XML-src.upl: Added NCNameChar and _NCNameStartChar.
57    
58     2003-04-24 Wakaba <w@offweb.ddo.jp>
59    
60     * mkpm.pl: Bug fix of removing comment.
61     * Makefile: Check whether generated perl module is valid syntax.
62     * mkpm.pl: Don't use Exporter.
63    
64 wakaba 1.10 2002-10-22 Wakaba <w@suika.fam.cx>
65    
66     * ISOIECTR10176.upl: New script.
67    
68 wakaba 1.7 2002-09-07 Wakaba <w@suika.fam.cx>
69    
70     * UCS-src.upl (SecondEdition): Checked with JIS X 0221-1:2001
71     (IDT ISO/IEC 10646-1:2000) A.3.3.
72 wakaba 1.8 * Han-src.upl:
73     - (_JP_*): Renamed to "JP_*".
74     - (Senjimon, SenjimonJP): New collection.
75     - (pod SEE ALSO): Added some Senjimon reference URIs.
76 wakaba 1.9 * JISX4051-src.upl, JISX4052-src.upl: New scripts.
77 wakaba 1.10 * mkpm.pl:
78     - Bug fix of pod outputing.
79     - Output DESCRIPTION of pod in header (not footer).
80     - Output description of collection in collection list
81     of pod.
82 wakaba 1.7
83 wakaba 1.6 2002-09-02 Wakaba <w@suika.fam.cx>
84    
85     * RFC1815-src.upl: New script.
86    
87 wakaba 1.5 2002-08-31 Wakaba <w@suika.fam.cx>
88    
89     * JISX0221-src.upl: New script.
90     * mkpm.pl: Output a bit better pod documentation:-).
91    
92 wakaba 1.3 2002-08-24 Wakaba <w@suika.fam.cx>
93    
94     * Kana-src.upl: New script.
95     * Makefile: Updated.
96     * mkpm.pl: Support qw(^!.+) line.
97 wakaba 1.4 * Alphabet-src.upl, UCS-src.upl: New scripts.
98 wakaba 1.3
99 wakaba 1.2 2002-08-23 Wakaba <w@suika.fam.cx>
100    
101     * mkhan.pl: Removed.
102     * Han-src.upl: New script.
103 wakaba 1.3 * mkpm.pl: New library.
104 wakaba 1.2 * Makefile: Updated.
105    
106 wakaba 1.1 2002-08-16 Wakaba <w@suika.fam.cx>
107    
108     * mkhan.upl: New script.
109     * Makefile, ChangeLog: New files.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24