fix win32_stat() to do the right thing for share names
[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_52        Development release working toward 5.006
78 ----------------
79
80 ____________________________________________________________________________
81 [  1889] By: gsar                                  on 1998/09/25  07:13:13
82         Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
83              for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
84              of full-fledged 64-bit support (including support for: fseeko/ftello,
85              Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
86              in Fcntl)
87              From: Jarkko Hietaniemi <jhi@iki.fi>
88              Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
89              Message-Id: <199809112056.XAA04720@alpha.hut.fi>
90              Subject: [PATCH] 5.005_51: Configure "Massive Attack"
91              --
92              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
93              Date: 12 Sep 1998 09:44:25 +0300
94              Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
95              Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
96      Branch: perl
97            + lib/filetest.pm
98            ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
99            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
100            ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
101            ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
102            ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
103            ! win32/makedef.pl
104 ____________________________________________________________________________
105 [  1888] By: gsar                                  on 1998/09/25  06:27:12
106         Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
107      Branch: perl
108            ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
109            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
110            ! win32/makedef.pl win32/makefile.mk win32/win32.c
111 ____________________________________________________________________________
112 [  1887] By: gsar                                  on 1998/09/25  04:50:49
113         Log: win32.c tweak
114      Branch: perl
115            ! win32/win32.c
116 ____________________________________________________________________________
117 [  1886] By: gsar                                  on 1998/09/25  04:47:32
118         Log: s/MAKEMAKEROPT/PERL_MM_OPT/
119      Branch: perl
120            ! lib/ExtUtils/MakeMaker.pm
121 ____________________________________________________________________________
122 [  1885] By: gsar                                  on 1998/09/25  04:05:09
123         Log: From: Dominic Dunlop <domo@vo.lu>
124              Date: Thu, 10 Sep 1998 11:02:46 +0000
125              Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
126              Subject: MM_Unix::canonpath erroneously turns leading // into /
127      Branch: perl
128            ! lib/ExtUtils/MM_Unix.pm
129 ____________________________________________________________________________
130 [  1884] By: gsar                                  on 1998/09/25  03:06:10
131         Log: temporarily disable perl malloc for a2p until we clean up
132              conflicting malloc() declarations everywhere
133      Branch: perl
134            ! x2p/Makefile.SH
135 ____________________________________________________________________________
136 [  1883] By: gsar                                  on 1998/09/25  02:27:00
137         Log: remove obsolete win32/bin/*.pl
138      Branch: perl
139            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
140            ! Changes MANIFEST win32/Makefile win32/makefile.mk
141 ____________________________________________________________________________
142 [  1882] By: gsar                                  on 1998/09/25  02:04:43
143         Log: missing file in last submit
144      Branch: perl
145            ! proto.h
146 ____________________________________________________________________________
147 [  1881] By: gsar                                  on 1998/09/25  01:56:54
148         Log: serial access to PL_x[inpr]v_root for USE_THREADS
149      Branch: perl
150            ! sv.c
151 ____________________________________________________________________________
152 [  1880] By: gsar                                  on 1998/09/25  01:19:38
153         Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
154              From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
155              Date: Thu, 24 Sep 1998 22:01:09 +0900
156              Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
157              Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
158      Branch: perl
159            ! hv.c proto.h
160 ____________________________________________________________________________
161 [  1879] By: gsar                                  on 1998/09/25  00:20:07
162         Log: tweaks to enable PERL_OBJECT to build & test on win32
163      Branch: perl
164            ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
165            ! win32/GenCAPI.pl
166 ____________________________________________________________________________
167 [  1878] By: gsar                                  on 1998/09/25  00:13:36
168         Log: fix change#1861, which breaks default boot_xxx symbol generation
169      Branch: perl
170            ! lib/ExtUtils/Mksymlists.pm
171 ____________________________________________________________________________
172 [  1877] By: gsar                                  on 1998/09/24  10:29:54
173         Log: two tweaks for clean build and test on Solaris
174      Branch: perl
175            ! op.c t/op/subst.t
176 ____________________________________________________________________________
177 [  1876] By: gsar                                  on 1998/09/24  09:04:43
178         Log: From: Colin Kuskie <ckuskie@cadence.com>
179              Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
180              Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
181              Subject: [PATCH 5.005_51] perlform.pod
182      Branch: perl
183            ! pod/perlform.pod
184 ____________________________________________________________________________
185 [  1875] By: gsar                                  on 1998/09/24  08:47:47
186         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
187              Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
188              Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
189              Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
190      Branch: perl
191            ! regexec.c
192 ____________________________________________________________________________
193 [  1874] By: gsar                                  on 1998/09/24  08:44:55
194         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
195              Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
196              Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
197              Subject: Re: your Regexp.patch dated 21.8 [PATCH]
198      Branch: perl
199            ! toke.c
200 ____________________________________________________________________________
201 [  1873] By: gsar                                  on 1998/09/24  08:39:41
202         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
203              Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
204              Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
205              Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
206      Branch: perl
207            ! Changes regcomp.c
208 ____________________________________________________________________________
209 [  1872] By: gsar                                  on 1998/09/24  08:37:00
210         Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
211              Date: Sun, 23 Aug 1998 23:18:38 PDT
212              Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
213              Subject: new irix_6.sh hints file
214      Branch: perl
215            ! hints/irix_6.sh
216 ____________________________________________________________________________
217 [  1871] By: gsar                                  on 1998/09/24  07:26:37
218         Log: correct FSF address in various places
219      Branch: perl
220            ! Copying README ext/B/README lib/Getopt/Long.pm
221 ____________________________________________________________________________
222 [  1870] By: gsar                                  on 1998/09/24  07:11:56
223         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
224              Date:    Fri, 14 Aug 1998 09:20:16 PDT
225              Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
226              Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
227      Branch: perl
228            ! configure.com
229 ____________________________________________________________________________
230 [  1869] By: gsar                                  on 1998/09/24  06:55:59
231         Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
232              From:    Scott Henry <scotth@sgi.com>
233              Date:    13 Aug 1998 09:52:15 PDT
234              Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
235              Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
236      Branch: perl
237            ! hints/irix_6.sh
238 ____________________________________________________________________________
239 [  1868] By: gsar                                  on 1998/09/24  06:51:23
240         Log: From:    Nathan Torkington <gnat@frii.com>
241              Date:    Thu, 13 Aug 1998 10:59:48 MDT
242              Message-Id: <199808131659.KAA06179@prometheus.frii.com>
243              Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
244      Branch: perl
245            ! pod/perlfunc.pod
246 ____________________________________________________________________________
247 [  1867] By: gsar                                  on 1998/09/24  06:45:13
248         Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
249              that are autoloaded)
250      Branch: perl
251            ! pp_ctl.c
252 ____________________________________________________________________________
253 [  1866] By: gsar                                  on 1998/09/24  05:21:19
254         Log: grandfather deprecated "$$<digit>" no more
255      Branch: perl
256            ! pod/perldiag.pod toke.c
257 ____________________________________________________________________________
258 [  1865] By: gsar                                  on 1998/09/24  04:52:48
259         Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
260              low bits (suggested by Ilya Zakharevich)
261      Branch: perl
262            ! hv.h
263 ____________________________________________________________________________
264 [  1864] By: gsar                                  on 1998/09/24  04:29:14
265         Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
266              perly_c.diff
267      Branch: perl
268            ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
269            ! perly_c.diff toke.c
270 ____________________________________________________________________________
271 [  1863] By: gsar                                  on 1998/09/24  03:36:30
272         Log: provide locked access to string table for USE_THREADS
273      Branch: perl
274            ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
275 ____________________________________________________________________________
276 [  1862] By: gsar                                  on 1998/09/24  03:30:32
277         Log: remove bogus warn()
278      Branch: perl
279            ! embed.pl
280 ____________________________________________________________________________
281 [  1861] By: gsar                                  on 1998/09/24  02:58:51
282         Log: applied suggested patch, adapted for all platforms
283              From: jan.dubois@ibm.net (Jan Dubois)
284              Date: Sun, 20 Sep 1998 12:56:38 +0200
285              Message-ID: <3604de0c.12319885@smtp1.ibm.net>
286              Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
287      Branch: perl
288            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
289            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
290            ! lib/ExtUtils/MakeMaker.pm
291 ____________________________________________________________________________
292 [  1860] By: gsar                                  on 1998/09/24  02:16:14
293         Log: upgrade to CPAN-1.40
294      Branch: perl
295            ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
296 ____________________________________________________________________________
297 [  1859] By: gsar                                  on 1998/09/24  02:08:59
298         Log: use $ENV{MAKEMAKEROPT} to set default command line args
299      Branch: perl
300            ! lib/ExtUtils/MakeMaker.pm
301 ____________________________________________________________________________
302 [  1857] By: gsar                                  on 1998/09/23  10:58:36
303         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
304              Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
305              Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
306              Subject: More verbose Test::Harness [PATCH]
307      Branch: perl
308            ! lib/Test/Harness.pm
309 ____________________________________________________________________________
310 [  1856] By: gsar                                  on 1998/09/23  10:56:24
311         Log: update hints for OPENSTEP 4.2 on i386
312              From: Gerben Wierda <Gerben_Wierda@RnA.nl>
313              Date: Sun, 20 Sep 1998 01:03:18 +0200
314              Message-Id: <9809192303.AA29190@Spike>
315              Subject: Perl 5.005_02 compilation problems
316      Branch: perl
317            ! hints/next_4.sh
318 ____________________________________________________________________________
319 [  1855] By: gsar                                  on 1998/09/23  10:52:27
320         Log: reset errno after C<require> search (as suggested by Larry)
321      Branch: perl
322            ! pp_ctl.c
323 ____________________________________________________________________________
324 [  1854] By: gsar                                  on 1998/09/23  10:50:26
325         Log: misc pod tweaks
326      Branch: perl
327            ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
328 ____________________________________________________________________________
329 [  1853] By: gsar                                  on 1998/09/23  10:46:06
330         Log: make Pod/Html.pm handle the --title option properly (as suggested
331              by gml4410@ggr.co.uk)
332      Branch: perl
333            ! lib/Pod/Html.pm
334 ____________________________________________________________________________
335 [  1852] By: gsar                                  on 1998/09/23  10:41:39
336         Log: SSNEW() API for allocating memory on the savestack
337              From: Albert Dvornik <bert@genscan.com>
338              Date: 17 Sep 1998 19:23:07 -0400
339              Message-Id: <tqemtae338.fsf@puma.genscan.com>
340              Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
341      Branch: perl
342            ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
343            ! perl.h proto.h scope.c scope.h t/io/tell.t
344 ____________________________________________________________________________
345 [  1851] By: gsar                                  on 1998/09/23  10:37:05
346         Log: From: Jochen Wiedmann <joe@ispsoft.de>
347              Date: Thu, 17 Sep 1998 17:16:06 +0200
348              Message-ID: <360127B6.E44564A@ispsoft.de>
349              Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
350      Branch: perl
351            ! lib/ExtUtils/MakeMaker.pm
352 ____________________________________________________________________________
353 [  1850] By: gsar                                  on 1998/09/23  10:33:05
354         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
355              Date: 15 Sep 1998 01:32:31 +0200
356              Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
357              Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
358      Branch: perl
359            ! lib/ExtUtils/MM_Unix.pm
360 ____________________________________________________________________________
361 [  1849] By: gsar                                  on 1998/09/23  10:29:04
362         Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
363              Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
364              Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
365              Subject: Re: extralibs.ld problem in MM_VMS.pm
366      Branch: perl
367            ! lib/ExtUtils/MM_VMS.pm
368 ____________________________________________________________________________
369 [  1848] By: gsar                                  on 1998/09/23  10:25:24
370         Log: From: Roderick Schertler <roderick@argon.org>
371              Date: 11 Sep 1998 16:19:21 -0400
372              Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
373              Subject: Re: Open2 and memory leaks
374      Branch: perl
375            ! lib/IPC/Open3.pm
376 ____________________________________________________________________________
377 [  1847] By: gsar                                  on 1998/09/23  10:18:31
378         Log: From: Roderick Schertler <roderick@argon.org>
379              Date: Wed, 09 Sep 1998 23:52:48 -0400
380              Message-ID: <20567.905399568@eeyore.ibcinc.com>
381              Subject: seed srand from /dev/urandom when possible
382      Branch: perl
383            ! pod/perlfunc.pod pp.c
384 ____________________________________________________________________________
385 [  1846] By: gsar                                  on 1998/09/23  10:12:22
386         Log: From: Roderick Schertler <roderick@argon.org>
387              Date: Thu, 10 Sep 1998 00:32:17 -0400
388              Message-ID: <21142.905401937@eeyore.ibcinc.com>
389              Subject: doc update for crypt()'s salt
390      Branch: perl
391            ! pod/perlfunc.pod
392 ____________________________________________________________________________
393 [  1845] By: gsar                                  on 1998/09/23  10:09:23
394         Log: fix h2ph handling of C<#error "foo">
395              From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
396              Date: Thu, 10 Sep 1998 09:59:33 +0900
397              Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
398              Subject: [5.005_02] h2ph problem
399      Branch: perl
400            ! utils/h2ph.PL
401 ____________________________________________________________________________
402 [  1844] By: gsar                                  on 1998/09/23  10:06:13
403         Log: plug strictly private function leaks in API listing
404      Branch: perl
405            ! pod/perlguts.pod
406 ____________________________________________________________________________
407 [  1843] By: gsar                                  on 1998/09/23  10:02:57
408         Log: hide symbol for static build
409              From: Dominic Dunlop <domo@vo.lu>
410              Date: Tue, 8 Sep 1998 21:40:46 +0000
411              Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
412              Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
413      Branch: perl
414            ! regcomp.c
415 ____________________________________________________________________________
416 [  1842] By: gsar                                  on 1998/09/23  09:52:46
417         Log: define PUT_svindex(), PUT_opindex()
418      Branch: perl
419            ! ext/B/B/Assembler.pm
420 ____________________________________________________________________________
421 [  1841] By: gsar                                  on 1998/09/23  09:44:25
422         Log: From: Dominic Dunlop <domo@vo.lu>
423              Date: Tue, 8 Sep 1998 15:34:53 +0000
424              Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
425              Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
426      Branch: perl
427            ! t/pragma/warn/regexec
428 ____________________________________________________________________________
429 [  1840] By: gsar                                  on 1998/09/23  09:42:17
430         Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
431      Branch: perl
432            ! win32/bin/pl2bat.pl
433 ____________________________________________________________________________
434 [  1839] By: gsar                                  on 1998/09/23  09:38:18
435         Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
436              Date: Mon, 7 Sep 1998 17:36:09 +0900
437              Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
438              Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
439      Branch: perl
440            ! ext/Thread/Thread.xs
441 ____________________________________________________________________________
442 [  1838] By: gsar                                  on 1998/09/23  09:21:11
443         Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
444              Date: Thu, 10 Sep 1998 00:02:07 -0400
445              Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
446              Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
447      Branch: perl
448            + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
449            + vos/config.h vos/config_h.SH_orig vos/perl.bind
450            + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
451            ! MANIFEST perl.c perl.h pod/perlport.pod
452 ____________________________________________________________________________
453 [  1837] By: gsar                                  on 1998/09/23  08:45:58
454         Log: (via private mail)
455              From: Charles Bailey <BAILEY@newman.upenn.edu>
456              Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
457              Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
458              Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
459      Branch: perl
460            ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
461            ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
462            ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
463            ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
464            ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
465            ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
466            ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
467            ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
468            ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
469            ! vms/writemain.pl
470 ____________________________________________________________________________
471 [  1836] By: gsar                                  on 1998/09/23  08:17:42
472         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
473              Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
474              Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
475              Subject: [PATCH 5.005_*] OS/2 spawning typos
476      Branch: perl
477            ! os2/os2.c
478 ____________________________________________________________________________
479 [  1835] By: gsar                                  on 1998/09/23  08:09:55
480         Log: warn on C<my($foo,$foo)>
481      Branch: perl
482            ! op.c pod/perldiag.pod
483 ____________________________________________________________________________
484 [  1834] By: gsar                                  on 1998/09/23  07:35:56
485         Log: From: pvhp@forte.com (Peter Prymmer)
486              Date: Fri, 4 Sep 98 13:27:41 PDT
487              Message-Id: <9809042027.AA04463@forte.com>
488              Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
489      Branch: perl
490            ! README.vms
491 ____________________________________________________________________________
492 [  1833] By: gsar                                  on 1998/09/23  07:27:34
493         Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
494              Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
495              Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
496              Subject: PATCH: 5.005_02 hint/hpux.sh
497      Branch: perl
498            ! hints/hpux.sh
499 ____________________________________________________________________________
500 [  1832] By: gsar                                  on 1998/09/23  07:22:40
501         Log: fix (some) installhtml bugs
502              From: Larry Parmelee <parmelee@CS.Cornell.EDU>
503              Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
504              Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
505              Subject: installhtml script needs work
506      Branch: perl
507            ! installhtml
508 ____________________________________________________________________________
509 [  1831] By: gsar                                  on 1998/09/23  07:19:30
510         Log: document 'U' magic with examples
511              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
512              Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
513              Message-Id: <199809011455.PAA00631@sale-wts>
514              Subject: Re: Looking for some XS MAGIC examples...
515      Branch: perl
516            ! pod/perlguts.pod
517 ____________________________________________________________________________
518 [  1830] By: gsar                                  on 1998/09/23  07:16:43
519         Log: From: pvhp@forte.com (Peter Prymmer)
520              Date: Mon, 31 Aug 98 17:13:49 PDT
521              Message-Id: <9809010013.AA06737@forte.com>
522              Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
523      Branch: perl
524            ! README.os390
525 ____________________________________________________________________________
526 [  1829] By: gsar                                  on 1998/09/23  07:15:08
527         Log: fix problematic typecast in filter_del()
528              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
529              Date: Mon, 31 Aug 1998 21:13:11 GMT
530              Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
531              Subject: perl5.005_02 does not build on Cray T90
532      Branch: perl
533            ! toke.c
534 ____________________________________________________________________________
535 [  1828] By: gsar                                  on 1998/09/23  07:11:34
536         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
537              Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
538              Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
539              Subject: [PATCH 5.005_5*] (?>) broken in RE
540      Branch: perl
541            ! regexec.c t/op/re_tests
542 ____________________________________________________________________________
543 [  1827] By: gsar                                  on 1998/09/23  07:09:50
544         Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
545      Branch: perl
546            ! t/op/grent.t t/op/groups.t
547 ____________________________________________________________________________
548 [  1826] By: gsar                                  on 1998/09/23  07:03:16
549         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
550              Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
551              Message-Id: <199808121941.WAA06263@alpha.hut.fi>
552              Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
553      Branch: perl
554            - interp.sym
555            ! MANIFEST Makefile.SH embed.pl perl_exp.SH
556 ____________________________________________________________________________
557 [  1825] By: gsar                                  on 1998/09/23  06:56:40
558         Log: re-introduce change#1703
559      Branch: perl
560            ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
561 ____________________________________________________________________________
562 [  1824] By: gsar                                  on 1998/09/23  06:44:19
563         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
564              Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
565              Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
566              Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
567      Branch: perl
568            ! lib/perl5db.pl
569 ____________________________________________________________________________
570 [  1823] By: gsar                                  on 1998/09/23  06:41:34
571         Log: From: Joe Buehler <jhpb@hekimian.com>
572              Date: 29 Aug 1998 17:13:28 -0400
573              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
574              Subject: patches for perl 5.005_51 under U/WIN
575      Branch: perl
576            + hints/uwin.sh
577            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
578            ! t/lib/posix.t
579 ____________________________________________________________________________
580 [  1822] By: gsar                                  on 1998/09/23  06:36:59
581         Log: add missing C<no utf8;> tweak from Larry
582      Branch: perl
583            ! t/op/subst.t
584 ____________________________________________________________________________
585 [  1821] By: gsar                                  on 1998/09/23  06:27:51
586         Log: s/runops/CALLRUNOPS/
587      Branch: perl
588            ! cc_runtime.h
589 ____________________________________________________________________________
590 [  1820] By: gsar                                  on 1998/09/23  06:24:49
591         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
592      Branch: perl
593           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
594           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
595           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
596           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
597           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
598           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
599           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
600           +> t/pragma/warn/util
601            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
602            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
603            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
604            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
605            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
606            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
607            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
608            - t/pragma/warn-util
609            ! MANIFEST t/pragma/warning.t
610 ____________________________________________________________________________
611 [  1819] By: gsar                                  on 1998/09/23  06:08:46
612         Log: make \(%foo) return refs to values (not copies of values)
613              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
614              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
615              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
616              --
617              From: Roderick Schertler <roderick@argon.org>
618              Date: Sat, 29 Aug 1998 00:58:33 -0400
619              Message-ID: <29894.904366713@eeyore.ibcinc.com>
620              Subject: Re: \(%x) problems
621      Branch: perl
622            ! doop.c pod/perlref.pod
623 ____________________________________________________________________________
624 [  1818] By: gsar                                  on 1998/09/23  06:05:08
625         Log: make h2xs generate ANSI prototypes
626      Branch: perl
627            ! utils/h2xs.PL
628 ____________________________________________________________________________
629 [  1817] By: gsar                                  on 1998/09/23  05:57:16
630         Log: updated usethreads hints for hpux 10.X
631              From: Matthew T Harden <mthard@mthard1.monsanto.com>
632              Date: Fri, 28 Aug 1998 14:10:42 GMT
633              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
634              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
635      Branch: perl
636            ! hints/hpux.sh perl.h
637 ____________________________________________________________________________
638 [  1816] By: gsar                                  on 1998/09/23  05:53:31
639         Log: don't create empty directories in installperl
640              From: Robin Barker <rmb1@cise.npl.co.uk>
641              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
642              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
643              Subject: [PATCH 5.005_02] install: empty dirs
644      Branch: perl
645            ! installperl
646 ____________________________________________________________________________
647 [  1815] By: gsar                                  on 1998/09/23  05:50:36
648         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
650              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
651              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
652              Subject: Re: your mail
653      Branch: perl
654            ! regexec.c t/op/re_tests
655 ____________________________________________________________________________
656 [  1814] By: gsar                                  on 1998/09/23  05:45:17
657         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
658              Date: Thu, 20 Aug 1998 20:59:03 -0400
659              Message-ID: <19980820205903.A12908@O2.chapin.edu>
660              Subject: [PATCH] h2ph misquotes #error directives
661      Branch: perl
662            ! t/lib/h2ph.pht utils/h2ph.PL
663 ____________________________________________________________________________
664 [  1813] By: gsar                                  on 1998/09/23  05:42:41
665         Log: patch to support computed regular subexpressions
666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
667              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
668              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
669              Subject: [5.005_5* PATCH] Postponed RE - now!
670      Branch: perl
671            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
672            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
673 ____________________________________________________________________________
674 [  1812] By: gsar                                  on 1998/09/23  05:26:26
675         Log: better CR-handling on shebang line and in formats (fixed variant of
676              patch suggested by Igor Sysoev <igor@nitek.ru>)
677      Branch: perl
678            ! perl.c toke.c
679 ____________________________________________________________________________
680 [  1811] By: gsar                                  on 1998/09/23  04:35:46
681         Log: document non-loopish blocks better
682              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
683              Date: Tue, 18 Aug 1998 12:28:36 +0100
684              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
685              Subject: Re: next in do {} while block gives error message
686      Branch: perl
687            ! pod/perlfunc.pod
688 ____________________________________________________________________________
689 [  1810] By: gsar                                  on 1998/09/23  04:12:05
690         Log: fix bogus integerization of pop()'s return value
691              From: Gurusamy Sarathy <gsar@engin.umich.edu>
692              Date: Sat, 15 Aug 1998 23:27:54 -0400
693              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
694              Subject: Re: Complex expression does integer arithmetic 
695      Branch: perl
696            ! opcode.h opcode.pl
697 ____________________________________________________________________________
698 [  1809] By: gsar                                  on 1998/09/23  04:09:43
699         Log: tweak README.win32
700      Branch: perl
701            ! README.win32
702 ____________________________________________________________________________
703 [  1808] By: gsar                                  on 1998/09/23  03:40:57
704         Log: better diagnostic for do{} used as lvalue
705      Branch: perl
706            ! op.c pod/perlport.pod
707 ____________________________________________________________________________
708 [  1807] By: gsar                                  on 1998/09/23  03:38:30
709         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
710              From: hansm@icgroup.nl
711              Date: Tue, 11 Aug 98 21:08:51 +0200
712              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
713              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
714      Branch: perl
715            ! malloc.c
716 ____________________________________________________________________________
717 [  1806] By: gsar                                  on 1998/09/23  03:36:08
718         Log: support make written in perl (aka "pmake") on win32
719      Branch: perl
720            ! lib/ExtUtils/MM_Win32.pm
721 ____________________________________________________________________________
722 [  1805] By: gsar                                  on 1998/09/23  03:30:07
723         Log: fix mismatched UV/U32 types for to_utf8_*()
724      Branch: perl
725            ! utf8.c
726 ____________________________________________________________________________
727 [  1804] By: gsar                                  on 1998/09/23  03:22:22
728         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
729              Date: Sun, 9 Aug 1998 22:38:23 +0200
730              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
731              Subject: [PATCH 5.5002] dos-djgpp update
732      Branch: perl
733            ! t/io/fs.t
734 ____________________________________________________________________________
735 [  1803] By: gsar                                  on 1998/09/23  03:20:13
736         Log: apply minimal variant of patch (sent via private mail)
737              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
738              Date: Wed, 12 Aug 1998 15:42:35 +0300
739              Message-Id: <199808121242.PAA29761@comanche.spices>
740              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
741      Branch: perl
742            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
743            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
744 ____________________________________________________________________________
745 [  1802] By: gsar                                  on 1998/09/23  03:03:39
746         Log: adjust searchdict.t for EBCDIC (still needs documenting)
747              From: pvhp@forte.com (Peter Prymmer)
748              Date: Thu, 6 Aug 98 18:09:39 PDT
749              Message-Id: <9808070109.AA06158@forte.com>
750              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
751      Branch: perl
752            ! README.os390 t/lib/searchdict.t
753 ____________________________________________________________________________
754 [  1801] By: gsar                                  on 1998/09/23  02:54:15
755         Log: silence redefined warning for XS(INIT) {}
756      Branch: perl
757            ! op.c
758 ____________________________________________________________________________
759 [  1800] By: gsar                                  on 1998/09/23  02:42:23
760         Log: support match indices via special variables @- and @+
761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
762              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
763              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
764              Subject: [PATCH 5.004_76] @- and @+
765      Branch: perl
766            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
767            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
768 ____________________________________________________________________________
769 [  1799] By: gsar                                  on 1998/09/23  01:44:31
770         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
771              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
772              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
773              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
774      Branch: perl
775            ! regcomp.c t/op/re_tests
776 ____________________________________________________________________________
777 [  1798] By: gsar                                  on 1998/09/23  01:39:23
778         Log: integrate maint-5.005 changes (except conflicting change#1794)
779      Branch: perl
780            ! Changes
781           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
782           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
783           !> win32/win32.h
784 ____________________________________________________________________________
785 [  1797] By: gsar                                  on 1998/09/23  01:32:36
786         Log: add note to win32/Makefile about setting CCHOME
787      Branch: perl
788            ! win32/Makefile win32/makefile.mk
789 ____________________________________________________________________________
790 [  1796] By: gsar                                  on 1998/09/23  01:31:32
791         Log: perl.pod tweak
792      Branch: perl
793            ! pod/perl.pod
794 ____________________________________________________________________________
795 [  1795] By: gsar                                  on 1998/09/21  20:34:10
796         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
797      Branch: perl
798            ! lib/ExtUtils/xsubpp
799 ____________________________________________________________________________
800 [  1789] By: gsar                                  on 1998/09/18  18:01:37
801         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
802      Branch: perl
803            ! cop.h t/cmd/for.t
804 ____________________________________________________________________________
805 [  1788] By: gsar                                  on 1998/09/17  02:19:11
806         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
807      Branch: perl
808            ! win32/config.bc win32/config.gc win32/config.vc
809 ____________________________________________________________________________
810 [  1787] By: gsar                                  on 1998/09/17  01:45:14
811         Log: suppress bogus warning on C<sub x {} x()>
812      Branch: perl
813            ! toke.c
814 ____________________________________________________________________________
815 [  1786] By: gsar                                  on 1998/09/17  01:42:51
816         Log: ntohl typo in objXSUB.h
817      Branch: perl
818            ! objXSUB.h
819 ____________________________________________________________________________
820 [  1785] By: gsar                                  on 1998/09/17  01:41:48
821         Log: fill gaps in sig_* entries in win32/config.?c
822      Branch: perl
823            ! win32/config.bc win32/config.gc win32/config.vc
824 ____________________________________________________________________________
825 [  1781] By: larry                                 on 1998/09/05  23:48:24
826         Log: tr/// logic was hosed under utf8
827      Branch: perl
828            ! doop.c op.c op.h pp.c proto.h
829 ____________________________________________________________________________
830 [  1780] By: larry                                 on 1998/09/05  23:44:16
831         Log: several new tests needed tweaking to work under utf8
832      Branch: perl
833            ! t/comp/require.t t/op/pack.t t/op/substr.t
834 ____________________________________________________________________________
835 [  1779] By: larry                                 on 1998/09/05  23:41:42
836         Log: index() applied BM optimization to wrong argument
837      Branch: perl
838            ! op.c util.c
839 ____________________________________________________________________________
840 [  1778] By: larry                                 on 1998/09/05  23:38:29
841         Log: Implicit require during compile reset line numbering
842      Branch: perl
843            ! pp_ctl.c
844
845 ----------------
846 Version 5.005_51
847 ----------------
848
849 ____________________________________________________________________________
850 [  1777] By: gsar                                  on 1998/08/10  07:02:38
851         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
852              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
853              lexical warning testsuite for win32
854      Branch: perl
855            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
856            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
857            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
858            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
859            ! win32/Makefile win32/makefile.mk
860 ____________________________________________________________________________
861 [  1776] By: gsar                                  on 1998/08/09  17:53:48
862         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
863      Branch: perl
864            ! Changes MANIFEST perl.c pod/perlhist.pod
865 ____________________________________________________________________________
866 [  1775] By: gsar                                  on 1998/08/09  14:35:33
867         Log: tweak warning test
868      Branch: perl
869            ! t/pragma/warn-toke
870 ____________________________________________________________________________
871 [  1774] By: gsar                                  on 1998/08/09  14:13:46
872         Log: add missing dTHR; notes for test failures due to small stacksize
873      Branch: perl
874            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
875            ! toke.c universal.c util.c
876 ____________________________________________________________________________
877 [  1773] By: gsar                                  on 1998/08/09  11:31:53
878         Log: lexical warnings; tweaks to places that didn't apply correctly
879              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
880              Date:    Wed, 29 Jul 1998 09:28:45 BST
881              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
882              Subject: lexical warnings patch for 5.005_50
883      Branch: perl
884            + README.lexwarn lib/warning.pm t/pragma/warn-2use
885            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
886            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
887            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
888            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
889            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
890            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
891            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
892            + warning.h warning.pl
893            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
894            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
895            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
896            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
897            ! universal.c util.c
898 ____________________________________________________________________________
899 [  1772] By: gsar                                  on 1998/08/08  23:06:00
900         Log: bump patchlevel to 5.005_51
901      Branch: perl
902            ! patchlevel.h win32/Makefile win32/config_H.bc
903            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
904 ____________________________________________________________________________
905 [  1771] By: gsar                                  on 1998/08/08  23:01:57
906         Log: fix bogus warning on "\x{123}"
907              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
908              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
909              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
910              Subject: [5.005_50 PATCH] Some unicode problems
911      Branch: perl
912            ! regcomp.c toke.c
913 ____________________________________________________________________________
914 [  1770] By: gsar                                  on 1998/08/08  22:56:55
915         Log: hide dup symbol for static build of ext/re
916              From: Dominic Dunlop <domo@ppp72.vo.lu>
917              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
918              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
919              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
920      Branch: perl
921            ! regcomp.c
922 ____________________________________________________________________________
923 [  1769] By: gsar                                  on 1998/08/08  22:45:06
924         Log: fix double free on -Mutf8 -e '$b=uc("")'
925              From: larry@wall.org (Larry Wall)
926              Date: Fri, 7 Aug 1998 14:42:43 -0700
927              Message-Id: <199808072142.OAA14920@wall.org>
928              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
929      Branch: perl
930            ! pp.c
931 ____________________________________________________________________________
932 [  1768] By: gsar                                  on 1998/08/08  22:42:29
933         Log: substr() assumes utf8 without say-so
934              From: larry@wall.org (Larry Wall)
935              Date: Fri, 7 Aug 1998 12:25:12 -0700
936              Message-Id: <199808071925.MAA13436@wall.org>
937              Subject: [PATCH 5.005_50] substr bug?
938      Branch: perl
939            ! pp.c
940 ____________________________________________________________________________
941 [  1767] By: gsar                                  on 1998/08/08  22:38:25
942         Log: fix intolerance of SWASHes for blank lines
943              From: Gisle Aas <aas@sn.no>
944              Date: 06 Aug 1998 23:28:57 +0200
945              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
946              Subject: Re: Re[2]: another joyride begins
947      Branch: perl
948            ! lib/utf8_heavy.pl
949 ____________________________________________________________________________
950 [  1766] By: gsar                                  on 1998/08/08  22:33:10
951         Log: utf8 doc tweak
952              From: Gisle Aas <aas@sn.no>
953              Date: 05 Aug 1998 00:41:04 +0200
954              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
955              Subject: Matching clumps
956      Branch: perl
957            ! lib/utf8.pm
958 ____________________________________________________________________________
959 [  1765] By: gsar                                  on 1998/08/08  22:31:37
960         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
961              From: Gisle Aas <aas@sn.no>
962              Date: 04 Aug 1998 22:56:11 +0200
963              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
964              Subject: Re: another joyride begins
965      Branch: perl
966            ! lib/utf8_heavy.pl
967 ____________________________________________________________________________
968 [  1764] By: gsar                                  on 1998/08/08  22:28:43
969         Log: From: larry@wall.org (Larry Wall)
970              Date: Tue, 4 Aug 1998 17:04:51 -0700
971              Message-Id: <199808050004.RAA22592@wall.org>
972              Subject: [PATCH 5.005_50] \pX not implemented!
973      Branch: perl
974            ! regcomp.c
975 ____________________________________________________________________________
976 [  1763] By: gsar                                  on 1998/08/08  22:27:15
977         Log: From: Stephen McCamant <alias@mcs.com>
978              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
979              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
980              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
981      Branch: perl
982            ! op.c
983 ____________________________________________________________________________
984 [  1762] By: gsar                                  on 1998/08/08  22:26:09
985         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
986              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
987              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
988              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
989      Branch: perl
990            + t/op/grent.t t/op/pwent.t
991            ! MANIFEST
992 ____________________________________________________________________________
993 [  1761] By: gsar                                  on 1998/08/08  22:21:52
994         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
995              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
996              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
997              Subject: [5.005_50 PATCH] misprint in RE engine
998      Branch: perl
999            ! regexec.c t/op/re_tests
1000 ____________________________________________________________________________
1001 [  1760] By: gsar                                  on 1998/08/08  22:18:54
1002         Log: integrate maint-5.005 changes into mainline
1003      Branch: perl
1004           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
1005           !> (integrate 138 files)
1006 ____________________________________________________________________________
1007 [  1672] By: gsar                                  on 1998/07/27  18:35:28
1008         Log: create new Changes
1009      Branch: perl
1010            + Changes
1011            ! Changes5.005 MANIFEST
1012 ____________________________________________________________________________
1013 [  1671] By: gsar                                  on 1998/07/27  18:30:57
1014         Log: rename Changes --> Changes5.005
1015      Branch: perl
1016           +> Changes5.005
1017            - Changes
1018 ____________________________________________________________________________
1019 [  1670] By: gsar                                  on 1998/07/27  18:10:14
1020         Log: integrate 5.005_01 changes from maint
1021      Branch: perl
1022            ! Changes
1023           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
1024           !> win32/win32.c
1025 ____________________________________________________________________________
1026 [  1667] By: nick                                  on 1998/07/26  14:31:01
1027         Log: Add dTHR so that it compiles miniperl in threaded mode
1028      Branch: perl
1029            ! doop.c mg.c regcomp.c regexec.c
1030 ____________________________________________________________________________
1031 [  1666] By: nick                                  on 1998/07/26  13:01:10
1032         Log: Resolve ansiperl against mainline (@1648?)
1033              Unclear that change number has "taken".
1034      Branch: ansiperl
1035           +> (branch 169 files)
1036            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
1037           !> (integrate 131 files)
1038
1039 ----------------
1040 Version 5.005_50
1041 ----------------
1042
1043 ____________________________________________________________________________
1044 [  1665] By: gsar                                  on 1998/07/26  05:38:48
1045         Log: add trailing newline to file
1046      Branch: perl
1047            ! Changes lib/unicode/blocks.txt
1048 ____________________________________________________________________________
1049 [  1664] By: gsar                                  on 1998/07/26  05:08:48
1050         Log: integrate proto.h additions from maint-5.005
1051      Branch: perl
1052           !> pod/perlhist.pod proto.h
1053 ____________________________________________________________________________
1054 [  1663] By: gsar                                  on 1998/07/26  05:07:05
1055         Log: add new files to MANIFEST; add missing prototypes to proto.h;
1056              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
1057              add typecasts to silence warnings; tweaks for win32 builds
1058      Branch: perl
1059            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
1060            ! win32/Makefile win32/makefile.mk
1061 ____________________________________________________________________________
1062 [  1662] By: gsar                                  on 1998/07/26  05:01:52
1063         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
1064      Branch: maint-5.005/perl
1065            ! pod/perlhist.pod proto.h
1066 ____________________________________________________________________________
1067 [  1661] By: gsar                                  on 1998/07/26  02:52:48
1068         Log: up patchlevel to 5.005_50
1069      Branch: perl
1070            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1071            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1072 ____________________________________________________________________________
1073 [  1660] By: gsar                                  on 1998/07/26  02:43:57
1074         Log: integrate utfperl
1075      Branch: perl
1076           +> (branch 162 files)
1077           !> (integrate 29 files)
1078 ____________________________________________________________________________
1079 [  1659] By: gsar                                  on 1998/07/26  02:38:22
1080         Log: integrate maint-5.005 changes
1081      Branch: perl
1082           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
1083           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
1084           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
1085           !> vms/descrip_mms.template vms/subconfigure.com
1086 ____________________________________________________________________________
1087 [  1658] By: gsar                                  on 1998/07/26  02:23:46
1088         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1089              Date: Fri, 24 Jul 1998 11:38:25 -0700
1090              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
1091              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
1092              --
1093              Date: Fri, 24 Jul 1998 12:30:36 -0700
1094              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
1095              Subject: [PATCH 5.005]Tweaks to README.vms
1096              --
1097              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
1098              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
1099              Subject: [PATCH 5.005] Final build cleanup patch
1100      Branch: maint-5.005/perl
1101            ! README.vms vms/descrip_mms.template vms/subconfigure.com
1102 ____________________________________________________________________________
1103 [  1657] By: gsar                                  on 1998/07/26  02:19:50
1104         Log: another platform where pp_sselect() needs a whole fd_set buffer
1105              From: Lupe Christoph <lupe@alanya.m.isar.de>
1106              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
1107              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
1108              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
1109      Branch: maint-5.005/perl
1110            ! pp_sys.c
1111 ____________________________________________________________________________
1112 [  1656] By: gsar                                  on 1998/07/26  02:12:46
1113         Log: fix problem building modules on dos-djgpp
1114              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1115              Date: Sat, 25 Jul 1998 00:53:39 +0200
1116              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
1117              Subject: [PATCH 5.005] dos-djgpp and modules problem
1118      Branch: maint-5.005/perl
1119            ! djgpp/fixpmain
1120 ____________________________________________________________________________
1121 [  1655] By: gsar                                  on 1998/07/26  02:11:09
1122         Log: From: Tom Spindler <dogcow@home.merit.edu>
1123              Date: Wed, 22 Jul 1998 16:11:07 -0400
1124              Message-ID: <19980722161107.A16813@home.merit.edu>
1125              Subject: [PATCH 5.005] BeOS tweak
1126      Branch: maint-5.005/perl
1127            ! hints/beos.sh
1128 ____________________________________________________________________________
1129 [  1654] By: gsar                                  on 1998/07/26  02:09:29
1130         Log: various pod tweaks
1131      Branch: maint-5.005/perl
1132            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
1133            ! pod/perltoc.pod
1134 ____________________________________________________________________________
1135 [  1653] By: gsar                                  on 1998/07/26  02:05:46
1136         Log: fix emacs/ptags for PL_* changes
1137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1138              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
1139              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
1140              Subject: [PATCH 5.004_76] Yet better ptags
1141      Branch: maint-5.005/perl
1142            ! emacs/ptags
1143 ____________________________________________________________________________
1144 [  1652] By: gsar                                  on 1998/07/26  02:03:01
1145         Log: fix behavior of <=> on bigints
1146              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1147              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
1148              Date: Fri, 24 Jul 1998 18:29:53 +0100
1149              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
1150      Branch: maint-5.005/perl
1151            ! lib/Math/BigInt.pm t/lib/bigintpm.t
1152 ____________________________________________________________________________
1153 [  1651] By: larry                                 on 1998/07/24  05:44:33
1154         Log: Here are the long-expected Unicode/UTF-8 modifications.
1155      Branch: utfperl
1156            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1157            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1158            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1159            + lib/unicode/Decomposition.pl
1160            + lib/unicode/In/AlphabeticPresentationForms.pl
1161            + lib/unicode/In/Arabic.pl
1162            + lib/unicode/In/ArabicPresentationForms-A.pl
1163            + lib/unicode/In/ArabicPresentationForms-B.pl
1164            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1165            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1166            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1167            + lib/unicode/In/BoxDrawing.pl
1168            + lib/unicode/In/CJKCompatibility.pl
1169            + lib/unicode/In/CJKCompatibilityForms.pl
1170            + lib/unicode/In/CJKCompatibilityIdeographs.pl
1171            + lib/unicode/In/CJKSymbolsandPunctuation.pl
1172            + lib/unicode/In/CJKUnifiedIdeographs.pl
1173            + lib/unicode/In/CombiningDiacriticalMarks.pl
1174            + lib/unicode/In/CombiningHalfMarks.pl
1175            + lib/unicode/In/CombiningMarksforSymbols.pl
1176            + lib/unicode/In/ControlPictures.pl
1177            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1178            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1179            + lib/unicode/In/EnclosedAlphanumerics.pl
1180            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
1181            + lib/unicode/In/GeneralPunctuation.pl
1182            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1183            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1184            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1185            + lib/unicode/In/HalfwidthandFullwidthForms.pl
1186            + lib/unicode/In/HangulCompatibilityJamo.pl
1187            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1188            + lib/unicode/In/Hebrew.pl
1189            + lib/unicode/In/HighPrivateUseSurrogates.pl
1190            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1191            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
1192            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1193            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
1194            + lib/unicode/In/LatinExtended-A.pl
1195            + lib/unicode/In/LatinExtended-B.pl
1196            + lib/unicode/In/LatinExtendedAdditional.pl
1197            + lib/unicode/In/LetterlikeSymbols.pl
1198            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1199            + lib/unicode/In/MathematicalOperators.pl
1200            + lib/unicode/In/MiscellaneousSymbols.pl
1201            + lib/unicode/In/MiscellaneousTechnical.pl
1202            + lib/unicode/In/NumberForms.pl
1203            + lib/unicode/In/OpticalCharacterRecognition.pl
1204            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1205            + lib/unicode/In/SmallFormVariants.pl
1206            + lib/unicode/In/SpacingModifierLetters.pl
1207            + lib/unicode/In/Specials.pl
1208            + lib/unicode/In/SuperscriptsandSubscripts.pl
1209            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
1210            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1211            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1212            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
1213            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
1214            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
1215            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
1216            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
1217            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
1218            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
1219            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
1220            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
1221            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
1222            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
1223            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
1224            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
1225            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
1226            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
1227            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
1228            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
1229            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
1230            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
1231            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
1232            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
1233            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
1234            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
1235            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
1236            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
1237            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
1238            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
1239            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
1240            + lib/unicode/JamoShort.pl lib/unicode/Makefile
1241            + lib/unicode/Name.pl lib/unicode/Number.pl
1242            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
1243            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
1244            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
1245            + lib/unicode/blocks.txt lib/unicode/index2.txt
1246            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
1247            + lib/unicode/names2.txt lib/unicode/props2.txt
1248            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
1249            + utf8.c utf8.h
1250            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
1251            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
1252            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1253            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
1254            ! t/op/vec.t toke.c util.c vms/vmsish.h
1255 ____________________________________________________________________________
1256 [  1650] By: gsar                                  on 1998/07/24  04:06:48
1257         Log: create utfperl branch
1258      Branch: utfperl
1259           +> (branch 1079 files)
1260 ____________________________________________________________________________
1261 [  1649] By: gsar                                  on 1998/07/24  03:56:56
1262         Log: create maint-5.005 branch
1263      Branch: maint-5.005/perl
1264           +> (branch 1079 files)
1265 ____________________________________________________________________________
1266 [  1648] By: gsar                                  on 1998/07/24  03:36:35
1267         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
1268      Branch: perl
1269            ! Changes
1270