No semicolons after blocks.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
CommitLineData
fab31126 1# Revision history for Perl extension Encode.
2#
0ab8f81e 3# $Id: Changes,v 1.56 2002/04/22 09:48:07 dankogai Exp dankogai $
fab31126 4#
b0b300a3 5
0ab8f81e 6$Revision: 1.56 $ $Date: 2002/04/22 09:48:07 $
7! Encode.pm encoding.pm t/perlio.t t/jperl.t
8 New PerlIO::encoding 0.04 compliance met
9
101.55 2002/04/22 03:43:05
11! Encode.pm Encode.xs Unicode/Unicode.pm
12 needs_lines() defined so Encode::Encoding is no longer needed
13 for perlio
14
151.54 2002/04/22 02:50:01
16! Encode.pm! Encode.xs! Unicode/Unicode.pm t/perlio.t
17! lib/Encode/Encoding.pm lib/Encode/CN/HZ.pm
18 now perlio_ok is true by default if PerlIO::encoding->VERSION is
19 0.03 or larger. POD in Encode::Encoding revised to reflect this.
20 Encode::XS and Encode::Unicode now has perlio_ok() method.
21! lib/Encode/Supported.pod
22 s/UP-UX/HP-UX/ by jhi
23! AUTHORS Byte/Byte.pm CN/CN.pm Encode.pm JP/JP.pm KR/KR.pm README
24! Symbol/Symbol.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs bin/piconv
25! bin/ucmlint encoding.pm lib/Encode/Alias.pm lib/Encode/CN/HZ.pm
26! lib/Encode/Config.pm lib/Encode/Encoder.pm lib/Encode/Encoding.pm
27! lib/Encode/KR/2022_KR.pm lib/Encode/PerlIO.pod
28! lib/Encode/Supported.pod
29 Huge document fixes by Philip.
30! AUTHORS
31! t/JP.t
32 s/compare\(/compare_text\(/o by Sarathy. Adds him to AUTHORS
33 http://public.activestate.com/cgi-bin/perlbrowse?patch=16049
34! t/perlio.t
35 binmode() after "<:encoding" to make Win32 happy, by Mattia.
36 Mattia added to AUTHORS file
37 Message-Id: <3CC3150F.5798.22A05AE@localhost>
38
391.52 2002/04/20 23:43:47
6d1c0808 40! t/perlio.t
41 TODO: is now SKIP:, as NI-XS requested. Also adds more
42 eraborate failure analysis added.
43! bin/enc2xs
44 A note on how to make sure of round-trip safety added to POD
45 section (so Autrijus is happier)
46! ucm/big5-hkscs.ucm ucm/big5-eten.ucm t/TW.pm
47 big5-(eten|hkscs) is round-trip safe again!
48 Message-Id: <A2C949CC-54AC-11D6-A5FB-00039301D480@dan.co.jp>
49! encoding.pm
50 Typo fixes by Andreas
51! Encode.pm Encode.xs Unicode/Unicode.xs Encode/Encoding.pm
52! lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm t/perlio.t
53 PerIO coodination patches from NI-XS.
54 Message-Id: <2769E572-54A1-11D6-B7E2-00039301D480@dan.co.jp>
55
561.51 2002/04/20 09:58:23
b0b300a3 57! t/TW.t
58 Updated test suite by Autrijis so "make test" is happy again
59 Message-Id: <20020420082104.GA25037@not.autrijus.org>
60+ ucm/big5-eten.ucm
61! ucm/big5-hkscs.ucm lib/Encode/Alias.pm
62- ucm/big5.ucm
63 TW/TW.pm TW/Makefile.PL
64 Updates by Autrijus. 'big5' is no longer a canonical but an
65 alias to 'big5-eten'. big5-hkscs is now in 2001 edition.
66 Message-Id: <20020419195346.GA19597@not.autrijus.org>
67! Encode.xs
68 Fix by NI-XS that fallback may cause SEGV w/ Perl/TK
69 Message-Id: <20020419184509.1924.1@bactrian.ni-s.u-net.com>
70! Encode.pm
71 PerlIO detection a little bit smarter; no longer uses eval qq{}
72 but eval {}.
73
741.50 2002/04/19 06:13:02
85982a32 75! ! Encode.pm Encode.xs Encode/encoding.h
76+ t/fallback.pm
77 New Fallback API imlemented and documented. See "perldoc Encode"
78 for details
79! lib/Encode/JP/JIS7.pm Encode.pm
80+ lib/Encode/PerlIO.pod t/perlio.t
81 API compliance met. However, it still does not work unless perlio
82 implements line buffer. See BUGS section in perldoc Encode::PerlIO
83 As a sensible workaround, perlio_ok() added to Encode.
84! encoding.pm
85! lib/Encode/Supported.pod
86 Doc fixes from jhi
87 Message-Id: <20020418174647.J8466@alpha.hut.fi>
88! CN/CN.pm
89 Doc fixes from Autrijus
90 Message-Id: <20020418144131.GA10987@not.autrijus.org>
91! Encode.pm
92 perlqq mode documented
93! t/JP.t
94+ t/jisx0201.euc t/jisx0201.ref
95! t/jisx0208.euc t/jisx0208.ref
96 t/JP.t tests more rigorously and with other encodings
97 t/jisx0201.* added to test JIS7 encodings. jisx0208 is now PURELY
98 in jis0208 (used to contain jisx0201 part).
99! Encode/Makefile_PL.e2x
100 The resulting Makefile.PL that "enc2xs -M" creates now auto-discovers
101 enc2xs and encode.h rather than hard-coded. This allows the resulting
102 module fully CPANizable.
103! encoding.pm t/JP.t t/KR.t
104 PerlIO detection simplified (checks %INC instead of eval{})
105! Encode.xs Encode/encode.h
106+ Unicode/Makefile.PL Unicode/Unicode.pm Unicode/Unicode.xs
107- lib/Encode/Unicode.pm
108 (en|de)code_xs relocated to where it belongs. Source reindented
109 to my taste
110! bin/enc2xs
111 Additional (U8 *) cast added as suggested by jhi
112 Message-Id: <20020417165916.A28599@alpha.hut.fi>
f2a2953c 113
85982a32 1141.42 Date: 2002/04/17
b2704119 115- lib/Encode/XS.pm
116 no-op module; Thought of adding a pod there but enc2xs has
117 one so gone.
118! encoding.pm
119! t/JP.pm
120! t/KR.pm
121 correct mechanism to detect Perlio::encoding layar installed.
122! Encode.xs
123 PerlIO Layer detached.
124
1251.41 2002/04/16 23:35:00
126! encoding.pm
127 binmode(STDIN|STDOUT ...) done iff PerlIO is available
128! t/*.t
129 Cleaned up PerlIO skip conditions to prepare for the upcoming
130 Encode - PerlIO forking.
131! Encode.pm
132 exported functions are now prototyped.
133! lib/Encode/CN/HZ.pm
134! bin/enc2xs
135! Encode.xs
136 fallback implemented # was /* FIXME */
137 affected programs revised to fit (only HZ was using the try-catch
138 approach which needed to be fixed for API-compliance).
139! Encode/Config.pm
140! Encode/KR/2022_KR.pm
141! Encode/KR/KR.pm
142 can find =head1 NAME now, jhi
143 Message-Id: <20020416083059.V30639@alpha.hut.fi>
144! encoding.pm
145 s/\{h\}/{$h}/g ;)
146! Encode.xs
147 now complies with less warnings with the pickest compilers.
148 Suggested by Craig, fixed by Dan.
149 ! Encode/Makefile_PL.e2x
150! bin/enc2xs
151 A bug that fails to find *.e2x in certain conditions fixed
152
1531.40 2002/04/14 22:27:14
aae85ceb 154+ Encode/ConfigLocal_PM.e2x
155! lib/Encode/Config.pm
156! bin/enc2xs
157 "enc2xs -C" now generates/updates Encode::ConfigLocal.
158 ConfigLocal_PM.e2x is a skelton thereof.
159! lib/Encode/Config.pm
160! CN/CN.pm
161 "use Encode::CN::HZ;" was missing.
162! t/Unicode.t
163! t/unibench.t
164 More rigorous tests added to test XS, especially on memory allocation.
165! Encode.xs
166! lib/Encode/Unicode.pm
167 NI-S implemented an XS version -- merged
168 Message-Id: <20020414154857.2066.4@bactrian.ni-s.u-net.com>
169! encoding.pm
170! t/jperl.t
171 Source filter option added. With this option on, you can write
172 perl 5.8-savvy scripts (such as UTF-8 identifiers) in legacy
173 encodings. t/jperl.t enhanced to test this feature.
174! t/Unicode.t
175 ok() gotcha addressed by Benjamin fixed. Though I didn't exactly
176 apply his suggestion, this degree of nitting is enough to add him
177 to AUTHORS list.
178 Message-Id: <3CB93223.291E5E2E@earthlink.net>
179! JP/JP.pm
180+ lib/Encode/JP/JIS7.pm
181- lib/Encode/JP/JIS.pm
182- lib/Encode/JP/2022_JP.pm
183- lib/Encode/JP/2022_JP1.pm
184 7bit-jis, iso-2022-jp and iso-2022-jp1 are all aggregated to
185 JIS7.pm for better maintainability and performance
186! encoding.pm
187 Added caveat for non-ascii identifiers.
188! encoding.pm
189 fixes by jhi, the original author of this pragramtic module.
190 Message-Id: <20020413231527.V1826@alpha.hut.fi>
191
1921.34 2002/04/12 20:23:05 (Unreleased)
77ea6967 193! Encode.pm
194! t/Unicode.t
195 EBCDIC fixes addressed by jhi.
196 Message-Id: <20020412161844.D9383@alpha.hut.fi>
197! lib/Encode/Encoder.pm
198 POD fix by Miyagawa-kun
199 Message-Id: <86bscqq4hu.wl@mail.edge.co.jp>
200
2011.33 2002/04/10 22:28:40
448e90bb 202! AUTHORS
203 Philip's mail address corrected.
204! AUTHORS
205! t/Encoder.t
206! lib/Encode/Encoder.pm
aae85ceb 207 s/ = shift;/ = @_;/ # trivial but a common idiomatic typo :)
448e90bb 208 This adds Miyagawa-kun to AUTHORS.
209 * encoding() no longer exported by default but on demand
210 * t/Encoder.t updated to test all these
211 Message-Id: <86hemjpdn4.wl@mail.edge.co.jp>
77ea6967 212! lib/Encode/Unicode.pm
213! lib/Encode/Supported.pm
214 Further doc fixes by Anton
448e90bb 215
2161.32 2002/04/09 20:06:15
fcb875d4 217+ bin/ucmlint
218+ t/bogus.ucm
219- ucm/macDevanaga.ucm Unicode Character Map
220- ucm/macGujarati.ucm Unicode Character Map
221- ucm/macGurmukhi.ucm Unicode Character Map
222 A utility to check integrity of .ucm files. t/bogus.ucm is a
223 ucm that is deliberately bogus. unused Indic mappings are removed
224 for the time being.
225! Encode.pm
226 resolve_alias() added as suggested by jhi. Same as
227 find_encoding("alias")->name. For convenience. This one is
228 defined in Encode.pm instead of Alias.pm.
229 Message-Id: <20020409215846.H17022@alpha.hut.fi>
230! Encode.xs
231 Memory Allocate but detected during the devel of ucmlint -- fixed.
232 Message-Id: <C0DDCE16-4BE7-11D6-9204-00039301D480@dan.co.jp>
233! lib/Encode/Unicode.pm
234 valid_ucs2(0) is false but must be true.
235 3 patches from NI-S as follows. This also has fixed the incident
236 Andy has reported.
237! lib/Encode/Alias.pm
238 find_alias() recursion prevention
239! t/Aliases.t
240 Checks for the patch above
241! t/Encode/Unicode.pm
242 An extra "F" that causes valid_ucs2() return a bogus value fixed
243 Message-Id: <20020409133927.17803.1@bactrian.elixent.com>
244 Message-Id: <Pine.SOL.4.10.10204091338220.10390-100000@maxwell.phys.lafayette.edu>
245 2 Small Patches from jhi as follows:
246! Encode.pm
247 Encode->encodings() lists in case-insensitve order (as it was)
248! bin/piconv
249 -l option prints avaiable encodings to STDOUT instead of STDERR
250! lib/Encode/Aliases.pm
251 s/defintion/definition/
252 Message-Id: <200204082306.CAA21033@alpha.hut.fi>
253! AUTHORS
254! lib/Encode/Supported.pod
255! lib/Encode/Unicode.pm
256 POD revise by Philip Newton. This adds Philip to AUTHORS list.
257 Thank you for the exact quote of Douglas Adams :)
258 Message-Id: <22s3bu4gpvhhsses64nj3afuu0lo927rv3@4ax.com>
259
2601.31 2002/04/08 18:08:07
fdd579e2 261! lib/Encode/Encoder.pm
262+ t/Encoder.t
263 Encode::Encoder, once just a placeholder of an idea, is now much more
264 practical. See t/Encode.t to find how practical it can be.
265+ lib/Encode/Config.pm
266! Encode.pm
267 my false laziness at Encode.pm is fixed. Now %ExtModules are set
268 in Encode::Config and they are all literally, not programatically
269 set. My false laziness was resulting many encodings missing from
270 %ExtModules.
271! lib/Encode/Unicode.pm
272! t/Unicode.t
273 BOM for 32LE was bogus as noted by Anton. t/Unicode.t is fixed
274 so that it does not rely Encode::Unicode for BOM values
275 Message-Id: <FFEC33E9-4AFB-11D6-B415-00039301D480@dan.co.jp>
276
2771.30 2002/04/08 02:34:51
c731e18e 278+ lib/Encode/Encoder.pm
279 Object Oriented Encoder. I reckon something like this is in need.
280! Encode.pm
281! t/Unicode.pm
282! lib/Encode/Supported.pod
fdd579e2 283 * autoloading bug that prevented upper-case canonicals such as UTF-16
c731e18e 284 is fixed. Now even UTF/UCS are autoloaded!
285 * encodings() is now more intuitive.
286 * t/Unicode.t fixed to explicitly use Unicode.pm -- BOM values are
287 stored therein.
288 * Obligatory fixes to the POD.
289! lib/Encode/Supported.pod
290 Patch from Anton applied.
291 Message-Id: <66641479.20020408033300@motor.ru>
292! Encode.pm
293! lib/Encode/Unicode.pm
294 Cosmetic changes: "bless $obj, $class" => "bless $obj => class"
295
2961.28 2002/04/07 18:58:42
297! MANIFEST
298+ t/Unicode.t
299+ t/grow.t
300 Just a MANIFEST for those missing files.
301
3021.26 Date: 2002/04/07 15:22:04
f2a2953c 303! JP/Makefile.PL
304! t/Aliases.PL
305 Schwarn's patches against Makefile.PL has zapped jis*.ucm. Restored.
306 And t/Aliases.t fixed to make sure they all exist.
307
3081.25 2002/04/07 15:01:25 (Unreleased)
309! Encode.pm
310! lib/Encode/Unicode.pm
311 More POD fixes....
312! Encode.pm
313- lib/Encode/UTF_EBCDIC.pm
314- lib/Encode/Internal.pm
315- lib/Encode/utf8.pm
316 Integrated into Encode.pm as closures. That way "one package, one file"
317 rule is preserved yet less files to require.
318! encoding.pm
319 commented out binmode(STDERR ...
320! Makefile.PL
321! Byte/Makefile.PL
322! CN/Makefile.PL
323! EBCDIC/Makefile.PL
324! JP/Makefile.PL
325! KR/Makefile.PL
326! Symbol/Makefile.PL
327! TW/Makefile.PL
328! Encode/Makefile_PL.e2x
329 Schwarn's MM-compliance patch merged
330 Message-Id: <20020406082609.GA28758@blackrider>
331! Encode.pm
332! lib/Encode/Unicode.pm
333+ lib/Encode/UTF_EBCDIC.pm
334+ t/Unicode.t
335- lib/Encode/10646_1.pm
336- lib/Encode/ucs2_le.pm
337 (UCS-2|UTF-(16|32))(LE|BE)? implementation and cleanups. Instead of
338 per-module based (en|de)code, I saved a number of .pm by
339 reorganizing it as per-object base (Well, this is what Encode::XS
340 does under the hood). See Encode::Unicode for details.
341 The original Unicode.pm is now correctly renamed to UTF_EBCDIC.pm.
342 This module is used only on EBCDIC environments.
343
3441.21 2002/04/05 14:46:34 (Not Released)
345! JP/JP.pm
346! Encode.pm
347+ ucm/jis0201.ucm
348+ ucm/jis0208.ucm
349+ ucm/jis0212.ucm
350 Are back to make Perl/Tk happy Smile, NI-S.
351! t/Alias.pm
352! lib/Encode/Alias.pm
353! lib/Encode/Supported.pm
354! lib/Encode/10646_1.pm
355! lib/Encode/ucs2_le.pm
356 UCS-16BE is now canonical for UCS-2/ISO-10646-1.
357 Leftover implicit aliases in ucs2_le.pm removed. Tests and documents
358 updated to reflect changes.
359 essage-Id: <20020405114024.1290.17@bactrian.ni-s.u-net.com>
360! lib/Encode/Alias.pm
361! lib/Encode/Supported.pm
362 Anton's revision commited. Added Dan's own fixes as well.
363 Message-Id: <159103166906.20020405161134@motor.ru>
364! lib/Encode/Alias.pm
365 134c134
366 < qr/^UCS2-le$/i => '"UCS-2"', );
367 ---
368 > qr/^UCS2-LE$/i => '"UTF-16LE"');
369 Sigh. Thank you, Anton.
370 Message-Id: <14567692196.20020405062020@motor.ru>
371 Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
372
3731.20 2002/04/04 19:50:52
a999c27c 374+ bin/unidump
375 the last minute addtion. Just give it a try. Docs remains to be done.
376 Not installed by default.
377! lib/Encode/Supported.pod
378 Enhanced Greatly.
379! t/Alias.t
380! lib/Encode/Alias.pm
381! lib/Encode/utf8.pm
382! lib/Encode/10464_1.pm
383! lib/Encode/ucs2_le.pm
384 Canonical name for 'UCS-2le" is now "UTF-16LE". UCS-2 left
385 unchanged but UTF-16BE is added as an alias. Implicit aliases
386 move to Encode::Alias so init_alias() works more as expected.
387 Also, 'utf8' is now canonical with 'UTF-8' being an alias.
388 Though pedantically wrong, This should make perl mongers happier.
389 t/Alias.t is enhanced to test all these.
390 Message-Id: <9C39BD58-47AF-11D6-9D82-00039301D480@dan.co.jp>
391! Byte/Makefile.PL
392 Now all .ucm are stacked in byte_t; They all share ascii part so 50%
393 of the codepoints are common. CJKT left as is because the saving is
394 not significant.
395! Byte/Makefile.PL
396! CN/Makefile.PL
397! EBCDIC/Makefile.PL
398! Encode.xs
399! Encode/Makefile_PL.e2x
400! JP/Makefile.PL
401! KR/Makefile.PL
402! Makefile.PL
403! Symbol/Makefile.PL
404! TW/Makefile.PL
405! bin/enc2xs
406! AUTHORS
407 All occurance of _def.h replaced with .exh so djgpp works happily
408 ever after! To credit this amazing discovery, Laszlo is now in
409 AUTHORS list
410 Message-Id: <20020403181424.GA8778@freemail.hu>
411 Message-Id: <B5BF0C6F-4732-11D6-B13D-00039301D480@dan.co.jp>
412! Makefile.PL
413! */Makefile.PL
414! Encode/Makefile_PL.skel
415 bin/enc2xs
416 No more @INC fiddling! Uses $ENV{PERL_CORE} instead
417 Message-Id: <20020401222744.GX2000@blackrider>, et al.
418! t/encoding.t
419 Two more tests by added jhi
420 Message-Id: <200204020000.DAA25121@alpha.hut.fi>
421+ t/grow.t
422! Encode.xs
423 The showstopper fixed -- Memory reallocation bug was causing
424 Encode::XS to fall into infinite loop on certain conditions.
425 t/grow.t tests that.
426 Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>, et al
427+ bin/txt2ucm
428! */Makefile.PL
429! */*.ucm
430! */XX.pm
431! lib/Encode/Supported.pod
432 Vendor encodings rebuilt out of original map files at unicode.org.
433 Indic languages such as MacDevanagali remain unspported do to the
434 shortcoming of encengine capabilities (they need algorithmical
435 conversion and I have no knowledge on that!). Pods fixed for added
436 encodings.
437 Oh, macJapan.ucm renamed to macJapanese.ucm.
438 macROMnn is macRomanian and macRUMnn is macRumanian.
439 txt2ucm is a crude script that is used to convert them.
440! bin/enc2xs
441 Unicode Compound Characters (used extensively on Mac) supported
442! bin/piconv
443 Typo fixes and improvements by jhi
444 Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
3ef515df 445
0ab8f81e 4461.11 $Date: 2002/04/22 09:48:07 $
3ef515df 447+ t/encoding.t
448+ t/jperl.t
449! MANIFEST
450 Missing files from the MANIFEST fixed.
451 Message-Id: <20020401010156.H10509@alpha.hut.fi>
452 Version incremented just to make CPAN happy.
453
4541.10 2002/03/31 21:32:42
455! Makefile.PL
456! README
457 INSTALL_UCM option added to Makefile.PL so you can install *.ucm
458 if you want. This should make Autrijus happy. Also, piconv
459 is added to default install.
460+ Encode/*.e2x
461! bin/enc2xs
462 Here-documented files that enc2xs generates are now exported
463 to *.e2x. Much cleaner and easier to debug.
464! encoding.pm
465 encoding enhances so you can make it act more like such
466 (now prehistoric ) "localized" variations of perl like Jperl.
467+ t/jperl.t
468 Further test for encoding.pm. Written in euc-jp
469+ encoding.pm
470+ t/encoding.t
471 Taken over form jhi.
472 Message-Id: <20020330174618.B10154@alpha.hut.fi>
473- Encode/*.ucm
474+ ucm/*.ucm
475! Makefile.PL
476! */Makefile.PL
477 *.ucm relocated to ucm/ so MakeMaker will not install'em by default.
478- ucm2table
479+ bin/ucm2table
480 ***
481! AUTHORS
482! Byte/Byte.pm
483! Encode.pm
484! Encode/macIceland.ucm
485! lib/Encode/Alias.pm
486! lib/Encode/Supported.pod
487 MacIceland fixes and Pod Typo fixes. This adds Andreas to AUTHORS.
488 Message-Id: <m3lmcavhjt.fsf@anima.de>
489
4901.01 2002/03/29 20:59:39
037b88d6 491! Makefile.PL
492! README
493 s/USE_SCRIPTS/MORE_SCRIPTS/
494! Makefile.PL
495 installs enc2xs by default for external Encode:: modules in CPAN,
496 such as Encode::HanExtra
497! t/*.t
498 More sensible perl core detection via $ENV{PERL_CORE}
499 suggested by Spider
500 Message-Id: <200203291007.FAA07329@Orb.Nashua.NH.US>
501! bin/enc2xs
502 Perl core ditection via $^X =~ m/\bminiperl$/o
503 Message-Id: <A5C7B0CA-42F1-11D6-B5AD-00039301D480@dan.co.jp>
504
5051.00 Wed Mar 29 2002
67d7b5ef 506! *
507 The version of all files is updated to 1.00 via "ci -f -l1.00",
508 commemorating version 1.00. All files, including *.ucm are now
509 under version control.
510- encode.h
511+ Encode/encode.h
512 encode.h moved to Encode/ so it will be installed for the later
513 use by enc2xs
514! enc2xs
515 h2xs-like feature added via "h2xs -M Name *.(enc|ucm)"
516! Makefile.PL
517! */Makefile.PL
518- compile
519+ bin/enc2xs
520 compile renamed to enc2xs.
521 Affected Makefle.PL updated
522- lib/CN/2022_CN.pm
523 "Punt it. HanExtra can take care of that later." -- Autrijus
524 Message-Id: <20020328154338.GA7351@not.autrijus.org>
525! Encode/johab.ucm
526! Encode/euc-kr.ucm
527! Encode/ksc5601.ucm
528! lib/Encode/CJKConstants.pm
529! lib/Encode/KR/2022_KR.pm
530 Table patches for Euro Signs, 2022-KR fixups by Jungshik
531 Message-Id: <Pine.LNX.4.44.0203280616190.2259-200000@www.ykga.org>
532! README
533! Makefile.PL
534+ bin/piconv
535 bin/ added for example scripts. They are not installed by default.
536 to install them, "perl Makefile.PL USE_SCRIPTS".
537 piconv is iconv reinvented in perl. in addition to all features
538 of iconv, it also adds perlish features. See L<piconv/1> for more
539 details.
540! lib/Encode/Alias.pm
541 qr/^ replaced with qr/\b so it directly matches locale names
542 such as en_US.US-ASCII
543! AUTHORS
544! t/Aliases.t
545 Patch by MJD to fix the following problem applied.
546 Subject: [PATCH 5.7.3 Encode]
547 Aliases.t not properly skipped when Encode extension not built
548 Message-Id: <20020328091850.18677.qmail@plover.com>
549! lib/Encode/KR/2022_KR.pm
550! lib/Encode/CJKConstants.pm
551 Another patch from Jungshik to make iso-2022-kr actually work
552 Message-Id: <Pine.LNX.4.44.0203271745210.30462-200000@www.ykga.org>
553! Encode/Encode/euc-kr.ucm
554+ Encode/Encode/johab.ucm
555! Encode/Encode/ksc5601.ucm
556! Encode/KR/KR.pm
557! Encode/KR/Makefile.PL
558! Encode/lib/Encode/Alias.pm
559! t/Alias.t
560 Johab support and complete revision of Korean Encoding by Jungshik
561 Message-Id: <Pine.LNX.4.44.0203271105060.30462-200000@www.ykga.org>
562+ Encode.pm
563 Revised to make up with now-dropped Encode::Details.
564- lib/Encode/Details.pod
565 Dropped. Besides being obsolete, the topics are now covered in
566 respective pods now.
567! AUTHORS
568! t/Alias.t
569 KR/KR.pm
570 lib/Encode/Alias.pm
571 Korean aliases fixed thanks to Jungshik Shin
572 /ks[-_ ]?c[-_ ]?5601-1987$/i => cp936
573 Message-Id: <Pine.LNX.4.44.0203262102250.1237-100000@www.ykga.org>
574! *.pm
575 =head1 NAME added to all modules to make buildtoc happy
576 Message-Id: <20020327041151.A10618@alpha.hut.fi>
577- lib/Encode/CJKguide.pod
578 Too controversial and dropped from the dist. Will be available
579 separately on the web.
580! Encode/*.ucm
581 RCS tags added so table debugging gets easier (should that be
582 needed! I hope they all stay 1.00!)
583+ lib/Encode/CJKguide.pod
584 A detailed guide to mainly, but not limited to, CJK multibyte
585 encodings.
586- Encode/roman8.ucm
587+ Encode/hp-roman8.ucm
588! Byte/Makefile.PL
589! Encode/Supported.pod
590 All occurance of "roman8" replaced with "hp-roman8" to avoid
591 confusion
592! Encode/Supported.pod
593! Encode/mac*.ucm
594! t/Alias.t
595 Mac Encodings now comply the Inside Macintosh
596! t/Alias.t
597 Test for '-raw' conventions added.
598! Encode/Alias.pm
599 aliased gb2312 -> euc-cn, ksc5601 -> euc-kr
600! Encode/gb12345.ucm
601! Encode/gb2312.ucm
602! Encode/ksc5601.ucm
603 "-raw" appended to canonical names.
604 File mames stay unchanged thanks to UCM format.
605! lib/Encode/CN/HZ.pm
606 Patch from Autrijus to fix gb2312 -> gb2312-raw + code linting
607 Message-Id: <20020326035210.GA2091@not.autrijus.org>
5129552c 608
64ffdd5e 6090.99 Tue Mar 26 2002
610- lib/Encode/JP/Const.pm
611+ lib/Encode/CJKConstants.pm
612+ lib/Encode/CN/2022_CN.pm
613+ lib/Encode/KR/2022_KR.pm
614+ t/KR.t
615+ t/gb2312.euc
616+ t/gb2312.ref
617+ t/ksc5601.euc
618+ t/ksc5601.ref
619+ t/table.euc
620+ t/table.ref
621+ ucm2table
622 * Support for ISO-2022-KR and ISO-2022-CN added.
623 * t/KR.t added!
624 * more t/*.{euc,ref} added, which was autogenerated from ucm2table
625 * ucm2table autogenerates character table out of UCM files.
626- engine.c
627+ encengine.c
628- lib/Encode/Supports.pod
629+ lib/Encode/Supported.pod
630 Names reverted due to popular demand.
631 8.3 rule applies only when there is a conflict.
632 Message-Id: <20020325095924.GD44120@not.autrijus.org>
633! */Makefile.PL
634- Encode/*.enc
635+ Encode/*.ucm
636- lib/Tcl*
637- lib/Encode/Format/Enc.pod
638- t/Tcl.t
639 * Character tables is now 100% ucm.
640 * All files under Encode/ is now 8.3-compliant
641 * some of missing encodings added (i.e. gsm0338 and nextstep)
642 * Vendor mappings aggregated with appropriate national std in
643 Makefile.PL, resulting smaller *.so especially for CJK.
644 Following is result on Dan's FreeBSD box.
645 Now Then
646 ---------------------------------------------------------------
647 blib/arch/auto/Encode/Byte/Byte.so 157,279 171,042
648 blib/arch/auto/Encode/CN/CN.so 1,634,476 1,626,685
649 blib/arch/auto/Encode/EBCDIC/EBCDIC.so 18,476 18,476
650 blib/arch/auto/Encode/Encode.so 27,791 27,791
651 blib/arch/auto/Encode/JP/JP.so 1,408,056 1,832,811
652 blib/arch/auto/Encode/KR/KR.so 1,156,518 1,329,587
653 blib/arch/auto/Encode/Symbol/Symbol.so 23,940 20,990
654 blib/arch/auto/Encode/TW/TW.so* 948,761 1,316,437
655 ---------------------------------------------------------------
656 Total 5,375,297 6,343,819
657 Saving 968,522
658 * As a result of ucm-transition, Encode::Tcl dropped because
659 Encode::Tcl demands *.enc.
660 Encode::Tcl will be supplied in a separate tarball with *.enc.
661 Message-Id: <C024E294-3FC3-11D6-8347-00039301D480@dan.co.jp>
662!compile
663-encengine.c
664+encode.c
665!Encode.pm
666-lib/Encode/Supported.pod
667+lib/Encode/Supports.pod
668-lib/Encode/iso10646_1.pm
669+lib/Encode/10646_1.pm
670-lib/Encode/EncFormat.pod
671+lib/Encode/Format/Enc.pod
672 Files renamed 8.3 filename compliance. Affected modules/scripts revised.
673- lib/Encode/JP/Constants.pm
674+ lib/Encode/JP/Consts.pm
675! lib/Encode/JP/JIS.pm
676! lib/Encode/JP/H2Z.pm
677 Version nit problem and 8.3 rule fix.
678 > Package namespace installed latest in CPAN file
679 > Encode::JP::Constants 0.92 1.02 J/JH/JHI/perl-5.7.3.tar.gz
680 was noted by jhi then Dan discovers "Constants.pm" does not comply 8.3
681 rule. Contants.pm renamed to Consts.pm and affected modules are fixed
682 accordingly. In addition, legacy "use vars qw()..." are replaced with
683 "our";
684 Message-Id: <20020325011248.D1561@alpha.hut.fi>
685 Message-Id: <41023D51-3FB5-11D6-8347-00039301D480@dan.co.jp>
686! JP/JP.pm
687- lib/Encode/JP/ISO_2022_JP.pm
688- lib/Encode/JP/ISO_2022_JP_1.pm
689+ lib/Encode/JP/2022_JP.pm
690+ lib/Encode/JP/2022_JP1.pm
691 01234567.012
692 8.3 naming conflict for vanilla fat addressed by jhi
693 Message-Id: <20020324201931.V22596@alpha.hut.fi>
694
695! Encode.xs
696 Typecast fix addressed by jhi
697 Message-Id: <20020324185540.T22596@alpha.hut.fi>
698
a63c962f 6990.98 Mon Mar 25 2002
700! lib/Encode/Supported.pod
701 Further pod fixes
702+ lib/Encode/JP/ISO_2022_JP_1.pm
703! lib/Encode/JP/ISO_2022_JP.pm
704! lib/Encode/JP/JIS.pm
705! JP/JP.pm
706 Now Encode::JP is more strict on the difference between ISO-2022-JP
707 and ISO-2022-JP-1. See JP/JP.pm for details. I hope this move
708 makes Anton happier :) FYI the previous version implements
709 ISO-2022-JP as ISO-2022-JP-1 since it had X0212 support.
710! lib/Encode/Supported.pod
711 Further pod fixes
712! Encode.xs
713 Avoid core-dump in Encode with PERLIO=mmap by NI-S
714 Message-Id: <20020324104139.1326.7@bactrian.ni-s.u-net.com>
715! CN/CN.pm
716! JP/JP.pm
717! KR/KR.pm
718! TW/TW.pm
719! lib/Encode/Suppoted.pod
720 pod fixes to replace F<http://...> to L<http://...>,
721 as suggested by Autrijius in:
722 Message-Id: <20020324083943.GA14901@not.autrijus.org>
723! lib/Encode/Suppoted.pod
724 fixes and enhancements by Anton
725 Message-Id: <10632060120.20020324103753@motor.ru>
726! lib/Encode/Alias.pm
727 > define_alias( qr/^GB[- ]?(\d+)$/i => '"gb$1"' );
728 added. Suggested by Anton then deobfuscated by Autrijius
729 Message-Id: <20020324064455.GA3667@not.autrijus.org>
730! compile
731 Further fix by Nicholas Clark
732 Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
733- lib/EncodeFormat.pod
734+ lib/Encode/EncFormat.pod
735! MANIFEST
736 File renamed as suggested by Autrijius
737! Encode.pm
738! lib/Encode/Details.pod
739! lib/Encode/Supported.pod Sun Mar 24 13:29:35 2002
740! Encode.pm Sun Mar 24 13:43:47 2002
741 pod fixes by Autrijius.
742 Message-Id: <20020324062804.GA3595@not.autrijus.org>
743 Message-Id: <20020324075627.GB11986@not.autrijus.org>
744! t/Alias.t
745! lib/Encode/Alias.pm
746! Encode.pm
747 now more EBCDIC conscious;
748 %ExtModules on EBCDIC system excludes CJK so that you don't
749 have to worry about the matched alias resulting cloaking.
750 t/Alias.t also revised to reflect changes. Verified by jhi
751 Message-Id: <20020324022929.D22596@alpha.hut.fi>
752
071db25d 7530.97 Sun Mar 24 2002
754! CN/CN.pm
755! KR/KR.pm
756! TW/TW.pm
757 EBCDIC detection mechanism installed as in JP/JP.pm
758 Message-Id: <20020323211847.G19148@alpha.hut.fi>
759! Byte/Makefile.PL
760! CN/Makefile.PL
761! EBCDIC/Makefile.PL
762! JP/Makefile.PL
763! KR/Makefile.PL
764! Symbol/Makefile.PL
765! TW/Makefile.PL
766 Now all table files used by compile are postfixed '_t' to avoid
767 namespace collisions in case insensitive file systems once for all!
768 inspired by:
769 Message-ID: <58290227735.20020323195659@familiehaase.de>
770! t/Aliases.t
771 Since the Encode::JP is unsupported under EBCDIC we
772 cannot run this test (aliases as such should work fine) -- jhi
773 Message-Id: <20020323202119.D19148@alpha.hut.fi>
774! Byte/Makefile.PL
775 duplicate occurance of ascii.ucm and 8859-1.ucm
776 causes MacOS X dlyd to cloak
777! t/CN.t
778! t/Encode.t
779! t/JP.t
780! t/TW.t
781! t/Tcl.t
782 < chdir 't' if -d 't';
783 ---
784 > if (! -d 'blib' and -d 't'){ chdir 't' };
785 When you are "make test"-ing on Encode/ directory, you must not
786 change $ENV{PWD}. t/JP.t has been fixed before but others somehow
787 remain unchanced. Also the situation detection was made simpler
788 in t/JP.t, which was originally;
789 > chdir 't' if -d 't' and $ENV{PWD} !~ m,/Encode[^/]*$,o;
790! Encode.pm
791 "Use of uninitialized value in string eq at Encode.pm line 96."
792! Symbol/Makefile.PL
793! EBCDIC/Makefile.PL
794! AUTHOR
795 -- Problem on case insensitive file systems
796 "coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible"
797 Message-ID: <88254111953.20020323095503@familiehaase.de>
798! compile
799! AUTHOR
800 "So I think it's a bug in gcc, not perl. But it still needs to be
801 worked around."
802 Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
803 Message-Id: <20020323170509.C96475@plum.flirble.org>
804
5129552c 8050.96 Sat Mar 23 2002
806! TW/TW.pm
807! lib/Encode/Encoding.pm
808! lib/Encode/Alias.pm
809! lib/Encode/Supported.pod
810! KR/KR.pm
811 Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
812 Message-ID: <20020322073908.GB10539@blackrider>
813! Makefile.PL
814! Encode.pm
815 "...I think we should include ISO 8859-1 as well." -- NI-S
816 Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
817! JP/JP.pm
818! CN/CN.pm
819! KR/KR.pm
820! TW/TW.pm
821! lib/Encode/Alias.pm
822 alias definitions relocated to Encode::Alias so module autoloading
823 works for aliases also.
824! Encode.pm
825 encodings() now accepts args to check ExtModules.
826+ Byte/Byte.pm
827+ Byte/Makefile.PL
828+ EBCDIC/EBCDIC.pm
829+ EBCDIC/Makefile.PL
830+ Symbol/Makefile.PL
831+ Symbol/Symbol.pm
832! Encode.pm
833! Encode.xs
834 Latin and single byte encodings are reorganized so they are
835 demand-loaded like Encode::XX. Now only ascii is compiled into
836 Encode itself.
837! lib/Encode/Alias.pm
838 for my $k (keys %hash){ delete $hash{$k}; }
839 is depreciated; fixed.
840
8410.95 Fri Mar 22 2002
5d030b67 842 In this update, pod rewrites and alias fixes are the main issues
843+ lib/Encode/Supported.pod
844 Describes supported encodings
845! Makefile.PL
846 streamlined compiled-in encodings.
847! lib/Encode/Description.pod -> lib/Encode/Details.pod
848 Renamed.
849+ Encode/ibm-125?.ucm
850 Added from icu distibution with any occurance of
851 "IBM-125?" to "cp125?". Filenames remain unchanged to pay
852 some respect to icu staff, however.
853+ lib/Encode/Alias.pm
854! Encode.pm
855 Alias difinitions in Encode.pm relocated.
856! AUTHORS
857! Encode.xs
858 packWARN patch from Paul Marquess via jhi
859 Message-Id: <20020321010101.O28978@alpha.hut.fi>
860 Paul added to AUTHORS as a result.
861! t/CJKalias.t -> t/Aliases.t
862 Renamed. Checks even more aliases and alias overloading
863! Encode.pm
864! CN/CN.pm
865 duplicate alias for ujis => euc-jp removed (Encode::JP has one)
866 gbk => cp936 relocated to CN.pm
867! t/CJKalias.t
868 Test::More with plans (by jhi)
5129552c 869
1b2c56c8 8700.94 Thu Mar 21 2002
871+ lib/Encode/Description.pod
872! lib/Encode/Encoding.pm
873 Now the pod in Encode.pm is abridged as programming references.
874 lib/Encode/Description.pod contains the original, detailed description
875 and Encode::Encoding explains how to write your own module to
876 add new encodings. So far, lib/Encode/Description.pod contains
877 the whole pod once in Encode.pm. This is intentional.
878! Encode.pm
879 Pod revisions by Anton Tagunov
880 Message-Id: <517178431.20020320174824@motor.ru>
881! lib/Encode/Tcl.pm
882 all occrance of Encode::Tcl::Extended removed including pod
883! t/CJKalias.t
884 test now checks $encoding->name only; $encoding->{name} are
885 no longer check to find the canonical name.
886! lib/Encode/JP/JIS.pm
887! lib/Encode/JP/ISO_2022_JP.pm
888 ->name() added to be more compliant with API
889! CN/CN.pm
890! JP/JP.pm
891! KR/KR.pm
892! TW/TW.pm
893! t/CJKalias.t
894 Patch by Autrijus to add aliases to TW and fixes to POD
895 Message-Id: <20020320090619.GA24774@not.autrijus.org>
896! AUTHORS
897 SADAHIRO Tomoyuki added as should. My apologies.
898
fab31126 8990.93 Wed Mar 20 2002
900* First release to be uploaded to CPAN. For prehistoric changes,
901 please see Changes file of perl distibution as well as
902 perl-unicode@perl.org archive, available at:
903 http://archive.develooper.com/perl-unicode@perl.org/
904
905 Changes Since 0.92 includes;
906+ Changes
907+ AUTHORS
908! Encode.pm
909! README
910 + Mention to perl-unicode@perl.org added
911! JP/JP.pm
912 + Encoding aliases added so you can feed locale names
913 and MIME Charset="" directly.
914 - Mention to JISX0212 removed because it's fixed
915! CN/CN.pm
916! KR/KR.pm
917 + Encoding aliases added. Note TW is left untouched because
918 euc-tw is not implemented in TW but in Encode::HanExtra.
919 Autrijus, you may fix Encode::HanExtra.
920+ t/CJKalias.t
921 + to test encode aliases added