perlfaq typos
[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     Jan Dubois          <jan.dubois@ibm.net>
27     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
28     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
29     Jarkko Hietaniemi   <jhi@iki.fi>
30     Nick Ing-Simmons    <nik@tiuk.ti.com>
31     Andreas Koenig      <a.koenig@mind.de>
32     Doug MacEachern     <dougm@opengroup.org>
33     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
34     Stephen McCamant    <alias@mcs.com>
35     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
36     Hans Mulder         <hansmu@xs4all.nl>
37     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
38     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
39     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
40     Tom Phoenix         <rootbeer@teleport.com>
41     Joshua Pritikin     <joshua.pritikin@db.com>
42     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
43     Dean Roehrich       <roehrich@cray.com>
44     Hugo van der Sanden <hv@crypt0.demon.co.uk>
45     Roderick Schertler  <roderick@argon.org>
46     Kurt D. Starsinic   <kstar@isinet.com>
47     Dan Sugalski        <sugalskd@osshe.edu>
48     Larry W. Virden     <lvirden@cas.org>
49     Ilya Zakharevich    <ilya@math.ohio-state.edu>
50
51 And the Keepers of the Patch Pumpkin:
52
53     Charles Bailey      <bailey@newman.upenn.edu>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@engin.umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_54        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  2230] By: jhi                                   on 1998/11/12  17:07:45
83         Log: Allow hints file override for d_socket
84              (based on Sequent-induced change #2229).
85      Branch: cfgperl
86            ! Configure
87 ____________________________________________________________________________
88 [  2229] By: jhi                                   on 1998/11/12  16:32:33
89         Log: 
90              From: "Martin J. Bligh" <mbligh@sequent.com>
91              To: jhi@iki.fi
92              cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
93              Subject: Re: Making Perl work on DYNIX/ptx
94              Date: Tue, 10 Nov 1998 16:24:26 -0800
95              Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
96      Branch: cfgperl
97            ! hints/dynixptx.sh
98 ____________________________________________________________________________
99 [  2228] By: jhi                                   on 1998/11/12  11:40:37
100         Log: From: "Martin J. Bligh" <mbligh@sequent.com>
101              Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
102              To: jhi@iki.fi
103              cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
104              Subject: Re: Making Perl work on DYNIX/ptx
105              Date: Tue, 10 Nov 1998 18:01:10 -0800
106      Branch: cfgperl
107            + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
108 ____________________________________________________________________________
109 [  2227] By: jhi                                   on 1998/11/12  11:17:42
110         Log: Integrate from mainperl.
111      Branch: cfgperl
112           !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
113           !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
114           !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
115           !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
116           !> win32/win32.c x2p/s2p.PL
117 ____________________________________________________________________________
118 [  2226] By: gsar                                  on 1998/11/11  21:05:42
119         Log: provide -DPERL_POLLUTE
120      Branch: perl
121            ! embed.pl embedvar.h
122 ____________________________________________________________________________
123 [  2225] By: jhi                                   on 1998/11/09  07:45:12
124         Log: From: Hans Mulder <hansm@icgroup.nl>
125              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
126              Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
127              perl5-porters@perl.org
128              Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
129              (UNINSTALLED)
130              Date: Sun,  8 Nov 98 22:20:23 +0100
131              Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
132      Branch: cfgperl
133            ! malloc.c perl.h
134 ____________________________________________________________________________
135 [  2224] By: gsar                                  on 1998/11/09  03:13:14
136         Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
137              Christoph <lupe@alanya.m.isar.de>)
138      Branch: perl
139            ! lib/Text/Wrap.pm
140 ____________________________________________________________________________
141 [  2223] By: gsar                                  on 1998/11/09  02:09:06
142         Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
143              <lionel.fourquaux@wanadoo.fr>)
144      Branch: perl
145            ! x2p/s2p.PL
146 ____________________________________________________________________________
147 [  2222] By: gsar                                  on 1998/11/09  01:56:24
148         Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
149              Date: Wed, 04 Nov 1998 12:19:44 +0000
150              Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
151              Subject: [PATCH] Re: [5.005_53] read overflow? 
152              --
153              Date: Wed, 04 Nov 1998 13:15:18 +0000
154              Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
155              Subject: [PATCH 5.005_53] perl -V fix
156      Branch: perl
157            ! perl.c regexec.c
158 ____________________________________________________________________________
159 [  2221] By: gsar                                  on 1998/11/09  01:34:56
160         Log: From: jan.dubois@ibm.net (Jan Dubois)
161              Date: Sun, 01 Nov 1998 00:05:01 +0100
162              Message-ID: <364294bd.18052307@smtp1.ibm.net>
163              Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
164      Branch: perl
165            ! Changes win32/makedef.pl
166 ____________________________________________________________________________
167 [  2220] By: gsar                                  on 1998/11/08  21:13:07
168         Log: integrate changes#2120,2168,2218 from maint-5.005;
169              add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
170              enum; make regen_headers
171      Branch: perl
172            ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
173            ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
174 ____________________________________________________________________________
175 [  2219] By: gsar                                  on 1998/11/08  19:42:57
176         Log: integrate cfgperl changes into mainline
177      Branch: perl
178           +> README.vmesa
179           !> Configure MANIFEST Porting/Glossary Porting/config.sh
180           !> Porting/config_H config_h.SH ext/Thread/Thread.xs
181           !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
182           !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
183           !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
184           !> thread.h vms/subconfigure.com vos/config.h
185 ____________________________________________________________________________
186 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
187         Log: From: Graham Barr <gbarr@ti.com>
188              Date: Mon, 2 Nov 1998 07:38:52 -0600
189              Message-ID: <19981102073852.A12751@asic.sc.ti.com>
190              Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
191      Branch: maint-5.005/perl
192            ! ext/IPC/SysV/Msg.pm
193 ____________________________________________________________________________
194 [  2215] By: gsar                                  on 1998/11/08  02:52:52
195         Log: set close-on-exec bit on pipe() FDs
196      Branch: perl
197            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
198 ____________________________________________________________________________
199 [  2214] By: gsar                                  on 1998/11/08  02:27:57
200         Log: typo in newHVhv()
201      Branch: perl
202            ! hv.c
203 ____________________________________________________________________________
204 [  2211] By: jhi                                   on 1998/11/07  21:14:18
205         Log: Finalize the Mach CThreads support.
206              
207              From: Hans Mulder <hansm@icgroup.nl>
208              Date: Sat,  7 Nov 98 22:06:20 +0100
209              To: Gurusamy Sarathy <gsar@engin.umich.edu>
210              Cc: jhi@iki.fi, perl5-porters@perl.org
211              Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
212              Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
213      Branch: cfgperl
214            ! malloc.c perl.h
215 ____________________________________________________________________________
216 [  2210] By: gsar                                  on 1998/11/06  20:36:50
217         Log: fix AvREALISH bogusness
218      Branch: perl
219            ! av.c t/op/array.t
220 ____________________________________________________________________________
221 [  2209] By: jhi                                   on 1998/11/06  08:05:31
222         Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
223              ASSERT() causes problems in {NeXTStep,OpenStep}.
224              
225              From: Hans Mulder <hansm@icgroup.nl>
226              To: Jarkko Hietaniemi <jhi@cc.hut.fi>
227              Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
228              Date: Fri,  6 Nov 98 01:27:41 +0100
229              Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
230              
231              and
232              
233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
234              Subject: Re: ASSERT() in malloc.c
235              To: jhi@iki.fi
236              Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
237              Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
238      Branch: cfgperl
239            ! malloc.c
240 ____________________________________________________________________________
241 [  2208] By: jhi                                   on 1998/11/06  07:55:38
242         Log: Mach CThreads needs #include <mach/cthreads.h>.
243      Branch: cfgperl
244            ! perl.h
245 ____________________________________________________________________________
246 [  2206] By: jhi                                   on 1998/11/05  14:54:52
247         Log: PERL_BADLANG wrongly documented.
248              
249              From: ts <decoux@moulon.inra.fr>
250              To: jhi@cc.hut.fi
251              Subject: Re: Locale warning messages
252              Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
253              Message-Id: <199811051334.OAA24863@moulon.inra.fr>
254              
255              and
256              
257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
258              Subject: Re: PERL_BADLANG
259              To: jhi@iki.fi
260              Subject: Re: PERL_BADLANG
261              Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
262              Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
263      Branch: cfgperl
264            ! pod/perllocale.pod
265 ____________________________________________________________________________
266 [  2205] By: jhi                                   on 1998/11/05  14:24:33
267         Log: Document all the control flow keywords in perlfunc
268              so that "perlfunc -f while" works.
269      Branch: cfgperl
270            ! pod/perlfunc.pod
271 ____________________________________________________________________________
272 [  2204] By: jhi                                   on 1998/11/05  12:46:02
273         Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
274              (from vos/config.h).  Update Porting/{Glossary,config*}.
275      Branch: cfgperl
276            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
277            ! config_h.SH vos/config.h
278 ____________________________________________________________________________
279 [  2203] By: jhi                                   on 1998/11/05  08:34:39
280         Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
281      Branch: cfgperl
282            ! hints/vmesa.sh vms/subconfigure.com
283 ____________________________________________________________________________
284 [  2202] By: jhi                                   on 1998/11/05  08:03:20
285         Log: Integrate from mainperl.
286      Branch: cfgperl
287           !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
288           !> win32/Makefile win32/makefile.mk win32/win32.c
289 ____________________________________________________________________________
290 [  2201] By: gsar                                  on 1998/11/05  04:40:44
291         Log: another POPSTACK victim
292      Branch: perl
293            ! cop.h sv.c
294 ____________________________________________________________________________
295 [  2196] By: gsar                                  on 1998/11/05  02:07:54
296         Log: fix a location affected by change#2191, add note about POPSTACK
297      Branch: perl
298            ! cop.h gv.c pp_ctl.c
299 ____________________________________________________________________________
300 [  2195] By: gsar                                  on 1998/11/05  02:04:45
301         Log: makefile notes
302      Branch: perl
303            ! win32/Makefile win32/makefile.mk
304 ____________________________________________________________________________
305 [  2192] By: gsar                                  on 1998/11/04  23:48:53
306         Log: indeterminate order-of-evaluation fixes
307      Branch: perl
308            ! mg.c
309 ____________________________________________________________________________
310 [  2191] By: gsar                                  on 1998/11/04  23:02:16
311         Log: refetch local stack pointer in POPSTACK
312      Branch: perl
313            ! cop.h perl.c
314 ____________________________________________________________________________
315 [  2190] By: jhi                                   on 1998/11/04  08:50:40
316         Log: Configure update.
317              Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
318              
319              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
320              To: Martin Bligh <mbligh@sequent.com>
321              Cc: Jarkko Hietaniemi <jhi@iki.fi>
322              Subject: Re: Perl 5's configure on DYNIX/ptx
323              Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
324              Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
325              
326              find sockets also from libsocket, not just libnet.
327              OS390: $compile_ok instead of $compile for <inttypes.h>,
328              
329              From: pvhp@forte.com (Peter Prymmer)
330              To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
331              Subject: _53 not OK on os390 but looking better than ever
332              Date: Tue, 3 Nov 98 17:33:22 PST
333              Message-Id: <9811040133.AA09450@forte.com>
334      Branch: cfgperl
335            ! Configure
336 ____________________________________________________________________________
337 [  2189] By: jhi                                   on 1998/11/04  07:43:58
338         Log: sysio.t failure: fix undefined order of evaluation, from
339              
340              From: Spider Boardman <spider@web.zk3.dec.com>
341              Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
342              To: perlbug@perl.com
343              Date: 4 Nov 1998 01:22:30 +0200
344              Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
345      Branch: cfgperl
346            ! pp_sys.c
347 ____________________________________________________________________________
348 [  2188] By: gsar                                  on 1998/11/04  02:59:16
349         Log: fix return value of win32_pclose()
350      Branch: perl
351            ! win32/win32.c
352 ____________________________________________________________________________
353 [  2187] By: gsar                                  on 1998/11/04  02:56:34
354         Log: s/sv_upgrade/SvUPGRADE/ a couple of places
355      Branch: perl
356            ! Changes doop.c gv.c util.c
357 ____________________________________________________________________________
358 [  2186] By: jhi                                   on 1998/11/03  08:17:52
359         Log: Document quads in pack.
360      Branch: cfgperl
361            ! pod/perlfunc.pod
362 ____________________________________________________________________________
363 [  2185] By: jhi                                   on 1998/11/03  07:49:35
364         Log: (IV) vs (I32) vs I_V()
365              
366              Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
367              From: Anton Berezin <tobez@plab.ku.dk> 
368              To: "p5p" <perl5-porters@perl.org> 
369              Date: 01 Nov 1998 15:09:11 +0100 
370              Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
371              
372              and
373              
374              From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
375              Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
376              Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
377      Branch: cfgperl
378            ! sv.c
379 ____________________________________________________________________________
380 [  2184] By: jhi                                   on 1998/11/03  07:42:46
381         Log: VM/ESA updates.
382      Branch: cfgperl
383            + README.vmesa
384            ! MANIFEST pod/perlfunc.pod pod/perlport.pod
385 ____________________________________________________________________________
386 [  2183] By: jhi                                   on 1998/11/02  12:58:13
387         Log: The id(1)-parsing is real fun.
388      Branch: cfgperl
389            ! t/op/groups.t
390 ____________________________________________________________________________
391 [  2182] By: jhi                                   on 1998/11/02  12:07:43
392         Log: Decommission the symlink test.
393      Branch: cfgperl
394            ! t/op/lex_assign.t
395 ____________________________________________________________________________
396 [  2181] By: jhi                                   on 1998/11/02  12:03:08
397         Log: Replace ATTR_JOINABLE with true Configure probe
398              for PTHREAD_CREATE_JOINABLE (or equivalent:
399              PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
400              Remove ATTR_JOINABLE itself: Thread.xs uses
401              PTHREAD_CREATE_JOINABLE (or equivalent) directly.
402              
403              Really scan for <mach/cthreads.h> only if usethreads.
404      Branch: cfgperl
405            ! Configure config_h.SH ext/Thread/Thread.xs thread.h
406 ____________________________________________________________________________
407 [  2180] By: jhi                                   on 1998/11/02  11:07:34
408         Log: In HP-UX 10.X usethreads only if the required files are present.
409      Branch: cfgperl
410            ! hints/hpux.sh
411 ____________________________________________________________________________
412 [  2179] By: jhi                                   on 1998/11/02  09:10:33
413         Log: Prefer groups(1).
414              id -Gn can be broken.
415              id -a can save the day.
416      Branch: cfgperl
417            ! t/op/groups.t
418 ____________________________________________________________________________
419 [  2178] By: jhi                                   on 1998/11/02  08:35:29
420         Log: Detrail enum comma.
421      Branch: cfgperl
422            ! perl.h
423 ____________________________________________________________________________
424 [  2177] By: jhi                                   on 1998/11/02  08:24:12
425         Log: 0**0 = 1, from
426              
427              From: d-lewart@uiuc.edu (Daniel S. Lewart)
428              Subject: Math::Complex 0**0 patches
429              Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
430              Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
431              To: jhi@iki.fi (Jarkko Hietaniemi),
432              Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
433      Branch: cfgperl
434            ! lib/Math/Complex.pm t/lib/complex.t
435 ____________________________________________________________________________
436 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
437         Log: From: jan.dubois@ibm.net (Jan Dubois)   
438              Date: Fri, 09 Oct 1998 23:28:31 +0200
439              Message-ID: <36217b7f.3193091@smtp1.ibm.net>
440              Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
441      Branch: maint-5.005/perl
442            ! XSUB.h
443 ____________________________________________________________________________
444 [  2164] By: jhi                                   on 1998/10/31  15:50:02
445         Log: Integrate from mainperl.
446      Branch: cfgperl
447           +> t/op/lex_assign.t
448           !> (integrate 45 files)
449
450 ----------------
451 Version 5.005_53
452 ----------------
453
454 ____________________________________________________________________________
455 [  2163] By: gsar                                  on 1998/10/31  11:31:12
456         Log: bump patchlevel; other minor fixes for clean build and test on
457              Solaris and win32
458      Branch: perl
459            ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
460            ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
461            ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
462            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
463            ! x2p/a2p.c
464 ____________________________________________________________________________
465 [  2162] By: gsar                                  on 1998/10/31  09:40:31
466         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
467              Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
468              Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
469              Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
470      Branch: perl
471            ! pp.h
472 ____________________________________________________________________________
473 [  2161] By: gsar                                  on 1998/10/31  09:39:13
474         Log: From: Albert Dvornik <bert@genscan.com>
475              Date: 30 Oct 1998 17:50:04 -0500
476              Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
477              Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
478      Branch: perl
479            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
480 ____________________________________________________________________________
481 [  2160] By: gsar                                  on 1998/10/31  09:35:03
482         Log: fix for bugs in -x mode
483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
484              Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
485              Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
486              Subject: [PATCH 5.00552] Fix h2xs
487      Branch: perl
488            ! utils/h2xs.PL
489 ____________________________________________________________________________
490 [  2159] By: gsar                                  on 1998/10/31  09:31:36
491         Log: Data::Dumper update
492      Branch: perl
493            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
494            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
495 ____________________________________________________________________________
496 [  2153] By: gsar                                  on 1998/10/30  21:40:09
497         Log: add testsuite portion of patch
498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
499              Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
500              Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
501              Subject: [PATCH 5.00321 ;-)] 87% speedup
502      Branch: perl
503            + t/op/lex_assign.t
504            ! MANIFEST
505 ____________________________________________________________________________
506 [  2152] By: gsar                                  on 1998/10/30  21:08:11
507         Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
508      Branch: perl
509            ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
510 ____________________________________________________________________________
511 [  2151] By: gsar                                  on 1998/10/30  20:18:09
512         Log: From: Mark-Jason Dominus <mjd@plover.com>
513              Date: Fri, 30 Oct 1998 14:24:23 EST
514              Message-Id: <19981030192423.27276.qmail@plover.com>
515              Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
516      Branch: perl
517            ! x2p/walk.c
518 ____________________________________________________________________________
519 [  2150] By: gsar                                  on 1998/10/30  20:08:57
520         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
521              Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
522              Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
523              Subject: [PATCH 5.00552] Overloaded <> and deref again
524      Branch: perl
525            ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
526            ! t/pragma/overload.t toke.c
527 ____________________________________________________________________________
528 [  2149] By: gsar                                  on 1998/10/30  19:38:15
529         Log: From: Roderick Schertler <roderick@argon.org>
530              Date: Thu, 29 Oct 1998 14:50:18 -0500
531              Message-ID: <17625.909690618@eeyore.ibcinc.com>
532              Subject: patch for daemonization docs in perlipc
533      Branch: perl
534            ! pod/perlipc.pod
535 ____________________________________________________________________________
536 [  2148] By: gsar                                  on 1998/10/30  19:36:07
537         Log: From: Anton Berezin <tobez@plab.ku.dk>
538              Date: 29 Oct 1998 17:06:25 +0100
539              Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
540              Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
541      Branch: perl
542            ! win32/win32.c
543 ____________________________________________________________________________
544 [  2147] By: gsar                                  on 1998/10/30  19:31:37
545         Log: tweaked version of suggested patch
546              From: Anton Berezin <tobez@plab.ku.dk>
547              Date: 29 Oct 1998 14:48:54 +0100
548              Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
549              Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
550      Branch: perl
551            ! win32/win32.c
552 ____________________________________________________________________________
553 [  2146] By: gsar                                  on 1998/10/30  19:03:50
554         Log: hand-apply whitespace-mutiliated patch
555              From: "vishal bhatia" <vishalb@hotmail.com>
556              Date: Wed, 28 Oct 1998 23:45:32 PST
557              Message-ID: <19981029074534.2334.qmail@hotmail.com>
558              Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
559      Branch: perl
560            ! ext/B/B/C.pm ext/B/B/CC.pm
561 ____________________________________________________________________________
562 [  2145] By: gsar                                  on 1998/10/30  18:46:58
563         Log: remaining PL_foo stragglers
564      Branch: perl
565            ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
566            ! op.h os2/os2.c vms/gen_shrfls.pl
567 ____________________________________________________________________________
568 [  2144] By: gsar                                  on 1998/10/30  17:38:36
569         Log: integrate cfgperl tweaks into mainline
570      Branch: perl
571           !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
572           !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
573 ____________________________________________________________________________
574 [  2143] By: jhi                                   on 1998/10/30  13:27:39
575         Log: There can be multiple yacc/bison errors.
576      Branch: cfgperl
577            ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
578 ____________________________________________________________________________
579 [  2142] By: jhi                                   on 1998/10/30  13:18:43
580         Log: README.posix-bc update.
581      Branch: cfgperl
582            ! README.posix-bc
583 ____________________________________________________________________________
584 [  2141] By: jhi                                   on 1998/10/30  09:12:59
585         Log: #2133 fallout.
586      Branch: cfgperl
587            ! doio.c ext/POSIX/POSIX.xs
588 ____________________________________________________________________________
589 [  2140] By: jhi                                   on 1998/10/30  08:43:18
590         Log: Integrate from mainperl.
591      Branch: cfgperl
592           +> globvar.sym pp.sym
593            - objpp.h thread.sym
594           !> (integrate 61 files)
595 ____________________________________________________________________________
596 [  2133] By: gsar                                  on 1998/10/30  02:51:39
597         Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
598              (objpp.h is gone, embed.pl now does some of that); objXSUB.h
599              should soon be automated also; the global variables that
600              escaped the PL_foo conversion are now reined in; renamed
601              MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
602              type of same name; duplicated lists of pp_things in various
603              places is now gone; result has only been tested on win32
604      Branch: perl
605            + globvar.sym pp.sym
606            - objpp.h thread.sym
607            ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
608            ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
609            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
610            ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
611            ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
612            ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
613            ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
614            ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
615            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
617            ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
618 ____________________________________________________________________________
619 [  2130] By: jhi                                   on 1998/10/29  15:31:26
620         Log: Pure bison yylex() proto was broken.
621      Branch: cfgperl
622            ! proto.h
623 ____________________________________________________________________________
624 [  2126] By: jhi                                   on 1998/10/29  08:35:54
625         Log: Integrate mainperl.
626      Branch: cfgperl
627           !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
628           !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
629           !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
630           !> t/pragma/warn/doio toke.c win32/makefile.mk
631 ____________________________________________________________________________
632 [  2125] By: jhi                                   on 1998/10/29  08:32:38
633         Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
634      Branch: cfgperl
635            ! Makefile.SH
636 ____________________________________________________________________________
637 [  2124] By: jhi                                   on 1998/10/29  08:06:44
638         Log: EBCDIC Makefile.SH tuneup.
639      Branch: cfgperl
640            ! Makefile.SH
641 ____________________________________________________________________________
642 [  2119] By: gsar                                  on 1998/10/28  23:24:04
643         Log: remove doubled hunk from integration
644      Branch: perl
645            ! pp.c
646 ____________________________________________________________________________
647 [  2118] By: gsar                                  on 1998/10/28  22:03:31
648         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
649              Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
650              Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
651              Subject: [PATCH 5.00552] Minor debugger tweaks
652      Branch: perl
653            ! lib/perl5db.pl
654 ____________________________________________________________________________
655 [  2117] By: gsar                                  on 1998/10/28  22:02:30
656         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
657              Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
658              Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
659              Subject: [PATCH 5.00552] Make sort respect overloading
660      Branch: perl
661            ! pp_ctl.c proto.h t/pragma/overload.t
662 ____________________________________________________________________________
663 [  2116] By: gsar                                  on 1998/10/28  21:51:11
664         Log: MM patches from Ilya Zakharevich
665              Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
666              Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
667              Subject: [PATCH 5.00552] Make MakeMaker more verbose
668              --
669              Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
670              Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
671              Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
672      Branch: perl
673            ! lib/ExtUtils/MakeMaker.pm
674 ____________________________________________________________________________
675 [  2115] By: gsar                                  on 1998/10/28  21:46:19
676         Log: add explicit references to perl source path in ld2 and gcc2
677      Branch: perl
678            ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
679 ____________________________________________________________________________
680 [  2114] By: gsar                                  on 1998/10/28  21:39:56
681         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
682              Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
683              Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
684              Subject: [PATCH] Re: Problems with: Creating an installable tar archive
685      Branch: perl
686            ! INSTALL
687 ____________________________________________________________________________
688 [  2113] By: gsar                                  on 1998/10/28  21:21:16
689         Log: integrate cfgperl into mainline
690      Branch: perl
691           +> t/op/filetest.t
692           !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
693           !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
694           !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
695           !> thread.h toke.c vmesa/Makefile
696 ____________________________________________________________________________
697 [  2112] By: gsar                                  on 1998/10/28  21:14:18
698         Log: minor cleanup
699      Branch: perl
700            ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
701 ____________________________________________________________________________
702 [  2111] By: gsar                                  on 1998/10/28  18:52:10
703         Log: smarter C<$SIG{FOO} = BAREWORD;> warning
704      Branch: perl
705            ! toke.c
706 ____________________________________________________________________________
707 [  2110] By: jhi                                   on 1998/10/28  15:07:54
708         Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
709      Branch: cfgperl
710            ! Makefile.SH
711 ____________________________________________________________________________
712 [  2109] By: jhi                                   on 1998/10/28  13:39:54
713         Log: a2p.y needs to generate also y.tab.h.
714      Branch: cfgperl
715            ! Makefile.SH
716 ____________________________________________________________________________
717 [  2108] By: jhi                                   on 1998/10/28  10:33:36
718         Log: The "parse error" must be converted to "syntax error",
719              just matching it aint' enough.
720      Branch: cfgperl
721            ! t/comp/require.t t/op/misc.t t/pragma/subs.t
722            ! t/pragma/warning.t
723 ____________________________________________________________________________
724 [  2107] By: jhi                                   on 1998/10/28  10:23:05
725         Log: Regen sig_n{ame,umber}* if slightest doubt.
726      Branch: cfgperl
727            ! Configure
728 ____________________________________________________________________________
729 [  2106] By: jhi                                   on 1998/10/28  08:44:49
730         Log: Bison says 'parse error', not 'parser error'.
731      Branch: cfgperl
732            ! t/comp/require.t t/op/misc.t t/pragma/subs.t
733            ! t/pragma/warning.t
734 ____________________________________________________________________________
735 [  2105] By: jhi                                   on 1998/10/28  08:42:09
736         Log: yylex() parametrization.
737      Branch: cfgperl
738            ! proto.h toke.c
739 ____________________________________________________________________________
740 [  2104] By: jhi                                   on 1998/10/28  08:25:09
741         Log: Bring in #2102.
742      Branch: cfgperl
743            ! pp.c
744 ____________________________________________________________________________
745 [  2103] By: jhi                                   on 1998/10/28  08:22:04
746         Log: From: Dominic Dunlop <domo@vo.lu>
747              Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
748              Date: 27 Oct 1998 20:47:25 +0200
749              Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
750      Branch: cfgperl
751            ! t/op/groups.t
752 ____________________________________________________________________________
753 [  2102] By: larry                                 on 1998/10/27  18:58:55
754         Log: utf8 change to quotemeta broke EBCDIC
755      Branch: perl
756            ! pp.c
757 ____________________________________________________________________________
758 [  2101] By: jhi                                   on 1998/10/27  12:55:34
759         Log: $Config{sig_num_init}.
760              Also, a new approach to the 'pthreads-created-joinable': drop
761              it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
762              directly. (See also #2096).
763      Branch: cfgperl
764            ! Configure config_h.SH
765 ____________________________________________________________________________
766 [  2100] By: jhi                                   on 1998/10/27  10:48:55
767         Log: Regenerated perly_c.diff.
768      Branch: cfgperl
769            ! perly_c.diff
770 ____________________________________________________________________________
771 [  2099] By: jhi                                   on 1998/10/27  08:42:25
772         Log: First the mangler was Netscape, then it was me.
773      Branch: cfgperl
774            ! vmesa/Makefile
775 ____________________________________________________________________________
776 [  2098] By: jhi                                   on 1998/10/27  08:34:40
777         Log: `id -Gn` might be available where `groups` is not.
778      Branch: cfgperl
779            ! t/op/groups.t
780 ____________________________________________________________________________
781 [  2097] By: jhi                                   on 1998/10/27  08:05:17
782         Log: Netscape had mangled the tabs.
783      Branch: cfgperl
784            ! vmesa/Makefile
785 ____________________________________________________________________________
786 [  2096] By: jhi                                   on 1998/10/27  08:03:05
787         Log: ATTR_JOINABLE logic, based on (private email)
788              
789              From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
790              Subject: Some little diffs
791              Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
792              Date: Tue, 27 Oct 1998 13:44:42 +1300
793      Branch: cfgperl
794            ! thread.h
795 ____________________________________________________________________________
796 [  2095] By: jhi                                   on 1998/10/27  07:56:57
797         Log: Mach cthreads support based on:
798              
799              From: brie@corp.home.net (Brian Harrison)
800              Subject: perl5.005_02 patch for mthreads
801              To: perl5-porters@perl.org
802              Date: 24 Oct 1998 01:01:55 +0300
803              Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
804              
805              Pthread yield probe (dejavu)
806              Cosmetic nanochange for the union semun output.
807              Better inttypes.h probe.
808              Undo the 'void *' $selecttype probe from #1971 because
809              it breaks the $selectminbits test.
810      Branch: cfgperl
811            ! Configure config_h.SH perl.h thread.h
812 ____________________________________________________________________________
813 [  2094] By: jhi                                   on 1998/10/26  13:02:07
814         Log: Also posix-bc wants to reyacc.
815      Branch: cfgperl
816            ! Makefile.SH
817 ____________________________________________________________________________
818 [  2093] By: jhi                                   on 1998/10/26  10:17:21
819         Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
820              5_02 and really breaking things in non-ASCII worlds.
821      Branch: cfgperl
822            ! pp.c
823 ____________________________________________________________________________
824 [  2092] By: jhi                                   on 1998/10/26  09:08:00
825         Log: More robustness.
826      Branch: cfgperl
827            ! t/comp/require.t t/op/misc.t t/pragma/subs.t
828            ! t/pragma/warning.t
829 ____________________________________________________________________________
830 [  2091] By: jhi                                   on 1998/10/26  08:47:32
831         Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
832              Bison really wants YYLEX_PARAM.
833      Branch: cfgperl
834            ! perly.y proto.h toke.c
835 ____________________________________________________________________________
836 [  2090] By: jhi                                   on 1998/10/26  08:21:25
837         Log: s/YYLEX_PARAM/YYLEXPARAM/
838      Branch: cfgperl
839            ! perly.y
840 ____________________________________________________________________________
841 [  2089] By: jhi                                   on 1998/10/26  08:17:33
842         Log: Indicate skipped subtests.
843      Branch: cfgperl
844            ! t/io/pipe.t
845 ____________________________________________________________________________
846 [  2088] By: jhi                                   on 1998/10/26  08:11:36
847         Log: Integrate from mainperl.
848      Branch: cfgperl
849           !> (integrate 54 files)
850 ____________________________________________________________________________
851 [  2087] By: jhi                                   on 1998/10/26  08:08:02
852         Log: Add test for filetests.
853      Branch: cfgperl
854            + t/op/filetest.t
855            ! MANIFEST
856 ____________________________________________________________________________
857 [  2086] By: gsar                                  on 1998/10/26  02:44:44
858         Log: various win32 tweaks; disable new xs_cpp section (it creates
859              ambiguous inference graph for %.xs --> %.o)
860      Branch: perl
861            ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
862            ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
863            ! win32/config.gc win32/config_H.gc win32/makedef.pl
864            ! win32/makefile.mk win32/win32.h
865 ____________________________________________________________________________
866 [  2085] By: gsar                                  on 1998/10/26  00:50:02
867         Log: sanity-check $Config{drand01} in rand.t
868      Branch: perl
869            ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
870            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
871 ____________________________________________________________________________
872 [  2078] By: gsar                                  on 1998/10/25  10:22:04
873         Log: update win32/config*.?c
874      Branch: perl
875            ! Changes win32/config.bc win32/config.gc win32/config.vc
876            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
877 ____________________________________________________________________________
878 [  2077] By: gsar                                  on 1998/10/25  08:39:25
879         Log: From: Graham Barr <gbarr@pobox.com>
880              Date: Sat, 24 Oct 1998 21:45:50 -0500
881              Message-ID: <19981024214550.C508@pobox.com>
882              Subject: Re: die with a reference  should use overload "" operator
883      Branch: perl
884            ! pp_ctl.c
885 ____________________________________________________________________________
886 [  2076] By: gsar                                  on 1998/10/25  08:37:49
887         Log: From: Graham Barr <gbarr@pobox.com>
888              Date: Sat, 24 Oct 1998 12:45:21 -0500
889              Message-ID: <19981024124521.C512@pobox.com>
890              Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
891      Branch: perl
892            ! sv.c
893 ____________________________________________________________________________
894 [  2075] By: gsar                                  on 1998/10/25  08:24:09
895         Log: fix C<print $n += 5;> etc.
896      Branch: perl
897            ! toke.c
898 ____________________________________________________________________________
899 [  2074] By: gsar                                  on 1998/10/25  08:12:28
900         Log: list builtins with portability caveats
901              From: Jarkko Hietaniemi <jhi@iki.fi>
902              Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
903              Message-Id: <199810231105.OAA02411@alpha.hut.fi>
904              Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
905      Branch: perl
906            ! pod/perlfunc.pod
907 ____________________________________________________________________________
908 [  2073] By: gsar                                  on 1998/10/25  07:55:43
909         Log: fix stack overrun in file test operators
910      Branch: perl
911            ! pp_sys.c
912 ____________________________________________________________________________
913 [  2072] By: gsar                                  on 1998/10/25  07:29:45
914         Log: implement C<goto &func> and other fixes (via private mail)
915              From:    "vishal bhatia" <vishalb@hotmail.com>
916              Date:    Wed, 21 Oct 1998 22:59:03 PDT
917              Message-Id: <19981022055904.20083.qmail@hotmail.com>
918              Subject: [PATCH 5.005_52] More fixes for B
919      Branch: perl
920            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
921 ____________________________________________________________________________
922 [  2071] By: gsar                                  on 1998/10/25  07:14:41
923         Log: From: Graham Barr <gbarr@pobox.com>
924              Date: Sat, 17 Oct 1998 20:42:41 -0500
925              Message-ID: <19981017204241.G510@pobox.com>
926              Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
927      Branch: perl
928            ! pp_ctl.c
929 ____________________________________________________________________________
930 [  2070] By: gsar                                  on 1998/10/25  07:07:29
931         Log: avoid bogus line number in XSUB redefined warnings
932      Branch: perl
933            ! op.c
934 ____________________________________________________________________________
935 [  2069] By: gsar                                  on 1998/10/25  06:59:03
936         Log: From: Martijn Koster <mak@excitecorp.com>
937              Date: Wed, 21 Oct 1998 13:12:03 +0100
938              Message-ID: <19981021131203.A15661@excitecorp.com>
939              Subject: File::Path::mkpath reports the wrong error
940      Branch: perl
941            ! lib/File/Path.pm
942 ____________________________________________________________________________
943 [  2068] By: gsar                                  on 1998/10/25  06:54:43
944         Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
945              Date: Tue, 20 Oct 1998 20:52:20 -0500
946              Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
947              Subject: Exporter.pm's export_to_level() argument handling buggy
948      Branch: perl
949            ! lib/Exporter.pm
950 ____________________________________________________________________________
951 [  2067] By: gsar                                  on 1998/10/25  06:50:19
952         Log: From: jan.dubois@ibm.net (Jan Dubois)
953              Date: Wed, 21 Oct 1998 00:55:51 +0200
954              Message-ID: <36380269.55370608@smtp1.ibm.net>
955              Subject: Make _really_ sure Dynaloader.xs code is initialized only once
956      Branch: perl
957            ! ext/DynaLoader/DynaLoader_pm.PL
958 ____________________________________________________________________________
959 [  2066] By: gsar                                  on 1998/10/25  06:48:19
960         Log: recognize '%' as a shell metachar for win32
961              From: jan.dubois@ibm.net (Jan Dubois)
962              Date: Tue, 20 Oct 1998 21:57:35 +0200
963              Message-ID: <3636ea31.49170453@smtp1.ibm.net>
964              Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
965      Branch: perl
966            ! win32/win32.c
967 ____________________________________________________________________________
968 [  2065] By: gsar                                  on 1998/10/25  06:46:30
969         Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
970      Branch: perl
971            ! sv.c
972 ____________________________________________________________________________
973 [  2064] By: gsar                                  on 1998/10/25  06:45:09
974         Log: From: Gisle Aas <gisle@aas.no>
975              Date: 20 Oct 1998 14:24:44 +0200
976              Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
977              Subject: ord() and unpack("U*",...) should not be negative
978      Branch: perl
979            ! pp.c
980 ____________________________________________________________________________
981 [  2063] By: gsar                                  on 1998/10/25  06:42:29
982         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
983              Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
984              Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
985              Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
986      Branch: perl
987            ! os2/os2.c
988 ____________________________________________________________________________
989 [  2062] By: gsar                                  on 1998/10/25  06:41:26
990         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
991              Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
992              Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
993              Subject: [PATCH 5.005_*] Speed up aassign
994      Branch: perl
995            ! pp_hot.c
996 ____________________________________________________________________________
997 [  2061] By: gsar                                  on 1998/10/25  06:39:04
998         Log: From: Graham Barr <gbarr@pobox.com>
999              Date: Sat, 17 Oct 1998 22:22:02 -0500
1000              Message-ID: <19981017222202.J510@pobox.com>
1001              Subject: Re: '*' prototype does not allow bareword with strict
1002      Branch: perl
1003            ! toke.c
1004 ____________________________________________________________________________
1005 [  2060] By: gsar                                  on 1998/10/25  06:37:34
1006         Log: handle '::' in section names properly
1007              From: Graham Barr <gbarr@pobox.com>
1008              Date: Sat, 17 Oct 1998 12:57:54 -0500
1009              Message-ID: <19981017125754.C510@pobox.com>
1010              Subject: Re: pod2html
1011      Branch: perl
1012            ! lib/Pod/Html.pm
1013 ____________________________________________________________________________
1014 [  2059] By: gsar                                  on 1998/10/25  06:33:43
1015         Log: integrate changes#1982,2014,2021 (from maint-5.005)
1016      Branch: perl
1017           !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
1018           !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
1019 ____________________________________________________________________________
1020 [  2058] By: gsar                                  on 1998/10/25  05:44:17
1021         Log: allow more win32 symbol exports (suggested by Jan Dubois)
1022      Branch: perl
1023            ! win32/makedef.pl
1024 ____________________________________________________________________________
1025 [  2057] By: gsar                                  on 1998/10/25  05:40:40
1026         Log: integrate change#2053 from maint-5.005
1027      Branch: perl
1028           !> cop.h t/cmd/while.t
1029 ____________________________________________________________________________
1030 [  2056] By: gsar                                  on 1998/10/25  05:16:41
1031         Log: commented version of a patch suggested by Drago Goricanec
1032              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1033              Date: 16 Oct 1998 15:24:45 +0300
1034              Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
1035              Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
1036      Branch: perl
1037            ! pp_sys.c
1038 ____________________________________________________________________________
1039 [  2055] By: gsar                                  on 1998/10/25  05:11:03
1040         Log: include eof() in description of buffering caveats
1041              From: Anton Berezin <tobez@plab.ku.dk>
1042              Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
1043              Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
1044              Subject: [DOCPATCH] pod/perlfunc.pod
1045      Branch: perl
1046            ! pod/perlfunc.pod
1047 ____________________________________________________________________________
1048 [  2054] By: gsar                                  on 1998/10/25  05:07:42
1049         Log: disallow 'x' in hex numbers (except leading '0x')
1050              From: Gisle Aas <gisle@aas.no>
1051              Date: 16 Oct 1998 16:33:12 +0200
1052              Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
1053              Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
1054      Branch: perl
1055            ! perlvars.h t/op/oct.t util.c
1056 ____________________________________________________________________________
1057 [  2052] By: gsar                                  on 1998/10/25  04:49:04
1058         Log: avoid the circular refcnt logic in magic_mutexfree()
1059      Branch: perl
1060            ! mg.c pp.c pp_hot.c
1061 ____________________________________________________________________________
1062 [  2051] By: gsar                                  on 1998/10/25  04:35:07
1063         Log: properly restore PL_rsfp_filters after require
1064      Branch: perl
1065            ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
1066            ! scope.h
1067 ____________________________________________________________________________
1068 [  2050] By: gsar                                  on 1998/10/25  02:42:32
1069         Log: integrate cfgperl changes back into mainline
1070      Branch: perl
1071           +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
1072           +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
1073           !> (integrate 33 files)
1074 ____________________________________________________________________________
1075 [  2049] By: gsar                                  on 1998/10/25  01:30:48
1076         Log: avoid "mysterious" compile-time failures without messages
1077      Branch: perl
1078            ! gv.c
1079 ____________________________________________________________________________
1080 [  2041] By: gsar                                  on 1998/10/23  21:11:56
1081         Log: checkin jpl under //depot/perlext/jpl/...
1082      Branch: perlext
1083            + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
1084            + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
1085            + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
1086            + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
1087            + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
1088            + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
1089            + jpl/PerlInterpreter/Makefile.PL
1090            + jpl/PerlInterpreter/PerlInterpreter.c
1091            + jpl/PerlInterpreter/PerlInterpreter.h
1092            + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
1093            + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
1094            + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
1095            + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
1096            + jpl/get_jdk/jdk_hosts jpl/install-jpl
1097 ____________________________________________________________________________
1098 [  2040] By: larry                                 on 1998/10/23  19:31:42
1099         Log: chr(0xFFFFFFFF) didn't translate to utf8 character
1100      Branch: perl
1101            ! pp.c
1102 ____________________________________________________________________________
1103 [  2039] By: larry                                 on 1998/10/23  18:48:34
1104         Log: tr///d does not seem to work
1105      Branch: perl
1106            ! lib/utf8_heavy.pl
1107 ____________________________________________________________________________
1108 [  2038] By: larry                                 on 1998/10/23  18:00:41
1109         Log: Program with utf8 identifiers fails to compile
1110      Branch: perl
1111            ! doop.c gv.c op.c pp.c pp_hot.c toke.c
1112 ____________________________________________________________________________
1113 [  2037] By: jhi                                   on 1998/10/23  14:04:51
1114         Log: Test suite portability:
1115              - posix-bc does not write to broken pipes
1116              - filehand #11 only iff we have fork
1117              - warning.t can now match $expected using regular expressions
1118      Branch: cfgperl
1119            ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
1120            ! t/pragma/warning.t
1121 ____________________________________________________________________________
1122 [  2036] By: jhi                                   on 1998/10/23  12:12:07
1123         Log: yacc clarification.
1124      Branch: cfgperl
1125            ! README.posix-bc
1126 ____________________________________________________________________________
1127 [  2035] By: jhi                                   on 1998/10/23  12:09:59
1128         Log: Some C compilers get upset about 8-bit characters in /* comments. */
1129      Branch: cfgperl
1130            ! mg.c
1131 ____________________________________________________________________________
1132 [  2034] By: jhi                                   on 1998/10/22  09:11:52
1133         Log: Configure update: both for pthread_yield more robust
1134              testing (all variants of pthread_attr_getdetachstate()) --
1135              and because Configure was broken in major way! About 1000
1136              last lines were truncated.
1137      Branch: cfgperl
1138            ! Configure
1139 ____________________________________________________________________________
1140 [  2033] By: jhi                                   on 1998/10/22  07:47:10
1141         Log: DJGPP feedback for #2028.
1142      Branch: cfgperl
1143            ! thread.h
1144 ____________________________________________________________________________
1145 [  2032] By: jhi                                   on 1998/10/21  13:03:57
1146         Log: yielding, the saga continues.
1147      Branch: cfgperl
1148            ! Configure config_h.SH
1149           !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
1150           !> t/op/goto.t t/pragma/constant.t
1151 ____________________________________________________________________________
1152 [  2031] By: jhi                                   on 1998/10/21  09:15:42
1153         Log: VM/ESA feedback for #2028.
1154      Branch: cfgperl
1155            ! Configure config_h.SH thread.h
1156 ____________________________________________________________________________
1157 [  2030] By: gsar                                  on 1998/10/21  04:22:53
1158         Log: fix handling of mayhaps-extended @_ in goto &sub
1159      Branch: perl
1160            ! av.c pp_ctl.c t/op/goto.t
1161 ____________________________________________________________________________
1162 [  2029] By: gsar                                  on 1998/10/21  00:54:14
1163         Log: restore sanity to "constant" references
1164      Branch: perl
1165            ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
1166 ____________________________________________________________________________
1167 [  2028] By: jhi                                   on 1998/10/20  15:01:20
1168         Log: OLD_PTHREADS_API reorganizing.
1169      Branch: cfgperl
1170            ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
1171            ! vmesa/vmesaish.h
1172 ____________________________________________________________________________
1173 [  2027] By: jhi                                   on 1998/10/20  14:14:51
1174         Log: #2026 fallout.
1175      Branch: cfgperl
1176            ! Makefile.SH
1177 ____________________________________________________________________________
1178 [  2026] By: jhi                                   on 1998/10/20  11:47:21
1179         Log: VM/ESA update.
1180      Branch: cfgperl
1181            ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
1182 ____________________________________________________________________________
1183 [  2025] By: jhi                                   on 1998/10/20  08:20:56
1184         Log: 64-bitness, based on
1185              
1186              From: Scott Henry <scotth@sgi.com>
1187              To: perl-64bit@perl.org
1188              Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
1189              Subject: Re: Configure problems/questions...
1190              Date: 19 Oct 1998 22:38:06 -0700
1191      Branch: cfgperl
1192            ! hints/irix_6.sh perl.h
1193 ____________________________________________________________________________
1194 [  2024] By: jhi                                   on 1998/10/20  08:09:07
1195         Log: Add lseeksize.
1196      Branch: cfgperl
1197            ! config_h.SH
1198 ____________________________________________________________________________
1199 [  2023] By: jhi                                   on 1998/10/20  08:08:33
1200         Log: Mumble about _yields() only when threaded.
1201      Branch: cfgperl
1202            ! Configure
1203 ____________________________________________________________________________
1204 [  2022] By: jhi                                   on 1998/10/20  07:46:26
1205         Log: Thinko at PTHREADS_CREATED_JOINABLE.
1206      Branch: cfgperl
1207            ! thread.h
1208 ____________________________________________________________________________
1209 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
1210         Log: From: Chip Salzenberg <chip@perlsupport.com>
1211              Date: Tue, 6 Oct 1998 13:33:05 -0400
1212              Message-ID: <19981006133305.A2348@perlsupport.com>
1213              Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
1214      Branch: maint-5.005/perl
1215            ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
1216            ! t/op/tie.t
1217 ____________________________________________________________________________
1218 [  2020] By: jhi                                   on 1998/10/19  09:15:53
1219         Log: YIELD more robustly.
1220      Branch: cfgperl
1221            ! thread.h
1222 ____________________________________________________________________________
1223 [  2019] By: jhi                                   on 1998/10/19  08:48:33
1224         Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
1225              the 'new' one (just like DJGPP, it seems).
1226      Branch: cfgperl
1227            ! thread.h
1228 ____________________________________________________________________________
1229 [  2018] By: jhi                                   on 1998/10/19  07:02:44
1230         Log: vmesaish.h doesn't exclude unixish.h.
1231      Branch: cfgperl
1232            ! perl.h
1233 ____________________________________________________________________________
1234 [  2017] By: jhi                                   on 1998/10/19  06:44:19
1235         Log: 1<<$randbits is not good for randbits=48.
1236      Branch: cfgperl
1237            ! t/op/rand.t
1238 ____________________________________________________________________________
1239 [  2016] By: jhi                                   on 1998/10/19  06:39:47
1240         Log: Make #2012 glob pattern more portable.
1241      Branch: cfgperl
1242            ! Makefile.SH
1243 ____________________________________________________________________________
1244 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
1245         Log: Fix POSIX::sigprocmask not to check type of $old parameter
1246              as it is output only
1247      Branch: maint-5.005/perl
1248            ! ext/POSIX/POSIX.xs
1249 ____________________________________________________________________________
1250 [  2012] By: jhi                                   on 1998/10/17  15:04:23
1251         Log: clean numbered core dumps and t/tmp[0-9]*.
1252      Branch: cfgperl
1253            ! Makefile.SH
1254 ____________________________________________________________________________
1255 [  2011] By: jhi                                   on 1998/10/17  14:59:15
1256         Log: More robust yacc/bison failure output handling.
1257      Branch: cfgperl
1258            ! t/comp/require.t t/op/misc.t t/pragma/subs.t
1259 ____________________________________________________________________________
1260 [  2010] By: jhi                                   on 1998/10/17  14:51:05
1261         Log: BC2000 POSIX update.
1262      Branch: cfgperl
1263            ! MANIFEST
1264 ____________________________________________________________________________
1265 [  2009] By: jhi                                   on 1998/10/17  14:49:46
1266         Log: POSIX BC2000 port from perl-mvs:
1267              
1268              Subject: Ported perl 5.005.02 to BS2000 / POSIX
1269              From: Dorner Thomas <Thomas.Dorner@start.de> 
1270              Date: Tue, 29 Sep 1998 13:29:36 +0100 
1271              Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
1272      Branch: cfgperl
1273            + README.posix-bc hints/posix-bc.sh
1274            ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
1275            ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
1276            ! unixish.h
1277 ____________________________________________________________________________
1278 [  2008] By: jhi                                   on 1998/10/17  14:07:49
1279         Log: VM/ESA-update.
1280      Branch: cfgperl
1281            ! MANIFEST
1282 ____________________________________________________________________________
1283 [  2007] By: jhi                                   on 1998/10/17  13:55:34
1284         Log: Forgot few S_I* imports.
1285      Branch: cfgperl
1286            ! t/lib/ipc_sysv.t
1287 ____________________________________________________________________________
1288 [  2006] By: jhi                                   on 1998/10/17  13:43:54
1289         Log: The VM/ESA port essentials, based on
1290              
1291              perl-mvs:
1292              
1293              From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
1294              Subject: Re: Can't find Data/Dumper.pm
1295              Date: Mon, 28 Sep 1998 07:40:49 +1300
1296              Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
1297              
1298              private email:
1299              
1300              From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
1301              Subject: Re: Perl thread problems in VM/ESA
1302              Date: Thu, 15 Oct 1998 07:18:35 +1300
1303              Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
1304              
1305              and private email:
1306              
1307              From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
1308              Subject:  perl archive
1309              Date:      Sun, 11 Oct 1998 19:28:54 EDT
1310              Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
1311              which gave a pointer to
1312              
1313              http://pucc.princeton.edu/~neale/perl.tar
1314              
1315              (based on Perl 5.005_51)
1316      Branch: cfgperl
1317            + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
1318            ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
1319            ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
1320            ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
1321 ____________________________________________________________________________
1322 [  2005] By: jhi                                   on 1998/10/17  13:17:19
1323         Log: Integrate mainperl.
1324      Branch: cfgperl
1325           !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
1326           !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1327           !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
1328           !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
1329           !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
1330           !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
1331           !> win32/makefile.mk
1332 ____________________________________________________________________________
1333 [  2004] By: jhi                                   on 1998/10/17  11:19:06
1334         Log: Removed an extra ' from the int64_t test.
1335      Branch: cfgperl
1336            ! Configure
1337 ____________________________________________________________________________
1338 [  2003] By: gsar                                  on 1998/10/17  04:11:40
1339         Log: silence -w noises (suggested by Greg Bacon)
1340      Branch: perl
1341            ! lib/Term/Complete.pm
1342 ____________________________________________________________________________
1343 [  2002] By: gsar                                  on 1998/10/17  04:07:48
1344         Log: From: Gisle Aas <gisle@aas.no>
1345              Date: 14 Oct 1998 15:53:14 +0200
1346              Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
1347              Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
1348      Branch: perl
1349            ! util.c
1350 ____________________________________________________________________________
1351 [  2001] By: gsar                                  on 1998/10/17  04:06:10
1352         Log: From: Gisle Aas <gisle@aas.no>
1353              Date: 14 Oct 1998 15:17:44 +0200
1354              Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
1355              Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
1356      Branch: perl
1357            ! toke.c
1358 ____________________________________________________________________________
1359 [  2000] By: gsar                                  on 1998/10/17  03:06:33
1360         Log: From: Gisle Aas <gisle@aas.no>
1361              Date: 14 Oct 1998 00:38:06 +0200
1362              Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
1363              Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
1364      Branch: perl
1365            ! sv.c
1366 ____________________________________________________________________________
1367 [  1999] By: gsar                                  on 1998/10/17  03:04:48
1368         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1369              Date: Tue, 13 Oct 1998 15:10:57 -0700
1370              Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
1371              Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
1372      Branch: perl
1373            ! vms/ext/Stdio/Stdio.pm
1374 ____________________________________________________________________________
1375 [  1998] By: gsar                                  on 1998/10/17  03:00:40
1376         Log: skip readonly vars and unref references when doing a reset()
1377      Branch: perl
1378            ! sv.c
1379 ____________________________________________________________________________
1380 [  1997] By: gsar                                  on 1998/10/17  02:49:19
1381         Log: fix buggy treatment of large checksums on unicode strings
1382              From: Gisle Aas <gisle@aas.no>
1383              Date: 13 Oct 1998 21:35:39 +0200
1384              Message-ID: <m31zocp850.fsf@furu.g.aas.no>
1385              Subject: unpack("%48U*",...)  [PATCH 5.005_52]
1386      Branch: perl
1387            ! pp.c
1388 ____________________________________________________________________________
1389 [  1996] By: gsar                                  on 1998/10/17  02:43:22
1390         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1391              Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
1392              Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
1393              Subject: [PATCH 5.005_52] Memory overrun in os2.c
1394      Branch: perl
1395            ! os2/Makefile.SHs os2/os2.c
1396 ____________________________________________________________________________
1397 [  1995] By: gsar                                  on 1998/10/17  02:42:01
1398         Log: clarify section name rules for typemaps
1399      Branch: perl
1400            ! pod/perlxs.pod
1401 ____________________________________________________________________________
1402 [  1994] By: gsar                                  on 1998/10/17  02:33:02
1403         Log: whitespace-proof grent.t
1404      Branch: perl
1405            ! t/op/grent.t
1406 ____________________________________________________________________________
1407 [  1993] By: gsar                                  on 1998/10/17  02:27:29
1408         Log: fix bug in B::CC::pp_sassign()
1409              From: "vishal bhatia" <vishalb@hotmail.com>
1410              Date: Sun, 11 Oct 1998 18:41:38 PDT
1411              Message-ID: <19981012014139.19614.qmail@hotmail.com>
1412              Subject: B::CC problems with pp_sassign routine
1413      Branch: perl
1414            ! ext/B/B/CC.pm
1415 ____________________________________________________________________________
1416 [  1992] By: gsar                                  on 1998/10/17  02:17:49
1417         Log: applied suggested patch with small doc tweak
1418              From: Gisle Aas <gisle@aas.no>
1419              Date: 11 Oct 1998 12:53:13 +0200
1420              Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
1421              Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
1422      Branch: perl
1423            ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
1424            ! t/op/tiehandle.t
1425 ____________________________________________________________________________
1426 [  1991] By: gsar                                  on 1998/10/17  02:08:30
1427         Log: apply non-conflicting parts from suggested patch
1428              From: jan.dubois@ibm.net (Jan Dubois)
1429              Date: Sat, 10 Oct 1998 13:15:45 +0200
1430              Message-ID: <36223ed7.18279374@smtp1.ibm.net>
1431              Subject: [PATCH 5.005_52] Still more MakeMaker  patches
1432      Branch: perl
1433            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1434 ____________________________________________________________________________
1435 [  1990] By: gsar                                  on 1998/10/17  02:01:24
1436         Log: provide option to enable optimization with VC (suggested by Jan
1437              Dubois)
1438      Branch: perl
1439            ! win32/Makefile win32/makefile.mk
1440 ____________________________________________________________________________
1441 [  1989] By: gsar                                  on 1998/10/17  01:55:27
1442         Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
1443              Dave Leppik <dleppik@gage.com>
1444      Branch: perl
1445            ! perl.h
1446 ____________________________________________________________________________
1447 [  1988] By: gsar                                  on 1998/10/17  01:49:05
1448         Log: stray typo found by Hugo van der Sanden
1449      Branch: perl
1450            ! op.c
1451 ____________________________________________________________________________
1452 [  1987] By: gsar                                  on 1998/10/17  01:45:52
1453         Log: perldoc pod update
1454              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1455              Date: 06 Oct 1998 23:56:51 -0600
1456              Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
1457              Subject: [PATCH _02 and _52] perldoc
1458      Branch: perl
1459            ! utils/perldoc.PL
1460 ____________________________________________________________________________
1461 [  1986] By: gsar                                  on 1998/10/17  01:41:40
1462         Log: qualify names of builtins
1463      Branch: perl
1464            ! ext/POSIX/POSIX.pm
1465 ____________________________________________________________________________
1466 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
1467         Log: From: Jochen Wiedmann <joe@ispsoft.de>
1468              Date: Thu, 17 Sep 1998 17:16:06 +0200
1469              Message-ID: <360127B6.E44564A@ispsoft.de>
1470              Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
1471      Branch: maint-5.005/perl
1472            ! lib/ExtUtils/MakeMaker.pm
1473 ____________________________________________________________________________
1474 [  1978] By: gsar                                  on 1998/10/16  01:58:58
1475         Log: integrate cfgperl mods into mainline
1476      Branch: perl
1477           +> ext/DynaLoader/dl_vmesa.xs
1478            ! Porting/genlog
1479           !> Configure MANIFEST Makefile.SH config_h.SH
1480           !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
1481           !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
1482           !> x2p/Makefile.SH
1483 ____________________________________________________________________________
1484 [  1976] By: gsar                                  on 1998/10/16  00:10:52
1485         Log: stray tweak
1486      Branch: perl
1487            ! op.c
1488 ____________________________________________________________________________
1489 [  1975] By: gsar                                  on 1998/10/15  23:54:38
1490         Log: propagate typeness of lexicals while cloning them
1491      Branch: perl
1492            ! op.c
1493 ____________________________________________________________________________
1494 [  1974] By: gsar                                  on 1998/10/15  23:53:25
1495         Log: s/last/first/ typo in append_list()
1496      Branch: perl
1497            ! op.c
1498 ____________________________________________________________________________
1499 [  1973] By: gsar                                  on 1998/10/15  20:06:17
1500         Log: nuke confperl branch and contents
1501      Branch: confperl
1502            - (delete 1284 files)
1503 ____________________________________________________________________________
1504 [  1972] By: jhi                                   on 1998/10/15  07:07:35
1505         Log: Test #162 had been added but the "print 1..161" had not been updated.
1506      Branch: cfgperl
1507            ! t/op/pat.t
1508 ____________________________________________________________________________
1509 [  1971] By: gsar                                  on 1998/10/15  03:09:58
1510         Log: check in all confperl changes as of change#1964 into cfgperl
1511      Branch: cfgperl
1512            + ext/DynaLoader/dl_vmesa.xs
1513            ! Configure MANIFEST Makefile.SH config_h.SH
1514            ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
1515            ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
1516 ____________________________________________________________________________
1517 [  1970] By: gsar                                  on 1998/10/15  03:05:59
1518         Log: integrate mainline to get tr.t
1519      Branch: cfgperl
1520           +> t/op/tr.t
1521 ____________________________________________________________________________
1522 [  1969] By: gsar                                  on 1998/10/15  03:04:17
1523         Log: add missing tr.t to repository
1524      Branch: perl
1525            + t/op/tr.t
1526 ____________________________________________________________________________
1527 [  1968] By: gsar                                  on 1998/10/15  03:02:43
1528         Log: create cfgperl branch
1529      Branch: cfgperl
1530           +> (branch 1282 files)
1531 ____________________________________________________________________________
1532 [  1967] By: gsar                                  on 1998/10/15  02:46:08
1533         Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
1534              (MAN3PODS cannot be set to ' '; stray stricture violation)
1535      Branch: perl
1536            ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
1537            ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
1538            ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
1539            ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
1540            ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
1541            ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
1542            ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
1543            ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
1544            ! ext/attrs/Makefile.PL ext/re/Makefile.PL
1545            ! lib/ExtUtils/MM_Unix.pm
1546 ____________________________________________________________________________
1547 [  1966] By: gsar                                  on 1998/10/15  02:19:03
1548         Log: tweak to make fix in change#1944 behave correctly for closures
1549              created within eval''
1550      Branch: perl
1551            ! op.c t/op/eval.t
1552 ____________________________________________________________________________
1553 [  1965] By: gsar                                  on 1998/10/14  23:22:41
1554         Log: use better numbers for exitstatus test
1555      Branch: perl
1556            ! t/op/die_exit.t
1557 ____________________________________________________________________________
1558 [  1964] By: jhi                                   on 1998/10/14  17:25:41
1559         Log: Add VM/ESA dynaloading (uses <dll.h>).
1560      Branch: confperl
1561            + ext/DynaLoader/dl_vmesa.xs
1562            ! MANIFEST
1563 ____________________________________________________________________________
1564 [  1963] By: jhi                                   on 1998/10/14  17:17:10
1565         Log: Remove a2p.loadmap in 'clean' target.
1566      Branch: confperl
1567            ! x2p/Makefile.SH
1568 ____________________________________________________________________________
1569 [  1962] By: jhi                                   on 1998/10/14  17:13:11
1570         Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
1571      Branch: confperl
1572            ! Makefile.SH
1573 ____________________________________________________________________________
1574 [  1961] By: jhi                                   on 1998/10/14  16:27:39
1575         Log: VM/ESA creates executable.loadmaps.
1576      Branch: confperl
1577            ! Makefile.SH
1578 ____________________________________________________________________________
1579 [  1960] By: jhi                                   on 1998/10/14  15:37:39
1580         Log: Introduce SCHED_YIELD (one of sched_yield(),
1581              pthread_yield(), or pthread_yield(NULL)).
1582              YIELD is then defined using SCHED_YIELD unless
1583              a platform-specific YIELD has already been defined.
1584              
1585              Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
1586              
1587              The need for pthread_yield(NULL) and pthread_attr_setdet...
1588              introduced by (private email)
1589              
1590              From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
1591              Date: Sat, 10 Oct 1998 21:08:15 +1300
1592              Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
1593              Subject: Re: Perl thread problems in VM/ESA
1594              
1595              Better select() protoprobe (for AIX), from (private email)
1596              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1597              Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
1598              Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
1599              Subject: AIX select (fwd)
1600              From: Lars Hecking <lhecking@nmrc.ucc.ie>
1601              To: Andy Dougherty <doughera@lafcol.lafayette.edu>
1602              Date: Fri, 2 Oct 1998 10:40:01 +0100
1603              Subject: AIX select
1604              
1605              Linux-avoid-so.X.Y, based on
1606              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1607              Date: Tue, 13 Oct 1998 15:55:07 -0400
1608              Message-ID: <19981013155507.B4004@O2.chapin.edu>
1609              Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
1610      Branch: confperl
1611            ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
1612            ! thread.h
1613 ____________________________________________________________________________
1614 [  1959] By: jhi                                   on 1998/10/14  12:51:26
1615         Log: Some old pthread implementations have
1616              pthread_attr_setdetachstate(pthread_attr_t*, int*).
1617      Branch: confperl
1618            ! ext/Thread/Thread.xs
1619 ____________________________________________________________________________
1620 [  1958] By: jhi                                   on 1998/10/14  12:41:11
1621         Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
1622              counterparts will follow soon.
1623      Branch: confperl
1624            ! thread.h
1625 ____________________________________________________________________________
1626 [  1957] By: jhi                                   on 1998/10/14  12:38:11
1627         Log: Add tr.t (MANIFEST already knew about it, strange)
1628      Branch: confperl
1629            + t/op/tr.t
1630 ____________________________________________________________________________
1631 [  1956] By: jhi                                   on 1998/10/14  12:24:35
1632         Log: Mutexen should be initialized only once.
1633      Branch: confperl
1634            ! gv.c op.c
1635 ____________________________________________________________________________
1636 [  1955] By: jhi                                   on 1998/10/14  12:19:38
1637         Log: os390 has its own cppstdin.
1638      Branch: confperl
1639            ! hints/os390.sh
1640 ____________________________________________________________________________
1641 [  1954] By: jhi                                   on 1998/10/14  12:15:06
1642         Log: Integrate with mainperl.
1643      Branch: confperl
1644           !> (integrate 1280 files)
1645 ____________________________________________________________________________
1646 [  1953] By: jhi                                   on 1998/10/14  11:48:08
1647         Log: Removed duplicate CMA threads code for HPUX 10.X.
1648              (probably residue of patch(1) being too understanding)
1649              Enhanced 64-bit settings. (redo change#1940)
1650      Branch: confperl
1651            ! hints/hpux.sh
1652 ____________________________________________________________________________
1653 [  1952] By: jhi                                   on 1998/10/14  11:45:16
1654         Log: (redo change#1949) Detypo in the d_open64 warning about
1655              the impending WHOA.
1656      Branch: confperl
1657            ! hints/irix_6.sh
1658 ____________________________________________________________________________
1659 [  1951] By: jhi                                   on 1998/10/14  10:54:16
1660         Log: Mutexen should only be inited once, after they have been New()ed.
1661      Branch: confperl
1662            ! gv.c op.c
1663 ____________________________________________________________________________
1664 [  1950] By: jhi                                   on 1998/10/14  10:41:43
1665         Log: Own cppstdin.
1666      Branch: confperl
1667            ! hints/os390.sh
1668 ____________________________________________________________________________
1669 [  1949] By: jhi                                   on 1998/10/14  10:34:23
1670         Log: Detypo in the d_open64 warning about the impending WHOA.
1671      Branch: confperl
1672            ! hints/irix_6.sh
1673 ____________________________________________________________________________
1674 [  1948] By: gsar                                  on 1998/10/14  05:38:01
1675         Log: two typos
1676      Branch: perl
1677            ! pp_hot.c t/op/eval.t
1678 ____________________________________________________________________________
1679 [  1947] By: gsar                                  on 1998/10/14  05:37:10
1680         Log: let docatch() pass the buck when restartop turns out to be null,
1681              making exceptions in BEGIN{} propagate as expected
1682      Branch: perl
1683            ! pp_ctl.c t/op/misc.t
1684 ____________________________________________________________________________
1685 [  1946] By: gsar                                  on 1998/10/13  03:41:49
1686         Log: add missing file from change#1943
1687      Branch: perl
1688            ! proto.h
1689 ____________________________________________________________________________
1690 [  1945] By: gsar                                  on 1998/10/13  03:32:02
1691         Log: defer "deep recursion" warnings until CXt_SUB context is properly
1692              set up
1693      Branch: perl
1694            ! pp_hot.c t/pragma/warn/pp_hot
1695 ____________________________________________________________________________
1696 [  1944] By: gsar                                  on 1998/10/13  03:15:50
1697         Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
1698              fixup the cop_seq value that must be seen by lexical lookups that
1699              emanate within eval''
1700      Branch: perl
1701            ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
1702 ____________________________________________________________________________
1703 [  1943] By: gsar                                  on 1998/10/13  02:06:09
1704         Log: ensure recursive attempts to findlex()icals know enough about where
1705              the last eval'' context was encountered
1706      Branch: perl
1707            ! op.c t/op/eval.t
1708 ____________________________________________________________________________
1709 [  1942] By: gsar                                  on 1998/10/13  02:01:24
1710         Log: force copy of substrings when matching against temporaries
1711      Branch: perl
1712            ! pp_hot.c t/op/pat.t
1713 ____________________________________________________________________________
1714 [  1941] By: gsar                                  on 1998/10/13  01:49:16
1715         Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
1716              implementation)
1717      Branch: perl
1718            ! pp_ctl.c t/op/runlevel.t
1719 ____________________________________________________________________________
1720 [  1940] By: jhi                                   on 1998/10/12  09:57:44
1721         Log: Removed duplicate CMA threads code for HPUX 10.X.
1722              (probably residue of patch(1) being too understanding)
1723              Enhanced 64-bit settings.
1724      Branch: confperl
1725            ! hints/hpux.sh
1726 ____________________________________________________________________________
1727 [  1939] By: jhi                                   on 1998/10/12  09:53:11
1728         Log: Initial sync from mainline perl.
1729      Branch: confperl
1730            + (add 1282 files)
1731 ____________________________________________________________________________
1732 [  1937] By: gsar                                  on 1998/10/06  21:16:34
1733         Log: fix $/ init for USE_THREADS
1734      Branch: perl
1735            ! perl.c
1736 ____________________________________________________________________________
1737 [  1936] By: gsar                                  on 1998/10/06  07:19:39
1738         Log: fix globals caught by change#1927; builds and tests on Solaris
1739      Branch: perl
1740            ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
1741            ! warning.h warning.pl
1742 ____________________________________________________________________________
1743 [  1935] By: gsar                                  on 1998/10/06  06:50:35
1744         Log: add test for previous fix
1745      Branch: perl
1746            ! ext/Thread/create.t
1747 ____________________________________________________________________________
1748 [  1934] By: gsar                                  on 1998/10/06  06:37:36
1749         Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
1750      Branch: perl
1751            ! util.c
1752 ____________________________________________________________________________
1753 [  1933] By: gsar                                  on 1998/10/06  05:04:20
1754         Log: undo bogus part of change#1903 (as pointed out by Larry)
1755      Branch: perl
1756            ! pp_ctl.c
1757 ____________________________________________________________________________
1758 [  1932] By: gsar                                  on 1998/10/06  04:21:31
1759         Log: added tweaked version of suggested patch
1760              From: jan.dubois@ibm.net (Jan Dubois)
1761              Date: Sat, 03 Oct 1998 19:04:48 +0200
1762              Message-ID: <361d54b2.36841294@smtp1.ibm.net>
1763              Subject: [PATCH 5.005_52] More MakeMaker  patches
1764      Branch: perl
1765            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1766            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
1767 ____________________________________________________________________________
1768 [  1931] By: gsar                                  on 1998/10/06  04:04:33
1769         Log: use cpp symbols instead of hardwired constants
1770              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1771              Date: Mon, 05 Oct 1998 09:23:33 +0100
1772              Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
1773              Subject: [PATCH 5.005_52] By the numbers (resend)
1774      Branch: perl
1775            ! op.c
1776 ____________________________________________________________________________
1777 [  1930] By: gsar                                  on 1998/10/06  04:01:55
1778         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1779              Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
1780              Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
1781              Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
1782      Branch: perl
1783            ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
1784            ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
1785 ____________________________________________________________________________
1786 [  1929] By: gsar                                  on 1998/10/06  03:50:36
1787         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1788              Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
1789              Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
1790              Subject: [PATCH 5.00552] Minor test improvement
1791      Branch: perl
1792            ! t/op/magic.t
1793 ____________________________________________________________________________
1794 [  1928] By: gsar                                  on 1998/10/06  03:49:03
1795         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1796              Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
1797              Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
1798              Subject: [PATCH 5.00552] emacs/ptags inprovements
1799      Branch: perl
1800            ! emacs/ptags
1801 ____________________________________________________________________________
1802 [  1927] By: gsar                                  on 1998/10/06  03:47:44
1803         Log: disable C<#define dirty PL_dirty> et al.
1804      Branch: perl
1805            ! embed.pl embedvar.h
1806 ____________________________________________________________________________
1807 [  1926] By: gsar                                  on 1998/10/06  03:43:32
1808         Log: From: Mark-Jason Dominus <mjd@plover.com>
1809              Date: Sun, 04 Oct 1998 14:48:11 -0400
1810              Message-ID: <19981004184811.16048.qmail@plover.com>
1811              Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
1812      Branch: perl
1813            ! utils/perldoc.PL
1814 ____________________________________________________________________________
1815 [  1925] By: gsar                                  on 1998/10/06  03:27:35
1816         Log: disable USE_THREADS when PERL_OBJECT is enabled
1817      Branch: perl
1818            ! win32/Makefile win32/makefile.mk
1819 ____________________________________________________________________________
1820 [  1924] By: gsar                                  on 1998/10/06  03:26:54
1821         Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
1822      Branch: perl
1823            ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
1824            ! vms/perly_c.vms
1825 ____________________________________________________________________________
1826 [  1923] By: gsar                                  on 1998/10/03  05:19:56
1827         Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
1828              overridden
1829      Branch: perl
1830            ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
1831            ! proto.h vms/perly_c.vms
1832 ____________________________________________________________________________
1833 [  1922] By: gsar                                  on 1998/10/03  03:59:50
1834         Log: suppress manifypods leak in extensions
1835      Branch: perl
1836            ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
1837 ____________________________________________________________________________
1838 [  1921] By: gsar                                  on 1998/10/02  22:30:15
1839         Log: os390 fixes (suggested by Peter Prymmer)
1840      Branch: perl
1841            ! Makefile.SH regcomp.c
1842 ____________________________________________________________________________
1843 [  1920] By: gsar                                  on 1998/10/02  21:41:19
1844         Log: squelch undef warnings
1845              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1846              Date: Fri, 02 Oct 1998 11:01:14 +0100
1847              Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
1848              Subject: [PATCH] Re: Apparent bug in Math::BigInt 
1849      Branch: perl
1850            ! Changes lib/Math/BigInt.pm
1851 ____________________________________________________________________________
1852 [  1919] By: gsar                                  on 1998/10/02  04:59:13
1853         Log: add note to INSTALL about ANSI C
1854      Branch: perl
1855            ! INSTALL
1856 ____________________________________________________________________________
1857 [  1918] By: gsar                                  on 1998/10/02  04:21:10
1858         Log: tolerate spaces when fixing up __cplusplus output by old h2xs
1859              From: jan.dubois@ibm.net (Jan Dubois)
1860              Date: Wed, 30 Sep 1998 23:35:30 +0200
1861              Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
1862              Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
1863      Branch: perl
1864            ! lib/ExtUtils/xsubpp
1865 ____________________________________________________________________________
1866 [  1917] By: gsar                                  on 1998/10/02  04:16:02
1867         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1868              Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
1869              Message-Id: <199810010837.LAA31371@alpha.hut.fi>
1870              Subject: Re: Configure test for selectbits busted
1871      Branch: perl
1872            ! Configure
1873 ____________________________________________________________________________
1874 [  1916] By: gsar                                  on 1998/10/02  04:14:17
1875         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1876              Date: Wed, 30 Sep 1998 17:15:20 -0700
1877              Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
1878              Subject: [PATCH 5.005_02]VMS config tweaks
1879      Branch: perl
1880            ! vms/descrip_mms.template vms/subconfigure.com
1881 ____________________________________________________________________________
1882 [  1915] By: gsar                                  on 1998/10/02  04:10:47
1883         Log: use Off_t to permit 64-bit seek()
1884              From: Scott Henry <scotth@sgi.com>
1885              Date: 29 Sep 1998 17:38:46 -0700
1886              Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
1887              Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
1888              --
1889              Date: 28 Sep 1998 18:55:37 -0700
1890              Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
1891              Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
1892      Branch: perl
1893            ! doio.c pp_sys.c proto.h sv.c
1894 ____________________________________________________________________________
1895 [  1914] By: gsar                                  on 1998/10/02  04:05:36
1896         Log: normalize tm struct passed to strftime() with mktime()
1897              From: Spider Boardman <spider@orb.nashua.nh.us>
1898              Date: Wed, 30 Sep 1998 15:12:09 -0400
1899              Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
1900              Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
1901      Branch: perl
1902            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1903 ____________________________________________________________________________
1904 [  1913] By: gsar                                  on 1998/10/02  03:59:46
1905         Log: don't try to run foo_SH.orig etc.
1906      Branch: perl
1907            ! Configure
1908 ____________________________________________________________________________
1909 [  1912] By: gsar                                  on 1998/10/02  03:45:37
1910         Log: make warning about glob process failure optional
1911      Branch: perl
1912            ! pod/perldiag.pod pp_hot.c
1913 ____________________________________________________________________________
1914 [  1911] By: gsar                                  on 1998/10/02  02:52:21
1915         Log: document yet another RE diagnostic, make it consistent with REG_INFTY
1916              From: Dominic Dunlop <domo@vo.lu>
1917              Date: Tue, 29 Sep 1998 21:06:30 +0000
1918              Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
1919              Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
1920              --
1921              Date: Wed, 30 Sep 1998 11:46:44 +0000
1922              Message-Id: <v03110702b237beb04830@[212.24.192.74]>
1923              Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
1924      Branch: perl
1925            ! pod/perldiag.pod regcomp.c
1926 ____________________________________________________________________________
1927 [  1910] By: gsar                                  on 1998/10/02  02:48:48
1928         Log: minor Configure tweaks (via private mail)
1929              From: Jarkko Hietaniemi <jhi@iki.fi>
1930              Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
1931              Message-Id: <199809292325.CAA19737@alpha.hut.fi>
1932              Subject: [PATCH] 5.005_52: the drizzle continues
1933      Branch: perl
1934            ! Configure config_h.SH handy.h
1935 ____________________________________________________________________________
1936 [  1909] By: gsar                                  on 1998/10/02  02:46:39
1937         Log: update SCO hints for dynamic loading
1938              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1939              Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
1940              Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
1941              Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
1942              --
1943              Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
1944              Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
1945              Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
1946      Branch: perl
1947            ! hints/sco.sh
1948 ____________________________________________________________________________
1949 [  1908] By: gsar                                  on 1998/10/02  02:33:39
1950         Log: make File::Find work when wanted() is autoloaded or a symbolic ref
1951      Branch: perl
1952            ! lib/File/Find.pm
1953 ____________________________________________________________________________
1954 [  1907] By: gsar                                  on 1998/10/02  02:21:52
1955         Log: applied patches, but retained old behavior for win32 (where compilers
1956              can't read from stdin at all)
1957              From: Graham Barr <gbarr@ti.com>
1958              Date: Mon, 28 Sep 1998 09:41:49 -0500
1959              Message-ID: <19980928094149.B26576@asic.sc.ti.com>
1960              Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
1961              --
1962              Date: Tue, 29 Sep 1998 12:35:43 -0500
1963              Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
1964              Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
1965      Branch: perl
1966            ! ext/Errno/Errno_pm.PL
1967 ____________________________________________________________________________
1968 [  1906] By: gsar                                  on 1998/10/02  02:02:19
1969         Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
1970              Hietaniemi)
1971      Branch: perl
1972            ! t/op/grent.t
1973 ____________________________________________________________________________
1974 [  1905] By: gsar                                  on 1998/10/02  01:59:56
1975         Log: win32 caveats about truncate()
1976      Branch: perl
1977            ! pod/perlport.pod
1978 ____________________________________________________________________________
1979 [  1904] By: gsar                                  on 1998/10/02  01:53:25
1980         Log: various Configure and hints updates (prefer drand48() or random()
1981              over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
1982              applied modulo SCO hints superceded by later patch
1983              From: Jarkko Hietaniemi <jhi@iki.fi>
1984              Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
1985              Message-Id: <199809282156.AAA18615@alpha.hut.fi>
1986              Subject: [PATCH] 5.005_52: Configure et al:
1987      Branch: perl
1988            + ext/IPC/SysV/hints/next_3.pl
1989            ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
1990            ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
1991            ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
1992 ____________________________________________________________________________
1993 [  1903] By: gsar                                  on 1998/10/02  01:42:37
1994         Log: fixes for bugs in /RE/p    from Hugo van der Sanden
1995              Date: Mon, 28 Sep 1998 17:41:49 +0100
1996              Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
1997              Subject: [PATCH 5.005_52] Re: More on ?p 
1998              --
1999              Date: Thu, 01 Oct 1998 09:10:58 +0100
2000              Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
2001              Subject: [PATCH 5.005_52] ?p fix
2002              --
2003              Date: Thu, 01 Oct 1998 10:45:56 +0100
2004              Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
2005              Subject: [PATCH 5.005_52] more on ?p
2006      Branch: perl
2007            ! pp_ctl.c
2008 ____________________________________________________________________________
2009 [  1902] By: gsar                                  on 1998/10/02  01:36:14
2010         Log: From: Kenneth Duda <kjd@cisco.com>
2011              Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
2012              Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
2013              Subject: writemain dies when there are more than 4000 characters of extensions
2014      Branch: perl
2015            ! writemain.SH
2016 ____________________________________________________________________________
2017 [  1901] By: gsar                                  on 1998/10/02  01:33:16
2018         Log: tweak run_byacc recipe
2019      Branch: perl
2020            ! Makefile.SH Porting/pumpkin.pod
2021 ____________________________________________________________________________
2022 [  1900] By: gsar                                  on 1998/10/02  01:02:09
2023         Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
2024      Branch: perl
2025            ! perl.h pp_ctl.c
2026 ____________________________________________________________________________
2027 [  1899] By: gsar                                  on 1998/09/28  20:46:30
2028         Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
2029              Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
2030              Dvornik)
2031      Branch: perl
2032            ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
2033 ____________________________________________________________________________
2034 [  1898] By: gsar                                  on 1998/09/28  20:42:52
2035         Log: flush unsubmitted 5.00552 change
2036      Branch: perl
2037            ! MANIFEST
2038 ____________________________________________________________________________
2039 [  1897] By: gsar                                  on 1998/09/27  04:43:06
2040         Log: run vms_yfix.pl
2041      Branch: perl
2042            ! vms/perly_c.vms
2043 ____________________________________________________________________________
2044 [  1896] By: gsar                                  on 1998/09/27  03:38:55
2045         Log: small tweak on last change
2046      Branch: perl
2047            ! win32/win32.c
2048 ____________________________________________________________________________
2049 [  1895] By: gsar                                  on 1998/09/27  03:17:17
2050         Log: fix win32_stat() to do the right thing for share names
2051      Branch: perl
2052            ! win32/win32.c
2053 ____________________________________________________________________________
2054 [  1891] By: larry                                 on 1998/09/25  18:50:40
2055         Log: Fixed apostrophe problem from Mark Knutsen.
2056      Branch: perl
2057            ! sv.h
2058
2059 ----------------
2060 Version 5.005_52
2061 ----------------
2062
2063 ____________________________________________________________________________
2064 [  1890] By: gsar                                  on 1998/09/25  10:25:00
2065         Log: update template config.sh, add new config vars to win32 stuff
2066      Branch: perl
2067            ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
2068            ! pp_sys.c proto.h win32/config.bc win32/config.gc
2069            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2070            ! win32/config_H.vc win32/win32.h
2071 ____________________________________________________________________________
2072 [  1889] By: gsar                                  on 1998/09/25  07:13:13
2073         Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
2074              for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
2075              of full-fledged 64-bit support (including support for: fseeko/ftello,
2076              Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
2077              in Fcntl)
2078              From: Jarkko Hietaniemi <jhi@iki.fi>
2079              Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
2080              Message-Id: <199809112056.XAA04720@alpha.hut.fi>
2081              Subject: [PATCH] 5.005_51: Configure "Massive Attack"
2082              --
2083              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2084              Date: 12 Sep 1998 09:44:25 +0300
2085              Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
2086              Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
2087      Branch: perl
2088            + lib/filetest.pm
2089            ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
2090            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
2091            ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
2092            ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
2093            ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
2094            ! win32/makedef.pl
2095 ____________________________________________________________________________
2096 [  1888] By: gsar                                  on 1998/09/25  06:27:12
2097         Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
2098      Branch: perl
2099            ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
2100            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2101            ! win32/makedef.pl win32/makefile.mk win32/win32.c
2102 ____________________________________________________________________________
2103 [  1887] By: gsar                                  on 1998/09/25  04:50:49
2104         Log: win32.c tweak
2105      Branch: perl
2106            ! win32/win32.c
2107 ____________________________________________________________________________
2108 [  1886] By: gsar                                  on 1998/09/25  04:47:32
2109         Log: s/MAKEMAKEROPT/PERL_MM_OPT/
2110      Branch: perl
2111            ! lib/ExtUtils/MakeMaker.pm
2112 ____________________________________________________________________________
2113 [  1885] By: gsar                                  on 1998/09/25  04:05:09
2114         Log: From: Dominic Dunlop <domo@vo.lu>
2115              Date: Thu, 10 Sep 1998 11:02:46 +0000
2116              Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
2117              Subject: MM_Unix::canonpath erroneously turns leading // into /
2118      Branch: perl
2119            ! lib/ExtUtils/MM_Unix.pm
2120 ____________________________________________________________________________
2121 [  1884] By: gsar                                  on 1998/09/25  03:06:10
2122         Log: temporarily disable perl malloc for a2p until we clean up
2123              conflicting malloc() declarations everywhere
2124      Branch: perl
2125            ! x2p/Makefile.SH
2126 ____________________________________________________________________________
2127 [  1883] By: gsar                                  on 1998/09/25  02:27:00
2128         Log: remove obsolete win32/bin/*.pl
2129      Branch: perl
2130            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
2131            ! Changes MANIFEST win32/Makefile win32/makefile.mk
2132 ____________________________________________________________________________
2133 [  1882] By: gsar                                  on 1998/09/25  02:04:43
2134         Log: missing file in last submit
2135      Branch: perl
2136            ! proto.h
2137 ____________________________________________________________________________
2138 [  1881] By: gsar                                  on 1998/09/25  01:56:54
2139         Log: serial access to PL_x[inpr]v_root for USE_THREADS
2140      Branch: perl
2141            ! sv.c
2142 ____________________________________________________________________________
2143 [  1880] By: gsar                                  on 1998/09/25  01:19:38
2144         Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
2145              From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
2146              Date: Thu, 24 Sep 1998 22:01:09 +0900
2147              Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
2148              Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
2149      Branch: perl
2150            ! hv.c proto.h
2151 ____________________________________________________________________________
2152 [  1879] By: gsar                                  on 1998/09/25  00:20:07
2153         Log: tweaks to enable PERL_OBJECT to build & test on win32
2154      Branch: perl
2155            ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
2156            ! win32/GenCAPI.pl
2157 ____________________________________________________________________________
2158 [  1878] By: gsar                                  on 1998/09/25  00:13:36
2159         Log: fix change#1861, which breaks default boot_xxx symbol generation
2160      Branch: perl
2161            ! lib/ExtUtils/Mksymlists.pm
2162 ____________________________________________________________________________
2163 [  1877] By: gsar                                  on 1998/09/24  10:29:54
2164         Log: two tweaks for clean build and test on Solaris
2165      Branch: perl
2166            ! op.c t/op/subst.t
2167 ____________________________________________________________________________
2168 [  1876] By: gsar                                  on 1998/09/24  09:04:43
2169         Log: From: Colin Kuskie <ckuskie@cadence.com>
2170              Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
2171              Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
2172              Subject: [PATCH 5.005_51] perlform.pod
2173      Branch: perl
2174            ! pod/perlform.pod
2175 ____________________________________________________________________________
2176 [  1875] By: gsar                                  on 1998/09/24  08:47:47
2177         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2178              Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
2179              Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
2180              Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
2181      Branch: perl
2182            ! regexec.c
2183 ____________________________________________________________________________
2184 [  1874] By: gsar                                  on 1998/09/24  08:44:55
2185         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2186              Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
2187              Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
2188              Subject: Re: your Regexp.patch dated 21.8 [PATCH]
2189      Branch: perl
2190            ! toke.c
2191 ____________________________________________________________________________
2192 [  1873] By: gsar                                  on 1998/09/24  08:39:41
2193         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2194              Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
2195              Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
2196              Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
2197      Branch: perl
2198            ! Changes regcomp.c
2199 ____________________________________________________________________________
2200 [  1872] By: gsar                                  on 1998/09/24  08:37:00
2201         Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
2202              Date: Sun, 23 Aug 1998 23:18:38 PDT
2203              Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
2204              Subject: new irix_6.sh hints file
2205      Branch: perl
2206            ! hints/irix_6.sh
2207 ____________________________________________________________________________
2208 [  1871] By: gsar                                  on 1998/09/24  07:26:37
2209         Log: correct FSF address in various places
2210      Branch: perl
2211            ! Copying README ext/B/README lib/Getopt/Long.pm
2212 ____________________________________________________________________________
2213 [  1870] By: gsar                                  on 1998/09/24  07:11:56
2214         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
2215              Date:    Fri, 14 Aug 1998 09:20:16 PDT
2216              Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
2217              Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
2218      Branch: perl
2219            ! configure.com
2220 ____________________________________________________________________________
2221 [  1869] By: gsar                                  on 1998/09/24  06:55:59
2222         Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
2223              From:    Scott Henry <scotth@sgi.com>
2224              Date:    13 Aug 1998 09:52:15 PDT
2225              Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
2226              Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
2227      Branch: perl
2228            ! hints/irix_6.sh
2229 ____________________________________________________________________________
2230 [  1868] By: gsar                                  on 1998/09/24  06:51:23
2231         Log: From:    Nathan Torkington <gnat@frii.com>
2232              Date:    Thu, 13 Aug 1998 10:59:48 MDT
2233              Message-Id: <199808131659.KAA06179@prometheus.frii.com>
2234              Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
2235      Branch: perl
2236            ! pod/perlfunc.pod
2237 ____________________________________________________________________________
2238 [  1867] By: gsar                                  on 1998/09/24  06:45:13
2239         Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
2240              that are autoloaded)
2241      Branch: perl
2242            ! pp_ctl.c
2243 ____________________________________________________________________________
2244 [  1866] By: gsar                                  on 1998/09/24  05:21:19
2245         Log: grandfather deprecated "$$<digit>" no more
2246      Branch: perl
2247            ! pod/perldiag.pod toke.c
2248 ____________________________________________________________________________
2249 [  1865] By: gsar                                  on 1998/09/24  04:52:48
2250         Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
2251              low bits (suggested by Ilya Zakharevich)
2252      Branch: perl
2253            ! hv.h
2254 ____________________________________________________________________________
2255 [  1864] By: gsar                                  on 1998/09/24  04:29:14
2256         Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
2257              perly_c.diff
2258      Branch: perl
2259            ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
2260            ! perly_c.diff toke.c
2261 ____________________________________________________________________________
2262 [  1863] By: gsar                                  on 1998/09/24  03:36:30
2263         Log: provide locked access to string table for USE_THREADS
2264      Branch: perl
2265            ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
2266 ____________________________________________________________________________
2267 [  1862] By: gsar                                  on 1998/09/24  03:30:32
2268         Log: remove bogus warn()
2269      Branch: perl
2270            ! embed.pl
2271 ____________________________________________________________________________
2272 [  1861] By: gsar                                  on 1998/09/24  02:58:51
2273         Log: applied suggested patch, adapted for all platforms
2274              From: jan.dubois@ibm.net (Jan Dubois)
2275              Date: Sun, 20 Sep 1998 12:56:38 +0200
2276              Message-ID: <3604de0c.12319885@smtp1.ibm.net>
2277              Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
2278      Branch: perl
2279            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2280            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2281            ! lib/ExtUtils/MakeMaker.pm
2282 ____________________________________________________________________________
2283 [  1860] By: gsar                                  on 1998/09/24  02:16:14
2284         Log: upgrade to CPAN-1.40
2285      Branch: perl
2286            ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
2287 ____________________________________________________________________________
2288 [  1859] By: gsar                                  on 1998/09/24  02:08:59
2289         Log: use $ENV{MAKEMAKEROPT} to set default command line args
2290      Branch: perl
2291            ! lib/ExtUtils/MakeMaker.pm
2292 ____________________________________________________________________________
2293 [  1857] By: gsar                                  on 1998/09/23  10:58:36
2294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2295              Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
2296              Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
2297              Subject: More verbose Test::Harness [PATCH]
2298      Branch: perl
2299            ! lib/Test/Harness.pm
2300 ____________________________________________________________________________
2301 [  1856] By: gsar                                  on 1998/09/23  10:56:24
2302         Log: update hints for OPENSTEP 4.2 on i386
2303              From: Gerben Wierda <Gerben_Wierda@RnA.nl>
2304              Date: Sun, 20 Sep 1998 01:03:18 +0200
2305              Message-Id: <9809192303.AA29190@Spike>
2306              Subject: Perl 5.005_02 compilation problems
2307      Branch: perl
2308            ! hints/next_4.sh
2309 ____________________________________________________________________________
2310 [  1855] By: gsar                                  on 1998/09/23  10:52:27
2311         Log: reset errno after C<require> search (as suggested by Larry)
2312      Branch: perl
2313            ! pp_ctl.c
2314 ____________________________________________________________________________
2315 [  1854] By: gsar                                  on 1998/09/23  10:50:26
2316         Log: misc pod tweaks
2317      Branch: perl
2318            ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
2319 ____________________________________________________________________________
2320 [  1853] By: gsar                                  on 1998/09/23  10:46:06
2321         Log: make Pod/Html.pm handle the --title option properly (as suggested
2322              by gml4410@ggr.co.uk)
2323      Branch: perl
2324            ! lib/Pod/Html.pm
2325 ____________________________________________________________________________
2326 [  1852] By: gsar                                  on 1998/09/23  10:41:39
2327         Log: SSNEW() API for allocating memory on the savestack
2328              From: Albert Dvornik <bert@genscan.com>
2329              Date: 17 Sep 1998 19:23:07 -0400
2330              Message-Id: <tqemtae338.fsf@puma.genscan.com>
2331              Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
2332      Branch: perl
2333            ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
2334            ! perl.h proto.h scope.c scope.h t/io/tell.t
2335 ____________________________________________________________________________
2336 [  1851] By: gsar                                  on 1998/09/23  10:37:05
2337         Log: From: Jochen Wiedmann <joe@ispsoft.de>
2338              Date: Thu, 17 Sep 1998 17:16:06 +0200
2339              Message-ID: <360127B6.E44564A@ispsoft.de>
2340              Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
2341      Branch: perl
2342            ! lib/ExtUtils/MakeMaker.pm
2343 ____________________________________________________________________________
2344 [  1850] By: gsar                                  on 1998/09/23  10:33:05
2345         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
2346              Date: 15 Sep 1998 01:32:31 +0200
2347              Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
2348              Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
2349      Branch: perl
2350            ! lib/ExtUtils/MM_Unix.pm
2351 ____________________________________________________________________________
2352 [  1849] By: gsar                                  on 1998/09/23  10:29:04
2353         Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
2354              Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
2355              Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
2356              Subject: Re: extralibs.ld problem in MM_VMS.pm
2357      Branch: perl
2358            ! lib/ExtUtils/MM_VMS.pm
2359 ____________________________________________________________________________
2360 [  1848] By: gsar                                  on 1998/09/23  10:25:24
2361         Log: From: Roderick Schertler <roderick@argon.org>
2362              Date: 11 Sep 1998 16:19:21 -0400
2363              Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
2364              Subject: Re: Open2 and memory leaks
2365      Branch: perl
2366            ! lib/IPC/Open3.pm
2367 ____________________________________________________________________________
2368 [  1847] By: gsar                                  on 1998/09/23  10:18:31
2369         Log: From: Roderick Schertler <roderick@argon.org>
2370              Date: Wed, 09 Sep 1998 23:52:48 -0400
2371              Message-ID: <20567.905399568@eeyore.ibcinc.com>
2372              Subject: seed srand from /dev/urandom when possible
2373      Branch: perl
2374            ! pod/perlfunc.pod pp.c
2375 ____________________________________________________________________________
2376 [  1846] By: gsar                                  on 1998/09/23  10:12:22
2377         Log: From: Roderick Schertler <roderick@argon.org>
2378              Date: Thu, 10 Sep 1998 00:32:17 -0400
2379              Message-ID: <21142.905401937@eeyore.ibcinc.com>
2380              Subject: doc update for crypt()'s salt
2381      Branch: perl
2382            ! pod/perlfunc.pod
2383 ____________________________________________________________________________
2384 [  1845] By: gsar                                  on 1998/09/23  10:09:23
2385         Log: fix h2ph handling of C<#error "foo">
2386              From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
2387              Date: Thu, 10 Sep 1998 09:59:33 +0900
2388              Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
2389              Subject: [5.005_02] h2ph problem
2390      Branch: perl
2391            ! utils/h2ph.PL
2392 ____________________________________________________________________________
2393 [  1844] By: gsar                                  on 1998/09/23  10:06:13
2394         Log: plug strictly private function leaks in API listing
2395      Branch: perl
2396            ! pod/perlguts.pod
2397 ____________________________________________________________________________
2398 [  1843] By: gsar                                  on 1998/09/23  10:02:57
2399         Log: hide symbol for static build
2400              From: Dominic Dunlop <domo@vo.lu>
2401              Date: Tue, 8 Sep 1998 21:40:46 +0000
2402              Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
2403              Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
2404      Branch: perl
2405            ! regcomp.c
2406 ____________________________________________________________________________
2407 [  1842] By: gsar                                  on 1998/09/23  09:52:46
2408         Log: define PUT_svindex(), PUT_opindex()
2409      Branch: perl
2410            ! ext/B/B/Assembler.pm
2411 ____________________________________________________________________________
2412 [  1841] By: gsar                                  on 1998/09/23  09:44:25
2413         Log: From: Dominic Dunlop <domo@vo.lu>
2414              Date: Tue, 8 Sep 1998 15:34:53 +0000
2415              Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
2416              Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
2417      Branch: perl
2418            ! t/pragma/warn/regexec
2419 ____________________________________________________________________________
2420 [  1840] By: gsar                                  on 1998/09/23  09:42:17
2421         Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
2422      Branch: perl
2423            ! win32/bin/pl2bat.pl
2424 ____________________________________________________________________________
2425 [  1839] By: gsar                                  on 1998/09/23  09:38:18
2426         Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
2427              Date: Mon, 7 Sep 1998 17:36:09 +0900
2428              Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
2429              Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
2430      Branch: perl
2431            ! ext/Thread/Thread.xs
2432 ____________________________________________________________________________
2433 [  1838] By: gsar                                  on 1998/09/23  09:21:11
2434         Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
2435              Date: Thu, 10 Sep 1998 00:02:07 -0400
2436              Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
2437              Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
2438      Branch: perl
2439            + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
2440            + vos/config.h vos/config_h.SH_orig vos/perl.bind
2441            + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
2442            ! MANIFEST perl.c perl.h pod/perlport.pod
2443 ____________________________________________________________________________
2444 [  1837] By: gsar                                  on 1998/09/23  08:45:58
2445         Log: (via private mail)
2446              From: Charles Bailey <BAILEY@newman.upenn.edu>
2447              Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
2448              Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
2449              Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
2450      Branch: perl
2451            ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
2452            ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2453            ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
2454            ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
2455            ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
2456            ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
2457            ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
2458            ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
2459            ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
2460            ! vms/writemain.pl
2461 ____________________________________________________________________________
2462 [  1836] By: gsar                                  on 1998/09/23  08:17:42
2463         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2464              Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
2465              Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
2466              Subject: [PATCH 5.005_*] OS/2 spawning typos
2467      Branch: perl
2468            ! os2/os2.c
2469 ____________________________________________________________________________
2470 [  1835] By: gsar                                  on 1998/09/23  08:09:55
2471         Log: warn on C<my($foo,$foo)>
2472      Branch: perl
2473            ! op.c pod/perldiag.pod
2474 ____________________________________________________________________________
2475 [  1834] By: gsar                                  on 1998/09/23  07:35:56
2476         Log: From: pvhp@forte.com (Peter Prymmer)
2477              Date: Fri, 4 Sep 98 13:27:41 PDT
2478              Message-Id: <9809042027.AA04463@forte.com>
2479              Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
2480      Branch: perl
2481            ! README.vms
2482 ____________________________________________________________________________
2483 [  1833] By: gsar                                  on 1998/09/23  07:27:34
2484         Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2485              Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
2486              Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
2487              Subject: PATCH: 5.005_02 hint/hpux.sh
2488      Branch: perl
2489            ! hints/hpux.sh
2490 ____________________________________________________________________________
2491 [  1832] By: gsar                                  on 1998/09/23  07:22:40
2492         Log: fix (some) installhtml bugs
2493              From: Larry Parmelee <parmelee@CS.Cornell.EDU>
2494              Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
2495              Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
2496              Subject: installhtml script needs work
2497      Branch: perl
2498            ! installhtml
2499 ____________________________________________________________________________
2500 [  1831] By: gsar                                  on 1998/09/23  07:19:30
2501         Log: document 'U' magic with examples
2502              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2503              Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
2504              Message-Id: <199809011455.PAA00631@sale-wts>
2505              Subject: Re: Looking for some XS MAGIC examples...
2506      Branch: perl
2507            ! pod/perlguts.pod
2508 ____________________________________________________________________________
2509 [  1830] By: gsar                                  on 1998/09/23  07:16:43
2510         Log: From: pvhp@forte.com (Peter Prymmer)
2511              Date: Mon, 31 Aug 98 17:13:49 PDT
2512              Message-Id: <9809010013.AA06737@forte.com>
2513              Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
2514      Branch: perl
2515            ! README.os390
2516 ____________________________________________________________________________
2517 [  1829] By: gsar                                  on 1998/09/23  07:15:08
2518         Log: fix problematic typecast in filter_del()
2519              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
2520              Date: Mon, 31 Aug 1998 21:13:11 GMT
2521              Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
2522              Subject: perl5.005_02 does not build on Cray T90
2523      Branch: perl
2524            ! toke.c
2525 ____________________________________________________________________________
2526 [  1828] By: gsar                                  on 1998/09/23  07:11:34
2527         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2528              Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
2529              Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
2530              Subject: [PATCH 5.005_5*] (?>) broken in RE
2531      Branch: perl
2532            ! regexec.c t/op/re_tests
2533 ____________________________________________________________________________
2534 [  1827] By: gsar                                  on 1998/09/23  07:09:50
2535         Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
2536      Branch: perl
2537            ! t/op/grent.t t/op/groups.t
2538 ____________________________________________________________________________
2539 [  1826] By: gsar                                  on 1998/09/23  07:03:16
2540         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2541              Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
2542              Message-Id: <199808121941.WAA06263@alpha.hut.fi>
2543              Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
2544      Branch: perl
2545            - interp.sym
2546            ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2547 ____________________________________________________________________________
2548 [  1825] By: gsar                                  on 1998/09/23  06:56:40
2549         Log: re-introduce change#1703
2550      Branch: perl
2551            ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
2552 ____________________________________________________________________________
2553 [  1824] By: gsar                                  on 1998/09/23  06:44:19
2554         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2555              Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
2556              Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
2557              Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
2558      Branch: perl
2559            ! lib/perl5db.pl
2560 ____________________________________________________________________________
2561 [  1823] By: gsar                                  on 1998/09/23  06:41:34
2562         Log: From: Joe Buehler <jhpb@hekimian.com>
2563              Date: 29 Aug 1998 17:13:28 -0400
2564              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
2565              Subject: patches for perl 5.005_51 under U/WIN
2566      Branch: perl
2567            + hints/uwin.sh
2568            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
2569            ! t/lib/posix.t
2570 ____________________________________________________________________________
2571 [  1822] By: gsar                                  on 1998/09/23  06:36:59
2572         Log: add missing C<no utf8;> tweak from Larry
2573      Branch: perl
2574            ! t/op/subst.t
2575 ____________________________________________________________________________
2576 [  1821] By: gsar                                  on 1998/09/23  06:27:51
2577         Log: s/runops/CALLRUNOPS/
2578      Branch: perl
2579            ! cc_runtime.h
2580 ____________________________________________________________________________
2581 [  1820] By: gsar                                  on 1998/09/23  06:24:49
2582         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
2583      Branch: perl
2584           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
2585           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
2586           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2587           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2588           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2589           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2590           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2591           +> t/pragma/warn/util
2592            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
2593            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
2594            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
2595            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
2596            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
2597            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
2598            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
2599            - t/pragma/warn-util
2600            ! MANIFEST t/pragma/warning.t
2601 ____________________________________________________________________________
2602 [  1819] By: gsar                                  on 1998/09/23  06:08:46
2603         Log: make \(%foo) return refs to values (not copies of values)
2604              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2605              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
2606              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
2607              --
2608              From: Roderick Schertler <roderick@argon.org>
2609              Date: Sat, 29 Aug 1998 00:58:33 -0400
2610              Message-ID: <29894.904366713@eeyore.ibcinc.com>
2611              Subject: Re: \(%x) problems
2612      Branch: perl
2613            ! doop.c pod/perlref.pod
2614 ____________________________________________________________________________
2615 [  1818] By: gsar                                  on 1998/09/23  06:05:08
2616         Log: make h2xs generate ANSI prototypes
2617      Branch: perl
2618            ! utils/h2xs.PL
2619 ____________________________________________________________________________
2620 [  1817] By: gsar                                  on 1998/09/23  05:57:16
2621         Log: updated usethreads hints for hpux 10.X
2622              From: Matthew T Harden <mthard@mthard1.monsanto.com>
2623              Date: Fri, 28 Aug 1998 14:10:42 GMT
2624              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
2625              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
2626      Branch: perl
2627            ! hints/hpux.sh perl.h
2628 ____________________________________________________________________________
2629 [  1816] By: gsar                                  on 1998/09/23  05:53:31
2630         Log: don't create empty directories in installperl
2631              From: Robin Barker <rmb1@cise.npl.co.uk>
2632              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
2633              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
2634              Subject: [PATCH 5.005_02] install: empty dirs
2635      Branch: perl
2636            ! installperl
2637 ____________________________________________________________________________
2638 [  1815] By: gsar                                  on 1998/09/23  05:50:36
2639         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
2640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2641              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
2642              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
2643              Subject: Re: your mail
2644      Branch: perl
2645            ! regexec.c t/op/re_tests
2646 ____________________________________________________________________________
2647 [  1814] By: gsar                                  on 1998/09/23  05:45:17
2648         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2649              Date: Thu, 20 Aug 1998 20:59:03 -0400
2650              Message-ID: <19980820205903.A12908@O2.chapin.edu>
2651              Subject: [PATCH] h2ph misquotes #error directives
2652      Branch: perl
2653            ! t/lib/h2ph.pht utils/h2ph.PL
2654 ____________________________________________________________________________
2655 [  1813] By: gsar                                  on 1998/09/23  05:42:41
2656         Log: patch to support computed regular subexpressions
2657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2658              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
2659              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
2660              Subject: [5.005_5* PATCH] Postponed RE - now!
2661      Branch: perl
2662            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
2663            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
2664 ____________________________________________________________________________
2665 [  1812] By: gsar                                  on 1998/09/23  05:26:26
2666         Log: better CR-handling on shebang line and in formats (fixed variant of
2667              patch suggested by Igor Sysoev <igor@nitek.ru>)
2668      Branch: perl
2669            ! perl.c toke.c
2670 ____________________________________________________________________________
2671 [  1811] By: gsar                                  on 1998/09/23  04:35:46
2672         Log: document non-loopish blocks better
2673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2674              Date: Tue, 18 Aug 1998 12:28:36 +0100
2675              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
2676              Subject: Re: next in do {} while block gives error message
2677      Branch: perl
2678            ! pod/perlfunc.pod
2679 ____________________________________________________________________________
2680 [  1810] By: gsar                                  on 1998/09/23  04:12:05
2681         Log: fix bogus integerization of pop()'s return value
2682              From: Gurusamy Sarathy <gsar@engin.umich.edu>
2683              Date: Sat, 15 Aug 1998 23:27:54 -0400
2684              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
2685              Subject: Re: Complex expression does integer arithmetic 
2686      Branch: perl
2687            ! opcode.h opcode.pl
2688 ____________________________________________________________________________
2689 [  1809] By: gsar                                  on 1998/09/23  04:09:43
2690         Log: tweak README.win32
2691      Branch: perl
2692            ! README.win32
2693 ____________________________________________________________________________
2694 [  1808] By: gsar                                  on 1998/09/23  03:40:57
2695         Log: better diagnostic for do{} used as lvalue
2696      Branch: perl
2697            ! op.c pod/perlport.pod
2698 ____________________________________________________________________________
2699 [  1807] By: gsar                                  on 1998/09/23  03:38:30
2700         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
2701              From: hansm@icgroup.nl
2702              Date: Tue, 11 Aug 98 21:08:51 +0200
2703              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
2704              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
2705      Branch: perl
2706            ! malloc.c
2707 ____________________________________________________________________________
2708 [  1806] By: gsar                                  on 1998/09/23  03:36:08
2709         Log: support make written in perl (aka "pmake") on win32
2710      Branch: perl
2711            ! lib/ExtUtils/MM_Win32.pm
2712 ____________________________________________________________________________
2713 [  1805] By: gsar                                  on 1998/09/23  03:30:07
2714         Log: fix mismatched UV/U32 types for to_utf8_*()
2715      Branch: perl
2716            ! utf8.c
2717 ____________________________________________________________________________
2718 [  1804] By: gsar                                  on 1998/09/23  03:22:22
2719         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2720              Date: Sun, 9 Aug 1998 22:38:23 +0200
2721              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
2722              Subject: [PATCH 5.5002] dos-djgpp update
2723      Branch: perl
2724            ! t/io/fs.t
2725 ____________________________________________________________________________
2726 [  1803] By: gsar                                  on 1998/09/23  03:20:13
2727         Log: apply minimal variant of patch (sent via private mail)
2728              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
2729              Date: Wed, 12 Aug 1998 15:42:35 +0300
2730              Message-Id: <199808121242.PAA29761@comanche.spices>
2731              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
2732      Branch: perl
2733            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
2734            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
2735 ____________________________________________________________________________
2736 [  1802] By: gsar                                  on 1998/09/23  03:03:39
2737         Log: adjust searchdict.t for EBCDIC (still needs documenting)
2738              From: pvhp@forte.com (Peter Prymmer)
2739              Date: Thu, 6 Aug 98 18:09:39 PDT
2740              Message-Id: <9808070109.AA06158@forte.com>
2741              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
2742      Branch: perl
2743            ! README.os390 t/lib/searchdict.t
2744 ____________________________________________________________________________
2745 [  1801] By: gsar                                  on 1998/09/23  02:54:15
2746         Log: silence redefined warning for XS(INIT) {}
2747      Branch: perl
2748            ! op.c
2749 ____________________________________________________________________________
2750 [  1800] By: gsar                                  on 1998/09/23  02:42:23
2751         Log: support match indices via special variables @- and @+
2752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2753              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
2754              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
2755              Subject: [PATCH 5.004_76] @- and @+
2756      Branch: perl
2757            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
2758            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
2759 ____________________________________________________________________________
2760 [  1799] By: gsar                                  on 1998/09/23  01:44:31
2761         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2762              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
2763              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
2764              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
2765      Branch: perl
2766            ! regcomp.c t/op/re_tests
2767 ____________________________________________________________________________
2768 [  1798] By: gsar                                  on 1998/09/23  01:39:23
2769         Log: integrate maint-5.005 changes (except conflicting change#1794)
2770      Branch: perl
2771            ! Changes
2772           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
2773           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
2774           !> win32/win32.h
2775 ____________________________________________________________________________
2776 [  1797] By: gsar                                  on 1998/09/23  01:32:36
2777         Log: add note to win32/Makefile about setting CCHOME
2778      Branch: perl
2779            ! win32/Makefile win32/makefile.mk
2780 ____________________________________________________________________________
2781 [  1796] By: gsar                                  on 1998/09/23  01:31:32
2782         Log: perl.pod tweak
2783      Branch: perl
2784            ! pod/perl.pod
2785 ____________________________________________________________________________
2786 [  1795] By: gsar                                  on 1998/09/21  20:34:10
2787         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
2788      Branch: perl
2789            ! lib/ExtUtils/xsubpp
2790 ____________________________________________________________________________
2791 [  1789] By: gsar                                  on 1998/09/18  18:01:37
2792         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
2793      Branch: perl
2794            ! cop.h t/cmd/for.t
2795 ____________________________________________________________________________
2796 [  1788] By: gsar                                  on 1998/09/17  02:19:11
2797         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
2798      Branch: perl
2799            ! win32/config.bc win32/config.gc win32/config.vc
2800 ____________________________________________________________________________
2801 [  1787] By: gsar                                  on 1998/09/17  01:45:14
2802         Log: suppress bogus warning on C<sub x {} x()>
2803      Branch: perl
2804            ! toke.c
2805 ____________________________________________________________________________
2806 [  1786] By: gsar                                  on 1998/09/17  01:42:51
2807         Log: ntohl typo in objXSUB.h
2808      Branch: perl
2809            ! objXSUB.h
2810 ____________________________________________________________________________
2811 [  1785] By: gsar                                  on 1998/09/17  01:41:48
2812         Log: fill gaps in sig_* entries in win32/config.?c
2813      Branch: perl
2814            ! win32/config.bc win32/config.gc win32/config.vc
2815 ____________________________________________________________________________
2816 [  1781] By: larry                                 on 1998/09/05  23:48:24
2817         Log: tr/// logic was hosed under utf8
2818      Branch: perl
2819            ! doop.c op.c op.h pp.c proto.h
2820 ____________________________________________________________________________
2821 [  1780] By: larry                                 on 1998/09/05  23:44:16
2822         Log: several new tests needed tweaking to work under utf8
2823      Branch: perl
2824            ! t/comp/require.t t/op/pack.t t/op/substr.t
2825 ____________________________________________________________________________
2826 [  1779] By: larry                                 on 1998/09/05  23:41:42
2827         Log: index() applied BM optimization to wrong argument
2828      Branch: perl
2829            ! op.c util.c
2830 ____________________________________________________________________________
2831 [  1778] By: larry                                 on 1998/09/05  23:38:29
2832         Log: Implicit require during compile reset line numbering
2833      Branch: perl
2834            ! pp_ctl.c
2835
2836 ----------------
2837 Version 5.005_51
2838 ----------------
2839
2840 ____________________________________________________________________________
2841 [  1777] By: gsar                                  on 1998/08/10  07:02:38
2842         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
2843              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
2844              lexical warning testsuite for win32
2845      Branch: perl
2846            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
2847            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
2848            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
2849            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
2850            ! win32/Makefile win32/makefile.mk
2851 ____________________________________________________________________________
2852 [  1776] By: gsar                                  on 1998/08/09  17:53:48
2853         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
2854      Branch: perl
2855            ! Changes MANIFEST perl.c pod/perlhist.pod
2856 ____________________________________________________________________________
2857 [  1775] By: gsar                                  on 1998/08/09  14:35:33
2858         Log: tweak warning test
2859      Branch: perl
2860            ! t/pragma/warn-toke
2861 ____________________________________________________________________________
2862 [  1774] By: gsar                                  on 1998/08/09  14:13:46
2863         Log: add missing dTHR; notes for test failures due to small stacksize
2864      Branch: perl
2865            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
2866            ! toke.c universal.c util.c
2867 ____________________________________________________________________________
2868 [  1773] By: gsar                                  on 1998/08/09  11:31:53
2869         Log: lexical warnings; tweaks to places that didn't apply correctly
2870              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
2871              Date:    Wed, 29 Jul 1998 09:28:45 BST
2872              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
2873              Subject: lexical warnings patch for 5.005_50
2874      Branch: perl
2875            + README.lexwarn lib/warning.pm t/pragma/warn-2use
2876            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
2877            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
2878            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
2879            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
2880            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
2881            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
2882            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
2883            + warning.h warning.pl
2884            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
2885            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
2886            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
2887            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
2888            ! universal.c util.c
2889 ____________________________________________________________________________
2890 [  1772] By: gsar                                  on 1998/08/08  23:06:00
2891         Log: bump patchlevel to 5.005_51
2892      Branch: perl
2893            ! patchlevel.h win32/Makefile win32/config_H.bc
2894            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2895 ____________________________________________________________________________
2896 [  1771] By: gsar                                  on 1998/08/08  23:01:57
2897         Log: fix bogus warning on "\x{123}"
2898              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
2899              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
2900              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
2901              Subject: [5.005_50 PATCH] Some unicode problems
2902      Branch: perl
2903            ! regcomp.c toke.c
2904 ____________________________________________________________________________
2905 [  1770] By: gsar                                  on 1998/08/08  22:56:55
2906         Log: hide dup symbol for static build of ext/re
2907              From: Dominic Dunlop <domo@ppp72.vo.lu>
2908              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
2909              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
2910              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
2911      Branch: perl
2912            ! regcomp.c
2913 ____________________________________________________________________________
2914 [  1769] By: gsar                                  on 1998/08/08  22:45:06
2915         Log: fix double free on -Mutf8 -e '$b=uc("")'
2916              From: larry@wall.org (Larry Wall)
2917              Date: Fri, 7 Aug 1998 14:42:43 -0700
2918              Message-Id: <199808072142.OAA14920@wall.org>
2919              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
2920      Branch: perl
2921            ! pp.c
2922 ____________________________________________________________________________
2923 [  1768] By: gsar                                  on 1998/08/08  22:42:29
2924         Log: substr() assumes utf8 without say-so
2925              From: larry@wall.org (Larry Wall)
2926              Date: Fri, 7 Aug 1998 12:25:12 -0700
2927              Message-Id: <199808071925.MAA13436@wall.org>
2928              Subject: [PATCH 5.005_50] substr bug?
2929      Branch: perl
2930            ! pp.c
2931 ____________________________________________________________________________
2932 [  1767] By: gsar                                  on 1998/08/08  22:38:25
2933         Log: fix intolerance of SWASHes for blank lines
2934              From: Gisle Aas <aas@sn.no>
2935              Date: 06 Aug 1998 23:28:57 +0200
2936              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
2937              Subject: Re: Re[2]: another joyride begins
2938      Branch: perl
2939            ! lib/utf8_heavy.pl
2940 ____________________________________________________________________________
2941 [  1766] By: gsar                                  on 1998/08/08  22:33:10
2942         Log: utf8 doc tweak
2943              From: Gisle Aas <aas@sn.no>
2944              Date: 05 Aug 1998 00:41:04 +0200
2945              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
2946              Subject: Matching clumps
2947      Branch: perl
2948            ! lib/utf8.pm
2949 ____________________________________________________________________________
2950 [  1765] By: gsar                                  on 1998/08/08  22:31:37
2951         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
2952              From: Gisle Aas <aas@sn.no>
2953              Date: 04 Aug 1998 22:56:11 +0200
2954              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
2955              Subject: Re: another joyride begins
2956      Branch: perl
2957            ! lib/utf8_heavy.pl
2958 ____________________________________________________________________________
2959 [  1764] By: gsar                                  on 1998/08/08  22:28:43
2960         Log: From: larry@wall.org (Larry Wall)
2961              Date: Tue, 4 Aug 1998 17:04:51 -0700
2962              Message-Id: <199808050004.RAA22592@wall.org>
2963              Subject: [PATCH 5.005_50] \pX not implemented!
2964      Branch: perl
2965            ! regcomp.c
2966 ____________________________________________________________________________
2967 [  1763] By: gsar                                  on 1998/08/08  22:27:15
2968         Log: From: Stephen McCamant <alias@mcs.com>
2969              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
2970              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
2971              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
2972      Branch: perl
2973            ! op.c
2974 ____________________________________________________________________________
2975 [  1762] By: gsar                                  on 1998/08/08  22:26:09
2976         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2977              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
2978              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
2979              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
2980      Branch: perl
2981            + t/op/grent.t t/op/pwent.t
2982            ! MANIFEST
2983 ____________________________________________________________________________
2984 [  1761] By: gsar                                  on 1998/08/08  22:21:52
2985         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2986              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
2987              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
2988              Subject: [5.005_50 PATCH] misprint in RE engine
2989      Branch: perl
2990            ! regexec.c t/op/re_tests
2991 ____________________________________________________________________________
2992 [  1760] By: gsar                                  on 1998/08/08  22:18:54
2993         Log: integrate maint-5.005 changes into mainline
2994      Branch: perl
2995           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
2996           !> (integrate 138 files)
2997 ____________________________________________________________________________
2998 [  1672] By: gsar                                  on 1998/07/27  18:35:28
2999         Log: create new Changes
3000      Branch: perl
3001            + Changes
3002            ! Changes5.005 MANIFEST
3003 ____________________________________________________________________________
3004 [  1671] By: gsar                                  on 1998/07/27  18:30:57
3005         Log: rename Changes --> Changes5.005
3006      Branch: perl
3007           +> Changes5.005
3008            - Changes
3009 ____________________________________________________________________________
3010 [  1670] By: gsar                                  on 1998/07/27  18:10:14
3011         Log: integrate 5.005_01 changes from maint
3012      Branch: perl
3013            ! Changes
3014           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
3015           !> win32/win32.c
3016 ____________________________________________________________________________
3017 [  1667] By: nick                                  on 1998/07/26  14:31:01
3018         Log: Add dTHR so that it compiles miniperl in threaded mode
3019      Branch: perl
3020            ! doop.c mg.c regcomp.c regexec.c
3021 ____________________________________________________________________________
3022 [  1666] By: nick                                  on 1998/07/26  13:01:10
3023         Log: Resolve ansiperl against mainline (@1648?)
3024              Unclear that change number has "taken".
3025      Branch: ansiperl
3026           +> (branch 169 files)
3027            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
3028           !> (integrate 131 files)
3029
3030 ----------------
3031 Version 5.005_50
3032 ----------------
3033
3034 ____________________________________________________________________________
3035 [  1665] By: gsar                                  on 1998/07/26  05:38:48
3036         Log: add trailing newline to file
3037      Branch: perl
3038            ! Changes lib/unicode/blocks.txt
3039 ____________________________________________________________________________
3040 [  1664] By: gsar                                  on 1998/07/26  05:08:48
3041         Log: integrate proto.h additions from maint-5.005
3042      Branch: perl
3043           !> pod/perlhist.pod proto.h
3044 ____________________________________________________________________________
3045 [  1663] By: gsar                                  on 1998/07/26  05:07:05
3046         Log: add new files to MANIFEST; add missing prototypes to proto.h;
3047              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
3048              add typecasts to silence warnings; tweaks for win32 builds
3049      Branch: perl
3050            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
3051            ! win32/Makefile win32/makefile.mk
3052 ____________________________________________________________________________
3053 [  1662] By: gsar                                  on 1998/07/26  05:01:52
3054         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
3055      Branch: maint-5.005/perl
3056            ! pod/perlhist.pod proto.h
3057 ____________________________________________________________________________
3058 [  1661] By: gsar                                  on 1998/07/26  02:52:48
3059         Log: up patchlevel to 5.005_50
3060      Branch: perl
3061            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3062            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3063 ____________________________________________________________________________
3064 [  1660] By: gsar                                  on 1998/07/26  02:43:57
3065         Log: integrate utfperl
3066      Branch: perl
3067           +> (branch 162 files)
3068           !> (integrate 29 files)
3069 ____________________________________________________________________________
3070 [  1659] By: gsar                                  on 1998/07/26  02:38:22
3071         Log: integrate maint-5.005 changes
3072      Branch: perl
3073           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
3074           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
3075           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
3076           !> vms/descrip_mms.template vms/subconfigure.com
3077 ____________________________________________________________________________
3078 [  1658] By: gsar                                  on 1998/07/26  02:23:46
3079         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
3080              Date: Fri, 24 Jul 1998 11:38:25 -0700
3081              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
3082              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
3083              --
3084              Date: Fri, 24 Jul 1998 12:30:36 -0700
3085              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
3086              Subject: [PATCH 5.005]Tweaks to README.vms
3087              --
3088              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
3089              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
3090              Subject: [PATCH 5.005] Final build cleanup patch
3091      Branch: maint-5.005/perl
3092            ! README.vms vms/descrip_mms.template vms/subconfigure.com
3093 ____________________________________________________________________________
3094 [  1657] By: gsar                                  on 1998/07/26  02:19:50
3095         Log: another platform where pp_sselect() needs a whole fd_set buffer
3096              From: Lupe Christoph <lupe@alanya.m.isar.de>
3097              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
3098              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
3099              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
3100      Branch: maint-5.005/perl
3101            ! pp_sys.c
3102 ____________________________________________________________________________
3103 [  1656] By: gsar                                  on 1998/07/26  02:12:46
3104         Log: fix problem building modules on dos-djgpp
3105              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3106              Date: Sat, 25 Jul 1998 00:53:39 +0200
3107              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
3108              Subject: [PATCH 5.005] dos-djgpp and modules problem
3109      Branch: maint-5.005/perl
3110            ! djgpp/fixpmain
3111 ____________________________________________________________________________
3112 [  1655] By: gsar                                  on 1998/07/26  02:11:09
3113         Log: From: Tom Spindler <dogcow@home.merit.edu>
3114              Date: Wed, 22 Jul 1998 16:11:07 -0400
3115              Message-ID: <19980722161107.A16813@home.merit.edu>
3116              Subject: [PATCH 5.005] BeOS tweak
3117      Branch: maint-5.005/perl
3118            ! hints/beos.sh
3119 ____________________________________________________________________________
3120 [  1654] By: gsar                                  on 1998/07/26  02:09:29
3121         Log: various pod tweaks
3122      Branch: maint-5.005/perl
3123            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
3124            ! pod/perltoc.pod
3125 ____________________________________________________________________________
3126 [  1653] By: gsar                                  on 1998/07/26  02:05:46
3127         Log: fix emacs/ptags for PL_* changes
3128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3129              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
3130              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
3131              Subject: [PATCH 5.004_76] Yet better ptags
3132      Branch: maint-5.005/perl
3133            ! emacs/ptags
3134 ____________________________________________________________________________
3135 [  1652] By: gsar                                  on 1998/07/26  02:03:01
3136         Log: fix behavior of <=> on bigints
3137              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3138              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
3139              Date: Fri, 24 Jul 1998 18:29:53 +0100
3140              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
3141      Branch: maint-5.005/perl
3142            ! lib/Math/BigInt.pm t/lib/bigintpm.t
3143 ____________________________________________________________________________
3144 [  1651] By: larry                                 on 1998/07/24  05:44:33
3145         Log: Here are the long-expected Unicode/UTF-8 modifications.
3146      Branch: utfperl
3147            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
3148            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
3149            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
3150            + lib/unicode/Decomposition.pl
3151            + lib/unicode/In/AlphabeticPresentationForms.pl
3152            + lib/unicode/In/Arabic.pl
3153            + lib/unicode/In/ArabicPresentationForms-A.pl
3154            + lib/unicode/In/ArabicPresentationForms-B.pl
3155            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
3156            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
3157            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
3158            + lib/unicode/In/BoxDrawing.pl
3159            + lib/unicode/In/CJKCompatibility.pl
3160            + lib/unicode/In/CJKCompatibilityForms.pl
3161            + lib/unicode/In/CJKCompatibilityIdeographs.pl
3162            + lib/unicode/In/CJKSymbolsandPunctuation.pl
3163            + lib/unicode/In/CJKUnifiedIdeographs.pl
3164            + lib/unicode/In/CombiningDiacriticalMarks.pl
3165            + lib/unicode/In/CombiningHalfMarks.pl
3166            + lib/unicode/In/CombiningMarksforSymbols.pl
3167            + lib/unicode/In/ControlPictures.pl
3168            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
3169            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
3170            + lib/unicode/In/EnclosedAlphanumerics.pl
3171            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
3172            + lib/unicode/In/GeneralPunctuation.pl
3173            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
3174            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
3175            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
3176            + lib/unicode/In/HalfwidthandFullwidthForms.pl
3177            + lib/unicode/In/HangulCompatibilityJamo.pl
3178            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
3179            + lib/unicode/In/Hebrew.pl
3180            + lib/unicode/In/HighPrivateUseSurrogates.pl
3181            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
3182            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
3183            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
3184            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
3185            + lib/unicode/In/LatinExtended-A.pl
3186            + lib/unicode/In/LatinExtended-B.pl
3187            + lib/unicode/In/LatinExtendedAdditional.pl
3188            + lib/unicode/In/LetterlikeSymbols.pl
3189            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
3190            + lib/unicode/In/MathematicalOperators.pl
3191            + lib/unicode/In/MiscellaneousSymbols.pl
3192            + lib/unicode/In/MiscellaneousTechnical.pl
3193            + lib/unicode/In/NumberForms.pl
3194            + lib/unicode/In/OpticalCharacterRecognition.pl
3195            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
3196            + lib/unicode/In/SmallFormVariants.pl
3197            + lib/unicode/In/SpacingModifierLetters.pl
3198            + lib/unicode/In/Specials.pl
3199            + lib/unicode/In/SuperscriptsandSubscripts.pl
3200            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
3201            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
3202            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3203            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
3204            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
3205            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
3206            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
3207            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
3208            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
3209            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
3210            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
3211            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
3212            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
3213            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
3214            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
3215            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
3216            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
3217            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
3218            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
3219            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
3220            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
3221            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
3222            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
3223            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
3224            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
3225            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
3226            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
3227            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
3228            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
3229            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
3230            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
3231            + lib/unicode/JamoShort.pl lib/unicode/Makefile
3232            + lib/unicode/Name.pl lib/unicode/Number.pl
3233            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
3234            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
3235            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
3236            + lib/unicode/blocks.txt lib/unicode/index2.txt
3237            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
3238            + lib/unicode/names2.txt lib/unicode/props2.txt
3239            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
3240            + utf8.c utf8.h
3241            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
3242            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
3243            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
3244            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
3245            ! t/op/vec.t toke.c util.c vms/vmsish.h
3246 ____________________________________________________________________________
3247 [  1650] By: gsar                                  on 1998/07/24  04:06:48
3248         Log: create utfperl branch
3249      Branch: utfperl
3250           +> (branch 1079 files)
3251 ____________________________________________________________________________
3252 [  1649] By: gsar                                  on 1998/07/24  03:56:56
3253         Log: create maint-5.005 branch
3254      Branch: maint-5.005/perl
3255           +> (branch 1079 files)
3256 ____________________________________________________________________________
3257 [  1648] By: gsar                                  on 1998/07/24  03:36:35
3258         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
3259      Branch: perl
3260            ! Changes
3261