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