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