79566f1d7756874435bdd9ccc6242b2ab65fdafe
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Graham Barr         <gbarr@ti.com>
24     Spider Boardman     <spider@orb.nashua.nh.us>
25     Tom Christiansen    <tchrist@perl.com>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@chapin.edu>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
53     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
54     Tim Bunce           <Tim.Bunce@ig.co.uk>
55     Andy Dougherty      <doughera@lafcol.lafayette.edu>
56     Gurusamy Sarathy    <gsar@engin.umich.edu>
57     Chip Salzenberg     <chip@perl.com>
58
59 And, of course, the Author of Perl:
60
61     Larry Wall          <larry@wall.org>
62
63
64 NOTE: Each change entry shows the change number; who checked it into the
65 repository; when; description of the change; which branch the change
66 happened in; and the affected files.  The file lists have a short symbolic
67 indicator:
68
69             !       modified
70             +       added
71             -       deleted
72             +>      branched (from elsewhere)
73             !>      merged changes (from elsewhere)
74
75
76 ----------------
77 Version 5.005_51        Development release working toward 5.006
78 ----------------
79
80 ____________________________________________________________________________
81 [  1775] By: gsar                                  on 1998/08/09  14:35:33
82         Log: tweak warning test
83      Branch: perl
84            ! t/pragma/warn-toke
85 ____________________________________________________________________________
86 [  1774] By: gsar                                  on 1998/08/09  14:13:46
87         Log: add missing dTHR; notes for test failures due to small stacksize
88      Branch: perl
89            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
90            ! toke.c universal.c util.c
91 ____________________________________________________________________________
92 [  1773] By: gsar                                  on 1998/08/09  11:31:53
93         Log: lexical warnings; tweaks to places that didn't apply correctly
94              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
95              Date:    Wed, 29 Jul 1998 09:28:45 BST
96              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
97              Subject: lexical warnings patch for 5.005_50
98      Branch: perl
99            + README.lexwarn lib/warning.pm t/pragma/warn-2use
100            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
101            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
102            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
103            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
104            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
105            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
106            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
107            + warning.h warning.pl
108            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
109            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
110            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
111            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
112            ! universal.c util.c
113 ____________________________________________________________________________
114 [  1772] By: gsar                                  on 1998/08/08  23:06:00
115         Log: bump patchlevel to 5.005_51
116      Branch: perl
117            ! patchlevel.h win32/Makefile win32/config_H.bc
118            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
119 ____________________________________________________________________________
120 [  1771] By: gsar                                  on 1998/08/08  23:01:57
121         Log: fix bogus warning on "\x{123}"
122              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
123              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
124              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
125              Subject: [5.005_50 PATCH] Some unicode problems
126      Branch: perl
127            ! regcomp.c toke.c
128 ____________________________________________________________________________
129 [  1770] By: gsar                                  on 1998/08/08  22:56:55
130         Log: hide dup symbol for static build of ext/re
131              From: Dominic Dunlop <domo@ppp72.vo.lu>
132              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
133              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
134              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
135      Branch: perl
136            ! regcomp.c
137 ____________________________________________________________________________
138 [  1769] By: gsar                                  on 1998/08/08  22:45:06
139         Log: fix double free on -Mutf8 -e '$b=uc("")'
140              From: larry@wall.org (Larry Wall)
141              Date: Fri, 7 Aug 1998 14:42:43 -0700
142              Message-Id: <199808072142.OAA14920@wall.org>
143              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
144      Branch: perl
145            ! pp.c
146 ____________________________________________________________________________
147 [  1768] By: gsar                                  on 1998/08/08  22:42:29
148         Log: substr() assumes utf8 without say-so
149              From: larry@wall.org (Larry Wall)
150              Date: Fri, 7 Aug 1998 12:25:12 -0700
151              Message-Id: <199808071925.MAA13436@wall.org>
152              Subject: [PATCH 5.005_50] substr bug?
153      Branch: perl
154            ! pp.c
155 ____________________________________________________________________________
156 [  1767] By: gsar                                  on 1998/08/08  22:38:25
157         Log: fix intolerance of SWASHes for blank lines
158              From: Gisle Aas <aas@sn.no>
159              Date: 06 Aug 1998 23:28:57 +0200
160              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
161              Subject: Re: Re[2]: another joyride begins
162      Branch: perl
163            ! lib/utf8_heavy.pl
164 ____________________________________________________________________________
165 [  1766] By: gsar                                  on 1998/08/08  22:33:10
166         Log: utf8 doc tweak
167              From: Gisle Aas <aas@sn.no>
168              Date: 05 Aug 1998 00:41:04 +0200
169              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
170              Subject: Matching clumps
171      Branch: perl
172            ! lib/utf8.pm
173 ____________________________________________________________________________
174 [  1765] By: gsar                                  on 1998/08/08  22:31:37
175         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
176              From: Gisle Aas <aas@sn.no>
177              Date: 04 Aug 1998 22:56:11 +0200
178              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
179              Subject: Re: another joyride begins
180      Branch: perl
181            ! lib/utf8_heavy.pl
182 ____________________________________________________________________________
183 [  1764] By: gsar                                  on 1998/08/08  22:28:43
184         Log: From: larry@wall.org (Larry Wall)
185              Date: Tue, 4 Aug 1998 17:04:51 -0700
186              Message-Id: <199808050004.RAA22592@wall.org>
187              Subject: [PATCH 5.005_50] \pX not implemented!
188      Branch: perl
189            ! regcomp.c
190 ____________________________________________________________________________
191 [  1763] By: gsar                                  on 1998/08/08  22:27:15
192         Log: From: Stephen McCamant <alias@mcs.com>
193              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
194              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
195              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
196      Branch: perl
197            ! op.c
198 ____________________________________________________________________________
199 [  1762] By: gsar                                  on 1998/08/08  22:26:09
200         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
201              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
202              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
203              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
204      Branch: perl
205            + t/op/grent.t t/op/pwent.t
206            ! MANIFEST
207 ____________________________________________________________________________
208 [  1761] By: gsar                                  on 1998/08/08  22:21:52
209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
210              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
211              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
212              Subject: [5.005_50 PATCH] misprint in RE engine
213      Branch: perl
214            ! regexec.c t/op/re_tests
215 ____________________________________________________________________________
216 [  1760] By: gsar                                  on 1998/08/08  22:18:54
217         Log: integrate maint-5.005 changes into mainline
218      Branch: perl
219           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
220           !> (integrate 138 files)
221 ____________________________________________________________________________
222 [  1672] By: gsar                                  on 1998/07/27  18:35:28
223         Log: create new Changes
224      Branch: perl
225            + Changes
226            ! Changes5.005 MANIFEST
227 ____________________________________________________________________________
228 [  1671] By: gsar                                  on 1998/07/27  18:30:57
229         Log: rename Changes --> Changes5.005
230      Branch: perl
231           +> Changes5.005
232            - Changes
233 ____________________________________________________________________________
234 [  1670] By: gsar                                  on 1998/07/27  18:10:14
235         Log: integrate 5.005_01 changes from maint
236      Branch: perl
237            ! Changes
238           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
239           !> win32/win32.c
240 ____________________________________________________________________________
241 [  1667] By: nick                                  on 1998/07/26  14:31:01
242         Log: Add dTHR so that it compiles miniperl in threaded mode
243      Branch: perl
244            ! doop.c mg.c regcomp.c regexec.c
245 ____________________________________________________________________________
246 [  1666] By: nick                                  on 1998/07/26  13:01:10
247         Log: Resolve ansiperl against mainline (@1648?)
248              Unclear that change number has "taken".
249      Branch: ansiperl
250           +> (branch 169 files)
251            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
252           !> (integrate 131 files)
253
254 ----------------
255 Version 5.005_50
256 ----------------
257
258 ____________________________________________________________________________
259 [  1665] By: gsar                                  on 1998/07/26  05:38:48
260         Log: add trailing newline to file
261      Branch: perl
262            ! Changes lib/unicode/blocks.txt
263 ____________________________________________________________________________
264 [  1664] By: gsar                                  on 1998/07/26  05:08:48
265         Log: integrate proto.h additions from maint-5.005
266      Branch: perl
267           !> pod/perlhist.pod proto.h
268 ____________________________________________________________________________
269 [  1663] By: gsar                                  on 1998/07/26  05:07:05
270         Log: add new files to MANIFEST; add missing prototypes to proto.h;
271              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
272              add typecasts to silence warnings; tweaks for win32 builds
273      Branch: perl
274            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
275            ! win32/Makefile win32/makefile.mk
276 ____________________________________________________________________________
277 [  1662] By: gsar                                  on 1998/07/26  05:01:52
278         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
279      Branch: maint-5.005/perl
280            ! pod/perlhist.pod proto.h
281 ____________________________________________________________________________
282 [  1661] By: gsar                                  on 1998/07/26  02:52:48
283         Log: up patchlevel to 5.005_50
284      Branch: perl
285            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
286            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
287 ____________________________________________________________________________
288 [  1660] By: gsar                                  on 1998/07/26  02:43:57
289         Log: integrate utfperl
290      Branch: perl
291           +> (branch 162 files)
292           !> (integrate 29 files)
293 ____________________________________________________________________________
294 [  1659] By: gsar                                  on 1998/07/26  02:38:22
295         Log: integrate maint-5.005 changes
296      Branch: perl
297           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
298           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
299           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
300           !> vms/descrip_mms.template vms/subconfigure.com
301 ____________________________________________________________________________
302 [  1658] By: gsar                                  on 1998/07/26  02:23:46
303         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
304              Date: Fri, 24 Jul 1998 11:38:25 -0700
305              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
306              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
307              --
308              Date: Fri, 24 Jul 1998 12:30:36 -0700
309              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
310              Subject: [PATCH 5.005]Tweaks to README.vms
311              --
312              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
313              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
314              Subject: [PATCH 5.005] Final build cleanup patch
315      Branch: maint-5.005/perl
316            ! README.vms vms/descrip_mms.template vms/subconfigure.com
317 ____________________________________________________________________________
318 [  1657] By: gsar                                  on 1998/07/26  02:19:50
319         Log: another platform where pp_sselect() needs a whole fd_set buffer
320              From: Lupe Christoph <lupe@alanya.m.isar.de>
321              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
322              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
323              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
324      Branch: maint-5.005/perl
325            ! pp_sys.c
326 ____________________________________________________________________________
327 [  1656] By: gsar                                  on 1998/07/26  02:12:46
328         Log: fix problem building modules on dos-djgpp
329              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
330              Date: Sat, 25 Jul 1998 00:53:39 +0200
331              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
332              Subject: [PATCH 5.005] dos-djgpp and modules problem
333      Branch: maint-5.005/perl
334            ! djgpp/fixpmain
335 ____________________________________________________________________________
336 [  1655] By: gsar                                  on 1998/07/26  02:11:09
337         Log: From: Tom Spindler <dogcow@home.merit.edu>
338              Date: Wed, 22 Jul 1998 16:11:07 -0400
339              Message-ID: <19980722161107.A16813@home.merit.edu>
340              Subject: [PATCH 5.005] BeOS tweak
341      Branch: maint-5.005/perl
342            ! hints/beos.sh
343 ____________________________________________________________________________
344 [  1654] By: gsar                                  on 1998/07/26  02:09:29
345         Log: various pod tweaks
346      Branch: maint-5.005/perl
347            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
348            ! pod/perltoc.pod
349 ____________________________________________________________________________
350 [  1653] By: gsar                                  on 1998/07/26  02:05:46
351         Log: fix emacs/ptags for PL_* changes
352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
353              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
354              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
355              Subject: [PATCH 5.004_76] Yet better ptags
356      Branch: maint-5.005/perl
357            ! emacs/ptags
358 ____________________________________________________________________________
359 [  1652] By: gsar                                  on 1998/07/26  02:03:01
360         Log: fix behavior of <=> on bigints
361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
362              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
363              Date: Fri, 24 Jul 1998 18:29:53 +0100
364              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
365      Branch: maint-5.005/perl
366            ! lib/Math/BigInt.pm t/lib/bigintpm.t
367 ____________________________________________________________________________
368 [  1651] By: larry                                 on 1998/07/24  05:44:33
369         Log: Here are the long-expected Unicode/UTF-8 modifications.
370      Branch: utfperl
371            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
372            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
373            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
374            + lib/unicode/Decomposition.pl
375            + lib/unicode/In/AlphabeticPresentationForms.pl
376            + lib/unicode/In/Arabic.pl
377            + lib/unicode/In/ArabicPresentationForms-A.pl
378            + lib/unicode/In/ArabicPresentationForms-B.pl
379            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
380            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
381            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
382            + lib/unicode/In/BoxDrawing.pl
383            + lib/unicode/In/CJKCompatibility.pl
384            + lib/unicode/In/CJKCompatibilityForms.pl
385            + lib/unicode/In/CJKCompatibilityIdeographs.pl
386            + lib/unicode/In/CJKSymbolsandPunctuation.pl
387            + lib/unicode/In/CJKUnifiedIdeographs.pl
388            + lib/unicode/In/CombiningDiacriticalMarks.pl
389            + lib/unicode/In/CombiningHalfMarks.pl
390            + lib/unicode/In/CombiningMarksforSymbols.pl
391            + lib/unicode/In/ControlPictures.pl
392            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
393            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
394            + lib/unicode/In/EnclosedAlphanumerics.pl
395            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
396            + lib/unicode/In/GeneralPunctuation.pl
397            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
398            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
399            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
400            + lib/unicode/In/HalfwidthandFullwidthForms.pl
401            + lib/unicode/In/HangulCompatibilityJamo.pl
402            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
403            + lib/unicode/In/Hebrew.pl
404            + lib/unicode/In/HighPrivateUseSurrogates.pl
405            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
406            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
407            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
408            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
409            + lib/unicode/In/LatinExtended-A.pl
410            + lib/unicode/In/LatinExtended-B.pl
411            + lib/unicode/In/LatinExtendedAdditional.pl
412            + lib/unicode/In/LetterlikeSymbols.pl
413            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
414            + lib/unicode/In/MathematicalOperators.pl
415            + lib/unicode/In/MiscellaneousSymbols.pl
416            + lib/unicode/In/MiscellaneousTechnical.pl
417            + lib/unicode/In/NumberForms.pl
418            + lib/unicode/In/OpticalCharacterRecognition.pl
419            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
420            + lib/unicode/In/SmallFormVariants.pl
421            + lib/unicode/In/SpacingModifierLetters.pl
422            + lib/unicode/In/Specials.pl
423            + lib/unicode/In/SuperscriptsandSubscripts.pl
424            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
425            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
426            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
427            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
428            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
429            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
430            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
431            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
432            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
433            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
434            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
435            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
436            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
437            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
438            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
439            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
440            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
441            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
442            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
443            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
444            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
445            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
446            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
447            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
448            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
449            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
450            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
451            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
452            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
453            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
454            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
455            + lib/unicode/JamoShort.pl lib/unicode/Makefile
456            + lib/unicode/Name.pl lib/unicode/Number.pl
457            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
458            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
459            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
460            + lib/unicode/blocks.txt lib/unicode/index2.txt
461            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
462            + lib/unicode/names2.txt lib/unicode/props2.txt
463            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
464            + utf8.c utf8.h
465            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
466            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
467            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
468            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
469            ! t/op/vec.t toke.c util.c vms/vmsish.h
470 ____________________________________________________________________________
471 [  1650] By: gsar                                  on 1998/07/24  04:06:48
472         Log: create utfperl branch
473      Branch: utfperl
474           +> (branch 1079 files)
475 ____________________________________________________________________________
476 [  1649] By: gsar                                  on 1998/07/24  03:56:56
477         Log: create maint-5.005 branch
478      Branch: maint-5.005/perl
479           +> (branch 1079 files)
480 ____________________________________________________________________________
481 [  1648] By: gsar                                  on 1998/07/24  03:36:35
482         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
483      Branch: perl
484            ! Changes
485