This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ignore bugBLAH.pl files as they are likely dev/test/debugging byproduct
[perl5.git] / Changes5.005
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     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
26     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
27     Jarkko Hietaniemi   <jhi@iki.fi>
28     Nick Ing-Simmons    <nik@tiuk.ti.com>
29     Andreas Koenig      <a.koenig@mind.de>
30     Doug MacEachern     <dougm@opengroup.org>
31     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
32     Stephen McCamant    <alias@mcs.com>
33     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
34     Hans Mulder         <hansmu@xs4all.nl>
35     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
36     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
37     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
38     Tom Phoenix         <rootbeer@teleport.com>
39     Joshua Pritikin     <joshua.pritikin@db.com>
40     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
41     Dean Roehrich       <roehrich@cray.com>
42     Hugo van der Sanden <hv@crypt0.demon.co.uk>
43     Roderick Schertler  <roderick@argon.org>
44     Kurt D. Starsinic   <kstar@isinet.com>
45     Dan Sugalski        <sugalskd@osshe.edu>
46     Larry W. Virden     <lvirden@cas.org>
47     Ilya Zakharevich    <ilya@math.ohio-state.edu>
48
49 And the Keepers of the Patch Pumpkin:
50
51     Charles Bailey      <bailey@newman.upenn.edu>
52     Graham Barr         <gbarr@pobox.com>
53     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
54     Tim Bunce           <Tim.Bunce@ig.co.uk>
55     Andy Dougherty      <doughera@lafcol.lafayette.edu>
56     Gurusamy Sarathy    <gsar@umich.edu>
57     Chip Salzenberg     <chip@perl.com>
58
59 And, of course, the Author of Perl:
60
61     Larry Wall          <larry@wall.org>
62
63
64 NOTE: Each change entry shows the change number; who checked it into the
65 repository; when; description of the change; which branch the change
66 happened in; and the affected files.  The file lists have a short symbolic
67 indicator:
68
69             !       modified
70             +       added
71             -       deleted
72             +>      branched (from elsewhere)
73             !>      merged changes (from elsewhere)
74
75
76 ----------------
77 Version 5.005_03        Third maintenance release of 5.005
78 ----------------
79
80 ____________________________________________________________________________
81 [  3198] By: gbarr                                 on 1999/03/28  22:21:49
82         Log: redo #3193 which #3195 undid
83      Branch: maint-5.005/perl
84            ! pod/perlhist.pod
85 ____________________________________________________________________________
86 [  3197] By: gbarr                                 on 1999/03/28  21:04:04
87         Log: Updated CPAN.pm to 1.48
88      Branch: maint-5.005/perl
89            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
90 ____________________________________________________________________________
91 [  3196] By: gbarr                                 on 1999/03/28  17:21:27
92         Log: AIX hints update from Jarkko
93      Branch: maint-5.005/perl
94            ! hints/aix.sh
95 ____________________________________________________________________________
96 [  3195] By: jhi                                   on 1999/03/28  16:42:54
97         Log: Update perlhist on 5_03.
98      Branch: maint-5.005/perl
99            ! pod/perlhist.pod
100 ____________________________________________________________________________
101 [  3193] By: gsar                                  on 1999/03/28  09:46:29
102         Log: =end needs matching =begin (or installhtml will croak)
103      Branch: maint-5.005/perl
104            ! pod/perlhist.pod
105 ____________________________________________________________________________
106 [  3192] By: gsar                                  on 1999/03/28  09:10:15
107         Log: update pod/Makefile
108      Branch: maint-5.005/perl
109            ! pod/Makefile
110 ____________________________________________________________________________
111 [  3191] By: gsar                                  on 1999/03/28  08:43:47
112         Log: integrate change#3180 from mainline
113              
114              fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
115              (sometimes caused bizarreness in the BLOCK)
116      Branch: maint-5.005/perl
117           +> t/op/grep.t
118           !> MANIFEST op.c
119 ____________________________________________________________________________
120 [  3190] By: gsar                                  on 1999/03/28  08:29:51
121         Log: integrate change#3147 from mainline
122              
123              warn about newfangled vfork() caveats
124      Branch: maint-5.005/perl
125            ! Configure
126 ____________________________________________________________________________
127 [  3189] By: gsar                                  on 1999/03/28  08:22:00
128         Log: various pod niggles
129      Branch: maint-5.005/perl
130            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
131            ! pod/perlfunc.pod pod/perlhist.pod
132 ____________________________________________________________________________
133 [  3188] By: gsar                                  on 1999/03/28  07:37:43
134         Log: integrate binary compatible variant of change#3098 from mainline
135      Branch: maint-5.005/perl
136            ! op.c perl.h t/base/lex.t toke.c
137 ____________________________________________________________________________
138 [  3187] By: gsar                                  on 1999/03/28  07:31:16
139         Log: regularize CAPI declarations (CAPI extensions now build under
140              the Borland compiler)
141      Branch: maint-5.005/perl
142            ! win32/GenCAPI.pl
143 ____________________________________________________________________________
144 [  3186] By: gsar                                  on 1999/03/28  07:26:33
145         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
146              -DPERL_CAPI
147      Branch: maint-5.005/perl
148            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
149 ____________________________________________________________________________
150 [  3185] By: gbarr                                 on 1999/03/28  06:37:41
151         Log: integrate change #2846 from mainline
152              
153              a modified version of suggested patch for pack template 'Z'; added docs
154              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
155              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
156              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
157              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
158      Branch: maint-5.005/perl
159            ! pod/perldelta.pod pod/perlfunc.pod pp.c
160           !> t/op/pack.t
161 ____________________________________________________________________________
162 [  3184] By: gbarr                                 on 1999/03/28  06:35:50
163         Log: integrate change # 3160 from mainline
164              
165              better description of OP_UNSTACK (s/unstack/iteration finalizer/)
166      Branch: maint-5.005/perl
167            ! opcode.h opcode.pl
168 ____________________________________________________________________________
169 [  3182] By: gbarr                                 on 1999/03/28  03:40:28
170         Log: Integrate changes #3067 and #3106 from mainline
171              
172              exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
173              From: Graham Barr <gbarr@ti.com>
174              Date: Wed, 3 Mar 1999 17:23:56 -0600
175              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
176              Subject: Re: 'use strict' doesn't work for one-letter variables
177              
178              change#3067 failed package.t due to needless creation of $a and $b;
179              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
180      Branch: maint-5.005/perl
181            ! gv.c op.c t/pragma/warn-1global
182 ____________________________________________________________________________
183 [  3179] By: gsar                                  on 1999/03/28  02:14:04
184         Log: fix thread segfault when passing large number of arguments to child
185              a la C<Thread->new($foo, 1..1000)>
186      Branch: maint-5.005/perl
187            ! ext/Thread/Thread.xs t/lib/thread.t
188 ____________________________________________________________________________
189 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
190         Log: fix $Config{'usethreads'} typo in perlthrtut
191              
192              From: Ian Maloney <szhmf9@wsblob.ubs.com>
193              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
194              Message-Id: <199903251540.QAA02439@wsblob.>
195              Subject: perlthrtut documentation error
196      Branch: maint-5.005/perl
197            ! pod/perlthrtut.pod
198 ____________________________________________________________________________
199 [  3177] By: gbarr                                 on 1999/03/28  01:09:59
200         Log: Integrate #2910 from mainline
201              
202              slurping an empty file should return '' rather than undef, with
203              commensurate effects on ARGV processing
204      Branch: maint-5.005/perl
205            ! pod/perldelta.pod pp_hot.c sv.h
206           !> t/io/argv.t
207 ____________________________________________________________________________
208 [  3176] By: gbarr                                 on 1999/03/28  00:00:30
209         Log: Integrate relevant doc changes from mainline
210      Branch: maint-5.005/perl
211           !> (integrate 34 files)
212 ____________________________________________________________________________
213 [  3175] By: gbarr                                 on 1999/03/27  19:20:32
214         Log: Integrated #2352 and #2397 from mainline
215              
216              Implement $^C to allow perl access to -c flag - I think this 
217              was agreed once...
218              
219              Update docs and English.pm for $^C
220      Branch: maint-5.005/perl
221            ! gv.c mg.c
222           !> lib/English.pm
223 ____________________________________________________________________________
224 [  3174] By: gbarr                                 on 1999/03/27  18:21:01
225         Log: Update Copyright year
226      Branch: maint-5.005/perl
227            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
228            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
229            ! op.c op.h perl.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
230            ! regcomp.c regexec.c run.c scope.c sv.c sv.h toke.c util.c
231            ! util.h
232 ____________________________________________________________________________
233 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
234         Log: Update Test.pm to VERSION 1.122 from CPAN
235      Branch: maint-5.005/perl
236            ! lib/Test.pm
237 ____________________________________________________________________________
238 [  3154] By: jhi                                   on 1999/03/24  21:40:51
239         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
240              based on suggestions from Andy Dougherty.
241      Branch: maint-5.005/perl
242            ! INSTALL
243 ____________________________________________________________________________
244 [  3146] By: jhi                                   on 1999/03/24  09:20:14
245         Log: Bring in changes #2808 and #2812 (from mainline perl)
246              that enhance the perlbug checklist.
247      Branch: maint-5.005/perl
248            ! utils/perlbug.PL
249 ____________________________________________________________________________
250 [  3130] By: jhi                                   on 1999/03/23  22:02:23
251         Log: Don't use config.msg to remind about the
252              LD_LIBRARY_PATH because Makefile.SH takes
253              care of that.
254              
255              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
256              This used to be the default but in some MT or another it
257              was dropped because of some transient error or another.
258      Branch: maint-5.005/perl
259            ! Configure hints/dec_osf.sh
260 ____________________________________________________________________________
261 [  3122] By: jhi                                   on 1999/03/19  21:12:14
262         Log: Describe the new Benchmark feature in more detail.
263      Branch: cfgperl
264            ! pod/perldelta.pod
265      Branch: maint-5.005/perl
266            ! pod/perldelta.pod
267 ____________________________________________________________________________
268 [  3121] By: jhi                                   on 1999/03/19  08:16:12
269         Log: AVAILABILITY tuning.
270      Branch: cfgperl
271            ! pod/perl.pod
272      Branch: maint-5.005/perl
273            ! pod/perl.pod
274 ____________________________________________________________________________
275 [  3119] By: jhi                                   on 1999/03/17  14:33:43
276         Log: More Apollo fixes.
277      Branch: maint-5.005/perl
278            ! README.apollo hints/apollo.sh t/lib/io_udp.t
279 ____________________________________________________________________________
280 [  3118] By: jhi                                   on 1999/03/16  17:23:39
281         Log: Nada.
282      Branch: maint-5.005/perl
283            ! README.apollo
284 ____________________________________________________________________________
285 [  3117] By: jhi                                   on 1999/03/16  17:18:49
286         Log: Apollo DomainOS AVAILABILITY.
287      Branch: cfgperl
288            ! pod/perl.pod
289      Branch: maint-5.005/perl
290            ! pod/perl.pod
291 ____________________________________________________________________________
292 [  3116] By: jhi                                   on 1999/03/16  17:14:00
293         Log: Apollo DomainOS patch
294              From: Johann Klasek <jk@auto.tuwien.ac.at>
295              Subject: Re: DomainPerl
296              Date: Tue, 16 Mar 1999 17:46:32 +0100
297              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
298      Branch: maint-5.005/perl
299            + README.apollo apollo/netinet/in.h
300            ! MANIFEST hints/apollo.sh
301 ____________________________________________________________________________
302 [  3115] By: jhi                                   on 1999/03/16  14:23:54
303         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
304              To: Gurusamy Sarathy <gsar@activestate.com>,
305              Graham Barr <gbarr@pobox.com>
306              Cc: Perl5 Porters <perl5-porters@perl.org>,
307              "Paul.Marquess" <Paul.Marquess@btinternet.com>
308              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
309              Date: Sun, 14 Mar 1999 14:43:57 -0000
310              Message-Id: <199903141841.NAA17040@defender.perl.org>
311      Branch: maint-5.005/perl
312            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
313            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
314 ____________________________________________________________________________
315 [  3114] By: jhi                                   on 1999/03/16  12:42:20
316         Log: Mention Rhapsody in 5.005_5X perldelta,
317              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
318              *planned* AVAILABILITY.
319      Branch: cfgperl
320            ! pod/perl.pod pod/perldelta.pod
321      Branch: maint-5.005/perl
322            ! pod/perl.pod
323 ____________________________________________________________________________
324 [  3113] By: jhi                                   on 1999/03/16  10:38:53
325         Log: perldelta niggling.
326      Branch: cfgperl
327            ! pod/perldelta.pod
328      Branch: maint-5.005/perl
329            ! pod/perldelta.pod
330 ____________________________________________________________________________
331 [  3111] By: jhi                                   on 1999/03/16  10:28:10
332         Log: AVAILABILITY update: still mention PowerUX,
333              Novell Netware now has sources available.
334      Branch: cfgperl
335            ! pod/perl.pod
336      Branch: maint-5.005/perl
337            ! pod/perl.pod
338 ____________________________________________________________________________
339 [  3105] By: jhi                                   on 1999/03/12  15:54:57
340         Log: Recognize the NetBSD packages collection.
341      Branch: maint-5.005/perl
342            ! hints/netbsd.sh
343 ____________________________________________________________________________
344 [  3104] By: jhi                                   on 1999/03/12  09:07:04
345         Log: From: pvhp@forte.com (Peter Prymmer)
346              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
347              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
348              Date: Thu, 11 Mar 99 14:24:54 PST
349              Message-Id: <9903112224.AA24346@forte.com>
350      Branch: maint-5.005/perl
351            ! README.os390 t/lib/posix.t
352 ____________________________________________________________________________
353 [  3102] By: jhi                                   on 1999/03/10  11:01:20
354         Log: From: pvhp@forte.com (Peter Prymmer)
355              To: perl5-porters@perl.org
356              Subject: [5.005_03-MT6]Patch: time passes
357              Date: Tue, 9 Mar 99 18:42:17 PST
358              Message-Id: <9903100242.AA29057@forte.com>
359      Branch: maint-5.005/perl
360            ! perl.c
361 ____________________________________________________________________________
362 [  3101] By: jhi                                   on 1999/03/10  10:30:15
363         Log: From: Mark-Jason Dominus <mjd@plover.com>
364              To: perl5-porters@perl.com
365              Subject: Minor fix to perlfunc.pod
366              Date: Mon, 08 Mar 1999 20:05:53 -0500
367              Message-ID: <19990309010553.13757.qmail@plover.com>
368      Branch: maint-5.005/perl
369            ! pod/perlfunc.pod
370 ____________________________________________________________________________
371 [  3094] By: jhi                                   on 1999/03/06  16:16:15
372         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
373              To: jhi@iki.fi
374              Subject: Oops
375              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
376              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
377      Branch: maint-5.005/perl
378            ! README.hurd
379 ____________________________________________________________________________
380 [  3093] By: jhi                                   on 1999/03/06  15:59:46
381         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
382              To: jhi@iki.fi
383              Subject: New Hurd README
384              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
385              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
386      Branch: maint-5.005/perl
387            ! README.hurd
388 ____________________________________________________________________________
389 [  3092] By: jhi                                   on 1999/03/06  12:52:06
390         Log: From: Paul_Green@stratus.com
391              To: perl5-porters@perl.org
392              Cc: jhi@iki.fi, Paul_Green@stratus.com
393              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
394              Date: Fri, 5 Mar 1999 18:08:49 -0500 
395              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
396      Branch: maint-5.005/perl
397            ! vos/config.h vos/config_h.SH_orig
398 ____________________________________________________________________________
399 [  3091] By: jhi                                   on 1999/03/06  12:42:21
400         Log: From: Dan Sugalski <sugalskd@osshe.edu>
401              To: perl5-porters@perl.org, vmsperl@perl.org
402              Subject: [PATCH 5.005_03-MT6]VMS build patch
403              Date: Fri, 05 Mar 1999 12:36:19 -0800
404              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
405      Branch: maint-5.005/perl
406            ! vms/subconfigure.com
407 ____________________________________________________________________________
408 [  3090] By: gsar                                  on 1999/03/06  04:40:03
409         Log: integrate change#3089 from mainline
410              
411              tolerate CRs after options
412      Branch: maint-5.005/perl
413           !> perl.c
414 ____________________________________________________________________________
415 [  3086] By: gbarr                                 on 1999/03/05  01:48:05
416         Log: #3085 was a bit premature, this is MT6 as 2 files were
417              missing from MANIFEST
418      Branch: maint-5.005/perl
419            ! MANIFEST
420 ____________________________________________________________________________
421 [  3085] By: gbarr                                 on 1999/03/05  01:41:06
422         Log: Trial release 6
423      Branch: maint-5.005/perl
424            ! Changes
425 ____________________________________________________________________________
426 [  3084] By: gbarr                                 on 1999/03/05  01:34:07
427         Log: Don't process - as a file in Errno_pm.PL
428              
429              From: Jarkko Hietaniemi <jhi@iki.fi>
430              Date: Thu, 4 Mar 1999 13:29:23 +0200 (EET)
431              Message-ID: <14046.28307.561693.849859@alpha.hut.fi>
432              Subject: Re: maint-5.005
433      Branch: maint-5.005/perl
434            ! ext/Errno/Errno_pm.PL
435 ____________________________________________________________________________
436 [  3081] By: gsar                                  on 1999/03/05  00:14:33
437         Log: protect against doubled backslashes
438      Branch: maint-5.005/perl
439            ! ext/Errno/Errno_pm.PL
440 ____________________________________________________________________________
441 [  3080] By: gsar                                  on 1999/03/04  23:37:20
442         Log: pick up AIX hints from mainline
443      Branch: maint-5.005/perl
444           !> hints/aix.sh
445 ____________________________________________________________________________
446 [  3079] By: gsar                                  on 1999/03/04  21:09:43
447         Log: tweak cast and crew
448      Branch: maint-5.005/perl
449            ! Changes
450 ____________________________________________________________________________
451 [  3078] By: gsar                                  on 1999/03/04  21:03:04
452         Log: update patchlevel, Changes
453      Branch: maint-5.005/perl
454            ! Changes README.win32 patchlevel.h
455           !> pod/perlhist.pod
456 ____________________________________________________________________________
457 [  3075] By: gsar                                  on 1999/03/04  07:36:53
458         Log: integrate changes#3037,3041 from mainline
459              
460              fix longstanding bug: searches for lexicals originating within eval''
461              weren't stopping at the subroutine boundary correctly
462              --
463              fix subtle bug in eval'' testsuite
464      Branch: maint-5.005/perl
465           !> op.c proto.h t/op/eval.t
466 ____________________________________________________________________________
467 [  3074] By: gsar                                  on 1999/03/04  07:32:15
468         Log: integrate change#3048 from mainline
469              
470              updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
471      Branch: maint-5.005/perl
472           !> MANIFEST README.hpux
473 ____________________________________________________________________________
474 [  3073] By: gsar                                  on 1999/03/04  07:29:43
475         Log: integrate changes#3014,3015,3021,3032,3034,3045 from mainline
476              
477              more "correct" utbuf for utime()
478              --
479              avoid modifying readonly values from qw()
480              --
481              ansify perlio.c, fix PerlIO-ish typos
482              --
483              add README.hpux
484              --
485              s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
486              --
487              destroy PL_svref_mutex in perl_destruct()
488      Branch: maint-5.005/perl
489           +> README.hpux
490           !> MANIFEST doio.c ext/DynaLoader/dl_beos.xs
491           !> ext/DynaLoader/dl_cygwin32.xs iperlsys.h
492           !> lib/ExtUtils/MM_Unix.pm lib/Getopt/Std.pm perl.c perlio.c
493 ____________________________________________________________________________
494 [  3072] By: gsar                                  on 1999/03/04  07:12:15
495         Log: integrate changes#2978,2979 from mainline
496              
497              bring '*' prototype closer to how it behaves internally
498              --
499              doc for change#2978
500      Branch: maint-5.005/perl
501           +> t/lib/fatal.t
502           !> MANIFEST lib/Fatal.pm op.c pod/perlsub.pod t/comp/proto.t
503 ____________________________________________________________________________
504 [  3071] By: gsar                                  on 1999/03/04  07:05:50
505         Log: integrate changes#2919,2920,2921,2928,2932,2933 from mainline
506              
507              applied suggested patch, with several language/readability tweaks
508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
509              Date: Fri, 29 Jan 1999 00:25:02 -0500
510              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
511              Subject: Re: [PATCH 5.005_*] Better parsing docs
512              --
513              tweak READ() docs to mention $buffer must be altered by reference
514              --
515              use New() et al., rather than safemalloc() et al.
516              From: jan.dubois@ibm.net (Jan Dubois)
517              Date: Fri, 29 Jan 1999 23:27:22 +0100
518              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
519              Subject: [PATCH _03-MT5] POSIX.xs memory API
520              --
521              allow the Carp routines to pass through exception objects
522              --
523              clarify what a "line" is
524              --
525              From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
526              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
527              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
528              Subject: s2p incorrectly handles hold space commands
529      Branch: maint-5.005/perl
530           !> ext/POSIX/POSIX.xs lib/Carp.pm pod/perlfunc.pod pod/perlop.pod
531           !> pod/perltie.pod pod/perlvar.pod x2p/s2p.PL
532 ____________________________________________________________________________
533 [  3070] By: gsar                                  on 1999/03/04  06:43:57
534         Log: integrate changes#2748,2753,2754,2819,2824,2855,2866,2867,2869,2885,2888,2889
535              from mainline
536              
537              From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
538              Date: Thu, 3 Dec 1998 15:10:17 -0500
539              Message-Id: <199812032010.PAA09692@jik.shore.net>
540              Subject: sample checksum code in "perlfunc" man page is wrong
541              --
542              Todo tweaks
543              --
544              Todo updates from Andy Dougherty <doughera@lafayette.edu>
545              --
546              avoid garbage in db->dirbuf
547              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
548              Date: Sat, 05 Dec 1998 14:14:54 +0900
549              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
550              Subject: SDBM bug
551              --
552              tweak doc on bitwise ops
553              --
554              applied suggested patch; added tests
555              From: Adam Krolnik <adamk@gypsy.cyrix.com>
556              Date: Sat, 12 Dec 98 15:30:18 -0600
557              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
558              Subject: Range operation doesn't handle IV_MAX
559              --
560              display full pathname of unreadable files
561              --
562              av_extend() doc tweak from Jan Dubois
563              --
564              update win32/pod.mak
565              --
566              note how to find REG_INFTY limit
567              --
568              add note about test-notty target
569              --
570              tweak PERL_STRICT_CR notes
571      Branch: maint-5.005/perl
572           !> Porting/pumpkin.pod README.win32 Todo Todo-5.005
573           !> ext/SDBM_File/sdbm/sdbm.c pod/perldelta.pod pod/perlfunc.pod
574           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod pp_ctl.c
575           !> t/op/range.t utils/perldoc.PL win32/pod.mak
576 ____________________________________________________________________________
577 [  3069] By: gsar                                  on 1999/03/04  06:02:29
578         Log: integrate change#2747 from mainline
579              
580              typos in Pod/Text.pm
581      Branch: maint-5.005/perl
582           !> lib/Pod/Text.pm
583 ____________________________________________________________________________
584 [  3059] By: jhi                                   on 1999/03/03  22:46:43
585         Log: Document HP-UX 11 Y2K patch effect, based on
586              
587              From: "Richard L. England" <richard_england@mentorg.com>
588              To: perlbug@perl.com
589              CC: "England, Richard" <richard_england@mentorg.com>
590              Subject: test io/fs.t number 18 fails on HPUX 11.0 when Y2K patch installed.
591              Date: Fri, 26 Feb 1999 15:35:49 -0800
592              Message-ID: <36D72FD4.4136C84F@mentorg.com>
593      Branch: maint-5.005/perl
594            ! INSTALL
595 ____________________________________________________________________________
596 [  3057] By: jhi                                   on 1999/03/03  21:42:22
597         Log: The *symbols patch (for Kurt's h2ph fixes) haunted us in AIX.
598      Branch: maint-5.005/perl
599            ! Configure
600 ____________________________________________________________________________
601 [  3056] By: jhi                                   on 1999/03/03  21:21:46
602         Log: Fixed the pthreads_created_joinable test messed up
603              by the Mach cthreads change.
604      Branch: maint-5.005/perl
605            ! Configure
606 ____________________________________________________________________________
607 [  3055] By: jhi                                   on 1999/03/03  18:17:55
608         Log: Configure and make gotchas.
609      Branch: maint-5.005/perl
610            ! INSTALL
611 ____________________________________________________________________________
612 [  3051] By: jhi                                   on 1999/03/02  08:24:52
613         Log: From: Dan Sugalski <sugalskd@osshe.edu>
614              To: perl5-porters@perl.org, vmsperl@perl.org
615              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
616              Date: Mon, 01 Mar 1999 16:10:57 -0800
617              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
618      Branch: cfgperl
619            ! README.vms
620      Branch: maint-5.005/perl
621            ! README.vms
622 ____________________________________________________________________________
623 [  3049] By: jhi                                   on 1999/03/02  07:34:21
624         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
625              To: perl5-porters@perl.org
626              Subject: [PATCH] Eliminate (valid) warning in byterun.c
627              Date: Mon, 01 Mar 1999 17:27:59 -0500
628              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
629      Branch: cfgperl
630            ! bytecode.h
631      Branch: maint-5.005/perl
632            ! bytecode.h
633 ____________________________________________________________________________
634 [  3028] By: jhi                                   on 1999/02/26  14:40:00
635         Log: HP-UX 11 threads.
636              
637              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
638              To: perl5-porters@perl.org
639              Cc: jhi@cc.hut.fi
640              Subject: Maint 5 and _54 with threading on HP-UX 11.00
641              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
642              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
643              
644              NOTE from jhi: the hpux hints could still be more robust by
645              disabling gdbm when necessary.
646              
647              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
648              linking -lgdbm -lpthread creates an executable that instantly
649              core dumps on a pthreads internal panic:
650              
651              ./gdpt
652              
653              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
654              Return Pointer is 0xc082bf33
655              17639 quit (core dumped)  ./gdpt
656              
657              You don't have to *use* either gdbm or pthreads in the executable,
658              just linking them together is enough.  Workaround is to recompile
659              the GDBM under HP-UX 11, that makes the problem to go away.
660      Branch: maint-5.005/perl
661            ! hints/hpux.sh thread.h
662 ____________________________________________________________________________
663 [  3027] By: jhi                                   on 1999/02/26  09:04:29
664         Log: From: abigail@fnx.com
665              To: perl5-porters@perl.org (Perl Porters)
666              Subject: [PATCH 5.005_02 Getopt::Std] warn() instead of print STDERR.
667              Date: Thu, 25 Feb 1999 22:08:41 -0500 (EST)
668              Message-ID: <19990226030841.5985.qmail@alexandra.wayne.fnx.com>
669      Branch: maint-5.005/perl
670            ! lib/Getopt/Std.pm
671 ____________________________________________________________________________
672 [  3026] By: jhi                                   on 1999/02/26  08:18:26
673         Log: full_ar wasn't propagated.
674      Branch: maint-5.005/perl
675            ! Configure
676 ____________________________________________________________________________
677 [  3013] By: jhi                                   on 1999/02/22  19:27:44
678         Log: Fix MacPerl version, change PowerUX to PowerMAX.
679              
680              From: Chris Nandor <pudge@pobox.com>
681              To: jhi@iki.fi
682              Cc: perl5-porters@perl.org
683              Subject: Re: perl current availability as documented by perl.pod
684              Date: Sun, 21 Feb 1999 11:06:03 -0500
685              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
686              
687              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
688              To: jhi@iki.fi
689              Cc: perl5-porters@perl.org
690              Subject: Re: perl current availability as documented by perl.pod
691              Date: Mon, 22 Feb 1999 13:08:30 GMT
692              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
693      Branch: cfgperl
694            ! pod/perl.pod
695      Branch: maint-5.005/perl
696            ! pod/perl.pod
697 ____________________________________________________________________________
698 [  3010] By: jhi                                   on 1999/02/22  10:21:55
699         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
700              To: gbarr@pobox.com (Graham Barr)
701              Cc: perl5-porters@perl.org
702              Subject: [PATCH 5.005_03-MT5] DB_File 1.64 patch
703              Date: Mon, 22 Feb 1999 10:12:34 +0000 (GMT)
704              Message-Id: <9902221012.AA17784@claudius.bfsec.bt.co.uk>
705      Branch: maint-5.005/perl
706            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
707            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
708 ____________________________________________________________________________
709 [  3005] By: jhi                                   on 1999/02/22  08:35:30
710         Log: Configure/Perl knew how to look for use Mach cthreads
711              but Configure didn't let them to be used ($osname 'next').
712      Branch: cfgperl
713            ! Configure config_h.SH
714      Branch: maint-5.005/perl
715            ! Configure
716 ____________________________________________________________________________
717 [  3004] By: jhi                                   on 1999/02/21  15:46:02
718         Log: Update Acorn AVAILABILITY.
719      Branch: cfgperl
720            ! pod/perl.pod
721      Branch: maint-5.005/perl
722            ! pod/perl.pod
723 ____________________________________________________________________________
724 [  3003] By: jhi                                   on 1999/02/21  14:50:42
725         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
726              To: perl5-porters@perl.org (Perl 5 Porters)
727              Subject: PATCH: perlref.pod - symbolic ref example
728              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
729              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
730      Branch: cfgperl
731            ! pod/perlref.pod
732      Branch: maint-5.005/perl
733            ! pod/perlref.pod
734 ____________________________________________________________________________
735 [  3000] By: jhi                                   on 1999/02/21  14:15:31
736         Log: pack s/l for negative numbers was broken on platforms
737              where sizeof(short) != 2 or sizeof(long) != 4 (Alpha, Cray).
738              pack v was broken for sizeof(short) == 8 big-endian platforms
739              (Cray), only zeros were produced.
740      Branch: maint-5.005/perl
741            ! perl.h pod/perlfunc.pod pp.c t/op/pack.t
742 ____________________________________________________________________________
743 [  2997] By: jhi                                   on 1999/02/20  14:00:26
744         Log: Glossary update.
745      Branch: maint-5.005/perl
746            ! Porting/Glossary
747 ____________________________________________________________________________
748 [  2995] By: jhi                                   on 1999/02/20  12:25:10
749         Log: Document #2893, Mach cthreads support.
750      Branch: maint-5.005/perl
751            ! pod/perldelta.pod
752 ____________________________________________________________________________
753 [  2986] By: jhi                                   on 1999/02/19  23:26:34
754         Log: Remove the unnecessary osf1 -D__LANGUAGE_C__.
755      Branch: maint-5.005/perl
756            ! Configure
757 ____________________________________________________________________________
758 [  2983] By: jhi                                   on 1999/02/19  20:35:51
759         Log: Mach cthreads:
760              From: brie@corp.home.net (Brian Harrison) 
761              Subject: perl5.005_02 patch for mthreads
762              To: perl5-porters@perl.org 
763              Date: Fri, 23 Oct 1998 14:20:57 -0700 (PDT) 
764              Message-ID: <Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net> 
765      Branch: maint-5.005/perl
766            ! Configure Porting/Glossary config_h.SH malloc.c perl.h
767            ! thread.h
768 ____________________________________________________________________________
769 [  2981] By: jhi                                   on 1999/02/19  19:49:03
770         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
771              To: Chaim Frenkel <chaimf@pobox.com>,
772              Russ Allbery <rra@stanford.edu>,
773              Jarkko Hietaniemi <jhi@iki.fi>,
774              Gurusamy Sarathy <gsar@activestate.com>,
775              Graham Barr <gbarr@pobox.com>
776              Cc: bdensch@ameritech.net, perlbug@perl.com
777              Subject: [PATCH] Re: Solaris 7 for Intel
778              Message-ID: <19990219124404.A30182@O2.chapin.edu>
779              
780              and Glossary update.
781      Branch: maint-5.005/perl
782            ! Configure Makefile.SH Porting/Glossary
783 ____________________________________________________________________________
784 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
785         Log: Make result of h2xs work when user adds C<use strict>
786      Branch: maint-5.005/perl
787            ! utils/h2xs.PL
788 ____________________________________________________________________________
789 [  2976] By: gsar                                  on 1999/02/18  21:54:09
790         Log: integrate change#2975 from mainline
791              
792              distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
793              of lexical searches in BEGIN|INIT|END)
794      Branch: maint-5.005/perl
795           !> cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
796           !> vms/perly_c.vms
797 ____________________________________________________________________________
798 [  2971] By: jhi                                   on 1999/02/18  11:14:24
799         Log: AIX syscalls.exp scan missed explicitly 32/64-bit syscalls.
800              
801              From: Joe Buehler <jhpb@hekimian.com>
802              To: perl5-porters@perl.org
803              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
804              Date: 12 Feb 1999 11:25:21 -0500
805              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
806      Branch: maint-5.005/perl
807            ! Configure
808 ____________________________________________________________________________
809 [  2967] By: jhi                                   on 1999/02/17  23:12:59
810         Log: Make SCO/Unixware scan to work in Unixware, too.
811              
812              From: Tom Hughes <thh@cyberscience.com>
813              To: perlbug@perl.com
814              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
815              Date: 17 Feb 1999 15:34:15 +0000     
816              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
817      Branch: maint-5.005/perl
818            ! Configure
819 ____________________________________________________________________________
820 [  2956] By: jhi                                   on 1999/02/15  21:03:28
821         Log: OpenBSD sparc SHMLBA (like change #2945).
822      Branch: maint-5.005/perl
823            ! ext/IPC/SysV/SysV.xs
824 ____________________________________________________________________________
825 [  2950] By: jhi                                   on 1999/02/15  13:37:28
826         Log: AVAILABILITY sync.
827      Branch: maint-5.005/perl
828            ! pod/perl.pod
829 ____________________________________________________________________________
830 [  2906] By: jhi                                   on 1999/02/13  14:55:47
831         Log: AVAILABILITY sync.
832      Branch: maint-5.005/perl
833            ! pod/perl.pod
834 ____________________________________________________________________________
835 [  2905] By: gsar                                  on 1999/02/13  00:12:53
836         Log: integrate change#2898 from mainline
837              
838              support win32_putenv()
839      Branch: maint-5.005/perl
840           !> mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
841           !> win32/win32.c win32/win32iop.h
842 ____________________________________________________________________________
843 [  2904] By: jhi                                   on 1999/02/12  21:23:30
844         Log: Add README.hurd, from Mark Kettenis <kettenis@wins.uva.nl>.
845      Branch: maint-5.005/perl
846            + README.hurd
847            ! MANIFEST
848 ____________________________________________________________________________
849 [  2900] By: jhi                                   on 1999/02/12  12:07:28
850         Log: SCO ODT/OSR release scanning.
851      Branch: maint-5.005/perl
852            ! Configure
853 ____________________________________________________________________________
854 [  2897] By: jhi                                   on 1999/02/12  11:24:25
855         Log: Undo a big bad paste from change #2884.
856      Branch: maint-5.005/perl
857            ! hints/openbsd.sh
858 ____________________________________________________________________________
859 [  2896] By: jhi                                   on 1999/02/12  11:19:52
860         Log: Update the error message of db-recno.t to DB version 1.86
861              and the URL to www.sleepycat.com instead of www.bostic.com.
862      Branch: maint-5.005/perl
863            ! t/lib/db-recno.t
864 ____________________________________________________________________________
865 [  2895] By: gsar                                  on 1999/02/12  11:18:59
866         Log: integrate change#2854 from mainline
867              
868              compatibility fix: magic non-propagation in foreach implicit localization
869      Branch: maint-5.005/perl
870           !> pp_ctl.c t/op/local.t
871 ____________________________________________________________________________
872 [  2884] By: jhi                                   on 1999/02/12  08:36:14
873         Log: OpenBSD pthreads awareness, thanks to
874              David Leonard <david.leonard@csee.uq.edu.au>
875      Branch: maint-5.005/perl
876            ! Configure hints/openbsd.sh
877 ____________________________________________________________________________
878 [  2883] By: jhi                                   on 1999/02/12  08:29:51
879         Log: AVAILABILITY sync.
880      Branch: maint-5.005/perl
881            ! pod/perl.pod
882 ____________________________________________________________________________
883 [  2878] By: jhi                                   on 1999/02/11  22:00:50
884         Log: Replace changes #2783, #2784, #2785, with a single tested
885              patch from Francois Desarmenien <desar@club-internet.fr>. 
886      Branch: maint-5.005/perl
887            ! MANIFEST ext/GDBM_File/hints/sco.pl ext/IPC/SysV/SysV.xs
888            ! hints/sco.sh
889 ____________________________________________________________________________
890 [  2876] By: jhi                                   on 1999/02/11  20:43:17
891         Log: From: Chris Nandor <pudge@pobox.com>
892              To: perl5-porters@perl.org
893              Subject: [PATCH] perlport.pod 1.39
894              Date: Thu, 11 Feb 1999 12:28:35 -0500
895              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
896      Branch: maint-5.005/perl
897            ! pod/perlport.pod
898 ____________________________________________________________________________
899 [  2875] By: jhi                                   on 1999/02/11  20:35:08
900         Log: The fpsetmask() really is SCO5 only.
901      Branch: maint-5.005/perl
902            ! unixish.h
903 ____________________________________________________________________________
904 [  2874] By: jhi                                   on 1999/02/11  20:32:06
905         Log: Change #2783 missed these.
906      Branch: maint-5.005/perl
907            ! ext/IPC/SysV/SysV.xs unixish.h
908 ____________________________________________________________________________
909 [  2873] By: jhi                                   on 1999/02/11  20:27:45
910         Log: Import the change #2810 from cfgperl.
911      Branch: maint-5.005/perl
912            + ext/GDBM_File/hints/sco.pl
913            ! MANIFEST hints/sco.sh unixish.h
914 ____________________________________________________________________________
915 [  2872] By: jhi                                   on 1999/02/11  19:57:37
916         Log: Sync the current AVAILABILITY.
917      Branch: maint-5.005/perl
918            ! pod/perl.pod pod/perldelta.pod
919 ____________________________________________________________________________
920 [  2871] By: jhi                                   on 1999/02/11  19:42:54
921         Log: Copied the GNU/Hurd hints file over from cfgperl
922              because it works well enough (there are still some
923              rough edges in Hurd), verified via private
924              email from Mark Kettenis <kettenis@wins.uva.nl>
925      Branch: maint-5.005/perl
926            + hints/gnu.sh
927 ____________________________________________________________________________
928 [  2864] By: jhi                                   on 1999/02/11  08:45:00
929         Log: From: Spider Boardman <spider@zk3.dec.com>
930              To: perlbug@perl.com
931              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
932              Date: Wed, 10 Feb 1999 23:33:31 -0500
933              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
934      Branch: maint-5.005/perl
935            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
936 ____________________________________________________________________________
937 [  2863] By: jhi                                   on 1999/02/11  08:35:35
938         Log: AVAILABILITY.
939      Branch: maint-5.005/perl
940            ! pod/perl.pod
941 ____________________________________________________________________________
942 [  2858] By: gsar                                  on 1999/02/11  07:10:59
943         Log: remove dup hunk
944      Branch: maint-5.005/perl
945            ! pod/perldelta.pod
946 ____________________________________________________________________________
947 [  2857] By: gsar                                  on 1999/02/11  07:09:20
948         Log: sync with parent version of perldelta.pod
949      Branch: maint-5.005/perl
950           !> pod/perldelta.pod
951 ____________________________________________________________________________
952 [  2853] By: gsar                                  on 1999/02/11  00:33:06
953         Log: integrate change#2816 from mainline
954              
955              minor bug in dumping blessed subrefs
956      Branch: maint-5.005/perl
957           !> ext/Data/Dumper/Dumper.pm
958 ____________________________________________________________________________
959 [  2852] By: gsar                                  on 1999/02/10  23:17:49
960         Log: fair warning about -Dusethreads
961      Branch: maint-5.005/perl
962            ! Configure INSTALL README.threads
963 ____________________________________________________________________________
964 [  2851] By: jhi                                   on 1999/02/10  23:00:39
965         Log: Snapshot of the ongoing AVAILABILITY discussion.
966      Branch: maint-5.005/perl
967            ! pod/perl.pod
968 ____________________________________________________________________________
969 [  2850] By: jhi                                   on 1999/02/10  16:07:32
970         Log: OS390 and Windows AVAILABILITY entries enhanced.
971      Branch: maint-5.005/perl
972            ! pod/perl.pod
973 ____________________________________________________________________________
974 [  2849] By: jhi                                   on 1999/02/10  12:39:46
975         Log: AS/400 and Mac were not described right.
976      Branch: maint-5.005/perl
977            ! pod/perl.pod
978 ____________________________________________________________________________
979 [  2848] By: jhi                                   on 1999/02/10  09:13:49
980         Log: Added AVAILABILITY section.
981      Branch: maint-5.005/perl
982            ! pod/perl.pod
983 ____________________________________________________________________________
984 [  2837] By: jhi                                   on 1999/02/08  14:51:39
985         Log: Fix typo introduced in change #2836.
986      Branch: maint-5.005/perl
987            ! Configure
988 ____________________________________________________________________________
989 [  2836] By: jhi                                   on 1999/02/08  14:44:31
990         Log: Augment change #2809, the h2ph-*symbols patch.
991      Branch: maint-5.005/perl
992            ! Configure t/lib/h2ph.pht
993 ____________________________________________________________________________
994 [  2815] By: gsar                                  on 1999/02/05  03:44:50
995         Log: integrate change#2242 from mainline
996              
997              fix skipspace() to properly account for newlines in eval''-ed
998              strings (caused bogus line numbers in diagnostics and debugger)
999      Branch: maint-5.005/perl
1000           !> toke.c
1001 ____________________________________________________________________________
1002 [  2814] By: jhi                                   on 1999/02/04  21:21:39
1003         Log: Stratus perlport update.
1004      Branch: maint-5.005/perl
1005            ! pod/perlport.pod
1006 ____________________________________________________________________________
1007 [  2813] By: jhi                                   on 1999/02/04  21:16:54
1008         Log: Stratus VOS update.
1009              
1010              From: Paul_Green@stratus.com
1011              To: jhi@iki.fi
1012              Subject: RE: VOS changes for Perl5.005_03 are ready!
1013              Date: Thu, 4 Feb 1999 14:51:07 -0500
1014              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A0168@exna1.stratus.com>
1015      Branch: maint-5.005/perl
1016            + vos/vos_accept.c
1017            ! MANIFEST README.vos perl.c pod/perlport.pod vos/Changes
1018            ! vos/build.cm vos/compile_perl.cm vos/config.h
1019            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
1020            ! vos/vos_dummies.c vos/vosish.h
1021 ____________________________________________________________________________
1022 [  2809] By: jhi                                   on 1999/02/03  19:54:16
1023         Log: h2ph fixes + Configure patch to support them.
1024              
1025              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1026              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
1027              Gurusamy Sarathy <gsar@engin.umich.edu>
1028              Cc: perl5-porters@perl.org
1029              Subject: [PATCH 5.00503_MT5] h2ph.PL
1030              Date: Tue, 2 Feb 1999 19:48:06 -0500
1031              Message-ID: <19990202194806.E10647@O2.chapin.edu>
1032      Branch: maint-5.005/perl
1033            ! Configure utils/h2ph.PL
1034 ____________________________________________________________________________
1035 [  2802] By: jhi                                   on 1999/02/02  17:41:23
1036         Log: From: John Bley <jbb6@acpub.duke.edu>
1037              To: perlbug@perl.org
1038              Subject: [PATCH]5.005_54 (DOC) fix minor typos
1039              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
1040              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
1041      Branch: maint-5.005/perl
1042            ! pod/perlre.pod
1043 ____________________________________________________________________________
1044 [  2790] By: jhi                                   on 1999/02/02  16:51:45
1045         Log: Re-introduce the typo corrections (update to CGI 2.46
1046              overran them).
1047      Branch: maint-5.005/perl
1048            ! lib/CGI.pm
1049 ____________________________________________________________________________
1050 [  2781] By: jhi                                   on 1999/02/02  14:27:01
1051         Log: Update the MkLinux note.
1052      Branch: maint-5.005/perl
1053            ! hints/linux.sh
1054 ____________________________________________________________________________
1055 [  2775] By: jhi                                   on 1999/02/02  13:13:24
1056         Log: Mention lib/Dumpvalue.pm.
1057      Branch: maint-5.005/perl
1058            ! pod/roffitall
1059 ____________________________________________________________________________
1060 [  2767] By: jhi                                   on 1999/02/02  12:29:57
1061         Log: Demangle spaces to tab+space.
1062      Branch: maint-5.005/perl
1063            ! hints/freebsd.sh
1064 ____________________________________________________________________________
1065 [  2758] By: jhi                                   on 1999/02/02  10:51:26
1066         Log: Detypo.
1067      Branch: maint-5.005/perl
1068            ! lib/Math/Trig.pm
1069 ____________________________________________________________________________
1070 [  2755] By: jhi                                   on 1999/02/02  09:07:51
1071         Log: Make FreeBSD 2.2.7 work with -Duseshrplib -ders.
1072      Branch: maint-5.005/perl
1073            ! hints/freebsd.sh
1074 ____________________________________________________________________________
1075 [  2752] By: jhi                                   on 1999/02/01  22:15:12
1076         Log: Add perlthrtut.pod.
1077              
1078              From: Dan Sugalski <sugalskd@osshe.edu>
1079              To: perl5-porters@perl.org
1080              Subject: perlthrtut.pod
1081              Date: Mon, 01 Feb 1999 10:57:11 -0800
1082              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
1083      Branch: maint-5.005/perl
1084            + pod/perlthrtut.pod
1085            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
1086            ! pod/roffitall
1087 ____________________________________________________________________________
1088 [  2741] By: gbarr                                 on 1999/02/01  03:00:42
1089         Log: Fix typecasts in #2728
1090              
1091              From: "G. Del Merritt" <del@intranetics.com>
1092              Date: Fri, 29 Jan 1999 11:47:25 -0700
1093              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
1094              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
1095      Branch: maint-5.005/perl
1096            ! ext/POSIX/POSIX.xs
1097 ____________________________________________________________________________
1098 [  2740] By: gsar                                  on 1999/02/01  02:43:07
1099         Log: CAPI inheritance tweak and doc
1100      Branch: maint-5.005/perl
1101            ! lib/ExtUtils/MakeMaker.pm
1102 ____________________________________________________________________________
1103 [  2739] By: jhi                                   on 1999/01/31  18:31:54
1104         Log: Undo changes #2730 and #2731 and replace them
1105              with an extensively tested patch from
1106              Anton Berezin <tobez@plab.ku.dk> (via private email).
1107      Branch: maint-5.005/perl
1108            ! Makefile.SH hints/freebsd.sh
1109 ____________________________________________________________________________
1110 [  2738] By: gsar                                  on 1999/01/31  05:04:32
1111         Log: fix bogus CAPI inheritance from change#2541
1112      Branch: maint-5.005/perl
1113            ! lib/ExtUtils/MakeMaker.pm
1114 ____________________________________________________________________________
1115 [  2737] By: gsar                                  on 1999/01/31  04:55:06
1116         Log: remove the big ugly thing jhi sneezed into INSTALL :-)
1117      Branch: maint-5.005/perl
1118            ! INSTALL
1119 ____________________________________________________________________________
1120 [  2736] By: jhi                                   on 1999/01/30  12:57:06
1121         Log: From: pvhp@forte.com (Peter Prymmer)
1122              To: perl-mvs@perl.org, perlbug@perl.com
1123              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on os390 05.00 (UNINSTALLED)
1124              Date: Fri, 29 Jan 99 19:22:31 PST
1125              Message-Id: <9901300322.AA19136@forte.com>
1126              
1127              (slighty edited at the end)
1128      Branch: maint-5.005/perl
1129            ! README.os390
1130 ____________________________________________________________________________
1131 [  2735] By: jhi                                   on 1999/01/30  11:49:54
1132         Log: Undo 5.005-devel random, srandom mention.
1133      Branch: maint-5.005/perl
1134            ! INSTALL
1135 ____________________________________________________________________________
1136 [  2734] By: jhi                                   on 1999/01/29  22:22:00
1137         Log: Add perlreftut.
1138      Branch: maint-5.005/perl
1139            + pod/perlreftut.pod
1140            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
1141 ____________________________________________________________________________
1142 [  2732] By: gsar                                  on 1999/01/29  20:09:44
1143         Log: integrate change#2720 from mainline
1144              
1145              missing space while munging CCFLAGS for PERL_CAPI
1146      Branch: maint-5.005/perl
1147           !> lib/ExtUtils/MM_Unix.pm
1148 ____________________________________________________________________________
1149 [  2731] By: jhi                                   on 1999/01/29  14:33:12
1150         Log: FreeBSD version numbers can be like "2.2.8-release".
1151      Branch: maint-5.005/perl
1152            ! hints/freebsd.sh
1153 ____________________________________________________________________________
1154 [  2730] By: jhi                                   on 1999/01/29  12:40:38
1155         Log: FreeBSD hints iteration (hopefully convergent).
1156              usethreads: require at least FreeBSD 2.2.8.
1157              signal type: mirror change #2429 in cfgperl.
1158      Branch: maint-5.005/perl
1159            ! hints/freebsd.sh
1160 ____________________________________________________________________________
1161 [  2729] By: gbarr                                 on 1999/01/29  05:06:32
1162         Log: Trial release 5
1163      Branch: maint-5.005/perl
1164            ! Changes patchlevel.h pod/perlhist.pod
1165 ____________________________________________________________________________
1166 [  2728] By: gbarr                                 on 1999/01/29  04:10:37
1167         Log: From: Ted Law <tedlaw@cibcwg.com>
1168              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1169              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1170              Subject: POSIX::strftime buffer overflow problem
1171      Branch: maint-5.005/perl
1172            ! ext/POSIX/POSIX.xs
1173 ____________________________________________________________________________
1174 [  2728] By: gbarr                                 on 1999/01/29  04:10:37
1175         Log: From: Ted Law <tedlaw@cibcwg.com>
1176              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1177              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1178              Subject: POSIX::strftime buffer overflow problem
1179      Branch: maint-5.005/perl
1180            ! ext/POSIX/POSIX.xs
1181 ____________________________________________________________________________
1182 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
1183         Log: From: Tom Spindler <dogcow@isi.net>
1184              Date: Thu, 28 Jan 1999 17:15:11 -0800
1185              Message-ID: <19990128171510.A11778@isi.net>
1186              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
1187      Branch: maint-5.005/perl
1188            + ext/DynaLoader/dl_beos.xs
1189            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1190            ! lib/ExtUtils/MM_Unix.pm
1191 ____________________________________________________________________________
1192 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
1193         Log: Remove use of File::Slurp in t/lib/textfill.t
1194      Branch: maint-5.005/perl
1195            ! t/lib/textfill.t
1196 ____________________________________________________________________________
1197 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
1198         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
1199              Date: Wed, 27 Jan 1999 23:14:33 -0800
1200              Message-Id: <199901280714.XAA10176@activestate.com>
1201              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
1202      Branch: maint-5.005/perl
1203            ! win32/Makefile win32/makefile.mk
1204 ____________________________________________________________________________
1205 [  2724] By: jhi                                   on 1999/01/28  19:27:15
1206         Log: Change jhi@iki.fi to perlbug@perl.com.
1207              Cosmetic change in semctl probing messages.
1208      Branch: maint-5.005/perl
1209            ! Configure hints/freebsd.sh
1210 ____________________________________________________________________________
1211 [  2723] By: jhi                                   on 1999/01/28  17:27:49
1212         Log: Yet another typo in a test program.
1213      Branch: maint-5.005/perl
1214            ! Configure
1215 ____________________________________________________________________________
1216 [  2722] By: jhi                                   on 1999/01/28  17:13:52
1217         Log: The pthreads_created_joinable test had a typo,
1218              by blind luck the default value works almost anywhere.
1219      Branch: maint-5.005/perl
1220            ! Configure
1221 ____________________________________________________________________________
1222 [  2721] By: jhi                                   on 1999/01/28  13:04:23
1223         Log: MinT support, adapted from change #2594.
1224      Branch: maint-5.005/perl
1225            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
1226            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
1227            + mint/sys/time.h mint/time.h
1228            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c
1229            ! pod/perldelta.pod t/io/fs.t t/lib/safe2.t t/op/groups.t
1230            ! t/op/mkdir.t t/op/taint.t
1231 ____________________________________________________________________________
1232 [  2719] By: jhi                                   on 1999/01/27  19:49:49
1233         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1234              To: perl5-porters@perl.org
1235              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
1236              Date: Tue, 26 Jan 1999 22:25:07 +0000
1237              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
1238      Branch: maint-5.005/perl
1239            ! pod/perlguts.pod
1240 ____________________________________________________________________________
1241 [  2718] By: jhi                                   on 1999/01/27  19:46:04
1242         Log: io/fs.t fails test #18 (sense of tests appears to have been
1243              changed incompletely; this patch just skips the test attached,
1244              a la test #17 preceding it).
1245              
1246              From: "G. Del Merritt" <del@intranetics.com>
1247              To: perlbug@perl.com
1248              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1249              Date: Tue, 26 Jan 1999 12:09:09 -0700
1250              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1251      Branch: maint-5.005/perl
1252            ! t/io/fs.t
1253 ____________________________________________________________________________
1254 [  2717] By: jhi                                   on 1999/01/27  19:44:46
1255         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
1256              
1257              From: "G. Del Merritt" <del@intranetics.com>
1258              To: perlbug@perl.com
1259              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1260              Date: Tue, 26 Jan 1999 12:09:09 -0700
1261              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1262      Branch: maint-5.005/perl
1263            ! iperlsys.h
1264 ____________________________________________________________________________
1265 [  2716] By: jhi                                   on 1999/01/27  19:38:36
1266         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1267              To: perlbug@perl.com, vmsperl@perl.org
1268              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
1269              Date: Tue, 26 Jan 1999 14:40:38 -0800
1270              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
1271              
1272              From: Dan Sugalski <sugalskd@osshe.edu>
1273              To: perl5-porters@perl.org, vmsperl@perl.org
1274              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
1275              Date: Tue, 26 Jan 1999 14:55:29 -0800
1276              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
1277      Branch: maint-5.005/perl
1278            ! t/lib/textfill.t t/lib/textwrap.t vms/ext/Stdio/test.pl
1279            ! vms/subconfigure.com
1280 ____________________________________________________________________________
1281 [  2715] By: jhi                                   on 1999/01/27  19:34:28
1282         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
1283              To: perl5-porters@perl.org
1284              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
1285              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
1286              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
1287      Branch: maint-5.005/perl
1288            ! hints/mpeix.sh mpeix/relink
1289 ____________________________________________________________________________
1290 [  2714] By: jhi                                   on 1999/01/27  19:32:41
1291         Log: NetBSD does not do setruid, setrgid.
1292      Branch: maint-5.005/perl
1293            ! hints/netbsd.sh
1294 ____________________________________________________________________________
1295 [  2713] By: jhi                                   on 1999/01/27  19:28:53
1296         Log: FreeBSD usethreads, based on private email with
1297              Anton Berezin <tobez@plab.ku.dk>.
1298      Branch: maint-5.005/perl
1299            ! hints/freebsd.sh
1300 ____________________________________________________________________________
1301 [  2712] By: jhi                                   on 1999/01/27  19:26:17
1302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1303              To: Mailing list Perl5 <perl5-porters@perl.org>
1304              Subject: [PATCH 5.005_*] OS/2 threads
1305              Date: Tue, 26 Jan 1999 13:39:46 -0500
1306              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
1307      Branch: maint-5.005/perl
1308            ! os2/os2ish.h
1309 ____________________________________________________________________________
1310 [  2711] By: jhi                                   on 1999/01/27  19:24:28
1311         Log: "make ok", "make okfile", and "make nok" were broken
1312              with -Duseshrplib, because of a shared typo.
1313              
1314              From: Spider Boardman <spider@web.zk3.dec.com>
1315              To: perlbug@perl.com
1316              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1317              Date: Wed, 27 Jan 1999 12:27:15 -0500
1318              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1319      Branch: maint-5.005/perl
1320            ! Makefile.SH
1321 ____________________________________________________________________________
1322 [  2710] By: jhi                                   on 1999/01/27  19:22:23
1323         Log: Errno fixes:
1324              
1325              From: Spider Boardman <spider@web.zk3.dec.com>
1326              To: perlbug@perl.com
1327              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1328              Date: Wed, 27 Jan 1999 12:27:15 -0500
1329              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1330              
1331              From: Spider Boardman <spider@web.zk3.dec.com>
1332              To: perlbug@perl.com
1333              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1334              Date: Wed, 27 Jan 1999 13:31:16 -0500
1335              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
1336      Branch: maint-5.005/perl
1337            ! Configure ext/Errno/Errno_pm.PL
1338 ____________________________________________________________________________
1339 [  2709] By: jhi                                   on 1999/01/27  19:17:35
1340         Log: Fix Configure installusrbinperl:
1341              
1342              From: Spider Boardman <spider@web.zk3.dec.com>
1343              To: jhi@iki.fi
1344              cc: perl5-porters@perl.org
1345              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1346              Date: Wed, 27 Jan 1999 13:03:35 -0500
1347              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
1348      Branch: maint-5.005/perl
1349            ! Configure
1350 ____________________________________________________________________________
1351 [  2708] By: gbarr                                 on 1999/01/26  04:14:42
1352         Log: Trial release 4
1353      Branch: maint-5.005/perl
1354            ! Changes patchlevel.h pod/perlhist.pod
1355 ____________________________________________________________________________
1356 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
1357         Log: Add redef IO::Handle::* for setv?buf()
1358      Branch: maint-5.005/perl
1359            ! ext/POSIX/POSIX.pm
1360 ____________________________________________________________________________
1361 [  2706] By: jhi                                   on 1999/01/24  22:26:12
1362         Log: Better AIX libc nm scan.
1363      Branch: maint-5.005/perl
1364            ! Configure
1365 ____________________________________________________________________________
1366 [  2703] By: jhi                                   on 1999/01/24  14:26:18
1367         Log: Minor Configure adjustments.
1368      Branch: maint-5.005/perl
1369            ! Configure
1370 ____________________________________________________________________________
1371 [  2702] By: jhi                                   on 1999/01/24  13:57:33
1372         Log: Use usethreads.cbu consistently.
1373      Branch: maint-5.005/perl
1374            ! Configure hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
1375            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
1376            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
1377            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh
1378 ____________________________________________________________________________
1379 [  2701] By: jhi                                   on 1999/01/24  13:55:43
1380         Log: Mention year-1900 and month 0..11 also here.
1381      Branch: maint-5.005/perl
1382            ! lib/Time/Local.pm
1383 ____________________________________________________________________________
1384 [  2700] By: jhi                                   on 1999/01/24  13:52:36
1385         Log: Document Configure -Uinstallusrbinperl.
1386      Branch: maint-5.005/perl
1387            ! INSTALL pod/perldelta.pod
1388 ____________________________________________________________________________
1389 [  2699] By: jhi                                   on 1999/01/24  13:01:57
1390         Log: perlopentut was missing.
1391      Branch: maint-5.005/perl
1392            + pod/perlopentut.pod
1393            ! MANIFEST pod/perldelta.pod
1394 ____________________________________________________________________________
1395 [  2697] By: jhi                                   on 1999/01/24  12:31:33
1396         Log: Remove t/op/grent.t (t/op/pwent.t was removed by #2685).
1397      Branch: maint-5.005/perl
1398            - t/op/grent.t
1399            ! MANIFEST
1400 ____________________________________________________________________________
1401 [  2696] By: gsar                                  on 1999/01/24  11:39:39
1402         Log: integrate changes#2255,2694 from mainline 
1403              
1404              another win32 portability fix: make sysread() and syswrite()
1405              work on sockets
1406              
1407              better notes on 'make' on win32
1408      Branch: maint-5.005/perl
1409            ! README.win32 pp_sys.c win32/win32.h
1410 ____________________________________________________________________________
1411 [  2693] By: gbarr                                 on 1999/01/24  00:53:31
1412         Log: Integrate changes #2646,2647 from cfgperl
1413              
1414              Show LANGUAGE env var when needed. (Augment change #2645).
1415              
1416              SHMLBA strikes back in NetBSD/sparc.
1417              
1418              From: Dave Nelson <David.Nelson@bellcow.com>
1419              To: jhi@iki.fi
1420              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
1421              Date: Mon, 18 Jan 1999 22:07:56 -0600
1422              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
1423      Branch: maint-5.005/perl
1424            ! util.c utils/perlbug.PL
1425           !> ext/IPC/SysV/SysV.xs
1426 ____________________________________________________________________________
1427 [  2692] By: gbarr                                 on 1999/01/24  00:28:52
1428         Log: Integrate #2630 from mainline and an errno save fix
1429      Branch: maint-5.005/perl
1430           !> doio.c
1431 ____________________________________________________________________________
1432 [  2691] By: gbarr                                 on 1999/01/24  00:28:37
1433         Log: Update CGI modules to 2.46 and Getopt::Long to 2.19
1434      Branch: maint-5.005/perl
1435            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
1436            ! lib/CGI/Push.pm lib/Getopt/Long.pm t/lib/cgi-html.t
1437 ____________________________________________________________________________
1438 [  2690] By: gbarr                                 on 1999/01/23  23:35:39
1439         Log: Integrate #2681 from cfgperl
1440              
1441              Better (I hope) LANGUAGE documentation.
1442      Branch: maint-5.005/perl
1443           !> pod/perllocale.pod
1444 ____________________________________________________________________________
1445 [  2689] By: gbarr                                 on 1999/01/23  23:31:59
1446         Log: More nosuid patches
1447              
1448              From: Jarkko Hietaniemi <jhi@iki.fi>
1449              Date: Fri, 22 Jan 1999 12:12:45 +0200 (EET)
1450              Message-ID: <13992.20253.269284.841300@alpha.hut.fi>
1451              Subject: Re: [PATCH] 5.005*: the "nosuid" problem: v2
1452      Branch: maint-5.005/perl
1453            ! Configure config_h.SH perl.c perl.h pod/perldelta.pod
1454            ! pod/perldiag.pod
1455 ____________________________________________________________________________
1456 [  2688] By: gbarr                                 on 1999/01/23  23:03:39
1457         Log: From: Anton Berezin <tobez@plab.ku.dk>
1458              Date: 21 Jan 1999 17:07:28 +0100
1459              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
1460              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
1461      Branch: maint-5.005/perl
1462            ! hints/freebsd.sh
1463 ____________________________________________________________________________
1464 [  2687] By: gbarr                                 on 1999/01/23  22:52:58
1465         Log: overload syntax is no longer experimental
1466      Branch: maint-5.005/perl
1467            ! lib/overload.pm
1468 ____________________________________________________________________________
1469 [  2685] By: gbarr                                 on 1999/01/23  22:15:46
1470         Log: Remove t/op/pwent.t added from cfgperl, but is not robust.
1471      Branch: maint-5.005/perl
1472            - t/op/pwent.t
1473            ! MANIFEST
1474 ____________________________________________________________________________
1475 [  2684] By: gbarr                                 on 1999/01/23  22:13:07
1476         Log: More doc typos from Abigail, and undo some in lib/diagnostics.pm
1477              from change #2672
1478              
1479              From: abigail@fnx.com
1480              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
1481              Message-Id: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
1482              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
1483              
1484              From: abigail@fnx.com
1485              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
1486              Message-Id: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
1487              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
1488      Branch: maint-5.005/perl
1489            ! lib/CGI.pm lib/CPAN.pm lib/diagnostics.pm
1490 ____________________________________________________________________________
1491 [  2677] By: gbarr                                 on 1999/01/22  03:38:07
1492         Log: Integrate #2645, #2648 and update patching.pod
1493              
1494              Document the GNU LANGUAGE env var.
1495              
1496              Mention /usr/share/locale.
1497              
1498              From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1499              Date: 21 Jan 1999 00:17:35 -0700
1500              Message-Id: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
1501              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
1502      Branch: maint-5.005/perl
1503            ! Porting/patching.pod
1504           !> pod/perllocale.pod
1505 ____________________________________________________________________________
1506 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
1507         Log: Fixup FindBin to use File::Spec
1508              
1509              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
1510              Date: Wed, 20 Jan 1999 18:51:57 +0000
1511              From: Paul Johnson <pjcj@transeda.com>
1512              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
1513      Branch: maint-5.005/perl
1514            ! lib/FindBin.pm
1515 ____________________________________________________________________________
1516 [  2675] By: gbarr                                 on 1999/01/22  01:38:31
1517         Log: Add new config values added for nosuid fix into VMS configure
1518              
1519              From: Dan Sugalski <sugalskd@osshe.edu>
1520              Date: Wed, 20 Jan 1999 12:05:18 -0800
1521              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
1522              Subject: [PATCH 5.005_03MT3]VMS configure tweak
1523      Branch: maint-5.005/perl
1524            ! vms/subconfigure.com
1525 ____________________________________________________________________________
1526 [  2674] By: gbarr                                 on 1999/01/22  01:36:35
1527         Log: Fix for buggy compiler optimization on dec for pack("I",...)
1528              
1529              From: Achim Bohnet <ach@mpe.mpg.de>
1530              Date: Wed, 20 Jan 1999 20:25:53 +0100
1531              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
1532              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0
1533      Branch: maint-5.005/perl
1534            ! pp.c
1535 ____________________________________________________________________________
1536 [  2673] By: gbarr                                 on 1999/01/22  01:29:37
1537         Log: OS/2 patches from Ilya
1538              
1539              Date: Thu, 21 Jan 1999 02:08:27 -0500
1540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1541              Subject: [PATCH 5.00*] makedepend
1542              Message-Id: <19990121020827.A25509@monk.mps.ohio-state.edu>
1543              
1544              Date: Thu, 21 Jan 1999 02:46:34 -0500
1545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1546              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
1547              Message-Id: <19990121024634.A25600@monk.mps.ohio-state.edu>
1548              
1549              Date: Thu, 21 Jan 1999 02:50:16 -0500
1550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1551              Subject: [PATCH 5.005_03] Resend of OS/2 patch
1552              Message-Id: <19990121025016.A25612@monk.mps.ohio-state.edu>
1553              
1554              Date: Thu, 21 Jan 1999 03:58:29 -0500
1555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1556              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
1557              Message-Id: <19990121035829.A25822@monk.mps.ohio-state.edu>
1558      Branch: maint-5.005/perl
1559            ! ext/Errno/Errno_pm.PL makedepend.SH os2/Changes
1560            ! os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
1561 ____________________________________________________________________________
1562 [  2672] By: gbarr                                 on 1999/01/22  01:05:45
1563         Log: More doc typo patches from Abigail
1564              
1565              From: abigail@fnx.com
1566              Message-Id: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
1567              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
1568              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
1569              
1570              From: abigail@fnx.com
1571              Message-Id: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
1572              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
1573              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
1574              
1575              From: abigail@fnx.com
1576              Message-Id: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
1577              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
1578              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
1579              
1580              From: abigail@fnx.com
1581              Message-Id: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
1582              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
1583              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
1584              
1585              From: abigail@fnx.com
1586              Message-Id: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
1587              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
1588              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
1589              
1590              From: abigail@fnx.com
1591              Message-Id: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
1592              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
1593              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
1594              
1595              From: abigail@fnx.com
1596              Message-Id: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
1597              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
1598              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
1599              
1600              From: abigail@fnx.com
1601              Message-Id: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
1602              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore
1603              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
1604              
1605              From: abigail@fnx.com
1606              Message-Id: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
1607              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
1608              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
1609              
1610              From: abigail@fnx.com
1611              Message-Id: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
1612              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
1613              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
1614              
1615              From: abigail@fnx.com
1616              Message-Id: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
1617              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
1618              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
1619      Branch: maint-5.005/perl
1620            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm ext/re/re.pm
1621            ! lib/AutoLoader.pm lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm
1622            ! lib/Symbol.pm lib/Test.pm lib/diagnostics.pm lib/overload.pm
1623 ____________________________________________________________________________
1624 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
1625         Log: Fix win32 for Borland compiler and spaces in paths
1626              
1627              From: Gurusamy Sarathy <gsar@activestate.com>
1628              Date: Mon, 18 Jan 1999 20:33:17 -0800
1629              Message-Id: <199901190433.UAA03656@activestate.com>
1630              Subject: [PATCH] 5.005_03-trial3 win32 issues
1631      Branch: maint-5.005/perl
1632            ! README.win32 win32/Makefile win32/config_sh.PL
1633            ! win32/makefile.mk win32/runperl.c
1634 ____________________________________________________________________________
1635 [  2637] By: gbarr                                 on 1999/01/18  02:52:18
1636         Log: Update DB_File to 1.63
1637              
1638              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1639              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
1640              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
1641              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
1642      Branch: maint-5.005/perl
1643            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1644            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
1645 ____________________________________________________________________________
1646 [  2636] By: gbarr                                 on 1999/01/17  18:03:31
1647         Log: Trial release 3
1648      Branch: maint-5.005/perl
1649            ! Changes patchlevel.h
1650 ____________________________________________________________________________
1651 [  2635] By: gbarr                                 on 1999/01/17  17:32:01
1652         Log: Update to CPAN-1.44
1653              
1654              From: Mark-Jason Dominus <mjd@plover.com>
1655              Date: Sat, 16 Jan 1999 17:22:06 -0500
1656              Message-ID: <19990116222206.3674.qmail@plover.com>
1657              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
1658      Branch: maint-5.005/perl
1659            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1660            ! pod/perlsub.pod
1661 ____________________________________________________________________________
1662 [  2634] By: gbarr                                 on 1999/01/17  17:27:12
1663         Log: Fix for suidperl when script is on a nosuid filesystem
1664              
1665              From: Jarkko Hietaniemi <jhi@iki.fi>
1666              Date: Sun, 17 Jan 1999 16:27:06 +0200 (EET)
1667              Message-ID: <13985.62266.324824.292401@alpha.hut.fi>
1668              Subject: [PATCH] 5.005*: the "nosuid" problem: v2
1669      Branch: maint-5.005/perl
1670            ! Configure config_h.SH perl.c perl.h pod/perldiag.pod
1671 ____________________________________________________________________________
1672 [  2618] By: gbarr                                 on 1999/01/16  19:18:26
1673         Log: Added Dumpvalue.pm
1674              
1675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1676              Date: Mon, 7 Dec 1998 02:44:25 -0500 (EST)
1677              Message-Id: <199812070744.CAA18949@monk.mps.ohio-state.edu>
1678              Subject: [PATCH 5.005_*] Dumpvar.pm
1679      Branch: maint-5.005/perl
1680            + lib/Dumpvalue.pm
1681            ! MANIFEST pod/perldelta.pod
1682 ____________________________________________________________________________
1683 [  2617] By: gbarr                                 on 1999/01/16  19:09:36
1684         Log: Minor change to perlxstut and added perlopentut.pod
1685              
1686              From: Nathan Torkington <gnat@frii.com>
1687              Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
1688              Message-ID: <13956.15285.933914.320849@localhost.frii.com>
1689              Subject: [PATCH] perlxstut.pod fix
1690              
1691              From: Tom Christiansen <tchrist@jhereg.perl.com>
1692              Date: Sat, 09 Jan 1999 08:13:18 -0700
1693              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
1694              Subject: perlopentut.pod
1695      Branch: maint-5.005/perl
1696            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/perlxstut.pod
1697            ! pod/roffitall
1698 ____________________________________________________________________________
1699 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
1700         Log: Win32 changes from Jan
1701              
1702              From: jan.dubois@ibm.net (Jan Dubois)
1703              Date: Fri, 15 Jan 1999 23:38:35 +0100
1704              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
1705              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
1706              
1707              From: jan.dubois@ibm.net (Jan Dubois)
1708              Date: Sat, 16 Jan 1999 13:02:45 +0100
1709              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
1710              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
1711      Branch: maint-5.005/perl
1712            ! README.win32 win32/Makefile win32/makefile.mk
1713 ____________________________________________________________________________
1714 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
1715         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
1716              
1717              From: Gurusamy Sarathy <gsar@engin.umich.edu>
1718              Date: Thu, 07 Jan 1999 00:12:00 -0500
1719              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
1720              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1721              
1722              From: Gurusamy Sarathy <gsar@engin.umich.edu>
1723              Date: Thu, 14 Jan 1999 19:21:46 -0500
1724              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
1725              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1726      Branch: maint-5.005/perl
1727            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
1728            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
1729            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
1730            ! win32/makedef.pl win32/runperl.c win32/win32.c
1731 ____________________________________________________________________________
1732 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
1733         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1734              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
1735              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
1736              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
1737              
1738              From: Jarkko Hietaniemi <jhi@iki.fi>
1739              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
1740              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
1741              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
1742              
1743              From: Jarkko Hietaniemi <jhi@iki.fi>
1744              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
1745              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
1746              Subject: the promised "installusrbinperl + NetBSD" fix
1747      Branch: maint-5.005/perl
1748            ! Configure Makefile.SH hints/netbsd.sh installperl
1749            ! makedepend.SH unixish.h
1750 ____________________________________________________________________________
1751 [  2613] By: gbarr                                 on 1999/01/16  16:28:40
1752         Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
1753              Date: Thu, 14 Jan 1999 22:37:26 +0100
1754              Message-ID: <19990114223726.A177@beeblebrox>
1755              Subject: [PATCH for 5.005_03-MAINT_TRIAL_2] dos-djgpp update
1756      Branch: maint-5.005/perl
1757            ! djgpp/config.over djgpp/djgpp.c
1758 ____________________________________________________________________________
1759 [  2612] By: gbarr                                 on 1999/01/16  16:27:25
1760         Log: Hints for sco.sh to automatically support dynamic linking
1761              
1762              From: Peter Wolfe <wolfe@teloseng.com>
1763              Date: Mon, 11 Jan 1999 11:50:20 -0800 (PST)
1764              Message-Id: <199901111950.LAA01703@titan.teloseng.com>
1765              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
1766      Branch: maint-5.005/perl
1767            ! hints/sco.sh
1768 ____________________________________________________________________________
1769 [  2610] By: gbarr                                 on 1999/01/14  03:07:33
1770         Log: Fix login in installperl for pods
1771              
1772              From: Robin Barker <rmb1@cise.npl.co.uk>
1773              Date: Mon, 4 Jan 1999 13:50:10 GMT
1774              Message-Id: <199901041350.NAA19665@cyclone.cise.npl.co.uk>
1775              Subject: PATCH to installperl
1776      Branch: maint-5.005/perl
1777            ! installperl
1778 ____________________________________________________________________________
1779 [  2609] By: gbarr                                 on 1999/01/14  03:04:37
1780         Log: Fix incorrect "used only once" warnings
1781              
1782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1783              Date: Fri, 8 Jan 1999 04:37:10 -0500
1784              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
1785              Subject: Re: change#965 flakiness
1786      Branch: maint-5.005/perl
1787            ! gv.c
1788 ____________________________________________________________________________
1789 [  2608] By: gbarr                                 on 1999/01/14  02:56:46
1790         Log: Fixed double GLOB de-reference
1791              
1792              From: Gurusamy Sarathy <gsar@engin.umich.edu>
1793              Date: Sat, 09 Jan 1999 23:40:24 -0500
1794              Message-Id: <199901100440.XAA12360@aatma.engin.umich.edu>
1795              Subject: Re: IO::Pipe with perl -d (on HPUX)
1796      Branch: maint-5.005/perl
1797            ! ext/IO/lib/IO/Pipe.pm
1798 ____________________________________________________________________________
1799 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
1800         Log: Added Carp::cluck to perldelta.pod
1801      Branch: maint-5.005/perl
1802            ! pod/perldelta.pod
1803 ____________________________________________________________________________
1804 [  2606] By: gbarr                                 on 1999/01/14  02:44:04
1805         Log: New perlfaq*.pod from Tom (private mail)
1806      Branch: maint-5.005/perl
1807            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1808            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1809            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1810            ! pod/perlfaq9.pod
1811 ____________________________________________________________________________
1812 [  2584] By: gbarr                                 on 1999/01/08  04:50:56
1813         Log: implemented Ilya's suggested fix, and added a testcase
1814              
1815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1816              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
1817              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
1818              Subject: Re: Text::ParseWords: regex fix
1819      Branch: maint-5.005/perl
1820            ! lib/Text/ParseWords.pm t/lib/parsewords.t
1821 ____________________________________________________________________________
1822 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
1823         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1824              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
1825              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
1826              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
1827      Branch: maint-5.005/perl
1828            ! ext/Errno/Errno_pm.PL
1829 ____________________________________________________________________________
1830 [  2582] By: gbarr                                 on 1999/01/08  03:37:55
1831         Log: More doc changes from Abigail, and included change #2575 from cfgperl
1832              
1833              From: abigail@fnx.com
1834              Message-ID: <19990107041434.22326.qmail@alexandra.wayne.fnx.com>
1835              Subject: [PATCH 5.005_03 TRIAL2 lib/Time/gmtime.pm] Typo fix
1836              Date: Wed, 6 Jan 1999 23:14:34 -0500 (EST)
1837              
1838              From: abigail@fnx.com
1839              Message-ID: <19990107041746.22376.qmail@alexandra.wayne.fnx.com>
1840              Subject: [PATCH 5.005_03 TRIAL2 lib/Time/localtime.pm] Typo fix
1841              Date: Wed, 6 Jan 1999 23:17:46 -0500 (EST)
1842              
1843              From: abigail@fnx.com
1844              Message-ID: <19990107042105.22527.qmail@alexandra.wayne.fnx.com>
1845              Subject: [PATCH 5.005_03 TRIAL2 lib/User/grent.pm] Typo fix
1846              Date: Wed, 6 Jan 1999 23:21:05 -0500 (EST)
1847              
1848              From: abigail@fnx.com
1849              Message-ID: <19990107042254.22624.qmail@alexandra.wayne.fnx.com>
1850              Subject: [PATCH 5.005_03 TRIAL2 lib/User/pwent.pw] Typo fix
1851              Date: Wed, 6 Jan 1999 23:22:54 -0500 (EST)
1852      Branch: maint-5.005/perl
1853            ! lib/Math/Trig.pm lib/Time/gmtime.pm lib/Time/localtime.pm
1854            ! lib/User/grent.pm lib/User/pwent.pm
1855 ____________________________________________________________________________
1856 [  2578] By: gbarr                                 on 1999/01/07  04:30:26
1857         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1858              Date: Wed, 06 Jan 1999 13:47:34 -0800
1859              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
1860              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
1861      Branch: maint-5.005/perl
1862            ! vms/vms.c
1863 ____________________________________________________________________________
1864 [  2577] By: gbarr                                 on 1999/01/07  04:26:28
1865         Log: Another set of doc patches from Abigail
1866              
1867              From: abigail@fnx.com
1868              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
1869              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
1870              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
1871              
1872              From: abigail@fnx.com
1873              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
1874              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
1875              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
1876              
1877              From: abigail@fnx.com
1878              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
1879              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
1880              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
1881              
1882              From: abigail@fnx.com
1883              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
1884              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
1885              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
1886              
1887              From: abigail@fnx.com
1888              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
1889              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
1890              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
1891              
1892              From: abigail@fnx.com
1893              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
1894              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
1895              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
1896              
1897              From: abigail@fnx.com
1898              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
1899              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
1900              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
1901              
1902              From: abigail@fnx.com
1903              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
1904              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
1905              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
1906              
1907              From: abigail@fnx.com
1908              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
1909              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
1910              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
1911              
1912              From: abigail@fnx.com
1913              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
1914              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
1915              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
1916              
1917              From: abigail@fnx.com
1918              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
1919              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
1920              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
1921              
1922              From: abigail@fnx.com
1923              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
1924              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
1925              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
1926              
1927              From: abigail@fnx.com
1928              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
1929              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
1930              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
1931              
1932              From: abigail@fnx.com
1933              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
1934              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
1935              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
1936      Branch: maint-5.005/perl
1937            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
1938            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
1939            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
1940            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
1941            ! lib/Tie/Array.pm lib/Tie/Hash.pm
1942 ____________________________________________________________________________
1943 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
1944         Log: From: jan.dubois@ibm.net (Jan Dubois)
1945              Date: Wed, 06 Jan 1999 01:24:09 +0100
1946              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
1947              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1948      Branch: maint-5.005/perl
1949            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
1950            ! win32/GenCAPI.pl win32/makedef.pl
1951 ____________________________________________________________________________
1952 [  2567] By: gbarr                                 on 1999/01/06  02:31:28
1953         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1954              Date: Tue, 05 Jan 1999 16:47:31 -0800
1955              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
1956              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
1957      Branch: maint-5.005/perl
1958            ! taint.c
1959 ____________________________________________________________________________
1960 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
1961         Log: From: "W. Phillip Moore" <wpm@ms.com>
1962              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
1963              Message-ID: <13970.20107.190314.549471@zappa>
1964              Subject: [PATCH] POSIX getpgrp is not -w clean
1965      Branch: maint-5.005/perl
1966            ! ext/POSIX/POSIX.pm
1967 ____________________________________________________________________________
1968 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
1969         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
1970              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
1971              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
1972              Subject: FindBin.pm on Win32 systems
1973      Branch: maint-5.005/perl
1974            ! lib/FindBin.pm
1975 ____________________________________________________________________________
1976 [  2564] By: gbarr                                 on 1999/01/06  02:13:23
1977         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
1978              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
1979              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
1980              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
1981      Branch: maint-5.005/perl
1982            ! t/op/sysio.t
1983 ____________________________________________________________________________
1984 [  2563] By: gbarr                                 on 1999/01/06  02:03:44
1985         Log: From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1986              Date: Mon, 4 Jan 1999 19:25:03 +0200 (EET)
1987              Message-Id: <199901041725.TAA30462@alpha.hut.fi>
1988              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: undo untrue HP-UX 64-bitness (mostly harmless but misleading)
1989      Branch: maint-5.005/perl
1990            ! hints/hpux.sh
1991 ____________________________________________________________________________
1992 [  2562] By: gbarr                                 on 1999/01/06  02:02:18
1993         Log: Jumbo doc patch from Abigail
1994              
1995              From: abigail@fnx.com
1996              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
1997              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
1998              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
1999              
2000              From: abigail@fnx.com
2001              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
2002              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
2003              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
2004              
2005              From: abigail@fnx.com
2006              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
2007              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
2008              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
2009              
2010              From: abigail@fnx.com
2011              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
2012              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
2013              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
2014              
2015              From: abigail@fnx.com
2016              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
2017              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
2018              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
2019              
2020              From: abigail@fnx.com
2021              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
2022              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
2023              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
2024              
2025              From: abigail@fnx.com
2026              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
2027              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
2028              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
2029              
2030              From: abigail@fnx.com
2031              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
2032              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
2033              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
2034              
2035              From: abigail@fnx.com
2036              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
2037              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
2038              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
2039              
2040              From: abigail@fnx.com
2041              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
2042              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
2043              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
2044              
2045              From: abigail@fnx.com
2046              Message-ID: <19990106012338.9536.qmail@alexandra.wayne.fnx.com>
2047              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Socket.pm] Typo fix
2048              Date: Tue, 5 Jan 1999 20:23:38 -0500 (EST)
2049      Branch: maint-5.005/perl
2050            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2051            ! ext/IO/lib/IO/Socket.pm lib/ExtUtils/Command.pm
2052            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2053            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2054            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
2055            ! lib/ExtUtils/Mksymlists.pm
2056 ____________________________________________________________________________
2057 [  2560] By: gbarr                                 on 1999/01/03  16:59:01
2058         Log: Trial release 2
2059      Branch: maint-5.005/perl
2060            ! Changes patchlevel.h
2061 ____________________________________________________________________________
2062 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
2063         Log: From: Blair Zajac <bzajac@geostaff.com>
2064              Date: Wed, 23 Dec 1998 17:13:32 -0800
2065              Message-ID: <3681953C.8B6A90AA@geostaff.com>
2066              Subject: Tie::SubstrHash patch
2067      Branch: maint-5.005/perl
2068            ! lib/Tie/SubstrHash.pm
2069 ____________________________________________________________________________
2070 [  2558] By: gbarr                                 on 1999/01/02  15:30:01
2071         Log: integrate change #2544
2072              
2073              From: Tim Bunce <Tim.Bunce@ig.co.uk> 
2074              Subject: bug in pod2man search for perl binary [5.005_5x]
2075              Date: Sat, 12 Dec 1998 23:08:51 +0000 
2076              Message-ID: <19981212230851.A20578@ig.co.uk> 
2077      Branch: maint-5.005/perl
2078           !> pod/pod2man.PL
2079 ____________________________________________________________________________
2080 [  2557] By: gbarr                                 on 1999/01/02  15:20:42
2081         Log: integrate change #2548
2082              
2083              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2084              To: perl5-porters@perl.org
2085              cc: hv@crypt0.demon.co.uk
2086              Subject: [bug 5.004_54] duplicate error message
2087              Date: Thu, 31 Dec 1998 04:05:25 +0000
2088              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
2089              
2090              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
2091              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2092              To: hv@crypt0.demon.co.uk
2093              Cc: perl5-porters@perl.org
2094              Subject: [PATCH _54] Re: duplicate error message
2095              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
2096              
2097              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
2098              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2099              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
2100              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
2101              Subject: [TEST PATCH _54] Re: duplicate error message 
2102              Date: Fri, 01 Jan 1999 07:32:14 +0000
2103      Branch: maint-5.005/perl
2104            ! op.c t/pragma/warn-1global taint.c
2105 ____________________________________________________________________________
2106 [  2556] By: gbarr                                 on 1999/01/02  15:18:58
2107         Log: From: abigail@fnx.com
2108              Date: Mon, 28 Dec 1998 14:16:12 -0500 (EST)
2109              Message-ID: <19981228191612.8380.qmail@alexandra.wayne.fnx.com>
2110              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
2111      Branch: maint-5.005/perl
2112            ! lib/fields.pm
2113 ____________________________________________________________________________
2114 [  2555] By: gbarr                                 on 1999/01/02  15:11:45
2115         Log: intregrate change #2547
2116              
2117              From: Chris Nandor <pudge@pobox.com>
2118              Subject: Re: [PATCH] perlport.pod 1.38
2119              Date: Thu, 31 Dec 1998 09:06:48 -0500
2120              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
2121      Branch: maint-5.005/perl
2122           !> pod/perlport.pod
2123 ____________________________________________________________________________
2124 [  2543] By: gbarr                                 on 1998/12/31  06:17:13
2125         Log: integrated relevant parts og changes #2385 & #2387 from mainline
2126              
2127              various fixes for race conditions under threads: mutex locks based
2128              on PL_threadnum were seriously flawed, since it means more than one
2129              thread could enter the critical region; PL_na was global instead of
2130              thread-local; child thread could finish and free thr structures
2131              before Thread->new() got around to creating the Thread object;
2132              cv_clone() needed locking, as it mucks with PL_comppad and other
2133              global data; new_struct_thread() needed to lock template-thread's
2134              mutex while copying its data
2135              
2136              another threads reliability fix: serialize writes to thr->threadsv
2137              avoid most uses of PL_na (which is much more inefficient than a
2138              simple local); update docs to suit; PL_na now being thr->Tna may
2139              be a minor compatibility issue for extensions--will require dTHR
2140              outside of XSUBs (those get automatic dTHR)
2141      Branch: maint-5.005/perl
2142            ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c embedvar.h
2143            ! ext/DynaLoader/dl_next.xs ext/IO/IO.xs ext/Opcode/Opcode.xs
2144            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/attrs/attrs.xs
2145            ! gv.c malloc.c mg.c objXSUB.h op.c os2/OS2/REXX/REXX.xs
2146            ! os2/os2.c perl.c perlvars.h perly.c perly.y pod/perlcall.pod
2147            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c pp.h
2148            ! pp_ctl.c pp_hot.c pp_sys.c run.c sv.c taint.c thread.h toke.c
2149            ! universal.c util.c vms/ext/Stdio/Stdio.xs vms/perly_c.vms
2150            ! vms/vms.c win32/win32.c win32/win32thread.c
2151 ____________________________________________________________________________
2152 [  2542] By: gbarr                                 on 1998/12/30  14:46:40
2153         Log: doc updates
2154              
2155              From: abigail@fnx.com
2156              Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
2157              Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
2158              Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
2159              
2160              From: abigail@fnx.com
2161              Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
2162              Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
2163              Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
2164              
2165              pod/perldelta.pod from:
2166              From: Jarkko Hietaniemi <jhi@iki.fi>
2167              Date: Thu, 17 Dec 1998 16:13:34 +0200 (EET)
2168              Message-ID: <13945.4494.140163.973953@alpha.hut.fi>
2169              Subject: Re: important UNDOC issues for 5.005_54
2170      Branch: maint-5.005/perl
2171            ! pod/perldelta.pod pod/perlop.pod pod/pod2html.PL
2172 ____________________________________________________________________________
2173 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
2174         Log: From: jan.dubois@ibm.net (Jan Dubois)
2175              Date: Wed, 23 Dec 1998 21:26:38 +0100
2176              Message-ID: <36895086.8849224@smtp1.ibm.net>
2177              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
2178      Branch: maint-5.005/perl
2179            ! lib/ExtUtils/MakeMaker.pm
2180 ____________________________________________________________________________
2181 [  2538] By: gbarr                                 on 1998/12/29  14:41:29
2182         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2183              Date: Tue, 22 Dec 1998 10:57:48 +0200 (EET)
2184              Message-ID: <13951.24332.932827.831376@alpha.hut.fi>
2185              Subject: Re: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
2186      Branch: maint-5.005/perl
2187            ! t/op/repeat.t util.c
2188 ____________________________________________________________________________
2189 [  2535] By: gbarr                                 on 1998/12/29  14:27:56
2190         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2191              Date: Fri, 18 Dec 1998 16:39:27 +0200 (EET)
2192              Message-ID: <13946.26911.140905.387070@alpha.hut.fi>
2193              Subject: Math::Trig, Math::Complex, Fcntl, addressed (Re: Undocumentation Issues for 5.005)
2194      Branch: maint-5.005/perl
2195            ! pod/perldelta.pod
2196 ____________________________________________________________________________
2197 [  2534] By: gbarr                                 on 1998/12/29  14:23:02
2198         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2199              Date: Tue, 15 Dec 1998 17:52:32 +0200 (EET)
2200              Message-ID: <13942.34240.66558.169330@alpha.hut.fi>
2201              Subject: some doc link fixes
2202      Branch: maint-5.005/perl
2203            ! pod/perlcall.pod pod/perldata.pod pod/perldiag.pod
2204            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfunc.pod
2205            ! pod/perlguts.pod pod/perllocale.pod pod/perlobj.pod
2206            ! pod/perlsub.pod pod/perlvar.pod
2207 ____________________________________________________________________________
2208 [  2533] By: gbarr                                 on 1998/12/29  14:23:00
2209         Log: From: Chris Nandor <pudge@pobox.com>
2210              Date: Sat, 19 Dec 1998 12:54:34 -0500
2211              Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
2212              Subject: [PATCH] perlport.pod v1.37
2213      Branch: maint-5.005/perl
2214            ! pod/perlport.pod
2215 ____________________________________________________________________________
2216 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
2217         Log: change in_pod pattern to /^=\w/ from /^=/
2218              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
2219              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
2220              Message-ID: <13942.32480.700000.640927@utensil>
2221              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
2222      Branch: maint-5.005/perl
2223            ! lib/AutoSplit.pm
2224 ____________________________________________________________________________
2225 [  2530] By: gbarr                                 on 1998/12/29  14:09:51
2226         Log: undo the "perlsyn intrusion" into perlfunc
2227      Branch: maint-5.005/perl
2228            ! pod/perlfunc.pod
2229 ____________________________________________________________________________
2230 [  2529] By: gbarr                                 on 1998/12/29  14:04:35
2231         Log: From: Jarkko Hietaniemi <hietanie@koah.research.nokia.com>
2232              Date: Sun, 13 Dec 1998 14:54:56 +0200 (EET)
2233              Message-Id: <199812131254.OAA24494@koah.research.nokia.com>
2234              Subject: ignore_versioned_libs isn't used anywhere (it became ignore_versioned_solibs)
2235      Branch: maint-5.005/perl
2236            ! hints/linux.sh
2237 ____________________________________________________________________________
2238 [  2528] By: gbarr                                 on 1998/12/29  13:59:49
2239         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2240              Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
2241              Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
2242              Subject: [PATCH 5.00552] Make sort respect overloading
2243      Branch: maint-5.005/perl
2244            ! pp_ctl.c t/pragma/overload.t
2245 ____________________________________________________________________________
2246 [  2527] By: gbarr                                 on 1998/12/29  13:58:56
2247         Log: doc update, quads only work on 64-but platforms
2248      Branch: maint-5.005/perl
2249            ! pod/perlfunc.pod
2250 ____________________________________________________________________________
2251 [  2526] By: gbarr                                 on 1998/12/29  13:49:55
2252         Log: From: Andy Dougherty <doughera@lafayette.edu>
2253              Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
2254              Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
2255              Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
2256      Branch: maint-5.005/perl
2257            ! Configure
2258 ____________________________________________________________________________
2259 [  2512] By: gbarr                                 on 1998/12/28  14:56:36
2260         Log: change t/op/pwent.t to ignore NIS includes
2261              From: achampio@lehman.com (Alan Champion)
2262              Date: Tue, 1 Dec 1998 15:18:03 GMT
2263              Message-Id: <9812011518.AA00005@lonhpov1.lehman.com>
2264              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
2265              
2266              From: pvhp@forte.com (Peter Prymmer)
2267              Date: Fri, 4 Dec 98 17:11:41 PST
2268              Message-Id: <9812050111.AA16778@forte.com>
2269              Subject: [PATCH 5.005_03-MAINT_TRIAL_1 && 5.005_54]dumper and searchdict ebcdic style
2270      Branch: maint-5.005/perl
2271            ! t/lib/dumper.t t/lib/searchdict.t t/op/pwent.t
2272 ____________________________________________________________________________
2273 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
2274         Log: From: jan.dubois@ibm.net (Jan Dubois)
2275              Date: Tue, 01 Dec 1998 00:07:33 +0100
2276              Message-ID: <366921b5.14512598@smtp1.ibm.net>
2277              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
2278              
2279              From: jan.dubois@ibm.net (Jan Dubois)
2280              Date: Wed, 02 Dec 1998 00:24:54 +0100
2281              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
2282              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
2283      Branch: maint-5.005/perl
2284            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
2285            ! win32/config.bc win32/config.gc win32/config.vc
2286            ! win32/config_sh.PL win32/makedef.pl
2287 ____________________________________________________________________________
2288 [  2510] By: gbarr                                 on 1998/12/28  14:37:35
2289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2290              Date: Tue, 1 Dec 1998 00:34:08 -0500 (EST)
2291              Message-Id: <199812010534.AAA21371@monk.mps.ohio-state.edu>
2292              Subject: [PATCH 5.005_*] Debugger 'v' command
2293      Branch: maint-5.005/perl
2294            ! lib/perl5db.pl
2295 ____________________________________________________________________________
2296 [  2478] By: gbarr                                 on 1998/12/13  16:02:24
2297         Log: From: pvhp@forte.com (Peter Prymmer)
2298              Date: Mon, 30 Nov 98 21:08:36 PST
2299              Message-Id: <9812010508.AA07791@forte.com>
2300              Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
2301      Branch: maint-5.005/perl
2302            ! hints/os390.sh
2303 ____________________________________________________________________________
2304 [  2477] By: gbarr                                 on 1998/12/13  16:00:23
2305         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2306              Date: Mon, 30 Nov 1998 17:08:12 -0800
2307              Message-Id: <3.0.6.32.19981130170812.00b12b70@ous.edu>
2308              Subject: [PATCH 5.005_03]Minor VMS patches needed to build
2309      Branch: maint-5.005/perl
2310            ! lib/ExtUtils/MM_VMS.pm vms/subconfigure.com
2311 ____________________________________________________________________________
2312 [  2476] By: gbarr                                 on 1998/12/13  15:30:58
2313         Log: From: pvhp@forte.com (Peter Prymmer)
2314              Date: Fri, 4 Dec 98 00:37:32 PST
2315              Message-Id: <9812040837.AA10908@forte.com>
2316              Subject: Re: [PATCH 5.005_03-MAINT-TRIAL1] some tweaks to the build process for OS/390
2317      Branch: maint-5.005/perl
2318            ! Makefile.SH regcomp.c
2319 ____________________________________________________________________________
2320 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
2321         Log: undo changes to Exporter.pm from #2312
2322      Branch: maint-5.005/perl
2323            ! lib/Exporter.pm
2324 ____________________________________________________________________________
2325 [  2471] By: gbarr                                 on 1998/12/12  17:09:39
2326         Log: integrate change#2459 from cfgperl
2327              
2328              enclose case want_vtbl_collxfrm with #ifdef USE_LOCALE_COLLATE
2329              
2330              From: hansm@icgroup.nl 
2331              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
2332              Date: Sun, 6 Dec 98 22:19:54 +0100 
2333              Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
2334      Branch: maint-5.005/perl
2335            ! util.c
2336 ____________________________________________________________________________
2337 [  2470] By: gbarr                                 on 1998/12/12  16:46:03
2338         Log: re-sync'd Text::Wrap with new version from CPAN
2339      Branch: maint-5.005/perl
2340           +> t/lib/textfill.t
2341            ! MANIFEST
2342           !> lib/Text/Wrap.pm t/lib/textwrap.t
2343 ____________________________________________________________________________
2344 [  2469] By: gbarr                                 on 1998/12/12  15:58:43
2345         Log: integrate changes#2435,2436 from cfgperl
2346              
2347              Pod::Html and Pod::Text were not locale-savvy:
2348              for example in =head1 all non-ASCII-\w-runs were
2349              turned into underscores in NAME tags.  This could
2350              result in several NAME tags becoming identical.
2351              Reported by:
2352              
2353              From: Fyodor Krasnov <fyodor@aha.ru> 
2354              Subject: pod2html vs Russian Characters
2355              To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
2356              Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
2357              Message-Id: <199811241600.TAA05149@stat.aha.ru> 
2358              
2359              One paste too many in #2435.
2360      Branch: maint-5.005/perl
2361           !> lib/Pod/Html.pm lib/Pod/Text.pm
2362 ____________________________________________________________________________
2363 [  2468] By: gbarr                                 on 1998/12/12  15:01:58
2364         Log: redirect trail program to error msg file in Configure
2365              
2366              From: Andy Dougherty <doughera@lafayette.edu>
2367              Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
2368              Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
2369              Subject: [PATCH 5.005_xx] Missing redirection of simple test program
2370      Branch: maint-5.005/perl
2371            ! Configure
2372 ____________________________________________________________________________
2373 [  2467] By: gbarr                                 on 1998/12/12  14:52:24
2374         Log: Change reall_srchlen back to an int from a #define
2375              
2376              From: Graham Barr <gbarr@ti.com>
2377              Date: Mon, 30 Nov 1998 14:29:14 -0600
2378              Message-ID: <19981130142914.X1504@asic.sc.ti.com>
2379              Subject: [PATCH 5.005_03-MT!] Re: one compilation warning from 5_03-MT1
2380      Branch: maint-5.005/perl
2381            ! malloc.c
2382 ____________________________________________________________________________
2383 [  2466] By: gbarr                                 on 1998/12/12  14:40:56
2384         Log: s/SCM_CREDENTIALSS/SCM_CREDENTIALs/ in Socket.xs
2385              
2386              From: Andy Dougherty <doughera@lafayette.edu>
2387              Date: Thu, 3 Dec 1998 11:26:25 -0500 (EST)
2388              Message-Id: <Pine.SUN.3.96.981203112330.8800H-100000@newton.phys>
2389              Subject: [PATCH 5.005_03-MAINT_TRIAL_1] Trivial grammar patch
2390      Branch: maint-5.005/perl
2391            ! Porting/Glossary
2392           !> ext/Socket/Socket.xs
2393 ____________________________________________________________________________
2394 [  2456] By: gsar                                  on 1998/12/06  13:49:02
2395         Log: branch perldelta.pod
2396      Branch: maint-5.005/perl
2397           +> pod/perldelta.pod
2398 ____________________________________________________________________________
2399 [  2455] By: gsar                                  on 1998/12/06  13:47:21
2400         Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
2401      Branch: maint-5.005/perl
2402            - pod/perldelta.pod
2403 ____________________________________________________________________________
2404 [  2415] By: gbarr                                 on 1998/11/30  02:31:15
2405         Log: Chnages,patchlevel.h etc...
2406      Branch: maint-5.005/perl
2407            ! Changes MANIFEST patchlevel.h t/op/tr.t win32/Makefile
2408            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2409            ! win32/makefile.mk
2410 ____________________________________________________________________________
2411 [  2411] By: gbarr                                 on 1998/11/30  01:31:22
2412         Log: integrated changes#2323,2353,2369
2413              
2414              From: maeda@src.ricoh.co.jp
2415              Date: Tue, 24 Nov 1998 10:37:45 +0900
2416              Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
2417              Subject: format "..." bug
2418              
2419              Locale collation, ctype, and numeric, were initialized wrong
2420              (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
2421              as reported by
2422              
2423              From: Ilya.Sandler@etak.com (Ilya Sandler)
2424              Subject: a bug in locale handling: LC_COLLATE ignored sometimes
2425              Date: 25 Nov 1998 04:53:52 +0200
2426              Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
2427              
2428              allow final period in a file (not followed by a newline) to
2429              terminate format spec
2430      Branch: maint-5.005/perl
2431            ! pp_ctl.c toke.c util.c
2432           !> t/op/write.t
2433 ____________________________________________________________________________
2434 [  2408] By: gbarr                                 on 1998/11/30  01:29:19
2435         Log: integrated ext/B/... changes from mainline
2436      Branch: maint-5.005/perl
2437           !> ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm ext/B/B/C.pm
2438           !> ext/B/B/Disassembler.pm
2439 ____________________________________________________________________________
2440 [  2404] By: gbarr                                 on 1998/11/30  00:26:36
2441         Log: integrate some of change#2318 from mainline
2442      Branch: maint-5.005/perl
2443           +> t/op/grent.t t/op/pwent.t
2444           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
2445           !> ext/DB_File/DB_File.xs ext/POSIX/hints/dynixptx.pl
2446           !> ext/Socket/Socket.pm ext/Socket/Socket.xs lib/Benchmark.pm
2447           !> pod/perldata.pod t/op/sort.t
2448 ____________________________________________________________________________
2449 [  2398] By: gbarr                                 on 1998/11/29  22:11:16
2450         Log: integrate changes#2254,2259,2335,2345,2348,2361,2368,2380 from mainline
2451              
2452              win32_recvfrom() compatibility fix
2453              
2454              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2455              Subject: Re: [PATCH] Re: pod2man bug in date generated line
2456              To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
2457              Cc: perlbug@perl.com
2458              Date: 20 Nov 1998 21:30:17 +0200
2459              Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
2460              
2461              make $1 et al readonly under threads; make C<undef $1> fail like
2462              C<$1 = undef> does
2463              
2464              fix typo in pp_defined() causing C<defined %tied> to fail
2465              
2466              more conservative version of changes#2345,2346,2347; those break
2467              C<defined(@{"foo::ISA"})> which seems to be extensively used in
2468              the libs :-(
2469              
2470              fix uninitialized warnings
2471              From: Brian Callaghan <callagh@itginc.com>
2472              Date: Thu, 19 Nov 1998 17:49:10 -0800
2473              Message-Id: <3654CA96.B64FCAEB@itginc.com>
2474              Subject: Complete.pm patch (version 1.1)
2475              
2476              Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
2477              add C<$Config{installarchlib}/CORE> to the default locations searched
2478              on win32
2479              
2480              prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
2481              Tim Bunce)
2482      Branch: maint-5.005/perl
2483            ! gv.c op.c pp.c
2484           !> lib/ExtUtils/Liblist.pm lib/Term/Complete.pm pod/perlfaq4.pod
2485           !> pod/pod2man.PL t/op/undef.t win32/win32sck.c
2486 ____________________________________________________________________________
2487 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
2488         Log: integrate change#2246 from mainline, while still allowing
2489              C<sort $globref @foo>
2490              
2491              allow C<sort $coderef @foo>
2492      Branch: maint-5.005/perl
2493            ! op.c sv.c
2494           !> t/op/sort.t
2495 ____________________________________________________________________________
2496 [  2314] By: gbarr                                 on 1998/11/27  04:03:58
2497         Log: integrate change#2159 from mainline
2498              
2499              Data::Dumper update
2500      Branch: maint-5.005/perl
2501           !> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
2502           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
2503 ____________________________________________________________________________
2504 [  2313] By: gbarr                                 on 1998/11/27  03:04:21
2505         Log: Fix typo in change#2312
2506      Branch: maint-5.005/perl
2507            ! ext/Thread/Thread.xs
2508 ____________________________________________________________________________
2509 [  2312] By: gbarr                                 on 1998/11/27  03:03:03
2510         Log: integrate change#1837,1967,1986,2060,2068,2146,2214,2224,2300,2301 from mainline
2511              
2512              (via private mail)
2513              From: Charles Bailey <BAILEY@newman.upenn.edu>
2514              Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
2515              Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
2516              Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
2517              
2518              correct bugs exposed in MM_Unix.pm by commenting out Selfloader
2519              (MAN3PODS cannot be set to ' '; stray stricture violation)
2520              
2521              qualify names of builtins
2522              
2523              handle '::' in section names properly
2524              From: Graham Barr <gbarr@pobox.com>
2525              Date: Sat, 17 Oct 1998 12:57:54 -0500
2526              Message-ID: <19981017125754.C510@pobox.com>
2527              Subject: Re: pod2html
2528              
2529              From: Zachary Miller <zcmiller@simon.er.usgs.gov>
2530              Date: Tue, 20 Oct 1998 20:52:20 -0500
2531              Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
2532              Subject: Exporter.pm's export_to_level() argument handling buggy
2533              
2534              hand-apply whitespace-mutiliated patch
2535              From: "vishal bhatia" <vishalb@hotmail.com>
2536              Date: Wed, 28 Oct 1998 23:45:32 PST
2537              Message-ID: <19981029074534.2334.qmail@hotmail.com>
2538              Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
2539              
2540              typo in newHVhv()
2541              
2542              avoid endless loops in Text::Wrap (from a suggestion by Lupe
2543              Christoph <lupe@alanya.m.isar.de>)
2544              
2545              properly free temporaries created by threads
2546              
2547              fix PL_defoutgv leak under threads
2548      Branch: maint-5.005/perl
2549           !> (integrate 31 files)
2550 ____________________________________________________________________________
2551 [  2311] By: gbarr                                 on 1998/11/27  01:31:36
2552         Log: integrate change#2210 from mainline
2553              
2554              fix AvREALISH bogusness
2555      Branch: maint-5.005/perl
2556            ! av.c
2557           !> t/op/array.t
2558 ____________________________________________________________________________
2559 [  2310] By: gbarr                                 on 1998/11/27  00:20:21
2560         Log: integrate changes#2235,2299,2300 from mainline
2561              
2562              catch a neophyte trap: open(<FH>), close(<FH>) etc.
2563              
2564              fix C<if (...) { package Foo; ... }> misoptimization that fails
2565              to set the package for the block properly
2566              
2567              properly free temporaries created by threads
2568      Branch: maint-5.005/perl
2569            ! ext/Thread/Thread.xs op.c perl.h util.c
2570           !> t/comp/package.t
2571 ____________________________________________________________________________
2572 [  2309] By: gbarr                                 on 1998/11/27  00:16:36
2573         Log: integrate change#2298 from mainline
2574      Branch: maint-5.005/perl
2575           !> universal.c
2576 ____________________________________________________________________________
2577 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
2578         Log: Updates for MPE/iX DynaLoader and installperl, via private mail
2579              forwarded by Jarkko Hietaniemi from Mark Bixby
2580      Branch: maint-5.005/perl
2581            ! ext/DynaLoader/dl_mpeix.xs installperl
2582 ____________________________________________________________________________
2583 [  2307] By: gbarr                                 on 1998/11/27  00:07:27
2584         Log: Remove docs for feature not in _0*
2585      Branch: maint-5.005/perl
2586            ! pod/perlfunc.pod
2587 ____________________________________________________________________________
2588 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
2589         Log: Allow PL_FILES to have multiple targets from one source by allowing
2590              an array ref as the value in the hash
2591      Branch: maint-5.005/perl
2592            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2593            ! lib/ExtUtils/MakeMaker.pm
2594 ____________________________________________________________________________
2595 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
2596         Log: fix unsigned variables to use SvUV and sv_setuv
2597      Branch: maint-5.005/perl
2598            ! lib/ExtUtils/typemap
2599 ____________________________________________________________________________
2600 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
2601         Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
2602      Branch: maint-5.005/perl
2603            ! lib/ExtUtils/MM_Unix.pm
2604 ____________________________________________________________________________
2605 [  2302] By: gbarr                                 on 1998/11/26  15:27:03
2606         Log: integrate changes#2177,2189,2228,2229 from cfgperl
2607              
2608              0**0 = 1, from
2609              
2610              From: d-lewart@uiuc.edu (Daniel S. Lewart)
2611              Subject: Math::Complex 0**0 patches
2612              Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
2613              Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
2614              
2615              sysio.t failure: fix undefined order of evaluation, from
2616              
2617              From: Spider Boardman <spider@web.zk3.dec.com>
2618              Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
2619              Date: 4 Nov 1998 01:22:30 +0200
2620              Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
2621              
2622              From: "Martin J. Bligh" <mbligh@sequent.com>
2623              Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
2624              Subject: Re: Making Perl work on DYNIX/ptx
2625              Date: Tue, 10 Nov 1998 18:01:10 -0800
2626              
2627              From: "Martin J. Bligh" <mbligh@sequent.com>
2628              Subject: Re: Making Perl work on DYNIX/ptx
2629              Date: Tue, 10 Nov 1998 16:24:26 -0800
2630              Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
2631      Branch: maint-5.005/perl
2632           +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
2633            ! pp_sys.c
2634           !> hints/dynixptx.sh lib/Math/Complex.pm t/lib/complex.t
2635 ____________________________________________________________________________
2636 [  2297] By: gbarr                                 on 1998/11/24  02:32:38
2637         Log: integrate change#2266 from cfgperl
2638              From: John Tobey <jtobey@channel1.com>
2639              Subject: [PATCH] perlfaq typos
2640              To: perl5-porters@perl.com
2641              Date: 22 Nov 1998 04:25:15 +0200
2642              Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
2643      Branch: maint-5.005/perl
2644           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2645           !> pod/perlfaq7.pod pod/perlfaq8.pod
2646 ____________________________________________________________________________
2647 [  2296] By: gbarr                                 on 1998/11/24  01:39:18
2648         Log: integrated changes#2011,2092,2106,2108,2143 from cfgperl
2649              
2650              More robust yacc/bison failure output handling.
2651              
2652              More robustness.
2653              
2654              Bison says 'parse error', not 'parser error'.
2655              
2656              The "parse error" must be converted to "syntax error",
2657              just matching it aint' enough.
2658              
2659              There can be multiple yacc/bison errors.
2660      Branch: maint-5.005/perl
2661           !> t/comp/require.t t/op/misc.t t/pragma/subs.t
2662           !> t/pragma/warning.t
2663 ____________________________________________________________________________
2664 [  2295] By: gbarr                                 on 1998/11/24  00:49:28
2665         Log: integrate change#1823 from mainline
2666              From: Joe Buehler <jhpb@hekimian.com>
2667              Date: 29 Aug 1998 17:13:28 -0400
2668              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
2669              Subject: patches for perl 5.005_51 under U/WIN
2670      Branch: maint-5.005/perl
2671           +> hints/uwin.sh
2672            ! Configure
2673           !> installman makedepend.SH t/lib/posix.t
2674 ____________________________________________________________________________
2675 [  2258] By: gbarr                                 on 1998/11/21  20:48:02
2676         Log: Another Configure patch from Jarkko
2677      Branch: maint-5.005/perl
2678            ! Configure
2679 ____________________________________________________________________________
2680 [  2257] By: gbarr                                 on 1998/11/21  17:23:13
2681         Log: Big Configure patch from Jarkko Hietaniemi <jhi@iki.fi> via
2682              private mail
2683      Branch: maint-5.005/perl
2684            ! Configure Makefile.SH config_h.SH hints/dec_osf.sh
2685            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
2686            ! hints/next_3.sh hints/os390.sh pp_sys.c
2687 ____________________________________________________________________________
2688 [  2239] By: gbarr                                 on 1998/11/14  03:59:58
2689         Log: more doc changes from mainline
2690      Branch: maint-5.005/perl
2691            ! pod/perldiag.pod pod/perlfunc.pod pod/perlre.pod
2692           !> INSTALL README.vms vms/ext/Stdio/Stdio.pm
2693 ____________________________________________________________________________
2694 [  2238] By: gbarr                                 on 1998/11/14  02:51:51
2695         Log: integrate doc changes from mainline, including
2696              changes#1796,1811,1830,1831,1844,1846,1876,1905,2149,2152
2697      Branch: maint-5.005/perl
2698           !> README.os390 pod/perl.pod pod/perldelta.pod pod/perlfaq1.pod
2699           !> pod/perlform.pod pod/perlfunc.pod pod/perlguts.pod
2700           !> pod/perlipc.pod pod/perllocale.pod pod/perlport.pod
2701           !> pod/perlref.pod pod/perlrun.pod pod/perlvar.pod pod/perlxs.pod
2702           !> pod/pod2man.PL
2703 ____________________________________________________________________________
2704 [  2237] By: gbarr                                 on 1998/11/14  02:51:49
2705         Log: integrate change#1847 from mainline
2706              From: Roderick Schertler <roderick@argon.org>
2707              Date: Wed, 09 Sep 1998 23:52:48 -0400
2708              Message-ID: <20567.905399568@eeyore.ibcinc.com>
2709              Subject: seed srand from /dev/urandom when possible
2710      Branch: maint-5.005/perl
2711            ! pp.c
2712 ____________________________________________________________________________
2713 [  2232] By: gbarr                                 on 1998/11/13  03:12:37
2714         Log: integrate change#2215 from mainline
2715              set close-on-exec bit on pipe() FDs
2716      Branch: maint-5.005/perl
2717            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
2718 ____________________________________________________________________________
2719 [  2231] By: gbarr                                 on 1998/11/13  02:16:03
2720         Log: integrate change#2188 from mainline
2721              fix return value of win32_pclose()
2722      Branch: maint-5.005/perl
2723           !> win32/win32.c
2724 ____________________________________________________________________________
2725 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
2726         Log: From: Graham Barr <gbarr@ti.com>
2727              Date: Mon, 2 Nov 1998 07:38:52 -0600
2728              Message-ID: <19981102073852.A12751@asic.sc.ti.com>
2729              Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
2730      Branch: maint-5.005/perl
2731            ! ext/IPC/SysV/Msg.pm
2732 ____________________________________________________________________________
2733 [  2217] By: gbarr                                 on 1998/11/08  05:22:39
2734         Log: fix changes in 2213 not to break binary compat
2735      Branch: maint-5.005/perl
2736            ! pp_ctl.c proto.h
2737 ____________________________________________________________________________
2738 [  2216] By: gbarr                                 on 1998/11/08  04:21:01
2739         Log: integrate change#2192 from mainline
2740              indeterminate order-of-evaluation fixes
2741      Branch: maint-5.005/perl
2742            ! mg.c
2743 ____________________________________________________________________________
2744 [  2213] By: gbarr                                 on 1998/11/08  00:39:44
2745         Log: integrate change#2051 from mainline
2746              properly restore PL_rsfp_filters after require
2747      Branch: maint-5.005/perl
2748            ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
2749            ! scope.h
2750 ____________________________________________________________________________
2751 [  2212] By: gbarr                                 on 1998/11/07  23:13:29
2752         Log: integrate changes#1914,1925,1926,1945,1956,1987 from mainline
2753              
2754              normalize tm struct passed to strftime() with mktime()
2755              From: Spider Boardman <spider@orb.nashua.nh.us>
2756              Date: Wed, 30 Sep 1998 15:12:09 -0400
2757              Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
2758              Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
2759              
2760              disable USE_THREADS when PERL_OBJECT is enabled
2761              
2762              From: Mark-Jason Dominus <mjd@plover.com>
2763              Date: Sun, 04 Oct 1998 14:48:11 -0400
2764              Message-ID: <19981004184811.16048.qmail@plover.com>
2765              Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
2766              
2767              defer "deep recursion" warnings until CXt_SUB context is properly
2768              set up
2769              
2770              Mutexen should be initialized only once.
2771              
2772              perldoc pod update
2773              From: Daniel Grisinger <dgris@perrin.dimensional.com>
2774              Date: 06 Oct 1998 23:56:51 -0600
2775              Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
2776              Subject: [PATCH _02 and _52] perldoc
2777      Branch: maint-5.005/perl
2778            ! gv.c op.c pp_hot.c
2779           !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs utils/perldoc.PL
2780           !> win32/Makefile win32/makefile.mk
2781 ____________________________________________________________________________
2782 [  2207] By: gbarr                                 on 1998/11/06  01:36:17
2783         Log: integrate changes#1912,1948 from mainline
2784              change warning about glob process failure
2785      Branch: maint-5.005/perl
2786            ! pod/perldiag.pod pp_hot.c
2787 ____________________________________________________________________________
2788 [  2200] By: gbarr                                 on 1998/11/05  04:26:26
2789         Log: integrate changes#1840,1855,1860,1882,1884,1891,1900,1907 from mainline
2790              pl2bat tweak from Tye McQueen <tye@metronet.com>
2791              
2792              reset errno after C<require> search (as suggested by Larry)
2793              
2794              upgrade to CPAN-1.40
2795              
2796              missing file in last submit (1881)
2797              
2798              temporarily disable perl malloc for a2p until we clean up
2799              conflicting malloc() declarations everywhere
2800              
2801              Fixed apostrophe problem from Mark Knutsen.
2802              
2803              use SETERRNO() to reset errno (suggested by Charles Bailey)
2804              
2805              applied patches, but retained old behavior for win32 (where compilers
2806              can't read from stdin at all)
2807              From: Graham Barr <gbarr@ti.com>
2808              Date: Mon, 28 Sep 1998 09:41:49 -0500
2809              Message-ID: <19980928094149.B26576@asic.sc.ti.com>
2810              Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
2811              --
2812              Date: Tue, 29 Sep 1998 12:35:43 -0500
2813              Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
2814              Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
2815              
2816              and ext/Errno/Errno_pm.PL from change#2050
2817      Branch: maint-5.005/perl
2818            ! perl.h pp_ctl.c proto.h sv.h
2819           !> ext/Errno/Errno_pm.PL lib/CPAN.pm lib/CPAN/FirstTime.pm
2820           !> win32/bin/pl2bat.pl x2p/Makefile.SH
2821 ____________________________________________________________________________
2822 [  2199] By: gbarr                                 on 1998/11/05  03:35:00
2823         Log: integrate changes#1817,1856,1869,1909 from mainline
2824              updated usethreads hints for hpux 10.X
2825              From: Matthew T Harden <mthard@mthard1.monsanto.com>
2826              Date: Fri, 28 Aug 1998 14:10:42 GMT
2827              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
2828              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
2829              
2830              update hints for OPENSTEP 4.2 on i386
2831              From: Gerben Wierda <Gerben_Wierda@RnA.nl>
2832              Date: Sun, 20 Sep 1998 01:03:18 +0200
2833              Message-Id: <9809192303.AA29190@Spike>
2834              Subject: Perl 5.005_02 compilation problems
2835              
2836              use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
2837              From:    Scott Henry <scotth@sgi.com>
2838              Date:    13 Aug 1998 09:52:15 PDT
2839              Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
2840              Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
2841              
2842              update SCO hints for dynamic loading
2843              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2844              Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
2845              Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
2846              Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
2847              --
2848              Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
2849              Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
2850              Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
2851      Branch: maint-5.005/perl
2852           !> hints/hpux.sh hints/irix_6.sh hints/next_4.sh hints/sco.sh
2853 ____________________________________________________________________________
2854 [  2198] By: gbarr                                 on 1998/11/05  03:00:51
2855         Log: integrate OS2 changes from mainline, change#1836,1930,1996,2063
2856              and os2/os2,c from #2145
2857              
2858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2859              Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
2860              Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
2861              Subject: [PATCH 5.005_*] OS/2 spawning typos
2862              
2863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2864              Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
2865              Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
2866              Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
2867              
2868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2869              Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
2870              Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
2871              Subject: [PATCH 5.005_52] Memory overrun in os2.c
2872              
2873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2874              Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
2875              Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
2876              Subject: [PATCH 5.005_*] Improve sbrk() on OS/2               
2877              
2878              remaining PL_foo stragglers
2879      Branch: maint-5.005/perl
2880            ! mg.c perl_exp.SH util.c
2881           !> hints/os2.sh os2/Changes os2/Makefile.SHs os2/os2.c
2882 ____________________________________________________________________________
2883 [  2197] By: gbarr                                 on 1998/11/05  02:15:53
2884         Log: integrate changes#1826,1862 from mainline
2885              
2886              From: Jarkko Hietaniemi <jhi@iki.fi>
2887              Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
2888              Message-Id: <199808121941.WAA06263@alpha.hut.fi>
2889              Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
2890              
2891              remove bogus warn()
2892      Branch: maint-5.005/perl
2893            - interp.sym
2894            ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2895 ____________________________________________________________________________
2896 [  2194] By: gbarr                                 on 1998/11/05  01:26:46
2897         Log: integarte malloc.c changes from mainline change#1807,2112,2133
2898      Branch: maint-5.005/perl
2899           !> malloc.c
2900 ____________________________________________________________________________
2901 [  2193] By: gbarr                                 on 1998/11/05  01:25:31
2902         Log: integrate changes#1763,1778,1801,1804 from mainline
2903              
2904              From: Stephen McCamant <alias@mcs.com>
2905              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
2906              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
2907              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
2908              
2909              Implicit require during compile reset line numbering
2910              
2911              silence redefined warning for XS(INIT) {}
2912              
2913              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2914              Date: Sun, 9 Aug 1998 22:38:23 +0200
2915              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
2916              Subject: [PATCH 5.5002] dos-djgpp update
2917      Branch: maint-5.005/perl
2918            ! op.c pp_ctl.c
2919           !> t/io/fs.t
2920 ____________________________________________________________________________
2921 [  2176] By: gbarr                                 on 1998/11/02  04:51:48
2922         Log: integrate change#2030 from mainline
2923              
2924              fix handling of mayhaps-extended @_ in goto &sub
2925      Branch: maint-5.005/perl
2926            ! av.c pp_ctl.c
2927           !> t/op/goto.t
2928 ____________________________________________________________________________
2929 [  2175] By: gbarr                                 on 1998/11/02  04:32:02
2930         Log: integrate chnage#1934,1935 from mainline
2931              fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
2932              add test for previous fix
2933      Branch: maint-5.005/perl
2934            ! util.c
2935           !> ext/Thread/create.t
2936 ____________________________________________________________________________
2937 [  2174] By: gbarr                                 on 1998/11/02  04:22:20
2938         Log: integrate change#1863,1881 from mainline
2939              
2940              provide locked access to string table for USE_THREADS
2941              
2942              serial access to PL_x[inpr]v_root for USE_THREADS
2943      Branch: maint-5.005/perl
2944            ! embedvar.h objXSUB.h perl.c proto.h sv.c
2945           !> hv.c intrpvar.h thread.h
2946 ____________________________________________________________________________
2947 [  2173] By: gbarr                                 on 1998/11/02  04:10:46
2948         Log: integrate change#1990 from mainline
2949              
2950              provide option to enable optimization with VC (suggested by Jan
2951              Dubois)
2952      Branch: maint-5.005/perl
2953           !> win32/Makefile win32/makefile.mk
2954 ____________________________________________________________________________
2955 [  2172] By: gbarr                                 on 1998/11/02  02:52:29
2956         Log: integrate changes#1944,1948,1966 from mainline
2957              
2958              change#1614 merely disabled earlier fix (doh!); undo it and properly
2959              fixup the cop_seq value that must be seen by lexical lookups that
2960              emanate within eval''
2961              
2962              tweak to make fix in change#1944 behave correctly for closures
2963              created within eval''
2964      Branch: maint-5.005/perl
2965            ! op.c pp_ctl.c pp_hot.c scope.c
2966           !> cop.h t/op/eval.t
2967 ____________________________________________________________________________
2968 [  2171] By: gbarr                                 on 1998/11/01  03:59:39
2969         Log: integrate changes 1835,2003,2067 and File::Find change in 1938
2970              warn on C<my($foo,$foo)>
2971              
2972              silence -w noises (suggested by Greg Bacon) Term::Complete
2973              
2974              From: jan.dubois@ibm.net (Jan Dubois)
2975              Date: Wed, 21 Oct 1998 00:55:51 +0200
2976              Message-ID: <36380269.55370608@smtp1.ibm.net>
2977              Subject: Make _really_ sure Dynaloader.xs code is initialized only once
2978      Branch: maint-5.005/perl
2979            ! op.c pod/perldiag.pod
2980           !> ext/DynaLoader/DynaLoader_pm.PL lib/File/Find.pm
2981           !> lib/Term/Complete.pm
2982 ____________________________________________________________________________
2983 [  2170] By: gbarr                                 on 1998/11/01  03:48:38
2984         Log: integrate change 1992 from mainline
2985              
2986              applied suggested patch with small doc tweak
2987              From: Gisle Aas <gisle@aas.no>
2988              Date: 11 Oct 1998 12:53:13 +0200
2989              Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
2990              Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
2991      Branch: maint-5.005/perl
2992            ! pod/perlfunc.pod pp_sys.c
2993           !> opcode.h opcode.pl t/op/sysio.t t/op/tiehandle.t
2994 ____________________________________________________________________________
2995 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
2996         Log: From: jan.dubois@ibm.net (Jan Dubois)   
2997              Date: Fri, 09 Oct 1998 23:28:31 +0200
2998              Message-ID: <36217b7f.3193091@smtp1.ibm.net>
2999              Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
3000      Branch: maint-5.005/perl
3001            ! XSUB.h
3002 ____________________________________________________________________________
3003 [  2167] By: gbarr                                 on 1998/11/01  01:22:41
3004         Log: integrate change#2029 from mainline
3005              restore sanity to "constant" references
3006      Branch: maint-5.005/perl
3007            ! op.c pod/perldiag.pod
3008           !> lib/constant.pm t/pragma/constant.t
3009 ____________________________________________________________________________
3010 [  2166] By: gbarr                                 on 1998/11/01  01:04:24
3011         Log: integrate changes#1895,1896,2066,2147,2148 from mainline
3012              fix win32_stat() to do the right thing for share names
3013              
3014              small tweak on last change
3015              
3016              recognize '%' as a shell metachar for win32
3017              From: jan.dubois@ibm.net (Jan Dubois)
3018              Date: Tue, 20 Oct 1998 21:57:35 +0200
3019              Message-ID: <3636ea31.49170453@smtp1.ibm.net>
3020              Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
3021              
3022              tweaked version of suggested patch
3023              From: Anton Berezin <tobez@plab.ku.dk>
3024              Date: 29 Oct 1998 14:48:54 +0100
3025              Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
3026              Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
3027              
3028              From: Anton Berezin <tobez@plab.ku.dk>
3029              Date: 29 Oct 1998 17:06:25 +0100
3030              Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
3031              Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
3032      Branch: maint-5.005/perl
3033           !> win32/win32.c
3034 ____________________________________________________________________________
3035 [  2165] By: gbarr                                 on 1998/11/01  00:10:15
3036         Log: integrated changes#1941,1942,1943,1975,2061,2111,2151 from mainline
3037              
3038              don't longjmp() in pp_goto() (regressive bug from old single-stack
3039              implementation)
3040              
3041              force copy of substrings when matching against temporaries
3042              
3043              ensure recursive attempts to findlex()icals know enough about where
3044              the last eval'' context was encountered
3045              
3046              propagate typeness of lexicals while cloning them
3047              
3048              From: Graham Barr <gbarr@pobox.com>
3049              Date: Sat, 17 Oct 1998 22:22:02 -0500
3050              Message-ID: <19981017222202.J510@pobox.com>
3051              Subject: Re: '*' prototype does not allow bareword with strict
3052              
3053              smarter C<$SIG{FOO} = BAREWORD;> warning
3054              
3055              From: Mark-Jason Dominus <mjd@plover.com>
3056              Date: Fri, 30 Oct 1998 14:24:23 EST
3057              Message-Id: <19981030192423.27276.qmail@plover.com>
3058              Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
3059      Branch: maint-5.005/perl
3060            ! op.c pp_ctl.c pp_hot.c t/op/pat.t toke.c
3061           !> t/op/eval.t t/op/runlevel.t x2p/walk.c
3062 ____________________________________________________________________________
3063 [  2158] By: gbarr                                 on 1998/10/31  05:03:02
3064         Log: integrate changes#1821 & 1857 from mainline
3065              
3066              s/runops/CALLRUNOPS/
3067              
3068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3069              Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
3070              Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
3071              Subject: More verbose Test::Harness [PATCH]
3072      Branch: maint-5.005/perl
3073           !> cc_runtime.h lib/Test/Harness.pm
3074 ____________________________________________________________________________
3075 [  2157] By: gbarr                                 on 1998/10/31  02:35:07
3076         Log: integrate change#1839 from mainline
3077              From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
3078              Date: Mon, 7 Sep 1998 17:36:09 +0900
3079              Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
3080              Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
3081      Branch: maint-5.005/perl
3082            ! ext/Thread/Thread.xs
3083 ____________________________________________________________________________
3084 [  2156] By: gbarr                                 on 1998/10/31  02:22:11
3085         Log: integrate change#1829 from mainline
3086              fix problematic typecast in filter_del()
3087              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
3088              Date: Mon, 31 Aug 1998 21:13:11 GMT
3089              Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
3090              Subject: perl5.005_02 does not build on Cray T90
3091      Branch: maint-5.005/perl
3092            ! toke.c
3093 ____________________________________________________________________________
3094 [  2155] By: gbarr                                 on 1998/10/31  01:59:08
3095         Log: integrate chnages#1824,2118 from mainline
3096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3097              Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
3098              Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
3099              Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
3100              
3101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3102              Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
3103              Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
3104              Subject: [PATCH 5.00552] Minor debugger tweaks
3105      Branch: maint-5.005/perl
3106           !> lib/perl5db.pl
3107 ____________________________________________________________________________
3108 [  2154] By: gbarr                                 on 1998/10/31  01:06:35
3109         Log: integrate all lib/ExtUtils/... changes from mainline
3110      Branch: maint-5.005/perl
3111           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3112           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3113           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mkbootstrap.pm
3114           !> lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp
3115 ____________________________________________________________________________
3116 [  2139] By: gbarr                                 on 1998/10/30  04:17:53
3117         Log: apply chnage#2071 from mainline
3118              From: Graham Barr <gbarr@pobox.com>
3119              Date: Sat, 17 Oct 1998 20:42:41 -0500
3120              Message-ID: <19981017204241.G510@pobox.com>
3121              Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
3122      Branch: maint-5.005/perl
3123            ! pp_ctl.c
3124 ____________________________________________________________________________
3125 [  2138] By: gbarr                                 on 1998/10/30  04:14:35
3126         Log: apply change#2077 from mainline
3127              From: Graham Barr <gbarr@pobox.com>
3128              Date: Sat, 24 Oct 1998 21:45:50 -0500
3129              Message-ID: <19981024214550.C508@pobox.com>
3130              Subject: Re: die with a reference  should use overload "" operator
3131      Branch: maint-5.005/perl
3132            ! pp_ctl.c
3133 ____________________________________________________________________________
3134 [  2137] By: gbarr                                 on 1998/10/30  04:01:06
3135         Log: integrate change#1937 from mainline
3136              fix $/ init for USE_THREADS
3137      Branch: maint-5.005/perl
3138            ! perl.c
3139 ____________________________________________________________________________
3140 [  2136] By: gbarr                                 on 1998/10/30  03:40:55
3141         Log: apply change#2076 from mainline
3142              From: Graham Barr <gbarr@pobox.com>
3143              Date: Sat, 24 Oct 1998 12:45:21 -0500
3144              Message-ID: <19981024124521.C512@pobox.com>
3145              Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
3146      Branch: maint-5.005/perl
3147            ! sv.c
3148 ____________________________________________________________________________
3149 [  2135] By: gbarr                                 on 1998/10/30  03:28:29
3150         Log: integrate change#1873 from mainline
3151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3152              Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
3153              Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
3154              Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
3155      Branch: maint-5.005/perl
3156            ! regcomp.c
3157 ____________________________________________________________________________
3158 [  2134] By: gbarr                                 on 1998/10/30  03:15:12
3159         Log: integrate change#1816 from mainline
3160              don't create empty directories in installperl
3161              From: Robin Barker <rmb1@cise.npl.co.uk>
3162              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
3163              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
3164              Subject: [PATCH 5.005_02] install: empty dirs
3165      Branch: maint-5.005/perl
3166           !> installperl
3167 ____________________________________________________________________________
3168 [  2132] By: gbarr                                 on 1998/10/30  01:39:00
3169         Log: integrate changes#1815 & 1828 from mainline
3170              make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
3171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3172              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
3173              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
3174              Subject: Re: your mail
3175              
3176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3177              Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
3178              Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
3179              Subject: [PATCH 5.005_5*] (?>) broken in RE
3180      Branch: maint-5.005/perl
3181            ! regexec.c
3182           !> t/op/re_tests
3183 ____________________________________________________________________________
3184 [  2131] By: gbarr                                 on 1998/10/30  01:09:19
3185         Log: integrate change#1947 from mainline
3186              let docatch() pass the buck when restartop turns out to be null,
3187              making exceptions in BEGIN{} propagate as expected
3188      Branch: maint-5.005/perl
3189            ! pp_ctl.c
3190           !> t/op/misc.t
3191 ____________________________________________________________________________
3192 [  2129] By: gbarr                                 on 1998/10/29  14:53:11
3193         Log: integrate change#1810 from mainline
3194              fix bogus integerization of pop()'s return value
3195              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3196              Date: Sat, 15 Aug 1998 23:27:54 -0400
3197              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
3198              Subject: Re: Complex expression does integer arithmetic 
3199      Branch: maint-5.005/perl
3200           !> opcode.h opcode.pl
3201 ____________________________________________________________________________
3202 [  2128] By: gbarr                                 on 1998/10/29  14:28:13
3203         Log: integrate change#1870 from mainline
3204              From:    Dan Sugalski <sugalskd@osshe.edu>
3205              Date:    Fri, 14 Aug 1998 09:20:16 PDT
3206              Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
3207              Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
3208      Branch: maint-5.005/perl
3209           !> configure.com
3210 ____________________________________________________________________________
3211 [  2127] By: gbarr                                 on 1998/10/29  13:36:29
3212         Log: Integrate change#1789 from mainline
3213              delay freeing itervar so C<for $i (@a) { return($i) }> works
3214      Branch: maint-5.005/perl
3215           !> cop.h t/cmd/for.t
3216 ____________________________________________________________________________
3217 [  2123] By: gbarr                                 on 1998/10/29  02:43:01
3218         Log: Apply change#2075 from mainline
3219              fix C<print $n += 5;> etc.
3220      Branch: maint-5.005/perl
3221            ! toke.c
3222 ____________________________________________________________________________
3223 [  2122] By: gbarr                                 on 1998/10/29  02:40:31
3224         Log: Apply change#2070 from mainline
3225              avoid bogus line number in XSUB redefined warnings
3226      Branch: maint-5.005/perl
3227            ! op.c
3228 ____________________________________________________________________________
3229 [  2121] By: gbarr                                 on 1998/10/29  02:38:59
3230         Log: Apply change#2052 from mainline
3231              avoid the circular refcnt logic in magic_mutexfree()
3232      Branch: maint-5.005/perl
3233            ! mg.c pp.c pp_hot.c
3234 ____________________________________________________________________________
3235 [  2120] By: gbarr                                 on 1998/10/29  02:36:23
3236         Log: Remove "5.005" hard-coded and expose vtbl_* from the perl DLL
3237              From: "Douglas Lankshear" <dougl@ActiveState.com>
3238              Date: Mon, 28 Sep 1998 08:49:13 -0700
3239              Message-ID: <000001bdeaf7$8a189350$a32fa8c0@tau.Active>
3240              Subject: PATCH [5.005_02] update
3241      Branch: maint-5.005/perl
3242            ! embed.h global.sym objXSUB.h objpp.h perl.h proto.h util.c
3243            ! win32/win32.c
3244 ____________________________________________________________________________
3245 [  2084] By: gbarr                                 on 1998/10/25  19:09:11
3246         Log: Integrate change#2069 from mainline
3247              From: Martijn Koster <mak@excitecorp.com>
3248              Date: Wed, 21 Oct 1998 13:12:03 +0100
3249              Message-ID: <19981021131203.A15661@excitecorp.com>
3250              Subject: File::Path::mkpath reports the wrong error
3251      Branch: maint-5.005/perl
3252           !> lib/File/Path.pm
3253 ____________________________________________________________________________
3254 [  2083] By: gbarr                                 on 1998/10/25  18:48:39
3255         Log: Integrate change#1965 from mainline
3256              use better numbers for exitstatus test
3257      Branch: maint-5.005/perl
3258           !> t/op/die_exit.t
3259 ____________________________________________________________________________
3260 [  2082] By: gbarr                                 on 1998/10/25  18:22:54
3261         Log: Apply change 2054 from mainline
3262              disallow 'x' in hex numbers (except leading '0x')
3263              From: Gisle Aas <gisle@aas.no>
3264              Date: 16 Oct 1998 16:33:12 +0200
3265              Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
3266              Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
3267      Branch: maint-5.005/perl
3268            ! perlvars.h util.c
3269           !> t/op/oct.t
3270 ____________________________________________________________________________
3271 [  2081] By: gbarr                                 on 1998/10/25  17:58:04
3272         Log: Apply change #1998 from mainline
3273              skip readonly vars and unref references when doing a reset()
3274      Branch: maint-5.005/perl
3275            ! sv.c
3276 ____________________________________________________________________________
3277 [  2080] By: gbarr                                 on 1998/10/25  16:06:35
3278         Log: Integrate changes #2072 & #1993 from mainline
3279              fix bug in B::CC::pp_sassign()
3280              From: "vishal bhatia" <vishalb@hotmail.com>
3281              Date: Sun, 11 Oct 1998 18:41:38 PDT
3282              Message-ID: <19981012014139.19614.qmail@hotmail.com>
3283              Subject: B::CC problems with pp_sassign routine
3284              implement C<goto &func> and other fixes (via private mail)
3285              From:    "vishal bhatia" <vishalb@hotmail.com>
3286              Date:    Wed, 21 Oct 1998 22:59:03 PDT
3287              Message-Id: <19981022055904.20083.qmail@hotmail.com>
3288              Subject: [PATCH 5.005_52] More fixes for B
3289      Branch: maint-5.005/perl
3290           !> ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3291 ____________________________________________________________________________
3292 [  2079] By: gbarr                                 on 1998/10/25  14:08:00
3293         Log: integrate from mainline more FSF address changes
3294      Branch: maint-5.005/perl
3295           !> Copying ext/B/README lib/Getopt/Long.pm
3296 ____________________________________________________________________________
3297 [  2053] By: gbarr                                 on 1998/10/25  04:56:47
3298         Log: From: Graham Barr <gbarr@pobox.com>
3299              Date: Sat, 17 Oct 1998 23:05:18 -0500
3300              Message-ID: <19981017230518.K510@pobox.com>
3301              Subject: Re: redo LOOP not restoring $` $' $&
3302      Branch: maint-5.005/perl
3303            ! cop.h t/cmd/while.t
3304 ____________________________________________________________________________
3305 [  2048] By: gbarr                                 on 1998/10/24  04:20:10
3306         Log: Change Free Software Foundation address in README
3307      Branch: maint-5.005/perl
3308           !> README
3309 ____________________________________________________________________________
3310 [  2047] By: gbarr                                 on 1998/10/24  04:02:20
3311         Log: Remove #ifdef DEBUGGING around SvTEMP_off
3312              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3313              Date: Mon, 28 Sep 1998 15:23:39 -0400
3314              Message-Id: <199809281923.PAA10303@aatma.engin.umich.edu>
3315              Subject: Re: [PATCH] Re: 5.005_52: the miniperl coredump: touch magic and you're toast 
3316      Branch: maint-5.005/perl
3317            ! scope.c
3318 ____________________________________________________________________________
3319 [  2046] By: gbarr                                 on 1998/10/24  04:00:54
3320         Log: use cpp symbols instead of hardwired constants
3321              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3322              Date: Mon, 05 Oct 1998 09:23:33 +0100
3323              Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
3324              Subject: [PATCH 5.005_52] By the numbers (resend)
3325      Branch: maint-5.005/perl
3326            ! op.c
3327 ____________________________________________________________________________
3328 [  2045] By: gbarr                                 on 1998/10/24  03:50:25
3329         Log: squelch undef warnings
3330              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3331              Date: Fri, 02 Oct 1998 11:01:14 +0100
3332              Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
3333              Subject: [PATCH] Re: Apparent bug in Math::BigInt 
3334      Branch: maint-5.005/perl
3335           !> lib/Math/BigInt.pm
3336 ____________________________________________________________________________
3337 [  2044] By: gbarr                                 on 1998/10/24  03:47:24
3338         Log: Add note to INSTALL about ANSI C
3339      Branch: maint-5.005/perl
3340            ! INSTALL
3341 ____________________________________________________________________________
3342 [  2043] By: gbarr                                 on 1998/10/24  02:38:12
3343         Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
3344              that are autoloaded)
3345              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3346              Date: Thu, 24 Sep 1998 03:01:01 -0400
3347              Message-Id: <199809240701.DAA16223@aatma.engin.umich.edu>
3348              Subject: Re: autouse and Getopt::Long don't work together anymore 
3349      Branch: maint-5.005/perl
3350            ! pp_ctl.c t/op/goto.t
3351 ____________________________________________________________________________
3352 [  2042] By: gbarr                                 on 1998/10/24  02:16:26
3353         Log: From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
3354              Date: Wed, 12 Aug 1998 15:42:35 +0300
3355              Message-Id: <199808121242.PAA29761@comanche.spices>
3356              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
3357      Branch: maint-5.005/perl
3358            + t/op/tr.t
3359            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
3360            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
3361 ____________________________________________________________________________
3362 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
3363         Log: From: Chip Salzenberg <chip@perlsupport.com>
3364              Date: Tue, 6 Oct 1998 13:33:05 -0400
3365              Message-ID: <19981006133305.A2348@perlsupport.com>
3366              Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
3367      Branch: maint-5.005/perl
3368            ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
3369            ! t/op/tie.t
3370 ____________________________________________________________________________
3371 [  2015] By: gbarr                                 on 1998/10/17  21:49:56
3372         Log: make h2xs generate ANSI prototypes
3373      Branch: maint-5.005/perl
3374           !> utils/h2xs.PL
3375 ____________________________________________________________________________
3376 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
3377         Log: Fix POSIX::sigprocmask not to check type of $old parameter
3378              as it is output only
3379      Branch: maint-5.005/perl
3380            ! ext/POSIX/POSIX.xs
3381 ____________________________________________________________________________
3382 [  2013] By: gbarr                                 on 1998/10/17  17:51:16
3383         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3384              Date: Thu, 20 Aug 1998 20:59:03 -0400
3385              Message-ID: <19980820205903.A12908@O2.chapin.edu>
3386              Subject: [PATCH] h2ph misquotes #error directives
3387              
3388              fix h2ph handling of C<#error "foo">
3389              From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
3390              Date: Thu, 10 Sep 1998 09:59:33 +0900
3391              Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
3392              Subject: [5.005_02] h2ph problem
3393      Branch: maint-5.005/perl
3394           !> t/lib/h2ph.pht utils/h2ph.PL
3395 ____________________________________________________________________________
3396 [  1985] By: gbarr                                 on 1998/10/17  00:41:40
3397         Log: s/last/first/ typo in append_list()
3398      Branch: maint-5.005/perl
3399            ! op.c
3400 ____________________________________________________________________________
3401 [  1984] By: gbarr                                 on 1998/10/17  00:36:51
3402         Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
3403              Date: Thu, 10 Sep 1998 00:02:07 -0400
3404              Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
3405              Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
3406      Branch: maint-5.005/perl
3407            + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
3408            + vos/config.h vos/config_h.SH_orig vos/perl.bind
3409            + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
3410            ! MANIFEST perl.c perl.h pod/perlport.pod
3411 ____________________________________________________________________________
3412 [  1983] By: gbarr                                 on 1998/10/17  00:23:31
3413         Log: define PUT_svindex(), PUT_opindex()
3414      Branch: maint-5.005/perl
3415           !> ext/B/B/Assembler.pm
3416 ____________________________________________________________________________
3417 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
3418         Log: From: Jochen Wiedmann <joe@ispsoft.de>
3419              Date: Thu, 17 Sep 1998 17:16:06 +0200
3420              Message-ID: <360127B6.E44564A@ispsoft.de>
3421              Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
3422      Branch: maint-5.005/perl
3423            ! lib/ExtUtils/MakeMaker.pm
3424 ____________________________________________________________________________
3425 [  1981] By: gbarr                                 on 1998/10/16  02:58:10
3426         Log: better CR-handling on shebang line and in formats (fixed variant of
3427              patch suggested by Igor Sysoev <igor@nitek.ru>)
3428      Branch: maint-5.005/perl
3429            ! perl.c toke.c
3430 ____________________________________________________________________________
3431 [  1980] By: gbarr                                 on 1998/10/16  02:21:57
3432         Log: From: Roderick Schertler <roderick@argon.org>
3433              Date: 11 Sep 1998 16:19:21 -0400
3434              Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
3435              Subject: Re: Open2 and memory leaks
3436      Branch: maint-5.005/perl
3437           !> lib/IPC/Open3.pm
3438 ____________________________________________________________________________
3439 [  1979] By: gbarr                                 on 1998/10/16  02:15:54
3440         Log: integrate change #1908 from mainline
3441      Branch: maint-5.005/perl
3442           !> lib/File/Find.pm
3443 ____________________________________________________________________________
3444 [  1977] By: gbarr                                 on 1998/10/16  01:52:46
3445         Log: tests missing from change #1794
3446      Branch: maint-5.005/perl
3447            ! t/op/re_tests
3448 ____________________________________________________________________________
3449 [  1794] By: gbarr                                 on 1998/09/20  15:59:20
3450         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3451              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
3452              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
3453              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
3454      Branch: maint-5.005/perl
3455            ! regcomp.c t/op/re_tests
3456 ____________________________________________________________________________
3457 [  1793] By: gbarr                                 on 1998/09/20  15:39:41
3458         Log: From: Peter Prymmer <pvhp@forte.com>
3459              Date: Mon, 10 Aug 98 16:58:22 PDT
3460              Message-Id: <9808102358.AA10616@forte.com>
3461              Subject: fix for unpack('u') failures on OS/390
3462      Branch: maint-5.005/perl
3463            ! pp.c
3464 ____________________________________________________________________________
3465 [  1792] By: gbarr                                 on 1998/09/20  15:11:33
3466         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3467              Date: Sun, 9 Aug 1998 15:51:48 +0100
3468              Message-Id: <E0z5Wp2-00071p-00@taurus.cus.cam.ac.uk>
3469              Subject: Fix typo, change "an array" to "a hash"
3470      Branch: maint-5.005/perl
3471            ! pod/perlfunc.pod
3472 ____________________________________________________________________________
3473 [  1791] By: gbarr                                 on 1998/09/20  14:49:26
3474         Log: From: Gurusamy Sarathy <gsar@engin.umich.edu>
3475              Date: Wed, 16 Sep 1998 22:13:17 -0400
3476              Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu>
3477              Subject: fill gaps in sig_* entries in win32/config.?c
3478              and resync win32/config.?c with Porting/config.sh to pick up apiversion
3479      Branch: maint-5.005/perl
3480            ! win32/config.bc win32/config.gc win32/config.vc
3481 ____________________________________________________________________________
3482 [  1790] By: gbarr                                 on 1998/09/20  14:40:56
3483         Log: From: Gurusamy Sarathy <gsar@engin.umich.edu>
3484              Date: Sun, 06 Sep 1998 15:35:11 -0400
3485              Message-Id: <199809061935.PAA21531@aatma.engin.umich.edu>
3486              Subject: suppress bogus warning on C<sub x {} x()>
3487      Branch: maint-5.005/perl
3488            ! toke.c
3489 ____________________________________________________________________________
3490 [  1784] By: nick                                  on 1998/09/12  09:53:36
3491         Log: Two tweaks to allow quiet compile qith egcs-1.1
3492      Branch: maint-5.005/perl
3493            ! win32/win32.h
3494 ____________________________________________________________________________
3495 [  1783] By: gbarr                                 on 1998/09/07  20:33:11
3496         Log: Subject: index() applied BM optimization to wrong argument
3497              From: larry@wall.org (Larry Wall)
3498              Date:  Thu, 3 Sep 1998 12:49:13 -0700
3499              Message-Id: <199809031949.MAA29566@wall.org>, <199809060004.RAA23792@wall.org>
3500      Branch: maint-5.005/perl
3501            ! op.c util.c
3502 ____________________________________________________________________________
3503 [  1782] By: gbarr                                 on 1998/09/07  18:54:49
3504         Log: From: Gurusamy Sarathy <gsar@engin.umich.edu>
3505              Date: Fri, 28 Aug 1998 00:33:15 -0400
3506              Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>
3507              Subject: socket problems on NT 
3508      Branch: maint-5.005/perl
3509            ! objXSUB.h
3510 ____________________________________________________________________________
3511 [  1759] By: gsar                                  on 1998/08/08  20:57:47
3512         Log: pending submit of 5.005_02
3513      Branch: maint-5.005/perl
3514            ! Changes
3515
3516 ----------------
3517 Version 5.005_02        Second maintenance release of 5.005
3518 ----------------
3519
3520 ____________________________________________________________________________
3521 [  1758] By: gsar                                  on 1998/08/08  03:45:04
3522         Log: set patchlevel.h, other minor tweaks
3523      Branch: maint-5.005/perl
3524            ! Changes patchlevel.h pod/perlhist.pod pod/perlport.pod
3525 ____________________________________________________________________________
3526 [  1757] By: gsar                                  on 1998/08/08  03:33:33
3527         Log: prevent lexical leaks from Benchmark into target code (inspired by
3528              an attempt by John Allen)
3529      Branch: maint-5.005/perl
3530            ! lib/Benchmark.pm
3531 ____________________________________________________________________________
3532 [  1755] By: gsar                                  on 1998/08/07  23:58:33
3533         Log: temporary opcode.pl workaround for ebcdic (suggested by
3534              David J. Fiander <davidf@mks.com> and M.J.T. Guy)
3535      Branch: maint-5.005/perl
3536            ! opcode.pl
3537 ____________________________________________________________________________
3538 [  1754] By: gsar                                  on 1998/08/07  22:21:10
3539         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3540              Date: Fri, 7 Aug 1998 09:56:01 +0100 (BST)
3541              Message-Id: <9808070856.AA28065@claudius.bfsec.bt.co.uk>
3542              Subject: [PATCH 5.005_50 & 5.005_02] Fix for command line use of source filters
3543      Branch: maint-5.005/perl
3544            ! perl.c
3545 ____________________________________________________________________________
3546 [  1753] By: gsar                                  on 1998/08/07  22:19:42
3547         Log: perlport.pod notes from Jarkko Hietaniemi; utime() note for Win32
3548      Branch: maint-5.005/perl
3549            ! pod/perlport.pod
3550 ____________________________________________________________________________
3551 [  1752] By: gsar                                  on 1998/08/07  22:08:29
3552         Log: perlport.pod v1.33 from Chris Nandor <pudge@pobox.com>
3553      Branch: maint-5.005/perl
3554            ! pod/perlport.pod
3555 ____________________________________________________________________________
3556 [  1751] By: gsar                                  on 1998/08/07  22:01:04
3557         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3558              Date: Thu, 6 Aug 1998 19:44:16 -0400 (EDT)
3559              Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu>
3560              Subject: [PATCH 5.005_*] Minor cleanup of RE tests and docs
3561      Branch: maint-5.005/perl
3562            ! pod/perlre.pod t/op/regexp.t
3563 ____________________________________________________________________________
3564 [  1750] By: gsar                                  on 1998/08/07  21:51:52
3565         Log: allow more compatible interpretation of spaces File::DosGlob::glob()
3566              patterns
3567      Branch: maint-5.005/perl
3568            ! lib/File/DosGlob.pm
3569 ____________________________________________________________________________
3570 [  1749] By: gsar                                  on 1998/08/07  21:36:04
3571         Log: don't use Â© in Test.pm (suggested by M.J.T. Guy)
3572      Branch: maint-5.005/perl
3573            ! lib/Test.pm
3574 ____________________________________________________________________________
3575 [  1748] By: gsar                                  on 1998/08/07  21:31:46
3576         Log: From: Dominic Dunlop <domo@computer.org>
3577              Date: Thu, 6 Aug 1998 12:38:07 +0000
3578              Message-Id: <v03110702b1ef5274635a@[195.95.102.104]>
3579              Subject: [Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1
3580      Branch: maint-5.005/perl
3581            ! Configure hints/machten.sh
3582 ____________________________________________________________________________
3583 [  1746] By: gsar                                  on 1998/08/05  22:55:59
3584         Log: MM_Win32.pm and Liblist.pm tweaks
3585      Branch: maint-5.005/perl
3586            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
3587 ____________________________________________________________________________
3588 [  1745] By: gsar                                  on 1998/08/05  21:57:00
3589         Log: pod/perlfaq* update from Tom Christiansen <tchrist@perl.com>
3590      Branch: maint-5.005/perl
3591            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3592            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
3593 ____________________________________________________________________________
3594 [  1744] By: gsar                                  on 1998/08/05  21:53:30
3595         Log: From: Chris Nandor <pudge@pobox.com>
3596              Date: Wed, 5 Aug 1998 15:38:48 -0400
3597              Message-Id: <v04011701b1ee58b86c63@[192.168.0.3]>
3598              Subject: [PATCH] perlport 1.32
3599      Branch: maint-5.005/perl
3600            ! pod/perlport.pod
3601 ____________________________________________________________________________
3602 [  1743] By: gsar                                  on 1998/08/05  21:52:05
3603         Log: README.os2 update
3604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3605              Date: Wed, 5 Aug 1998 05:44:46 -0400 (EDT)
3606              Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu>
3607              Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests
3608      Branch: maint-5.005/perl
3609            ! README.os2 t/lib/posix.t t/op/exec.t
3610 ____________________________________________________________________________
3611 [  1742] By: gsar                                  on 1998/08/05  21:50:07
3612         Log: additional INSTALL notes from Jarkko Hietaniemi <jhi@cc.hut.fi>
3613              on semget failure in t/lib/ipc_sysv.t
3614      Branch: maint-5.005/perl
3615            ! INSTALL
3616 ____________________________________________________________________________
3617 [  1741] By: gsar                                  on 1998/08/05  21:46:13
3618         Log: correct URL for perlcrt.dll
3619      Branch: maint-5.005/perl
3620            ! Changes win32/Makefile win32/makefile.mk
3621 ____________________________________________________________________________
3622 [  1740] By: gsar                                  on 1998/08/05  10:05:46
3623         Log: update Changes, patchlevel, tweak Liblist.pm
3624      Branch: maint-5.005/perl
3625            ! Changes lib/ExtUtils/Liblist.pm patchlevel.h
3626 ____________________________________________________________________________
3627 [  1739] By: gsar                                  on 1998/08/05  09:10:45
3628         Log: newer cperl-mode.el
3629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3630              Date: Wed, 5 Aug 1998 03:50:16 -0400 (EDT)
3631              Message-Id: <199808050750.DAA07240@monk.mps.ohio-state.edu>
3632              Subject: [PATCH 5.005_*] CPerl update
3633      Branch: maint-5.005/perl
3634            ! emacs/cperl-mode.el
3635 ____________________________________________________________________________
3636 [  1738] By: gsar                                  on 1998/08/05  09:08:33
3637         Log: support :nosearch in ExtUtils::Liblist for win32, and make -lfoo
3638              processing (somewhat) compiler-specific
3639      Branch: maint-5.005/perl
3640            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
3641 ____________________________________________________________________________
3642 [  1737] By: gsar                                  on 1998/08/05  03:20:03
3643         Log: add index entries for -X
3644              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3645              Date:    Sun, 02 Aug 1998 16:33:18 EDT
3646              Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu>
3647              Subject: [PATCH] A missing docu patch
3648      Branch: maint-5.005/perl
3649            ! pod/perlfunc.pod
3650 ____________________________________________________________________________
3651 [  1736] By: gsar                                  on 1998/08/05  03:09:58
3652         Log: make Test::Harness optionally check for stray files when running tests
3653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3654              Date: Sun, 2 Aug 1998 18:12:48 -0400 (EDT)
3655              Message-Id: <199808022212.SAA20126@monk.mps.ohio-state.edu>
3656              Subject: [PATCH 5.005_*] File leaked from test suite
3657      Branch: maint-5.005/perl
3658            ! lib/Test/Harness.pm
3659 ____________________________________________________________________________
3660 [  1735] By: gsar                                  on 1998/08/05  02:29:46
3661         Log: back out change#1703 that break bincompat with PERL_OBJECT and
3662              MULTIPLICITY
3663      Branch: maint-5.005/perl
3664            ! ext/re/re.pm regcomp.c regexec.c thrdvar.h
3665 ____________________________________________________________________________
3666 [  1734] By: gsar                                  on 1998/08/05  02:23:47
3667         Log: fixes to enable ISC to build IPC/SysV
3668              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3669              Date: 05 Aug 1998 00:59:13 +0300
3670              Message-ID: <oee3ebce7da.fsf@alpha.hut.fi>
3671              Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint)
3672      Branch: maint-5.005/perl
3673            ! ext/IPC/SysV/SysV.xs hints/isc.sh hints/isc_2.sh
3674 ____________________________________________________________________________
3675 [  1733] By: gsar                                  on 1998/08/05  01:20:29
3676         Log: let some 'tr' be '$tr' for occult reasons
3677              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3678              Date: Mon, 3 Aug 1998 11:04:30 -0700 (PDT)
3679              Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com>
3680              Subject: PATCH: Configure uses tr, not $tr
3681      Branch: maint-5.005/perl
3682            ! Configure
3683 ____________________________________________________________________________
3684 [  1732] By: gsar                                  on 1998/08/05  01:16:40
3685         Log: perlre.pod tweak suggested by Mike Wescott <mike.wescott@columbiasc.ncr.com>
3686      Branch: maint-5.005/perl
3687            ! pod/perlre.pod
3688 ____________________________________________________________________________
3689 [  1731] By: gsar                                  on 1998/08/05  01:10:41
3690         Log: explain caveat about use of numeric constants in podoc for sysopen()
3691              From: "David J. Fiander" <davidf@mks.com>
3692              Date: Tue, 4 Aug 1998 13:09:58 -0400
3693              Message-Id: <199808041709.NAA01750@mks.com>
3694              Subject: Re: [PATCH] 5.005_01: OE MVS 
3695      Branch: maint-5.005/perl
3696            ! pod/perlfunc.pod
3697 ____________________________________________________________________________
3698 [  1730] By: gsar                                  on 1998/08/05  00:46:53
3699         Log: end pod processing when source file is closed (prevents it carrying
3700              over into require()d files)
3701      Branch: maint-5.005/perl
3702            ! t/comp/require.t toke.c
3703 ____________________________________________________________________________
3704 [  1729] By: gsar                                  on 1998/08/04  23:03:23
3705         Log: correct prototype for des_fcrypt(), explain how to add it in more
3706              detail, and supply a patch for libdes-3.06
3707      Branch: maint-5.005/perl
3708            + win32/des_fcrypt.patch
3709            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
3710            ! win32/win32.c
3711 ____________________________________________________________________________
3712 [  1728] By: gsar                                  on 1998/08/04  21:50:40
3713         Log: tweak to avoid ambiguity warnings
3714      Branch: maint-5.005/perl
3715            ! pp.c
3716 ____________________________________________________________________________
3717 [  1727] By: gsar                                  on 1998/08/04  20:31:04
3718         Log: remove useless 'rcsid' (extension of a suggestion by
3719              Stephen McCamant)
3720      Branch: maint-5.005/perl
3721            ! embed.h ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
3722            ! global.sym gv.c perl.c vms/gen_shrfls.pl
3723 ____________________________________________________________________________
3724 [  1726] By: gsar                                  on 1998/08/04  19:52:43
3725         Log: correct Pod::Html's notion of email addresses
3726              From: abigail@fnx.com
3727              Date: Mon, 3 Aug 1998 20:22:49 -0400 (EDT)
3728              Message-ID: <19980804002249.2011.qmail@betelgeuse.wayne.fnx.com>
3729              Subject: [PATCH 5.005_01] lib/Pod/Html.pm
3730      Branch: maint-5.005/perl
3731            ! lib/Pod/Html.pm
3732 ____________________________________________________________________________
3733 [  1725] By: gsar                                  on 1998/08/04  19:50:06
3734         Log: perlport.pod additions from Peter Prymmer <pvhp@forte.com>
3735              Date: Mon, 3 Aug 98 15:31:35 PDT
3736              Message-Id: <9808032231.AA22324@forte.com>
3737              --
3738              Date: Tue, 4 Aug 98 12:44:20 PDT
3739              Message-Id: <9808041944.AA04815@forte.com>
3740      Branch: maint-5.005/perl
3741            ! pod/perlport.pod
3742 ____________________________________________________________________________
3743 [  1724] By: gsar                                  on 1998/08/04  18:08:07
3744         Log: From: Chris Nandor <pudge@pobox.com>
3745              Date: Mon, 3 Aug 1998 13:35:25 -0400
3746              Message-Id: <v04011711b1eba46d0827@[192.168.0.3]>
3747              Subject: [PATCH] perlport 1.30
3748      Branch: maint-5.005/perl
3749            ! pod/perlport.pod
3750 ____________________________________________________________________________
3751 [  1723] By: gsar                                  on 1998/08/04  18:06:13
3752         Log: update postscript generator
3753              From: Tom Christiansen <tchrist@chthon.perl.com>
3754              Date: Mon, 3 Aug 1998 05:29:25 -0600
3755              Message-Id: <199808031129.FAA24985@chthon.perl.com>
3756              Subject: PATCH: pod/roffitall (5.005_02)
3757      Branch: maint-5.005/perl
3758            ! pod/roffitall
3759 ____________________________________________________________________________
3760 [  1722] By: gsar                                  on 1998/08/03  17:01:12
3761         Log: applied suggested patch, slightly tweaked
3762              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3763              Date: Mon, 3 Aug 1998 11:52:30 +0300 (EET DST)
3764              Message-Id: <199808030852.LAA14153@alpha.hut.fi>
3765              Subject: [PATCH] perl5.005_02-TRIAL1: pod/perlhist.pod
3766      Branch: maint-5.005/perl
3767            ! pod/perlhist.pod
3768 ____________________________________________________________________________
3769 [  1721] By: gsar                                  on 1998/08/03  16:30:20
3770         Log: fix segfault when threadsv is used as foreach itervar
3771              From:    Stephen McCamant <alias@mcs.com>
3772              Date:    Sun, 02 Aug 1998 21:44:34 CDT
3773              Message-Id: <13765.8641.997452.14516@alias-2.pr.mcs.net>
3774              Subject: [PATCH] threadsv index in enteriter targ in op_free()
3775      Branch: maint-5.005/perl
3776            ! op.c
3777 ____________________________________________________________________________
3778 [  1720] By: gsar                                  on 1998/08/02  23:33:42
3779         Log: close() open files before unlink()
3780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3781              Date: Sun, 2 Aug 1998 18:14:22 -0400 (EDT)
3782              Message-Id: <199808022214.SAA20135@monk.mps.ohio-state.edu>
3783              Subject: [PATCH 5.005_*] File leaked from test suite - tests
3784      Branch: maint-5.005/perl
3785            ! t/base/rs.t t/op/defins.t
3786 ____________________________________________________________________________
3787 [  1719] By: gsar                                  on 1998/08/02  23:31:51
3788         Log: more pack() tests
3789              From: Jarkko Hietaniemi <jhi@iki.fi>
3790              Date: Mon, 3 Aug 1998 00:59:41 +0300 (EET DST)
3791              Message-Id: <199808022159.AAA17160@alpha.hut.fi>
3792              Subject: Re: uudecode 'u' problem 
3793      Branch: maint-5.005/perl
3794            ! t/op/pack.t
3795 ____________________________________________________________________________
3796 [  1718] By: gsar                                  on 1998/08/02  23:26:51
3797         Log: t/TEST aesthetic tweak suggested by Jarkko
3798      Branch: maint-5.005/perl
3799            ! t/TEST
3800 ____________________________________________________________________________
3801 [  1717] By: gsar                                  on 1998/08/02  23:23:43
3802         Log: add Digital Unix 3.x notes to README.threads (as suggested by
3803              Phoenix <awrobel@jedi.cis.temple.edu>)
3804      Branch: maint-5.005/perl
3805            ! README.threads
3806 ____________________________________________________________________________
3807 [  1716] By: gsar                                  on 1998/08/02  23:15:00
3808         Log: allow *FOO{BAR}[0] etc. (without intervening arrow)
3809              From: Stephen McCamant <alias@mcs.com>
3810              Date: Sun,  2 Aug 1998 16:16:50 -0500 (CDT)
3811              Message-ID: <13764.54929.60137.104838@alias-2.pr.mcs.net>
3812              Subject: [PATCH] Re: Minor nit in glob notation
3813      Branch: maint-5.005/perl
3814            ! Changes op.c
3815 ____________________________________________________________________________
3816 [  1715] By: gsar                                  on 1998/08/02  22:49:53
3817         Log: fix unpack('u',...) problem with spaces in input
3818      Branch: maint-5.005/perl
3819            ! pp.c t/op/pack.t
3820 ____________________________________________________________________________
3821 [  1714] By: gsar                                  on 1998/08/02  21:27:19
3822         Log: update location of perlcrt.dll for win32 builds
3823      Branch: maint-5.005/perl
3824            ! win32/Makefile win32/makefile.mk
3825 ____________________________________________________________________________
3826 [  1713] By: gsar                                  on 1998/08/02  09:28:32
3827         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3828              Date: Sun, 2 Aug 1998 04:35:11 -0400 (EDT)
3829              Message-Id: <199808020835.EAA09367@monk.mps.ohio-state.edu>
3830              Subject: [PATCH 5.005_*] Better debugging output from malloc.c
3831      Branch: maint-5.005/perl
3832            ! malloc.c
3833 ____________________________________________________________________________
3834 [  1712] By: gsar                                  on 1998/08/02  09:16:55
3835         Log: fix longstanding bug in pack('u',...) (reads garbage beyond the end
3836              of the input string)
3837      Branch: maint-5.005/perl
3838            ! pp.c
3839 ____________________________________________________________________________
3840 [  1711] By: gsar                                  on 1998/08/02  08:14:25
3841         Log: update Changes, tweak Porting/makerel
3842      Branch: maint-5.005/perl
3843            ! Changes Porting/makerel
3844 ____________________________________________________________________________
3845 [  1710] By: gsar                                  on 1998/08/02  07:31:37
3846         Log: remove CRs from djgpp/configure.bat (Porting/makerel adds them)
3847      Branch: maint-5.005/perl
3848            ! djgpp/configure.bat
3849 ____________________________________________________________________________
3850 [  1709] By: gsar                                  on 1998/08/02  07:27:34
3851         Log: Porting/makerel tweaks
3852      Branch: maint-5.005/perl
3853            ! Porting/makerel
3854 ____________________________________________________________________________
3855 [  1708] By: gsar                                  on 1998/08/02  07:09:35
3856         Log: fixes for pod noises
3857      Branch: maint-5.005/perl
3858            ! ext/B/B/Bytecode.pm ext/Thread/Thread/Specific.pm
3859            ! pod/perlembed.pod pod/perlfaq.pod
3860 ____________________________________________________________________________
3861 [  1707] By: gsar                                  on 1998/08/02  06:59:47
3862         Log: malloc.c tweaks
3863              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3864              Date:    Sat, 01 Aug 1998 18:46:32 EDT
3865              Message-Id: <199808012246.SAA00699@monk.mps.ohio-state.edu>
3866              Subject: [PATCH 5.005_*] Better malloc.c
3867      Branch: maint-5.005/perl
3868            ! malloc.c
3869 ____________________________________________________________________________
3870 [  1706] By: gsar                                  on 1998/08/02  06:56:37
3871         Log: fix quoting of keys with embedded nulls 
3872              From:    Slaven Rezic <eserte@cs.tu-berlin.de>
3873              Date:    Sat, 01 Aug 1998 13:38:03 +0200
3874              Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de>
3875              Subject: Data::Dumper 2.09, patch
3876      Branch: maint-5.005/perl
3877            ! ext/Data/Dumper/Dumper.xs
3878 ____________________________________________________________________________
3879 [  1705] By: gsar                                  on 1998/08/02  06:50:07
3880         Log: From:    pvhp@forte.com (Peter Prymmer)
3881              Date:    Fri, 31 Jul 1998 14:50:41 PDT
3882              Message-Id: <9807312150.AA08867@forte.com>
3883              Subject: Re: \Q doesn't work in interpolated regular expressions
3884      Branch: maint-5.005/perl
3885            ! pod/perlre.pod
3886 ____________________________________________________________________________
3887 [  1704] By: gsar                                  on 1998/08/02  06:37:06
3888         Log: add test for magic autovivification
3889              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3890              Date: Thu, 30 Jul 1998 12:18:15 +0100
3891              Message-Id: <E0z1qit-0003O5-00@taurus.cus.cam.ac.uk>
3892              Subject: Re: Perl5.005_01 failing to autovivify subroutine args
3893      Branch: maint-5.005/perl
3894            ! pod/perldiag.pod t/cmd/subval.t
3895 ____________________________________________________________________________
3896 [  1703] By: gsar                                  on 1998/08/02  06:26:57
3897         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3898              Date: Tue, 21 Jul 1998 23:58:53 -0400 (EDT)
3899              Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu>
3900              Subject: [PATCH 5.004_76] better RE colors
3901      Branch: maint-5.005/perl
3902            ! ext/re/re.pm regcomp.c regexec.c thrdvar.h
3903 ____________________________________________________________________________
3904 [  1702] By: gsar                                  on 1998/08/02  06:22:15
3905         Log: mark link type of exported functions for OS/2
3906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3907              Date: Sun, 26 Jul 1998 21:03:03 -0400 (EDT)
3908              Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu>
3909              Subject: Re: Compiler linkage's types [PATCH 5.005]
3910      Branch: maint-5.005/perl
3911            ! os2/os2ish.h proto.h
3912 ____________________________________________________________________________
3913 [  1701] By: gsar                                  on 1998/08/02  06:16:03
3914         Log: tweaked version of suggested patch
3915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3916              Date: Mon, 20 Jul 1998 21:40:00 -0400 (EDT)
3917              Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu>
3918              Subject: [PATCH 5.004_75] Enable -DS
3919      Branch: maint-5.005/perl
3920            ! README.threads ext/Thread/Thread.xs ext/Thread/typemap mg.c
3921            ! op.c perl.c perl.h pod/perlrun.pod pp.c pp_hot.c scope.c
3922            ! thread.h util.c win32/win32thread.c
3923 ____________________________________________________________________________
3924 [  1700] By: gsar                                  on 1998/08/02  05:54:00
3925         Log: up patchlevel to 5.005_02
3926      Branch: maint-5.005/perl
3927            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3928            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3929 ____________________________________________________________________________
3930 [  1699] By: gsar                                  on 1998/08/02  05:50:01
3931         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3932              Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu>
3933              Date: Sat, 18 Jul 1998 04:09:26 -0400 (EDT)
3934              Subject: [PATCH 5.004_72] Make tests succeed on OS/2
3935      Branch: maint-5.005/perl
3936            ! t/io/fs.t t/lib/io_pipe.t t/lib/io_sock.t t/op/stat.t
3937 ____________________________________________________________________________
3938 [  1698] By: gsar                                  on 1998/08/02  05:41:41
3939         Log: use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)
3940      Branch: maint-5.005/perl
3941            ! regcomp.c
3942 ____________________________________________________________________________
3943 [  1697] By: gsar                                  on 1998/08/02  05:20:12
3944         Log: support OE/MVS
3945              From: Jarkko Hietaniemi <jhi@iki.fi>
3946              Message-Id: <199808010903.MAA09371@alpha.hut.fi>
3947              Date: Sat, 1 Aug 1998 12:03:02 +0300 (EET DST)
3948              Subject: [PATCH] 5.005_01: OE MVS
3949      Branch: maint-5.005/perl
3950            + README.os390 ebcdic.c
3951            ! Configure MANIFEST doio.c ext/Errno/Errno_pm.PL gv.c handy.h
3952            ! hints/os390.sh lib/bigint.pl mg.c patchlevel.h perl.c perl.h
3953            ! perly.c perly.h perly.y perly_c.diff pod/perldelta.pod
3954            ! pod/perlport.pod pp.c pp_ctl.c pp_hot.c pp_sys.c sv.c
3955            ! t/base/term.t t/comp/package.t t/comp/require.t
3956            ! t/lib/bigintpm.t t/lib/cgi-html.t t/lib/filehand.t t/lib/ph.t
3957            ! t/op/auto.t t/op/bop.t t/op/each.t t/op/magic.t t/op/misc.t
3958            ! t/op/ord.t t/op/pack.t t/op/quotemeta.t t/op/re_tests
3959            ! t/op/regexp.t t/op/sort.t t/op/sprintf.t t/op/subst.t
3960            ! t/op/taint.t t/op/universal.t t/pragma/constant.t
3961            ! t/pragma/overload.t t/pragma/subs.t toke.c x2p/a2p.h
3962            ! x2p/a2py.c
3963 ____________________________________________________________________________
3964 [  1696] By: gsar                                  on 1998/08/02  05:03:09
3965         Log: VMS patches
3966              From: pvhp@forte.com (Peter Prymmer)
3967              Message-Id: <9807290017.AA01833@forte.com>
3968              Date: Tue, 28 Jul 98 17:17:33 PDT
3969              Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2
3970              --
3971              From: Dan Sugalski <sugalskd@osshe.edu>
3972              Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu>
3973              Date: Wed, 29 Jul 1998 12:56:23 -0700
3974              Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms)
3975              --
3976              From: Dan Sugalski <sugalskd@osshe.edu>
3977              Date: Thu, 30 Jul 1998 09:02:24 -0700
3978              Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu>
3979              Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check
3980      Branch: maint-5.005/perl
3981            ! configure.com vms/subconfigure.com
3982 ____________________________________________________________________________
3983 [  1695] By: gsar                                  on 1998/08/02  04:49:32
3984         Log: rename duplicate warning in regexec.c
3985      Branch: maint-5.005/perl
3986            ! regexec.c
3987 ____________________________________________________________________________
3988 [  1694] By: gsar                                  on 1998/08/02  04:44:20
3989         Log: beware egcs' ld on Solaris
3990              From: Tom Spindler <dogcow@home.merit.edu>
3991              Message-ID: <19980801212158.A2934@home.merit.edu>
3992              Date: Sat, 1 Aug 1998 21:21:58 -0400
3993              Subject: Re: [PATCH perl5.005_01] hints/solaris_2.sh, egcs, and ld
3994      Branch: maint-5.005/perl
3995            ! hints/solaris_2.sh
3996 ____________________________________________________________________________
3997 [  1693] By: gsar                                  on 1998/08/02  04:41:43
3998         Log: de-utf-ized variation of Ilya's patch
3999              From: Jan-Pieter Cornet <johnpc@xs4all.net>
4000              Date: 31 Jul 1998 12:44:57 +0200
4001              Message-ID: <6ps779$hmj$1@xs1.xs4all.nl>
4002              Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01
4003      Branch: maint-5.005/perl
4004            ! regexec.c
4005 ____________________________________________________________________________
4006 [  1692] By: gsar                                  on 1998/08/02  04:39:14
4007         Log: better validation of SysV IPC availability
4008              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
4009              Date: Fri, 31 Jul 1998 13:13:57 +0300 (EEST)
4010              Message-Id: <199807311013.NAA28887@koah.research.nokia.com>
4011              Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 
4012      Branch: maint-5.005/perl
4013            ! Configure INSTALL ext/IPC/SysV/SysV.xs pod/perldiag.pod
4014            ! t/lib/ipc_sysv.t
4015 ____________________________________________________________________________
4016 [  1691] By: gsar                                  on 1998/08/02  04:32:30
4017         Log: fix bug in display of watched expressions
4018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4019              Date: Thu, 30 Jul 1998 20:02:04 -0400 (EDT)
4020              Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu>
4021              Subject: Re: Bug? in perl5db.pl [PATCH]
4022      Branch: maint-5.005/perl
4023            ! lib/perl5db.pl
4024 ____________________________________________________________________________
4025 [  1690] By: gsar                                  on 1998/08/02  04:29:08
4026         Log: applied all but one hunk
4027              From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4028              Date: Thu, 30 Jul 1998 17:19:42 -0400
4029              Message-Id: <199807302119.RAA06852@sleipnir.valparaiso.cl>
4030              Subject: Some typos in perldelta.pod
4031      Branch: maint-5.005/perl
4032            ! pod/perldelta.pod
4033 ____________________________________________________________________________
4034 [  1689] By: gsar                                  on 1998/08/02  04:27:02
4035         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4036              Date: Thu, 30 Jul 1998 10:22:36 -0400 (EDT)
4037              Message-Id: <Pine.SUN.3.96.980730101627.17514B-100000@newton.phys>
4038              Subject: [PATCH 5.005_05] Remove redundant dTHR
4039      Branch: maint-5.005/perl
4040            ! mg.c sv.c
4041 ____________________________________________________________________________
4042 [  1688] By: gsar                                  on 1998/08/02  04:25:49
4043         Log: From: Tom Hughes <thh@cyberscience.com>
4044              Date: 30 Jul 1998 09:47:31 +0100
4045              Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com>
4046              Subject: Class::Struct has an incomplete tied array package
4047      Branch: maint-5.005/perl
4048            ! lib/Class/Struct.pm
4049 ____________________________________________________________________________
4050 [  1687] By: gsar                                  on 1998/08/02  04:21:48
4051         Log: ensure implicit close on local(*FH) doesn't affect $! and thence $?
4052      Branch: maint-5.005/perl
4053            ! sv.c t/op/die_exit.t
4054 ____________________________________________________________________________
4055 [  1686] By: gsar                                  on 1998/08/02  03:57:28
4056         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4057              Date: Thu, 30 Jul 1998 00:39:30 +0300 (EET DST)
4058              Message-Id: <199807292139.AAA01795@alpha.hut.fi>
4059              Subject: Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes
4060      Branch: maint-5.005/perl
4061            ! ext/POSIX/POSIX.xs pod/perllocale.pod
4062 ____________________________________________________________________________
4063 [  1685] By: gsar                                  on 1998/08/02  03:54:15
4064         Log: PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>
4065              Date: Wed, 29 Jul 1998 10:45:31 -0700
4066              Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active>
4067              Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT
4068              --
4069              Date: Sat, 1 Aug 1998 09:33:19 -0700
4070              Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active>
4071              Subject: [PATCH 5.005_01]
4072      Branch: maint-5.005/perl
4073            ! perl.h proto.h
4074 ____________________________________________________________________________
4075 [  1684] By: gsar                                  on 1998/08/02  03:49:33
4076         Log: hand-apply whitespace-mutiliated patch
4077              From: Nicholas Clark <nick@flirble.org>
4078              Date: Tue, 28 Jul 1998 16:40:42 +0100 (BST)
4079              Message-Id: <199807281540.QAA04640@flirble.org>
4080              Subject: [PATCH] POSIX::ELOOP
4081      Branch: maint-5.005/perl
4082            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4083 ____________________________________________________________________________
4084 [  1683] By: gsar                                  on 1998/08/02  03:45:26
4085         Log: document return values of do() better
4086              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4087              Date: Tue, 28 Jul 1998 12:44:36 +0100
4088              Message-Id: <E0z18BI-0003cH-00@taurus.cus.cam.ac.uk>
4089              Subject: [PATCH] Re: Obscurity of lexicals with do ""
4090      Branch: maint-5.005/perl
4091            ! pod/perlfunc.pod
4092 ____________________________________________________________________________
4093 [  1682] By: gsar                                  on 1998/08/02  03:42:26
4094         Log: avoid reusing foreach itervar if magic got tacked onto it
4095              From: Stephen McCamant <alias@mcs.com>
4096              Date: Tue, 28 Jul 1998 22:18:25 -0500 (CDT)
4097              Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net>
4098              Subject: [PATCH] Re: pos() resetting changed with 5.005?
4099      Branch: maint-5.005/perl
4100            ! pp_hot.c
4101 ____________________________________________________________________________
4102 [  1681] By: gsar                                  on 1998/08/02  03:39:27
4103         Log: From: Nick Ing-Simmons <nik@tiuk.ti.com>
4104              Date: Wed, 29 Jul 1998 13:28:14 +0100
4105              Message-Id: <199807291228.NAA20055@tiuk.ti.com>
4106              Subject: [Patch] Math::Complex - Ambiguous call resolved as CORE::foo()
4107      Branch: maint-5.005/perl
4108            + Porting/fixCORE
4109            ! MANIFEST lib/Math/Complex.pm
4110 ____________________________________________________________________________
4111 [  1680] By: gsar                                  on 1998/08/02  03:33:07
4112         Log: From: h.sanden@elsevier.nl (Hugo van der Sanden)
4113              Date: Mon, 27 Jul 1998 13:34:45 +0200
4114              Message-Id: <199807271134.NAA24475@dorlas.elsevier.nl>
4115              Subject: perlcall.pod
4116      Branch: maint-5.005/perl
4117            ! pod/perlcall.pod
4118 ____________________________________________________________________________
4119 [  1679] By: gsar                                  on 1998/08/02  03:29:41
4120         Log: MM_Win32::maybe_command() case-insesitivity tweak
4121      Branch: maint-5.005/perl
4122            ! lib/ExtUtils/MM_Win32.pm
4123 ____________________________________________________________________________
4124 [  1678] By: gsar                                  on 1998/08/02  03:24:29
4125         Log: fix MM_Win32::maybe_command()
4126      Branch: maint-5.005/perl
4127            ! lib/ExtUtils/MM_Win32.pm
4128 ____________________________________________________________________________
4129 [  1677] By: gsar                                  on 1998/08/01  19:52:19
4130         Log: fixes for overloading bugs and docs, tweaked some
4131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4132              Date: Sat, 25 Jul 1998 21:28:16 -0400 (EDT)
4133              Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu>
4134              Subject: [PATCH 5.004_76] better overloading
4135      Branch: maint-5.005/perl
4136            ! Changes gv.c lib/dumpvar.pl lib/overload.pm lib/perl5db.pl
4137            ! t/pragma/overload.t
4138 ____________________________________________________________________________
4139 [  1676] By: gsar                                  on 1998/08/01  19:37:13
4140         Log: stray s/foo/PL_foo/
4141              From: win@in.rhein-main.de (Winfried Koenig)
4142              Date: Mon, 27 Jul 98 21:13 MET
4143              Message-Id: <m0z0teW-00019aC@incom.rhein-main.de>
4144              Subject: Bug in pp_rename and ISC hint
4145      Branch: maint-5.005/perl
4146            ! pp_sys.c
4147 ____________________________________________________________________________
4148 [  1675] By: gsar                                  on 1998/08/01  19:22:13
4149         Log: newer Porting/patchls from maint-5.004
4150      Branch: maint-5.005/perl
4151            ! Porting/patchls
4152 ____________________________________________________________________________
4153 [  1674] By: gsar                                  on 1998/08/01  17:50:44
4154         Log: fix buggy detection of failed glob()
4155      Branch: maint-5.005/perl
4156            ! pp_hot.c
4157 ____________________________________________________________________________
4158 [  1673] By: gsar                                  on 1998/07/29  18:14:32
4159         Log: fix typo in change#1489 that prevented magic-autovivification
4160      Branch: maint-5.005/perl
4161            ! mg.c
4162
4163 ----------------
4164 Version 5.005_01        First maintenance release of 5.005
4165 ----------------
4166
4167 ____________________________________________________________________________
4168 [  1669] By: gsar                                  on 1998/07/26  23:19:02
4169         Log: update Changes; add sv_*_mg() entries in win32/GenCAPI.pl
4170      Branch: maint-5.005/perl
4171            ! Changes proto.h win32/GenCAPI.pl
4172 ____________________________________________________________________________
4173 [  1668] By: gsar                                  on 1998/07/26  21:12:11
4174         Log: s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they
4175              can disable it from config.sh if they want; up patchlevel to 5_01;
4176              little tweaks to pods
4177      Branch: maint-5.005/perl
4178            ! README.win32 patchlevel.h pod/perldelta.pod toke.c
4179            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4180            ! win32/config_H.vc win32/makefile.mk win32/win32.c
4181 ____________________________________________________________________________
4182 [  1662] By: gsar                                  on 1998/07/26  05:01:52
4183         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
4184      Branch: maint-5.005/perl
4185            ! pod/perlhist.pod proto.h
4186 ____________________________________________________________________________
4187 [  1658] By: gsar                                  on 1998/07/26  02:23:46
4188         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
4189              Date: Fri, 24 Jul 1998 11:38:25 -0700
4190              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
4191              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
4192              --
4193              Date: Fri, 24 Jul 1998 12:30:36 -0700
4194              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
4195              Subject: [PATCH 5.005]Tweaks to README.vms
4196              --
4197              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
4198              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
4199              Subject: [PATCH 5.005] Final build cleanup patch
4200      Branch: maint-5.005/perl
4201            ! README.vms vms/descrip_mms.template vms/subconfigure.com
4202 ____________________________________________________________________________
4203 [  1657] By: gsar                                  on 1998/07/26  02:19:50
4204         Log: another platform where pp_sselect() needs a whole fd_set buffer
4205              From: Lupe Christoph <lupe@alanya.m.isar.de>
4206              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
4207              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
4208              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
4209      Branch: maint-5.005/perl
4210            ! pp_sys.c
4211 ____________________________________________________________________________
4212 [  1656] By: gsar                                  on 1998/07/26  02:12:46
4213         Log: fix problem building modules on dos-djgpp
4214              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4215              Date: Sat, 25 Jul 1998 00:53:39 +0200
4216              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
4217              Subject: [PATCH 5.005] dos-djgpp and modules problem
4218      Branch: maint-5.005/perl
4219            ! djgpp/fixpmain
4220 ____________________________________________________________________________
4221 [  1655] By: gsar                                  on 1998/07/26  02:11:09
4222         Log: From: Tom Spindler <dogcow@home.merit.edu>
4223              Date: Wed, 22 Jul 1998 16:11:07 -0400
4224              Message-ID: <19980722161107.A16813@home.merit.edu>
4225              Subject: [PATCH 5.005] BeOS tweak
4226      Branch: maint-5.005/perl
4227            ! hints/beos.sh
4228 ____________________________________________________________________________
4229 [  1654] By: gsar                                  on 1998/07/26  02:09:29
4230         Log: various pod tweaks
4231      Branch: maint-5.005/perl
4232            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
4233            ! pod/perltoc.pod
4234 ____________________________________________________________________________
4235 [  1653] By: gsar                                  on 1998/07/26  02:05:46
4236         Log: fix emacs/ptags for PL_* changes
4237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4238              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
4239              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
4240              Subject: [PATCH 5.004_76] Yet better ptags
4241      Branch: maint-5.005/perl
4242            ! emacs/ptags
4243 ____________________________________________________________________________
4244 [  1652] By: gsar                                  on 1998/07/26  02:03:01
4245         Log: fix behavior of <=> on bigints
4246              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4247              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
4248              Date: Fri, 24 Jul 1998 18:29:53 +0100
4249              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
4250      Branch: maint-5.005/perl
4251            ! lib/Math/BigInt.pm t/lib/bigintpm.t
4252 ____________________________________________________________________________
4253 [  1649] By: gsar                                  on 1998/07/24  03:56:56
4254         Log: create maint-5.005 branch
4255      Branch: maint-5.005/perl
4256           +> (branch 1079 files)
4257 ____________________________________________________________________________
4258 [  1648] By: gsar                                  on 1998/07/24  03:36:35
4259         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
4260      Branch: perl
4261            ! Changes
4262
4263 -------------
4264 Version 5.005           Production release
4265 -------------
4266
4267 ____________________________________________________________________________
4268 [  1647] By: gsar                                  on 1998/07/22  21:11:29
4269         Log: sneak in hints/irix_6.sh update
4270      Branch: perl
4271            ! Changes hints/irix_6.sh
4272 ____________________________________________________________________________
4273 [  1646] By: gsar                                  on 1998/07/22  21:00:44
4274         Log: Update perldelta and Changes; refresh perltoc; newer perlembed.pod
4275              from Jon Orwant <orwant@media.mit.edu>; update guts documentation
4276              to reflect PL_* changes; is this *it* for 5.005?
4277      Branch: perl
4278            ! Changes README.win32 patchlevel.h pod/perlcall.pod
4279            ! pod/perldelta.pod pod/perlembed.pod pod/perlguts.pod
4280            ! pod/perltoc.pod pod/perlxs.pod
4281 ____________________________________________________________________________
4282 [  1645] By: gsar                                  on 1998/07/22  19:37:41
4283         Log: don't use qualify() in class methods
4284              From:    Albert Dvornik <bert@genscan.com>
4285              Date:    22 Jul 1998 15:14:46 EDT
4286              Message-Id: <tqbtqhlmu1.fsf_-_@puma.genscan.com>
4287              Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator
4288      Branch: perl
4289            ! ext/IO/lib/IO/Handle.pm
4290 ____________________________________________________________________________
4291 [  1644] By: gsar                                  on 1998/07/22  18:13:31
4292         Log: newer perlembed.pod
4293      Branch: perl
4294            ! pod/perlembed.pod
4295 ____________________________________________________________________________
4296 [  1643] By: gsar                                  on 1998/07/22  18:03:42
4297         Log: From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
4298              Date:    Wed, 22 Jul 1998 13:42:20 EDT
4299              Message-Id: <Pine.SUN.3.96.980722134049.10073C-100000@newton.phys>
4300              Subject: Re: 5.005 - a sneak preview
4301      Branch: perl
4302            ! Porting/pumpkin.pod
4303 ____________________________________________________________________________
4304 [  1642] By: gsar                                  on 1998/07/22  17:58:42
4305         Log: add perlmodinstall, regen perltoc
4306      Branch: perl
4307            + pod/perlmodinstall.pod
4308            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
4309            ! pod/perltoc.pod win32/pod.mak
4310 ____________________________________________________________________________
4311 [  1641] By: gsar                                  on 1998/07/22  17:11:55
4312         Log: support optional crypt() with PERL_OBJECT
4313              From:    "Douglas Lankshear" <dougl@ActiveState.com>
4314              Date:    Wed, 22 Jul 1998 08:21:10 PDT
4315              Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active>
4316              Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT
4317      Branch: perl
4318            ! iperlsys.h pp.c win32/Makefile win32/makefile.mk
4319            ! win32/perlhost.h win32/win32.c win32/win32iop.h
4320 ____________________________________________________________________________
4321 [  1640] By: gsar                                  on 1998/07/22  17:09:11
4322         Log: win32 tweaks
4323              Date:    Wed, 22 Jul 1998 07:09:09 PDT
4324              Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active>
4325              From:    "Douglas Lankshear" <dougl@ActiveState.com>
4326      Branch: perl
4327            ! win32/Makefile win32/makefile.mk win32/win32.h
4328 ____________________________________________________________________________
4329 [  1639] By: gsar                                  on 1998/07/22  17:00:30
4330         Log: From:    d-lewart@uiuc.edu (Daniel S. Lewart)
4331              Date:    Wed, 22 Jul 1998 06:20:08 CDT
4332              Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu>
4333              Subject: [PATCH] lib/Sys/Syslog.pm doc
4334      Branch: perl
4335            ! Changes lib/Sys/Syslog.pm
4336 ____________________________________________________________________________
4337 [  1638] By: gsar                                  on 1998/07/22  09:12:26
4338         Log: up patchlevel etc (only doc patching from now on, testing in progress)
4339      Branch: perl
4340            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4341            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4342 ____________________________________________________________________________
4343 [  1637] By: gsar                                  on 1998/07/22  08:27:09
4344         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
4345              Date:    Tue, 21 Jul 1998 16:04:40 PDT
4346              Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu>
4347              Subject: [PATCH 5.004_76]Document Vax C's death for VMS
4348              --
4349              Date:    Tue, 21 Jul 1998 16:08:57 PDT
4350              Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu>
4351              Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile
4352              --
4353              Date:    Tue, 21 Jul 1998 16:05:56 PDT
4354              Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu>
4355              Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod
4356      Branch: perl
4357            ! README.vms pod/perldelta.pod vms/descrip_mms.template
4358 ____________________________________________________________________________
4359 [  1636] By: gsar                                  on 1998/07/22  08:04:37
4360         Log: fix quoting in t/io/inplace.t
4361      Branch: perl
4362            ! t/io/inplace.t
4363 ____________________________________________________________________________
4364 [  1635] By: gsar                                  on 1998/07/22  07:59:30
4365         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
4366              Date:    Tue, 21 Jul 1998 13:06:44 PDT
4367              Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu>
4368              Subject: [PATCH 5.004_76]t/io/inplace.t enabled for VMS
4369      Branch: perl
4370            ! t/io/inplace.t vms/test.com
4371 ____________________________________________________________________________
4372 [  1634] By: gsar                                  on 1998/07/22  07:55:35
4373         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
4374              Date:    Tue, 21 Jul 1998 12:42:20 PDT
4375              Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu>
4376              Subject: [PATCH 5.004_76]Fix inplace editing for VMS
4377      Branch: perl
4378            ! doio.c
4379 ____________________________________________________________________________
4380 [  1633] By: gsar                                  on 1998/07/22  07:53:53
4381         Log: fix AIX hints for PL_* changes
4382              From:    Jarkko Hietaniemi <jhi@iki.fi>
4383              Date:    Tue, 21 Jul 1998 22:53:54 +0300
4384              Message-Id: <199807211953.WAA55724@vipunen.hut.fi>
4385              Subject: Re: _76 fails to link B extension on AIX 414
4386      Branch: perl
4387            ! perl_exp.SH
4388 ____________________________________________________________________________
4389 [  1632] By: gsar                                  on 1998/07/22  07:51:56
4390         Log: From:    Anton Berezin <tobez@plab.ku.dk>
4391              Date:    Tue, 21 Jul 1998 21:46:45 +0200
4392              Message-Id: <199807211946.VAA01301@lion.plab.ku.dk>
4393              Subject: [PATCH _76] t/op/eval.t test for eval & scoping of lexicals
4394      Branch: perl
4395            ! t/op/eval.t
4396 ____________________________________________________________________________
4397 [  1631] By: gsar                                  on 1998/07/22  07:48:20
4398         Log: applied patch, with tweak suggested by Michael Parker
4399              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
4400              Date:    Tue, 21 Jul 1998 14:30:05 EDT
4401              Message-Id: <Pine.SUN.3.96.980721142928.8231Q-100000@newton.phys>
4402              Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests
4403      Branch: perl
4404            ! hints/irix_6.sh
4405 ____________________________________________________________________________
4406 [  1630] By: gsar                                  on 1998/07/22  07:40:25
4407         Log: better diagnostic on errno.t failure
4408              From:    Graham Barr <gbarr@ti.com>
4409              Date:    Tue, 21 Jul 1998 13:07:29 CDT
4410              Message-Id: <19980721130729.K4337@asic.sc.ti.com>
4411      Branch: perl
4412            ! t/lib/errno.t
4413 ____________________________________________________________________________
4414 [  1629] By: gsar                                  on 1998/07/22  07:36:38
4415         Log: win32 tweaks: disable XSLOCKS in perl.c, correct typo, search
4416              the registry for anything that begins with "PERL", not "PERL5"
4417              From:    "Douglas Lankshear" <dougl@ActiveState.com>
4418              Date:    Tue, 21 Jul 1998 11:08:00 PDT
4419              Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active>
4420      Branch: perl
4421            ! perl.c win32/perlhost.h win32/win32.c
4422 ____________________________________________________________________________
4423 [  1628] By: gsar                                  on 1998/07/22  07:28:35
4424         Log: suppress redefined warnings on C<INIT {} INIT {}>
4425      Branch: perl
4426            ! op.c
4427 ____________________________________________________________________________
4428 [  1627] By: gsar                                  on 1998/07/22  07:15:19
4429         Log: remove spurious $VERSION line that confuses CPAN
4430              From:    Johan Vromans <jvromans@squirrel.nl>
4431              Date:    Tue, 21 Jul 1998 20:01:36 +0200
4432              Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl>
4433              Subject: Re: 5.004_76 missing version numbers
4434      Branch: perl
4435            ! lib/Getopt/Long.pm
4436 ____________________________________________________________________________
4437 [  1626] By: gsar                                  on 1998/07/22  06:57:56
4438         Log: From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
4439              Date:    Tue, 21 Jul 1998 10:20:13 EDT
4440              Message-Id: <Pine.SUN.3.96.980721101922.8078A-100000@newton.phys>
4441              Subject: [PATCH] Porting/config* updates for 5.005
4442      Branch: perl
4443            ! Changes Porting/config.sh Porting/config_H
4444 ____________________________________________________________________________
4445 [  1625] By: gsar                                  on 1998/07/22  06:46:38
4446         Log: add a few more globals with old names #defined
4447      Branch: perl
4448            ! embed.pl embedvar.h
4449 ____________________________________________________________________________
4450 [  1624] By: gsar                                  on 1998/07/22  06:39:22
4451         Log: allow extensions to be specified as paths 
4452              From:    Paul Johnson <pjcj@transeda.com>
4453              Date:    Tue, 21 Jul 1998 12:04:27 BST
4454              Message-Id: <19980721120427.F903@west-tip.transeda.com>
4455              Subject: [PATCH] 5.004_75 Embed and static extensions
4456      Branch: perl
4457            ! lib/ExtUtils/Embed.pm
4458 ____________________________________________________________________________
4459 [  1623] By: gsar                                  on 1998/07/22  06:12:50
4460         Log: make $ prototype to accept THREADSVs
4461      Branch: perl
4462            ! op.c
4463 ____________________________________________________________________________
4464 [  1622] By: gsar                                  on 1998/07/22  06:04:25
4465         Log: fix Liblist.pm to find entries that are plain pathnames on win32
4466      Branch: perl
4467            ! lib/ExtUtils/Liblist.pm
4468 ____________________________________________________________________________
4469 [  1621] By: gsar                                  on 1998/07/22  05:10:53
4470         Log: perlfaq update from From Tom Christiansen and Nathan Torkington
4471              (removes all mention of training courses from perlfaq*.pod)
4472      Branch: perl
4473            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
4474            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
4475            ! pod/perlfaq8.pod pod/perlfaq9.pod
4476 ____________________________________________________________________________
4477 [  1620] By: gsar                                  on 1998/07/22  02:51:13
4478         Log: applied patch, modulo parts already added to perldelta
4479              From:    Stephen McCamant <alias@mcs.com>
4480              Date:    Tue, 21 Jul 1998 17:06:23 CDT
4481              Message-Id: <13749.3106.995764.413053@alias-2.pr.mcs.net>
4482              Subject: [PATCH] Re: Beta2 is available
4483      Branch: perl
4484            ! pod/perldelta.pod
4485 ____________________________________________________________________________
4486 [  1619] By: gsar                                  on 1998/07/22  02:45:55
4487         Log: applied patch, add new message to perldeta
4488              From:    Stephen McCamant <alias@mcs.com>
4489              Date:    Tue, 21 Jul 1998 16:12:25 CDT
4490              Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net>
4491              Subject: [PATCH] Band-aid patch for local($avhv->{a})
4492      Branch: perl
4493            ! pod/perldelta.pod pod/perldiag.pod pp.c pp_hot.c
4494 ____________________________________________________________________________
4495 [  1618] By: gsar                                  on 1998/07/22  02:08:00
4496         Log: fix up B modules for PL_* changes
4497      Branch: perl
4498            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4499 ____________________________________________________________________________
4500 [  1617] By: gsar                                  on 1998/07/22  01:42:14
4501         Log: From:    Malcolm Beattie <mbeattie@sable.ox.ac.uk>
4502              Date:    Tue, 21 Jul 1998 18:13:16 BST
4503              Message-Id: <199807211713.SAA20735@sable.ox.ac.uk>
4504              Subject: Compiler docs for 5.005
4505      Branch: perl
4506            ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
4507            ! ext/B/O.pm
4508 ____________________________________________________________________________
4509 [  1616] By: gsar                                  on 1998/07/22  01:29:09
4510         Log: s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive
4511              names
4512      Branch: perl
4513            ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym
4514            ! intrpvar.h
4515 ____________________________________________________________________________
4516 [  1615] By: nick                                  on 1998/07/21  22:26:34
4517         Log: Mingw32 PERL_OBJECT tweaks
4518      Branch: perl
4519            ! ext/Fcntl/Fcntl.xs ext/IO/IO.xs ext/POSIX/POSIX.xs
4520 ____________________________________________________________________________
4521 [  1614] By: gsar                                  on 1998/07/21  19:43:32
4522         Log: fix off-by-one in change#623 that broke lexical lookups in eval''
4523      Branch: perl
4524            ! pp_ctl.c
4525
4526 ----------------
4527 Version 5.004_76        5.005 Public Beta, Issue 2
4528 ----------------
4529
4530 ____________________________________________________________________________
4531 [  1613] By: gsar                                  on 1998/07/21  10:26:01
4532         Log: final tweaks before beta2
4533      Branch: perl
4534            + Porting/findvars
4535           +> Porting/fixvars
4536            - fixvars
4537            ! Changes MANIFEST intrpvar.h iperlsys.h
4538            ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h
4539 ____________________________________________________________________________
4540 [  1612] By: gsar                                  on 1998/07/21  07:15:54
4541         Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
4542      Branch: perl
4543            ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl
4544            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
4545            ! win32/win32sck.c
4546 ____________________________________________________________________________
4547 [  1611] By: gsar                                  on 1998/07/21  07:12:00
4548         Log: fix bytecode.pl with moved var names
4549      Branch: perl
4550            ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
4551 ____________________________________________________________________________
4552 [  1610] By: gsar                                  on 1998/07/21  05:51:10
4553         Log: tweak toke.c
4554      Branch: perl
4555            ! toke.c
4556 ____________________________________________________________________________
4557 [  1609] By: gsar                                  on 1998/07/21  05:46:59
4558         Log: change case of PERL_OBJECT filenames, consistent with the rest
4559      Branch: perl
4560            + XSlock.h objXSUB.h
4561            - ObjXSub.h XSLock.h
4562            ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h
4563            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4564 ____________________________________________________________________________
4565 [  1608] By: gsar                                  on 1998/07/21  05:31:13
4566         Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)
4567      Branch: perl
4568            ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h
4569 ____________________________________________________________________________
4570 [  1607] By: gsar                                  on 1998/07/21  05:29:10
4571         Log: part 1 of PERL_OBJECT fixes for new var names
4572      Branch: perl
4573            ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c
4574            ! run.c win32/GenCAPI.pl
4575 ____________________________________________________________________________
4576 [  1606] By: gsar                                  on 1998/07/21  05:17:26
4577         Log: From:    Stephen McCamant <alias@mcs.com>
4578              Date:    Mon, 20 Jul 1998 23:53:32 CDT
4579              Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net>
4580              Subject: [PATCH] redundant RV2GVs in ck_fun()
4581      Branch: perl
4582            ! op.c
4583 ____________________________________________________________________________
4584 [  1605] By: gsar                                  on 1998/07/21  05:13:28
4585         Log: From:    Stephen McCamant <alias@mcs.com>
4586              Date:    Mon, 20 Jul 1998 23:32:42 CDT
4587              Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
4588              Subject: B::Deparse 0.56 (first testsuite fixes; big)
4589      Branch: perl
4590            ! ext/B/B/Deparse.pm
4591 ____________________________________________________________________________
4592 [  1604] By: gsar                                  on 1998/07/21  05:07:29
4593         Log: applied a slightly tweaked version of suggested patch
4594              From: Colin Kuskie <ckuskie@cadence.com>
4595              Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT)
4596              Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com>
4597              Subject: [PATCH _75] More documentation for -i prefix
4598      Branch: perl
4599            ! pod/perlrun.pod
4600 ____________________________________________________________________________
4601 [  1603] By: gsar                                  on 1998/07/21  04:59:19
4602         Log: disable malloced_size() feedback with -DLEAKTEST
4603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4604              Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT)
4605              Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu>
4606              Subject: [PATCH 5.004_75] -DLEAKTEST broken
4607      Branch: perl
4608            ! av.c sv.c
4609 ____________________________________________________________________________
4610 [  1602] By: gsar                                  on 1998/07/21  04:57:43
4611         Log: fix hints/hpux.sh for cpp recognition
4612              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4613              Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT)
4614              Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
4615              Subject: RE: Configure misses preprocessor on HP-UX
4616      Branch: perl
4617            ! hints/hpux.sh
4618 ____________________________________________________________________________
4619 [  1601] By: gsar                                  on 1998/07/21  04:55:51
4620         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4621              Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT)
4622              Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu>
4623              Subject: [PATCH 5.004_72] Compile (?{}) into a correct package
4624      Branch: perl
4625            ! pp_ctl.c t/op/pat.t
4626 ____________________________________________________________________________
4627 [  1600] By: gsar                                  on 1998/07/21  04:48:32
4628         Log: allocate a whole fd_set for pp_sselect() on more platforms
4629              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4630              Date: 20 Jul 1998 00:14:18 +0300
4631              Message-ID: <oeen2a5y251.fsf@alpha.hut.fi>
4632              Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
4633      Branch: perl
4634            ! pp_sys.c
4635 ____________________________________________________________________________
4636 [  1599] By: gsar                                  on 1998/07/21  04:44:04
4637         Log: add tests to check if context propagation works
4638              From: Francois Desarmenien <desar@club-internet.fr>
4639              Date: Sun, 19 Jul 1998 12:28:33 +0200
4640              Message-ID: <35B1CA51.A606AD27@club-internet.fr>
4641              Subject: Re: m//g strange behaviour in 5.004
4642      Branch: perl
4643            + t/op/context.t
4644            ! MANIFEST
4645 ____________________________________________________________________________
4646 [  1598] By: gsar                                  on 1998/07/21  04:37:49
4647         Log: applied RE doc patches, with tweaks to the prose
4648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4649              Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT)
4650              Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu>
4651              Subject: [PATCH 5.004_72] Document irregular zero-length matches
4652              --
4653              Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT)
4654              Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu>
4655              Subject: [PATCH 5.004_72] Another irregularity of expressions documented
4656      Branch: perl
4657            ! pod/perlre.pod
4658 ____________________________________________________________________________
4659 [  1597] By: gsar                                  on 1998/07/21  04:16:51
4660         Log: pod tweak suggested by Ilya
4661      Branch: perl
4662            ! pod/perlfunc.pod
4663 ____________________________________________________________________________
4664 [  1596] By: gsar                                  on 1998/07/21  04:12:39
4665         Log: enable color output with -Mre=debugcolor with -DDEBUGGING
4666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4667              Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT)
4668              Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu>
4669              Subject: [PATCH 5.004_72] Better -Mre=colordb
4670      Branch: perl
4671            ! ext/re/re.xs
4672 ____________________________________________________________________________
4673 [  1595] By: gsar                                  on 1998/07/21  04:07:44
4674         Log: From: "John L. Allen" <allen@grumman.com>
4675              Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT)
4676              Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com>
4677              Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags
4678      Branch: perl
4679            ! utils/perlbug.PL
4680 ____________________________________________________________________________
4681 [  1594] By: gsar                                  on 1998/07/21  04:06:06
4682         Log: don't use SelectSaver on IO::Handle->input_*() methods
4683              From: Robin Barker <rmb1@cise.npl.co.uk>
4684              Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST)
4685              Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk>
4686              Subject: Re: Bug in IO::Handle->input_record_separator
4687      Branch: perl
4688            ! ext/IO/lib/IO/Handle.pm
4689 ____________________________________________________________________________
4690 [  1593] By: gsar                                  on 1998/07/21  04:03:46
4691         Log: applied a tweaked version of suggested patch
4692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4693              Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT)
4694              Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu>
4695              Subject: [PATCH 5.004_72] Enable/document colors in re.pm
4696      Branch: perl
4697            ! ext/re/re.pm
4698 ____________________________________________________________________________
4699 [  1592] By: gsar                                  on 1998/07/21  03:49:55
4700         Log: remove compat3.sym and rename perld4.pod
4701      Branch: perl
4702           +> pod/perl5004delta.pod
4703            - compat3.sym pod/perld4.pod
4704            ! MANIFEST
4705 ____________________________________________________________________________
4706 [  1591] By: gsar                                  on 1998/07/21  03:38:16
4707         Log: update patchlevel, Changes
4708      Branch: perl
4709            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4710            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4711 ____________________________________________________________________________
4712 [  1590] By: gsar                                  on 1998/07/21  03:06:04
4713         Log: documentation tweaks from Abigail <abigail@fnx.com>
4714              Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
4715              Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
4716              Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
4717              --
4718              Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
4719              Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
4720              Subject: [PATCH 5.00475] pod/perlguts.pod
4721              --
4722              Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
4723              Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
4724              Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
4725              --
4726              Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
4727              Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
4728              Subject: [PATCH, 5.00475], pod/perlsub.pod
4729              --
4730              Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
4731              Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
4732              Subject: [PATCH 5.00475] pod/perlfunc.pod
4733      Branch: perl
4734            ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod
4735            ! pod/perlsyn.pod
4736 ____________________________________________________________________________
4737 [  1589] By: gsar                                  on 1998/07/21  02:44:25
4738         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
4739              Date: Wed, 15 Jul 1998 09:38:12 -0700
4740              Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu>
4741              Subject: [PATCH 5.005-beta1]Quick VMS config update
4742              --
4743              Date: Wed, 15 Jul 1998 12:53:52 -0700
4744              Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu>
4745              Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!)
4746              --
4747              Date: Thu, 16 Jul 1998 11:15:44 -0700
4748              Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu>
4749              Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler
4750              --
4751              Date: Thu, 16 Jul 1998 11:21:55 -0700
4752              Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu>
4753              Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS
4754              --
4755              Date: Thu, 16 Jul 1998 11:25:04 -0700
4756              Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu>
4757              Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older
4758              --
4759              Date: Fri, 17 Jul 1998 15:29:13 -0700
4760              Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu>
4761              Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure
4762              --
4763              Date: Mon, 20 Jul 1998 10:20:49 -0700
4764              Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu>
4765              Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build
4766              --
4767              Date: Mon, 20 Jul 1998 10:13:03 -0700
4768              Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu>
4769              Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process
4770              --
4771              From: Brad Hughes <brad@tgsmc.com>
4772              Date: Mon, 20 Jul 1998 15:51:22 -0700
4773              Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu>
4774              Subject: patch for readme.vms
4775      Branch: perl
4776            ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template
4777            ! vms/gen_shrfls.pl vms/subconfigure.com
4778 ____________________________________________________________________________
4779 [  1588] By: gsar                                  on 1998/07/21  01:26:20
4780         Log: change#1481 didn't go through at all, redo it
4781      Branch: perl
4782            ! t/base/rs.t
4783 ____________________________________________________________________________
4784 [  1587] By: gsar                                  on 1998/07/21  01:21:41
4785         Log: workaround C<"foo" "bar"> catenation-intolerant compilers
4786      Branch: perl
4787            ! regexec.c toke.c
4788 ____________________________________________________________________________
4789 [  1586] By: gsar                                  on 1998/07/21  01:05:49
4790         Log: do not override PERL_DESTRUCT_LEVEL if use has it set
4791      Branch: perl
4792            ! t/TEST
4793 ____________________________________________________________________________
4794 [  1585] By: gsar                                  on 1998/07/21  00:39:17
4795         Log: fix small memory leak when mess_sv happens to be touched by magic
4796      Branch: perl
4797            ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
4798 ____________________________________________________________________________
4799 [  1584] By: gsar                                  on 1998/07/21  00:37:32
4800         Log: fix memory leak in C<local(*foo) = 'bar'>
4801      Branch: perl
4802            ! scope.c
4803 ____________________________________________________________________________
4804 [  1583] By: TimBunce                              on 1998/07/20  22:14:11
4805         Log: Update Changes and patchlevel.h for release. At last.
4806      Branch: maint-5.004/perl
4807            ! Changes patchlevel.h
4808 ____________________________________________________________________________
4809 [  1582] By: gsar                                  on 1998/07/20  21:28:43
4810         Log: add rsfp_filters and perldb to pollutants list
4811      Branch: perl
4812            ! embed.pl
4813 ____________________________________________________________________________
4814 [  1581] By: nick                                  on 1998/07/20  19:22:37
4815         Log: Integrate mainline pre-beta2 - just in case 
4816      Branch: ansiperl
4817           !> (integrate 66 files)
4818 ____________________________________________________________________________
4819 [  1580] By: TimBunce                              on 1998/07/20  17:16:38
4820         Log: Assorted patches:
4821              
4822              Title:  "Clean up hash array allocation"
4823              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4824              Msg-ID:  <199807201052.GAA13336@aatma.engin.umich.edu>
4825              Files:  hv.c
4826              
4827              Title:  "Further fixes for cppstdin on HP-UX 11"
4828              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4829              Msg-ID:  <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
4830              Files:  hints/hpux.sh
4831      Branch: maint-5.004/perl
4832            ! hints/hpux.sh hv.c
4833 ____________________________________________________________________________
4834 [  1579] By: TimBunce                              on 1998/07/20  09:46:14
4835         Log: Assorted patches:
4836              
4837              Title:  "Fix C<$1 .. $2> coredump under debugger"
4838              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4839              Msg-ID:  <199807200042.UAA23288@aatma.engin.umich.edu>
4840              Files:  pp_ctl.c
4841              
4842              Title:  "Fix lvalue leaks stemming from failure to free LvTARG(sv)"
4843              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4844              Msg-ID:  <199807191829.OAA12433@aatma.engin.umich.edu>
4845              Files:  embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t
4846              
4847              Title:  "fix major bug (from 5.003_96); void contexts were using the context
4848              of the enclosing sub!"
4849              From:  Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy
4850              <gsar@engin.umich.edu>
4851              Msg-ID:  <199807180927.FAA08032@aatma.engin.umich.edu>,
4852              <35B1CA51.A606AD27@club-internet.fr>
4853              Files:  op.h
4854              
4855              Title:  "Update lib/Getopt/Long.pm (from perl5.005 beta 1)"
4856              From:  Johan Vromans <jvromans@squirrel.nl>
4857              Msg-ID:  <13745.47704.943964.34613@phoenix.squirrel.nl>
4858              Files:  lib/Getopt/Long.pm
4859              
4860              Title:  "Add Porting/p4d2p utility for converting perforce diffs"
4861              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4862              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>
4863              Files:  MANIFEST Porting/p4d2p
4864      Branch: maint-5.004/perl
4865            + Porting/p4d2p
4866            ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h
4867            ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t
4868 ____________________________________________________________________________
4869 [  1578] By: gsar                                  on 1998/07/20  09:38:39
4870         Log: complete s/foo/PL_foo/ changes (all escaped cases identified with
4871              brute force search script).  Result builds and passes all tests on
4872              Solaris.  win32 and PERL_OBJECT are still untested.
4873      Branch: perl
4874            ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h
4875            ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm
4876            ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap
4877            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs
4878            ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs
4879            ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap
4880            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap
4881            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap
4882            ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c
4883            ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs
4884            ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c
4885            ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
4886            ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c
4887            ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs
4888            ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c
4889 ____________________________________________________________________________
4890 [  1577] By: TimBunce                              on 1998/07/20  08:28:17
4891         Log: Title:  "Make failed matches return empty list in list context"
4892              From:  "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy
4893              <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au>
4894              Msg-ID:  <199807200002.UAA21398@aatma.engin.umich.edu>,
4895              <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>,
4896              <35B156FB.504E66E@aaii.oz.au>
4897              Files:  pod/perlop.pod pp_hot.c t/op/pat.t
4898      Branch: maint-5.004/perl
4899            ! pod/perlop.pod pp_hot.c t/op/pat.t
4900 ____________________________________________________________________________
4901 [  1576] By: TimBunce                              on 1998/07/20  08:11:37
4902         Log: Title:  "win32 update from 5.005 beta 2 for 5.004_05"
4903              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4904              Msg-ID:  <199807192332.TAA20905@aatma.engin.umich.edu>
4905              Files:  win32/include/dirent.h win32/include/sys/socket.h proto.h
4906              lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4907              win32/win32.h win32/win32iop.h README.win32 installperl
4908              pp_ctl.c win32/Makefile win32/config.bc win32/config.vc
4909              win32/config_H.bc win32/config_H.vc win32/config_h.PL
4910              win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl
4911              win32/makefile.mk win32/pod.mak win32/win32.c
4912              win32/win32sck.c win32/bin/pl2bat.pl
4913      Branch: maint-5.004/perl
4914            ! README.win32 installperl lib/ExtUtils/Liblist.pm
4915            ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile
4916            ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc
4917            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
4918            ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h
4919            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
4920            ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h
4921            ! win32/win32sck.c
4922 ____________________________________________________________________________
4923 [  1575] By: gsar                                  on 1998/07/20  01:27:14
4924         Log: integrate ansi branch to get s/foo/PL_foo/ changes
4925      Branch: perl
4926           +> fixvars
4927           !> (integrate 537 files)
4928 ____________________________________________________________________________
4929 [  1574] By: gsar                                  on 1998/07/20  00:33:43
4930         Log: fix C<$1 .. $2> coredump under debugger
4931      Branch: perl
4932            ! pp_ctl.c
4933 ____________________________________________________________________________
4934 [  1573] By: gsar                                  on 1998/07/20  00:28:27
4935         Log: misc win32 config tweaks
4936      Branch: perl
4937            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4938            ! win32/config_h.PL win32/makefile.mk
4939 ____________________________________________________________________________
4940 [  1572] By: nick                                  on 1998/07/19  19:04:58
4941         Log: Missed file that had changed
4942      Branch: ansiperl
4943            ! embedvar.h
4944 ____________________________________________________________________________
4945 [  1571] By: nick                                  on 1998/07/19  18:57:35
4946         Log: Another threaded, perl malloc issue, x2p's Makefile.SH  has a 
4947              pattern match...
4948      Branch: ansiperl
4949            ! x2p/Makefile.SH
4950 ____________________________________________________________________________
4951 [  1570] By: nick                                  on 1998/07/19  18:16:20
4952         Log: Drat! - threaded perl-malloc has mutex that needs PL_
4953      Branch: ansiperl
4954            ! malloc.c perl.h
4955 ____________________________________________________________________________
4956 [  1569] By: nick                                  on 1998/07/19  17:55:22
4957         Log: PL_ for perl's malloc
4958      Branch: ansiperl
4959            ! hv.c malloc.c
4960 ____________________________________________________________________________
4961 [  1568] By: nick                                  on 1998/07/19  16:23:30
4962         Log: PL_ minir tidy up
4963      Branch: ansiperl
4964            ! embed.pl ext/Thread/Thread.xs util.c
4965 ____________________________________________________________________________
4966 [  1567] By: nick                                  on 1998/07/19  13:21:07
4967         Log: Add PL_ to merged file
4968      Branch: ansiperl
4969            ! pp_hot.c
4970 ____________________________________________________________________________
4971 [  1566] By: nick                                  on 1998/07/19  12:38:30
4972         Log: Merge Mainline
4973      Branch: ansiperl
4974            + fixvars
4975           !> (integrate 29 files)
4976 ____________________________________________________________________________
4977 [  1565] By: gsar                                  on 1998/07/19  07:06:54
4978         Log: tweak pod in MakeMaker.pm
4979              From: Paul Johnson <pjcj@transeda.com>
4980              Date: Sat, 18 Jul 1998 15:58:48 +0100
4981              Message-ID: <19980718155847.D903@west-tip.transeda.com>
4982              Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm
4983      Branch: perl
4984            ! lib/ExtUtils/MakeMaker.pm
4985 ____________________________________________________________________________
4986 [  1564] By: gsar                                  on 1998/07/19  07:04:45
4987         Log: From: Gisle Aas <gisle@aas.no>
4988              Date: 17 Jul 1998 22:49:32 +0200
4989              Message-ID: <m390lsb3tv.fsf@furu.g.aas.no>
4990              Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records
4991      Branch: perl
4992            ! sv.c
4993 ____________________________________________________________________________
4994 [  1563] By: gsar                                  on 1998/07/19  07:03:32
4995         Log: update freebsd hints
4996              From: Mik Firestone <fireston@lexmark.com>
4997              Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT)
4998              Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
4999              Subject: [PATCH 5.005b1] hints/freebsd.sh
5000      Branch: perl
5001            ! hints/freebsd.sh
5002 ____________________________________________________________________________
5003 [  1562] By: gsar                                  on 1998/07/19  07:01:33
5004         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5005              Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT)
5006              Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
5007              Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks
5008      Branch: perl
5009            ! README.mpeix hints/mpeix.sh
5010 ____________________________________________________________________________
5011 [  1561] By: gsar                                  on 1998/07/19  07:00:19
5012         Log: From: Norton Allen <allen@huarp.harvard.edu>
5013              Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt)
5014              Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
5015              Subject: [PATCH: 75] make install fails
5016      Branch: perl
5017            ! Makefile.SH
5018 ____________________________________________________________________________
5019 [  1560] By: gsar                                  on 1998/07/19  06:58:55
5020         Log: fix flawed substitution-loop detection on zero-length matches
5021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5022              Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT)
5023              Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu>
5024              Subject: [PATCH 5.004_72] Substitution loop in devel branch
5025      Branch: perl
5026            ! pp_hot.c t/op/subst.t
5027 ____________________________________________________________________________
5028 [  1559] By: gsar                                  on 1998/07/19  06:56:19
5029         Log: add perltrap entry about "${#a}", as suggested by
5030              andy barfoot <abarfoot@eng.auburn.edu>
5031      Branch: perl
5032            ! pod/perltrap.pod
5033 ____________________________________________________________________________
5034 [  1558] By: gsar                                  on 1998/07/19  06:43:53
5035         Log: From: Anton Berezin <tobez@plab.ku.dk>
5036              Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST)
5037              Message-Id: <199807170949.LAA18099@lion.plab.ku.dk>
5038              Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket
5039      Branch: perl
5040            ! pod/perlcall.pod
5041 ____________________________________________________________________________
5042 [  1557] By: gsar                                  on 1998/07/19  06:40:33
5043         Log: From: "Art Green" <Art_Green@mercmarine.com>
5044              Date: Thu, 16 Jul 1998 21:37:05 -0500
5045              Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com>
5046              Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library
5047      Branch: perl
5048            ! hints/aix.sh
5049 ____________________________________________________________________________
5050 [  1556] By: gsar                                  on 1998/07/19  06:38:17
5051         Log: update README.threads
5052              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5053              Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT)
5054              Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys>
5055              Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads
5056      Branch: perl
5057            ! README.threads
5058 ____________________________________________________________________________
5059 [  1555] By: gsar                                  on 1998/07/19  06:36:32
5060         Log: From: Scott Henry <scotth@sgi.com>
5061              Date: 15 Jul 1998 20:23:02 -0700
5062              Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
5063              Subject: [PATCH 5.005-beta1] update hints/irix_6.sh
5064      Branch: perl
5065            ! hints/irix_6.sh
5066 ____________________________________________________________________________
5067 [  1554] By: gsar                                  on 1998/07/19  06:35:10
5068         Log: From: Spider Boardman <spider@web.zk3.dec.com>
5069              Date: Wed, 15 Jul 1998 16:56:48 -0400
5070              Message-Id: <199807152056.QAA369057@web.zk3.dec.com>
5071              Subject: [PATCH _75] dec_osf hints still wrong
5072      Branch: perl
5073            ! hints/dec_osf.sh
5074 ____________________________________________________________________________
5075 [  1553] By: gsar                                  on 1998/07/19  06:33:29
5076         Log: tweak hpux hints in vain attempt to get cppstdin set properly
5077              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5078              Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT)
5079              Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93
5080              Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
5081              --
5082              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5083              Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT)
5084              Subject: Re: Configure misses preprocessor on HP-UX
5085              Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
5086      Branch: perl
5087            ! hints/hpux.sh
5088 ____________________________________________________________________________
5089 [  1552] By: gsar                                  on 1998/07/19  06:26:24
5090         Log: From: Tye McQueen <tye@metronet.com>
5091              Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT)
5092              Message-Id: <199807151846.AA12653@metronet.com>
5093              Subject: Minor debugger fix
5094      Branch: perl
5095            ! lib/perl5db.pl
5096 ____________________________________________________________________________
5097 [  1551] By: gsar                                  on 1998/07/19  06:25:05
5098         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5099              Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT)
5100              Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys>
5101              Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch
5102      Branch: perl
5103            ! INSTALL pp.c
5104 ____________________________________________________________________________
5105 [  1550] By: gsar                                  on 1998/07/19  06:23:10
5106         Log: minor re.pm cleanup
5107              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5108              Date: Wed, 15 Jul 1998 12:41:14 +0100
5109              Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk>
5110              Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl
5111      Branch: perl
5112            ! ext/re/re.pm pod/perldiag.pod
5113 ____________________________________________________________________________
5114 [  1549] By: gsar                                  on 1998/07/19  06:20:49
5115         Log: export additional symbols on OS/2
5116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5117              Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT)
5118              Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu>
5119              Subject: [PATCH 5.004_72] Export more symbols from Perl DLL
5120      Branch: perl
5121            ! os2/os2.sym
5122 ____________________________________________________________________________
5123 [  1548] By: gsar                                  on 1998/07/19  06:18:58
5124         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5125              Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT)
5126              Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu>
5127              Subject: [PATCH 5.004_72] Minor improvements to perlcc
5128      Branch: perl
5129            ! utils/perlcc.PL
5130 ____________________________________________________________________________
5131 [  1547] By: gsar                                  on 1998/07/19  06:17:22
5132         Log: applied slightly tweaked version of patch
5133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5134              Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT)
5135              Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu>
5136              Subject: [PATCH 5.004_72] Updated patch to Test::Harness
5137      Branch: perl
5138            ! lib/Test/Harness.pm
5139 ____________________________________________________________________________
5140 [  1546] By: gsar                                  on 1998/07/19  06:11:03
5141         Log: improve 'frame' handling in debugger
5142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5143              Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT)
5144              Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu>
5145              Subject: [PATCH 5.004_72] Better debugger trace
5146      Branch: perl
5147            ! lib/perl5db.pl
5148 ____________________________________________________________________________
5149 [  1545] By: gsar                                  on 1998/07/19  06:07:51
5150         Log: fix and test handling of literal newlines in heredocs
5151              From: Gisle Aas <gisle@aas.no>
5152              Date: 17 Jul 1998 14:58:25 +0200
5153              Message-ID: <m3iukw63da.fsf@furu.g.aas.no>
5154              Subject: Re: [PATCH _71] CRs et al
5155              --
5156              From: larry@wall.org (Larry Wall)
5157              Date: Fri, 17 Jul 1998 09:32:35 -0700
5158              Message-Id: <199807171632.JAA12959@wall.org>
5159              Subject: Re: [PATCH _71] CRs et al
5160      Branch: perl
5161            ! t/comp/multiline.t toke.c
5162 ____________________________________________________________________________
5163 [  1544] By: gsar                                  on 1998/07/19  06:00:12
5164         Log: remove possibly unwritable lib/re.pm before overwrite
5165              From: larry@wall.org (Larry Wall)
5166              Date: Wed, 15 Jul 1998 14:26:03 -0700
5167              Message-Id: <199807152126.OAA04623@wall.org>
5168              Subject: Re: bug encountered building perl5.005beta1
5169      Branch: perl
5170            ! Makefile.SH
5171 ____________________________________________________________________________
5172 [  1543] By: gsar                                  on 1998/07/19  05:56:18
5173         Log: unsubmitted Changes tweak
5174      Branch: perl
5175            ! Changes cygwin32/ld2
5176 ____________________________________________________________________________
5177 [  1542] By: gsar                                  on 1998/07/19  01:21:22
5178         Log: make failed matches return empty list in list context
5179      Branch: perl
5180            ! pod/perlop.pod pp_hot.c t/op/pat.t
5181 ____________________________________________________________________________
5182 [  1541] By: gsar                                  on 1998/07/18  22:27:59
5183         Log: remove obsolete perltrap about m//g's pos() reset behavior
5184      Branch: perl
5185            ! pod/perltrap.pod
5186 ____________________________________________________________________________
5187 [  1540] By: nick                                  on 1998/07/18  22:16:26
5188         Log: PL_ stuff passes non-threaded on Mingw32
5189              (Why did it compile without this fix?)
5190      Branch: ansiperl
5191            ! pp_sys.c
5192 ____________________________________________________________________________
5193 [  1539] By: TimBunce                              on 1998/07/18  22:04:58
5194         Log: Assorted patches:
5195              
5196              Title:  "Minor fixes to MakeMaker docs re ExtUtils::Embed"
5197              From:  Paul Johnson <pjcj@transeda.com>
5198              Msg-ID:  <19980718155847.D903@west-tip.transeda.com>
5199              Files:  lib/ExtUtils/MakeMaker.pm
5200              
5201              Title:  "Update t/op/array.t (from 5.005 beta 1)"
5202              Files:  t/op/array.t
5203      Branch: maint-5.004/perl
5204            ! lib/ExtUtils/MakeMaker.pm t/op/array.t
5205 ____________________________________________________________________________
5206 [  1538] By: TimBunce                              on 1998/07/18  21:57:50
5207         Log: Title:  "Remove flawed '// with parens or $&' performance patch (Change 662)"
5208              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>,
5209              larry@wall.org (Larry Wall)
5210              Msg-ID:  <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>,
5211              <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk>
5212              Files:  cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c
5213              pp_ctl.c pp_hot.c regexec.c scope.c
5214      Branch: maint-5.004/perl
5215            ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c
5216            ! pp_hot.c proto.h regexec.c regexp.h scope.c
5217 ____________________________________________________________________________
5218 [  1537] By: nick                                  on 1998/07/18  20:56:58
5219         Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags
5220      Branch: ansiperl
5221            ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c
5222            ! win32/win32.c win32/win32.h
5223 ____________________________________________________________________________
5224 [  1536] By: nick                                  on 1998/07/18  20:50:26
5225         Log: Merge latest mainline
5226      Branch: ansiperl
5227            ! patchlevel.h
5228           !> ext/Thread/Thread.xs op.h util.c
5229 ____________________________________________________________________________
5230 [  1535] By: nick                                  on 1998/07/18  16:45:29
5231         Log: Edited "behind my back" ...
5232      Branch: ansiperl
5233            ! vms/perly_c.vms
5234 ____________________________________________________________________________
5235 [  1534] By: nick                                  on 1998/07/18  16:38:27
5236         Log: PL_ stuff for threads
5237      Branch: ansiperl
5238            ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h
5239            ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c
5240            ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h
5241            ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h
5242            ! thread.h toke.c util.c win32/perllib.c
5243 ____________________________________________________________________________
5244 [  1533] By: nick                                  on 1998/07/18  14:30:54
5245         Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC
5246              (still with PERL_GLOBAL_STRUCT) - to cover more #if branches
5247      Branch: ansiperl
5248            ! embed.pl intrpvar.h perl.c toke.c
5249 ____________________________________________________________________________
5250 [  1532] By: nick                                  on 1998/07/18  13:53:03
5251         Log: PL_ prefix to all perlvars, part1
5252              Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
5253      Branch: ansiperl
5254            ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c
5255            ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
5256            ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs
5257            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs
5258            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs
5259            ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap
5260            ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h
5261            ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
5262            ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c
5263            ! thrdvar.h toke.c universal.c util.c
5264 ____________________________________________________________________________
5265 [  1531] By: gsar                                  on 1998/07/18  08:48:13
5266         Log: fix yet another USE_THREADS leak due to failure to free stacks
5267      Branch: perl
5268            ! ext/Thread/Thread.xs util.c
5269 ____________________________________________________________________________
5270 [  1530] By: gsar                                  on 1998/07/18  08:46:58
5271         Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were
5272              using the context of the enclosing sub!
5273      Branch: perl
5274            ! op.h
5275 ____________________________________________________________________________
5276 [  1529] By: nick                                  on 1998/07/18  08:18:03
5277         Log: Integrate post-beta tweaks to ansiperl
5278      Branch: ansiperl
5279           !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c
5280           !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t
5281           !> t/op/vec.t toke.c util.c
5282 ____________________________________________________________________________
5283 [  1528] By: gsar                                  on 1998/07/18  04:23:12
5284         Log: fix lvalue leaks stemming from failure to free LvTARG(sv)
5285      Branch: perl
5286            ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c
5287            ! t/op/substr.t t/op/vec.t
5288 ____________________________________________________________________________
5289 [  1527] By: gsar                                  on 1998/07/18  02:16:40
5290         Log: check ferror() only if read() returned 0
5291      Branch: perl
5292            ! pp_sys.c
5293 ____________________________________________________________________________
5294 [  1526] By: gsar                                  on 1998/07/18  02:08:01
5295         Log: fix another CvMUTEXP() leak
5296      Branch: perl
5297            ! gv.c
5298 ____________________________________________________________________________
5299 [  1525] By: TimBunce                              on 1998/07/18  01:51:52
5300         Log: Assorted patches:
5301              
5302              Title:  "Fix @a=@a=qw(...) properly"
5303              From:  Stephen McCamant <alias@mcs.com>
5304              Msg-ID:  <13742.49404.367751.437966@alias-2.pr.mcs.net>
5305              Files:  opcode.h
5306              
5307              Title:  "Larry's patch to support CR LF in scripts (updated)"
5308              From:  Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall)
5309              Msg-ID:  <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no>
5310              Files:  t/comp/multiline.t toke.c
5311              
5312              Title:  "Change getc() docs to match behaviour. Make read() return undef on
5313              error."
5314              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5315              Msg-ID:  <199807052257.SAA10004@aatma.engin.umich.edu>
5316              Files:  pod/perlfunc.pod pp_sys.c
5317              
5318              Title:  "Update patchls utility"
5319              Files:  Porting/patchls
5320      Branch: maint-5.004/perl
5321            ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c
5322            ! t/comp/multiline.t toke.c
5323 ____________________________________________________________________________
5324 [  1524] By: gsar                                  on 1998/07/18  01:22:35
5325         Log: fix CvMUTEXP() leaks with -Dusethreads
5326      Branch: perl
5327            ! op.c toke.c
5328 ____________________________________________________________________________
5329 [  1523] By: gsar                                  on 1998/07/18  01:17:28
5330         Log: fix $/ init for multiple interpreters/threads
5331      Branch: perl
5332            ! ext/Thread/Thread.xs perl.c util.c
5333 ____________________________________________________________________________
5334 [  1522] By: gsar                                  on 1998/07/18  01:11:07
5335         Log: fix missing init that caused RE alternations to fail under
5336              -Dusethreads
5337      Branch: perl
5338            ! util.c
5339 ____________________________________________________________________________
5340 [  1521] By: TimBunce                              on 1998/07/16  22:23:25
5341         Log: Assorted patches:
5342              
5343              Title:  "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris"
5344              From:  Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org>
5345              Msg-ID:  <19980708181055.A8005@perlsupport.com>,
5346              <tqn2adkvge.fsf@puma.genscan.com>
5347              Files:  util.c
5348              
5349              Title:  "Document perltrap on precedence of keys/values/each"
5350              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5351              Msg-ID:  <199807151857.OAA04704@aatma.engin.umich.edu>
5352              Files:  pod/perltrap.pod
5353              
5354              Title:  "perlbook.pod patch"
5355              From:  Tom Christiansen <tchrist@chthon.perl.com>
5356              Msg-ID:  <199807140037.SAA04556@chthon.perl.com>
5357              Files:  pod/perlbook.pod
5358              
5359              Title:  "perlmod.pod patch"
5360              From:  Tom Christiansen <tchrist@chthon.perl.com>
5361              Msg-ID:  <199807140109.TAA04678@chthon.perl.com>
5362              Files:  pod/perlmod.pod
5363              
5364              Title:  "Fix bug in IO::Handle->input_record_separator"
5365              From:  Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler
5366              <Swen.Thuemmler@paderlinx.de>
5367              Msg-ID:  <199807161400.PAA25532@tempest.cise.npl.co.uk>,
5368              <Pine.GSO.4.00.9807161649380.6537-100000@rmail>
5369              Files:  ext/IO/lib/IO/Handle.pm
5370              
5371              Title:  "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)"
5372              Files:  lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t
5373              t/lib/trig.t utils/h2ph.PL
5374              
5375              Title:  "Update hints/irix_6.sh"
5376              From:  Scott Henry <scotth@sgi.com>
5377              Msg-ID:  <yd890lu1nu1.fsf@hoshi.engr.sgi.com>
5378              Files:  hints/irix_6.sh
5379              
5380              Title:  "Configure misses preprocessor on HP-UX (further fix)"
5381              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5382              Msg-ID:  <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys>
5383              Files:  hints/hpux.sh
5384              
5385              Title:  "update perlbug to v1.26 (from 5.005 beta 1)"
5386              Files:  utils/perlbug.PL
5387      Branch: maint-5.004/perl
5388            ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh
5389            ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod
5390            ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t
5391            ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL
5392 ____________________________________________________________________________
5393 [  1520] By: TimBunce                              on 1998/07/15  21:24:12
5394         Log: Assorted patches:
5395              
5396              Title:  "Add stub attrs.pm"
5397              From:  Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu>
5398              Msg-ID:  <19980713163312.A18222@asic.sc.ti.com>,
5399              <199807132140.RAA09583@aatma.engin.umich.edu>
5400              Files:  MANIFEST lib/attrs.pm
5401              
5402              Title:  "Fix @a=@a=qw(...)"
5403              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant
5404              <alias@mcs.com>
5405              Msg-ID:  <13737.12300.950886.821143@alias-2.pr.mcs.net>,
5406              <199807122351.TAA05649@aatma.engin.umich.edu>
5407              Files:  op.c opcode.pl t/op/array.t
5408              
5409              Title:  "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop"
5410              From:  Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com>
5411              Msg-ID:  <13739.55551.205810.338648@alias-2.pr.mcs.net>,
5412              <m33ec4jdwn.fsf@furu.g.aas.no>
5413              Files:  sv.c
5414              
5415              Title:  "Make Power MachTen use vfork() and system malloc()"
5416              From:  Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi>
5417              Msg-ID:  <v03110700b1c95b010820@[195.95.102.91]>
5418              Files:  hints/machten.sh malloc.c
5419              
5420              Title:  "Use REG_INFTY in place of hardwired constant"
5421              From:  Dominic Dunlop <domo@computer.org>
5422              Msg-ID:  <v03110703b1ca662c44f8@[195.95.102.91]>
5423              Files:  regcomp.h regcomp.c regexec.c
5424              
5425              Title:  "Minor debugger fix (history adds an extra newline)"
5426              From:  Tye McQueen <tye@metronet.com>
5427              Msg-ID:  <199807151846.AA12653@metronet.com>
5428              Files:  lib/perl5db.pl
5429              
5430              Title:  "Protect Term::ReadLine against non-default $/ value"
5431              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>,
5432              kstar@chapin.edu@ig.co.uk ()
5433              Msg-ID:  <19980713151749.G8596@O2.chapin.edu>,
5434              <199807132139.RAA11270@monk.mps.ohio-state.edu>
5435              Files:  lib/Term/ReadLine.pm
5436              
5437              Title:  "Fix HP-UX 11 build (cppstdin)"
5438              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5439              Msg-ID:  <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys>
5440              Files:  Configure hints/hpux.sh
5441              
5442              Title:  "VMS filetest operator fixup (SS$_ACCONFLICT)"
5443              From:  Dan Sugalski <sugalskd@osshe.edu>
5444              Msg-ID:  <3.0.5.32.19980702135255.00a6ad90@ous.edu>
5445              Files:  vms/vms.c
5446      Branch: maint-5.004/perl
5447            + lib/attrs.pm
5448            ! Configure MANIFEST hints/hpux.sh hints/machten.sh
5449            ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl
5450            ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c
5451 ____________________________________________________________________________
5452 [  1519] By: nick                                  on 1998/07/15  18:56:17
5453         Log: Integrate mainline at beta1 
5454      Branch: ansiperl
5455           +> Porting/p4d2p README.mpeix Todo-5.005
5456           +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
5457           +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff
5458           +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t
5459            - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod
5460            - t/op/ipcmsg.t t/op/ipcsem.t
5461           !> (integrate 167 files)
5462
5463 ----------------
5464 Version 5.004_75        5.005 Public Beta, Issue 1
5465 ----------------
5466
5467 ____________________________________________________________________________
5468 [  1518] By: gsar                                  on 1998/07/15  10:01:41
5469         Log: add stub docs for ext/B, other minor tweaks
5470      Branch: perl
5471            ! Changes Porting/config_H config_h.SH ext/B/B.pm
5472            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm
5473            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5474            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm
5475            ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c
5476 ____________________________________________________________________________
5477 [  1517] By: gsar                                  on 1998/07/15  08:27:15
5478         Log: up patchlevel to 75 (Beta, Issue 1), add podpatch
5479              From: abigail@fnx.com
5480              Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT)
5481              Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com>
5482              Subject: [PATCH 5.004_74] pod/perlop.pod
5483      Branch: perl
5484            ! Changes patchlevel.h pod/perlop.pod win32/Makefile
5485            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5486            ! win32/makefile.mk
5487 ____________________________________________________________________________
5488 [  1516] By: gsar                                  on 1998/07/15  08:04:24
5489         Log: From:    abigail@fnx.com
5490              Date:    Wed, 15 Jul 1998 03:47:56 EDT
5491              Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com>
5492              Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<>
5493      Branch: perl
5494            ! pod/pod2man.PL
5495 ____________________________________________________________________________
5496 [  1515] By: gsar                                  on 1998/07/15  08:02:14
5497         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5498              Date:    Wed, 15 Jul 1998 03:49:24 EDT
5499              Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu>
5500              Subject: [PATCH 5.004_72] Additional targets for OS/2 build
5501      Branch: perl
5502            ! os2/Makefile.SHs
5503 ____________________________________________________________________________
5504 [  1514] By: gsar                                  on 1998/07/15  07:58:29
5505         Log: rename some long file names to be 8.3 truncation-safe
5506      Branch: perl
5507           +> Todo-5.005 perly_c.diff pod/perld4.pod
5508            - Todo.5.005 perly.c.diff pod/perldelta4.pod
5509            ! MANIFEST Porting/pumpkin.pod perly.fixer
5510 ____________________________________________________________________________
5511 [  1513] By: gsar                                  on 1998/07/15  07:35:29
5512         Log: minor tweaks to docs on qr//
5513      Branch: perl
5514            ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod
5515 ____________________________________________________________________________
5516 [  1512] By: gsar                                  on 1998/07/15  07:06:02
5517         Log: applied patch, with tab tweak suggest by Peter Prymmer
5518              From: Dan Sugalski <sugalskd@osshe.edu>
5519              Date: Tue, 14 Jul 1998 16:41:14 -0700
5520              Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu>
5521              Subject: [PATCH 5.004_74]VMS build cleanups
5522      Branch: perl
5523            ! vms/descrip_mms.template
5524 ____________________________________________________________________________
5525 [  1511] By: gsar                                  on 1998/07/15  07:03:33
5526         Log: allow perlbug -ok when STDIN it not a tty
5527              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
5528              Date: Wed, 15 Jul 1998 03:24:56 +0200
5529              Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]>
5530              Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2
5531      Branch: perl
5532            ! utils/perlbug.PL
5533 ____________________________________________________________________________
5534 [  1510] By: gsar                                  on 1998/07/15  06:59:43
5535         Log: From: "Art Green" <Art_Green@mercmarine.com>
5536              Date: Tue, 14 Jul 1998 20:53:48 -0500
5537              Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com>
5538              Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines
5539      Branch: perl
5540            ! Configure
5541 ____________________________________________________________________________
5542 [  1509] By: gsar                                  on 1998/07/15  06:57:50
5543         Log: typecast long vs. IV compares in pp_flip/pp_flop
5544      Branch: perl
5545            ! pp_ctl.c
5546 ____________________________________________________________________________
5547 [  1508] By: gsar                                  on 1998/07/15  06:50:49
5548         Log: don't copy foreach itervar when no external refs exist
5549              From: Gisle Aas <gisle@aas.no>
5550              Date: 15 Jul 1998 03:35:25 +0200
5551              Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no>
5552              Subject: Re: Testcase for 1..n closure change
5553      Branch: perl
5554            ! pp_hot.c
5555 ____________________________________________________________________________
5556 [  1507] By: gsar                                  on 1998/07/15  06:46:41
5557         Log: applied patch, regen headers
5558              From: Stephen McCamant <alias@mcs.com>
5559              Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT)
5560              Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
5561              Subject: B::Deparse update for qr// and regcreset
5562      Branch: perl
5563            ! ext/B/B/Deparse.pm opcode.h opcode.pl
5564 ____________________________________________________________________________
5565 [  1506] By: gsar                                  on 1998/07/15  06:43:04
5566         Log: make pregcomp et al VIRTUAL again for PERL_OBJECT
5567              From: "Douglas Lankshear" <dougl@ActiveState.com>
5568              Date: Tue, 14 Jul 1998 16:40:30 -0700
5569              Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active>
5570              Subject: [PATCH 5.004_74]
5571      Branch: perl
5572            ! proto.h
5573 ____________________________________________________________________________
5574 [  1505] By: gsar                                  on 1998/07/15  06:41:43
5575         Log: dont use sv_dump() in -DD diagnostic
5576              From: Gisle Aas <gisle@aas.no>
5577              Date: 14 Jul 1998 23:55:36 +0200
5578              Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no>
5579              Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop
5580      Branch: perl
5581            ! sv.c
5582 ____________________________________________________________________________
5583 [  1504] By: gsar                                  on 1998/07/15  06:39:37
5584         Log: add a few more thread.t tests
5585      Branch: perl
5586            ! t/lib/thread.t
5587 ____________________________________________________________________________
5588 [  1503] By: gsar                                  on 1998/07/15  06:31:33
5589         Log: fix thread.t ('join $t' ne '$t->join' !)
5590      Branch: perl
5591            ! t/lib/thread.t
5592 ____________________________________________________________________________
5593 [  1502] By: gsar                                  on 1998/07/15  06:26:00
5594         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5595              Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST)
5596              Message-Id: <199807142245.BAA09651@alpha.hut.fi>
5597              Subject: [PATCH] 5.004_74: MPE/iX final touches
5598      Branch: perl
5599            ! installperl lib/File/Copy.pm
5600 ____________________________________________________________________________
5601 [  1501] By: gsar                                  on 1998/07/15  05:59:49
5602         Log: apply (reversed) patch
5603              From: Peter Wolfe <wolfe@titan.teloseng.com>
5604              Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT)
5605              Message-Id: <199807142001.NAA26550@titan.teloseng.com>
5606              Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4
5607      Branch: perl
5608            ! ext/IPC/SysV/SysV.xs
5609 ____________________________________________________________________________
5610 [  1500] By: gsar                                  on 1998/07/15  05:57:39
5611         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5612              Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT)
5613              Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
5614              Subject: [PATCH 5.004_74] Config_74-01
5615      Branch: perl
5616            ! Configure MANIFEST Porting/Glossary Porting/config.sh
5617            ! Porting/config_H Porting/pumpkin.pod config_h.SH
5618            ! vms/subconfigure.com win32/config.bc win32/config.gc
5619            ! win32/config.vc
5620 ____________________________________________________________________________
5621 [  1499] By: gsar                                  on 1998/07/15  05:48:38
5622         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5623              Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST)
5624              Message-Id: <199807141835.VAA09030@alpha.hut.fi>
5625              Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos
5626      Branch: perl
5627            ! t/lib/trig.t
5628 ____________________________________________________________________________
5629 [  1498] By: gsar                                  on 1998/07/15  05:47:33
5630         Log: -w, strict clean perldoc (via PM)
5631              From: Robin Barker <rmb1@cise.npl.co.uk>
5632              Date: Tue, 14 Jul 98 17:22:01 BST
5633              Message-Id: <18695.9807141622@tempest.cise.npl.co.uk>
5634              Subject: [PATCH 5.004_74] perldoc.PL
5635      Branch: perl
5636            ! utils/perldoc.PL
5637 ____________________________________________________________________________
5638 [  1497] By: gsar                                  on 1998/07/15  05:35:54
5639         Log: add comment about cpprun etc., to hints/hpux.sh
5640      Branch: perl
5641            ! hints/hpux.sh
5642 ____________________________________________________________________________
5643 [  1496] By: gsar                                  on 1998/07/15  05:15:16
5644         Log: fix warning from CGI::Carp
5645      Branch: perl
5646            ! lib/CGI/Carp.pm
5647 ____________________________________________________________________________
5648 [  1495] By: gsar                                  on 1998/07/14  23:47:18
5649         Log: fix off-by-one in win32 registry handling
5650              From: "Douglas Lankshear" <dougl@ActiveState.com>
5651              Date: Tue, 14 Jul 1998 07:39:06 -0700
5652              Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active>
5653              Subject: [PATCH 5.004_73]
5654      Branch: perl
5655            ! win32/win32.c
5656 ____________________________________________________________________________
5657 [  1494] By: gsar                                  on 1998/07/14  23:45:58
5658         Log: doc patches from Gisle Aas <gisle@aas.no>
5659              Date: 14 Jul 1998 16:18:31 +0200
5660              Message-ID: <m33ec4cy88.fsf@furu.g.aas.no>
5661              Subject: [PATCH] substr/splice changes for perldelta.pod
5662              --
5663              Date: 14 Jul 1998 20:31:27 +0200
5664              Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no>
5665              Subject: [PATCH] Duplicate description of use integer %
5666      Branch: perl
5667            ! pod/perldelta.pod pod/perlop.pod
5668 ____________________________________________________________________________
5669 [  1493] By: gsar                                  on 1998/07/14  23:39:31
5670         Log: File/Spec.pm needs trailing newline
5671      Branch: perl
5672            ! lib/File/Spec.pm
5673 ____________________________________________________________________________
5674 [  1492] By: gsar                                  on 1998/07/14  21:43:03
5675         Log: unsubmitted _74 tweaks
5676      Branch: perl
5677            ! Changes mpeix/nm mpeix/relink pod/perldelta.pod
5678            ! pod/perldiag.pod
5679
5680 ----------------
5681 Version 5.004_74
5682 ----------------
5683
5684 ____________________________________________________________________________
5685 [  1491] By: gsar                                  on 1998/07/14  08:48:28
5686         Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
5687      Branch: perl
5688            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5689            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5690            ! win32/makefile.mk
5691 ____________________________________________________________________________
5692 [  1490] By: gsar                                  on 1998/07/14  08:31:13
5693         Log: From:    Gisle Aas <gisle@aas.no>
5694              Date:    14 Jul 1998 10:20:34 +0200
5695              Message-Id: <m3hg0k973h.fsf@furu.g.aas.no>
5696              Subject: [PATCH] Make -DP work (and readable)
5697      Branch: perl
5698            ! run.c
5699 ____________________________________________________________________________
5700 [  1489] By: gsar                                  on 1998/07/14  08:23:46
5701         Log: fix function parameter autovivification for pseudohashes
5702      Branch: perl
5703            ! mg.c t/op/avhv.t
5704 ____________________________________________________________________________
5705 [  1488] By: gsar                                  on 1998/07/14  07:34:45
5706         Log: merge changes#1423,1465 from maintbranch; checkin two missed files
5707              from earlier changes#1461,1478
5708      Branch: perl
5709            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c
5710            ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t
5711            ! t/op/substr.t t/op/vec.t
5712 ____________________________________________________________________________
5713 [  1487] By: gsar                                  on 1998/07/14  07:04:54
5714         Log: tweak t/lib/thread.t
5715      Branch: perl
5716            ! t/lib/thread.t
5717 ____________________________________________________________________________
5718 [  1486] By: gsar                                  on 1998/07/14  06:38:15
5719         Log: applied patch, slightly tweaked
5720              From: Dan Sugalski <sugalskd@osshe.edu>
5721              Date: Mon, 13 Jul 1998 11:52:27 -0700
5722              Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu>
5723              Subject: [PATCH 5.004_73]Get re module working on VMS
5724      Branch: perl
5725            ! ext/re/Makefile.PL perl.h proto.h
5726 ____________________________________________________________________________
5727 [  1485] By: gsar                                  on 1998/07/14  06:32:58
5728         Log: add Porting/p4d2p
5729      Branch: perl
5730            + Porting/p4d2p
5731            ! MANIFEST
5732 ____________________________________________________________________________
5733 [  1484] By: gsar                                  on 1998/07/14  06:08:20
5734         Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM)
5735              Date: Mon, 13 Jul 1998 19:09:09 -0600
5736              Message-Id: <199807140109.TAA04678@chthon.perl.com>
5737              Subject: perlmod.pod patch
5738              --
5739              Date: Mon, 13 Jul 1998 18:37:07 -0600
5740              Message-Id: <199807140037.SAA04556@chthon.perl.com>
5741              Subject: perlbook.pod patch
5742      Branch: perl
5743            ! pod/perlbook.pod pod/perlmod.pod
5744 ____________________________________________________________________________
5745 [  1483] By: gsar                                  on 1998/07/14  06:04:25
5746         Log: OS/2 update
5747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5748              Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu>
5749              Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT)
5750              Subject: [PATCH 5.004_72] OS/2 system() and friends additions
5751      Branch: perl
5752            ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t
5753 ____________________________________________________________________________
5754 [  1482] By: gsar                                  on 1998/07/14  06:01:12
5755         Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu>
5756              Date: Mon, 13 Jul 1998 16:37:49 -0700
5757              Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu>
5758              Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS
5759              --
5760              Date: Mon, 13 Jul 1998 15:51:09 -0700
5761              Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu>
5762              Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS
5763      Branch: perl
5764            ! t/io/iprefix.t t/lib/cgi-html.t
5765 ____________________________________________________________________________
5766 [  1481] By: gsar                                  on 1998/07/14  05:57:36
5767         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5768              Date: Mon, 13 Jul 1998 15:41:53 -0700
5769              Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu>
5770              Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS
5771      Branch: perl
5772            ! t/base/rs.t
5773 ____________________________________________________________________________
5774 [  1480] By: gsar                                  on 1998/07/14  05:56:14
5775         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5776              Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu>
5777              Date: Mon, 13 Jul 1998 15:04:27 -0700
5778              Subject: [PATCH 5.004_73]Thread tweak for VMS.C
5779      Branch: perl
5780            ! vms/vms.c
5781 ____________________________________________________________________________
5782 [  1479] By: gsar                                  on 1998/07/14  05:55:13
5783         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5784              Date: Mon, 13 Jul 1998 23:13:43 +0200
5785              Message-ID: <19980713231343.A178@cdata.tvnet.hu>
5786              Subject: [PATCH _72] Configure problem on dos-djgpp
5787      Branch: perl
5788            ! Configure
5789 ____________________________________________________________________________
5790 [  1478] By: gsar                                  on 1998/07/14  05:53:08
5791         Log: add files and tweaks needed for MPE/iX port (via PM)
5792              From: Jarkko Hietaniemi <jhi@iki.fi>
5793              Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST)
5794              Message-Id: <199807132107.AAA20603@alpha.hut.fi>
5795              Subject: MPE/iX patches for _73
5796      Branch: perl
5797            + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl
5798            + mpeix/mpeixish.h mpeix/nm mpeix/relink
5799            ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl
5800            ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod
5801 ____________________________________________________________________________
5802 [  1477] By: gsar                                  on 1998/07/14  04:23:28
5803         Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
5804              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5805              Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT)
5806              Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys>
5807              Subject: Re: _70 and Devel::RE
5808      Branch: perl
5809            ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c
5810 ____________________________________________________________________________
5811 [  1476] By: gsar                                  on 1998/07/14  04:06:25
5812         Log: minor Configure nits
5813              From: Jarkko Hietaniemi <jhi@iki.fi>
5814              Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST)
5815              Message-Id: <199807132025.XAA10771@alpha.hut.fi>
5816              Subject: Configure patches for MVS (and one x2p/Makefile.SH)
5817      Branch: perl
5818            ! Configure x2p/Makefile.SH
5819 ____________________________________________________________________________
5820 [  1475] By: gsar                                  on 1998/07/14  03:59:56
5821         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5822              Date: Mon, 13 Jul 1998 12:54:19 -0700
5823              Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu>
5824              Subject: [PATCH 5.004_73] Fixes to the VMS configuration system
5825      Branch: perl
5826            ! vms/munchconfig.c vms/subconfigure.com
5827 ____________________________________________________________________________
5828 [  1474] By: gsar                                  on 1998/07/14  03:58:13
5829         Log: make Term::Readline::get_line() independent of caller's $/
5830              From: kstar@chapin.edu
5831              Date: Mon, 13 Jul 1998 15:17:49 -0400
5832              Message-ID: <19980713151749.G8596@O2.chapin.edu>
5833              Subject: [PATCH] Was: CPAN.pm still fails
5834      Branch: perl
5835            ! lib/Term/ReadLine.pm
5836 ____________________________________________________________________________
5837 [  1473] By: gsar                                  on 1998/07/14  03:55:29
5838         Log: fix $trnl interpolation in here-docs (via PM)
5839              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5840              Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT)
5841              Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys>
5842              Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness
5843      Branch: perl
5844            ! Configure
5845 ____________________________________________________________________________
5846 [  1472] By: gsar                                  on 1998/07/14  03:50:18
5847         Log: From: Dominic Dunlop <domo@ppp52.vo.lu>
5848              Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST)
5849              Message-Id: <199807131455.PAA23621@ppp52.vo.lu>
5850              Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73]
5851      Branch: perl
5852            ! hints/machten.sh
5853 ____________________________________________________________________________
5854 [  1471] By: gsar                                  on 1998/07/14  03:49:07
5855         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5856              Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu>
5857              Date: Mon, 13 Jul 1998 12:30:05 -0700
5858              Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff
5859      Branch: perl
5860            ! configure.com vms/descrip_mms.template
5861 ____________________________________________________________________________
5862 [  1470] By: gsar                                  on 1998/07/14  03:40:14
5863         Log: consistently refer to functions as C<foo()>
5864              From: abigail@fnx.com
5865              Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT)
5866              Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com>
5867              Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod
5868      Branch: perl
5869            ! pod/perlfunc.pod
5870 ____________________________________________________________________________
5871 [  1469] By: gsar                                  on 1998/07/14  03:35:06
5872         Log: From: Tom Hughes <thh@cyberscience.com>
5873              Date: 13 Jul 1998 09:34:16 +0100
5874              Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
5875              Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh
5876      Branch: perl
5877            ! hints/svr4.sh
5878 ____________________________________________________________________________
5879 [  1468] By: gsar                                  on 1998/07/14  03:34:03
5880         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
5881              Date: 13 Jul 1998 11:16:27 +0200
5882              Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de>
5883              Subject: Parallel Makefiles
5884      Branch: perl
5885            ! lib/ExtUtils/MM_Unix.pm
5886 ____________________________________________________________________________
5887 [  1467] By: gsar                                  on 1998/07/14  03:31:39
5888         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5889              Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT)
5890              Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu>
5891              Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken?
5892      Branch: perl
5893            ! t/io/pipe.t
5894 ____________________________________________________________________________
5895 [  1466] By: gsar                                  on 1998/07/14  03:29:25
5896         Log: minor tweaks to perldelta and README.win32
5897      Branch: perl
5898            ! Changes README.win32 pod/perldelta.pod
5899 ____________________________________________________________________________
5900 [  1465] By: TimBunce                              on 1998/07/13  21:33:45
5901         Log: Assorted patches:
5902              
5903              Title:  "Fix string substitution returncode problem"
5904              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
5905              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
5906              <v03110700b191a557f041@[195.95.102.114]>
5907              Files:  pp_hot.c
5908              
5909              Title:  "umask EXPR is fatal only if (EXPR & 0700) > 0"
5910              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5911              Msg-ID:  <199807111656.MAA03310@aatma.engin.umich.edu>
5912              Files:  pod/perldiag.pod pp_sys.c
5913              
5914              Title:  "Remove reference to qsort from perlfunc.pod"
5915              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5916              Msg-ID:  <199807111923.PAA05124@aatma.engin.umich.edu>
5917              Files:  pod/perlfunc.pod
5918              
5919              Title:  "Deprecate AvFILL in favor of av_len()"
5920              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5921              Msg-ID:  <199807111945.PAA05489@aatma.engin.umich.edu>
5922              Files:  pod/perlguts.pod
5923              
5924              Title:  "Further clarify effects of using quotes with m operator"
5925              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5926              Msg-ID:  <199806201921.PAA03829@aatma.engin.umich.edu>
5927              Files:  pod/perlop.pod
5928              
5929              Title:  "Add PERL_DESTRUCT_LEVEL=2 to test suite"
5930              From:  Tim Bunce
5931              Files:  t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t
5932      Branch: maint-5.004/perl
5933            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
5934            ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t
5935            ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c
5936
5937 ----------------
5938 Version 5.004_73
5939 ----------------
5940
5941 ____________________________________________________________________________
5942 [  1464] By: gsar                                  on 1998/07/13  04:41:07
5943         Log: up patchlevel to 73, update Changes &c.
5944      Branch: perl
5945            ! Changes patchlevel.h pod/perlhist.pod t/op/array.t
5946            ! win32/Makefile win32/config_H.bc win32/config_H.gc
5947            ! win32/config_H.vc win32/makefile.mk
5948 ____________________________________________________________________________
5949 [  1463] By: gsar                                  on 1998/07/13  02:58:51
5950         Log: avoid empty rm -f in MM_Unix.pm
5951      Branch: perl
5952            ! lib/ExtUtils/MM_Unix.pm
5953 ____________________________________________________________________________
5954 [  1462] By: gsar                                  on 1998/07/13  02:54:52
5955         Log: update perldelta
5956      Branch: perl
5957            ! pod/perldelta.pod
5958 ____________________________________________________________________________
5959 [  1461] By: gsar                                  on 1998/07/13  02:44:30
5960         Log: added patch, tweaked PERL_OBJECT things
5961              From:    Graham Barr <gbarr@pobox.com>
5962              Date:    Sun, 12 Jul 1998 19:57:47 CDT
5963              Message-Id: <19980712195747.C493@pobox.com>
5964              Subject: [ PATCH perl5.004_72] patch to add qr//
5965      Branch: perl
5966            ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c
5967            ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl
5968            ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c
5969            ! regexp.h sv.c t/op/pat.t toke.c
5970 ____________________________________________________________________________
5971 [  1460] By: gsar                                  on 1998/07/13  01:25:07
5972         Log: add a few more PURIFY guards
5973      Branch: perl
5974            ! av.c sv.c
5975 ____________________________________________________________________________
5976 [  1459] By: gsar                                  on 1998/07/12  23:38:31
5977         Log: add tests for change#1458 and then some
5978      Branch: perl
5979            ! t/op/array.t
5980 ____________________________________________________________________________
5981 [  1458] By: gsar                                  on 1998/07/12  22:42:47
5982         Log: apply patch for smarter AASSIGN_COMMON detection; regen headers
5983              From:    Stephen McCamant <alias@mcs.com>
5984              Date:    Sun, 12 Jul 1998 17:17:00 CDT
5985              Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net>
5986              Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71
5987      Branch: perl
5988            ! op.c opcode.h opcode.pl
5989 ____________________________________________________________________________
5990 [  1457] By: gsar                                  on 1998/07/12  22:06:05
5991         Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
5992      Branch: perl
5993            ! Configure Makefile.SH ext/Socket/Socket.xs perl.c
5994 ____________________________________________________________________________
5995 [  1456] By: gsar                                  on 1998/07/12  21:56:39
5996         Log: From: Doug MacEachern <dougm@pobox.com>
5997              Date: Sun, 12 Jul 1998 14:29:29 -0400
5998              Message-Id: <199807121829.OAA00525@postman.opengroup.org>
5999              Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT
6000      Branch: perl
6001            ! lib/ExtUtils/Embed.pm
6002 ____________________________________________________________________________
6003 [  1455] By: gsar                                  on 1998/07/12  21:54:02
6004         Log: applied installperl patch, corrected other little nits
6005              From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
6006              Date: 12 Jul 1998 16:27:21 +0200
6007              Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
6008              Subject: [5.004_72] installperl tweak
6009      Branch: perl
6010            ! Changes Configure README.win32 installperl win32/makefile.mk
6011 ____________________________________________________________________________
6012 [  1454] By: gsar                                  on 1998/07/12  10:14:24
6013         Log: update MANIFEST, Changes
6014      Branch: perl
6015            - lib/Bundle/CPAN.pm
6016            ! Changes MANIFEST
6017
6018 ----------------
6019 Version 5.004_72
6020 ----------------
6021
6022 ____________________________________________________________________________
6023 [  1453] By: gsar                                  on 1998/07/12  10:04:33
6024         Log: merge changes 1424, 1428 from maintbranch
6025      Branch: perl
6026            ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
6027 ____________________________________________________________________________
6028 [  1452] By: gsar                                  on 1998/07/12  09:46:40
6029         Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
6030              and README.win32
6031      Branch: perl
6032            ! Changes README.win32 patchlevel.h win32/Makefile
6033            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6034            ! win32/makefile.mk
6035 ____________________________________________________________________________
6036 [  1451] By: gsar                                  on 1998/07/12  07:01:26
6037         Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
6038              From: Jarkko Hietaniemi <jhi@iki.fi>
6039              Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
6040              Message-Id: <199807111451.RAA27010@alpha.hut.fi>
6041              Subject: M3 "generic" parts
6042      Branch: perl
6043            ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
6044            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
6045            ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
6046            ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
6047            ! win32/config_H.gc x2p/Makefile.SH
6048 ____________________________________________________________________________
6049 [  1450] By: gsar                                  on 1998/07/12  06:38:27
6050         Log: various tweaks for PERL_OBJECT build & test
6051      Branch: perl
6052            ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
6053            ! win32/makefile.mk win32/win32.c win32/win32iop.h
6054 ____________________________________________________________________________
6055 [  1449] By: gsar                                  on 1998/07/12  06:29:23
6056         Log: From:    andreas.koenig@kulturbox.de (Andreas J. Koenig)
6057              Date:    12 Jul 1998 08:22:16 +0200
6058              Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
6059              Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
6060      Branch: perl
6061            ! lib/CPAN.pm lib/SelfLoader.pm
6062 ____________________________________________________________________________
6063 [  1448] By: gsar                                  on 1998/07/12  05:10:50
6064         Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
6065              and runs regexes in 1000s of threads without crashing; also fixed
6066              statcache not being thread-local
6067      Branch: perl
6068            ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
6069            ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
6070            ! t/lib/thread.t thrdvar.h util.c
6071 ____________________________________________________________________________
6072 [  1447] By: gsar                                  on 1998/07/12  02:40:45
6073         Log: From:    Hugo van der Sanden <hv@crypt0.demon.co.uk>
6074              Date:    Sun, 12 Jul 1998 03:23:04 +0200
6075              Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
6076              Subject: Re: perlbug doesn't check that save succeeded
6077      Branch: perl
6078            ! utils/perlbug.PL
6079 ____________________________________________________________________________
6080 [  1446] By: gsar                                  on 1998/07/12  02:39:24
6081         Log: be generous about CRs
6082              From:    larry@wall.org (Larry Wall)
6083              Date:    Sat, 11 Jul 1998 17:54:21 PDT
6084              Message-Id: <199807120054.RAA19550@wall.org>
6085              Subject: [PATCH _71] CRs et al 
6086      Branch: perl
6087            ! toke.c
6088 ____________________________________________________________________________
6089 [  1445] By: gsar                                  on 1998/07/12  02:11:16
6090         Log: fix pp_caller() to fully traverse stacklevels
6091      Branch: perl
6092            ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
6093 ____________________________________________________________________________
6094 [  1444] By: gsar                                  on 1998/07/11  23:43:37
6095         Log: add patch, along with all the missing bits, and doc tweaks
6096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6097              Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
6098              Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
6099              Subject: Re: [PATCH 5.004_71] Secure RE update
6100      Branch: perl
6101            ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
6102            ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
6103            ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
6104            ! t/op/pat.t t/op/subst.t
6105 ____________________________________________________________________________
6106 [  1443] By: gsar                                  on 1998/07/11  23:08:14
6107         Log: tweak to get BSDI to build IPC/SysV
6108              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6109              Date: 11 Jul 1998 16:26:44 +0300
6110              Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
6111              Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
6112      Branch: perl
6113            ! ext/IPC/SysV/SysV.xs
6114 ____________________________________________________________________________
6115 [  1442] By: gsar                                  on 1998/07/11  23:03:39
6116         Log: fix closures in optimized C<for (1..5)> (only the tests are in this
6117              change, the pp_hot.c fix accidentally went in change#1441)
6118      Branch: perl
6119            ! t/op/closure.t
6120 ____________________________________________________________________________
6121 [  1441] By: gsar                                  on 1998/07/11  22:35:40
6122         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6123              Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
6124              Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
6125              Subject: [PATCH 5.004_71] Update os2's OS2::Process
6126      Branch: perl
6127            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
6128            ! os2/OS2/Process/Process.xs pp_hot.c
6129 ____________________________________________________________________________
6130 [  1440] By: gsar                                  on 1998/07/11  19:41:59
6131         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
6132              Date: 11 Jul 1998 17:00:21 +0200
6133              Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
6134              Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
6135      Branch: perl
6136            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6137 ____________________________________________________________________________
6138 [  1439] By: gsar                                  on 1998/07/11  19:36:58
6139         Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
6140      Branch: perl
6141            ! pod/perlguts.pod win32/makedef.pl
6142 ____________________________________________________________________________
6143 [  1438] By: gsar                                  on 1998/07/11  19:14:21
6144         Log: applied patch for perlfunc tweaks, removed reference to system qsort()
6145              From: abigail@fnx.com
6146              Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
6147              Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
6148              Subject: [PATCH 5.004_71] pod/perlfunc.pod
6149      Branch: perl
6150            ! pod/perlfunc.pod
6151 ____________________________________________________________________________
6152 [  1437] By: gsar                                  on 1998/07/11  19:05:00
6153         Log: From: abigail@fnx.com
6154              Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
6155              Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
6156              Subject: [PATCH 5.004_71] pod/pod2man.PL
6157      Branch: perl
6158            ! pod/pod2man.PL
6159 ____________________________________________________________________________
6160 [  1436] By: gsar                                  on 1998/07/11  18:58:03
6161         Log: more complete version of change#1421
6162              From: Stephen McCamant <alias@mcs.com>
6163              Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
6164              Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
6165              Subject: [PATCH] Re: B::Deparse for(1..100000)
6166      Branch: perl
6167            ! ext/B/B/Deparse.pm
6168 ____________________________________________________________________________
6169 [  1435] By: gsar                                  on 1998/07/11  18:54:42
6170         Log: win32 fixes for VC 6.0 nits
6171      Branch: perl
6172            ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
6173            ! win32/win32.h
6174 ____________________________________________________________________________
6175 [  1434] By: gsar                                  on 1998/07/11  18:45:32
6176         Log: s/AVHV/pseudo-hash/ (via PM)
6177              From: Gisle Aas <gisle@aas.no>
6178              Date: 11 Jul 1998 00:16:53 +0200
6179              Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
6180              Subject: [PATCH] trivial fields.pm doc patch
6181      Branch: perl
6182            ! lib/fields.pm
6183 ____________________________________________________________________________
6184 [  1433] By: gsar                                  on 1998/07/11  18:43:11
6185         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6186              Date: Fri, 10 Jul 1998 23:12:11 +0200
6187              Message-ID: <19980710231211.A161@cdata.tvnet.hu>
6188              Subject: [PATCH _71] dos-djgpp update
6189      Branch: perl
6190            ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
6191 ____________________________________________________________________________
6192 [  1432] By: gsar                                  on 1998/07/11  18:41:00
6193         Log: applied patch, reformatted long lines in places
6194              From: Dominic Dunlop <domo@computer.org>
6195              Date: Fri, 10 Jul 1998 23:11:30 +0000
6196              Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
6197              Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
6198              warning
6199      Branch: perl
6200            ! pod/perldiag.pod regexec.c
6201 ____________________________________________________________________________
6202 [  1431] By: gsar                                  on 1998/07/11  18:29:18
6203         Log: From: "John L. Allen" <allen@grumman.com>
6204              Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
6205              Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
6206              Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
6207      Branch: perl
6208            ! hints/aix.sh
6209 ____________________________________________________________________________
6210 [  1430] By: TimBunce                              on 1998/07/11  18:15:09
6211         Log: Title:  "Fix string substitution returncode problem"
6212              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
6213              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
6214              <v03110700b191a557f041@[195.95.102.114]>
6215              Files:  pp_hot.c
6216      Branch: maint-5.004/perl
6217            ! pp_hot.c
6218 ____________________________________________________________________________
6219 [  1429] By: gsar                                  on 1998/07/11  18:07:52
6220         Log: applied patch, tweaked doc and code that does labels/indentation
6221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6222              Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
6223              Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
6224              Subject: [PATCH 5.004_71] perldebug.pod and RE
6225      Branch: perl
6226            ! pod/perldebug.pod regcomp.c regexec.c
6227 ____________________________________________________________________________
6228 [  1428] By: TimBunce                              on 1998/07/11  17:45:56
6229         Log: Assorted patches:
6230              
6231              Title:  "makerel now reads local patch list from patchlevel.h"
6232              Files:  patchlevel.h Porting/makerel
6233              
6234              Title:  "pod/pod2man.PL"
6235              From:  abigail@fnx.com
6236              Msg-ID:  <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
6237              Files:  pod/pod2man.PL
6238              
6239              Title:  "Clarify taint example in re.pm"
6240              From:  Tom Phoenix <rootbeer@teleport.com>
6241              Msg-ID:  <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
6242              Files:  lib/re.pm
6243              
6244              Title:  "Anohter ptags improvement"
6245              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6246              Msg-ID:  <199807070059.UAA28815@monk.mps.ohio-state.edu>
6247              Files:  emacs/ptags
6248              
6249              Title:  "_71 & _04 - Make AIX hints preserve ccflags as per docs"
6250              From:  "John L. Allen" <allen@grumman.com>
6251              Msg-ID:  <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
6252              Files:  hints/aix.sh
6253      Branch: maint-5.004/perl
6254            ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
6255            ! patchlevel.h pod/pod2man.PL
6256 ____________________________________________________________________________
6257 [  1427] By: gsar                                  on 1998/07/11  17:04:47
6258         Log: make Liblist return consistently backslashed paths
6259      Branch: perl
6260            ! lib/ExtUtils/Liblist.pm
6261 ____________________________________________________________________________
6262 [  1426] By: gsar                                  on 1998/07/11  16:53:56
6263         Log: don't 'touch a2p.c', it might readonly (via PM)
6264              From: Robin Barker <rmb1@cise.npl.co.uk>
6265              Date: Fri, 10 Jul 98 17:19:54 BST
6266              Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
6267      Branch: perl
6268            ! x2p/Makefile.SH
6269 ____________________________________________________________________________
6270 [  1425] By: TimBunce                              on 1998/07/11  16:42:26
6271         Log: Title:  "Add newCONSTSUB (from 5.005_70)"
6272              Files:  embed.h proto.h global.sym op.c
6273      Branch: maint-5.004/perl
6274            ! embed.h global.sym op.c proto.h
6275 ____________________________________________________________________________
6276 [  1424] By: TimBunce                              on 1998/07/11  16:20:21
6277         Log: Title:  "Assorted fixes for Sys::Syslog.pm"
6278              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
6279              <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
6280              Msg-ID:  <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
6281              <199805270939.KAA08453@toad.ig.co.uk>,
6282              <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
6283              Files:  lib/Sys/Syslog.pm
6284      Branch: maint-5.004/perl
6285            ! lib/Sys/Syslog.pm
6286 ____________________________________________________________________________
6287 [  1423] By: TimBunce                              on 1998/07/11  15:53:37
6288         Log: Assorted patches:
6289              
6290              Title:  "umask: die if EXPR & 0700 else return undef"
6291              From:  Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
6292              Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
6293              <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
6294              kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
6295              Msg-ID:  <199805291520.QAA01615@sable.ox.ac.uk>,
6296              <199805291549.SAA01439@alpha.hut.fi>,
6297              <199805291608.RAA29283@toad.ig.co.uk>,
6298              <19980530105129.A24006@O2.chapin.edu>,
6299              <19980608133037.A8793@perlsupport.com>
6300              Files:  pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6301              
6302              Title:  "File name DynaLoader.pm.PL is 8.3 unfriendly"
6303              From:  Laszlo Molnar <molnarl@cdata.tvnet.hu>
6304              Msg-ID:  <19980610005417.G162@cdata.tvnet.hu>
6305              Files:  MANIFEST ext/DynaLoader/Makefile.PL
6306      Branch: maint-5.004/perl
6307           +> ext/DynaLoader/DynaLoader_pm.PL
6308            - ext/DynaLoader/DynaLoader.pm.PL
6309            ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
6310            ! pod/perlfunc.pod pp_sys.c
6311 ____________________________________________________________________________
6312 [  1421] By: gsar                                  on 1998/07/11  02:54:02
6313         Log: From: Gisle Aas <gisle@aas.no>
6314              Subject: [PATCH] B::Deparse for(1..100000)
6315              Date: 10 Jul 1998 14:04:44 +0200
6316              Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
6317      Branch: perl
6318            ! ext/B/B/Deparse.pm
6319 ____________________________________________________________________________
6320 [  1420] By: gsar                                  on 1998/07/11  02:28:18
6321         Log: add 'clean' target for ext/re
6322      Branch: perl
6323            ! ext/re/Makefile.PL
6324 ____________________________________________________________________________
6325 [  1419] By: gsar                                  on 1998/07/11  02:20:32
6326         Log: From: Tom Hughes <thh@cyberscience.com>
6327              Date: 10 Jul 1998 10:25:18 +0100
6328              Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
6329              Subject: [5.004_71] Patch: svr4 hints updates for Unixware
6330      Branch: perl
6331            ! hints/svr4.sh
6332 ____________________________________________________________________________
6333 [  1418] By: gsar                                  on 1998/07/11  02:19:12
6334         Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
6335              From: Jarkko Hietaniemi <jhi@iki.fi>
6336              Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
6337              Message-Id: <199807101008.NAA10817@alpha.hut.fi>
6338              Subject: Re: make minitest does not work out of the box - test subset
6339              needs pruning
6340      Branch: perl
6341            + t/lib/ipc_sysv.t
6342            - t/op/ipcmsg.t t/op/ipcsem.t
6343            ! MANIFEST
6344 ____________________________________________________________________________
6345 [  1417] By: gsar                                  on 1998/07/11  02:14:16
6346         Log: disable CR croaking (via #define, default off) in lieu of more
6347              complete fix
6348      Branch: perl
6349            ! toke.c
6350 ____________________________________________________________________________
6351 [  1416] By: gsar                                  on 1998/07/11  02:06:11
6352         Log: added patch, made linking with setargv a build option
6353              From: "Douglas Lankshear" <dougl@ActiveState.com>
6354              Date: Thu, 9 Jul 1998 09:51:42 -0700
6355              Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
6356              Subject: [PATCH 5.004_71]
6357      Branch: perl
6358            ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
6359 ____________________________________________________________________________
6360 [  1415] By: gsar                                  on 1998/07/11  01:47:19
6361         Log: From: Tom Hughes <thh@cyberscience.com>
6362              Date: 10 Jul 1998 09:01:12 +0100
6363              Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
6364              Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
6365      Branch: perl
6366            ! perl_exp.SH
6367 ____________________________________________________________________________
6368 [  1414] By: gsar                                  on 1998/07/11  01:45:45
6369         Log: make lib/re.pm a prereq for minitest
6370      Branch: perl
6371            ! Makefile.SH
6372 ____________________________________________________________________________
6373 [  1413] By: gsar                                  on 1998/07/11  01:40:56
6374         Log: add patch (via PM)
6375              From: Stephen McCamant <alias@mcs.com>
6376              Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
6377              Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
6378              Subject: Big B::Deparse update
6379      Branch: perl
6380            ! ext/B/B/Deparse.pm
6381 ____________________________________________________________________________
6382 [  1412] By: gsar                                  on 1998/07/11  00:25:17
6383         Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
6384      Branch: perl
6385            + pod/perlport.pod
6386            ! pod/perl.pod
6387 ____________________________________________________________________________
6388 [  1411] By: gsar                                  on 1998/07/10  21:53:06
6389         Log: make binmode(STDIN) not whine
6390              From: Dan Sugalski <sugalskd@osshe.edu>
6391              Date: Thu, 09 Jul 1998 16:51:27 -0700
6392              Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
6393              Subject: [PATCH 5.004_70] Fix up binmode() for VMS
6394      Branch: perl
6395            ! vms/vms.c
6396 ____________________________________________________________________________
6397 [  1410] By: gsar                                  on 1998/07/10  21:50:57
6398         Log: CPAN-1.39 update
6399              From: koenig@kulturbox.de (Andreas J. Koenig)
6400              Date: 10 Jul 1998 00:45:36 +0200
6401              Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
6402              Subject: Re: perl5.004_71 hit the stands this morn
6403      Branch: perl
6404            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6405 ____________________________________________________________________________
6406 [  1409] By: gsar                                  on 1998/07/10  21:45:10
6407         Log: manually apply patch with conflicts
6408              From: Dan Sugalski <sugalskd@osshe.edu>
6409              Date: Thu, 09 Jul 1998 12:08:33 -0700
6410              Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
6411              Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
6412      Branch: perl
6413            ! configpm
6414 ____________________________________________________________________________
6415 [  1408] By: gsar                                  on 1998/07/10  21:36:54
6416         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6417              Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
6418              Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
6419              Subject: Re: perldelta.pod [PATCH]
6420      Branch: perl
6421            ! pod/perldelta.pod
6422 ____________________________________________________________________________
6423 [  1407] By: gsar                                  on 1998/07/10  21:35:13
6424         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6425              Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
6426              Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
6427              Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
6428      Branch: perl
6429            ! ext/IPC/SysV/Makefile.PL
6430 ____________________________________________________________________________
6431 [  1406] By: gsar                                  on 1998/07/10  21:33:30
6432         Log: manually apply patch with conflicts
6433              From: kstar@chapin.edu
6434              Message-ID: <19980709093621.B7857@O2.chapin.edu>
6435              Date: Thu, 9 Jul 1998 09:36:21 -0400
6436              Subject: Re: [PATCH] 5.004_70 installperl and docs
6437      Branch: perl
6438            ! installperl
6439 ____________________________________________________________________________
6440 [  1405] By: gsar                                  on 1998/07/10  21:28:29
6441         Log: misc tweaks to docs and qsortsv() warning
6442      Branch: perl
6443            ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
6444 ____________________________________________________________________________
6445 [  1404] By: gsar                                  on 1998/07/10  21:23:53
6446         Log: add more correct version of change#1350 (as yet untested)
6447              From: joshua.pritikin@db.com
6448              Date: Thu, 9 Jul 1998 09:22:46 -0400
6449              Message-Id: <H00000e50008f277@MHS>
6450              Subject: Re: [PATCH _70] cache missing methods
6451      Branch: perl
6452            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
6453 ____________________________________________________________________________
6454 [  1403] By: gsar                                  on 1998/07/10  20:46:12
6455         Log: add win32_rename() that does what docs say
6456      Branch: perl
6457            ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
6458            ! win32/win32.c win32/win32iop.h
6459 ____________________________________________________________________________
6460 [  1402] By: gsar                                  on 1998/07/10  20:19:18
6461         Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
6462              (suggested by Philippe.Simonet@swisscom.com)
6463      Branch: perl
6464            ! ext/Socket/Socket.xs
6465 ____________________________________________________________________________
6466 [  1401] By: gsar                                  on 1998/07/10  03:24:45
6467         Log: undo change#1379 (order of tests *is* significant)
6468      Branch: perl
6469            ! t/lib/posix.t
6470 ____________________________________________________________________________
6471 [  1400] By: nick                                  on 1998/07/09  17:43:14
6472         Log: Integrate mainline (_071-ish)
6473      Branch: ansiperl
6474           +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6475           +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
6476           +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
6477           +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
6478           +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
6479           +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
6480           +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
6481           +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
6482           +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
6483           !> (integrate 145 files)
6484
6485 ----------------
6486 Version 5.004_71
6487 ----------------
6488
6489 ____________________________________________________________________________
6490 [  1399] By: gsar                                  on 1998/07/09  12:15:12
6491         Log: update Changes, perlhist.pod, beginnings of perldelta.pod
6492      Branch: perl
6493            ! Changes pod/perldelta.pod pod/perlhist.pod
6494 ____________________________________________________________________________
6495 [  1397] By: gsar                                  on 1998/07/09  08:35:39
6496         Log: merge changes from maintbranch (1354, and relevant part of 1356); all
6497              maintenance changes upto 1356 merged
6498      Branch: perl
6499            ! pod/perldiag.pod pp_hot.c t/op/misc.t
6500 ____________________________________________________________________________
6501 [  1396] By: gsar                                  on 1998/07/09  08:02:52
6502         Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
6503              make all configs build on Solaris and win32
6504      Branch: perl
6505            + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6506            + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
6507            + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
6508            ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
6509            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6510 ____________________________________________________________________________
6511 [  1395] By: gsar                                  on 1998/07/09  05:39:48
6512         Log: From:    Stephen McCamant <alias@mcs.com>
6513              Date:    Wed, 08 Jul 1998 23:16:49 CDT
6514              Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
6515              Subject: [PATCH] UNOP opclass test in B.xs
6516      Branch: perl
6517            ! ext/B/B.xs
6518 ____________________________________________________________________________
6519 [  1394] By: gsar                                  on 1998/07/09  05:37:48
6520         Log: get it building again on win32
6521      Branch: perl
6522            ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
6523            ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
6524            ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
6525            ! win32/makefile.mk
6526 ____________________________________________________________________________
6527 [  1393] By: gsar                                  on 1998/07/09  05:20:31
6528         Log: applied patch from Ilya, tweaked some to get clean static build of
6529              the ext/re stuff (untested on win32)
6530      Branch: perl
6531            ! regcomp.c regexec.c
6532 ____________________________________________________________________________
6533 [  1392] By: gsar                                  on 1998/07/09  03:56:45
6534         Log: fix installperl typo
6535              From:    kstar@chapin.edu
6536              Date:    Wed, 08 Jul 1998 23:51:57 EDT
6537              Message-Id: <19980708235157.D1380@O2.chapin.edu>
6538              Subject: Re: [PATCH] 5.004_70 installperl and docs
6539      Branch: perl
6540            ! installperl
6541 ____________________________________________________________________________
6542 [  1391] By: gsar                                  on 1998/07/09  01:48:16
6543         Log: From: Chip Salzenberg <chip@perl.org>
6544              Date: Wed, 8 Jul 1998 18:10:55 -0400
6545              Message-ID: <19980708181055.A8005@perlsupport.com>
6546              Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
6547      Branch: perl
6548            ! util.c
6549 ____________________________________________________________________________
6550 [  1390] By: gsar                                  on 1998/07/09  01:45:16
6551         Log: added patch, tweaked per Ilya's suggestion
6552              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6553              Date: Wed, 8 Jul 1998 13:34:42 +0100
6554              Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
6555              Subject: [PATCH] perl5db.pl complains about non-integer condition
6556      Branch: perl
6557            ! lib/perl5db.pl
6558 ____________________________________________________________________________
6559 [  1389] By: gsar                                  on 1998/07/09  01:42:13
6560         Log: reenable misaligned memory checks, cast to UV & check alignment
6561              From: Dominic Dunlop <domo@computer.org>
6562              Date: Wed, 8 Jul 1998 11:21:48 +0000
6563              Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
6564              Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
6565      Branch: perl
6566            ! malloc.c
6567 ____________________________________________________________________________
6568 [  1388] By: gsar                                  on 1998/07/09  01:36:22
6569         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6570              Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
6571              Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
6572              Subject: [PATCH 5.004_70] more on finding metaconfig units.
6573      Branch: perl
6574            ! Porting/pumpkin.pod
6575 ____________________________________________________________________________
6576 [  1387] By: gsar                                  on 1998/07/09  01:35:23
6577         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6578              Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
6579              Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
6580              Subject: Configure indentation patch
6581      Branch: perl
6582            ! Configure
6583 ____________________________________________________________________________
6584 [  1386] By: gsar                                  on 1998/07/09  01:33:31
6585         Log: don't try to hardlink perldiag.pod; that is no longer not needed
6586              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6587              Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
6588              Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
6589              Subject: Re: pelr installation attempts hard links between file systems
6590      Branch: perl
6591            ! installperl
6592 ____________________________________________________________________________
6593 [  1385] By: gsar                                  on 1998/07/09  01:28:05
6594         Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
6595      Branch: perl
6596            ! win32/makefile.mk
6597 ____________________________________________________________________________
6598 [  1384] By: gsar                                  on 1998/07/09  01:26:19
6599         Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
6600      Branch: perl
6601            ! t/TEST
6602 ____________________________________________________________________________
6603 [  1383] By: gsar                                  on 1998/07/09  01:06:47
6604         Log: manually apply patch with a dependency on unapplied patch
6605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6606              Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
6607              Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
6608              Subject: [PATCH 5.004_70] make quoted RE embeddable
6609      Branch: perl
6610            ! sv.c t/op/pat.t
6611 ____________________________________________________________________________
6612 [  1382] By: gsar                                  on 1998/07/09  01:02:23
6613         Log: change order of libs for extensions
6614              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6615              Date: Tue, 7 Jul 1998 23:48:05 +0200
6616              Message-ID: <19980707234805.C180@cdata.tvnet.hu>
6617              Subject: [PATCH _70] linking problem with modules
6618      Branch: perl
6619            ! lib/ExtUtils/MM_Unix.pm
6620 ____________________________________________________________________________
6621 [  1381] By: gsar                                  on 1998/07/09  00:56:12
6622         Log: patch for more flexible initialization of xsub parameters
6623              From: Tye McQueen <tye@metronet.com>
6624              Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
6625              Message-Id: <199807070004.AA16454@metronet.com>
6626              Subject: Enhanced arg inits for xsubpp
6627      Branch: perl
6628            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6629 ____________________________________________________________________________
6630 [  1380] By: gsar                                  on 1998/07/09  00:44:01
6631         Log: From: Tye McQueen <tye@metronet.com>
6632              Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
6633              Message-Id: <16619-17073@lyris.activestate.com>
6634              Subject: New pl2bat.pl
6635      Branch: perl
6636            ! win32/bin/pl2bat.pl
6637 ____________________________________________________________________________
6638 [  1379] By: gsar                                  on 1998/07/09  00:30:58
6639         Log: remove ordering dependency in posix.t
6640      Branch: perl
6641            ! t/lib/posix.t
6642 ____________________________________________________________________________
6643 [  1378] By: gsar                                  on 1998/07/08  20:17:43
6644         Log: make -i'*suffix' work too
6645      Branch: perl
6646            ! doio.c
6647 ____________________________________________________________________________
6648 [  1377] By: gsar                                  on 1998/07/08  08:56:28
6649         Log: regen headers; result builds & tests on Solaris again (threaded)
6650      Branch: perl
6651            ! embedvar.h
6652 ____________________________________________________________________________
6653 [  1376] By: gsar                                  on 1998/07/08  08:55:03
6654         Log: change#1350 breaks things, back it out
6655      Branch: perl
6656            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
6657 ____________________________________________________________________________
6658 [  1375] By: gsar                                  on 1998/07/08  07:47:00
6659         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6660              Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
6661              Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
6662              Subject: [PATCH 5.004_70] Switch modifiers in RE off
6663      Branch: perl
6664            ! pod/perlre.pod regcomp.c t/op/re_tests
6665 ____________________________________________________________________________
6666 [  1374] By: gsar                                  on 1998/07/08  07:41:06
6667         Log: From: Gisle Aas <gisle@aas.no>
6668              Date: 07 Jul 1998 23:08:59 +0200
6669              Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
6670              Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
6671      Branch: perl
6672            ! sv.c
6673 ____________________________________________________________________________
6674 [  1373] By: gsar                                  on 1998/07/08  07:36:01
6675         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6676              Date: Tue, 7 Jul 1998 23:47:50 +0200
6677              Message-ID: <19980707234750.A180@cdata.tvnet.hu>
6678              Subject: [PATCH _70] dos-djgpp update
6679      Branch: perl
6680            ! djgpp/config.over djgpp/djgppsed.sh
6681 ____________________________________________________________________________
6682 [  1372] By: gsar                                  on 1998/07/08  07:12:47
6683         Log: add extension to support SysV IPC
6684              From: Jarkko Hietaniemi <jhi@iki.fi>
6685              Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
6686              Message-Id: <199807062332.CAA25792@alpha.hut.fi>
6687              Subject: [PATCH] 5.004_70: IPC::SysV
6688      Branch: perl
6689            + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
6690            + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
6691            + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
6692            + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
6693            + ext/IPC/SysV/t/sem.t
6694            ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
6695            ! t/op/ipcmsg.t t/op/ipcsem.t
6696 ____________________________________________________________________________
6697 [  1371] By: gsar                                  on 1998/07/08  05:12:07
6698         Log: add patch for C<use re 'debug'>
6699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6700              Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
6701              Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
6702              Subject: Re: _70 and Devel::RE
6703      Branch: perl
6704            + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
6705            - lib/re.pm
6706            ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
6707            ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
6708 ____________________________________________________________________________
6709 [  1370] By: gsar                                  on 1998/07/08  04:27:27
6710         Log: added patch to generate PPDEF(pp_foo)
6711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6712              Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
6713              Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
6714              Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
6715      Branch: perl
6716            + pp_proto.h
6717            ! MANIFEST Makefile.SH opcode.pl proto.h
6718 ____________________________________________________________________________
6719 [  1369] By: gsar                                  on 1998/07/08  04:19:49
6720         Log: suggest 'make test' after make
6721      Branch: perl
6722            ! Makefile.SH
6723 ____________________________________________________________________________
6724 [  1368] By: gsar                                  on 1998/07/08  03:58:19
6725         Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
6726              From: Colin Kuskie <ckuskie@cadence.com>
6727              Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
6728              Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
6729              Subject: Corrected -i prefix patch
6730      Branch: perl
6731            + t/io/iprefix.t
6732            ! MANIFEST doio.c pod/perlrun.pod
6733 ____________________________________________________________________________
6734 [  1366] By: gsar                                  on 1998/07/08  02:28:30
6735         Log: From: Gisle Aas <gisle@aas.no>
6736              Date: 07 Jul 1998 17:48:36 +0200
6737              Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
6738              Subject: [PATCH] Remove some rendundant SvOOK_on tests
6739      Branch: perl
6740            ! sv.c sv.h
6741 ____________________________________________________________________________
6742 [  1365] By: gsar                                  on 1998/07/08  02:25:17
6743         Log: applied patch to clarify m//g
6744              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6745              Date: Tue, 7 Jul 1998 15:59:03 +0100
6746              Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
6747              Subject: [PATCH] Re: m//g in perlop.pod
6748      Branch: perl
6749            ! pod/perlop.pod
6750 ____________________________________________________________________________
6751 [  1364] By: gsar                                  on 1998/07/08  02:13:07
6752         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6753              Subject: [PATCH] 5.004_70 bug in perlfaq.pod
6754              Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
6755              Date: Tue, 7 Jul 1998 11:59:41 +0100
6756      Branch: perl
6757            ! pod/perlfaq.pod
6758 ____________________________________________________________________________
6759 [  1363] By: gsar                                  on 1998/07/08  02:11:11
6760         Log: applied tweak (via private mail)
6761              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6762              Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
6763              Message-Id: <199807071027.NAA20829@alpha.hut.fi>
6764              Subject: tiny perllocale.pod patch for 5.004_70
6765      Branch: perl
6766            ! pod/perllocale.pod
6767 ____________________________________________________________________________
6768 [  1362] By: gsar                                  on 1998/07/08  02:07:48
6769         Log: applied patch, various tweaks to pander to pod2man tantrums
6770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6771              Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
6772              Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
6773              Subject: [PATCH 5.004_70] CONFIGPM
6774      Branch: perl
6775            ! Porting/Glossary configpm
6776 ____________________________________________________________________________
6777 [  1361] By: gsar                                  on 1998/07/07  22:13:11
6778         Log: From: Stephen McCamant <alias@mcs.com>
6779              Date: Mon,  6 Jul 1998 21:22:17 -0500 (CDT)
6780              Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
6781              Subject: Re: Inconsistent arithmetics on refs
6782      Branch: perl
6783            ! sv.c
6784 ____________________________________________________________________________
6785 [  1360] By: gsar                                  on 1998/07/07  22:11:11
6786         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6787              Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
6788              Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
6789              Subject: [PATCH 5.004_70] Anohter ptags improvement
6790      Branch: perl
6791            ! emacs/ptags
6792 ____________________________________________________________________________
6793 [  1359] By: gsar                                  on 1998/07/07  22:08:48
6794         Log: fix accidental RE-de-optimization
6795              From: larry@wall.org (Larry Wall)
6796              Date: Mon, 6 Jul 1998 17:49:31 -0700
6797              Message-Id: <199807070049.RAA23475@wall.org>
6798              Subject: Re: before you deluge us with patches
6799              --
6800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6801              Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
6802              Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
6803              Subject: Re: before you deluge us with patches
6804      Branch: perl
6805            ! pp_hot.c regexec.c
6806 ____________________________________________________________________________
6807 [  1358] By: gsar                                  on 1998/07/07  21:36:29
6808         Log: From: Gisle Aas <gisle@aas.no>
6809              Subject: [PATCH] Evaluation of AVHVs in scalar context
6810              Date: 06 Jul 1998 21:41:14 +0200
6811              Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
6812      Branch: perl
6813            ! pp_hot.c t/op/avhv.t
6814 ____________________________________________________________________________
6815 [  1357] By: gsar                                  on 1998/07/07  21:29:46
6816         Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
6817      Branch: perl
6818            ! lib/Math/Trig.pm lib/fields.pm thread.sym
6819 ____________________________________________________________________________
6820 [  1356] By: TimBunce                              on 1998/07/07  17:19:42
6821         Log: Assorted patches:
6822              
6823              ------  BUILD PROCESS  ------
6824              
6825              Title:  "Add Test.pm (from perl 5.004_70)"
6826              Files:  MANIFEST lib/Test.pm
6827              
6828              ------  EXTENSIONS  ------
6829              
6830              Title:  "Add CR LF CRLF to Socket.pm"
6831              From:  Chris Nandor <pudge@pobox.com>
6832              Msg-ID:  <v04003a46b1b6067832a1@[24.48.28.52]>
6833              Files:  ext/Socket/Socket.pm
6834              
6835              ------  LIBRARY  ------
6836              
6837              Title:  "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
6838              Files:  lib/AutoSplit.pm
6839              
6840              Title:  "Upgrade base.pm (from perl 5.004_70)"
6841              Files:  lib/base.pm
6842              
6843              Title:  "Add File::Spec modules (from 5.004_70)"
6844              Files:  lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6845              lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6846              lib/File/Spec/Win32.pm
6847              
6848              ------  TESTS  ------
6849              
6850              Title:  "fixup test for method call on undefined value"
6851              Files:  t/op/misc.t
6852              
6853              ------  UTILITIES  ------
6854              
6855              Title:  "perlbug upgrade (from 5.004_70)"
6856              Files:  utils/perlbug.PL
6857              
6858              Title:  "Upgrade perldoc (from 5.004_70)"
6859              Files:  utils/perldoc.PL
6860      Branch: maint-5.004/perl
6861            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6862            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6863            + lib/File/Spec/Win32.pm lib/Test.pm
6864            ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
6865            ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
6866 ____________________________________________________________________________
6867 [  1355] By: TimBunce                              on 1998/07/07  14:39:51
6868         Log: Title:  "Fix memory leak in Safe module"
6869              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6870              Msg-ID:  <199806290544.BAA18463@aatma.engin.umich.edu>
6871              Files:  ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
6872      Branch: maint-5.004/perl
6873            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
6874 ____________________________________________________________________________
6875 [  1354] By: TimBunce                              on 1998/07/07  14:35:25
6876         Log: Title:  "Better error message for $undef->method call"
6877              From:  Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
6878              joshua.pritikin@db.com
6879              Msg-ID:  <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
6880              Files:  pod/perldiag.pod pp_hot.c
6881      Branch: maint-5.004/perl
6882            ! pod/perldiag.pod pp_hot.c
6883 ____________________________________________________________________________
6884 [  1353] By: gsar                                  on 1998/07/06  23:33:38
6885         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6886              Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
6887              Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
6888              Subject: [PATCH 5.004_70] Update metaconfig info
6889      Branch: perl
6890            ! Porting/pumpkin.pod
6891 ____________________________________________________________________________
6892 [  1352] By: gsar                                  on 1998/07/06  23:30:54
6893         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6894              Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
6895              Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
6896              Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
6897      Branch: perl
6898            ! Configure INSTALL Policy_sh.SH Porting/Glossary
6899            ! Porting/config.sh Porting/config_H
6900 ____________________________________________________________________________
6901 [  1351] By: gsar                                  on 1998/07/06  23:24:47
6902         Log: try harder to run non-executable tests
6903      Branch: perl
6904            ! t/TEST
6905 ____________________________________________________________________________
6906 [  1350] By: gsar                                  on 1998/07/06  23:12:17
6907         Log: add patch to improve method caching, regen headers
6908              From: joshua.pritikin@db.com
6909              Date: Mon, 6 Jul 1998 09:19:29 -0400
6910              Message-Id: <H00000e50008a518@MHS>
6911              Subject: [PATCH _70] cache missing methods
6912      Branch: perl
6913            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
6914 ____________________________________________________________________________
6915 [  1349] By: TimBunce                              on 1998/07/06  23:03:16
6916         Log: Assorted patches:
6917              
6918              ------  BUILD PROCESS  ------
6919              
6920              Title:  "Configure: Workaround bash CDPATH oddity"
6921              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6922              Msg-ID:  <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
6923              Files:  Configure
6924              
6925              Title:  "Don't suppress display of Makefile recipes that invoke perl"
6926              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6927              Msg-ID:  <199806252213.SAA08545@aatma.engin.umich.edu>
6928              Files:  Makefile.SH
6929              
6930              ------  CORE LANGUAGE  ------
6931              
6932              Title:  "one more^Wless quad unpack bug"
6933              From:  Jarkko Hietaniemi <jhi@iki.fi>
6934              Msg-ID:  <199806301132.OAA27353@alpha.hut.fi>
6935              Files:  pp.c
6936              
6937              Title:  "minor fixups to bring maint closer to devel for patching"
6938              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6939              Msg-ID:  <199805200046.UAA19284@aatma.engin.umich.edu>
6940              Files:  pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
6941              
6942              Title:  "-Pw switches used together report bogus error"
6943              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6944              Msg-ID:  <199806252331.TAA10160@aatma.engin.umich.edu>
6945              Files:  perl.c
6946              
6947              Title:  "Add doc and perl home page info to -v output"
6948              From:  Tom Christiansen <tchrist@jhereg.perl.com>
6949              Msg-ID:  <199802172229.PAA29309@jhereg.perl.com>
6950              Files:  perl.c
6951              
6952              Title:  "Fix C<@a = (%a = 1)> bizarreness"
6953              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
6954              <tchrist@jhereg.perl.com>
6955              Msg-ID:  <199807012026.OAA31507@jhereg.perl.com>,
6956              <199807012339.TAA26024@aatma.engin.umich.edu>
6957              Files:  pp_hot.c
6958              
6959              Title:  "make find_script() return saved string, reenable missing
6960              diagnostics"
6961              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6962              Msg-ID:  <199806262224.SAA00422@aatma.engin.umich.edu>
6963              Files:  perl.c util.c
6964              
6965              Title:  "minor e_script optimization"
6966              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6967              Msg-ID:  <199807060704.DAA25988@aatma.engin.umich.edu>
6968              Files:  perl.c
6969              
6970              ------  DOCUMENTATION  ------
6971              
6972              Title:  "Insecure $ENV{} message out of step with perldiag"
6973              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6974              Msg-ID:  <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
6975              Files:  pod/perldiag.pod pod/perlsec.pod
6976              
6977              Title:  "documenting close without arguments"
6978              From:  Tom Phoenix <rootbeer@teleport.com>
6979              Msg-ID:  <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
6980              Files:  pod/perlfunc.pod
6981              
6982              Title:  "pod for scalar .. op"
6983              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6984              Msg-ID:  <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
6985              Files:  pod/perlop.pod
6986              
6987              ------  EXTENSIONS  ------
6988              
6989              Title:  "Fcntl: add few constants, enhance maintainability"
6990              From:  Jarkko Hietaniemi <jhi@iki.fi>
6991              Msg-ID:  <199806221558.SAA18626@alpha.hut.fi>
6992              Files:  ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
6993              
6994              ------  LIBRARY  ------
6995              
6996              Title:  "Fix undef warnings in Text::Parsewords"
6997              From:  Jarkko Hietaniemi <jhi@iki.fi>
6998              Msg-ID:  <199806300842.LAA26409@alpha.hut.fi>
6999              Files:  lib/Text/ParseWords.pm
7000              
7001              Title:  "Add Symbol::delete_package()"
7002              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7003              Msg-ID:  <199807060702.DAA25976@aatma.engin.umich.edu>
7004              Files:  pod/perlembed.pod lib/Symbol.pm
7005      Branch: maint-5.004/perl
7006            ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
7007            ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
7008            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
7009            ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
7010            ! t/op/split.t taint.c util.c
7011 ____________________________________________________________________________
7012 [  1348] By: gsar                                  on 1998/07/06  22:55:56
7013         Log: remove #! line from Errno_pm.PL
7014      Branch: perl
7015            ! ext/Errno/Errno_pm.PL
7016 ____________________________________________________________________________
7017 [  1347] By: gsar                                  on 1998/07/06  22:51:34
7018         Log: added patch to fix Cwd.pm warnings, fixed a couple more places
7019              From: Gisle Aas <gisle@aas.no>
7020              Date: 06 Jul 1998 13:08:53 +0200
7021              Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
7022              Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
7023      Branch: perl
7024            ! lib/Cwd.pm
7025 ____________________________________________________________________________
7026 [  1346] By: gsar                                  on 1998/07/06  22:20:29
7027         Log: much simpler fix to typecheck read/sysread/recv, as suggested by
7028              Stephen McCamant
7029      Branch: perl
7030            ! op.c
7031 ____________________________________________________________________________
7032 [  1345] By: gsar                                  on 1998/07/06  21:58:52
7033         Log: undo ck_sysread() changes#1319,1337 in preparation for a much
7034              simpler fix
7035      Branch: perl
7036            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
7037            ! opcode.pl proto.h
7038 ____________________________________________________________________________
7039 [  1344] By: TimBunce                              on 1998/07/06  21:51:05
7040         Log: Title:  "Fix for broken goto &xsub"
7041              From:  Albert Dvornik <bert@genscan.com>,
7042              Msg-ID:  <tq4sxawf2h.fsf@puma.genscan.com>
7043              Files:  MANIFEST pp_ctl.c t/op/goto_xs.t
7044      Branch: maint-5.004/perl
7045            + t/op/goto_xs.t
7046            ! MANIFEST pp_ctl.c
7047 ____________________________________________________________________________
7048 [  1343] By: TimBunce                              on 1998/07/06  21:40:14
7049         Log: Title:  "Undo sub stub optimization and add comments on GV_FOO constants"
7050              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7051              Msg-ID:  <199807050841.EAA25114@aatma.engin.umich.edu>
7052              Files:  gv.h gv.c op.c toke.c
7053      Branch: maint-5.004/perl
7054            ! gv.c gv.h op.c toke.c
7055 ____________________________________________________________________________
7056 [  1342] By: gsar                                  on 1998/07/06  20:57:06
7057         Log: From:    Gisle Aas <gisle@aas.no>
7058              Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
7059              Date:    06 Jul 1998 21:52:12 +0200
7060              Subject: Keepers of the Patch Pumpkin
7061      Branch: perl
7062            ! Changes
7063 ____________________________________________________________________________
7064 [  1341] By: gsar                                  on 1998/07/06  20:43:35
7065         Log: remove dup entry in perldiag
7066      Branch: perl
7067            ! pod/perldiag.pod
7068 ____________________________________________________________________________
7069 [  1340] By: gsar                                  on 1998/07/06  20:31:44
7070         Log: more reasonable diagnostic on keyword vs. sub ambiguity
7071      Branch: perl
7072            ! pod/perldiag.pod toke.c
7073 ____________________________________________________________________________
7074 [  1339] By: gsar                                  on 1998/07/06  19:23:06
7075         Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
7076      Branch: perl
7077            ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
7078            ! sv.c toke.c util.c
7079 ____________________________________________________________________________
7080 [  1338] By: gsar                                  on 1998/07/06  18:45:35
7081         Log: per Larry suggestion, toss change#1327 and fix the documentation
7082              to match behavior instead
7083      Branch: perl
7084            ! pod/perlfunc.pod pp_sys.c
7085 ____________________________________________________________________________
7086 [  1337] By: gsar                                  on 1998/07/06  17:15:26
7087         Log: allow read(FH,threadsv,...)
7088      Branch: perl
7089            ! op.c
7090
7091 ----------------
7092 Version 5.004_70
7093 ----------------
7094
7095 ____________________________________________________________________________
7096 [  1336] By: gsar                                  on 1998/07/06  09:06:33
7097         Log: 5.004_70 tweaks
7098      Branch: perl
7099            ! Changes win32/Makefile win32/makefile.mk
7100 ____________________________________________________________________________
7101 [  1335] By: gsar                                  on 1998/07/06  07:05:37
7102         Log: update Changes
7103      Branch: perl
7104            ! Changes pod/perldiag.pod
7105 ____________________________________________________________________________
7106 [  1334] By: gsar                                  on 1998/07/06  06:41:17
7107         Log: allow eval-groups in patterns only if they C<use re 'eval';>
7108      Branch: perl
7109            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
7110            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
7111 ____________________________________________________________________________
7112 [  1333] By: gsar                                  on 1998/07/06  03:22:52
7113         Log: From: Hans Mulder <hansm@icgroup.nl>
7114              Date: Mon,  6 Jul 98 02:11:32 +0200
7115              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
7116              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
7117      Branch: perl
7118            ! malloc.c
7119 ____________________________________________________________________________
7120 [  1332] By: gsar                                  on 1998/07/06  03:18:34
7121         Log: added Errno-1.09 from CPAN
7122      Branch: perl
7123            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
7124 ____________________________________________________________________________
7125 [  1331] By: gsar                                  on 1998/07/06  02:59:09
7126         Log: fix small memleak on -e, don't try to find_script() when e_script
7127      Branch: perl
7128            ! perl.c
7129 ____________________________________________________________________________
7130 [  1330] By: gsar                                  on 1998/07/06  00:40:24
7131         Log: add Symbol::delete_package()
7132      Branch: perl
7133            ! lib/Symbol.pm pod/perlembed.pod
7134 ____________________________________________________________________________
7135 [  1329] By: gsar                                  on 1998/07/05  23:05:40
7136         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
7137              From: Stephen McCamant <alias@mcs.com>
7138              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
7139              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
7140              Subject: [PATCH] alignment in X[IN]V allocation
7141      Branch: perl
7142            ! sv.c
7143 ____________________________________________________________________________
7144 [  1328] By: gsar                                  on 1998/07/05  22:47:57
7145         Log: make read() return undef on errors as documented, and clarify docs
7146      Branch: perl
7147            ! pod/perlfunc.pod pp_sys.c
7148 ____________________________________________________________________________
7149 [  1327] By: gsar                                  on 1998/07/05  22:11:21
7150         Log: fix getc() to return empty string instead of undef on eof, as it was
7151              documented to behave; still returns undef on error
7152      Branch: perl
7153            ! pp_sys.c
7154 ____________________________________________________________________________
7155 [  1326] By: gsar                                  on 1998/07/05  21:53:30
7156         Log: patch whitespace-mutiliated; applied manually
7157              From: Hans Mulder <hansm@icgroup.nl>
7158              Date: Sun,  5 Jul 98 23:23:20 +0200
7159              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
7160              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
7161      Branch: perl
7162            ! ext/Errno/Errno_pm.PL
7163 ____________________________________________________________________________
7164 [  1325] By: gsar                                  on 1998/07/05  21:38:39
7165         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
7166              From: Tom Christiansen <tchrist@jhereg.perl.com>
7167              Date: Sun, 05 Jul 1998 09:15:22 -0500
7168              Subject: Re: docpatch 
7169              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
7170      Branch: perl
7171            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7172            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7173            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7174            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
7175            ! pod/perlrun.pod
7176 ____________________________________________________________________________
7177 [  1324] By: gsar                                  on 1998/07/05  21:06:56
7178         Log: applied patch, and undid change#1302 which it made unnecessary
7179              From: Billy <wdconsta@cs.adelaide.edu.au>
7180              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
7181              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
7182              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
7183      Branch: perl
7184            ! t/lib/h2ph.t utils/h2ph.PL
7185 ____________________________________________________________________________
7186 [  1323] By: gsar                                  on 1998/07/05  20:56:39
7187         Log: fix t/lib/fields.t's @INC so make test runs
7188      Branch: perl
7189            ! t/lib/fields.t
7190 ____________________________________________________________________________
7191 [  1322] By: gsar                                  on 1998/07/05  20:26:43
7192         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
7193      Branch: perl
7194            ! gv.c gv.h toke.c
7195 ____________________________________________________________________________
7196 [  1321] By: gsar                                  on 1998/07/05  07:41:50
7197         Log: sundry win32 config tweaks
7198      Branch: perl
7199            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
7200            ! win32/config.gc win32/config.vc win32/config_H.bc
7201            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
7202            ! win32/config_sh.PL win32/makefile.mk
7203 ____________________________________________________________________________
7204 [  1320] By: gsar                                  on 1998/07/05  06:30:35
7205         Log: update Changes
7206      Branch: perl
7207            ! Changes
7208 ____________________________________________________________________________
7209 [  1319] By: gsar                                  on 1998/07/05  06:27:37
7210         Log: add ck_sysread() for better sysread/read/recv sanity
7211      Branch: perl
7212            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
7213            ! opcode.pl proto.h
7214 ____________________________________________________________________________
7215 [  1318] By: gsar                                  on 1998/07/05  04:34:05
7216         Log: From: Stephen McCamant <alias@mcs.com>
7217              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
7218              Subject: [PATCH] Document B::Deparse, add pp_threadsv
7219              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
7220      Branch: perl
7221            ! ext/B/B/Deparse.pm
7222 ____________________________________________________________________________
7223 [  1317] By: gsar                                  on 1998/07/05  04:15:25
7224         Log: added patch with tweak to doc
7225              From: Chip Salzenberg <chip@perl.org>
7226              Message-ID: <19980704205136.A16319@perlsupport.com>
7227              Date: Sat, 4 Jul 1998 20:51:36 -0400
7228              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
7229      Branch: perl
7230            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
7231 ____________________________________________________________________________
7232 [  1316] By: gsar                                  on 1998/07/05  03:56:22
7233         Log: Porting/Glossary goes podly into Config.pm
7234      Branch: perl
7235            ! Porting/Glossary configpm
7236 ____________________________________________________________________________
7237 [  1315] By: gsar                                  on 1998/07/05  02:50:18
7238         Log: add suggested tool as an example in ExtUtils::Packlist
7239              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
7240              Message-Id: <199807031028.LAA10456@sale-wts>
7241              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
7242              Subject: Re: [make install] another horror story
7243      Branch: perl
7244            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
7245 ____________________________________________________________________________
7246 [  1314] By: gsar                                  on 1998/07/05  02:28:04
7247         Log: avoid race condition (storing ptr to SV before incrementing its
7248              REFCNT) and warning in newRV()
7249      Branch: perl
7250            ! sv.c
7251 ____________________________________________________________________________
7252 [  1313] By: gsar                                  on 1998/07/05  02:06:40
7253         Log: applied suggested fix for xhv_array sizing, with portability tweaks
7254              From: Gisle Aas <gisle@aas.no>
7255              Subject: Re: [PATCH] Re: perl5.004_69 core dump
7256              Date: 04 Jul 1998 10:20:35 +0200
7257              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
7258      Branch: perl
7259            ! hv.c
7260 ____________________________________________________________________________
7261 [  1312] By: gsar                                  on 1998/07/05  01:36:45
7262         Log: From: Gisle Aas <gisle@aas.no>
7263              Subject: [PATCH] hv_max may be a few too many
7264              Date: 04 Jul 1998 09:28:46 +0200
7265              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
7266      Branch: perl
7267            ! doop.c
7268 ____________________________________________________________________________
7269 [  1311] By: gsar                                  on 1998/07/05  00:35:27
7270         Log: patchlevel up to 5.004_70, various tweaks
7271              * fix taint problems due to maintbranch regression
7272              * PERL_OBJECT now builds again
7273              * deal with C++ strong-typing problems in hv.c
7274              * fix mismatch in "reserved word" diagnostic
7275      Branch: perl
7276            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
7277            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
7278 ____________________________________________________________________________
7279 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
7280         Log: Remove old RE //t flag from scan_subst().
7281      Branch: maint-5.004/perl
7282            ! toke.c
7283 ____________________________________________________________________________
7284 [  1309] By: gsar                                  on 1998/07/04  08:32:53
7285         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
7286      Branch: perl
7287            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
7288 ____________________________________________________________________________
7289 [  1307] By: gsar                                  on 1998/07/04  07:00:14
7290         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
7291      Branch: perl
7292            ! pp_hot.c t/op/local.t
7293 ____________________________________________________________________________
7294 [  1306] By: gsar                                  on 1998/07/04  05:52:34
7295         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
7296              From: joshua.pritikin@db.com
7297              Date: Wed, 1 Jul 1998 10:09:43 -0400
7298              Message-Id: <H00000e500086fb3@MHS>
7299              Subject: [PATCH _69] sv_2mortal fix
7300      Branch: perl
7301            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
7302 ____________________________________________________________________________
7303 [  1305] By: gsar                                  on 1998/07/04  05:46:42
7304         Log: add patch preextend global string table, tweak for 512 entries
7305              From: Gisle Aas <gisle@aas.no>
7306              Date: 04 Jul 1998 01:04:08 +0200
7307              Subject: Re: [PATCH] Re: perl5.004_69 core dump
7308              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
7309      Branch: perl
7310            ! perl.c
7311 ____________________________________________________________________________
7312 [  1304] By: gsar                                  on 1998/07/04  05:40:35
7313         Log: simplify xhv_array sizing
7314              From: Gisle Aas <gisle@aas.no>
7315              Date: 04 Jul 1998 00:49:42 +0200
7316              Subject: Re: [PATCH] Re: perl5.004_69 core dump
7317              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
7318      Branch: perl
7319            ! hv.c
7320 ____________________________________________________________________________
7321 [  1303] By: gsar                                  on 1998/07/04  05:37:29
7322         Log: make 4-arg win32_select() sleep more reasonably on false values
7323              From: Blair Zajac <blair@gps.caltech.edu>
7324              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
7325              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
7326              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
7327              --
7328              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
7329              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
7330              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
7331      Branch: perl
7332            ! win32/win32sck.c
7333 ____________________________________________________________________________
7334 [  1302] By: gsar                                  on 1998/07/04  05:32:50
7335         Log: adjust h2ph.t for dos-specific problem
7336              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7337              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
7338              Date: Fri, 3 Jul 1998 23:45:25 +0200
7339              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
7340      Branch: perl
7341            ! t/lib/h2ph.t
7342 ____________________________________________________________________________
7343 [  1301] By: gsar                                  on 1998/07/04  05:31:04
7344         Log: fix CPAN.pm problem, OS2 tweaks
7345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7346              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
7347              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
7348              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
7349      Branch: perl
7350            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
7351            ! lib/ExtUtils/MakeMaker.pm
7352 ____________________________________________________________________________
7353 [  1300] By: gsar                                  on 1998/07/04  05:27:20
7354         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7355              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
7356              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
7357              Subject: [PATCH 5.004_68] Add elc target to to makefile
7358      Branch: perl
7359            ! Makefile.SH
7360 ____________________________________________________________________________
7361 [  1299] By: gsar                                  on 1998/07/04  05:25:56
7362         Log: newer emacs/cperl-mode.el (via private mail)
7363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7364              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
7365              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
7366              Subject: [PATCH 5.004_68] cperl-mode
7367      Branch: perl
7368            ! emacs/cperl-mode.el
7369 ____________________________________________________________________________
7370 [  1298] By: gsar                                  on 1998/07/04  05:22:41
7371         Log: From: Dominic Dunlop <domo@computer.org>
7372              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
7373              Date: Thu, 2 Jul 1998 22:57:26 +0000
7374              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
7375      Branch: perl
7376            ! hints/machten.sh malloc.c
7377 ____________________________________________________________________________
7378 [  1297] By: gsar                                  on 1998/07/04  05:20:52
7379         Log: allow a flags args to fbm_instr() for future needs
7380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7381              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
7382              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
7383              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
7384      Branch: perl
7385            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
7386 ____________________________________________________________________________
7387 [  1296] By: gsar                                  on 1998/07/04  05:16:15
7388         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7389              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
7390              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
7391              Subject: [PATCH 5.004_69] INSTALL-1.39
7392      Branch: perl
7393            ! INSTALL
7394 ____________________________________________________________________________
7395 [  1295] By: gsar                                  on 1998/07/04  05:15:05
7396         Log: Configure update
7397              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
7398              Date: Wed, 1 Jul 98 23:07:50 EDT
7399              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
7400              Subject: [PATCH 5.004_69] Config_69-01
7401      Branch: perl
7402            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
7403            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
7404            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
7405 ____________________________________________________________________________
7406 [  1294] By: gsar                                  on 1998/07/04  05:10:25
7407         Log: add perlbug -F switch to save message to file
7408              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
7409              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
7410              Date: Wed, 1 Jul 1998 21:14:22 +0200
7411              Subject: Re: [PATCH 5.004_69] perlbug -fok
7412      Branch: perl
7413            ! Makefile.SH utils/perlbug.PL
7414 ____________________________________________________________________________
7415 [  1293] By: gsar                                  on 1998/07/04  05:06:52
7416         Log: catch nonexistent backrefs in REs
7417              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
7418              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
7419              Date: Wed, 1 Jul 1998 20:14:05 +0200
7420              Subject: Re: [PATCH _66] for bad backrefs
7421              --
7422              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
7423              Date: Wed, 1 Jul 1998 20:47:16 +0200
7424              Subject: Re: [PATCH _66] for bad backrefs
7425      Branch: perl
7426            ! regcomp.c t/op/re_tests util.c
7427 ____________________________________________________________________________
7428 [  1292] By: gsar                                  on 1998/07/04  05:02:01
7429         Log: fix perlcc to not rm output file, and other -w(arts)
7430      Branch: perl
7431            ! utils/perlcc.PL
7432 ____________________________________________________________________________
7433 [  1291] By: gsar                                  on 1998/07/04  04:30:03
7434         Log: ignore stash entries that are not GVs in dump.c
7435      Branch: perl
7436            ! dump.c
7437 ____________________________________________________________________________
7438 [  1290] By: gsar                                  on 1998/07/04  03:55:10
7439         Log: cleaner page headers from pod2man
7440      Branch: perl
7441            ! pod/pod2man.PL
7442 ____________________________________________________________________________
7443 [  1288] By: gsar                                  on 1998/07/04  03:16:39
7444         Log: tweaks to Getopt::Std
7445              From: Robin Barker <rmb1@cise.npl.co.uk>
7446              Date: Tue, 30 Jun 98 14:45:49 BST
7447              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
7448              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
7449              --
7450              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
7451              To: perl5-porters@perl.org
7452              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
7453      Branch: perl
7454            ! lib/Getopt/Std.pm
7455 ____________________________________________________________________________
7456 [  1287] By: gsar                                  on 1998/07/04  03:13:02
7457         Log: added patch, with tweaks
7458              From: Gisle Aas <gisle@aas.no>
7459              Date: 03 Jul 1998 00:50:15 +0200
7460              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
7461              Subject: [PATCH] Some AVHV documentation
7462      Branch: perl
7463            ! pod/perlref.pod
7464 ____________________________________________________________________________
7465 [  1286] By: gsar                                  on 1998/07/04  02:53:26
7466         Log: applied patch with tweaks to prose
7467              From: Gisle Aas <gisle@aas.no>
7468              Subject: [PATCH] Simplified AVHV support
7469              Date: 30 Jun 1998 13:34:07 +0200
7470              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
7471      Branch: perl
7472            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
7473            ! pp.c proto.h t/op/avhv.t
7474 ____________________________________________________________________________
7475 [  1285] By: gsar                                  on 1998/07/04  02:30:48
7476         Log: tweak doc for ".."
7477              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7478              Subject: [PATCH] pod for scalar ..
7479              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
7480              Date: Tue, 30 Jun 1998 12:14:50 +0100
7481      Branch: perl
7482            ! pod/perlop.pod
7483 ____________________________________________________________________________
7484 [  1284] By: gsar                                  on 1998/07/04  02:28:43
7485         Log: fix use of uninitialized var in pp_unpack()
7486              From: Jarkko Hietaniemi <jhi@iki.fi>
7487              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
7488              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
7489              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
7490      Branch: perl
7491            ! pp.c
7492 ____________________________________________________________________________
7493 [  1283] By: gsar                                  on 1998/07/04  02:26:37
7494         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7495              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
7496              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
7497              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
7498      Branch: perl
7499            ! lib/Text/ParseWords.pm
7500 ____________________________________________________________________________
7501 [  1282] By: gsar                                  on 1998/07/04  02:24:32
7502         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
7503              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
7504              Date: Mon, 29 Jun 1998 16:53:56 -0700
7505              Subject: [PATCH 5.004_69]README.vms doc patch
7506              --
7507              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
7508              Date: Mon, 29 Jun 1998 16:51:25 -0700
7509              --
7510              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
7511              Date: Thu, 02 Jul 1998 13:53:57 -0700
7512              Subject: [PATCH 5.004_69]VMS filetest operator fixup
7513      Branch: perl
7514            ! README.vms vms/descrip_mms.template vms/vms.c
7515 ____________________________________________________________________________
7516 [  1281] By: gsar                                  on 1998/07/04  02:17:48
7517         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7518              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
7519              Date: Mon, 29 Jun 1998 16:46:25 -0700
7520              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
7521      Branch: perl
7522            ! vms/subconfigure.com
7523 ____________________________________________________________________________
7524 [  1280] By: gsar                                  on 1998/07/04  02:16:03
7525         Log: don't attempt to copy directories on VMS
7526              From: Dan Sugalski <sugalskd@osshe.edu>
7527              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
7528              Date: Mon, 29 Jun 1998 16:31:29 -0700
7529              Subject: [PATCH 5.004_69]Tweak to installperl
7530      Branch: perl
7531            ! installperl
7532 ____________________________________________________________________________
7533 [  1279] By: gsar                                  on 1998/07/04  02:09:26
7534         Log: add 'installhtml*dir' to win32 config templates
7535              From: "Douglas Lankshear" <dougl@ActiveState.com>
7536              Subject: [PATCH 5.004_68] For Win32 config
7537              Date: Mon, 29 Jun 1998 09:00:13 -0700
7538              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
7539      Branch: perl
7540            ! win32/config.bc win32/config.gc win32/config.vc
7541 ____________________________________________________________________________
7542 [  1278] By: gsar                                  on 1998/07/04  02:06:23
7543         Log: implemented described fix for h2ph hanging on "enum"
7544              From: Billy <wdconsta@cs.adelaide.edu.au>
7545              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
7546              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
7547              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
7548      Branch: perl
7549            ! utils/h2ph.PL
7550 ____________________________________________________________________________
7551 [  1277] By: gsar                                  on 1998/07/04  01:51:47
7552         Log: merge changes#1210,1211,1270 from maintbranch
7553      Branch: perl
7554            + lib/re.pm
7555            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
7556            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
7557            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
7558 ____________________________________________________________________________
7559 [  1276] By: gsar                                  on 1998/07/04  00:33:37
7560         Log: deprecate use of reserved word "our" (Larry's idea)
7561              Date: Mon, 22 Jun 1998 08:55:09 -0700
7562              From: larry@wall.org (Larry Wall)
7563              Message-Id: <199806221555.IAA07212@wall.org>
7564              Subject: Re: our
7565      Branch: perl
7566            ! pod/perldiag.pod toke.c
7567 ____________________________________________________________________________
7568 [  1275] By: nick                                  on 1998/07/02  18:36:59
7569         Log: Integrate mainline, just to keep up.
7570      Branch: ansiperl
7571           +> t/lib/fields.t
7572            - lib/Math/Trig/Radial.pm
7573           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7574           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
7575           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
7576           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
7577           !> win32/config.bc win32/config.gc win32/config.vc
7578           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
7579           !> win32/win32iop.h
7580 ____________________________________________________________________________
7581 [  1274] By: gsar                                  on 1998/07/02  16:47:20
7582         Log: tweak win32/config.* variables
7583      Branch: perl
7584            ! win32/config.bc win32/config.gc win32/config.vc
7585 ____________________________________________________________________________
7586 [  1273] By: gsar                                  on 1998/07/02  16:33:53
7587         Log: export opendir() set of functions on win32
7588      Branch: perl
7589            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
7590            ! win32/win32iop.h
7591 ____________________________________________________________________________
7592 [  1272] By: gsar                                  on 1998/07/01  23:21:49
7593         Log: fix C<@a = (%a = 1)> bizarreness
7594      Branch: perl
7595            ! pp_hot.c
7596 ____________________________________________________________________________
7597 [  1271] By: gsar                                  on 1998/06/30  22:49:39
7598         Log: document perltrap on precedence of keys/values/each
7599      Branch: perl
7600            ! pod/perltrap.pod
7601 ____________________________________________________________________________
7602 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
7603         Log: Added lib/re.pm missing from change 1210
7604      Branch: maint-5.004/perl
7605            + lib/re.pm
7606 ____________________________________________________________________________
7607 [  1269] By: gsar                                  on 1998/06/30  08:20:52
7608         Log: From:    Murray Nesbitt <murray@ActiveState.com>
7609              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
7610              Date:    Mon, 29 Jun 1998 14:30:59 PDT
7611              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
7612      Branch: perl
7613            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7614 ____________________________________________________________________________
7615 [  1268] By: gsar                                  on 1998/06/30  05:38:34
7616         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
7617              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
7618              Date:    Mon, 29 Jun 1998 15:04:57 -0000
7619              Subject: [PATCH perl5.004_69] perldoc.PL
7620      Branch: perl
7621            ! utils/perldoc.PL
7622 ____________________________________________________________________________
7623 [  1267] By: gsar                                  on 1998/06/30  05:34:06
7624         Log: add patch to integrate Math::Trig::Radial into Math::Trig
7625              From: Jarkko Hietaniemi <jhi@iki.fi>
7626              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
7627              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
7628              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
7629      Branch: perl
7630            - lib/Math/Trig/Radial.pm
7631            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
7632 ____________________________________________________________________________
7633 [  1266] By: gsar                                  on 1998/06/30  05:17:33
7634         Log: From:    Gisle Aas <gisle@aas.no>
7635              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
7636              Date:    29 Jun 1998 12:36:09 +0200
7637              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
7638      Branch: perl
7639            + t/lib/fields.t
7640            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
7641            ! t/op/array.t
7642 ____________________________________________________________________________
7643 [  1265] By: gsar                                  on 1998/06/30  05:12:57
7644         Log: tweaks to overloaded constants (change#1259)
7645      Branch: perl
7646            ! scope.c scope.h toke.c
7647 ____________________________________________________________________________
7648 [  1264] By: nick                                  on 1998/06/29  17:38:03
7649         Log: Integrate mainline c. _69 to ansiperl
7650      Branch: ansiperl
7651           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
7652           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
7653           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
7654           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
7655           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
7656           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
7657           !> (integrate 100 files)
7658
7659 ----------------
7660 Version 5.004_69
7661 ----------------
7662
7663 ____________________________________________________________________________
7664 [  1263] By: gsar                                  on 1998/06/29  09:17:28
7665         Log: update Changes and perlhist.pod
7666      Branch: perl
7667            ! Changes pod/perlhist.pod
7668 ____________________________________________________________________________
7669 [  1262] By: gsar                                  on 1998/06/29  08:26:36
7670         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
7671              under several build configurations)
7672      Branch: perl
7673            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
7674            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
7675            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7676 ____________________________________________________________________________
7677 [  1261] By: gsar                                  on 1998/06/29  06:51:10
7678         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
7679      Branch: perl
7680            ! scope.h
7681 ____________________________________________________________________________
7682 [  1260] By: gsar                                  on 1998/06/29  06:46:12
7683         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
7684              Date:    Mon, 29 Jun 1998 08:10:46 +0200
7685              From:    ts <decoux@moulon.inra.fr>
7686              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
7687      Branch: perl
7688            ! pod/perlembed.pod
7689 ____________________________________________________________________________
7690 [  1259] By: gsar                                  on 1998/06/29  06:01:35
7691         Log: added patch for overloading constants, made PERL_OBJECT-aware
7692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7693              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
7694              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
7695      Branch: perl
7696            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
7697            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
7698            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
7699            ! t/pragma/overload.t toke.c
7700 ____________________________________________________________________________
7701 [  1258] By: gsar                                  on 1998/06/29  05:32:25
7702         Log: fix Socket.pm typo from change#1240
7703      Branch: perl
7704            ! ext/Socket/Socket.pm
7705 ____________________________________________________________________________
7706 [  1257] By: gsar                                  on 1998/06/29  05:09:24
7707         Log: applied patch, tweak for threads awareness
7708              From: Albert Dvornik <bert@genscan.com>
7709              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
7710              Date: 24 Jun 1998 19:33:09 -0400
7711              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
7712      Branch: perl
7713            + t/op/goto_xs.t
7714            ! MANIFEST pp_ctl.c
7715 ____________________________________________________________________________
7716 [  1256] By: gsar                                  on 1998/06/29  03:34:18
7717         Log: applied patch, fixed one more leak, tweaked whitespace bugs
7718              From: Guy Decoux <decoux@moulon.inra.fr>
7719              (via)
7720              Date: Fri, 26 Jun 1998 09:59:32 -0400
7721              From: "Chunhui Teng" <cteng@nortel.ca>
7722              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
7723              Subject: Memory leak in Perl 5.004 and the fix
7724      Branch: perl
7725            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
7726 ____________________________________________________________________________
7727 [  1255] By: gsar                                  on 1998/06/29  02:50:37
7728         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
7729              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
7730              Date: 28 Jun 1998 23:47:07 +0200
7731              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
7732      Branch: perl
7733            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7734 ____________________________________________________________________________
7735 [  1254] By: gsar                                  on 1998/06/28  21:35:02
7736         Log: From: joshua.pritikin@db.com
7737              Date: Fri, 26 Jun 1998 09:34:34 -0400
7738              Message-Id: <H00000e500081d23@MHS>
7739              Subject: [PATCH _68] PUSHSTACK renovation
7740      Branch: perl
7741            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
7742 ____________________________________________________________________________
7743 [  1253] By: gsar                                  on 1998/06/28  21:21:22
7744         Log: From: Stephen McCamant <alias@mcs.com>
7745              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
7746              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
7747              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
7748      Branch: perl
7749            ! perlvars.h sv.c
7750 ____________________________________________________________________________
7751 [  1252] By: gsar                                  on 1998/06/28  21:16:34
7752         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7753              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
7754              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
7755              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
7756      Branch: perl
7757            ! regcomp.c
7758 ____________________________________________________________________________
7759 [  1251] By: gsar                                  on 1998/06/28  21:14:32
7760         Log: add Math/Trig/Radial.pm, update MANIFEST
7761              From: Jarkko Hietaniemi <jhi@iki.fi>
7762              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
7763              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
7764              Subject: Math::Trig::Radial ?
7765      Branch: perl
7766            + lib/Math/Trig/Radial.pm
7767            ! MANIFEST
7768 ____________________________________________________________________________
7769 [  1250] By: gsar                                  on 1998/06/28  21:09:48
7770         Log: applied patch, tweaked doc, and regen regnodes.h
7771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7772              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
7773              Subject: [PATCH 5.004_68] \z in RE
7774              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
7775      Branch: perl
7776            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
7777            ! t/op/re_tests t/op/regexp.t toke.c
7778 ____________________________________________________________________________
7779 [  1249] By: gsar                                  on 1998/06/28  20:56:38
7780         Log: From: mike@bill.iac.net
7781              Message-ID: <19980627034913.A32220@bill.minivend.com>
7782              Date: Sat, 27 Jun 1998 03:49:13 +0000
7783              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
7784      Branch: perl
7785            ! lib/Text/ParseWords.pm t/lib/parsewords.t
7786 ____________________________________________________________________________
7787 [  1248] By: gsar                                  on 1998/06/28  20:54:43
7788         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7789              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
7790              Subject: [PATCH] Fix ptags
7791              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
7792      Branch: perl
7793            ! emacs/ptags
7794 ____________________________________________________________________________
7795 [  1247] By: gsar                                  on 1998/06/28  20:42:54
7796         Log: apply patch sent via private mail
7797              From: Stephen McCamant <alias@mcs.com>
7798              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
7799              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
7800              Subject: Re: Enhanced B::Deparse 
7801      Branch: perl
7802            ! ext/B/B/Deparse.pm
7803 ____________________________________________________________________________
7804 [  1246] By: gsar                                  on 1998/06/28  20:38:24
7805         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7806              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
7807              Subject: [PATCH 5.004_68] pat.t tests
7808              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
7809      Branch: perl
7810            ! t/op/pat.t
7811 ____________________________________________________________________________
7812 [  1245] By: gsar                                  on 1998/06/28  20:36:08
7813         Log: From: joshua.pritikin@db.com
7814              Date: Fri, 26 Jun 1998 10:02:32 -0400
7815              Message-Id: <H00000e500081d28@MHS>
7816              Subject: [PATCH _68] improve recursive error messages!
7817      Branch: perl
7818            ! gv.c pod/perldiag.pod universal.c
7819 ____________________________________________________________________________
7820 [  1244] By: gsar                                  on 1998/06/28  20:09:02
7821         Log: From: Dominic Dunlop <domo@vo.lu>
7822              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
7823              Date: Thu, 25 Jun 1998 17:46:55 +0000
7824              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
7825              to op/pat.t; add tests for a few  more regexp parse failures etc.
7826      Branch: perl
7827            ! t/op/pat.t t/op/re_tests t/op/regexp.t
7828 ____________________________________________________________________________
7829 [  1243] By: gsar                                  on 1998/06/28  20:06:30
7830         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
7831              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7832              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
7833              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
7834              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
7835      Branch: perl
7836            ! perl_exp.SH
7837 ____________________________________________________________________________
7838 [  1242] By: gsar                                  on 1998/06/28  20:01:28
7839         Log: 
7840              From: Gisle Aas <gisle@aas.no>
7841              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
7842              Date: 25 Jun 1998 10:32:43 +0200
7843              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
7844      Branch: perl
7845            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
7846 ____________________________________________________________________________
7847 [  1241] By: gsar                                  on 1998/06/28  19:55:11
7848         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
7849              From: Stephen McCamant <alias@mcs.com>
7850              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
7851              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
7852              Subject: [PATCH REPOST] refgen in opcode.pl
7853      Branch: perl
7854            ! opcode.h opcode.pl
7855 ____________________________________________________________________________
7856 [  1240] By: gsar                                  on 1998/06/28  19:46:29
7857         Log: From: Chris Nandor <pudge@pobox.com>
7858              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
7859              Date: Wed, 24 Jun 1998 19:58:28 -0400
7860              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
7861      Branch: perl
7862            ! ext/Socket/Socket.pm
7863 ____________________________________________________________________________
7864 [  1239] By: gsar                                  on 1998/06/28  19:44:19
7865         Log: From: Gisle Aas <gisle@aas.no>
7866              Subject: [PATCH] Optimize foreach (1..1000000)
7867              Date: 24 Jun 1998 20:26:48 +0200
7868              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
7869      Branch: perl
7870            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
7871            ! pp_hot.c t/op/range.t
7872 ____________________________________________________________________________
7873 [  1238] By: gsar                                  on 1998/06/28  19:28:13
7874         Log: avoid creation of %^R
7875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7876              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
7877              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
7878              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
7879      Branch: perl
7880            ! perl.c t/op/splice.t
7881 ____________________________________________________________________________
7882 [  1237] By: gsar                                  on 1998/06/28  19:23:40
7883         Log: From: Gisle Aas <gisle@aas.no>
7884              Subject: [PATCH] Negative LENGTH argument to splice
7885              Date: 24 Jun 1998 15:11:35 +0200
7886              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
7887      Branch: perl
7888            + t/op/splice.t
7889            ! MANIFEST pod/perlfunc.pod pp.c
7890 ____________________________________________________________________________
7891 [  1236] By: gsar                                  on 1998/06/28  19:18:29
7892         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7893              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
7894              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
7895              Date: Wed, 24 Jun 1998 13:13:02 +0100
7896      Branch: perl
7897            ! pod/perldiag.pod pod/perlsec.pod
7898 ____________________________________________________________________________
7899 [  1235] By: gsar                                  on 1998/06/28  19:16:13
7900         Log: Complex.pm update
7901              From: Jarkko Hietaniemi <jhi@iki.fi>
7902              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
7903              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
7904              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
7905      Branch: perl
7906            ! lib/Math/Complex.pm t/lib/complex.t
7907 ____________________________________________________________________________
7908 [  1234] By: gsar                                  on 1998/06/28  19:13:05
7909         Log: disable perl malloc on UNICOS for now
7910              From: Jarkko Hietaniemi <jhi@iki.fi>
7911              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
7912              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
7913              Subject: [PATCH] 5.004_68: UNICOS hints
7914      Branch: perl
7915            ! hints/unicos.sh
7916 ____________________________________________________________________________
7917 [  1233] By: gsar                                  on 1998/06/28  19:10:53
7918         Log: fixes unpack("q"...), and semctl() tests for UNICOS
7919              From: Jarkko Hietaniemi <jhi@iki.fi>
7920              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
7921              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
7922              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
7923      Branch: perl
7924            ! pp.c t/op/ipcsem.t t/op/pack.t
7925 ____________________________________________________________________________
7926 [  1232] By: gsar                                  on 1998/06/28  19:01:23
7927         Log: tweak various places for iperlsys.h awareness
7928      Branch: perl
7929            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
7930            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
7931 ____________________________________________________________________________
7932 [  1231] By: gsar                                  on 1998/06/28  18:37:07
7933         Log: add a perlio.h stub for compat (some extensions seem to #include it)
7934      Branch: perl
7935            + perlio.h
7936 ____________________________________________________________________________
7937 [  1230] By: gsar                                  on 1998/06/28  18:35:23
7938         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
7939              Date: Wed, 24 Jun 1998 00:37:01 +0200
7940              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7941              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
7942      Branch: perl
7943            ! pod/pod2text.PL
7944 ____________________________________________________________________________
7945 [  1229] By: gsar                                  on 1998/06/28  18:33:42
7946         Log: hand apply mutiliated patch
7947              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
7948              Date: Tue, 23 Jun 1998 11:41:00 -0700
7949              From: Dan Sugalski <sugalskd@osshe.edu>
7950              Subject: [PATCH 5.004_68]Configure update for VMS
7951      Branch: perl
7952            ! configure.com vms/descrip_mms.template vms/subconfigure.com
7953 ____________________________________________________________________________
7954 [  1228] By: gsar                                  on 1998/06/28  17:17:35
7955         Log: hand apply whitespace mutiliated patch
7956              Date: Tue, 23 Jun 98 16:38:06 BST
7957              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
7958              From: Robin Barker <rmb1@cise.npl.co.uk>
7959              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
7960      Branch: perl
7961            ! utils/perlbug.PL
7962 ____________________________________________________________________________
7963 [  1227] By: gsar                                  on 1998/06/28  17:14:34
7964         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
7965              From: Tom Phoenix <rootbeer@teleport.com>
7966              Subject: [PATCH] documenting close without arguments
7967              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
7968      Branch: perl
7969            ! pod/perlfunc.pod
7970 ____________________________________________________________________________
7971 [  1226] By: gsar                                  on 1998/06/28  17:12:56
7972         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
7973              From: Tom Phoenix <rootbeer@teleport.com>
7974              Subject: Better diags for vars.pm
7975              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
7976      Branch: perl
7977            ! lib/vars.pm
7978 ____________________________________________________________________________
7979 [  1225] By: gsar                                  on 1998/06/28  17:05:59
7980         Log: hand apply whitespace mutiliated perldoc.PL patches
7981              Date: Tue, 23 Jun 98 15:49:52 BST
7982              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
7983              From: Robin Barker <rmb1@cise.npl.co.uk>
7984              Subject: PATCH [5.004_68] perldoc.PL
7985              --
7986              Date: Fri, 26 Jun 98 17:50:05 BST
7987              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
7988              From: Robin Barker <rmb1@cise.npl.co.uk>
7989              Subject: [PATCH 5.004_68] perldoc.PL
7990      Branch: perl
7991            ! utils/perldoc.PL
7992 ____________________________________________________________________________
7993 [  1224] By: gsar                                  on 1998/06/28  16:50:59
7994         Log: integrate ansiperl to get makedef.pl tweak
7995      Branch: perl
7996            ! Porting/pumpkin.pod win32/makedef.pl
7997 ____________________________________________________________________________
7998 [  1223] By: gsar                                  on 1998/06/28  16:33:32
7999         Log: add CGI-2.42, its and testsuite
8000      Branch: perl
8001            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
8002            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
8003            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
8004            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
8005            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
8006            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
8007            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
8008            ! lib/CGI/Switch.pm
8009 ____________________________________________________________________________
8010 [  1222] By: gsar                                  on 1998/06/28  15:28:29
8011         Log: enable Errno build on win32, add Errno-1.08 files to repository
8012      Branch: perl
8013            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
8014            + ext/Errno/Makefile.PL t/lib/errno.t
8015            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
8016            ! win32/config.vc win32/makefile.mk
8017 ____________________________________________________________________________
8018 [  1221] By: gsar                                  on 1998/06/28  14:34:06
8019         Log: tweak win32 config templates for cpp
8020      Branch: perl
8021            ! win32/config.bc win32/config.gc win32/config.vc
8022 ____________________________________________________________________________
8023 [  1220] By: nick                                  on 1998/06/26  16:46:13
8024         Log: Integrate mainline
8025      Branch: ansiperl
8026           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8027           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
8028           !> util.c win32/win32.h
8029 ____________________________________________________________________________
8030 [  1219] By: gsar                                  on 1998/06/26  04:33:57
8031         Log: make find_script() return saved string, reenable missing diagnostics
8032      Branch: perl
8033            ! perl.c util.c
8034 ____________________________________________________________________________
8035 [  1218] By: gsar                                  on 1998/06/25  23:24:53
8036         Log: avoid warning with -P switch
8037      Branch: perl
8038            ! perl.c
8039 ____________________________________________________________________________
8040 [  1217] By: gsar                                  on 1998/06/25  22:06:58
8041         Log: don't suppress display of Makefile recipes that invoke perl
8042      Branch: perl
8043            ! Makefile.SH
8044 ____________________________________________________________________________
8045 [  1216] By: gsar                                  on 1998/06/25  21:32:06
8046         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
8047              in RVs
8048      Branch: perl
8049            ! sv.c
8050 ____________________________________________________________________________
8051 [  1215] By: gsar                                  on 1998/06/25  18:56:59
8052         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
8053      Branch: perl
8054            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8055 ____________________________________________________________________________
8056 [  1214] By: gsar                                  on 1998/06/25  18:11:22
8057         Log: add FILE_SHARE_DELETE ifndef in win32.h
8058      Branch: perl
8059            ! win32/win32.h
8060 ____________________________________________________________________________
8061 [  1213] By: nick                                  on 1998/06/24  17:18:59
8062         Log: Correct perl malloc tweak to .def generation
8063      Branch: ansiperl
8064            ! win32/makedef.pl
8065 ____________________________________________________________________________
8066 [  1212] By: gsar                                  on 1998/06/24  12:40:13
8067         Log: check in what change#1182 didn't, and Changes
8068      Branch: perl
8069            ! Changes pod/perlre.pod pod/perlvar.pod
8070 ____________________________________________________________________________
8071 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
8072         Log: Update test count in t/lib/basename.t (see change 1210)
8073      Branch: maint-5.004/perl
8074            ! t/lib/basename.t
8075 ____________________________________________________________________________
8076 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
8077         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
8078              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
8079              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
8080              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
8081              <199805261143.MAA04260@toad.ig.co.uk>,
8082              <199805261235.IAA10371@aatma.engin.umich.edu>,
8083              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
8084              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
8085              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
8086      Branch: maint-5.004/perl
8087            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
8088            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
8089            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
8090 ____________________________________________________________________________
8091 [  1209] By: nick                                  on 1998/06/23  21:33:34
8092         Log: Perl_malloced_size() only available with perl's malloc
8093      Branch: ansiperl
8094            ! win32/makefile.mk
8095 ____________________________________________________________________________
8096 [  1208] By: nick                                  on 1998/06/23  18:15:23
8097         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
8098              so see what has changed...
8099      Branch: ansiperl
8100           +> Porting/genlog iperlsys.h lib/File/Spec.pm
8101           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8102           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8103           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
8104           +> t/lib/filespec.t win32/perlhost.h
8105            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
8106            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
8107            - perlproc.h perlsock.h
8108           !> (integrate 96 files)
8109
8110 ----------------
8111 Version 5.004_68
8112 ----------------
8113
8114 ____________________________________________________________________________
8115 [  1207] By: gsar                                  on 1998/06/23  10:55:05
8116         Log: final touches to 5.004_68
8117      Branch: perl
8118            ! perl.c
8119 ____________________________________________________________________________
8120 [  1206] By: gsar                                  on 1998/06/23  10:50:10
8121         Log: more MULTIPLICITY tweaks
8122      Branch: perl
8123            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
8124            ! win32/config.gc win32/config.vc win32/config_H.bc
8125            ! win32/config_H.gc win32/config_H.vc
8126 ____________________________________________________________________________
8127 [  1205] By: gsar                                  on 1998/06/23  09:03:46
8128         Log: partial MULTIPLICITY cleanup
8129      Branch: perl
8130            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
8131            ! thrdvar.h
8132 ____________________________________________________________________________
8133 [  1204] By: gsar                                  on 1998/06/23  09:00:48
8134         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
8135      Branch: perl
8136            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
8137 ____________________________________________________________________________
8138 [  1203] By: gsar                                  on 1998/06/23  07:08:02
8139         Log: bump patchlevel to 68, Porting/makerel tweaks
8140      Branch: perl
8141            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
8142            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8143 ____________________________________________________________________________
8144 [  1202] By: gsar                                  on 1998/06/23  06:16:19
8145         Log: remove atomic.h pending resolution of licensing issues,
8146              EMULATE_ATOMIC_REFCOUNTS everywhere
8147      Branch: perl
8148            - atomic.h
8149            ! MANIFEST perl.h sv.h
8150 ____________________________________________________________________________
8151 [  1201] By: gsar                                  on 1998/06/23  06:06:23
8152         Log: applied patch, regen headers
8153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8154              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
8155              Subject: [PATCH 5.004_67] Malloc size feedback
8156              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
8157      Branch: perl
8158            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
8159            ! pp_sys.c proto.h sv.c toke.c
8160 ____________________________________________________________________________
8161 [  1200] By: gsar                                  on 1998/06/23  05:59:09
8162         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
8163              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
8164              From: Stephen McCamant <alias@mcs.com>
8165              Subject: [PATCH] Inheritance of B:: classes
8166      Branch: perl
8167            ! ext/B/B.pm
8168 ____________________________________________________________________________
8169 [  1199] By: gsar                                  on 1998/06/23  05:57:58
8170         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
8171              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
8172              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
8173              Subject: [PATCH] _67: somebody said POSIX::mknod?
8174              From: Jarkko Hietaniemi <jhi@iki.fi>
8175      Branch: perl
8176            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8177            ! ext/POSIX/POSIX.xs perl.h
8178 ____________________________________________________________________________
8179 [  1198] By: gsar                                  on 1998/06/23  05:48:56
8180         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
8181              From: Daniel Grisinger <dgris@perrin.dimensional.com>
8182              Subject: PATCH [5.004_67] perldoc.PL
8183              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
8184      Branch: perl
8185            ! utils/perldoc.PL
8186 ____________________________________________________________________________
8187 [  1197] By: gsar                                  on 1998/06/23  05:47:24
8188         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
8189              Date: Mon, 22 Jun 1998 09:29:18 -0700
8190              From: Dan Sugalski <sugalskd@ous.edu>
8191              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
8192      Branch: perl
8193            ! lib/AutoSplit.pm
8194 ____________________________________________________________________________
8195 [  1196] By: gsar                                  on 1998/06/23  05:45:19
8196         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
8197              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
8198              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
8199              From: Jarkko Hietaniemi <jhi@iki.fi>
8200      Branch: perl
8201            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
8202 ____________________________________________________________________________
8203 [  1195] By: gsar                                  on 1998/06/23  05:43:32
8204         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
8205              Date: Mon, 22 Jun 1998 15:22:24 +0000
8206              From: Dominic Dunlop <domo@vo.lu>
8207              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
8208              update machten.sh to vary REG_INFTY
8209      Branch: perl
8210            ! hints/machten.sh t/op/re_tests t/op/regexp.t
8211 ____________________________________________________________________________
8212 [  1194] By: gsar                                  on 1998/06/23  05:38:36
8213         Log: filter out array subscripts when generating symbols for AIX
8214              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
8215              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
8216              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
8217              From: Jarkko Hietaniemi <jhi@iki.fi>
8218      Branch: perl
8219            ! perl_exp.SH
8220 ____________________________________________________________________________
8221 [  1193] By: gsar                                  on 1998/06/23  05:32:52
8222         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
8223              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
8224              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
8225              From: Lupe Christoph <lupe@alanya.m.isar.de>
8226              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
8227      Branch: perl
8228            ! hints/solaris_2.sh
8229 ____________________________________________________________________________
8230 [  1192] By: gsar                                  on 1998/06/23  05:27:13
8231         Log: add detailed changelogs and 'genlog'--the script which generates them
8232      Branch: perl
8233            + Porting/genlog
8234            ! Changes INSTALL
8235 ____________________________________________________________________________
8236 [  1191] By: gsar                                  on 1998/06/22  15:56:27
8237         Log: tweak win32 makefiles for PERL_OBJECT build
8238      Branch: perl
8239            ! win32/Makefile win32/makefile.mk
8240 ____________________________________________________________________________
8241 [  1190] By: gsar                                  on 1998/06/22  04:06:02
8242         Log: backout change#1178 as it was dependent on an unapplied patch,
8243              fix filespec.t to know its @INC
8244      Branch: perl
8245            ! sv.c t/lib/filespec.t
8246 ____________________________________________________________________________
8247 [  1189] By: gsar                                  on 1998/06/22  03:47:43
8248         Log: eliminate use of tokenbuf in util.c
8249      Branch: perl
8250            ! util.c
8251 ____________________________________________________________________________
8252 [  1188] By: gsar                                  on 1998/06/22  01:53:59
8253         Log: add patch that generates regnodes.h via regcomp.pl
8254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8255              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
8256              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
8257              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
8258      Branch: perl
8259            + regcomp.pl regcomp.sym regnodes.h
8260            ! MANIFEST Makefile.SH regcomp.h
8261 ____________________________________________________________________________
8262 [  1187] By: gsar                                  on 1998/06/22  01:42:21
8263         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8264              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
8265              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
8266              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
8267      Branch: perl
8268            ! pp_ctl.c pp_hot.c
8269 ____________________________________________________________________________
8270 [  1186] By: gsar                                  on 1998/06/22  01:14:14
8271         Log: merge relevant portions from maintbranch change#1155
8272      Branch: perl
8273            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
8274            ! pod/perlrun.pod pp_hot.c
8275 ____________________________________________________________________________
8276 [  1185] By: gsar                                  on 1998/06/22  00:59:28
8277         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8278              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
8279              Subject: [PATCH 5.004_67] Zero-length matching bug
8280              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
8281      Branch: perl
8282            ! regexec.c t/op/pat.t
8283 ____________________________________________________________________________
8284 [  1184] By: gsar                                  on 1998/06/22  00:57:27
8285         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
8286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8287              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
8288              Subject: Re: _67 not okay
8289              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
8290      Branch: perl
8291            ! malloc.c
8292 ____________________________________________________________________________
8293 [  1183] By: gsar                                  on 1998/06/22  00:53:37
8294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8295              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
8296              Subject: [PATCH 5.004_67] Test study/re/
8297              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
8298      Branch: perl
8299            ! t/op/pat.t
8300 ____________________________________________________________________________
8301 [  1182] By: gsar                                  on 1998/06/21  21:25:07
8302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8303              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
8304              Subject: [PATCH 5.004_67] $^R documented
8305              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
8306      Branch: perl
8307            ! pod/perlre.pod pod/perlvar.pod
8308 ____________________________________________________________________________
8309 [  1181] By: gsar                                  on 1998/06/21  21:23:41
8310         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8311              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
8312              Subject: [PATCH 5.004_67] Re docs
8313              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
8314      Branch: perl
8315            ! pod/perlop.pod pod/perlre.pod
8316 ____________________________________________________________________________
8317 [  1180] By: gsar                                  on 1998/06/21  21:22:16
8318         Log: adapted contents of message into comments in malloc.c and INSTALL
8319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8320              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
8321              Subject: [5.004_67] malloc.c -Defines
8322              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
8323      Branch: perl
8324            ! INSTALL malloc.c
8325 ____________________________________________________________________________
8326 [  1179] By: gsar                                  on 1998/06/21  07:26:35
8327         Log: applied patch, with edits to the prose
8328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8329              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
8330              Subject: [PATCH 5.004_67] Error variables compared
8331              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
8332      Branch: perl
8333            ! pod/perlvar.pod
8334 ____________________________________________________________________________
8335 [  1178] By: gsar                                  on 1998/06/21  07:07:16
8336         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8337              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
8338              Subject: [PATCH 5.004_67] print study /re/ broken
8339              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
8340      Branch: perl
8341            ! sv.c
8342 ____________________________________________________________________________
8343 [  1177] By: gsar                                  on 1998/06/21  07:06:10
8344         Log: applied patch, tweaked wording
8345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8346              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
8347              Subject: [PATCH 5.004_67] Documentation patch for malloc
8348              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
8349      Branch: perl
8350            ! malloc.c pod/perldiag.pod
8351 ____________________________________________________________________________
8352 [  1176] By: gsar                                  on 1998/06/21  07:00:30
8353         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8354              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
8355              Subject: [PATCH 5.004_67] Cosmetic malloc patch
8356              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
8357      Branch: perl
8358            ! malloc.c
8359 ____________________________________________________________________________
8360 [  1175] By: gsar                                  on 1998/06/21  06:58:37
8361         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
8362              Date: Fri, 19 Jun 1998 16:00:57 -0700
8363              From: Dan Sugalski <sugalskd@osshe.edu>
8364              Subject: [PATCH 5.004_67] fixup patches for VMS
8365      Branch: perl
8366            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
8367            ! t/op/taint.t vms/test.com vms/vms.c
8368 ____________________________________________________________________________
8369 [  1174] By: gsar                                  on 1998/06/21  06:55:18
8370         Log: applied VMS patch from Dan Sugalski
8371              Date: Fri, 19 Jun 1998 15:36:34 -0700
8372              From: SYSTEM@cedar.osshe.edu
8373              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
8374              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
8375      Branch: perl
8376            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
8377            ! vms/descrip_mms.template vms/gen_shrfls.pl
8378            ! vms/subconfigure.com
8379 ____________________________________________________________________________
8380 [  1173] By: gsar                                  on 1998/06/21  06:51:38
8381         Log: applied patch, modified logic to avoid reentering lexer at compile-time
8382              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
8383              Date: Fri, 19 Jun 1998 11:31:04 -0500
8384              From: Graham Barr <gbarr@ti.com>
8385              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
8386      Branch: perl
8387            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
8388            ! lib/English.pm
8389 ____________________________________________________________________________
8390 [  1172] By: gsar                                  on 1998/06/21  06:27:57
8391         Log: applied patch, along with many changes:
8392              - ipfoo.h headers have been coalesced along with perlfoo.h into
8393              iperlsys.h
8394              - win32/cp*.h have been combined in perlhost.h
8395              - CPerlObj::PerlParse() takes an extra xsinit arg
8396              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
8397              From: "Douglas Lankshear" <dougl@ActiveState.com>
8398              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
8399              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
8400              Date: Fri, 19 Jun 1998 10:59:50 -0700
8401      Branch: perl
8402            + iperlsys.h win32/perlhost.h
8403            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
8404            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
8405            - perlsock.h
8406            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
8407            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
8408            ! win32/runperl.c win32/win32.h
8409 ____________________________________________________________________________
8410 [  1171] By: gsar                                  on 1998/06/21  00:44:42
8411         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
8412              From: Daniel Grisinger <dgris@perrin.dimensional.com>
8413              Subject: Re: PATCH _67 (Doc) perlop.pod 
8414              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
8415      Branch: perl
8416            ! pod/perlop.pod
8417 ____________________________________________________________________________
8418 [  1170] By: gsar                                  on 1998/06/21  00:43:06
8419         Log: a tweaked version of:
8420              From: "Douglas Lankshear" <dougl@ActiveState.com>
8421              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
8422              Date: Wed, 17 Jun 1998 20:25:51 -0700
8423              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
8424      Branch: perl
8425            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
8426 ____________________________________________________________________________
8427 [  1169] By: gsar                                  on 1998/06/21  00:10:18
8428         Log: added patch, regen headers
8429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8430              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
8431              Subject: Re: Ilya's patches
8432              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
8433      Branch: perl
8434            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
8435 ____________________________________________________________________________
8436 [  1168] By: gsar                                  on 1998/06/21  00:05:01
8437         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
8438              From: Tom Phoenix <rootbeer@teleport.com>
8439              Subject: [PATCH] docs creating files via open
8440              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
8441      Branch: perl
8442            ! pod/perlfunc.pod
8443 ____________________________________________________________________________
8444 [  1167] By: gsar                                  on 1998/06/21  00:03:34
8445         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8446              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
8447              Subject: [PATCH 5.004_67] Better version of malloc improver
8448              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
8449      Branch: perl
8450            ! malloc.c
8451 ____________________________________________________________________________
8452 [  1166] By: gsar                                  on 1998/06/20  23:59:23
8453         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
8454      Branch: perl
8455            ! pod/perlre.pod
8456 ____________________________________________________________________________
8457 [  1165] By: gsar                                  on 1998/06/20  23:47:09
8458         Log: added patch, tweaked missed files, excised comment that doesn't really
8459              belong in the sources
8460              From: joshua.pritikin@db.com
8461              Date: Mon, 15 Jun 1998 10:03:37 -0400
8462              Message-Id: <H00000e500072c63@MHS>
8463              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
8464      Branch: perl
8465            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
8466            ! t/op/avhv.t
8467 ____________________________________________________________________________
8468 [  1164] By: gsar                                  on 1998/06/20  23:29:09
8469         Log: add File-Spec-0.6 from CPAN
8470      Branch: perl
8471            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8472            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8473            + lib/File/Spec/Win32.pm t/lib/filespec.t
8474            ! MANIFEST
8475 ____________________________________________________________________________
8476 [  1163] By: gsar                                  on 1998/06/20  23:15:41
8477         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
8478      Branch: perl
8479            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
8480 ____________________________________________________________________________
8481 [  1162] By: gsar                                  on 1998/06/20  21:48:32
8482         Log: manual integration of all outstanding ansi branch stuff into mainline
8483      Branch: perl
8484            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
8485            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
8486            ! win32/win32.h
8487 ____________________________________________________________________________
8488 [  1161] By: gsar                                  on 1998/06/20  21:12:01
8489         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
8490      Branch: perl
8491            ! utils/perldoc.PL
8492 ____________________________________________________________________________
8493 [  1160] By: nick                                  on 1998/06/20  21:05:51
8494         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
8495      Branch: ansiperl
8496            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
8497            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
8498 ____________________________________________________________________________
8499 [  1159] By: gsar                                  on 1998/06/20  02:51:35
8500         Log: cleanup installation of utilities on win32
8501      Branch: perl
8502            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
8503            ! win32/pod.mak
8504 ____________________________________________________________________________
8505 [  1158] By: gsar                                  on 1998/06/20  02:50:35
8506         Log: intuit @INC pathnames from exe location only if dll location
8507              is unknown (ensures that multiple executables will coexist)
8508      Branch: perl
8509            ! win32/win32.c
8510 ____________________________________________________________________________
8511 [  1157] By: gsar                                  on 1998/06/20  02:48:34
8512         Log: make perldoc ignore null files (it tried to open() them)
8513      Branch: perl
8514            ! utils/perldoc.PL
8515 ____________________________________________________________________________
8516 [  1156] By: gsar                                  on 1998/06/19  21:18:47
8517         Log: fix perldoc to ignore unfound null filenames
8518      Branch: perl
8519            ! utils/perldoc.PL
8520 ____________________________________________________________________________
8521 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
8522         Log: Assorted patches:
8523              
8524              ------  BUILD PROCESS  ------
8525              
8526              Title:  "Clarify varargs issues in INSTALL docs"
8527              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
8528              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
8529              Files:  INSTALL
8530              
8531              ------  CORE LANGUAGE  ------
8532              
8533              Title:  "Further fixes for updated SysV IPC support"
8534              From:  Jarkko Hietaniemi <jhi@iki.fi>
8535              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
8536              Files:  Configure perl.h doio.c
8537              
8538              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
8539              From:  Andrew Bettison <andrewb@zip.com.au>
8540              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
8541              Files:  pp_hot.c
8542              
8543              Title:  "Invalidate method cache on C<local *subname>"
8544              From:  Chip Salzenberg <chip@perl.org>
8545              Msg-ID:  <19980604134731.D24343@perlsupport.com>
8546              Files:  scope.c t/op/method.t
8547              
8548              Title:  "fix uninitialized cv variable in op.c"
8549              From:  joshua.pritikin@db.com
8550              Msg-ID:  <H00000e50005af05@MHS>
8551              Files:  op.c
8552              
8553              Title:  "fix for undef as last arg to setsockopt"
8554              From:  Graham Barr <gbarr@ti.com>
8555              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
8556              Files:  pp_sys.c
8557              
8558              Title:  "Fix -i when @ARGV is empty"
8559              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
8560              <gsar@engin.umich.edu>, Ilya Zakharevich
8561              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
8562              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
8563              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
8564              <199806071817.OAA28141@aatma.engin.umich.edu>,
8565              <199806191549.QAA16376@toad.ig.co.uk>
8566              Files:  pp_hot.c
8567              
8568              ------  DOCUMENTATION  ------
8569              
8570              Title:  "Discrepancy between perlop.pod and m// operator docs"
8571              From:  Tom Phoenix <rootbeer@teleport.com>
8572              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
8573              Files:  pod/perlop.pod
8574              
8575              Title:  "Doc addition for perlfunc entry for system()"
8576              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
8577              <fletch@phydeaux.org>
8578              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
8579              <199806012057.QAA26830@monk.mps.ohio-state.edu>
8580              Files:  pod/perlfunc.pod
8581              
8582              Title:  "Clarify effects of using quotes with m operator"
8583              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
8584              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
8585              Files:  pod/perlop.pod
8586              
8587              Title:  "Document -i with STDIN"
8588              From:  joshua.pritikin@db.com
8589              Msg-ID:  <H00000e50006a84a@MHS>
8590              Files:  pod/perlrun.pod
8591              
8592              ------  EXTENSIONS  ------
8593              
8594              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
8595              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8596              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
8597              Files:  lib/ExtUtils/Liblist.pm
8598              
8599              ------  LIBRARY  ------
8600              
8601              Title:  "Typo fix for Math::BogFloat"
8602              From:  Mike Stok <mike@stok.co.uk>
8603              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
8604              Files:  lib/Math/BigFloat.pm
8605              
8606              ------  PORTABILITY - GENERAL  ------
8607              
8608              Title:  "Add docs about types of diff to Porting/patching.pod"
8609              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8610              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
8611              Files:  Porting/patching.pod
8612              
8613              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
8614              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
8615              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
8616              Files:  hints/powerux.sh
8617              
8618              Title:  "Assorted improvements to hints/solaris_2.sh"
8619              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
8620              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
8621              Files:  hints/solaris_2.sh
8622      Branch: maint-5.004/perl
8623            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
8624            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
8625            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
8626            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
8627            ! t/op/method.t
8628 ____________________________________________________________________________
8629 [  1154] By: gsar                                  on 1998/06/19  17:22:23
8630         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
8631      Branch: perl
8632            ! ext/B/B/Asmdata.pm regcomp.c
8633 ____________________________________________________________________________
8634 [  1153] By: nick                                  on 1998/06/19  17:21:21
8635         Log: Use libxxx.a for -lxxx with GCC
8636      Branch: ansiperl
8637            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
8638            ! win32/makefile.mk
8639 ____________________________________________________________________________
8640 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
8641         Log: Title:  Tom's jumbo doc patch
8642              From:   Tom Christiansen <tchrist@chthon.perl.com>
8643              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
8644              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
8645              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8646              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8647              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8648              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
8649              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
8650              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
8651              pod/perlop.pod pod/perlre.pod pod/perlref.pod
8652              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
8653              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
8654              pod/perlvar.pod
8655      Branch: maint-5.004/perl
8656            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
8657            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8658            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8659            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8660            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
8661            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
8662            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
8663            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
8664            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
8665            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
8666 ____________________________________________________________________________
8667 [  1151] By: nick                                  on 1998/06/19  15:38:28
8668         Log: Resolve latest
8669      Branch: ansiperl
8670           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
8671           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
8672           !> sv.c t/TEST
8673 ____________________________________________________________________________
8674 [  1150] By: gsar                                  on 1998/06/18  20:43:07
8675         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
8676              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
8677              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
8678              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
8679      Branch: perl
8680            ! hints/powerux.sh
8681 ____________________________________________________________________________
8682 [  1149] By: gsar                                  on 1998/06/18  20:41:30
8683         Log: hand apply whitespace-mutiliated patch
8684              From: joshua.pritikin@db.com
8685              Date: Mon, 15 Jun 1998 09:21:36 -0400
8686              Message-Id: <H00000e50007289b@MHS>
8687              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
8688      Branch: perl
8689            ! av.c
8690 ____________________________________________________________________________
8691 [  1148] By: gsar                                  on 1998/06/18  20:33:59
8692         Log: hand apply whitespace-mutiliated and reversed patch
8693              Date: Tue, 16 Jun 1998 16:31:40 -0400
8694              From: Les Peters <lpeters@aol.net>
8695              Message-Id: <199806162031.QAA08202@ds9>
8696              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
8697      Branch: perl
8698            ! ext/Socket/Socket.xs
8699 ____________________________________________________________________________
8700 [  1147] By: gsar                                  on 1998/06/18  20:26:59
8701         Log: close child pipe in t/TEST, other cosmetic tweaks
8702      Branch: perl
8703            ! t/TEST
8704 ____________________________________________________________________________
8705 [  1146] By: gsar                                  on 1998/06/18  19:37:41
8706         Log: back out problematic change#1105, tweak perlsub.pod
8707      Branch: perl
8708            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
8709            ! pp_ctl.c proto.h sv.c
8710 ____________________________________________________________________________
8711 [  1145] By: nick                                  on 1998/06/18  19:31:07
8712         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
8713      Branch: ansiperl
8714           +> configure.com ext/DB_File/dbinfo
8715           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
8716           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
8717           +> vms/subconfigure.com
8718            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
8719            - vms/fndvers.com
8720           !> (integrate 499 files)
8721 ____________________________________________________________________________
8722 [  1144] By: gsar                                  on 1998/06/18  16:35:11
8723         Log: fix spurious cxstack_max init that trampled memory
8724      Branch: perl
8725            ! perl.c
8726 ____________________________________________________________________________
8727 [  1143] By: gsar                                  on 1998/06/18  16:33:01
8728         Log: fix memory leaks and uninitialized memory accesses found by Purify
8729      Branch: perl
8730            ! doio.c perl.c regexec.c sv.c
8731 ____________________________________________________________________________
8732 [  1142] By: gsar                                  on 1998/06/18  16:28:48
8733         Log: fix off-by-one that trampled memory in re_croak2()
8734      Branch: perl
8735            ! regcomp.c
8736 ____________________________________________________________________________
8737 [  1141] By: gsar                                  on 1998/06/18  16:26:59
8738         Log: fix AutoLoader to do the right thing when there are relative paths
8739              in @INC
8740      Branch: perl
8741            ! lib/AutoLoader.pm
8742 ____________________________________________________________________________
8743 [  1140] By: gsar                                  on 1998/06/18  16:22:47
8744         Log: fix Makefile.SH typo
8745      Branch: perl
8746            ! Makefile.SH
8747 ____________________________________________________________________________
8748 [  1139] By: gsar                                  on 1998/06/17  18:06:16
8749         Log: 5.004_67 niggles
8750      Branch: perl
8751            ! Makefile.SH op.c
8752
8753 ----------------
8754 Version 5.004_67
8755 ----------------
8756
8757 ____________________________________________________________________________
8758 [  1138] By: gsar                                  on 1998/06/15  10:09:27
8759         Log: up patchlevel.h to 67, other small tweaks
8760      Branch: perl
8761            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
8762            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8763            ! win32/config_H.vc win32/makefile.mk
8764 ____________________________________________________________________________
8765 [  1137] By: gsar                                  on 1998/06/15  09:08:57
8766         Log: tweaks to get PERL_OBJECT building again; passes tests
8767      Branch: perl
8768            ! ObjXSub.h objpp.h proto.h
8769 ____________________________________________________________________________
8770 [  1136] By: gsar                                  on 1998/06/15  08:51:54
8771         Log: back out previous change (it breaks PERL_OBJECT)
8772      Branch: perl
8773            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
8774            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
8775            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
8776 ____________________________________________________________________________
8777 [  1135] By: gsar                                  on 1998/06/15  05:32:01
8778         Log: added patch, fixed typo, reworked documentation
8779              Message-Id: <H00000e500071aa3@MHS>
8780              Date:    Sun, 14 Jun 1998 14:03:15 EDT
8781              From:    joshua.pritikin@db.com
8782              Subject: [PATCH 5.004_66] JMPENV!
8783      Branch: perl
8784            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
8785            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
8786            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
8787 ____________________________________________________________________________
8788 [  1134] By: gsar                                  on 1998/06/15  04:07:18
8789         Log: various win32 odds and ends
8790              - added support for waitpid(), open2/open3, and a bugfix for kill()
8791              from Ronald Schmidt <RonaldWS@aol.com>
8792              - tweak testsuite mods of above
8793              - regenerate win32/config_H.?c
8794              - change kill() to win32_kill() and export it
8795              - coalesce common code in win32.c
8796              - add PerlProc_waitpid() and export win32_waitpid()
8797              result builds and passes on the three win32 compilers
8798      Branch: perl
8799            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
8800            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
8801            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8802            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
8803            ! win32/win32.c win32/win32iop.h
8804 ____________________________________________________________________________
8805 [  1133] By: gsar                                  on 1998/06/15  01:39:13
8806         Log: newer Getopt/Long.pm from public distribution cited in:
8807              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
8808              Date:    14 Jun 1998 15:15:28 +0200
8809              From:    Johan Vromans <jvromans@squirrel.nl>
8810              Subject: Getopt::Long version 2.17 released
8811      Branch: perl
8812            ! lib/Getopt/Long.pm
8813 ____________________________________________________________________________
8814 [  1132] By: gsar                                  on 1998/06/15  01:37:12
8815         Log: documentation update from tchrist
8816              Message-Id: <199806140419.WAA20549@chthon.perl.com>
8817              Date:    Sat, 13 Jun 1998 22:19:32 MDT
8818              From:    Tom Christiansen <tchrist@chthon.perl.com>
8819              Subject: doc patches
8820      Branch: perl
8821            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
8822            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8823            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8824            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8825            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
8826            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
8827            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
8828            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
8829            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
8830            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
8831 ____________________________________________________________________________
8832 [  1131] By: gsar                                  on 1998/06/14  19:33:36
8833         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
8834              From: Roderick Schertler <roderick@argon.org>
8835              Subject: [PATCH] Re: Exceptions in IPC::Open2
8836              Date: 12 Jun 1998 13:24:15 -0400
8837      Branch: perl
8838            ! lib/IPC/Open3.pm
8839 ____________________________________________________________________________
8840 [  1130] By: gsar                                  on 1998/06/14  19:32:25
8841         Log: fixup MANIFEST
8842      Branch: perl
8843            ! MANIFEST
8844 ____________________________________________________________________________
8845 [  1129] By: gsar                                  on 1998/06/14  18:51:53
8846         Log: various win32 fixes
8847              - fixes that silence VC noises about dup exports, non-default libs, and
8848              unsupported *.def file directives
8849              - s/inplace/inplace_label/ malloc.c
8850              - update Config{usemymalloc} based on d_mymalloc
8851              - export Perl_*Vars
8852              - fix makefiles to not build miniperl.exe twice, and to make it properly
8853              when defaults are changed
8854      Branch: perl
8855            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
8856            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
8857            ! win32/makefile.mk win32/perllib.c win32/win32.h
8858 ____________________________________________________________________________
8859 [  1128] By: gsar                                  on 1998/06/14  01:38:39
8860         Log: remove unused global `scrgv'
8861      Branch: perl
8862            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
8863 ____________________________________________________________________________
8864 [  1127] By: nick                                  on 1998/06/13  08:39:07
8865         Log: Move specialsv_list to embed.sym, regen embed*.h
8866      Branch: win32/perl
8867            ! embed.h embedvar.h global.sym interp.sym
8868 ____________________________________________________________________________
8869 [  1126] By: gsar                                  on 1998/06/12  07:23:06
8870         Log: From: jan.dubois@ibm.net (Jan Dubois)
8871              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
8872              Date: Thu, 11 Jun 1998 21:13:31 +0200
8873              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
8874      Branch: perl
8875            ! win32/makedef.pl win32/win32.c win32/win32iop.h
8876 ____________________________________________________________________________
8877 [  1125] By: gsar                                  on 1998/06/12  07:21:29
8878         Log: added patch, undo earlier workaround
8879              From: jan.dubois@ibm.net (Jan Dubois)
8880              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
8881              Date: Thu, 11 Jun 1998 20:28:36 +0200
8882              Message-ID: <35831f69.4975644@smtp1.ibm.net>
8883      Branch: perl
8884            ! perl.c util.c
8885 ____________________________________________________________________________
8886 [  1124] By: gsar                                  on 1998/06/12  07:16:12
8887         Log: hand-applied patch with wrapped lines
8888              From: "Douglas Lankshear" <dougl@ActiveState.com>
8889              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
8890              Date: Thu, 11 Jun 1998 11:06:33 -0700
8891              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
8892      Branch: perl
8893            ! win32/win32.c
8894 ____________________________________________________________________________
8895 [  1123] By: gsar                                  on 1998/06/12  07:07:25
8896         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
8897              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8898              Subject: [PATCH 5.004_66] Config_66-01-02.diff
8899              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
8900      Branch: perl
8901            ! Configure
8902 ____________________________________________________________________________
8903 [  1122] By: gsar                                  on 1998/06/12  07:06:02
8904         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
8905              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
8906              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8907              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
8908      Branch: perl
8909            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
8910            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
8911            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
8912            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
8913 ____________________________________________________________________________
8914 [  1121] By: gsar                                  on 1998/06/12  07:01:20
8915         Log: a tweaked version of:
8916              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
8917              Date: Fri, 12 Jun 1998 01:26:53 +0200
8918              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
8919              Subject: Re: Misparsing s///x
8920      Branch: perl
8921            ! pod/perlre.pod
8922 ____________________________________________________________________________
8923 [  1120] By: gsar                                  on 1998/06/12  06:51:08
8924         Log: applied patch, with indentation tweaks
8925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8926              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
8927              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
8928              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
8929      Branch: perl
8930            ! regcomp.c regcomp.h regexec.c
8931 ____________________________________________________________________________
8932 [  1119] By: gsar                                  on 1998/06/11  17:42:07
8933         Log: make REG_INFTY default to something saner when sizeof(short) > 2
8934              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
8935              Date:    Thu, 11 Jun 1998 11:50:07 EDT
8936              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
8937              Subject: Re: [PATCH for tests] Regexp fails on long string 
8938      Branch: perl
8939            ! regcomp.h
8940 ____________________________________________________________________________
8941 [  1118] By: gsar                                  on 1998/06/11  07:09:06
8942         Log: regen embedvar.h
8943      Branch: perl
8944            ! embedvar.h
8945 ____________________________________________________________________________
8946 [  1117] By: gsar                                  on 1998/06/11  06:45:52
8947         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8948              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
8949              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
8950              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
8951      Branch: perl
8952            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
8953            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
8954 ____________________________________________________________________________
8955 [  1116] By: gsar                                  on 1998/06/11  06:35:54
8956         Log: misc win32 fixes
8957              From: "Douglas Lankshear" <dougl@ActiveState.com>
8958              Subject: [PATCH 5.004_66]
8959              Date: Wed, 10 Jun 1998 11:28:27 -0700
8960              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
8961      Branch: perl
8962            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
8963 ____________________________________________________________________________
8964 [  1115] By: gsar                                  on 1998/06/11  06:33:21
8965         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
8966              Date: Wed, 10 Jun 1998 00:53:25 +0200
8967              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8968              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
8969      Branch: perl
8970            ! Makefile.SH
8971 ____________________________________________________________________________
8972 [  1114] By: gsar                                  on 1998/06/11  06:31:34
8973         Log: back out change#1111 and add alternative patch:
8974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8975              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
8976              Subject: Re: PATCH for study/foo/
8977              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
8978      Branch: perl
8979            ! pp.c sv.c
8980 ____________________________________________________________________________
8981 [  1113] By: gsar                                  on 1998/06/11  02:59:23
8982         Log: fix outdated bytecode.pl
8983      Branch: perl
8984            ! bytecode.h bytecode.pl byterun.c byterun.h
8985 ____________________________________________________________________________
8986 [  1112] By: gsar                                  on 1998/06/10  07:56:06
8987         Log: Added patch, regenerated perly.c and perly.c.diff
8988              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
8989              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
8990              From: Stephen McCamant <alias@mcs.com>
8991              Subject: [PATCH] too many RV2GVs in *foo{THING}
8992      Branch: perl
8993            ! perly.c perly.c.diff perly.y t/op/gv.t
8994 ____________________________________________________________________________
8995 [  1111] By: gsar                                  on 1998/06/10  07:40:30
8996         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8997              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
8998              Subject: Re: PATCH for study/foo/
8999              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
9000      Branch: perl
9001            ! pp.c
9002 ____________________________________________________________________________
9003 [  1110] By: gsar                                  on 1998/06/10  07:37:04
9004         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9005              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
9006              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
9007              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
9008      Branch: perl
9009            ! pod/perldebug.pod
9010 ____________________________________________________________________________
9011 [  1109] By: gsar                                  on 1998/06/10  07:35:29
9012         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9013              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
9014              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
9015              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
9016      Branch: perl
9017            ! regcomp.h
9018 ____________________________________________________________________________
9019 [  1108] By: gsar                                  on 1998/06/10  07:31:25
9020         Log: Added patch, tweaked other places affected by name change
9021              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
9022              Date: Wed, 10 Jun 1998 00:54:17 +0200
9023              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9024              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
9025      Branch: perl
9026           +> ext/DynaLoader/DynaLoader_pm.PL
9027            - ext/DynaLoader/DynaLoader.pm.PL
9028            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
9029            ! win32/makefile.mk
9030 ____________________________________________________________________________
9031 [  1107] By: gsar                                  on 1998/06/10  07:24:20
9032         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
9033              Date: Wed, 10 Jun 1998 00:53:42 +0200
9034              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9035              Subject: [PATCH for _66] new version of README.dos
9036      Branch: perl
9037            ! README.dos
9038 ____________________________________________________________________________
9039 [  1106] By: gsar                                  on 1998/06/10  07:22:31
9040         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
9041              Date: Wed, 10 Jun 1998 00:54:04 +0200
9042              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9043              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
9044      Branch: perl
9045            ! t/op/taint.t
9046 ____________________________________________________________________________
9047 [  1105] By: gsar                                  on 1998/06/10  07:21:21
9048         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
9049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9050              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
9051              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
9052              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
9053      Branch: perl
9054            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
9055            ! perlvars.h pp_ctl.c proto.h sv.c
9056 ____________________________________________________________________________
9057 [  1104] By: gsar                                  on 1998/06/10  07:06:01
9058         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9059              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
9060              Subject: Lost chunk of RE jumbo patch
9061              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
9062      Branch: perl
9063            + t/op/regexp_noamp.t
9064 ____________________________________________________________________________
9065 [  1103] By: gsar                                  on 1998/06/10  07:04:20
9066         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9067              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
9068              Subject: [PATCH 5.004_66] Combined OS/2 support
9069              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
9070      Branch: perl
9071            ! os2/Changes os2/diff.configure os2/os2.c
9072 ____________________________________________________________________________
9073 [  1102] By: gsar                                  on 1998/06/10  07:00:08
9074         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
9075              Date:    Fri, 13 Mar 1998 20:03:52 EST
9076              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
9077              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
9078      Branch: perl
9079            ! lib/Pod/Html.pm
9080 ____________________________________________________________________________
9081 [  1101] By: gsar                                  on 1998/06/10  06:55:20
9082         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9083              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
9084              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
9085      Branch: perl
9086            ! regexec.c
9087 ____________________________________________________________________________
9088 [  1100] By: gsar                                  on 1998/06/10  06:52:50
9089         Log: updated MANIFEST for previous change
9090      Branch: perl
9091            ! MANIFEST
9092 ____________________________________________________________________________
9093 [  1099] By: gsar                                  on 1998/06/10  06:51:08
9094         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
9095              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
9096              Date: Fri, 05 Jun 1998 11:08:40 -0700
9097              From: Dan Sugalski <sugalskd@osshe.edu>
9098              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
9099      Branch: perl
9100            + t/base/rs.t
9101            ! perl.h pod/perlvar.pod sv.c
9102 ____________________________________________________________________________
9103 [  1098] By: gsar                                  on 1998/06/10  06:36:59
9104         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9105              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
9106              Subject: [PATCH fror 5.004_66] DB_File-1.60
9107              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
9108      Branch: perl
9109            + ext/DB_File/dbinfo
9110            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
9111            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
9112            ! t/lib/db-hash.t t/lib/db-recno.t
9113 ____________________________________________________________________________
9114 [  1097] By: gsar                                  on 1998/06/10  06:33:16
9115         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
9116              Date: Thu, 4 Jun 1998 13:47:31 -0400
9117              From: Chip Salzenberg <chip@perl.org>
9118              Subject: [PATCH] Invalidate method cache on C<local *subname>
9119      Branch: perl
9120            ! scope.c t/op/method.t
9121 ____________________________________________________________________________
9122 [  1096] By: gsar                                  on 1998/06/10  06:30:51
9123         Log: From: Norton Allen <allen@huarp.harvard.edu>
9124              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
9125              Subject: [PATCH] _66 MM_Unix.pm for QNX
9126              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
9127      Branch: perl
9128            ! lib/ExtUtils/MM_Unix.pm
9129 ____________________________________________________________________________
9130 [  1095] By: gsar                                  on 1998/06/10  06:29:21
9131         Log: From: Norton Allen <allen@huarp.harvard.edu>
9132              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
9133              Subject: [PATCH] _66 proto.h
9134              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
9135      Branch: perl
9136            ! proto.h
9137 ____________________________________________________________________________
9138 [  1094] By: gsar                                  on 1998/06/10  06:26:39
9139         Log: Applied relevant parts of:
9140              From: Paul Johnson <pjcj@transeda.com>
9141              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
9142              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
9143              Subject: [PATCH] Enhancing xsubpp's support for C++
9144      Branch: perl
9145            ! lib/ExtUtils/xsubpp
9146 ____________________________________________________________________________
9147 [  1093] By: gsar                                  on 1998/06/10  06:22:54
9148         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
9149              Date: Wed, 3 Jun 1998 11:22:19 -0500
9150              From: Graham Barr <gbarr@ti.com>
9151              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
9152      Branch: perl
9153            ! pp_sys.c
9154 ____________________________________________________________________________
9155 [  1092] By: gsar                                  on 1998/06/10  06:20:44
9156         Log: Message-Id: <199806030919.KAA03527@sale-wts>
9157              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
9158              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9159              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
9160      Branch: perl
9161            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
9162 ____________________________________________________________________________
9163 [  1091] By: gsar                                  on 1998/06/10  06:18:42
9164         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
9165              Date: Mon, 01 Jun 1998 12:22:29 -0700
9166              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
9167              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
9168      Branch: perl
9169            ! proto.h
9170 ____________________________________________________________________________
9171 [  1090] By: gsar                                  on 1998/06/10  06:14:24
9172         Log: A tweaked version of:
9173              Date: Mon, 1 Jun 1998 12:05:47 -0700
9174              From: SYSTEM@cedar.osshe.edu
9175              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
9176              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
9177      Branch: perl
9178            ! ext/SDBM_File/sdbm/Makefile.PL
9179 ____________________________________________________________________________
9180 [  1089] By: gsar                                  on 1998/06/10  05:58:00
9181         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
9182              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
9183              From: Stephen McCamant <alias@mcs.com>
9184              Subject: [PATCH] Re: Uninitialised error from -M()
9185      Branch: perl
9186            ! op.c t/op/stat.t
9187 ____________________________________________________________________________
9188 [  1088] By: gsar                                  on 1998/06/10  05:55:24
9189         Log: Date: Sat, 30 May 1998 08:07:01 -0400
9190              From: lvirden@cas.org (Larry Virden)
9191              Message-Id: <199805301207.IAA08856@cas.org>
9192              Subject: PATCH for pod and warning notice
9193      Branch: perl
9194            ! pod/perlguts.pod
9195 ____________________________________________________________________________
9196 [  1087] By: gsar                                  on 1998/06/10  05:52:05
9197         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9198              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
9199              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
9200              Subject: [PATCH 5.004_66] Config_66-01
9201      Branch: perl
9202            ! Configure MANIFEST Porting/Glossary Porting/config.sh
9203            ! Porting/config_H config_h.SH
9204 ____________________________________________________________________________
9205 [  1086] By: gsar                                  on 1998/06/10  05:46:38
9206         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
9207              Date: Mon, 08 Jun 1998 16:13:14 -0700
9208              From: Dan Sugalski <sugalskd@osshe.edu>
9209              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
9210      Branch: perl
9211            ! ext/Thread/Thread/Semaphore.pm
9212 ____________________________________________________________________________
9213 [  1085] By: gsar                                  on 1998/06/10  05:44:44
9214         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
9215              Date: Mon, 08 Jun 1998 16:10:02 -0700
9216              From: Dan Sugalski <sugalskd@osshe.edu>
9217              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
9218      Branch: perl
9219            - vms/descrip.mms
9220            ! ext/Thread/Thread/Queue.pm
9221 ____________________________________________________________________________
9222 [  1084] By: gsar                                  on 1998/06/10  05:38:11
9223         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
9224              Date: Mon, 08 Jun 1998 15:38:28 -0700
9225              From: Dan Sugalski <sugalskd@osshe.edu>
9226              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
9227      Branch: perl
9228            + configure.com vms/descrip_mms.template vms/munchconfig.c
9229            + vms/subconfigure.com
9230            - vms/config.vms vms/fndvers.com
9231            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
9232 ____________________________________________________________________________
9233 [  1083] By: gsar                                  on 1998/06/10  05:07:04
9234         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
9235              variant of:
9236              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
9237              Date:    Sat, 13 Dec 1997 07:31:02 EST
9238              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
9239              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
9240      Branch: perl
9241            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
9242 ____________________________________________________________________________
9243 [  1082] By: gsar                                  on 1998/06/10  04:52:26
9244         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
9245              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
9246      Branch: perl
9247            ! malloc.c
9248 ____________________________________________________________________________
9249 [  1081] By: gsar                                  on 1998/06/10  03:45:10
9250         Log: reverse integrate contents of win32 branch into mainline
9251      Branch: perl
9252           !> (integrate 44 files)
9253 ____________________________________________________________________________
9254 [  1080] By: gsar                                  on 1998/06/09  17:37:55
9255         Log: `p4 integrate -b ASPerl && p4 resolve -at`
9256      Branch: asperl
9257           !> (integrate 43 files)
9258 ____________________________________________________________________________
9259 [  1079] By: gsar                                  on 1998/06/09  00:59:06
9260         Log: add examples of diff(1) usage
9261      Branch: win32/perl
9262            ! Porting/patching.pod
9263 ____________________________________________________________________________
9264 [  1078] By: gsar                                  on 1998/06/09  00:52:23
9265         Log: undo change#1077
9266      Branch: win32/perl
9267            ! sv.c
9268 ____________________________________________________________________________
9269 [  1077] By: gsar                                  on 1998/06/06  16:47:32
9270         Log: make sv_setsv() treat freed SVs like SVt_NULL
9271      Branch: win32/perl
9272            ! sv.c
9273 ____________________________________________________________________________
9274 [  1076] By: gsar                                  on 1998/06/05  19:03:14
9275         Log: delete undiscussed AS changes for PPD (broke .packlist
9276              mechanism)
9277      Branch: win32/perl
9278            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9279 ____________________________________________________________________________
9280 [  1075] By: gsar                                  on 1998/06/05  18:18:44
9281         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
9282              with the xsubpp-generated symbol)
9283      Branch: win32/perl
9284            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
9285            ! win32/dl_win32.xs
9286 ____________________________________________________________________________
9287 [  1074] By: gsar                                  on 1998/06/04  22:45:18
9288         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
9289      Branch: win32/perl
9290            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
9291            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
9292 ____________________________________________________________________________
9293 [  1073] By: nick                                  on 1998/06/04  17:18:14
9294         Log: resolve -at win32 branch into ansiperl
9295      Branch: ansiperl
9296           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9297           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
9298           +> t/lib/h2ph.t win32/GenCAPI.pl
9299           !> (integrate 127 files)
9300 ____________________________________________________________________________
9301 [  1072] By: gsar                                  on 1998/06/04  01:49:24
9302         Log: document CORE::GLOBAL:: and global overriding, fix up
9303              File::DosGlob, testsuited and all
9304      Branch: win32/perl
9305            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
9306 ____________________________________________________________________________
9307 [  1071] By: gsar                                  on 1998/06/03  22:12:55
9308         Log: add AS patch#24, remove one other instance of error_no
9309              that was missed (patch#23 was intentionally skipped)
9310      Branch: win32/perl
9311            ! embedvar.h globals.c perlvars.h win32/makedef.pl
9312            ! win32/runperl.c
9313 ____________________________________________________________________________
9314 [  1070] By: gsar                                  on 1998/06/01  19:42:06
9315         Log: fix Liblist.pm to tolerate backslashen in paths
9316      Branch: win32/perl
9317            ! lib/ExtUtils/Liblist.pm
9318 ____________________________________________________________________________
9319 [  1069] By: gsar                                  on 1998/06/01  07:43:02
9320         Log: @INC construction on win32 cleaned up
9321              - perl.dll location based paths should be much more reliable now
9322              - registry stuff unchanged
9323              - Config.pm now has all the installfoolib entries for MakeMaker et al
9324      Branch: win32/perl
9325            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9327            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
9328            ! win32/runperl.c win32/win32.c win32/win32.h
9329 ____________________________________________________________________________
9330 [  1068] By: gsar                                  on 1998/05/31  21:52:18
9331         Log: semctl tweak
9332              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
9333              Date:    Sun, 31 May 1998 16:27:33 CDT
9334              From:    Graham Barr <gbarr@pobox.com>
9335              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
9336      Branch: win32/perl
9337            ! doio.c
9338 ____________________________________________________________________________
9339 [  1067] By: gsar                                  on 1998/05/31  21:07:44
9340         Log: minimal fix to enable compiling with -DMULTIPLICITY
9341              (non-threadsafe regcomp.c globals need revisiting)
9342      Branch: win32/perl
9343            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
9344            ! win32/GenCAPI.pl win32/makedef.pl
9345 ____________________________________________________________________________
9346 [  1066] By: gsar                                  on 1998/05/30  21:35:37
9347         Log: integrate mainline changes (ASPerl branch is identical to
9348              win32 branch as of this change)
9349      Branch: asperl
9350           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
9351           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
9352           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
9353           !> win32/config.gc win32/config.vc win32/config_H.bc
9354           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9355 ____________________________________________________________________________
9356 [  1065] By: gsar                                  on 1998/05/30  21:13:06
9357         Log: change#1060 was inexplicably missing some of the "ensure
9358              AS stuff does no harm" fixes
9359      Branch: win32/perl
9360            ! embed.h global.sym win32/Makefile win32/makefile.mk
9361 ____________________________________________________________________________
9362 [  1064] By: gsar                                  on 1998/05/30  21:10:27
9363         Log: integrate mainline to pick up trivial changes
9364      Branch: win32/perl
9365           !> MANIFEST pp_sys.c
9366
9367 ----------------
9368 Version 5.004_66
9369 ----------------
9370
9371 ____________________________________________________________________________
9372 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
9373         Log: Remove duplicate win32/TEST line from MANIFEST.
9374      Branch: perl
9375            ! MANIFEST
9376 ____________________________________________________________________________
9377 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
9378         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
9379      Branch: perl
9380            ! pp_sys.c
9381 ____________________________________________________________________________
9382 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
9383         Log: Integrate from win32 branch into mainline (this now pulls in the
9384              asperl stuff).
9385      Branch: perl
9386           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9387           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
9388           +> t/lib/h2ph.t win32/GenCAPI.pl
9389           !> (integrate 104 files)
9390 ____________________________________________________________________________
9391 [  1060] By: gsar                                  on 1998/05/29  11:05:50
9392         Log: reverse integrate asperl branch contents (phew!)
9393              - various fixups to ensure AS stuff does no harm
9394              - adjust win32/makefiles for the new directory layout (new layout
9395              looks rather a muddle--needs rework)
9396              - verified build & test on NT and Solaris/gcc
9397      Branch: win32/perl
9398           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
9399           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
9400            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
9401            ! win32/config.bc win32/config.gc win32/config.vc
9402            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9403            ! win32/makefile.mk
9404           !> (integrate 77 files)
9405 ____________________________________________________________________________
9406 [  1059] By: gsar                                  on 1998/05/29  08:33:56
9407         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
9408      Branch: asperl
9409            ! util.c
9410 ____________________________________________________________________________
9411 [  1058] By: gsar                                  on 1998/05/29  08:31:09
9412         Log: type xtext for *.t that were missing it
9413      Branch: asperl
9414            ! t/lib/thread.t t/op/nothread.t
9415 ____________________________________________________________________________
9416 [  1057] By: gsar                                  on 1998/05/29  08:28:46
9417         Log: stray t/op/ipc*.t fixups
9418      Branch: win32/perl
9419            ! t/op/ipcmsg.t t/op/ipcsem.t
9420 ____________________________________________________________________________
9421 [  1056] By: gsar                                  on 1998/05/29  07:41:49
9422         Log: fixups to make it build and pass tests under both compilers
9423      Branch: asperl
9424            ! ObjXSub.h objpp.h proto.h
9425 ____________________________________________________________________________
9426 [  1055] By: gsar                                  on 1998/05/29  07:22:51
9427         Log: integrate mainline changes
9428      Branch: asperl
9429           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9430           !> (integrate 69 files)
9431      Branch: win32/perl
9432            ! Todo.5.005 pod/perldelta.pod
9433 ____________________________________________________________________________
9434 [  1054] By: gsar                                  on 1998/05/29  05:04:03
9435         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
9436      Branch: win32/perl
9437            ! t/lib/h2ph.t
9438 ____________________________________________________________________________
9439 [  1053] By: gsar                                  on 1998/05/29  05:01:54
9440         Log: misc changes
9441              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
9442              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
9443      Branch: win32/perl
9444            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
9445            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
9446            ! x2p/util.c x2p/util.h
9447 ____________________________________________________________________________
9448 [  1052] By: gsar                                  on 1998/05/29  02:31:44
9449         Log: merge changes#1014,1038 from maintbranch
9450      Branch: win32/perl
9451            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9452            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
9453            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
9454            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
9455            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
9456            ! t/io/pipe.t utils/h2ph.PL
9457 ____________________________________________________________________________
9458 [  1051] By: gsar                                  on 1998/05/29  01:38:51
9459         Log: regenerate win32/config_H.?c
9460      Branch: win32/perl
9461            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9462 ____________________________________________________________________________
9463 [  1050] By: gsar                                  on 1998/05/29  01:32:41
9464         Log: integrate mainline
9465      Branch: win32/perl
9466            ! win32/Makefile win32/makefile.mk
9467           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
9468           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
9469           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
9470           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
9471           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
9472           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
9473 ____________________________________________________________________________
9474 [  1049] By: gsar                                  on 1998/05/29  00:57:05
9475         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
9476              all tests
9477      Branch: asperl
9478            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
9479            ! win32/win32.h win32/win32iop.h
9480 ____________________________________________________________________________
9481 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
9482         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
9483              in change 1043 clashed badly with changes made in the win32
9484              branch. I did an accept on the win32 branch version for now.
9485      Branch: perl
9486           +> t/op/die.t
9487           !> (integrate 52 files)
9488 ____________________________________________________________________________
9489 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
9490         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9491              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
9492              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
9493              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
9494              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
9495      Branch: perl
9496            ! Configure MANIFEST Porting/Glossary Porting/config.sh
9497            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
9498            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
9499            ! win32/config.bc win32/config.gc win32/config.vc
9500 ____________________________________________________________________________
9501 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
9502         Log: Back out change 1043 since Andy's forthcoming Config patch
9503              includes a modified version.
9504      Branch: perl
9505            ! Configure config_h.SH doio.c perl.h
9506 ____________________________________________________________________________
9507 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
9508         Log: Bump patchlevel.h to 66.
9509      Branch: perl
9510            ! patchlevel.h
9511 ____________________________________________________________________________
9512 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
9513         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
9514              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
9515              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
9516              (above minus the t/system.t test pending checking)
9517              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
9518              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
9519              Subject: [PATCH] _65 and _04 <DOC> patching.pod
9520              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
9521      Branch: perl
9522            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
9523 ____________________________________________________________________________
9524 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
9525         Log: This change really is:
9526              Subject: [PATCH] 5.004_65: the infamous semctl()
9527              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
9528              From: Jarkko Hietaniemi <jhi@iki.fi>
9529              
9530              Change 1041 claimed to be this patch but was really:
9531              Subject: [PATCH] 5.004_65: t/op/ipc*.t
9532              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
9533              From: Jarkko Hietaniemi <jhi@iki.fi>
9534      Branch: perl
9535            ! Configure config_h.SH doio.c perl.h
9536 ____________________________________________________________________________
9537 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
9538         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9539              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
9540              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
9541              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
9542              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
9543      Branch: perl
9544            ! Configure INSTALL Porting/Glossary Porting/config.sh
9545            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
9546            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
9547            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
9548 ____________________________________________________________________________
9549 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
9550         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
9551              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
9552              From: Jarkko Hietaniemi <jhi@iki.fi>
9553      Branch: perl
9554            ! t/op/ipcmsg.t t/op/ipcsem.t
9555 ____________________________________________________________________________
9556 [  1040] By: gsar                                  on 1998/05/28  02:06:47
9557         Log: tweaks to enable Borland build
9558      Branch: asperl
9559            ! win32/makefile.mk win32/win32.c
9560 ____________________________________________________________________________
9561 [  1039] By: gsar                                  on 1998/05/27  23:29:22
9562         Log: remove C<#define index strchr> from win32.h (unused, and the
9563              pollution causes spurious variable name changes in extensions)
9564      Branch: win32/perl
9565            ! win32/win32.h
9566 ____________________________________________________________________________
9567 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
9568         Log: Assorted patches:
9569              
9570              ------  BUILD PROCESS  ------
9571              
9572              Title:  "add utilities to make test dependencies"
9573              From:  Robin Barker <rmb1@cise.npl.co.uk>
9574              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
9575              Files:  Makefile.SH
9576              
9577              Title:  "Add 'make nok' complement to 'make ok'"
9578              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9579              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
9580              Files:  Makefile.SH
9581              
9582              Title:  "further h2ph patches (add enum support)"
9583              From:  Billy <wdconsta@cs.adelaide.edu.au>
9584              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
9585              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9586              
9587              ------  CORE LANGUAGE  ------
9588              
9589              Title:  "Fix %! error spelling and add perldiag.pod entry"
9590              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
9591              Msg-ID:  <19980524193101.A573@pobox.com>
9592              Files:  pod/perldiag.pod gv.c
9593              
9594              Title:  "Remove obsolete Win32 uppercasing ENV code"
9595              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9596              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
9597              Files:  perl.c
9598              
9599              Title:  "Don't mung $! on implicit close"
9600              From:  Chip Salzenberg <chip@perl.org>
9601              Msg-ID:  <19980525113309.A15845@perlsupport.com>
9602              Files:  doio.c
9603              
9604              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
9605              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
9606              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
9607              Files:  doio.c
9608              
9609              ------  DOCUMENTATION  ------
9610              
9611              Title:  "doc patch: you canna return an array ( list context: || vs or)"
9612              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
9613              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
9614              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
9615              
9616              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
9617              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9618              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
9619              Files:  pod/perlop.pod pod/perlre.pod
9620              
9621              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
9622              with /g does list context get matches without parens"
9623              From:  Greg Chapman <glc@well.com>, Tom Christiansen
9624              <tchrist@jhereg.perl.com>, Tom Phoenix
9625              <rootbeer@teleport.com>
9626              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
9627              <199805231559.JAA21316@jhereg.perl.com>,
9628              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
9629              Files:  pod/perlop.pod
9630              
9631              Title:  "Documenting last/next/redo even further"
9632              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
9633              <rootbeer@teleport.com>
9634              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
9635              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
9636              Files:  pod/perlfunc.pod
9637              
9638              Title:  "Documenting last/next/redo within continue block"
9639              From:  Tom Phoenix <rootbeer@teleport.com>
9640              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
9641              Files:  pod/perlfunc.pod
9642              
9643              Title:  "Document stat return in scalar context"
9644              From:  Mark-Jason Dominus <mjd@plover.com>
9645              Files:  pod/perlfunc.pod
9646              
9647              ------  EXTENSIONS  ------
9648              
9649              Title:  "Better LD_RUN_PATH handling on IRIX"
9650              From:  "W. Phillip Moore" <wpm@ms.com>
9651              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
9652              Files:  lib/ExtUtils/MM_Unix.pm
9653              
9654              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
9655              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
9656              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
9657              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
9658              
9659              ------  LIBRARY  ------
9660              
9661              Title:  "Fix FileHandle.pm example bug"
9662              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
9663              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
9664              Files:  lib/FileHandle.pm
9665              
9666              Title:  "Add zero/negative $count docs for Benchmark.pm"
9667              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9668              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
9669              Files:  lib/Benchmark.pm
9670              
9671              ------  PORTABILITY - GENERAL  ------
9672              
9673              Title:  "Add test suite recommendations to Porting/patching.pod"
9674              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
9675              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
9676              Files:  Porting/patching.pod
9677              
9678              ------  TESTS  ------
9679              
9680              Title:  "Fix looping bug in t/io/pipe.t"
9681              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9682              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
9683              Files:  t/io/pipe.t
9684      Branch: maint-5.004/perl
9685            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
9686            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
9687            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
9688            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
9689            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
9690            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
9691            ! utils/h2ph.PL
9692 ____________________________________________________________________________
9693 [  1037] By: gsar                                  on 1998/05/27  16:18:30
9694         Log: add AS patch#22 (fix to make die_exit.t pass)
9695      Branch: asperl
9696            ! win32/runperl.c
9697 ____________________________________________________________________________
9698 [  1036] By: gsar                                  on 1998/05/27  12:50:34
9699         Log: add AS patch#21 (misc. fixes)
9700      Branch: asperl
9701            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
9702            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
9703            ! win32/win32.c win32/win32sck.c
9704 ____________________________________________________________________________
9705 [  1035] By: gsar                                  on 1998/05/26  17:26:17
9706         Log: more changes to satisfy non-debug VC build (C-API doesn't
9707              build, and the testsuite still won't run)
9708      Branch: asperl
9709            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
9710            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
9711 ____________________________________________________________________________
9712 [  1034] By: gsar                                  on 1998/05/26  17:20:22
9713         Log: remove doubled hunk (perforce auto-integrate oddity)
9714      Branch: win32/perl
9715            ! pod/perldiag.pod
9716 ____________________________________________________________________________
9717 [  1033] By: gsar                                  on 1998/05/26  13:39:14
9718         Log: tweaks to make it build with the Borland compiler.  Won't run
9719              testsuite because @INC intuition from location of perlcore.dll seems
9720              to be broken.  Also, system() and qx// seem broken as well.
9721      Branch: asperl
9722            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
9723            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
9724            ! regexec.c toke.c
9725 ____________________________________________________________________________
9726 [  1032] By: gsar                                  on 1998/05/24  23:13:05
9727         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
9728      Branch: win32/perl
9729            ! lib/Benchmark.pm
9730 ____________________________________________________________________________
9731 [  1031] By: gsar                                  on 1998/05/24  05:36:44
9732         Log: tweak makefiles
9733      Branch: asperl
9734            ! win32/Makefile win32/makefile.mk
9735 ____________________________________________________________________________
9736 [  1030] By: gsar                                  on 1998/05/23  18:58:23
9737         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
9738      Branch: win32/perl
9739            ! pp_sys.c t/op/die.t
9740 ____________________________________________________________________________
9741 [  1029] By: gsar                                  on 1998/05/23  18:55:13
9742         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
9743              incomplete)
9744      Branch: win32/perl
9745            ! embed.h global.sym op.c pp.c proto.h sv.c
9746 ____________________________________________________________________________
9747 [  1028] By: gsar                                  on 1998/05/23  18:25:14
9748         Log: merge change#1013 from maintbranch (1012 is n/a)
9749      Branch: win32/perl
9750            ! toke.c
9751 ____________________________________________________________________________
9752 [  1027] By: gsar                                  on 1998/05/23  18:02:21
9753         Log: merge change#1011 from maintbranch
9754      Branch: win32/perl
9755            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
9756            ! utils/perlbug.PL
9757 ____________________________________________________________________________
9758 [  1026] By: nick                                  on 1998/05/23  08:45:04
9759         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
9760      Branch: win32/perl
9761            ! t/op/ipcmsg.t t/op/ipcsem.t
9762 ____________________________________________________________________________
9763 [  1025] By: nick                                  on 1998/05/23  08:36:36
9764         Log: Resolve win32 into ansiperl
9765      Branch: ansiperl
9766           +> t/op/die.t
9767           !> (integrate 42 files)
9768 ____________________________________________________________________________
9769 [  1024] By: gsar                                  on 1998/05/21  21:11:12
9770         Log: more mingw32 tweaks
9771      Branch: win32/perl
9772            ! ext/POSIX/POSIX.xs t/pragma/locale.t
9773 ____________________________________________________________________________
9774 [  1023] By: gsar                                  on 1998/05/21  19:15:02
9775         Log: fix problematic change#965 from maintbranch
9776              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
9777              Date:    Sat, 16 May 1998 17:45:22 EDT
9778              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
9779              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
9780      Branch: win32/perl
9781            ! gv.c op.c t/comp/proto.t
9782 ____________________________________________________________________________
9783 [  1022] By: gsar                                  on 1998/05/21  01:37:04
9784         Log: fix POSIX for mingw32
9785      Branch: win32/perl
9786            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
9787 ____________________________________________________________________________
9788 [  1021] By: gsar                                  on 1998/05/20  15:02:21
9789         Log: remove strupr() from perl.c
9790      Branch: win32/perl
9791            ! perl.c
9792 ____________________________________________________________________________
9793 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
9794         Log: Title:  "fix up descrepancy in h2ph test"
9795              From:  Tim Bunce
9796              Files:  t/lib/h2ph.pht
9797      Branch: maint-5.004/perl
9798            ! t/lib/h2ph.pht
9799 ____________________________________________________________________________
9800 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
9801         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
9802              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9803              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
9804              Files:  t/op/subst.t
9805              
9806              Title:  "fix up descrepancy in h2ph test"
9807              From:  Tim Bunce
9808              Files:  t/lib/h2ph.t
9809      Branch: maint-5.004/perl
9810            ! t/lib/h2ph.t t/op/subst.t
9811 ____________________________________________________________________________
9812 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
9813         Log: Title:  "fix mem leak and core dump from change 1016"
9814              From:  Tim Bunce
9815              Files:  pp_sys.c
9816      Branch: maint-5.004/perl
9817            ! pp_sys.c
9818 ____________________________________________________________________________
9819 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
9820         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
9821              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9822              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
9823              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
9824              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
9825              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
9826              doio.c doop.c ext/ODBM_File/ODBM_File.xs
9827              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9828              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
9829              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
9830              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
9831              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
9832              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
9833              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
9834              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
9835              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
9836              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
9837              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
9838              universal.c util.c win32/Makefile win32/config_H.bc
9839              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
9840              win32/makefile.mk win32/perlglob.c win32/runperl.c
9841              win32/win32.c win32/win32sck.c x2p/s2p.PL
9842      Branch: maint-5.004/perl
9843            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
9844            ! cygwin32/perlld deb.c doio.c doop.c embed.h
9845            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
9846            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
9847            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
9848            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
9849            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
9850            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
9851            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
9852            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
9853            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
9854            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
9855            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
9856            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9857            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
9858            ! universal.c util.c utils/perldoc.PL win32/Makefile
9859            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
9860            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
9861            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
9862            ! x2p/s2p.PL
9863 ____________________________________________________________________________
9864 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
9865         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
9866              From:  Graham Barr <gbarr@ti.com>
9867              Msg-ID:  <3561D147.7F3E0C88@ti.com>
9868              Files:  pp_sys.c t/op/die.t
9869      Branch: maint-5.004/perl
9870            ! pp_sys.c t/op/die.t
9871 ____________________________________________________________________________
9872 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
9873         Log: Title:  "loosen const sub re-defined warnings"
9874              From:  Doug MacEachern <dougm@pobox.com>
9875              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
9876              Files:  proto.h global.sym op.c pp.c sv.c
9877      Branch: maint-5.004/perl
9878            ! global.sym op.c pp.c proto.h sv.c
9879 ____________________________________________________________________________
9880 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
9881         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
9882              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
9883              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
9884              Files:  sv.c
9885              
9886              Title:  "Further h2ph patches (including a test suite)"
9887              From:  Billy <wdconsta@cs.adelaide.edu.au>
9888              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
9889              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9890      Branch: maint-5.004/perl
9891            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9892            ! MANIFEST sv.c utils/h2ph.PL
9893 ____________________________________________________________________________
9894 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
9895         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
9896              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
9897              <ilya@math.ohio-state.edu>
9898              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
9899              <199805151931.PAA23086@aatma.engin.umich.edu>,
9900              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
9901              Files:  toke.c
9902      Branch: maint-5.004/perl
9903            ! toke.c
9904 ____________________________________________________________________________
9905 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
9906         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
9907              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
9908              <jhi@iki.fi>
9909              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
9910              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
9911              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
9912              t/op/ipcsem.t
9913      Branch: maint-5.004/perl
9914            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
9915            ! t/op/ipcsem.t
9916 ____________________________________________________________________________
9917 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
9918         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
9919              From:  jan.dubois@ibm.net (Jan Dubois)
9920              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
9921              Files:  embed.h interp.sym
9922              
9923              Title:  "Undo changed error message which breaks Tk"
9924              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
9925              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
9926              Files:  pp_ctl.c
9927              
9928              Title:  "Minor fixups to new -e script code"
9929              From:  Tim Bunce
9930              Files:  perl.c
9931              
9932              Title:  "Remove old diags not relevant after -e fix"
9933              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
9934              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
9935              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
9936              <199805181335.OAA07008@toad.ig.co.uk>,
9937              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
9938              Files:  pod/perldiag.pod
9939              
9940              Title:  "more examples for vec()"
9941              From:  Tom Phoenix <rootbeer@teleport.com>
9942              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
9943              Files:  pod/perlfunc.pod
9944              
9945              Title:  ""make ok" (perlbug -ok) should not be interactive"
9946              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
9947              <jhi@iki.fi>
9948              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
9949              <l03130300b1834f9732a0@[194.222.64.89]>
9950              Files:  utils/perlbug.PL
9951      Branch: maint-5.004/perl
9952            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
9953            ! pp_ctl.c utils/perlbug.PL
9954 ____________________________________________________________________________
9955 [  1010] By: gsar                                  on 1998/05/18  09:40:58
9956         Log: integrate mainline changes (untested)
9957      Branch: asperl
9958           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
9959           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
9960           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
9961           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
9962           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
9963           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
9964            - ext/DynaLoader/DynaLoader.pm
9965            ! win32/win32.c
9966           !> (integrate 234 files)
9967 ____________________________________________________________________________
9968 [  1009] By: gsar                                  on 1998/05/18  07:51:19
9969         Log: more whitespace tweaks from maintbranch
9970      Branch: win32/perl
9971            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
9972 ____________________________________________________________________________
9973 [  1008] By: gsar                                  on 1998/05/17  22:37:20
9974         Log: sundry whitespace cleanups from maintbranch
9975      Branch: win32/perl
9976            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
9977 ____________________________________________________________________________
9978 [  1007] By: gsar                                  on 1998/05/16  21:59:46
9979         Log: integrate mainline
9980      Branch: win32/perl
9981           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
9982           !> t/op/ipcmsg.t t/op/ipcsem.t
9983 ____________________________________________________________________________
9984 [  1006] By: gsar                                  on 1998/05/16  21:54:23
9985         Log: merge changes#996,998,999 from maintbranch
9986      Branch: win32/perl
9987            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
9988 ____________________________________________________________________________
9989 [  1005] By: gsar                                  on 1998/05/16  21:49:47
9990         Log: merge change#995 from maintbranch, tweak interp.sym and
9991              run embed.pl
9992      Branch: win32/perl
9993            ! embedvar.h interp.sym intrpvar.h perl.c
9994 ____________________________________________________________________________
9995 [  1004] By: gsar                                  on 1998/05/16  21:27:18
9996         Log: merge changes#989,990,992 from maintbranch
9997      Branch: win32/perl
9998            + t/op/die.t
9999            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
10000 ____________________________________________________________________________
10001 [  1003] By: gsar                                  on 1998/05/16  21:16:47
10002         Log: sync config*.gc with others, and verify that nothing from
10003              change#986 needs to be merged
10004      Branch: win32/perl
10005            ! win32/config.gc win32/config_H.gc
10006 ____________________________________________________________________________
10007 [  1002] By: gsar                                  on 1998/05/16  21:04:04
10008         Log: merge change#985 from maintbranch
10009      Branch: win32/perl
10010            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
10011            ! util.c
10012 ____________________________________________________________________________
10013 [  1001] By: gsar                                  on 1998/05/16  17:53:16
10014         Log: add a test to check return value from successful s/// (there was none!)
10015      Branch: win32/perl
10016            ! t/op/subst.t
10017 ____________________________________________________________________________
10018 [  1000] By: gsar                                  on 1998/05/16  17:42:34
10019         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
10020              return a value on the stack
10021      Branch: win32/perl
10022            ! pp_hot.c
10023 ____________________________________________________________________________
10024 [   999] By: TimBunce                              on 1998/05/15  23:04:30
10025         Log: Title:  "Update Porting/makerel script for perforce dir structure"
10026              From:  Tim Bunce
10027              Files:  Porting/makerel
10028      Branch: maint-5.004/perl
10029            ! Porting/makerel
10030 ____________________________________________________________________________
10031 [   998] By: TimBunce                              on 1998/05/15  22:49:55
10032         Log: Title:  "Updated Changes file for trial 3"
10033              From:  Tim Bunce
10034              Files:  Changes
10035      Branch: maint-5.004/perl
10036            ! Changes
10037 ____________________________________________________________________________
10038 [   997] By: gsar                                  on 1998/05/15  22:21:41
10039         Log: merge changes#982,984 from maintbranch
10040      Branch: win32/perl
10041            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
10042            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
10043 ____________________________________________________________________________
10044 [   996] By: TimBunce                              on 1998/05/15  22:19:32
10045         Log: Title:  "Negative array subscript unrecognized in regex"
10046              From:  Mark-Jason Dominus <mjd@plover.com>,
10047              h.sanden@elsevier.nl (Hugo van der Sanden)
10048              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
10049              <199805151514.RAA04121@dorlas.elsevier.nl>
10050              Files:  t/base/lex.t toke.c
10051              
10052              Title:  "Remove e_fp from toke.c after change 955"
10053              From:  Tim Bunce
10054              Files:  toke.c
10055      Branch: maint-5.004/perl
10056            ! t/base/lex.t toke.c
10057 ____________________________________________________________________________
10058 [   995] By: TimBunce                              on 1998/05/15  22:08:32
10059         Log: Title:  "Fix -e security hole (no longer uses temp file)"
10060              From:  Tim Bunce
10061              Files:  embed.h perl.h perl.c
10062      Branch: maint-5.004/perl
10063            ! embed.h perl.c perl.h
10064 ____________________________________________________________________________
10065 [   994] By: gsar                                  on 1998/05/15  22:08:17
10066         Log: merge change#981 from maintbranch, add XXX comment about
10067              supporting %! for usethreads case
10068      Branch: win32/perl
10069            ! gv.c op.c
10070 ____________________________________________________________________________
10071 [   992] By: TimBunce                              on 1998/05/15  22:01:32
10072         Log: Title:  "install non-backwards compatible .pm files into archlib"
10073              From:  Tim Bunce
10074              Files:  installperl
10075              
10076              Title:  "revert "Can't locate" message to original for maintenance"
10077              From:  Tim Bunce
10078              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
10079              Files:  pod/perldiag.pod pp_ctl.c
10080      Branch: maint-5.004/perl
10081            ! installperl pod/perldiag.pod pp_ctl.c
10082 ____________________________________________________________________________
10083 [   991] By: gsar                                  on 1998/05/15  21:35:00
10084         Log: reverse integrate ansiperl (all except the
10085              C<attrs qw(package locked)> stuff, and the duplicate hunks)
10086              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
10087      Branch: win32/perl
10088           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
10089           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
10090           !> utils/perldoc.PL
10091 ____________________________________________________________________________
10092 [   990] By: TimBunce                              on 1998/05/15  16:54:18
10093         Log: Title:  "Add tests for die $ref"
10094              From:  Graham Barr <gbarr@ti.com>
10095              Msg-ID:  <355C6297.121B576B@ti.com>
10096              Files:  MANIFEST t/op/die.t
10097      Branch: maint-5.004/perl
10098            + t/op/die.t
10099            ! MANIFEST
10100 ____________________________________________________________________________
10101 [   989] By: TimBunce                              on 1998/05/15  16:38:19
10102         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
10103              From:  Jarkko Hietaniemi <jhi@iki.fi>
10104              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
10105              Files:  t/op/ipcmsg.t
10106      Branch: maint-5.004/perl
10107            ! t/op/ipcmsg.t
10108
10109 ----------------
10110 Version 5.004_65
10111 ----------------
10112
10113 ____________________________________________________________________________
10114 [   988] By: mbeattie                              on 1998/05/15  16:28:08
10115         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
10116              (manually applied and tweaked) to fix up SysV IPC semaphores for
10117              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
10118              t/op/ipcsem.t for platforms which wanted to skip test. Completely
10119              disable ipcsem.t since it doesn't seem to work properly even when
10120              not skipped. This is _65.
10121      Branch: perl
10122            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
10123            ! t/op/ipcmsg.t t/op/ipcsem.t
10124 ____________________________________________________________________________
10125 [   987] By: nick                                  on 1998/05/15  16:03:35
10126         Log: Integrate win32
10127      Branch: ansiperl
10128           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
10129           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
10130           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
10131           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
10132           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10133           +> t/op/pos.t utils/perlcc.PL
10134            - ext/DynaLoader/DynaLoader.pm
10135           !> (integrate 208 files)
10136 ____________________________________________________________________________
10137 [   986] By: TimBunce                              on 1998/05/15  15:28:45
10138         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
10139              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
10140              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
10141              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
10142              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
10143              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
10144              win32/config.bc win32/config.vc win32/config_H.bc
10145              win32/config_H.vc
10146      Branch: maint-5.004/perl
10147            + README.beos beos/nm.c hints/beos.sh
10148            ! Configure MANIFEST Porting/Glossary config_h.SH
10149            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
10150            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
10151            ! win32/config.vc win32/config_H.bc win32/config_H.vc
10152 ____________________________________________________________________________
10153 [   985] By: TimBunce                              on 1998/05/15  15:02:43
10154         Log: Title:  "allow die $ref"
10155              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
10156              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
10157              Files:  pp_ctl.c pp_sys.c util.c
10158              
10159              Title:  "ExtUtils::Manifest could truncate files during "make dist""
10160              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
10161              koenig@kulturbox.de (Andreas J. Koenig)
10162              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
10163              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
10164              Files:  lib/ExtUtils/Manifest.pm
10165              
10166              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
10167              From:  Dan Sugalski <sugalskd@osshe.edu>
10168              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
10169              Files:  lib/AutoSplit.pm
10170              
10171              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
10172              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
10173              J. Koenig), larry@wall.org (Larry Wall)
10174              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
10175              <sfc202c9jsb.fsf@anna.in-berlin.de>,
10176              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
10177              Files:  lib/AutoSplit.pm
10178      Branch: maint-5.004/perl
10179            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
10180            ! util.c
10181 ____________________________________________________________________________
10182 [   984] By: TimBunce                              on 1998/05/15  14:18:52
10183         Log: ------  CORE LANGUAGE  ------
10184              
10185              Title:  "Fix close pipe returning status from wrong child"
10186              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
10187              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
10188              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
10189              Files:  t/io/pipe.t util.c
10190              
10191              Title:  "Avoid English.pm triggering load of Errno.pm"
10192              From:  Tim Bunce
10193              Files:  gv.c lib/English.pm
10194              
10195              ------  DOCUMENTATION  ------
10196              
10197              Title:  "Document child exit cause a parent sleep to end early"
10198              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10199              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
10200              Files:  pod/perlfunc.pod
10201              
10202              ------  EXTENSIONS  ------
10203              
10204              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
10205              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
10206              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
10207              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10208              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10209              
10210              Title:  "MM_VMS.pm fixes for building external library"
10211              From:  Dan Sugalski <sugalskd@ous.edu>
10212              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
10213              Files:  lib/ExtUtils/MM_VMS.pm
10214              
10215              Title:  "Appease picky DEC compiler in POSIX.xs"
10216              From:  Dan Sugalski <sugalskd@ous.edu>
10217              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
10218              Files:  ext/POSIX/POSIX.xs
10219              
10220              ------  TESTS  ------
10221              
10222              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
10223              From:  Jarkko Hietaniemi <jhi@iki.fi>
10224              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
10225              Files:  t/op/ipcsem.t
10226              
10227              Title:  "Fix doc bug for system() return value"
10228              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
10229              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
10230              Files:  pod/perlfunc.pod t/op/exec.t
10231              
10232              ------  UTILITIES  ------
10233              
10234              Title:  "Avoid possible constant autoload loop"
10235              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
10236              Zakharevich <ilya@math.ohio-state.edu>
10237              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
10238              <355B475A.C5AD4B90@ti.com>,
10239              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
10240              Files:  utils/h2xs.PL
10241              
10242              Title:  "Further improvements to h2ph.PL"
10243              From:  kstar@chapin.edu
10244              Msg-ID:  <199805130241.WAA25459@chapin.edu>
10245              Files:  utils/h2ph.PL
10246      Branch: maint-5.004/perl
10247            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10248            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10249            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
10250            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
10251            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
10252
10253 ----------------
10254 Version 5.004_64
10255 ----------------
10256
10257 ____________________________________________________________________________
10258 [   983] By: mbeattie                              on 1998/05/15  14:04:17
10259         Log: Integrate win32 branch into mainline.
10260      Branch: perl
10261           +> Porting/patching.pod t/op/defins.t
10262           !> (integrate 107 files)
10263 ____________________________________________________________________________
10264 [   982] By: TimBunce                              on 1998/05/15  12:33:26
10265         Log: Title:  "comment init_postdump_symbols issues"
10266              From:  Tim Bunce
10267              Files:  perl.c
10268              
10269              Title:  "Improve sort docs re SUBNAME"
10270              From:  circle@azstarnet.com
10271              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
10272              Files:  pod/perlfunc.pod
10273      Branch: maint-5.004/perl
10274            ! perl.c pod/perlfunc.pod
10275 ____________________________________________________________________________
10276 [   981] By: TimBunce                              on 1998/05/15  11:47:28
10277         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
10278              From:  Graham Barr <gbarr@ti.com>
10279              Msg-ID:  <355080CD.1111BC81@ti.com>
10280              Files:  gv.c
10281      Branch: maint-5.004/perl
10282            ! gv.c
10283 ____________________________________________________________________________
10284 [   980] By: gsar                                  on 1998/05/15  06:16:13
10285         Log: add doc for C<+{}> vs. C<{;}> disambiguation
10286      Branch: win32/perl
10287            ! pod/perlref.pod
10288 ____________________________________________________________________________
10289 [   979] By: gsar                                  on 1998/05/15  04:59:47
10290         Log: tweaks to win32 makefiles.  This version builds and passes all
10291              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
10292      Branch: win32/perl
10293            ! win32/Makefile win32/makefile.mk
10294 ____________________________________________________________________________
10295 [   978] By: gsar                                  on 1998/05/15  02:41:58
10296         Log: merge changes#922,944,949,965,970 from maintbranch
10297      Branch: win32/perl
10298            + Porting/patching.pod t/op/defins.t
10299            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
10300            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
10301            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
10302            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10303            ! utils/perlbug.PL
10304 ____________________________________________________________________________
10305 [   977] By: gsar                                  on 1998/05/15  02:15:25
10306         Log: merge changes#906,907,909,910 from maintbranch
10307      Branch: win32/perl
10308            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
10309            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
10310            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
10311            ! util.c
10312 ____________________________________________________________________________
10313 [   976] By: gsar                                  on 1998/05/15  01:34:53
10314         Log: merge change#905 from maintbranch, minor fixes to get
10315              clean build+test on Solaris
10316      Branch: win32/perl
10317            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
10318            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
10319            ! regcomp.c sv.c t/op/taint.t toke.c
10320 ____________________________________________________________________________
10321 [   975] By: gsar                                  on 1998/05/14  23:34:26
10322         Log: merge change#904 from maintbranch
10323      Branch: win32/perl
10324            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
10325            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
10326            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
10327            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
10328            ! vms/descrip.mms
10329 ____________________________________________________________________________
10330 [   974] By: gsar                                  on 1998/05/14  23:11:05
10331         Log: merge change#897 from maintbranch
10332      Branch: win32/perl
10333            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
10334            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
10335            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
10336            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
10337            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
10338            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
10339            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10340            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
10341            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
10342            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
10343            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10344            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
10345            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
10346            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
10347            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
10348            ! win32/config_H.bc win32/config_H.vc win32/win32.c
10349            ! x2p/find2perl.PL
10350 ____________________________________________________________________________
10351 [   973] By: gsar                                  on 1998/05/14  22:24:26
10352         Log: integrate mainline
10353      Branch: win32/perl
10354            + Porting/Contract
10355           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
10356           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
10357           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
10358           +> utils/perlcc.PL
10359            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
10360            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
10361            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
10362            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
10363            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
10364            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
10365            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
10366            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
10367            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
10368            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
10369            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
10370            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
10371            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10372            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
10373            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
10374            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
10375            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
10376            ! win32/config.vc win32/config_H.bc win32/config_H.vc
10377            ! win32/win32.c x2p/find2perl.PL
10378           !> (integrate 59 files)
10379 ____________________________________________________________________________
10380 [   972] By: nick                                  on 1998/05/14  18:09:01
10381         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
10382              Remove K&R style functions, avoid struct/typedef clash. 
10383      Branch: ansiperl
10384            ! bytecode.h byterun.c sv.c toke.c
10385 ____________________________________________________________________________
10386 [   971] By: TimBunce                              on 1998/05/14  16:52:19
10387         Log: 
10388              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
10389              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10390              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
10391              Files:  pp.c
10392      Branch: maint-5.004/perl
10393            ! pp.c
10394 ____________________________________________________________________________
10395 [   970] By: TimBunce                              on 1998/05/14  16:18:06
10396         Log: 
10397              Title:  "perlbug reformatted"
10398              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
10399              <hv@crypt0.demon.co.uk>
10400              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
10401              <l03130300b17cebcb6d33@[194.222.64.89]>,
10402              <v03110702b17ccbab6824@[195.95.102.67]>
10403              Files:  utils/perlbug.PL
10404      Branch: maint-5.004/perl
10405            ! utils/perlbug.PL
10406 ____________________________________________________________________________
10407 [   969] By: mbeattie                              on 1998/05/14  16:15:09
10408         Log: Integrate win32 branch into mainline
10409      Branch: perl
10410           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
10411           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
10412            - ext/DynaLoader/DynaLoader.pm
10413           !> (integrate 118 files)
10414 ____________________________________________________________________________
10415 [   968] By: mbeattie                              on 1998/05/14  16:05:57
10416         Log: Bump patchlevel to 65
10417      Branch: perl
10418            ! patchlevel.h
10419 ____________________________________________________________________________
10420 [   967] By: mbeattie                              on 1998/05/14  16:05:19
10421         Log: Another fixup of MANIFEST
10422      Branch: perl
10423            ! MANIFEST
10424 ____________________________________________________________________________
10425 [   966] By: mbeattie                              on 1998/05/14  16:02:20
10426         Log: Add missing files to MANIFEST
10427      Branch: perl
10428            ! MANIFEST
10429 ____________________________________________________________________________
10430 [   965] By: TimBunce                              on 1998/05/14  16:00:11
10431         Log: 
10432              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
10433              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
10434              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
10435              Files:  gv.h gv.c op.c
10436      Branch: maint-5.004/perl
10437            ! gv.c gv.h op.c
10438 ____________________________________________________________________________
10439 [   964] By: mbeattie                              on 1998/05/14  15:58:01
10440         Log: Subject: [PATCH] Using Getopts::* with strict vars
10441              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
10442              From: Tom Phoenix <rootbeer@teleport.com>
10443      Branch: perl
10444            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
10445 ____________________________________________________________________________
10446 [   963] By: mbeattie                              on 1998/05/14  15:56:53
10447         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
10448              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
10449              From: epeschko@den-mdev1 (Ed Peschko)
10450      Branch: perl
10451            + utils/perlcc.PL
10452            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
10453            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
10454 ____________________________________________________________________________
10455 [   962] By: mbeattie                              on 1998/05/14  15:45:28
10456         Log: From: Dan Sugalski <sugalskd@ous.edu>
10457              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
10458              Date: Wed, 08 Apr 1998 17:08:48 -0700
10459              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
10460              Date: Fri, 08 May 1998 10:49:16 -0700
10461      Branch: perl
10462            ! ext/Thread/Thread.pm
10463 ____________________________________________________________________________
10464 [   961] By: mbeattie                              on 1998/05/14  15:43:39
10465         Log: Subject: Consolidated patch to 5.004_64
10466              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
10467              From: Charles Bailey <BAILEY@newman.upenn.edu>
10468      Branch: perl
10469            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
10470            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
10471            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
10472            ! vms/perlvms.pod
10473 ____________________________________________________________________________
10474 [   960] By: mbeattie                              on 1998/05/14  15:41:41
10475         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
10476              Date: 07 Apr 1998 18:31:21 +0200
10477              From: JVromans@Squirrel.nl (Johan Vromans)
10478      Branch: perl
10479            ! lib/Getopt/Long.pm
10480 ____________________________________________________________________________
10481 [   959] By: mbeattie                              on 1998/05/14  15:39:29
10482         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10483              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
10484              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
10485              Subject: [PATCH] perl 5.004_64+Config_04
10486              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
10487      Branch: perl
10488            ! lib/Benchmark.pm pod/perlfunc.pod
10489 ____________________________________________________________________________
10490 [   958] By: mbeattie                              on 1998/05/14  15:36:30
10491         Log: From: kstar@chapin.edu
10492              Subject: [PATCH] hints for Irix 6
10493              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
10494              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
10495              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
10496      Branch: perl
10497            ! INSTALL hints/irix_6.sh installperl
10498 ____________________________________________________________________________
10499 [   957] By: mbeattie                              on 1998/05/14  15:33:48
10500         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
10501              Date: Mon, 06 Apr 1998 21:09:24 +0200
10502              From: Achim Bohnet <ach@mpe.mpg.de>
10503      Branch: perl
10504            ! lib/ExtUtils/Install.pm
10505 ____________________________________________________________________________
10506 [   956] By: mbeattie                              on 1998/05/14  15:32:39
10507         Log: Subject: [PATCH] Config: Irix 5 hints
10508              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
10509              From: kstar@O2.chapin.edu
10510      Branch: perl
10511            ! hints/irix_5.sh
10512 ____________________________________________________________________________
10513 [   955] By: mbeattie                              on 1998/05/14  15:31:12
10514         Log: Subject: PATCH: h2ph produces incorrect code
10515              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
10516              From: Billy <wdconsta@cs.adelaide.edu.au>
10517      Branch: perl
10518            ! utils/h2ph.PL
10519 ____________________________________________________________________________
10520 [   954] By: mbeattie                              on 1998/05/14  15:29:27
10521         Log: Subject: [PATCH] perldebug.pod
10522              Date: Mon, 6 Apr 1998 00:36:57 -0600
10523              From: jason stewart <jasons@sandy-home.arc.unm.edu>
10524      Branch: perl
10525            ! pod/perldebug.pod
10526 ____________________________________________________________________________
10527 [   953] By: mbeattie                              on 1998/05/14  15:28:00
10528         Log: From: Dominic Dunlop <domo@vo.lu>
10529              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
10530              Date: Wed, 6 May 1998 14:39:32 +0000
10531              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
10532              Date: Sat, 4 Apr 1998 19:44:34 +0000
10533      Branch: perl
10534            ! hints/machten.sh t/op/hashwarn.t
10535 ____________________________________________________________________________
10536 [   952] By: mbeattie                              on 1998/05/14  15:23:19
10537         Log: New pod/perldelta.pod (previous one branched in last change):
10538              Subject: [PATCH 5.004_64] Start new perldelta
10539              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
10540              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10541      Branch: perl
10542            + pod/perldelta.pod
10543 ____________________________________________________________________________
10544 [   951] By: mbeattie                              on 1998/05/14  15:20:43
10545         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10546              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
10547              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
10548              Subject: [PATCH 5.004_64] Start new perldelta
10549              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
10550              (above branched perldelta -> perldelta4, new perldelta will be
10551              created/added next change)
10552              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
10553              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
10554      Branch: perl
10555            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
10556            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
10557           +> pod/perldelta4.pod
10558            - pod/perldelta.pod
10559            ! MANIFEST hints/svr4.sh
10560 ____________________________________________________________________________
10561 [   949] By: TimBunce                              on 1998/05/14  15:11:30
10562         Log: 
10563              Title:  "while($x=<>) no longer warns (implicit defined added)"
10564              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
10565              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
10566              Files:  MANIFEST op.c t/op/defins.t
10567      Branch: maint-5.004/perl
10568            + t/op/defins.t
10569            ! MANIFEST op.c
10570 ____________________________________________________________________________
10571 [   948] By: mbeattie                              on 1998/05/14  15:09:51
10572         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10573              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
10574              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
10575              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
10576              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
10577              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
10578              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
10579              Subject: [PATCH 5.004_64] Config_64-03-04.diff
10580              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
10581      Branch: perl
10582            + README.beos beos/nm.c hints/beos.sh
10583            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
10584            ! Porting/Glossary Porting/config.sh Porting/config_H
10585            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
10586            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
10587            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
10588            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
10589            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
10590            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
10591            ! win32/config.vc win32/config_H.bc win32/config_H.vc
10592 ____________________________________________________________________________
10593 [   946] By: TimBunce                              on 1998/05/14  15:07:06
10594         Log: 
10595              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
10596              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10597              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
10598              Files:  perl.c sv.c t/op/misc.t
10599      Branch: maint-5.004/perl
10600            ! perl.c sv.c t/op/misc.t
10601 ____________________________________________________________________________
10602 [   945] By: mbeattie                              on 1998/05/14  15:00:31
10603         Log: Subject: Perl Social Contract
10604              Date: 13 Apr 1998 06:16:59 -0700
10605              From: Russ Allbery <rra@stanford.edu>
10606      Branch: perl
10607            + Porting/Contract
10608 ____________________________________________________________________________
10609 [   944] By: TimBunce                              on 1998/05/14  14:59:37
10610         Log: 
10611              Title:  "5.004_04-m2 Cleanup of test failures"
10612              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10613              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
10614              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
10615              win32/config.bc win32/config.vc
10616      Branch: maint-5.004/perl
10617            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
10618            ! win32/config.bc win32/config.vc
10619 ____________________________________________________________________________
10620 [   943] By: mbeattie                              on 1998/05/14  14:58:13
10621         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
10622              Subject: [PATCH 5.004_64] Test.pm update
10623              Date: Sat, 4 Apr 1998 08:33:50 -0500
10624              Subject: [PATCH 5.004_64] modcount + comments
10625              Date: Fri, 17 Apr 1998 16:07:35 -0400
10626      Branch: perl
10627            ! lib/Test.pm op.c thrdvar.h
10628 ____________________________________________________________________________
10629 [   942] By: mbeattie                              on 1998/05/14  14:49:43
10630         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10631              Subject: [PATCH 5.004_64] newSV
10632              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
10633              Subject: [PATCH 5.004_64] Cryptic error from B::CC
10634              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
10635      Branch: perl
10636            ! ext/B/B/CC.pm handy.h proto.h sv.c
10637 ____________________________________________________________________________
10638 [   941] By: mbeattie                              on 1998/05/14  14:47:29
10639         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10640              Subject: [PATCH 5.004_64] anydbm.t
10641              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
10642              Subject: [PATCH 5.004_64] threads on OS/2
10643              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
10644              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
10645              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
10646              Subject: [PATCH 5.004_64] Immediate stop in debugger
10647              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
10648              Subject: [PATCH 5.005_64] ptags broken
10649              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
10650              Subject: [PATCH 5.004_64] Document switch syntax via RE
10651              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
10652      Branch: perl
10653            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
10654            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
10655            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
10656 ____________________________________________________________________________
10657 [   940] By: mbeattie                              on 1998/05/14  14:38:44
10658         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
10659              Date: Fri, 03 Apr 1998 16:01:57 -0800
10660              From: Dan Sugalski <sugalskd@osshe.edu>
10661      Branch: perl
10662            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
10663            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
10664 ____________________________________________________________________________
10665 [   939] By: mbeattie                              on 1998/05/14  14:35:42
10666         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
10667              Date: Fri, 03 Apr 1998 13:58:15 -0800
10668              From: Dan Sugalski <sugalskd@osshe.edu>
10669      Branch: perl
10670            ! perl.c
10671 ____________________________________________________________________________
10672 [   938] By: gsar                                  on 1998/05/14  10:53:55
10673         Log: merge change#896 from maintbranch
10674      Branch: win32/perl
10675            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
10676            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
10677            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
10678            ! t/op/gv.t t/op/misc.t t/op/pack.t
10679 ____________________________________________________________________________
10680 [   937] By: gsar                                  on 1998/05/14  09:31:34
10681         Log: merge change#887 from maintbranch
10682      Branch: win32/perl
10683            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
10684            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
10685            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
10686            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
10687            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
10688            ! t/op/stat.t toke.c utils/h2xs.PL
10689 ____________________________________________________________________________
10690 [   936] By: gsar                                  on 1998/05/14  09:06:18
10691         Log: merge change#886 from maintbranch
10692      Branch: win32/perl
10693            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
10694            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
10695            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
10696            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
10697            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10698            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
10699            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
10700            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
10701            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
10702            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
10703            ! vms/test.com
10704 ____________________________________________________________________________
10705 [   935] By: gsar                                  on 1998/05/14  07:00:02
10706         Log: merge changes#872,873 from maintbranch
10707      Branch: win32/perl
10708            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
10709            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
10710            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
10711            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
10712            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
10713            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
10714            ! utils/perldoc.PL
10715 ____________________________________________________________________________
10716 [   934] By: gsar                                  on 1998/05/14  06:24:38
10717         Log: merge changes#755..759,763,764 from maintbranch
10718      Branch: win32/perl
10719            + hints/openbsd.sh
10720            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
10721            ! t/op/pos.t utils/perldoc.PL
10722 ____________________________________________________________________________
10723 [   933] By: gsar                                  on 1998/05/14  06:07:31
10724         Log: merge change#754 from maintbranch
10725      Branch: win32/perl
10726            ! perl.c
10727 ____________________________________________________________________________
10728 [   932] By: gsar                                  on 1998/05/14  06:03:50
10729         Log: merge changes#752,753 from maintbranch
10730      Branch: win32/perl
10731            + t/op/pos.t
10732            ! README ext/GDBM_File/GDBM_File.pm
10733            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
10734 ____________________________________________________________________________
10735 [   931] By: gsar                                  on 1998/05/14  05:51:19
10736         Log: merge change#745 from maintbranch
10737      Branch: win32/perl
10738            + ext/DynaLoader/DynaLoader.pm.PL
10739            - ext/DynaLoader/DynaLoader.pm
10740            ! MANIFEST ext/DynaLoader/Makefile.PL
10741 ____________________________________________________________________________
10742 [   930] By: nick                                  on 1998/05/13  20:39:59
10743         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
10744      Branch: ansiperl
10745            ! utils/perldoc.PL
10746           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
10747           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
10748           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
10749           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10750           !> win32/makedef.pl win32/makefile.mk
10751 ____________________________________________________________________________
10752 [   929] By: gsar                                  on 1998/05/13  10:13:36
10753         Log: merge change#687 from maintbranch
10754      Branch: win32/perl
10755            ! pod/perlfunc.pod
10756 ____________________________________________________________________________
10757 [   928] By: gsar                                  on 1998/05/13  10:08:13
10758         Log: merge change#683 from maintbranch
10759      Branch: win32/perl
10760            ! pod/perlguts.pod
10761 ____________________________________________________________________________
10762 [   927] By: gsar                                  on 1998/05/13  09:51:43
10763         Log: merge change#681 from maintbranch
10764      Branch: win32/perl
10765            ! ext/Fcntl/Fcntl.pm
10766 ____________________________________________________________________________
10767 [   926] By: gsar                                  on 1998/05/13  09:47:11
10768         Log: merge change#664 from maint branch
10769      Branch: win32/perl
10770            ! regcomp.c regcomp.h regexec.c
10771 ____________________________________________________________________________
10772 [   925] By: gsar                                  on 1998/05/13  08:55:28
10773         Log: merge missing part of change#663 from maint branch
10774      Branch: win32/perl
10775            ! op.c
10776 ____________________________________________________________________________
10777 [   924] By: gsar                                  on 1998/05/12  18:50:04
10778         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
10779              and seems to generate problematic code for PII.
10780      Branch: win32/perl
10781            ! win32/makefile.mk
10782 ____________________________________________________________________________
10783 [   923] By: gsar                                  on 1998/05/12  16:24:02
10784         Log: fix test failure
10785              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
10786              Date:    Tue, 12 May 1998 10:40:57 BST
10787              From:    Nick.Ing-Simmons@tiuk.ti.com
10788              Subject: test buglet
10789      Branch: win32/perl
10790            ! t/op/hashwarn.t
10791 ____________________________________________________________________________
10792 [   922] By: TimBunce                              on 1998/05/11  20:58:58
10793         Log: Assorted patches:
10794              
10795              ------  CORE LANGUAGE  ------
10796              
10797              Title:  "incorrect return value for hv_iterinit"
10798              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10799              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
10800              Files:  pod/perlguts.pod hv.c
10801              
10802              ------  DOCUMENTATION  ------
10803              
10804              Title:  "perlvar.pod buglet E<EVMSERR>"
10805              From:  Achim Bohnet <ach@mpe.mpg.de>
10806              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
10807              Files:  pod/perlvar.pod
10808              
10809              Title:  "Improve docs for warning about code after an exec()"
10810              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
10811              <chaimf@concentric.net>
10812              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
10813              <m3ra22qn1z.fsf@chany-p100.emwp.com>
10814              Files:  pod/perlfunc.pod
10815              
10816              Title:  "Remove dead code from pod2man"
10817              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10818              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
10819              Files:  pod/pod2man.PL
10820              
10821              Title:  "tweak doc for C<do FILENAME>"
10822              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
10823              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
10824              Files:  pod/perlfunc.pod
10825              
10826              Title:  "Document integer pragma effect on % operator"
10827              From:  Gisle Aas <gisle@aas.no>
10828              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
10829              Files:  pod/perlop.pod
10830              
10831              Title:  "Reduce rm command line length in pod/Makefile"
10832              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
10833              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
10834              Files:  pod/Makefile
10835              
10836              ------  EXTENSIONS  ------
10837              
10838              Title:  "Clarify Termios usage in POSIX.pod"
10839              From:  Rocco Caputo <troc@netrus.net>
10840              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
10841              Files:  ext/POSIX/POSIX.pod
10842              
10843              ------  LIBRARY  ------
10844              
10845              Title:  "Fix File::Find::finddepth typo in trial 2 release"
10846              From:  koenig@kulturbox.de (Andreas J. Koenig)
10847              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
10848              Files:  lib/File/Find.pm t/lib/filefind.t
10849              
10850              ------  PORTABILITY - GENERAL  ------
10851              
10852              Title:  "Add Porting/patching.pod document"
10853              From:  Daniel Grisinger <dgris@tdrenterprises.com>
10854              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
10855              Files:  MANIFEST Porting/patching.pod
10856              
10857              Title:  "hints/machten.sh: disable semctl(), align with devel version"
10858              From:  Dominic Dunlop <domo@vo.lu>
10859              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
10860              Files:  hints/machten.sh
10861              
10862              Title:  "Add VMS specifics to Porting/makerel"
10863              From:  Charles Bailey <BAILEY@newman.upenn.edu>
10864              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
10865              <199804271732.SAA13762@toad.ig.co.uk>,
10866              <9804250212.AA27695@forte.com>
10867              Files:  Porting/makerel
10868      Branch: maint-5.004/perl
10869            + Porting/patching.pod
10870            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
10871            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
10872            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
10873            ! t/lib/filefind.t
10874 ____________________________________________________________________________
10875 [   921] By: gsar                                  on 1998/05/10  02:28:03
10876         Log: various tweaks to makefiles
10877      Branch: win32/perl
10878            ! win32/Makefile win32/makedef.pl win32/makefile.mk
10879 ____________________________________________________________________________
10880 [   920] By: gsar                                  on 1998/05/10  02:27:19
10881         Log: fix ExtUtils::Liblist mishandling paths with spaces
10882      Branch: win32/perl
10883            ! lib/ExtUtils/Liblist.pm
10884 ____________________________________________________________________________
10885 [   919] By: gsar                                  on 1998/05/09  17:10:15
10886         Log: minor cleanup
10887      Branch: win32/perl
10888            ! MANIFEST perl.c
10889 ____________________________________________________________________________
10890 [   918] By: gsar                                  on 1998/05/09  17:09:09
10891         Log: protect sortcop from C<sort { sort { ... } ... } ...>
10892              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
10893              Date:    Fri, 08 May 1998 19:33:44 EDT
10894              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
10895              Subject: [PATCH] Re: double recursion in sort 
10896      Branch: win32/perl
10897            ! pp_ctl.c t/op/runlevel.t
10898 ____________________________________________________________________________
10899 [   917] By: gsar                                  on 1998/05/09  17:05:55
10900         Log: c
10901      Branch: win32/perl
10902            ! win32/config.bc win32/config.gc win32/config.vc
10903 ____________________________________________________________________________
10904 [   916] By: gsar                                  on 1998/05/07  03:40:15
10905         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
10906      Branch: win32/perl
10907            ! pp.c
10908 ____________________________________________________________________________
10909 [   915] By: mbeattie                              on 1998/05/06  13:08:29
10910         Log: Speed up pp_entersub for usethreads with only 1 thread running.
10911      Branch: perl
10912            ! pp_hot.c
10913 ____________________________________________________________________________
10914 [   914] By: gsar                                  on 1998/05/03  18:44:38
10915         Log: make hv_iterinit() return HvKEYS()
10916              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
10917              Date:    Sat, 02 May 1998 16:29:22 EDT
10918              From:    "SynaptiCAD, Inc." <sales@syncad.com>
10919              Subject: incorrect return value for hv_iterinit
10920      Branch: win32/perl
10921            ! hv.c pod/perlguts.pod
10922 ____________________________________________________________________________
10923 [   913] By: TimBunce                              on 1998/05/01  22:38:38
10924         Log: Update MANIFEST for trial 2.
10925              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
10926      Branch: maint-5.004/perl
10927            ! MANIFEST
10928 ____________________________________________________________________________
10929 [   912] By: TimBunce                              on 1998/05/01  22:30:29
10930         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
10931      Branch: maint-5.004/perl
10932            + t/op/tiehandle.t
10933 ____________________________________________________________________________
10934 [   911] By: TimBunce                              on 1998/05/01  21:35:03
10935         Log: 
10936              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
10937              From:  timbo@ig.co.uk (Tim Bunce)
10938              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
10939              Files:  perl.h
10940              
10941              Title:  "Add WRITE & CLOSE to TIEHANDLE"
10942              From:  Graham Barr <gbarr@pobox.com>
10943              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
10944              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
10945      Branch: maint-5.004/perl
10946            + lib/Tie/Handle.pm
10947            ! perl.h pod/perltie.pod pp_sys.c
10948 ____________________________________________________________________________
10949 [   910] By: TimBunce                              on 1998/05/01  20:47:47
10950         Log: 
10951              Title:  "Add warning for Illegal hex digit"
10952              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
10953              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
10954              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
10955              <199804271409.PAA12819@toad.ig.co.uk>,
10956              <199804280307.WAA12332@psasolar.psa.pencom.com>
10957              Files:  pod/perldiag.pod util.c
10958              
10959              Title:  "perl_call_method() bug fix (corrupt op pointer)"
10960              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
10961              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
10962              Files:  perl.c
10963              
10964              Title:  "Fix printf segmentation fault"
10965              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
10966              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
10967              Files:  pp_hot.c
10968              
10969              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
10970              From:  Charles Bailey <BAILEY@newman.upenn.edu>
10971              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
10972              Files:  pod/perlsub.pod
10973      Branch: maint-5.004/perl
10974            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
10975 ____________________________________________________________________________
10976 [   909] By: TimBunce                              on 1998/05/01  19:44:47
10977         Log: 
10978              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
10979              Files:  doio.c util.c
10980      Branch: maint-5.004/perl
10981            ! doio.c util.c
10982 ____________________________________________________________________________
10983 [   908] By: gsar                                  on 1998/05/01  19:21:02
10984         Log: add AS patch#20 (exposes more global constants)
10985      Branch: asperl
10986            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
10987            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
10988            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
10989 ____________________________________________________________________________
10990 [   907] By: TimBunce                              on 1998/05/01  17:50:46
10991         Log: 
10992              Title:  "Runtime Carp verbosity without aliasing"
10993              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
10994              Msg-ID:  <H00000e50003936c@MHS>
10995              Files:  lib/Carp.pm
10996              
10997              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
10998              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
10999              <rootbeer@teleport.com>
11000              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
11001              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
11002              Files:  lib/File/Basename.pm
11003      Branch: maint-5.004/perl
11004            ! lib/Carp.pm lib/File/Basename.pm
11005 ____________________________________________________________________________
11006 [   906] By: TimBunce                              on 1998/04/28  11:04:49
11007         Log: 
11008              ------  CORE LANGUAGE  ------
11009              
11010              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
11011              references in LVs"
11012              From:  Spider Boardman <spider@orb.nashua.nh.us>
11013              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
11014              <19980422164037.D29222@perl.org>
11015              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
11016              pp.c sv.c
11017              
11018              Title:  "Fix SvGMAGIC typo in change 904"
11019              Files:  doop.c
11020      Branch: maint-5.004/perl
11021            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
11022            ! proto.h sv.c
11023 ____________________________________________________________________________
11024 [   905] By: TimBunce                              on 1998/04/28  10:32:20
11025         Log: Regexp patches
11026              
11027              Title:  "New regex flag //t to leave $1 etc. tainted"
11028              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
11029              Msg-ID:  <19980310192640.37826@cyprus>
11030              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
11031              t/op/taint.t toke.c
11032              
11033              Title:  "Don't accidentally untaint target of s///"
11034              From:  Chip Salzenberg <chip@pobox.com>
11035              Msg-ID:  <19980310151756.24767@cyprus>
11036              Files:  pp_ctl.c pp_hot.c t/op/taint.t
11037              
11038              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
11039              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
11040              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
11041              Files:  regcomp.c
11042      Branch: maint-5.004/perl
11043            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
11044            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
11045 ____________________________________________________________________________
11046 [   904] By: TimBunce                              on 1998/04/27  20:20:21
11047         Log: Assorted patches:
11048              
11049              ------  CORE LANGUAGE  ------
11050              
11051              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
11052              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
11053              <Tim.Bunce@ig.co.uk>
11054              Msg-ID:  <19980424080630.D13985@perl.org>
11055              Files:  doop.c
11056              
11057              Title:  "Better error message for require failure"
11058              From:  epeschko@den-mdev1 (Ed Peschko)
11059              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
11060              Files:  pod/perldiag.pod pp_ctl.c
11061              
11062              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
11063              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11064              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
11065              Files:  perl.c
11066              
11067              Title:  "Fix nice_chunk memory leak"
11068              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11069              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
11070              Files:  sv.c
11071              
11072              Title:  "-2.0 vs. -2 (was Number representations)"
11073              From:  Chip Salzenberg <chip@pobox.com>
11074              Msg-ID:  <19980309185652.11231@cyprus>
11075              Files:  op.c
11076              
11077              Title:  "perl.c fixes for -DUNEXEC"
11078              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
11079              <mwette@mr-ed.jpl.nasa.gov>
11080              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
11081              Files:  perl.c
11082              
11083              ------  DOCUMENTATION  ------
11084              
11085              Title:  "perlcall is Perl from C, not C from Perl"
11086              From:  Steve A Fink <sfink@cs.berkeley.edu>
11087              Files:  pod/perlembed.pod
11088              
11089              Title:  "Clarify require "Foo::Bar" non-bareword issue"
11090              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
11091              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
11092              Files:  pod/perlfunc.pod
11093              
11094              Title:  "(repost) new text for perlsec", "new text for perlsec"
11095              From:  Tom Phoenix <rootbeer@teleport.com>
11096              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
11097              Files:  pod/perlsec.pod
11098              
11099              ------  EXTENSIONS  ------
11100              
11101              Title:  "IO::Socket->socketpair broken (typo)"
11102              From:  Olaf Titz <olaf@bigred.inka.de>
11103              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
11104              Files:  ext/IO/lib/IO/Socket.pm
11105              
11106              Title:  "NDBM_File man page needs Fcntl"
11107              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
11108              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
11109              Files:  ext/NDBM_File/NDBM_File.pm
11110              
11111              ------  LIBRARY  ------
11112              
11113              Title:  "Documentation discrepancy: pragmatic modules"
11114              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
11115              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
11116              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
11117              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
11118              
11119              ------  PORTABILITY - GENERAL  ------
11120              
11121              Title:  "Updated hints file for svr4"
11122              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11123              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
11124              Files:  hints/svr4.sh
11125              
11126              Title:  "Pumpkin update -- shared libperl.so location"
11127              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11128              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
11129              Files:  Porting/pumpkin.pod
11130              
11131              Title:  "perl compile fix for AIX 4.3"
11132              From:  Jens-Uwe Mager <jum@helios.de>
11133              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
11134              Files:  ext/DynaLoader/dl_aix.xs
11135              
11136              Title:  "Dynaloader build on VMS",
11137              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
11138              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
11139              Files:  vms/descrip.mms
11140              
11141              ------  UTILITIES  ------
11142              
11143              Title:  "Major update to h2ph.PL"
11144              From:  Billy <wdconsta@cs.adelaide.edu.au>
11145              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
11146              Files:  utils/h2ph.PL
11147      Branch: maint-5.004/perl
11148            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
11149            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
11150            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
11151            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
11152            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
11153 ____________________________________________________________________________
11154 [   903] By: gsar                                  on 1998/04/25  22:27:19
11155         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
11156      Branch: asperl
11157            ! win32/GenCAPI.pl
11158 ____________________________________________________________________________
11159 [   902] By: nick                                  on 1998/04/25  16:35:08
11160         Log: Case sensitive tweak to perldoc.PL
11161      Branch: ansiperl
11162            ! utils/perldoc.PL
11163 ____________________________________________________________________________
11164 [   901] By: nick                                  on 1998/04/25  15:16:54
11165         Log: Implement use attrs qw(locked package);
11166              Passes all tests except posix (hangs/dies) in sigaction test after 
11167              printing "ok 9".
11168      Branch: ansiperl
11169            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
11170 ____________________________________________________________________________
11171 [   900] By: nick                                  on 1998/04/25  13:58:17
11172         Log: Auto-insert defined() test in while when test expression is 
11173              readline (i.e. <>), glob, readdir, or each.
11174      Branch: ansiperl
11175            + t/op/defins.t
11176            ! op.c pod/perlop.pod
11177 ____________________________________________________________________________
11178 [   899] By: nick                                  on 1998/04/25  13:14:52
11179         Log: Resolve ansiperl against win32 branch
11180      Branch: ansiperl
11181           +> (branch 53 files)
11182            - config_H
11183           !> (integrate 227 files)
11184 ____________________________________________________________________________
11185 [   898] By: gsar                                  on 1998/04/24  17:01:05
11186         Log: add AS patch#18
11187      Branch: asperl
11188            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
11189 ____________________________________________________________________________
11190 [   897] By: TimBunce                              on 1998/04/23  19:49:22
11191         Log: Assorted patches:
11192              
11193              ------  CORE LANGUAGE  ------
11194              
11195              Title:  "fix for "Unbalanced string table refcount""
11196              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11197              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
11198              Files:  sv.c
11199              
11200              Title:  "Allow more lenient switch processing"
11201              From:  "John L. Allen" <allen@grumman.com>
11202              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
11203              Files:  perl.c
11204              
11205              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
11206              From:  Gisle Aas <gisle@aas.no>
11207              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
11208              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
11209              
11210              Title:  "Odd number of elements in hash list."
11211              From:  Tom Phoenix <rootbeer@teleport.com>
11212              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
11213              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
11214              
11215              Title:  "another destruct_level fix"
11216              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11217              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
11218              Files:  hv.c
11219              
11220              Title:  "bidirectional pipe warning blues"
11221              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
11222              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
11223              Files:  doio.c
11224              
11225              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
11226              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
11227              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
11228              Files:  pp_hot.c pp_sys.c
11229              
11230              Title:  "unimplemented umask() should return undef not die"
11231              From:  kstar@chapin.edu (Kurt D. Starsinic)
11232              Msg-ID:  <199803120515.VAA08660@chapin.edu>
11233              Files:  pod/perlfunc.pod pp_sys.c
11234              
11235              Title:  "warning for: bless $foo, """
11236              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
11237              Msg-ID:  <H00000e5000378a0@MHS>
11238              Files:  pod/perldiag.pod pp.c
11239              
11240              ------  DOCUMENTATION  ------
11241              
11242              Title:  "Mention SWIG in perlxs.pod"
11243              From:  Steve A Fink <sfink@cs.berkeley.edu>
11244              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
11245              Files:  pod/perlxs.pod
11246              
11247              Title:  "fix-up of previous perlre.pod patch"
11248              From:  Ted Ashton <ashted@southern.edu>
11249              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
11250              Files:  pod/perlre.pod
11251              
11252              Title:  "long list of man page nitpicks"
11253              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
11254              <tchrist@jhereg.perl.com>
11255              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
11256              <199804222204.QAA20805@jhereg.perl.com>
11257              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
11258              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
11259              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11260              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
11261              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11262              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
11263              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11264              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
11265              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
11266              pod/pod2man.PL
11267              
11268              Title:  "document that system() does not set $! when it fails"
11269              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
11270              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
11271              Files:  pod/perlfunc.pod
11272              
11273              Title:  "Fix pod/roffitall execute permission"
11274              From:  lvirden@cas.org
11275              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
11276              Files:  pod/roffitall
11277              
11278              Title:  "document when split ignores trailing empty fields"
11279              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
11280              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
11281              Files:  pod/perlfunc.pod
11282              
11283              ------  EXTENSIONS  ------
11284              
11285              Title:  "Buglet in Opcode.pm documentation"
11286              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
11287              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
11288              Files:  ext/Opcode/Opcode.pm
11289              
11290              Title:  "Failure to append to perllocal.pod should not be fatal"
11291              From:  koenig@kulturbox.de (Andreas J. Koenig)
11292              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
11293              Files:  lib/ExtUtils/MM_Unix.pm
11294              
11295              Title:  "Document that IO.pm does not load IO::Select etc"
11296              From:  Graham Barr <gbarr@ti.com>
11297              Msg-ID:  <353B48F1.64E35A63@ti.com>
11298              Files:  ext/IO/IO.pm
11299              
11300              Title:  "Install extensions with bootstrap (again) in $archlib"
11301              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
11302              Koenig)
11303              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
11304              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
11305              Files:  lib/ExtUtils/Install.pm
11306              
11307              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
11308              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11309              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
11310              Files:  ext/Socket/Socket.xs
11311              
11312              ------  LIBRARY  ------
11313              
11314              Title:  "Benchmark.pm: add run-for-some-time mode"
11315              From:  Jarkko Hietaniemi <jhi@iki.fi>
11316              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
11317              Files:  lib/Benchmark.pm
11318              
11319              Title:  "Comments added to Carp.pm"
11320              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
11321              <chip@perlsupport.com>, Tom Christiansen
11322              <tchrist@jhereg.perl.com>
11323              Msg-ID:  <19980422164242.E29222@perl.org>,
11324              <199804222033.OAA17959@jhereg.perl.com>,
11325              <980409182357.ZM21638@bandanna>
11326              Files:  lib/Carp.pm
11327              
11328              Title:  "chat2.pl fix"
11329              From:  Charles Bailey <BAILEY@newman.upenn.edu>
11330              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
11331              Files:  lib/chat2.pl
11332              
11333              Title:  "lib/Pod/Html.pm"
11334              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
11335              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
11336              <199710180417.AAA19778@staff2.cso.uiuc.edu>
11337              Files:  lib/Pod/Html.pm
11338              
11339              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
11340              arg."
11341              From:  hiroo.hayashi@computer.org
11342              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
11343              Files:  lib/Term/ReadLine.pm
11344              
11345              ------  OTHER CHANGES  ------
11346              
11347              Title:  "ptags broken"
11348              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
11349              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
11350              Files:  emacs/ptags
11351              
11352              ------  PORTABILITY - WIN32  ------
11353              
11354              Title:  "win32 tweaks (signals and crypt support)"
11355              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11356              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
11357              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
11358              win32/config_H.vc win32/win32.c
11359              
11360              ------  PORTABILITY - GENERAL  ------
11361              
11362              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
11363              From:  Russ Allbery <rra@stanford.edu>
11364              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
11365              Files:  Porting/Contract
11366              
11367              Title:  "Config: Irix 5 hints"
11368              From:  kstar@O2.chapin.edu
11369              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
11370              Files:  hints/irix_5.sh
11371              
11372              Title:  "VMS patches to 5.004_03"
11373              From:  Charles Bailey <BAILEY@newman.upenn.edu>
11374              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
11375              Files:  vms/vms.c
11376              
11377              Title:  "hints/netbsd.sh - enable vfork"
11378              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11379              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
11380              Files:  hints/netbsd.sh
11381              
11382              ------  UTILITIES  ------
11383              
11384              Title:  "support find2perl -follow"
11385              From:  Billy <wdconsta@cs.adelaide.edu.au>
11386              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
11387              Files:  x2p/find2perl.PL
11388      Branch: maint-5.004/perl
11389            + Porting/Contract t/op/hashwarn.t
11390            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
11391            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
11392            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
11393            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11394            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
11395            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
11396            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11397            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
11398            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
11399            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
11400            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
11401            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
11402            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11403            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
11404            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
11405            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
11406            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
11407            ! win32/config_H.bc win32/config_H.vc win32/win32.c
11408            ! x2p/find2perl.PL
11409 ____________________________________________________________________________
11410 [   896] By: TimBunce                              on 1998/04/22  11:49:24
11411         Log: Assorted patches:
11412              
11413              ------  CORE LANGUAGE  ------
11414              
11415              Title:  "Additional regex-cache patch"
11416              From:  Chip Salzenberg <chip@atlantic.net>
11417              Msg-ID:  <19980305104831.38100@cyprus>
11418              Files:  pp_ctl.c
11419              
11420              Title:  "Conservative C<*x = undef> patch"
11421              From:  Chip Salzenberg <chip@atlantic.net>
11422              Msg-ID:  <19980310163310.48509@cyprus>
11423              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
11424              
11425              Title:  "Consider @ARGV to be plain files if inplace (-i)"
11426              From:  Chip Salzenberg <salzench@nielsenmedia.com>
11427              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
11428              Files:  doio.c
11429              
11430              Title:  "Fix semctl for Linux, Sun and SVR4"
11431              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
11432              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
11433              Files:  doio.c
11434              
11435              Title:  "C<dSP> entails using C<SP>, not C<sp>"
11436              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11437              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
11438              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
11439              doio.c doop.c ext/DB_File/DB_File.xs
11440              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
11441              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
11442              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
11443              win32/win32.c
11444              
11445              Title:  "Make autouse -w-safe"
11446              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
11447              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
11448              Files:  lib/autouse.pm op.c sv.c
11449              
11450              Title:  "Misleading error on close of unopened handle"
11451              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11452              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
11453              Files:  doio.c
11454              
11455              Title:  "Confusing error from perl -e "x'""
11456              From:  Hans Mulder <hansmu@xs4all.nl>
11457              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
11458              Files:  toke.c
11459              
11460              Title:  "Add HAS_GNULIBC define"
11461              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11462              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
11463              Files:  config_H config_h.SH
11464              
11465              Title:  "h_errno might not be an int"
11466              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11467              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
11468              Files:  pp_sys.c
11469              
11470              Title:  "Revised taint hole closer", "Revised taint hole closer"
11471              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
11472              <ilya@math.ohio-state.edu>
11473              Msg-ID:  <19980310222127.09350@cyprus>,
11474              <199803110554.AAA29157@monk.mps.ohio-state.edu>
11475              Files:  doio.c
11476              
11477              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
11478              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
11479              van der Sanden)
11480              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
11481              <199803171727.MAA05234@aatma.engin.umich.edu>
11482              Files:  op.c t/op/misc.t
11483              
11484              Title:  "Stale SP in pp_substr"
11485              From:  Stephen McCamant <alias@mcs.com>
11486              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
11487              Files:  pp.c
11488              
11489              Title:  "Statement unlikely to be reached warning"
11490              From:  Hans Mulder <hansm@icgned.nl>
11491              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
11492              Files:  op.c
11493              
11494              Title:  "Tainting propagates from nowhere"
11495              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11496              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
11497              Files:  pp.c
11498              
11499              Title:  "two trivial tweaks to 5.004m5t1"
11500              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11501              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
11502              Files:  proto.h win32/Makefile
11503              
11504              Title:  "unpacking negatives on Alpha"
11505              From:  Achim Bohnet <ach@mpe.mpg.de>
11506              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
11507              Files:  pp.c t/op/pack.t
11508              
11509              ------  LIBRARY AND EXTENSIONS  ------
11510              
11511              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
11512              From:  Graham Barr <gbarr@ti.com>
11513              Msg-ID:  <3482F365.4A0486BA@ti.com>
11514              Files:  lib/Cwd.pm
11515              
11516              Title:  "Math/BigInt.pm, fixed use of undefined value."
11517              From:  abigail@fnx.com
11518              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
11519              Files:  lib/Math/BigInt.pm
11520              
11521              Title:  "File::Find rewrite"
11522              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
11523              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
11524              Files:  lib/File/Find.pm
11525              
11526              Title:  "efficient version of strict.pm"
11527              From:  koenig@anna.mind.de (Andreas J. Koenig)
11528              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
11529              Files:  lib/strict.pm
11530              
11531              Title:  "Socket occasional SEGV in pack_sockaddr_un"
11532              From:  Trevor Blackwell <tlb@viaweb.com>
11533              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
11534              Files:  ext/Socket/Socket.xs
11535              
11536              Title:  "Warning on mis-use of 'use lib'"
11537              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
11538              <rootbeer@teleport.com>, chip@atlantic.net
11539              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
11540              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
11541              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
11542              Files:  lib/lib.pm
11543              
11544              Title:  "bug in Class::Struct"
11545              From:  Tom Christiansen <tchrist@toy.perl.com>
11546              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
11547              Files:  lib/Class/Struct.pm
11548              
11549              Title:  "Allow POSIX to export nice()"
11550              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
11551              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
11552              Files:  ext/POSIX/POSIX.pm
11553              
11554              Title:  "'use Env' on WinNT/95 fails"
11555              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11556              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
11557              Files:  lib/Env.pm
11558              
11559              ------  OTHER CHANGES  ------
11560              
11561              Title:  "mv-if-diff"
11562              From:  Robin Barker <rmb1@cise.npl.co.uk>
11563              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
11564              Files:  mv-if-diff
11565              
11566              ------  PORTABILITY - WIN32  ------
11567              
11568              Title:  "fix various problems with backticks on win32"
11569              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
11570              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
11571              Files:  win32/config_h.PL win32/win32.c
11572              
11573              ------  TESTS  ------
11574              
11575              Title:  "Fix bug in locale.t"
11576              From:  Jarkko Hietaniemi <jhi@iki.fi>
11577              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
11578              Files:  t/pragma/locale.t
11579      Branch: maint-5.004/perl
11580            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
11581            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
11582            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
11583            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
11584            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
11585            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
11586            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
11587            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
11588            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
11589            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
11590            ! win32/Makefile win32/config_h.PL win32/win32.c
11591 ____________________________________________________________________________
11592 [   895] By: gsar                                  on 1998/04/22  03:13:19
11593         Log: intern -> sys_intern
11594      Branch: win32/perl
11595            ! embedvar.h interp.sym intrpvar.h win32/win32.h
11596 ____________________________________________________________________________
11597 [   894] By: gsar                                  on 1998/04/22  02:42:20
11598         Log: hand-applied patch along with small tweaks
11599              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
11600              Date:    Tue, 21 Apr 1998 23:31:06 +0200
11601              From:    jan.dubois@ibm.net (Jan Dubois)
11602              Subject: Re: Per-Interpreter variables for win32.c 
11603      Branch: win32/perl
11604            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
11605            ! win32/makedef.pl win32/win32.c win32/win32.h
11606 ____________________________________________________________________________
11607 [   893] By: gsar                                  on 1998/04/21  03:42:21
11608         Log: add AS patch#17
11609      Branch: asperl
11610            + win32/GenCAPI.pl
11611            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
11612            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11613            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
11614            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
11615            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
11616            ! win32/win32.c
11617 ____________________________________________________________________________
11618 [   892] By: gsar                                  on 1998/04/20  20:51:50
11619         Log: add AS patch#16
11620      Branch: asperl
11621            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
11622            ! win32/makefile.mk
11623 ____________________________________________________________________________
11624 [   891] By: gsar                                  on 1998/04/19  23:50:34
11625         Log: tweak doc for C<do FILENAME>
11626      Branch: win32/perl
11627            ! pod/perlfunc.pod
11628 ____________________________________________________________________________
11629 [   890] By: gsar                                  on 1998/04/19  01:08:11
11630         Log: use a pidtable that grows dynamically for popen()
11631              Message-Id: <3539f434.44835409@smtp1.ibm.net>
11632              Date:    Sat, 18 Apr 1998 21:01:27 +0200
11633              From:    jan.dubois@ibm.net (Jan Dubois)
11634              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
11635      Branch: win32/perl
11636            ! win32/win32.c
11637 ____________________________________________________________________________
11638 [   889] By: gsar                                  on 1998/04/17  02:13:58
11639         Log: support POSIX, enable more locale tests
11640      Branch: win32/perl
11641            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11642            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
11643            ! win32/makedef.pl win32/makefile.mk
11644 ____________________________________________________________________________
11645 [   888] By: mbeattie                              on 1998/04/14  16:22:51
11646         Log: CC did "<<" instead of ">>" for right-shift on ints.
11647      Branch: perl
11648            ! ext/B/B/CC.pm
11649 ____________________________________________________________________________
11650 [   887] By: TimBunce                              on 1998/04/10  17:44:55
11651         Log: Assorted patches:
11652              
11653              ------  CORE LANGUAGE  ------
11654              
11655              Title:  "Re: die exits with 0"
11656              From:  Robin Barker <rmb1@cise.npl.co.uk>
11657              Files:  perl.c t/op/die_exit.t
11658              
11659              Title:  "More toke.c commentary; fix oddity"
11660              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
11661              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
11662              Files:  toke.c
11663              
11664              Title:  "for semctl on solaris"
11665              From:  Graham Barr <gbarr@ti.com>
11666              Msg-ID:  <34624B80.C014E841@ti.com>
11667              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
11668              
11669              ------  DOCUMENTATION  ------
11670              
11671              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
11672              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
11673              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
11674              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
11675              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
11676              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
11677              Files:  pod/perlre.pod
11678              
11679              ------  LIBRARY AND EXTENSIONS  ------
11680              
11681              Title:  "BigFloat - small neagtive numbers cause panic"
11682              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
11683              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
11684              Files:  lib/Math/BigFloat.pm
11685              
11686              Title:  "Update Getopt::Long to 2.16"
11687              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
11688              <jvromans@squirrel.nl>
11689              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
11690              <13572.6847.863219.973795@phoenix.squirrel.nl>
11691              Files:  lib/Getopt/Long.pm
11692              
11693              Title:  "New Text::ParseWords"
11694              From:  pomeranz@netcom.com (Hal Pomeranz)
11695              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
11696              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
11697              
11698              Title:  "Fixed Text/Wrap.pm bugs (2)"
11699              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
11700              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
11701              Files:  lib/Text/Wrap.pm
11702              
11703              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
11704              print/exit)"
11705              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
11706              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
11707              Files:  lib/File/CheckTree.pm
11708              
11709              ------  OTHER CHANGES  ------
11710              
11711              Title:  "Add ./emacs/ptags"
11712              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
11713              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
11714              Files:  emacs/ptags
11715              
11716              ------  TESTS  ------
11717              
11718              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
11719              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
11720              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
11721              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
11722              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
11723              <v02130515b06be80f1486@[205.228.240.16]>
11724              Files:  t/op/stat.t
11725              
11726              Title:  "for failure with lib/timelocal"
11727              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
11728              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
11729              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
11730              Files:  t/lib/timelocal.t
11731              
11732              Title:  "Make "localhost" related failures more clear"
11733              From:  Paul Hoffman <phoffman@proper.com>
11734              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
11735              Files:  t/lib/io_sock.t t/lib/io_udp.t
11736              
11737              ------  UTILITIES  ------
11738              
11739              Title:  "Let h2xs read multiple header files"
11740              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
11741              <bsugars@canoe.ca>
11742              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
11743              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
11744              Files:  utils/h2xs.PL
11745      Branch: maint-5.004/perl
11746            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
11747            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
11748            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
11749            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
11750            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
11751            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
11752 ____________________________________________________________________________
11753 [   886] By: TimBunce                              on 1998/04/10  14:35:34
11754         Log: Changes relating primarily to portability.
11755              
11756              ------  CORE LANGUAGE  ------
11757              
11758              Title:  "5.004_55: Another round of OS/2 patches"
11759              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
11760              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
11761              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
11762              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
11763              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
11764              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
11765              t/lib/filecopy.t util.c utils/perldoc.PL
11766              
11767              Title:  "VMS: chdir() with empty arg list"
11768              From:  lane@duphy4.drexel.edu (Charles Lane)
11769              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
11770              Files:  pp_sys.c
11771              
11772              ------  LIBRARY AND EXTENSIONS  ------
11773              
11774              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
11775              From:  "W. Phillip Moore" <wpm@ms.com>
11776              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
11777              Files:  lib/ExtUtils/MM_Unix.pm
11778              
11779              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
11780              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
11781              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
11782              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
11783              
11784              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
11785              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11786              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
11787              Files:  ext/POSIX/POSIX.xs
11788              
11789              Title:  ""ODBM_File.c", line 275: NULL undefined"
11790              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
11791              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
11792              Files:  ext/ODBM_File/ODBM_File.xs
11793              
11794              ------  OTHER CHANGES  ------
11795              Files:  
11796              
11797              ------  PORTABILITY - GENERAL  ------
11798              
11799              Title:  "5.004_04 QNX getcwd"
11800              From:  Norton Allen <allen@huarp.harvard.edu>
11801              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
11802              <199803061511.KAA22346@bottesini.harvard.edu>
11803              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
11804              
11805              Title:  "hints/netbsd.sh d_setrgid d_setruid"
11806              From:  Jarkko Hietaniemi <jhi@iki.fi>
11807              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
11808              Files:  hints/netbsd.sh
11809              
11810              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
11811              d_casti32=undef"
11812              From:  Tom Hughes <tom@compton.demon.co.uk>
11813              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
11814              Files:  hints/svr4.sh
11815              
11816              Title:  "hints/bsdos.sh patch for BSDI 3.1"
11817              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
11818              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
11819              Files:  hints/bsdos.sh
11820              
11821              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
11822              From:  Keong Lim <Keong.Lim@sr.com.au>
11823              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
11824              Files:  ext/DynaLoader/dl_hpux.xs
11825              
11826              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
11827              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
11828              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
11829              Files:  hints/aix.sh
11830              
11831              Title:  "alpha-dec_osf 5.0"
11832              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
11833              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
11834              Files:  hints/dec_osf.sh
11835              
11836              Title:  "Off-by-one error with OS2::PrfDB"
11837              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
11838              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
11839              Files:  os2/OS2/PrfDB/PrfDB.xs
11840              
11841              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
11842              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11843              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
11844              Files:  hints/openbsd.sh
11845              
11846              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
11847              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
11848              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
11849              Files:  hints/linux.sh
11850              
11851              Title:  "5.004_(04|63)] Close VMS security hole"
11852              From:  Charles Bailey <BAILEY@newman.upenn.edu>
11853              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
11854              Files:  vms/vms.c
11855              
11856              Title:  "Re: Perl online documentation on OpenVMS"
11857              From:  pvhp@forte.com (Peter Prymmer)
11858              Msg-ID:  <9803192143.AA28120@forte.com>
11859              Files:  README.vms
11860              
11861              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
11862              vms/perly_c.vms and vms/perly_h.vms"
11863              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
11864              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
11865              Msg-ID:  <199710151650.JAA29185@wall.org>,
11866              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
11867              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
11868              Files:  vms/perly_c.vms
11869              
11870              Title:  "Updated, non-wordwrapped, patch to README.VMS"
11871              From:  Dan Sugalski <sugalskd@osshe.edu>
11872              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
11873              Files:  README.vms
11874              
11875              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
11876              From:  Charles Bailey <BAILEY@newman.upenn.edu>
11877              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
11878              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
11879              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
11880              vms/ext/filespec.t
11881              
11882              Title:  "Re: VMSperl crashes on -Mblib argument"
11883              From:  bailey@newman.upenn.edu (Charles Bailey)
11884              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
11885              Files:  lib/blib.pm vms/vms.c
11886              
11887              Title:  "hints/linux.sh (MkLinux / PPC)"
11888              From:  pudge@pobox.com (Chris Nandor)
11889              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
11890              Files:  hints/linux.sh
11891              
11892              Title:  "hpux.sh hints file clarification suggestion"
11893              From:  root@qad.com
11894              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
11895              Files:  hints/hpux.sh
11896              
11897              Title:  "new hints/solaris_2.sh"
11898              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11899              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
11900              Files:  hints/solaris_2.sh
11901      Branch: maint-5.004/perl
11902            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
11903            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11904            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
11905            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
11906            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
11907            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
11908            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11909            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
11910            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
11911            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
11912            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
11913            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
11914            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
11915            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
11916            ! vms/vms.c
11917 ____________________________________________________________________________
11918 [   885] By: gsar                                  on 1998/04/08  01:14:29
11919         Log: small tweaks to make it compile (doesn't run)
11920      Branch: asperl
11921            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
11922            ! win32/config.vc win32/makefile.mk
11923 ____________________________________________________________________________
11924 [   884] By: gsar                                  on 1998/04/08  00:14:13
11925         Log: integrate mainline changes
11926      Branch: asperl
11927           +> Changes5.004 ext/Thread/Thread/Signal.pm
11928           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
11929           +> lib/ExtUtils/inst t/op/hashwarn.t
11930            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
11931           !> (integrate 127 files)
11932 ____________________________________________________________________________
11933 [   883] By: gsar                                  on 1998/04/06  20:21:20
11934         Log: make old DomainName() implementation the default (so Win95
11935              is happy)
11936      Branch: win32/perl
11937            ! win32/win32.c
11938 ____________________________________________________________________________
11939 [   882] By: gsar                                  on 1998/04/05  23:32:33
11940         Log: fix memory leaks in offer_nice_chunk()
11941      Branch: win32/perl
11942            ! perl.h sv.c
11943 ____________________________________________________________________________
11944 [   881] By: gsar                                  on 1998/04/04  23:11:52
11945         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
11946      Branch: win32/perl
11947            ! cop.h util.c
11948 ____________________________________________________________________________
11949 [   880] By: gsar                                  on 1998/04/04  22:35:54
11950         Log: fix refcounting of GvSTASH() when glob becomes nought
11951              (this takes care of the "unbalanced strtab refcount" problem)
11952      Branch: win32/perl
11953            ! sv.c
11954 ____________________________________________________________________________
11955 [   879] By: gsar                                  on 1998/04/04  21:16:17
11956         Log: change 866 was incomplete
11957      Branch: win32/perl
11958            ! hv.c
11959 ____________________________________________________________________________
11960 [   878] By: gsar                                  on 1998/04/04  20:31:56
11961         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
11962      Branch: win32/perl
11963            ! cop.h perl.c pp_ctl.c
11964 ____________________________________________________________________________
11965 [   877] By: gsar                                  on 1998/04/04  17:55:30
11966         Log: integrate mainline
11967      Branch: win32/perl
11968           +> Changes5.004
11969           !> Changes MANIFEST sv.c t/op/misc.t
11970 ____________________________________________________________________________
11971 [   876] By: gsar                                  on 1998/04/04  17:26:32
11972         Log: remove __declspec kludge in sdbm.h in favor of setting a
11973              flag for static symbols
11974      Branch: win32/perl
11975            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
11976            ! ext/SDBM_File/sdbm/sdbm.h
11977 ____________________________________________________________________________
11978 [   875] By: gsar                                  on 1998/04/04  01:11:57
11979         Log: fix order of init
11980              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
11981              Date:    Fri, 03 Apr 1998 13:58:15 PST
11982              From:    Dan Sugalski <sugalskd@osshe.edu>
11983              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
11984              with MULTIPLICITY
11985      Branch: win32/perl
11986            ! perl.c
11987 ____________________________________________________________________________
11988 [   874] By: gsar                                  on 1998/04/04  00:34:59
11989         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
11990              the declared symbol is not in a DLL (so kludge it)
11991      Branch: win32/perl
11992            ! ext/SDBM_File/sdbm/sdbm.h
11993 ____________________________________________________________________________
11994 [   873] By: TimBunce                              on 1998/04/03  22:17:40
11995         Log: Title:  "FileHandle Documentation patch"
11996              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
11997              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
11998              Files:  lib/FileHandle.pm
11999      Branch: maint-5.004/perl
12000            ! lib/FileHandle.pm
12001 ____________________________________________________________________________
12002 [   872] By: TimBunce                              on 1998/04/03  22:01:03
12003         Log: Documentation and documentation related patches:
12004              
12005              ------  BUILD PROCESS  ------
12006              
12007              Title:  "Docs re /usr/bin/perl quasi-standard location"
12008              From:  Tom Phoenix <rootbeer@teleport.com>
12009              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
12010              Files:  INSTALL pod/perlrun.pod
12011              
12012              ------  DOCUMENTATION  ------
12013              
12014              Title:  "/RFC|RFC-1305/ non-greedy"
12015              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
12016              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
12017              Files:  pod/perlre.pod
12018              
12019              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
12020              From:  Jarkko Hietaniemi <jhi@iki.fi>
12021              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
12022              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
12023              
12024              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
12025              From:  Jarkko Hietaniemi <jhi@iki.fi>
12026              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
12027              Files:  pod/perlfunc.pod
12028              
12029              Title:  "typo-fix and suggestion for perlguts.pod"
12030              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
12031              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
12032              Files:  pod/perlguts.pod
12033              
12034              Title:  "perlfunc/syscall curiosity"
12035              From:  Roderick Schertler <roderick@argon.org>, Tkil
12036              <tkil@reptile.scrye.com>
12037              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
12038              <pziut8snva.fsf@eeyore.ibcinc.com>
12039              Files:  pod/perlfunc.pod
12040              
12041              Title:  "Document sprintf %#x behaviour for zero value"
12042              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
12043              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
12044              Files:  pod/perlfunc.pod
12045              
12046              Title:  "NUL termination (was Re: STOP THE PRESSES)"
12047              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12048              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
12049              Files:  pod/perlguts.pod
12050              
12051              Title:  "Typo fix."
12052              From:  abigail@fnx.com
12053              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
12054              Files:  pod/perlop.pod pod/perlvar.pod
12055              
12056              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
12057              From:  Achim Bohnet <ach@mpe.mpg.de>
12058              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
12059              Files:  pod/perlrun.pod
12060              
12061              Title:  "Re: Conservative C<*x = undef> patch"
12062              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12063              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
12064              Files:  pod/perltrap.pod
12065              
12066              Title:  "perlfunc.pod for flock()"
12067              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
12068              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
12069              Files:  pod/perlfunc.pod
12070              
12071              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
12072              From:  Tkil <tkil@scrye.com>
12073              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
12074              Files:  pod/perl.pod
12075              
12076              Title:  "for() and map() peculiarity"
12077              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12078              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
12079              Files:  pod/perlsyn.pod
12080              
12081              Title:  "Re: new text for perlsec"
12082              From:  Tom Phoenix <rootbeer@teleport.com>
12083              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
12084              Files:  pod/perlsec.pod
12085              
12086              Title:  "perldsc's debugger x command"
12087              From:  Roderick Schertler <roderick@argon.org>
12088              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
12089              Files:  pod/perldsc.pod
12090              
12091              Title:  "perlre.pod"
12092              From:  Ted Ashton <ashted@southern.edu>
12093              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
12094              Files:  pod/perlre.pod
12095              
12096              Title:  "Re: printf and $\", "printf and $\"
12097              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
12098              <rootbeer@teleport.com>, nag <nick@flirble.org>
12099              Msg-ID:  <199711141918.TAA08096@flirble.org>,
12100              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
12101              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
12102              Files:  pod/perlfunc.pod
12103              
12104              Title:  "recv() typo"
12105              From:  Roderick Schertler <roderick@argon.org>
12106              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
12107              Files:  pod/perlfunc.pod
12108              
12109              Title:  "truncate return value"
12110              From:  Roderick Schertler <roderick@argon.org>
12111              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
12112              Files:  pod/perlfunc.pod
12113              
12114              Title:  "update to perlbook.pod"
12115              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
12116              <merlyn@stonehenge.com>, Stephen Potter
12117              <spp@psasolar.colltech.com>, Tom Phoenix
12118              <rootbeer@teleport.com>
12119              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
12120              <199803241441.OAA01261@mediaone.net>,
12121              <8clnu0i05k.fsf@gadget.cscaper.com>,
12122              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
12123              Files:  pod/perlbook.pod
12124              
12125              Title:  "utime documentation"
12126              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
12127              <mjtg@cus.cam.ac.uk>
12128              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
12129              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
12130              Files:  pod/perlfunc.pod
12131              
12132              Title:  "(well, doc patch) use of // requires successful match"
12133              From:  Roderick Schertler <roderick@argon.org>
12134              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
12135              Files:  pod/perlop.pod
12136              
12137              ------  LIBRARY AND EXTENSIONS  ------
12138              
12139              Title:  "MakeMaker PM doc patch and a DIR buglet"
12140              From:  Achim Bohnet <ach@mpe.mpg.de>
12141              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
12142              Files:  lib/ExtUtils/MakeMaker.pm
12143              
12144              Title:  "bareword clarification for constant.pm"
12145              From:  Roderick Schertler <roderick@argon.org>
12146              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
12147              Files:  lib/constant.pm
12148              
12149              Title:  "integer rand - bug or feature?"
12150              From:  Roderick Schertler <roderick@argon.org>
12151              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
12152              Files:  lib/integer.pm
12153              
12154              ------  OTHER CHANGES  ------
12155              
12156              Title:  "FileHandle Documentation patch"
12157              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
12158              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
12159              
12160              Title:  "perl5.004_61 myconfig updates"
12161              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
12162              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
12163              Files:  myconfig
12164              
12165              Title:  "small fixups in pod2latex.PL"
12166              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
12167              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
12168              
12169              ------  PORTABILITY - GENERAL  ------
12170              
12171              Title:  "Misc doc fixes for README.VMS"
12172              From:  Dan Sugalski <sugalskd@osshe.edu>
12173              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
12174              Files:  README.vms
12175              
12176              Title:  "moved DynaLib"
12177              From:  John Tobey <jtobey@channel1.com>
12178              Msg-ID:  <199710182332.XAA21630@remote212>
12179              Files:  ext/DynaLoader/DynaLoader.pm.PL
12180              
12181              ------  UTILITIES  ------
12182              
12183              Title:  "Searching for FAQs (patch to perldoc)"
12184              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
12185              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
12186              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
12187              Files:  utils/perldoc.PL
12188              
12189              Title:  "perldoc"
12190              From:  Ted Ashton <ashted@southern.edu>
12191              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
12192              Files:  utils/perldoc.PL
12193              
12194              Title:  "perldoc -f not using pod2man"
12195              From:  Russ Allbery <rra@stanford.edu>
12196              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
12197              Files:  utils/perldoc.PL
12198              
12199              Title:  "perldoc -m should not require pod"
12200              From:  Robin Houston <robin@nml.guardian.co.uk>
12201              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
12202              Files:  utils/perldoc.PL
12203              
12204              Title:  "small fix for perldoc in perl 5.004_04"
12205              From:  Julian Yip <julian@imoney.com>
12206              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
12207              Files:  utils/perldoc.PL
12208      Branch: maint-5.004/perl
12209            - ext/DynaLoader/DynaLoader.pm
12210            ! Changes Configure INSTALL README.vms
12211            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
12212            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
12213            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
12214            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
12215            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
12216            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
12217            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
12218            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
12219            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12220            ! pod/pod2latex.PL toke.c utils/perldoc.PL
12221
12222 ----------------
12223 Version 5.004_64
12224 ----------------
12225
12226 ____________________________________________________________________________
12227 [   871] By: mbeattie                              on 1998/04/03  13:38:59
12228         Log: Update Changes5.004 and Changes, fix MANIFEST
12229      Branch: perl
12230            + Changes
12231            ! Changes5.004 MANIFEST
12232 ____________________________________________________________________________
12233 [   870] By: mbeattie                              on 1998/04/03  13:36:29
12234         Log: Rename Changes to Changes5.004 (via an integrate)
12235      Branch: perl
12236           +> Changes5.004
12237            - Changes
12238 ____________________________________________________________________________
12239 [   869] By: mbeattie                              on 1998/04/03  11:53:00
12240         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
12241              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
12242              From: Jan-Pieter Cornet <johnpc@xs4all.net>
12243      Branch: perl
12244            ! sv.c t/op/misc.t
12245 ____________________________________________________________________________
12246 [   868] By: mbeattie                              on 1998/04/03  11:16:26
12247         Log: Integrate win32 branch into mainline
12248      Branch: perl
12249           !> (integrate 31 files)
12250 ____________________________________________________________________________
12251 [   867] By: gsar                                  on 1998/04/03  08:47:55
12252         Log: config.* fixes
12253      Branch: win32/perl
12254            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12255            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12256            ! win32/makefile.mk
12257 ____________________________________________________________________________
12258 [   866] By: gsar                                  on 1998/04/03  07:22:50
12259         Log: fixup hv_free_ent() to not fail on null HeVAL()
12260      Branch: win32/perl
12261            ! hv.c perl.c
12262 ____________________________________________________________________________
12263 [   865] By: gsar                                  on 1998/04/03  07:06:12
12264         Log: integrate mainline
12265      Branch: win32/perl
12266           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
12267           !> (integrate 71 files)
12268 ____________________________________________________________________________
12269 [   864] By: gsar                                  on 1998/04/03  06:59:37
12270         Log: implement stack-of-stacks so that magic invocations don't
12271              invalidate local stack pointer
12272      Branch: win32/perl
12273            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
12274            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
12275            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
12276 ____________________________________________________________________________
12277 [   863] By: gsar                                  on 1998/04/03  01:26:09
12278         Log: add AS patch#15
12279      Branch: asperl
12280            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
12281            ! win32/config.bc win32/config.gc win32/config.vc
12282            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12283            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
12284            ! win32/win32.c win32/win32.h
12285 ____________________________________________________________________________
12286 [   862] By: mbeattie                              on 1998/04/02  17:08:43
12287         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
12288              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
12289              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12290      Branch: perl
12291            ! Configure ext/Socket/Socket.xs myconfig
12292 ____________________________________________________________________________
12293 [   861] By: mbeattie                              on 1998/04/02  16:32:53
12294         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
12295              since appropriate headers aren't included.
12296      Branch: perl
12297            ! ext/SDBM_File/sdbm/sdbm.h
12298 ____________________________________________________________________________
12299 [   860] By: mbeattie                              on 1998/04/02  16:17:11
12300         Log: Bumped patchlevel.h to 64
12301      Branch: perl
12302            ! patchlevel.h
12303 ____________________________________________________________________________
12304 [   859] By: mbeattie                              on 1998/04/02  16:16:26
12305         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
12306              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
12307              From: Jarkko Hietaniemi <jhi@iki.fi>
12308      Branch: perl
12309            ! hints/unicos.sh regcomp.h
12310 ____________________________________________________________________________
12311 [   858] By: mbeattie                              on 1998/04/02  16:13:24
12312         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
12313              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
12314              From: Tom Phoenix <rootbeer@teleport.com>
12315      Branch: perl
12316            + t/op/hashwarn.t
12317            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
12318 ____________________________________________________________________________
12319 [   857] By: mbeattie                              on 1998/04/02  16:08:43
12320         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
12321              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
12322              From: Charles Bailey <BAILEY@newman.upenn.edu>
12323      Branch: perl
12324            ! vms/vms.c
12325 ____________________________________________________________________________
12326 [   856] By: mbeattie                              on 1998/04/02  16:07:44
12327         Log: Subject: [PATCH] mv-if-diff
12328              Date: Fri, 27 Mar 98 18:06:11 GMT
12329              From: Robin Barker <rmb1@cise.npl.co.uk>
12330      Branch: perl
12331            ! mv-if-diff
12332 ____________________________________________________________________________
12333 [   855] By: mbeattie                              on 1998/04/02  16:06:54
12334         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
12335              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
12336              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
12337              Subject: [PATCH] another destruct_level fix
12338              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
12339      Branch: perl
12340            ! perl.c sv.c
12341 ____________________________________________________________________________
12342 [   854] By: mbeattie                              on 1998/04/02  16:03:37
12343         Log: Subject: Next wave of _63 VMS patches
12344              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
12345              From: Charles Bailey <BAILEY@newman.upenn.edu>
12346      Branch: perl
12347            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
12348            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
12349            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
12350            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
12351            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12352            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
12353            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
12354            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
12355            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
12356            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
12357            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
12358            ! vms/vmsish.h
12359 ____________________________________________________________________________
12360 [   853] By: mbeattie                              on 1998/04/02  15:55:46
12361         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
12362              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
12363              From: Hans Mulder <hansmu@xs4all.nl>
12364      Branch: perl
12365            ! toke.c
12366 ____________________________________________________________________________
12367 [   852] By: mbeattie                              on 1998/04/02  15:54:24
12368         Log: Subject: [PATCH] small fixups in pod2latex.PL
12369              Date: 25 Mar 1998 13:30:25 -0800
12370              From: "Darren/Torin/Who Ever..." <torin@daft.com>
12371      Branch: perl
12372            ! pod/pod2latex.PL
12373 ____________________________________________________________________________
12374 [   851] By: mbeattie                              on 1998/04/02  15:50:58
12375         Log: Subject: [PATCH] hints/irix_6.sh with GCC
12376              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
12377              From: kstar@chapin.edu (Kurt D. Starsinic)
12378      Branch: perl
12379            ! hints/irix_6.sh
12380 ____________________________________________________________________________
12381 [   850] By: mbeattie                              on 1998/04/02  15:45:33
12382         Log: Subject: [PATCH] perldoc -m
12383              Date: Tue, 24 Mar 1998 13:19:38 GMT
12384              From: Robin Houston <robin@nml.guardian.co.uk>
12385      Branch: perl
12386            ! utils/perldoc.PL
12387 ____________________________________________________________________________
12388 [   849] By: mbeattie                              on 1998/04/02  15:42:52
12389         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
12390              Date: Mon, 23 Mar 1998 14:13:46 +0100
12391              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12392      Branch: perl
12393            ! djgpp/config.over hints/dos_djgpp.sh
12394 ____________________________________________________________________________
12395 [   848] By: mbeattie                              on 1998/04/02  15:38:19
12396         Log: Subject: [PATCH] Stale SP in pp_substr
12397              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
12398              From: Stephen McCamant <alias@mcs.com>
12399      Branch: perl
12400            ! pp.c
12401 ____________________________________________________________________________
12402 [   847] By: mbeattie                              on 1998/04/02  15:36:33
12403         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
12404      Branch: perl
12405            ! ext/POSIX/POSIX.pm
12406 ____________________________________________________________________________
12407 [   846] By: mbeattie                              on 1998/04/02  15:34:36
12408         Log: Subject: [PATCH] 5.004_63: further -e patching
12409              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
12410              From: Jarkko Hietaniemi <jhi@iki.fi>
12411      Branch: perl
12412            ! perl.c pod/perldiag.pod
12413 ____________________________________________________________________________
12414 [   845] By: mbeattie                              on 1998/04/02  15:25:18
12415         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
12416      Branch: perl
12417            ! Configure INSTALL Policy_sh.SH Porting/Glossary
12418            ! Porting/config.sh Porting/config_H config_h.SH
12419            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
12420            ! pp.c pp_sys.c regexec.c
12421 ____________________________________________________________________________
12422 [   844] By: mbeattie                              on 1998/04/02  14:28:17
12423         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
12424              Date: Wed, 18 Mar 1998 20:40:19 +0100
12425              From: Achim Bohnet <ach@mpe.mpg.de>
12426      Branch: perl
12427            ! pod/perlrun.pod
12428 ____________________________________________________________________________
12429 [   843] By: mbeattie                              on 1998/04/02  14:26:52
12430         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12431              Subject: 5.004_63 picky compiler fixes [PATCH]
12432              Date: Wed, 18 Mar 1998 09:36:32 -0800
12433              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
12434              Date: Wed, 18 Mar 1998 14:48:19 -0800
12435      Branch: perl
12436            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
12437 ____________________________________________________________________________
12438 [   842] By: mbeattie                              on 1998/04/02  14:22:41
12439         Log: From: Stephen Potter <spp@psasolar.colltech.com>
12440              Subject: Re: doc: perlrun typo 
12441              Date: Wed, 18 Mar 1998 10:06:55 -0600
12442              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
12443              Date: Tue, 24 Mar 1998 21:20:51 -0600
12444      Branch: perl
12445            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
12446 ____________________________________________________________________________
12447 [   841] By: mbeattie                              on 1998/04/02  14:17:31
12448         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
12449              Date: Wed, 18 Mar 1998 12:44:58 +0100
12450              From: Dominic Dunlop <domo@vo.lu>
12451      Branch: perl
12452            ! Porting/pumpkin.pod Todo
12453 ____________________________________________________________________________
12454 [   840] By: mbeattie                              on 1998/04/02  14:14:22
12455         Log: Subject: [PATCH] Configure hints/ patches
12456              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
12457              From: Jan-Pieter Cornet <johnpc@xs4all.net>
12458      Branch: perl
12459            ! hints/linux.sh hints/qnx.sh
12460 ____________________________________________________________________________
12461 [   839] By: mbeattie                              on 1998/04/02  14:13:13
12462         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
12463      Branch: perl
12464            ! cygwin32/perlgcc
12465 ____________________________________________________________________________
12466 [   838] By: gsar                                  on 1998/03/28  05:01:57
12467         Log: fix Env.pm to weed out illegal names
12468      Branch: win32/perl
12469            ! lib/Env.pm
12470 ____________________________________________________________________________
12471 [   837] By: gsar                                  on 1998/03/28  04:39:43
12472         Log: fix typo in makefile.mk
12473      Branch: win32/perl
12474            ! win32/makefile.mk
12475 ____________________________________________________________________________
12476 [   836] By: gsar                                  on 1998/03/23  17:40:15
12477         Log: add file: to installhtml URLs
12478      Branch: win32/perl
12479            ! win32/Makefile win32/makefile.mk
12480 ____________________________________________________________________________
12481 [   835] By: mbeattie                              on 1998/03/18  11:03:11
12482         Log: Add Thread::Signal to run signal handlers reliably in a new thread
12483      Branch: perl
12484            + ext/Thread/Thread/Signal.pm
12485            ! MANIFEST ext/Thread/Thread.xs
12486
12487 ----------------
12488 Version 5.004_63
12489 ----------------
12490
12491 ____________________________________________________________________________
12492 [   834] By: mbeattie                              on 1998/03/17  16:19:10
12493         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
12494      Branch: perl
12495            ! Policy_sh.SH
12496 ____________________________________________________________________________
12497 [   833] By: mbeattie                              on 1998/03/17  16:11:02
12498         Log: Integrate win32 branch into mainline.
12499      Branch: perl
12500           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
12501           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12502           !> win32/win32.c
12503 ____________________________________________________________________________
12504 [   832] By: gsar                                  on 1998/03/17  14:32:39
12505         Log: propagate bugfix @ change831 from asperl
12506      Branch: win32/perl
12507            ! regcomp.c
12508 ____________________________________________________________________________
12509 [   831] By: gsar                                  on 1998/03/17  14:02:51
12510         Log: fix buggy order of free() in regcomp.c (from AS)
12511      Branch: asperl
12512            ! regcomp.c
12513 ____________________________________________________________________________
12514 [   830] By: gsar                                  on 1998/03/17  01:10:54
12515         Log: add a part of AS patch#14, backout incomplete variable
12516              name changes for gcc. Builds and tests under VC/BC once again.
12517      Branch: asperl
12518            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
12519 ____________________________________________________________________________
12520 [   829] By: gsar                                  on 1998/03/16  23:49:18
12521         Log: stray tweak to win32.c
12522      Branch: win32/perl
12523            ! win32/win32.c
12524 ____________________________________________________________________________
12525 [   828] By: gsar                                  on 1998/03/16  22:06:03
12526         Log: update win32/config* files
12527      Branch: win32/perl
12528            ! win32/config.bc win32/config.gc win32/config.vc
12529            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12530 ____________________________________________________________________________
12531 [   827] By: gsar                                  on 1998/03/16  19:09:30
12532         Log: trivial integrate of mainline
12533      Branch: win32/perl
12534           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
12535           +> lib/ExtUtils/inst
12536           !> (integrate 61 files)
12537 ____________________________________________________________________________
12538 [   826] By: mbeattie                              on 1998/03/16  16:39:23
12539         Log: newCONSTSUB had private MY_start_subparse.
12540      Branch: perl
12541            ! op.c
12542 ____________________________________________________________________________
12543 [   825] By: mbeattie                              on 1998/03/16  16:36:55
12544         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
12545      Branch: perl
12546            ! hv.c
12547 ____________________________________________________________________________
12548 [   824] By: mbeattie                              on 1998/03/16  16:27:43
12549         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
12550      Branch: perl
12551            ! MANIFEST
12552 ____________________________________________________________________________
12553 [   823] By: mbeattie                              on 1998/03/16  16:26:02
12554         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
12555      Branch: perl
12556            + lib/ExtUtils/Packlist.pm
12557 ____________________________________________________________________________
12558 [   822] By: mbeattie                              on 1998/03/16  16:22:58
12559         Log: Bump patchlevel.h to 63.
12560      Branch: perl
12561            ! ext/IO/IO.xs patchlevel.h
12562           !> (integrate 41 files)
12563 ____________________________________________________________________________
12564 [   821] By: mbeattie                              on 1998/03/16  16:18:35
12565         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
12566              Subject: Bundling builtin.pm and newCONSTSUB with the core?
12567              From: jan.dubois@ibm.net (Jan Dubois)
12568              Date: Sun, 15 Mar 1998 19:09:05 +0100
12569      Branch: perl
12570            ! embed.h global.sym op.c pod/perlguts.pod proto.h
12571 ____________________________________________________________________________
12572 [   820] By: mbeattie                              on 1998/03/16  16:02:50
12573         Log: Subject: [PATCH] STRESS_REALLOC
12574              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
12575              From: Stephen McCamant <alias@mcs.com>
12576      Branch: perl
12577            ! malloc.c perl.c scope.c
12578 ____________________________________________________________________________
12579 [   819] By: mbeattie                              on 1998/03/16  16:01:06
12580         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
12581              Date: Fri, 13 Mar 1998 23:21:25 +0100
12582              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
12583      Branch: perl
12584            ! perly.c
12585 ____________________________________________________________________________
12586 [   818] By: mbeattie                              on 1998/03/16  15:59:16
12587         Log: Subject: [Configure PATCH] for OS/2
12588              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
12589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12590              [Two hunks to Configure failed to apply due to clashes]
12591      Branch: perl
12592            ! Configure hints/os2.sh
12593 ____________________________________________________________________________
12594 [   817] By: mbeattie                              on 1998/03/16  15:55:28
12595         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
12596              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
12597              From: Charles Bailey <BAILEY@newman.upenn.edu>
12598              [Needed manual tweaks on vms/config.vms since it clashed with other
12599              patches. I may have got it wrong.]
12600      Branch: perl
12601            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12602            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
12603            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
12604            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
12605            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
12606            ! vms/test.com vms/vms.c vms/vmsish.h
12607 ____________________________________________________________________________
12608 [   816] By: mbeattie                              on 1998/03/16  15:26:04
12609         Log: Subject: [PATCH] Let h2xs read multiple header files
12610              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
12611              From: Benjamin Sugars <bsugars@canoe.ca>
12612      Branch: perl
12613            ! utils/h2xs.PL
12614 ____________________________________________________________________________
12615 [   815] By: mbeattie                              on 1998/03/16  15:24:12
12616         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
12617              Date: Mon, 09 Mar 1998 09:18:56 -0800
12618              From: Dan Sugalski <sugalskd@osshe.edu>
12619      Branch: perl
12620            ! vms/config.vms
12621 ____________________________________________________________________________
12622 [   814] By: mbeattie                              on 1998/03/16  13:17:14
12623         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
12624              Date: Sun, 08 Mar 1998 12:50:23 +0000
12625              From: Alan Burlison <alan.burlison@UK.Sun.COM>
12626              plus manual update of MANIFEST
12627      Branch: perl
12628            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
12629            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
12630            ! lib/ExtUtils/MM_Unix.pm
12631 ____________________________________________________________________________
12632 [   813] By: mbeattie                              on 1998/03/16  13:08:55
12633         Log: From: Blair Zajac <blair@gps.caltech.edu>
12634              Subject: PATCH: util.c and util.h function declarations do not match
12635              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
12636              Subject: PATCH: cgywin32 patch for perlgcc
12637              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
12638              Subject: PATCH: perl5.004_62 on cygwin32
12639              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
12640      Branch: perl
12641            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
12642 ____________________________________________________________________________
12643 [   812] By: mbeattie                              on 1998/03/16  12:55:39
12644         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12645              Subject: [PATCH 5.004_62} Config_62-01 patch available.
12646              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
12647              Subject: [PATCH 5.004_62] Tiny hint file updates
12648              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
12649      Branch: perl
12650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12651            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
12652            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
12653            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
12654            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
12655            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
12656 ____________________________________________________________________________
12657 [   811] By: mbeattie                              on 1998/03/16  12:13:55
12658         Log: DOS djgpp updates:
12659              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12660              Subject: [PATCH for 5.004_61] dos-djgpp update
12661              Date: Fri, 6 Mar 1998 10:41:01 +0100
12662              Subject: [PATCH 5.004_62] dos-djgpp update
12663              Date: Thu, 12 Mar 1998 13:34:51 +0100
12664      Branch: perl
12665            ! djgpp/config.over hints/dos_djgpp.sh
12666 ____________________________________________________________________________
12667 [   810] By: gsar                                  on 1998/03/16  08:48:17
12668         Log: integrate mainline
12669      Branch: win32/perl
12670           !> pp_sys.c
12671 ____________________________________________________________________________
12672 [   809] By: gsar                                  on 1998/03/16  08:44:37
12673         Log: various changes to get asperl working under Borland
12674              (passes all tests when built under PERL_OBJECT)
12675      Branch: asperl
12676            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
12677            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
12678            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
12679            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12680            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
12681            ! win32/win32sck.c
12682 ____________________________________________________________________________
12683 [   808] By: gsar                                  on 1998/03/12  19:50:20
12684         Log: set sockets to nonoverlapped mode for every thread
12685              Message-Id: <35081FE4.965A484D@enteract.com>
12686              Date:    Thu, 12 Mar 1998 11:48:20 CST
12687              From:    Steve Nielsen <spn@enteract.com>
12688              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
12689      Branch: win32/perl
12690            ! win32/win32.h win32/win32sck.c
12691 ____________________________________________________________________________
12692 [   807] By: gsar                                  on 1998/03/12  19:26:54
12693         Log: add AS patch#13
12694      Branch: asperl
12695            ! win32/Makefile
12696 ____________________________________________________________________________
12697 [   806] By: gsar                                  on 1998/03/12  00:51:08
12698         Log: added AS patch#12 with minor changes
12699      Branch: asperl
12700            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
12701            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12702            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
12703            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
12704            ! win32/runperl.c
12705 ____________________________________________________________________________
12706 [   805] By: gsar                                  on 1998/03/10  20:35:10
12707         Log: reinstate some standard sig_names to avoid noise from
12708              modules (and in hopes of making them _do_ something in future)
12709      Branch: win32/perl
12710            ! win32/config.bc win32/config.gc win32/config.vc
12711            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12712 ____________________________________________________________________________
12713 [   804] By: gsar                                  on 1998/03/10  20:33:05
12714         Log: mingw32 tweaks
12715      Branch: win32/perl
12716            ! win32/makefile.mk win32/win32.c win32/win32.h
12717 ____________________________________________________________________________
12718 [   803] By: gsar                                  on 1998/03/09  20:56:07
12719         Log: tweak Win32::DomainName() implementation
12720      Branch: win32/perl
12721            ! win32/Makefile win32/win32.c
12722 ____________________________________________________________________________
12723 [   802] By: gsar                                  on 1998/03/09  03:51:01
12724         Log: merge C<local $tied{foo}> patch, also moved statics in
12725              [ah]v.c to thrdvar.h
12726      Branch: win32/perl
12727            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
12728 ____________________________________________________________________________
12729 [   801] By: gsar                                  on 1998/03/09  02:38:35
12730         Log: minor win32 support fixes
12731              - add a better implementation of Win32::DomainName() (as
12732              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
12733              - fix opendir() emulation was unsafe what given long paths
12734      Branch: win32/perl
12735            ! win32/win32.c
12736 ____________________________________________________________________________
12737 [   800] By: nick                                  on 1998/03/07  09:36:41
12738         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
12739              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
12740              exist. (Breaks libnet).
12741      Branch: perl
12742            ! pp_sys.c
12743 ____________________________________________________________________________
12744 [   799] By: gsar                                  on 1998/03/07  07:51:28
12745         Log: integrate mainline changes
12746      Branch: asperl
12747           !> (integrate 111 files)
12748 ____________________________________________________________________________
12749 [   798] By: gsar                                  on 1998/03/07  07:01:55
12750         Log: integrate mainline
12751      Branch: win32/perl
12752           !> myconfig patchlevel.h
12753 ____________________________________________________________________________
12754 [   797] By: gsar                                  on 1998/03/07  06:49:49
12755         Log: provide our own popen()/pclose() to fix problems with qx//:
12756              - qx// used to always invoke the shell, now does so only when needed
12757              - qx// didn't respect PERL5SHELL, now does
12758      Branch: win32/perl
12759            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
12760 ____________________________________________________________________________
12761 [   796] By: gsar                                  on 1998/03/07  01:37:10
12762         Log: a missed s/sp/SP/
12763      Branch: win32/perl
12764            ! lib/ExtUtils/typemap pod/perlcall.pod
12765 ____________________________________________________________________________
12766 [   795] By: gsar                                  on 1998/03/07  01:05:21
12767         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
12768              mention that local stack pointer should be called SP.  This makes the
12769              API safer from source incompatibilities down the line.
12770      Branch: win32/perl
12771            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
12772            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
12773            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
12774            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
12775            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
12776            ! pp_ctl.c pp_hot.c pp_sys.c util.c
12777
12778 ----------------
12779 Version 5.004_62
12780 ----------------
12781
12782 ____________________________________________________________________________
12783 [   794] By: mbeattie                              on 1998/03/06  09:38:08
12784         Log: Subject: [PATCH] perl5.004_61 myconfig updates
12785              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
12786              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12787      Branch: perl
12788            ! myconfig
12789 ____________________________________________________________________________
12790 [   793] By: mbeattie                              on 1998/03/06  09:36:37
12791         Log: Bump patchlevel.h to 62.
12792      Branch: perl
12793            ! patchlevel.h
12794 ____________________________________________________________________________
12795 [   792] By: mbeattie                              on 1998/03/06  09:35:57
12796         Log: Integrate win32 branch into mainline.
12797      Branch: perl
12798           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
12799           !> win32/config.gc win32/config.vc win32/config_H.bc
12800           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12801 ____________________________________________________________________________
12802 [   791] By: gsar                                  on 1998/03/06  06:00:08
12803         Log: various
12804              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
12805              - add missing prototypes
12806              - regenerate win32/config*.?c
12807      Branch: win32/perl
12808            ! bytecode.h proto.h win32/config.bc win32/config.gc
12809            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12810            ! win32/config_H.vc win32/makefile.mk
12811 ____________________________________________________________________________
12812 [   790] By: gsar                                  on 1998/03/06  03:19:23
12813         Log: fix typo in Makefile
12814      Branch: win32/perl
12815            ! win32/Makefile
12816 ____________________________________________________________________________
12817 [   789] By: gsar                                  on 1998/03/05  22:55:53
12818         Log: integrate mainline
12819      Branch: win32/perl
12820           !> (integrate 47 files)
12821 ____________________________________________________________________________
12822 [   788] By: gsar                                  on 1998/03/05  20:02:09
12823         Log: added AS patch#11
12824              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
12825              Date:    Thu, 05 Mar 1998 10:23:04 PST
12826              From:    Douglas Lankshear <dougl@ActiveState.com>
12827              
12828              This patch fixes a bug I introduced removing duplicate code.
12829              -- Doug
12830      Branch: asperl
12831            ! ObjXSub.h objpp.h win32/runperl.c
12832 ____________________________________________________________________________
12833 [   787] By: gsar                                  on 1998/03/05  19:56:17
12834         Log: add Nick's dTHR fixes
12835      Branch: win32/perl
12836            ! op.c scope.c
12837 ____________________________________________________________________________
12838 [   786] By: gsar                                  on 1998/03/05  19:54:49
12839         Log: maintpatch
12840              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
12841              Date:    Thu, 05 Mar 1998 02:49:46 EST
12842              From:    Spider Boardman <spider@orb.nashua.nh.us>
12843              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
12844      Branch: win32/perl
12845            ! scope.c
12846 ____________________________________________________________________________
12847 [   785] By: mbeattie                              on 1998/03/05  19:12:14
12848         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
12849              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
12850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12851      Branch: perl
12852            ! op.c proto.h regcomp.c regexp.h util.c
12853 ____________________________________________________________________________
12854 [   784] By: mbeattie                              on 1998/03/05  19:11:09
12855         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
12856              Date: Wed, 4 Mar 1998 10:18:03 GMT
12857              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12858      Branch: perl
12859            ! atomic.h
12860 ____________________________________________________________________________
12861 [   783] By: mbeattie                              on 1998/03/05  19:09:16
12862         Log: Subject: Configure patches -01 and -02 for 5.004_61.
12863              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
12864              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12865      Branch: perl
12866            ! Configure INSTALL Policy_sh.SH Porting/Glossary
12867            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
12868            ! config_h.SH handy.h hints/README.hints hints/aix.sh
12869            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
12870            ! makedepend.SH myconfig pp_sys.c
12871 ____________________________________________________________________________
12872 [   782] By: mbeattie                              on 1998/03/05  19:05:23
12873         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
12874              Date: 03 Mar 1998 18:05:07 +0100
12875              From: Gisle Aas <gisle@aas.no>
12876      Branch: perl
12877            ! perl.h pp_ctl.c
12878 ____________________________________________________________________________
12879 [   781] By: mbeattie                              on 1998/03/05  19:04:34
12880         Log: Subject: [PATCH] Make autouse -w-safe
12881              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
12882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12883      Branch: perl
12884            ! lib/autouse.pm op.c sv.c
12885 ____________________________________________________________________________
12886 [   780] By: mbeattie                              on 1998/03/05  19:02:50
12887         Log: Subject: [PATCH] External symbol re_croak2
12888              Date: 02 Mar 1998 13:00:45 +0100
12889              From: Gisle Aas <gisle@aas.no>
12890      Branch: perl
12891            ! regcomp.c regcomp.h
12892 ____________________________________________________________________________
12893 [   779] By: mbeattie                              on 1998/03/05  19:01:25
12894         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
12895              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
12896              From: bailey@newman.upenn.edu (Charles Bailey)
12897      Branch: perl
12898            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
12899            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
12900            ! sv.h
12901 ____________________________________________________________________________
12902 [   778] By: mbeattie                              on 1998/03/05  18:53:13
12903         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
12904              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
12905              From: bailey@newman.upenn.edu (Charles Bailey)
12906      Branch: perl
12907            ! perl.h
12908 ____________________________________________________________________________
12909 [   777] By: mbeattie                              on 1998/03/05  18:50:25
12910         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
12911              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
12912              From: bailey@newman.upenn.edu (Charles Bailey)
12913      Branch: perl
12914            ! lib/File/Basename.pm
12915 ____________________________________________________________________________
12916 [   776] By: mbeattie                              on 1998/03/05  18:49:15
12917         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
12918              Date: 01 Mar 1998 15:16:03 +0100
12919              From: Gisle Aas <gisle@aas.no>
12920      Branch: perl
12921            ! pod/perlguts.pod
12922 ____________________________________________________________________________
12923 [   775] By: mbeattie                              on 1998/03/05  18:48:05
12924         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
12925              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
12926              From: Jarkko Hietaniemi <jhi@iki.fi>
12927      Branch: perl
12928            ! Makefile.SH perl_exp.SH
12929 ____________________________________________________________________________
12930 [   774] By: mbeattie                              on 1998/03/05  18:46:32
12931         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
12932              Date: Sun, 1 Mar 1998 02:02:47 -0500
12933              From: Spider Boardman <spider@orb.nashua.nh.us>
12934      Branch: perl
12935            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
12936 ____________________________________________________________________________
12937 [   773] By: mbeattie                              on 1998/03/05  18:43:57
12938         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
12939              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
12940              From: Hans Mulder <hansmu@xs4all.nl>
12941      Branch: perl
12942            ! pp_ctl.c
12943 ____________________________________________________________________________
12944 [   772] By: mbeattie                              on 1998/03/05  18:39:25
12945         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
12946              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
12947              From: Jarkko Hietaniemi <jhi@iki.fi>
12948      Branch: perl
12949            ! Makefile.SH
12950 ____________________________________________________________________________
12951 [   771] By: mbeattie                              on 1998/03/05  18:38:32
12952         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
12953              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
12954              From: Jarkko Hietaniemi <jhi@iki.fi>
12955      Branch: perl
12956            ! hints/netbsd.sh
12957 ____________________________________________________________________________
12958 [   770] By: mbeattie                              on 1998/03/05  18:36:50
12959         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
12960      Branch: perl
12961            ! cflags.SH
12962 ____________________________________________________________________________
12963 [   769] By: mbeattie                              on 1998/03/05  18:34:35
12964         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
12965              Subject: [PATCH 5.004_61] bunch of small patches
12966              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
12967              From: Andrew Cohen <cohen@andy.bu.edu>
12968      Branch: perl
12969            ! bytecode.h
12970 ____________________________________________________________________________
12971 [   768] By: mbeattie                              on 1998/03/05  18:13:06
12972         Log: Integrate win32 branch into mainline.
12973      Branch: perl
12974           !> (integrate 53 files)
12975 ____________________________________________________________________________
12976 [   767] By: TimBunce                              on 1998/03/05  11:48:09
12977         Log: Update to change 744.
12978      Branch: maint-5.004/perl
12979            ! lib/ExtUtils/Install.pm
12980 ____________________________________________________________________________
12981 [   765] By: TimBunce                              on 1998/03/05  11:24:24
12982         Log: Update embed.h after make regen_headers.
12983      Branch: maint-5.004/perl
12984            ! embed.h
12985 ____________________________________________________________________________
12986 [   764] By: TimBunce                              on 1998/03/05  11:05:13
12987         Log: APPLLIB_EXP now has arch and version dirs added to @INC
12988      Branch: maint-5.004/perl
12989            ! perl.c
12990 ____________________________________________________________________________
12991 [   763] By: TimBunce                              on 1998/03/05  11:01:38
12992         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
12993              Added MAINT_TRIAL_1 local patch label to patchlevel.h
12994              Removed win32/win32io.c and win32/win32io.h from repository
12995      Branch: maint-5.004/perl
12996            - win32/win32io.c win32/win32io.h
12997            ! MANIFEST patchlevel.h
12998 ____________________________________________________________________________
12999 [   762] By: TimBunce                              on 1998/03/05  10:05:34
13000         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
13001              From:  Spider Boardman <spider@orb.nashua.nh.us>
13002              Files:  scope.c
13003      Branch: maint-5.004/perl
13004            ! scope.c
13005 ____________________________________________________________________________
13006 [   761] By: TimBunce                              on 1998/03/05  10:03:10
13007         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
13008              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13009              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
13010              Files:  av.c hv.c scope.c t/op/local.t
13011      Branch: maint-5.004/perl
13012            ! av.c hv.c scope.c t/op/local.t
13013 ____________________________________________________________________________
13014 [   760] By: gsar                                  on 1998/03/04  20:58:21
13015         Log: added AS patch#10
13016              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
13017              Date:    Tue, 03 Mar 1998 10:46:13 PST
13018              From:    Douglas Lankshear <dougl@ActiveState.com>
13019              Subject: [PATCH]
13020              
13021              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
13022              linked modules.
13023              
13024              -- Doug
13025      Branch: asperl
13026            ! win32/dl_win32.xs
13027 ____________________________________________________________________________
13028 [   759] By: TimBunce                              on 1998/03/04  18:46:41
13029         Log: Update patchls utility
13030      Branch: maint-5.004/perl
13031            ! Porting/patchls
13032 ____________________________________________________________________________
13033 [   758] By: TimBunce                              on 1998/03/04  17:07:06
13034         Log: perldoc -f now uses pager if text is too long for screen
13035      Branch: maint-5.004/perl
13036            ! utils/perldoc.PL
13037 ____________________________________________________________________________
13038 [   757] By: TimBunce                              on 1998/03/04  16:57:04
13039         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
13040              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
13041      Branch: maint-5.004/perl
13042            + hints/openbsd.sh
13043            ! pod/perlfunc.pod
13044 ____________________________________________________________________________
13045 [   756] By: TimBunce                              on 1998/03/04  16:48:40
13046         Log: Fix for new gnulibc stdio.h when using sfio+perlio
13047      Branch: maint-5.004/perl
13048            ! perlsdio.h
13049 ____________________________________________________________________________
13050 [   755] By: TimBunce                              on 1998/03/04  16:47:08
13051         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
13052              Added details of split in scalar context to perlfunc.pod
13053      Branch: maint-5.004/perl
13054            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
13055 ____________________________________________________________________________
13056 [   754] By: TimBunce                              on 1998/03/04  16:35:58
13057         Log: Updated perl -v info to include reference to docs and home page.
13058      Branch: maint-5.004/perl
13059            ! perl.c
13060 ____________________________________________________________________________
13061 [   753] By: TimBunce                              on 1998/03/04  16:31:29
13062         Log: Updated hints/bsdos.sh for BSD/OS 3.1
13063              Fixed typo in pod/perlsyn.pod
13064              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
13065              Fixed typo in ext/GDBM_File/GDBM_File.pm
13066      Branch: maint-5.004/perl
13067            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
13068            ! hints/bsdos.sh pod/perlsyn.pod
13069 ____________________________________________________________________________
13070 [   752] By: TimBunce                              on 1998/03/04  15:49:19
13071         Log: Changed bug address in README to perlbug@perl.com
13072              Changed Copyright in perl.c to 1998
13073              Added op/pos.t test from Robin Houston <robin@oneworld.org>
13074      Branch: maint-5.004/perl
13075            + t/op/pos.t
13076            ! README perl.c
13077 ____________________________________________________________________________
13078 [   751] By: TimBunce                              on 1998/03/04  14:47:15
13079         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
13080      Branch: maint-5.004/perl
13081            ! t/comp/require.t t/lib/ph.t
13082 ____________________________________________________________________________
13083 [   750] By: TimBunce                              on 1998/03/04  13:29:58
13084         Log: Added dTHR definition to ease backwards compatibility for XS
13085              source code from 5.005.
13086      Branch: maint-5.004/perl
13087            ! perl.h
13088 ____________________________________________________________________________
13089 [   749] By: TimBunce                              on 1998/03/04  12:19:19
13090         Log: Title:  "rename local 'op' variables to 'o'", #F114
13091              From:  Gurusamy Sarathy
13092              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
13093              toke.c
13094      Branch: maint-5.004/perl
13095            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
13096            ! scope.c toke.c
13097 ____________________________________________________________________________
13098 [   748] By: TimBunce                              on 1998/03/04  12:12:27
13099         Log: Title:  "consolidated win32 patch", #F112
13100              From:  Gurusamy Sarathy
13101              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
13102              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
13103              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
13104              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
13105              t/harness win32/win32.h win32/win32iop.h README.win32
13106              doio.c installhtml installperl pp_sys.c win32/Makefile
13107              win32/config.bc win32/config.vc win32/config_H.bc
13108              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
13109              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
13110              win32/perllib.c win32/runperl.c win32/win32.c
13111              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
13112              x2p/a2py.c
13113      Branch: maint-5.004/perl
13114            + win32/bin/perlglob.pl
13115            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
13116            ! installhtml installperl lib/ExtUtils/Command.pm
13117            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
13118            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
13119            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
13120            ! win32/Makefile win32/config.bc win32/config.vc
13121            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
13122            ! win32/config_sh.PL win32/dl_win32.xs
13123            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
13124            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13125            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
13126            ! x2p/a2py.c
13127 ____________________________________________________________________________
13128 [   747] By: TimBunce                              on 1998/03/04  11:59:57
13129         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
13130              From:  Gurusamy Sarathy
13131              Files:  MANIFEST t/lib/ph.t
13132      Branch: maint-5.004/perl
13133            ! MANIFEST t/lib/ph.t
13134 ____________________________________________________________________________
13135 [   746] By: TimBunce                              on 1998/03/04  11:47:43
13136         Log: Title:  "properly save STDOUT during system() in debugger", #F110
13137              From:  Jason Smith <smithj4@rpi.edu>
13138              Files:  lib/perl5db.pl
13139      Branch: maint-5.004/perl
13140            ! lib/perl5db.pl
13141 ____________________________________________________________________________
13142 [   745] By: TimBunce                              on 1998/03/04  11:40:19
13143         Log: Title:  "generate DynaLoader.pm at build time", #F109
13144              From:  Achim Bohnet <ach@mpe.mpg.de>
13145              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
13146              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
13147      Branch: maint-5.004/perl
13148            + ext/DynaLoader/DynaLoader.pm.PL
13149            ! MANIFEST ext/DynaLoader/Makefile.PL
13150 ____________________________________________________________________________
13151 [   744] By: TimBunce                              on 1998/03/04  11:34:09
13152         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
13153              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
13154              J. Koenig)
13155              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
13156              Files:  lib/ExtUtils/Install.pm
13157      Branch: maint-5.004/perl
13158            ! lib/ExtUtils/Install.pm
13159 ____________________________________________________________________________
13160 [   743] By: TimBunce                              on 1998/03/04  10:45:05
13161         Log: Title:  "Pod::Html trips over "C<0>"", #F107
13162              From:  Chip Salzenberg
13163              Files:  lib/Pod/Html.pm
13164      Branch: maint-5.004/perl
13165            ! lib/Pod/Html.pm
13166 ____________________________________________________________________________
13167 [   742] By: TimBunce                              on 1998/03/04  10:12:54
13168         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
13169              From:  Achim Bohnet <ach@mpe.mpg.de>
13170              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
13171              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
13172      Branch: maint-5.004/perl
13173            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
13174 ____________________________________________________________________________
13175 [   741] By: TimBunce                              on 1998/03/04  10:08:31
13176         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
13177              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
13178              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
13179              Zakharevich)
13180              Msg-ID:  <199801040630.AA29298@metronet.com>,
13181              <199801041826.NAA11568@aatma.engin.umich.edu>,
13182              <1998Jan4.130412.2719461@cor.newman>
13183              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
13184              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
13185      Branch: maint-5.004/perl
13186            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
13187            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
13188            ! win32/win32.h
13189 ____________________________________________________________________________
13190 [   740] By: TimBunce                              on 1998/03/04  09:55:57
13191         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
13192              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
13193              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
13194              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
13195      Branch: maint-5.004/perl
13196            ! lib/Tie/Hash.pm pod/perlfunc.pod
13197 ____________________________________________________________________________
13198 [   739] By: TimBunce                              on 1998/03/04  09:26:01
13199         Log: Title:  "more doc for perldoc", #F103
13200              From:  Gurusamy Sarathy
13201              Files:  utils/perldoc.PL
13202      Branch: maint-5.004/perl
13203            ! utils/perldoc.PL
13204 ____________________________________________________________________________
13205 [   738] By: TimBunce                              on 1998/03/04  09:23:16
13206         Log: Title:  "Make perldoc look for an index file ", #F102
13207              From:  Gisle Aas <gisle@aas.no>
13208              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
13209              Files:  utils/perldoc.PL
13210      Branch: maint-5.004/perl
13211            ! utils/perldoc.PL
13212 ____________________________________________________________________________
13213 [   737] By: TimBunce                              on 1998/03/04  09:21:15
13214         Log: Title:  "perldoc -F filename", #F101
13215              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
13216              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
13217              Files:  utils/perldoc.PL
13218      Branch: maint-5.004/perl
13219            ! utils/perldoc.PL
13220 ____________________________________________________________________________
13221 [   736] By: TimBunce                              on 1998/03/04  09:16:20
13222         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
13223              From:  Gisle Aas <gisle@aas.no>
13224              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
13225              Files:  sv.c
13226      Branch: maint-5.004/perl
13227            ! sv.c
13228 ____________________________________________________________________________
13229 [   735] By: TimBunce                              on 1998/03/04  09:08:51
13230         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
13231              From:  abigail@fnx.com
13232              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
13233              Files:  lib/Benchmark.pm
13234      Branch: maint-5.004/perl
13235            ! lib/Benchmark.pm
13236 ____________________________________________________________________________
13237 [   734] By: TimBunce                              on 1998/03/04  08:59:58
13238         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
13239              From:  Gisle Aas <gisle@aas.no>
13240              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
13241              Files:  hv.c
13242      Branch: maint-5.004/perl
13243            ! hv.c
13244 ____________________________________________________________________________
13245 [   733] By: TimBunce                              on 1998/03/04  08:35:19
13246         Log: Title:  "support caseless %ENV", #F097
13247              From:  Gurusamy Sarathy
13248              Files:  hv.c t/op/magic.t win32/win32.h
13249      Branch: maint-5.004/perl
13250            ! hv.c t/op/magic.t win32/win32.h
13251 ____________________________________________________________________________
13252 [   732] By: TimBunce                              on 1998/03/04  08:33:58
13253         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
13254              From:  Ilya Zakharevich
13255              Files:  emacs/cperl-mode.el
13256      Branch: maint-5.004/perl
13257            ! emacs/cperl-mode.el
13258 ____________________________________________________________________________
13259 [   731] By: TimBunce                              on 1998/03/04  08:26:23
13260         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
13261              magic", #F095
13262              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13263              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
13264              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
13265              lib/ExtUtils/xsubpp sv.c
13266      Branch: maint-5.004/perl
13267            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
13268            ! pod/perlxs.pod proto.h sv.c sv.h
13269 ____________________________________________________________________________
13270 [   730] By: TimBunce                              on 1998/03/04  08:20:52
13271         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
13272              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13273              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
13274              Files:  mg.c
13275      Branch: maint-5.004/perl
13276            ! mg.c
13277 ____________________________________________________________________________
13278 [   729] By: TimBunce                              on 1998/03/04  08:18:02
13279         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
13280              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13281              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
13282              Files:  t/op/sort.t
13283      Branch: maint-5.004/perl
13284            ! t/op/sort.t
13285 ____________________________________________________________________________
13286 [   728] By: TimBunce                              on 1998/03/04  08:17:07
13287         Log: Title:  "Make search.pl work on win32", #F092
13288              From:  Gurusamy Sarathy
13289              Files:  win32/bin/search.pl
13290      Branch: maint-5.004/perl
13291            ! win32/bin/search.pl
13292 ____________________________________________________________________________
13293 [   727] By: gsar                                  on 1998/03/04  04:13:23
13294         Log: missing s/op/o/ from one of the mainpatches
13295      Branch: win32/perl
13296            ! op.c
13297 ____________________________________________________________________________
13298 [   726] By: gsar                                  on 1998/03/04  02:12:13
13299         Log: maintpatches #102 and #103 to perldoc.PL
13300      Branch: win32/perl
13301            ! utils/perldoc.PL
13302 ____________________________________________________________________________
13303 [   725] By: gsar                                  on 1998/03/04  02:00:15
13304         Log: renumber some tests to match maint branch
13305      Branch: win32/perl
13306            ! t/op/local.t
13307 ____________________________________________________________________________
13308 [   724] By: gsar                                  on 1998/03/04  01:25:50
13309         Log: maintpatch
13310              #70:  "Fix random whitespace errors in docs"
13311              From:  Roderick Schertler <roderick@argon.org>
13312              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
13313              Date:  Fri, 24 Oct 1997 11:20:44 -0400
13314              Files:  pod/checkpods.PL pod/perlfunc.pod
13315      Branch: win32/perl
13316            ! pod/checkpods.PL
13317 ____________________________________________________________________________
13318 [   723] By: gsar                                  on 1998/03/04  01:04:37
13319         Log: sync maintpatch
13320              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
13321              From:  Chip Salzenberg
13322              Files:  lib/File/Path.pm
13323      Branch: win32/perl
13324            ! lib/File/Path.pm
13325 ____________________________________________________________________________
13326 [   722] By: gsar                                  on 1998/03/04  00:46:46
13327         Log: remove redundancy in File::Find
13328      Branch: win32/perl
13329            ! lib/File/Find.pm
13330 ____________________________________________________________________________
13331 [   721] By: TimBunce                              on 1998/03/03  20:06:41
13332         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
13333              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
13334              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
13335              Files:  utils/perldoc.PL
13336      Branch: maint-5.004/perl
13337            ! utils/perldoc.PL
13338 ____________________________________________________________________________
13339 [   720] By: TimBunce                              on 1998/03/03  20:03:59
13340         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
13341              #F090
13342              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13343              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
13344              Files:  lib/ExtUtils/MM_Unix.pm
13345      Branch: maint-5.004/perl
13346            ! lib/ExtUtils/MM_Unix.pm
13347 ____________________________________________________________________________
13348 [   719] By: TimBunce                              on 1998/03/03  20:02:06
13349         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
13350              From:  Gurusamy Sarathy
13351              Files:  lib/FindBin.pm
13352      Branch: maint-5.004/perl
13353            ! lib/FindBin.pm
13354 ____________________________________________________________________________
13355 [   718] By: TimBunce                              on 1998/03/03  20:00:26
13356         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
13357              #F088
13358              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13359              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
13360              Files:  lib/File/Find.pm
13361      Branch: maint-5.004/perl
13362            ! lib/File/Find.pm
13363 ____________________________________________________________________________
13364 [   717] By: TimBunce                              on 1998/03/03  19:59:38
13365         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
13366              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13367              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
13368              Files:  op.c
13369      Branch: maint-5.004/perl
13370            ! op.c
13371 ____________________________________________________________________________
13372 [   716] By: TimBunce                              on 1998/03/03  19:57:17
13373         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
13374              #F086
13375              From:  Gurusamy Sarathy
13376              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
13377      Branch: maint-5.004/perl
13378            ! pod/perldelta.pod pod/perldiag.pod toke.c
13379 ____________________________________________________________________________
13380 [   715] By: TimBunce                              on 1998/03/03  19:51:33
13381         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
13382              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13383              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
13384              Files:  lib/Pod/Html.pm
13385      Branch: maint-5.004/perl
13386            ! lib/Pod/Html.pm
13387 ____________________________________________________________________________
13388 [   714] By: TimBunce                              on 1998/03/03  19:50:28
13389         Log: Title:  "New pod: perlhist", #F084
13390              From:  Jarkko Hietaniemi <jhi@iki.fi>
13391              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
13392              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
13393      Branch: maint-5.004/perl
13394            + pod/perlhist.pod
13395            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
13396 ____________________________________________________________________________
13397 [   713] By: TimBunce                              on 1998/03/03  19:47:13
13398         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
13399              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13400              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
13401              Files:  pp_ctl.c t/op/local.t
13402      Branch: maint-5.004/perl
13403            ! pp_ctl.c t/op/local.t
13404 ____________________________________________________________________________
13405 [   712] By: TimBunce                              on 1998/03/03  19:45:56
13406         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
13407              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13408              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
13409              Files:  pp_ctl.c
13410      Branch: maint-5.004/perl
13411            ! pp_ctl.c
13412 ____________________________________________________________________________
13413 [   711] By: TimBunce                              on 1998/03/03  19:44:41
13414         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
13415              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13416              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
13417              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
13418      Branch: maint-5.004/perl
13419            + t/comp/require.t
13420            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
13421 ____________________________________________________________________________
13422 [   710] By: TimBunce                              on 1998/03/03  19:36:34
13423         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
13424              From:  Jarkko Hietaniemi <jhi@iki.fi>
13425              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
13426              Files:  t/pragma/locale.t
13427      Branch: maint-5.004/perl
13428            ! t/pragma/locale.t
13429 ____________________________________________________________________________
13430 [   709] By: TimBunce                              on 1998/03/03  19:32:30
13431         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
13432              From:  Gisle Aas <gisle@aas.no>
13433              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
13434              Files:  sv.c
13435      Branch: maint-5.004/perl
13436            ! sv.c
13437 ____________________________________________________________________________
13438 [   708] By: TimBunce                              on 1998/03/03  19:28:06
13439         Log: Title:  "Eliminate double warnings under C<package;>", #F077
13440              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13441              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
13442              Files:  gv.c op.c toke.c
13443      Branch: maint-5.004/perl
13444            ! gv.c op.c toke.c
13445 ____________________________________________________________________________
13446 [   707] By: TimBunce                              on 1998/03/03  19:13:17
13447         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
13448              #F076
13449              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
13450              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
13451              Files:  lib/File/Path.pm
13452      Branch: maint-5.004/perl
13453            ! lib/File/Path.pm
13454 ____________________________________________________________________________
13455 [   706] By: TimBunce                              on 1998/03/03  19:08:45
13456         Log: Title:  "Update of h2ph", #F075
13457              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
13458              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
13459              Files:  t/lib/ph.t utils/h2ph.PL
13460      Branch: maint-5.004/perl
13461            + t/lib/ph.t
13462            ! utils/h2ph.PL
13463 ____________________________________________________________________________
13464 [   705] By: TimBunce                              on 1998/03/03  18:56:59
13465         Log: Title:  "Fix AutoLoader for deep packages", #F074
13466              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
13467              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
13468              Files:  lib/AutoLoader.pm
13469      Branch: maint-5.004/perl
13470            ! lib/AutoLoader.pm
13471 ____________________________________________________________________________
13472 [   704] By: TimBunce                              on 1998/03/03  18:35:36
13473         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
13474              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13475              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
13476              Files:  op.c
13477      Branch: maint-5.004/perl
13478            ! op.c
13479 ____________________________________________________________________________
13480 [   703] By: TimBunce                              on 1998/03/03  18:32:28
13481         Log: Title:  "Make recursive lexical analysis more robust", #F072
13482              From:  Ilya Zakharevich and Chip Salzenberg
13483              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
13484              Files:  toke.c
13485      Branch: maint-5.004/perl
13486            ! toke.c
13487 ____________________________________________________________________________
13488 [   702] By: TimBunce                              on 1998/03/03  18:18:10
13489         Log: Title:  "Fix random whitespace errors in docs", #F070
13490              From:  Roderick Schertler <roderick@argon.org>
13491              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
13492              Files:  pod/perlfunc.pod pod/checkpods.PL
13493      Branch: maint-5.004/perl
13494            ! pod/checkpods.PL pod/perlfunc.pod
13495 ____________________________________________________________________________
13496 [   701] By: TimBunce                              on 1998/03/03  18:13:54
13497         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
13498              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
13499              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
13500              Files:  toke.c
13501      Branch: maint-5.004/perl
13502            ! toke.c
13503 ____________________________________________________________________________
13504 [   700] By: TimBunce                              on 1998/03/03  18:11:20
13505         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
13506              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
13507              <nick@flirble.org>
13508              Msg-ID:  <199710241248.NAA00163@flirble.org>,
13509              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
13510              net>
13511              Files:  pp_ctl.c sv.c
13512      Branch: maint-5.004/perl
13513            ! pp_ctl.c sv.c
13514 ____________________________________________________________________________
13515 [   699] By: TimBunce                              on 1998/03/03  18:06:59
13516         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
13517              From:  Jarkko Hietaniemi <jhi@iki.fi>
13518              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
13519              Files:  op.c
13520      Branch: maint-5.004/perl
13521            ! op.c
13522 ____________________________________________________________________________
13523 [   698] By: TimBunce                              on 1998/03/03  18:04:51
13524         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
13525              From:  Administration <fadmin@informatics.muni.cz>
13526              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
13527              Files:  op.c
13528      Branch: maint-5.004/perl
13529            ! op.c
13530 ____________________________________________________________________________
13531 [   697] By: TimBunce                              on 1998/03/03  18:02:54
13532         Log: Title:  "Allow C<last()> to mean C<last>", #F065
13533              From:  Chip Salzenberg
13534              Files:  op.c
13535      Branch: maint-5.004/perl
13536            ! op.c
13537 ____________________________________________________________________________
13538 [   696] By: TimBunce                              on 1998/03/03  17:58:12
13539         Log: Title:  "Fix extension version mismatch message", #F064
13540              From:  Chip Salzenberg
13541              Files:  XSUB.h
13542      Branch: maint-5.004/perl
13543            ! XSUB.h
13544 ____________________________________________________________________________
13545 [   695] By: TimBunce                              on 1998/03/03  17:53:04
13546         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
13547              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
13548              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
13549              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
13550              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
13551      Branch: maint-5.004/perl
13552            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
13553            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
13554 ____________________________________________________________________________
13555 [   694] By: TimBunce                              on 1998/03/03  17:40:47
13556         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
13557              From:  Tom Christiansen
13558              Files:  ext/Socket/Socket.pm
13559      Branch: maint-5.004/perl
13560            ! ext/Socket/Socket.pm
13561 ____________________________________________________________________________
13562 [   693] By: TimBunce                              on 1998/03/03  17:32:57
13563         Log: Title:  "Kill warning about parameter type", #F061
13564              From:  Chip Salzenberg
13565              Files:  op.c
13566      Branch: maint-5.004/perl
13567            ! op.c
13568 ____________________________________________________________________________
13569 [   692] By: TimBunce                              on 1998/03/03  17:11:07
13570         Log: Title:  "Socket occasional SEGV", #F060
13571              From:  Trevor Blackwell <tlb@viaweb.com>
13572              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
13573              Files:  ext/Socket/Socket.xs
13574      Branch: maint-5.004/perl
13575            ! ext/Socket/Socket.xs
13576 ____________________________________________________________________________
13577 [   691] By: TimBunce                              on 1998/03/03  17:09:51
13578         Log: Title:  "Avoid SEGV from local($@)", #F059
13579              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13580              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
13581              Files:  pp_ctl.c
13582      Branch: maint-5.004/perl
13583            ! pp_ctl.c
13584 ____________________________________________________________________________
13585 [   690] By: TimBunce                              on 1998/03/03  17:08:21
13586         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
13587              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13588              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
13589              Files:  op.c
13590      Branch: maint-5.004/perl
13591            ! op.c
13592 ____________________________________________________________________________
13593 [   689] By: TimBunce                              on 1998/03/03  17:05:57
13594         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
13595              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13596              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
13597              Files:  XSUB.h
13598      Branch: maint-5.004/perl
13599            ! XSUB.h
13600 ____________________________________________________________________________
13601 [   688] By: TimBunce                              on 1998/03/03  17:04:15
13602         Log: Title:  "Re: Sort grammar bug", #F056
13603              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13604              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
13605              Files:  toke.c
13606      Branch: maint-5.004/perl
13607            ! toke.c
13608 ____________________________________________________________________________
13609 [   687] By: TimBunce                              on 1998/03/03  17:01:32
13610         Log: Title:  "Document indirect object cases for exec(), system()", #F055
13611              From:  Dominic Dunlop <domo@slipper.ip.lu>
13612              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
13613              Files:  pod/perlfunc.pod
13614      Branch: maint-5.004/perl
13615            ! pod/perlfunc.pod
13616 ____________________________________________________________________________
13617 [   686] By: TimBunce                              on 1998/03/03  16:56:44
13618         Log: Title:  "Update docs on tr///", #F054
13619              From:  Tom Phoenix <rootbeer@teleport.com>
13620              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
13621              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13622              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
13623              pod/perlstyle.pod toke.c
13624      Branch: maint-5.004/perl
13625            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13626            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
13627            ! pod/perlstyle.pod toke.c
13628 ____________________________________________________________________________
13629 [   685] By: TimBunce                              on 1998/03/03  16:38:50
13630         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
13631              From:  Tom Phoenix <rootbeer@teleport.com>
13632              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
13633              Files:  pod/perlop.pod
13634      Branch: maint-5.004/perl
13635            ! pod/perlop.pod
13636 ____________________________________________________________________________
13637 [   684] By: TimBunce                              on 1998/03/03  16:37:00
13638         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
13639              From:  "Joseph N. Hall" <joseph@cscaper.com>
13640              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
13641              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
13642      Branch: maint-5.004/perl
13643            ! perly.c perly.c.diff perly.y vms/perly_c.vms
13644 ____________________________________________________________________________
13645 [   683] By: TimBunce                              on 1998/03/03  16:31:15
13646         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
13647              sv_vsetpfn", #F051
13648              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
13649              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
13650              Files:  pod/perlguts.pod
13651      Branch: maint-5.004/perl
13652            ! pod/perlguts.pod
13653 ____________________________________________________________________________
13654 [   682] By: TimBunce                              on 1998/03/03  16:28:30
13655         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
13656              From:  Jarkko Hietaniemi <jhi@iki.fi>
13657              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
13658              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
13659      Branch: maint-5.004/perl
13660            ! INSTALL pod/perldiag.pod pod/perllocale.pod
13661 ____________________________________________________________________________
13662 [   681] By: TimBunce                              on 1998/03/03  16:24:12
13663         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
13664              From:  Jerome Abela <abela@hsc.fr>
13665              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
13666              Files:  ext/Fcntl/Fcntl.pm
13667      Branch: maint-5.004/perl
13668            ! ext/Fcntl/Fcntl.pm
13669 ____________________________________________________________________________
13670 [   680] By: TimBunce                              on 1998/03/03  16:23:20
13671         Log: Title:  "Commenting toke.c", #F048
13672              From:  gnat@frii.com
13673              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
13674              Files:  toke.c
13675      Branch: maint-5.004/perl
13676            ! toke.c
13677 ____________________________________________________________________________
13678 [   679] By: TimBunce                              on 1998/03/03  16:18:32
13679         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
13680              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13681              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
13682              Files:  pod/perlguts.pod pp.c t/op/vec.t
13683      Branch: maint-5.004/perl
13684            ! pod/perlguts.pod pp.c t/op/vec.t
13685 ____________________________________________________________________________
13686 [   678] By: TimBunce                              on 1998/03/03  16:15:44
13687         Log: Title:  "A few perl5.004_03 bugs", #F046
13688              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13689              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
13690              Files:  mg.c t/op/magic.t
13691      Branch: maint-5.004/perl
13692            ! mg.c t/op/magic.t
13693 ____________________________________________________________________________
13694 [   677] By: TimBunce                              on 1998/03/03  16:13:11
13695         Log: Title:  "Faster, cleaner av_unshift() ", #F045
13696              From:  Gisle Aas <gisle@aas.no>
13697              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
13698              Files:  av.c
13699      Branch: maint-5.004/perl
13700            ! av.c
13701 ____________________________________________________________________________
13702 [   676] By: TimBunce                              on 1998/03/03  16:04:30
13703         Log: Title:  "New hints/solaris2.sh", #F044
13704              From:  Stephen Zander <srz@mckesson.com>
13705              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
13706              Files:  hints/solaris_2.sh
13707      Branch: maint-5.004/perl
13708            ! hints/solaris_2.sh
13709 ____________________________________________________________________________
13710 [   675] By: TimBunce                              on 1998/03/03  15:33:07
13711         Log: Title:  "Refresh Complex.pm and test", #F043
13712              From:  Jarkko Hietaniemi <jhi@iki.fi>
13713              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
13714              Files:  lib/Math/Complex.pm t/lib/complex.t
13715      Branch: maint-5.004/perl
13716            ! lib/Math/Complex.pm t/lib/complex.t
13717 ____________________________________________________________________________
13718 [   674] By: TimBunce                              on 1998/03/03  15:29:16
13719         Log: Title:  "Fix (\@@) proto", #F042
13720              From:  "Joseph N. Hall" <joseph@cscaper.com>
13721              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
13722              Files:  op.c t/comp/proto.t
13723      Branch: maint-5.004/perl
13724            ! op.c t/comp/proto.t
13725 ____________________________________________________________________________
13726 [   673] By: TimBunce                              on 1998/03/03  15:26:31
13727         Log: Title:  "Allow empty BLOCK in code", #F041
13728              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
13729              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
13730              Files:  toke.c
13731      Branch: maint-5.004/perl
13732            ! toke.c
13733 ____________________________________________________________________________
13734 [   672] By: TimBunce                              on 1998/03/03  15:23:55
13735         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
13736              From:  Chip Salzenberg
13737              Files:  gv.c t/op/gv.t
13738      Branch: maint-5.004/perl
13739            ! gv.c t/op/gv.t
13740 ____________________________________________________________________________
13741 [   671] By: TimBunce                              on 1998/03/03  10:02:32
13742         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
13743              From:  Gisle Aas <gisle@aas.no>
13744              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
13745              Files:  gv.c sv.c
13746      Branch: maint-5.004/perl
13747            ! gv.c sv.c
13748 ____________________________________________________________________________
13749 [   670] By: TimBunce                              on 1998/03/03  09:59:48
13750         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
13751              From:  Chip Salzenberg
13752              Files:  gv.c
13753      Branch: maint-5.004/perl
13754            ! gv.c
13755 ____________________________________________________________________________
13756 [   669] By: TimBunce                              on 1998/03/03  09:58:58
13757         Log: Title:  "Make Configure less negative about PerlIO", #F036
13758              From:  chip@atlantic.net
13759              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
13760              Files:  Configure
13761      Branch: maint-5.004/perl
13762            ! Configure
13763 ____________________________________________________________________________
13764 [   668] By: TimBunce                              on 1998/03/03  09:55:51
13765         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
13766              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
13767              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
13768              Files:  pp_ctl.c
13769      Branch: maint-5.004/perl
13770            ! pp_ctl.c
13771 ____________________________________________________________________________
13772 [   667] By: TimBunce                              on 1998/03/03  09:52:59
13773         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
13774              From:  Irving Reid <irving@tor.securecomputing.com>
13775              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
13776              Files:  lib/Getopt/Long.pm
13777      Branch: maint-5.004/perl
13778            ! lib/Getopt/Long.pm
13779 ____________________________________________________________________________
13780 [   666] By: TimBunce                              on 1998/03/03  09:51:27
13781         Log: Title:  "adding the newSVpvn API function", #F033
13782              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
13783              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
13784              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
13785      Branch: maint-5.004/perl
13786            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
13787 ____________________________________________________________________________
13788 [   665] By: TimBunce                              on 1998/03/03  09:43:30
13789         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
13790              From:  Chip Salzenberg
13791              Files:  toke.c
13792      Branch: maint-5.004/perl
13793            ! toke.c
13794 ____________________________________________________________________________
13795 [   664] By: TimBunce                              on 1998/03/03  09:41:40
13796         Log: Title:  "Re-optimize character classes", #F031
13797              From:  Chip Salzenberg
13798              Files:  regcomp.h regcomp.c regexec.c
13799      Branch: maint-5.004/perl
13800            ! regcomp.c regcomp.h regexec.c
13801 ____________________________________________________________________________
13802 [   663] By: TimBunce                              on 1998/03/03  09:39:55
13803         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
13804              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
13805              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
13806              Files:  op.c t/op/local.t
13807      Branch: maint-5.004/perl
13808            ! op.c t/op/local.t
13809 ____________________________________________________________________________
13810 [   662] By: TimBunce                              on 1998/03/03  09:37:51
13811         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
13812              From:  Chip Salzenberg
13813              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
13814              pp_hot.c regexec.c scope.c
13815      Branch: maint-5.004/perl
13816            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
13817            ! proto.h regexec.c regexp.h scope.c
13818 ____________________________________________________________________________
13819 [   661] By: TimBunce                              on 1998/03/03  09:27:04
13820         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
13821              From:  Chip Salzenberg
13822              Files:  toke.c
13823      Branch: maint-5.004/perl
13824            ! toke.c
13825 ____________________________________________________________________________
13826 [   660] By: TimBunce                              on 1998/03/03  09:24:41
13827         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
13828              From:  Chip Salzenberg
13829              Files:  scope.c
13830      Branch: maint-5.004/perl
13831            ! scope.c
13832 ____________________________________________________________________________
13833 [   659] By: TimBunce                              on 1998/03/03  09:24:00
13834         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
13835              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13836              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
13837              Files:  sv.c t/op/sprintf.t
13838      Branch: maint-5.004/perl
13839            ! sv.c t/op/sprintf.t
13840 ____________________________________________________________________________
13841 [   658] By: TimBunce                              on 1998/03/03  09:22:13
13842         Log: Title:  "Tiny core patch for source filters", #F025
13843              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
13844              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
13845              Files:  toke.c
13846      Branch: maint-5.004/perl
13847            ! toke.c
13848 ____________________________________________________________________________
13849 [   657] By: TimBunce                              on 1998/03/03  09:20:00
13850         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
13851              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13852              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
13853              Files:  t/base/lex.t toke.c
13854      Branch: maint-5.004/perl
13855            ! t/base/lex.t toke.c
13856 ____________________________________________________________________________
13857 [   656] By: TimBunce                              on 1998/03/03  09:17:56
13858         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
13859              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13860              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
13861              Files:  doio.c t/pragma/warn-1global
13862      Branch: maint-5.004/perl
13863            ! doio.c t/pragma/warn-1global
13864 ____________________________________________________________________________
13865 [   655] By: TimBunce                              on 1998/03/03  09:16:56
13866         Log: Title:  "Fix '*' prototype", #F022
13867              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
13868              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
13869              Files:  toke.c
13870      Branch: maint-5.004/perl
13871            ! toke.c
13872 ____________________________________________________________________________
13873 [   654] By: TimBunce                              on 1998/03/03  09:15:04
13874         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
13875              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
13876              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
13877              Files:  lib/File/Find.pm
13878      Branch: maint-5.004/perl
13879            ! lib/File/Find.pm
13880 ____________________________________________________________________________
13881 [   653] By: TimBunce                              on 1998/03/03  09:11:55
13882         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
13883              From:  Chip Salzenberg
13884              Files:  sv.c
13885      Branch: maint-5.004/perl
13886            ! sv.c
13887 ____________________________________________________________________________
13888 [   652] By: TimBunce                              on 1998/03/03  09:07:50
13889         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
13890              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13891              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
13892              Files:  scope.c
13893      Branch: maint-5.004/perl
13894            ! scope.c
13895 ____________________________________________________________________________
13896 [   651] By: TimBunce                              on 1998/03/03  09:07:10
13897         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
13898              From:  Stephane Payrard <stef@francenet.fr>
13899              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
13900              Files:  op.c t/op/my.t
13901      Branch: maint-5.004/perl
13902            ! op.c t/op/my.t
13903 ____________________________________________________________________________
13904 [   650] By: TimBunce                              on 1998/03/03  09:04:04
13905         Log: Title:  "enhanced "use strict" warning", #F017
13906              From:  Tkil <tkil@reptile.scrye.com>
13907              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
13908              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
13909      Branch: maint-5.004/perl
13910            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
13911 ____________________________________________________________________________
13912 [   649] By: TimBunce                              on 1998/03/03  09:02:55
13913         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
13914              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13915              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
13916              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
13917      Branch: maint-5.004/perl
13918            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
13919 ____________________________________________________________________________
13920 [   648] By: TimBunce                              on 1998/03/03  08:58:00
13921         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
13922              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13923              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
13924              Files:  sv.c
13925      Branch: maint-5.004/perl
13926            ! sv.c
13927 ____________________________________________________________________________
13928 [   647] By: TimBunce                              on 1998/03/03  08:53:35
13929         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
13930              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
13931              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
13932              Files:  os2/os2.c util.c
13933      Branch: maint-5.004/perl
13934            ! os2/os2.c util.c
13935 ____________________________________________________________________________
13936 [   646] By: TimBunce                              on 1998/03/03  08:51:04
13937         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
13938              From:  Roderick Schertler <roderick@argon.org>
13939              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
13940              Files:  doio.c t/op/misc.t
13941      Branch: maint-5.004/perl
13942            ! doio.c t/op/misc.t
13943 ____________________________________________________________________________
13944 [   645] By: TimBunce                              on 1998/03/03  08:49:34
13945         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
13946              From:  Stephen McCamant <alias@mcs.com>
13947              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
13948              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
13949      Branch: maint-5.004/perl
13950            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
13951 ____________________________________________________________________________
13952 [   644] By: TimBunce                              on 1998/03/03  08:43:06
13953         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
13954              From:  Spider Boardman <spider@orb.nashua.nh.us>
13955              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
13956              Files:  sv.c
13957      Branch: maint-5.004/perl
13958            ! sv.c
13959 ____________________________________________________________________________
13960 [   643] By: TimBunce                              on 1998/03/03  08:41:07
13961         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
13962              From:  Chip Salzenberg
13963              Files:  op.c t/op/my.t
13964      Branch: maint-5.004/perl
13965            ! op.c t/op/my.t
13966 ____________________________________________________________________________
13967 [   642] By: TimBunce                              on 1998/03/03  08:39:11
13968         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
13969              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
13970              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
13971              Files:  pod/perlobj.pod sv.c t/op/ref.t
13972      Branch: maint-5.004/perl
13973            ! pod/perlobj.pod sv.c t/op/ref.t
13974 ____________________________________________________________________________
13975 [   641] By: gsar                                  on 1998/03/03  04:39:49
13976         Log: merge problematic maintpatch to op.c
13977              #77:  "Eliminate double warnings under C<package;>"
13978              From:  Chip Salzenberg
13979              Files:  gv.c op.c toke.c
13980      Branch: win32/perl
13981            ! gv.c op.c toke.c
13982 ____________________________________________________________________________
13983 [   640] By: gsar                                  on 1998/03/03  04:30:22
13984         Log: merge another conflicting maintpatch to op.c
13985              #17:  "Enhanced "use strict" warning"
13986              From:  Tkil <tkil@reptile.scrye.com>
13987              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
13988              Date:  Thu, 4 Dec 1997 02:38:26 -0700
13989              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
13990      Branch: win32/perl
13991            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
13992 ____________________________________________________________________________
13993 [   639] By: gsar                                  on 1998/03/03  04:09:11
13994         Log: maintpatch
13995              #73:  "Fix order of warnings for misplaced subscripts"
13996              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
13997              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
13998              Date:  Mon, 13 Oct 1997 11:23:56 +0100
13999              Files:  op.c
14000      Branch: win32/perl
14001            ! op.c
14002 ____________________________________________________________________________
14003 [   638] By: gsar                                  on 1998/03/03  04:02:16
14004         Log: manually apply another conflicting maintpatch
14005              #64:  "Fix extension version mismatch message"
14006              From:  Chip Salzenberg
14007              Files:  XSUB.h
14008      Branch: win32/perl
14009            ! XSUB.h
14010 ____________________________________________________________________________
14011 [   637] By: gsar                                  on 1998/03/03  03:57:08
14012         Log: maintpatch
14013              #62:  "Fix doc bug in getservbyname() examples"
14014              From:  Tom Christiansen
14015              Files:  ext/Socket/Socket.pm
14016      Branch: win32/perl
14017            ! ext/Socket/Socket.pm
14018 ____________________________________________________________________________
14019 [   636] By: gsar                                  on 1998/03/03  03:55:13
14020         Log: maintpatch
14021              #60:  "Socket occasional SEGV"
14022              From:  Trevor Blackwell <tlb@viaweb.com>
14023              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
14024              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
14025              Files:  ext/Socket/Socket.xs
14026      Branch: win32/perl
14027            ! ext/Socket/Socket.xs
14028 ____________________________________________________________________________
14029 [   635] By: gsar                                  on 1998/03/03  03:51:01
14030         Log: maintpatches for docs
14031              #53:  "Perlop bitwise & | ^ documentation"
14032              From:  Tom Phoenix <rootbeer@teleport.com>
14033              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
14034              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
14035              Files:  pod/perlfunc.pod
14036              -------- 
14037              #54:  "Update docs on tr///"
14038              From:  Tom Phoenix <rootbeer@teleport.com>
14039              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
14040              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
14041              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14042              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
14043              pod/perlstyle.pod toke.c
14044      Branch: win32/perl
14045            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14046            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
14047            ! pod/perlstyle.pod toke.c
14048 ____________________________________________________________________________
14049 [   634] By: gsar                                  on 1998/03/03  03:43:42
14050         Log: another maintpatch (this one needed adjust of test nos.)
14051              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14052              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
14053              Date: Thu, 22 Jan 1998 12:11:49 +0000
14054              Subject: Re: [PERL] A few perl5.004_03 bugs 
14055      Branch: win32/perl
14056            ! mg.c t/op/magic.t
14057 ____________________________________________________________________________
14058 [   633] By: gsar                                  on 1998/03/03  03:36:40
14059         Log: merge another toke.c patch and its dependent (very carefully)
14060              #32:  "Support C<Package::> as function-blind bearword"
14061              From:  Chip Salzenberg
14062              Files:  toke.c
14063              --------
14064              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
14065              From:  Gurusamy Sarathy
14066              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
14067      Branch: win32/perl
14068            ! pod/perldelta.pod pod/perldiag.pod toke.c
14069 ____________________________________________________________________________
14070 [   632] By: gsar                                  on 1998/03/03  03:12:16
14071         Log: another toke.c maintpatch
14072              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
14073              From:  Chip Salzenberg
14074              Files:  toke.c
14075      Branch: win32/perl
14076            ! toke.c
14077 ____________________________________________________________________________
14078 [   631] By: gsar                                  on 1998/03/03  03:06:59
14079         Log: still another maintpatch
14080              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14081              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
14082              Date: Sun, 02 Nov 1997 13:31:54 +0000
14083              Subject: [PATCH] assorted sprintf bugs
14084      Branch: win32/perl
14085            ! sv.c t/op/sprintf.t
14086 ____________________________________________________________________________
14087 [   630] By: gsar                                  on 1998/03/03  03:03:55
14088         Log: yet another maintpatch
14089              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14090              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
14091              Date: Sat, 22 Nov 1997 12:52:16 +0000
14092              Subject: Re: [PERL] Unexpected output 
14093      Branch: win32/perl
14094            ! doio.c t/pragma/warn-1global
14095 ____________________________________________________________________________
14096 [   629] By: gsar                                  on 1998/03/03  02:57:33
14097         Log: merge another maintpatch to toke.c
14098              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14099              Date: Sat, 22 Nov 1997 14:45:23 GMT
14100              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
14101              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
14102      Branch: win32/perl
14103            ! t/base/lex.t toke.c
14104 ____________________________________________________________________________
14105 [   628] By: gsar                                  on 1998/03/03  02:50:20
14106         Log: manually merge a maintpatch
14107              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
14108              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
14109              From: gnat@frii.com
14110              Subject: [PERL] Commenting toke.c
14111      Branch: win32/perl
14112            ! toke.c
14113 ____________________________________________________________________________
14114 [   627] By: TimBunce                              on 1998/03/02  22:34:47
14115         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
14116              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
14117              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
14118              Files:  pp_hot.c pp_sys.c
14119      Branch: maint-5.004/perl
14120            ! pp_hot.c pp_sys.c
14121 ____________________________________________________________________________
14122 [   626] By: TimBunce                              on 1998/03/02  22:31:13
14123         Log: This is the change description for change 625
14124              Title:  "Fix tr///s option", #F007
14125              From:  Inaba Hiroto <inaba@st.rim.or.jp>
14126              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
14127              Files:  doop.c
14128      Branch: maint-5.004/perl
14129            ! doop.c
14130 ____________________________________________________________________________
14131 [   625] By: TimBunce                              on 1998/03/02  22:23:48
14132         Log: 
14133      Branch: maint-5.004/perl
14134            ! doop.c
14135 ____________________________________________________________________________
14136 [   623] By: TimBunce                              on 1998/03/02  21:51:53
14137         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
14138              From:  Chip Salzenberg
14139              Files:  pp_ctl.c
14140      Branch: maint-5.004/perl
14141            ! pp_ctl.c
14142 ____________________________________________________________________________
14143 [   622] By: TimBunce                              on 1998/03/02  21:43:29
14144         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
14145              From:  Chip Salzenberg
14146              Files:  sv.c
14147      Branch: maint-5.004/perl
14148            ! sv.c
14149 ____________________________________________________________________________
14150 [   621] By: TimBunce                              on 1998/03/02  21:29:59
14151         Log: Title:  "Fix compile-time warning line in while ()", #F004
14152              From:  Chip Salzenberg
14153              Files:  op.c
14154      Branch: maint-5.004/perl
14155            ! op.c
14156 ____________________________________________________________________________
14157 [   620] By: TimBunce                              on 1998/03/02  21:25:27
14158         Log: Title:  "STMT foreach LIST;", #F002
14159              From:  Chip Salzenberg
14160              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
14161              vms/perly_c.vms
14162      Branch: maint-5.004/perl
14163            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
14164            ! toke.c vms/perly_c.vms
14165 ____________________________________________________________________________
14166 [   619] By: TimBunce                              on 1998/03/02  21:12:58
14167         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
14168              From:  Chip Salzenberg
14169              Files:  op.c
14170      Branch: maint-5.004/perl
14171            ! op.c
14172 ____________________________________________________________________________
14173 [   618] By: gsar                                  on 1998/03/02  04:40:16
14174         Log: make t/lib/nothread.t type xtext also
14175      Branch: win32/perl
14176            ! t/op/nothread.t
14177 ____________________________________________________________________________
14178 [   617] By: gsar                                  on 1998/03/02  04:35:15
14179         Log: make t/lib/thread.t type xtext
14180      Branch: win32/perl
14181            ! t/lib/thread.t
14182 ____________________________________________________________________________
14183 [   616] By: gsar                                  on 1998/03/02  04:17:40
14184         Log: fix misapplied hunks in change#614
14185      Branch: win32/perl
14186            ! scope.c scope.h
14187 ____________________________________________________________________________
14188 [   615] By: gsar                                  on 1998/03/02  03:39:16
14189         Log: another one down
14190              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
14191              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
14192              Date: Tue, 25 Nov 1997 23:03:48 -0800
14193              Subject: [PERL] File::Find bugs & patches
14194      Branch: win32/perl
14195            ! lib/File/Find.pm
14196 ____________________________________________________________________________
14197 [   614] By: gsar                                  on 1998/03/02  03:28:28
14198         Log: this one with adjusted test numbers
14199              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
14200              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
14201              From: Stephen McCamant <alias@mcs.com>
14202              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
14203      Branch: win32/perl
14204            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
14205 ____________________________________________________________________________
14206 [   613] By: gsar                                  on 1998/03/02  03:13:32
14207         Log: still another
14208              From: Inaba Hiroto <inaba@st.rim.or.jp>
14209              Subject: [PERL] tr///s bug
14210              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
14211              Date: Sat, 10 Jan 1998 15:53:33 +0900
14212      Branch: win32/perl
14213            ! doop.c t/op/subst.t
14214 ____________________________________________________________________________
14215 [   612] By: gsar                                  on 1998/03/02  03:01:27
14216         Log: yet another patch
14217              From: Chip Salzenberg <salzench@nielsenmedia.com>
14218              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
14219              Subject: Tiny but massively cool:  C<statement foreach @list>
14220              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
14221      Branch: win32/perl
14222            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
14223            ! toke.c vms/perly_c.vms
14224 ____________________________________________________________________________
14225 [   611] By: gsar                                  on 1998/03/02  01:52:46
14226         Log: yet another 'old' patch
14227              From: Stephane Payrard <stef@francenet.fr>
14228              Message-Id: <199712040054.BAA04612@www.zweig.com>
14229              To: perl5-porters@perl.org
14230              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
14231              between `my' and `local' (Patch included)
14232      Branch: win32/perl
14233            ! op.c t/op/my.t
14234 ____________________________________________________________________________
14235 [   610] By: gsar                                  on 1998/03/02  01:45:55
14236         Log: another 'old' patch
14237              From: Roderick Schertler <roderick@argon.org>
14238              Date: 19 Dec 1997 12:52:36 -0500
14239              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
14240              Subject: [PERL] [PATCH] Re: Problem with open >&=
14241      Branch: win32/perl
14242            ! doio.c t/op/misc.t
14243 ____________________________________________________________________________
14244 [   609] By: gsar                                  on 1998/03/02  01:23:56
14245         Log: apply missing pieces from:
14246              From: Chip Salzenberg <salzench@nielsenmedia.com>
14247              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
14248              Subject: [PATCH] Improved LVALUE patch
14249              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
14250      Branch: win32/perl
14251            ! sv.c
14252 ____________________________________________________________________________
14253 [   608] By: gsar                                  on 1998/03/02  01:13:01
14254         Log: merge two important 'old' patches
14255              From: Chip Salzenberg <salzench@nielsenmedia.com>
14256              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
14257              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
14258              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
14259              ------
14260              From: Chip Salzenberg <salzench@nielsenmedia.com>
14261              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
14262              Subject: [PATCH] Fix for compile-time while() warnings
14263              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
14264      Branch: win32/perl
14265            ! op.c
14266 ____________________________________________________________________________
14267 [   607] By: gsar                                  on 1998/03/01  06:52:26
14268         Log: integrate mainline changes
14269      Branch: asperl
14270           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
14271           +> lib/Tie/Handle.pm t/op/tiehandle.t
14272            - config_H
14273           !> (integrate 89 files)
14274 ____________________________________________________________________________
14275 [   606] By: gsar                                  on 1998/02/28  23:11:00
14276         Log: misc small tweaks
14277              - AutoLoader fix for long::pack::names
14278              - d_mymalloc can be set from makefiles now
14279              - make search.pl actually work on win32
14280              - revert podoc about $^E on OS/2 (per Ilya's wishes)
14281      Branch: win32/perl
14282            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
14283            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
14284 ____________________________________________________________________________
14285 [   605] By: gsar                                  on 1998/02/28  22:16:45
14286         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
14287      Branch: win32/perl
14288            ! embedvar.h sv.h
14289 ____________________________________________________________________________
14290 [   604] By: gsar                                  on 1998/02/28  21:08:58
14291         Log: integrate mainline
14292      Branch: win32/perl
14293           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
14294           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
14295           !> byterun.c ext/SDBM_File/Makefile.PL
14296           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
14297           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
14298           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
14299           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
14300           !> vms/test.com win32/makedef.pl
14301 ____________________________________________________________________________
14302 [   603] By: nick                                  on 1998/02/28  11:31:15
14303         Log: Missed FREAD in bytecode.h
14304              Cannot export svref_mutex in non-threaded perl
14305      Branch: perl
14306            ! bytecode.h win32/makedef.pl
14307
14308 ----------------
14309 Version 5.004_61
14310 ----------------
14311
14312 ____________________________________________________________________________
14313 [   602] By: mbeattie                              on 1998/02/27  18:35:27
14314         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
14315              preprocessor symbol on Digital UNIX.
14316      Branch: perl
14317            ! bytecode.h bytecode.pl byterun.c
14318 ____________________________________________________________________________
14319 [   601] By: mbeattie                              on 1998/02/27  18:27:00
14320         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
14321      Branch: perl
14322            ! sv.h
14323 ____________________________________________________________________________
14324 [   600] By: mbeattie                              on 1998/02/27  18:15:07
14325         Log: Add atomic.h to MANIFEST
14326      Branch: perl
14327            ! MANIFEST
14328 ____________________________________________________________________________
14329 [   599] By: mbeattie                              on 1998/02/27  18:13:52
14330         Log: Integrate win32 branch into mainline.
14331      Branch: perl
14332            ! bytecode.pl
14333           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
14334           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
14335           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
14336           !> win32/config.gc win32/config.vc win32/config_H.bc
14337           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
14338           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
14339           !> win32/win32thread.h
14340 ____________________________________________________________________________
14341 [   598] By: mbeattie                              on 1998/02/27  18:06:41
14342         Log: Make refcounts atomic for threading (dependent on appropriate
14343              arch-dependent and compiler-dependent definitions in atomic.h
14344              or else falls back to a global mutex to protect refcounts).
14345      Branch: perl
14346            + atomic.h
14347            ! global.sym perl.c perlvars.h sv.c sv.h
14348 ____________________________________________________________________________
14349 [   597] By: mbeattie                              on 1998/02/27  15:37:22
14350         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
14351      Branch: perl
14352            ! MANIFEST
14353 ____________________________________________________________________________
14354 [   596] By: mbeattie                              on 1998/02/27  15:34:55
14355         Log: Missed adding new file Policy_sh.SH in change 592.
14356      Branch: perl
14357            + Policy_sh.SH
14358 ____________________________________________________________________________
14359 [   595] By: mbeattie                              on 1998/02/27  15:34:06
14360         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
14361              Date: Fri, 27 Feb 1998 04:15:04 +0000
14362              From: Graham Barr <gbarr@pobox.com>
14363      Branch: perl
14364            + lib/Tie/Handle.pm t/op/tiehandle.t
14365            ! pod/perltie.pod pp_sys.c
14366 ____________________________________________________________________________
14367 [   594] By: mbeattie                              on 1998/02/27  15:31:12
14368         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14369              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
14370              Date: Thu, 26 Feb 1998 11:09:55 -0800
14371              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
14372              Date: Thu, 26 Feb 1998 11:15:24 -0800
14373      Branch: perl
14374            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
14375            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
14376            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
14377            ! vms/test.com
14378 ____________________________________________________________________________
14379 [   593] By: mbeattie                              on 1998/02/27  15:26:45
14380         Log: Fix file-descriptor leak when pipes fail via taint checks:
14381              Subject: [PATCH] Some patches went through cracks
14382              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
14383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14384      Branch: perl
14385            ! os2/os2.c util.c
14386 ____________________________________________________________________________
14387 [   592] By: mbeattie                              on 1998/02/27  15:15:12
14388         Log: Subject: Config_60-03-04.diff patch for 5.004_60
14389              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
14390              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14391      Branch: perl
14392            ! Configure MANIFEST Makefile.SH os2/diff.configure
14393 ____________________________________________________________________________
14394 [   591] By: gsar                                  on 1998/02/26  19:34:50
14395         Log: added AS patch#9
14396      Branch: asperl
14397            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
14398            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
14399            - win32/ipstdiowin.h win32/perlobj.def
14400            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
14401            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
14402            ! win32/win32sck.c win32/win32thread.c
14403 ____________________________________________________________________________
14404 [   590] By: gsar                                  on 1998/02/26  04:25:40
14405         Log: various changes to make win32 build under the new Configure & co.
14406              - added byterun.c to core C build
14407              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
14408              after adding new variables to config.[bgv]c
14409              - sig_name_init now has only the valid signals
14410              - we now have $Config{usethreads}
14411              - tested under the two commercial compilers w/ and w/o usethreads
14412      Branch: win32/perl
14413            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14414            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14415            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
14416 ____________________________________________________________________________
14417 [   589] By: gsar                                  on 1998/02/26  03:56:19
14418         Log: various cleanups so that B can be built as "just another extension"
14419              - export symbols needed for building B
14420              - bset_obj_store() is needed by byterun(), so define it there instead
14421              of at B.xs, and export it
14422              - freadpv() is only used in B.xs, so move it there
14423              - byte*.h are now included by perl.h
14424              - regenerate embed*.h
14425      Branch: win32/perl
14426            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
14427            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
14428 ____________________________________________________________________________
14429 [   588] By: gsar                                  on 1998/02/25  21:46:35
14430         Log: integrate mainline
14431      Branch: win32/perl
14432           +> Porting/config.sh Porting/config_H
14433            - config_H
14434           !> (integrate 54 files)
14435 ____________________________________________________________________________
14436 [   587] By: gsar                                  on 1998/02/25  19:20:26
14437         Log: added AS patch#8
14438      Branch: asperl
14439            ! sv.c x2p/a2py.c x2p/util.c
14440 ____________________________________________________________________________
14441 [   586] By: gsar                                  on 1998/02/25  19:08:06
14442         Log: added AS patch#7
14443              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
14444              Date:    Tue, 24 Feb 1998 07:57:07 PST
14445              From:    Douglas Lankshear <dougl@ActiveState.com>
14446              Subject: [PATCH] 
14447              
14448              Here's an attempt at
14449              6. MANIFEST must be updated with new file names
14450              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
14451              And some changes to move toward
14452              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
14453              
14454              -- Doug
14455      Branch: asperl
14456            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
14457            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
14458            ! perlenv.h perlio.h perllio.h win32/Makefile
14459 ____________________________________________________________________________
14460 [   585] By: mbeattie                              on 1998/02/25  17:44:34
14461         Log: More compiler tweaks.
14462      Branch: perl
14463            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
14464 ____________________________________________________________________________
14465 [   584] By: mbeattie                              on 1998/02/25  15:36:38
14466         Log: Subject: [PATCH 5.004_60] dos-djgpp update
14467              Date: Wed, 25 Feb 1998 11:17:07 +0100
14468              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
14469      Branch: perl
14470            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
14471 ____________________________________________________________________________
14472 [   583] By: mbeattie                              on 1998/02/25  15:34:48
14473         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
14474      Branch: perl
14475            ! global.sym patchlevel.h
14476 ____________________________________________________________________________
14477 [   582] By: mbeattie                              on 1998/02/25  15:28:08
14478         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
14479              Date: Tue, 24 Feb 1998 11:15:57 +0000
14480              From: Robin Houston <robin@oneworld.org>
14481      Branch: perl
14482            ! pod/perldiag.pod pp_ctl.c
14483 ____________________________________________________________________________
14484 [   581] By: mbeattie                              on 1998/02/25  15:27:06
14485         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
14486              Date: 23 Feb 1998 23:36:09 +0100
14487              From: Gisle Aas <gisle@aas.no>
14488      Branch: perl
14489            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
14490 ____________________________________________________________________________
14491 [   580] By: mbeattie                              on 1998/02/25  15:25:29
14492         Log: Subject: [PATCH 5.004_60] improved Test.pm
14493              Date: Sat, 21 Feb 1998 14:17:09 -0500
14494              From: Joshua Pritikin <pritikin@mindspring.com>
14495      Branch: perl
14496            ! lib/Test.pm
14497 ____________________________________________________________________________
14498 [   579] By: mbeattie                              on 1998/02/25  15:23:24
14499         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
14500              From: Jarkko Hietaniemi <jhi@iki.fi>
14501              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
14502              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
14503              Subject: Re: your HP-UX perl patch
14504              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
14505      Branch: perl
14506            ! Makefile.SH embed.h global.sym hints/hpux.sh
14507 ____________________________________________________________________________
14508 [   578] By: mbeattie                              on 1998/02/25  15:18:06
14509         Log: Back out DB_File patch (change _553) and tweak Configure.
14510              Subject: ANNOUNCE: perl5.004_60 is available
14511              Date: Mon, 23 Feb 1998 10:47:26 -0000
14512              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
14513      Branch: perl
14514            ! Configure ext/DB_File/DB_File.xs
14515 ____________________________________________________________________________
14516 [   577] By: mbeattie                              on 1998/02/25  15:04:00
14517         Log: Subject: [PATCH] Cwd.pm
14518              Date: Fri, 20 Feb 1998 10:27:54 -0600
14519              From: Graham Barr <gbarr@ti.com>
14520      Branch: perl
14521            ! lib/Cwd.pm
14522 ____________________________________________________________________________
14523 [   576] By: mbeattie                              on 1998/02/25  15:02:57
14524         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
14525              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
14526              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
14527              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
14528              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
14529              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
14530              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
14531      Branch: perl
14532            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
14533 ____________________________________________________________________________
14534 [   575] By: mbeattie                              on 1998/02/25  14:58:00
14535         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
14536              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
14537              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14538      Branch: perl
14539            + Porting/config.sh Porting/config_H
14540            - config_H
14541            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
14542            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
14543            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
14544            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
14545            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
14546            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
14547            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
14548 ____________________________________________________________________________
14549 [   574] By: gsar                                  on 1998/02/24  02:21:14
14550         Log: fix typos in sv.c
14551      Branch: win32/perl
14552            ! sv.c
14553 ____________________________________________________________________________
14554 [   573] By: mbeattie                              on 1998/02/23  10:03:39
14555         Log: Remove old Linux+threads segfault degugging kludge.
14556      Branch: perl
14557            ! perl.c
14558 ____________________________________________________________________________
14559 [   572] By: gsar                                  on 1998/02/23  09:45:26
14560         Log: undo previous change (no added value!)
14561      Branch: win32/perl
14562            ! win32/bin/pl2bat.pl
14563 ____________________________________________________________________________
14564 [   571] By: gsar                                  on 1998/02/23  09:18:32
14565         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
14566              John Cavanaugh <cavanaug@sdd.hp.com>)
14567      Branch: win32/perl
14568            ! win32/bin/pl2bat.pl
14569 ____________________________________________________________________________
14570 [   570] By: gsar                                  on 1998/02/22  04:02:15
14571         Log: support chown() (just a noop for now)
14572      Branch: win32/perl
14573            ! dosish.h win32/win32.c win32/win32.h
14574 ____________________________________________________________________________
14575 [   569] By: gsar                                  on 1998/02/22  03:09:55
14576         Log: integrate latest win32 branch
14577      Branch: asperl
14578           +> (branch 41 files)
14579           !> (integrate 59 files)
14580 ____________________________________________________________________________
14581 [   568] By: gsar                                  on 1998/02/22  02:40:56
14582         Log: get compiler building under win32 (needed Makefile.PL
14583              hacks that could be applicable to other platforms)
14584      Branch: win32/perl
14585            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
14586 ____________________________________________________________________________
14587 [   567] By: gsar                                  on 1998/02/22  01:30:19
14588         Log: integrate mainline
14589      Branch: win32/perl
14590           +> (branch 41 files)
14591           !> (integrate 46 files)
14592 ____________________________________________________________________________
14593 [   566] By: gsar                                  on 1998/02/20  22:31:56
14594         Log: fix handle leak in join()
14595      Branch: win32/perl
14596            ! win32/win32thread.h
14597
14598 ----------------
14599 Version 5.004_60
14600 ----------------
14601
14602 ____________________________________________________________________________
14603 [   565] By: mbeattie                              on 1998/02/20  18:23:47
14604         Log: Remove compiler files from their old lib/B locations. The compiler
14605              now builds by default (without the byteperl executable so far) and
14606              seems to work at least minimally.
14607      Branch: perl
14608            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
14609            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
14610            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
14611            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
14612            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
14613            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
14614            ! MANIFEST bytecode.pl
14615 ____________________________________________________________________________
14616 [   564] By: mbeattie                              on 1998/02/20  18:05:33
14617         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
14618              under ext/B.
14619      Branch: perl
14620           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
14621           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
14622           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
14623           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
14624           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
14625           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
14626           +> ext/B/B/makeliblinks ext/B/O.pm
14627 ____________________________________________________________________________
14628 [   563] By: mbeattie                              on 1998/02/20  17:54:58
14629         Log: Start getting compiler to work when built with the core.
14630              [Still won't work as of this change.]
14631      Branch: perl
14632           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
14633           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
14634           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
14635           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
14636           +> lib/B/Terse.pm lib/B/Xref.pm
14637            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
14638 ____________________________________________________________________________
14639 [   562] By: mbeattie                              on 1998/02/20  16:42:13
14640         Log: Merge perlext/Compiler/... into mainline. Some files move to
14641              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
14642              move to the base perl directory (e.g. headers). Will need some
14643              cleaning up before it builds properly, I would guess.
14644      Branch: perl
14645           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
14646           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
14647           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
14648           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
14649           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
14650           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
14651           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
14652           +> lib/B/makeliblinks lib/O.pm
14653 ____________________________________________________________________________
14654 [   561] By: mbeattie                              on 1998/02/20  16:39:38
14655         Log: Win32 changes from Sarathy, tweaked slightly by me.
14656      Branch: perlext
14657            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
14658            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
14659            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
14660            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
14661 ____________________________________________________________________________
14662 [   560] By: mbeattie                              on 1998/02/20  15:46:15
14663         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
14664      Branch: perl
14665            ! perl.c
14666 ____________________________________________________________________________
14667 [   559] By: mbeattie                              on 1998/02/20  12:56:10
14668         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
14669      Branch: perl
14670            ! MANIFEST patchlevel.h
14671 ____________________________________________________________________________
14672 [   558] By: mbeattie                              on 1998/02/20  12:53:26
14673         Log: Integrate win32 branch into mainline.
14674      Branch: perl
14675           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
14676           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14677           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14678           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
14679           !> win32/win32iop.h x2p/a2p.h
14680 ____________________________________________________________________________
14681 [   557] By: mbeattie                              on 1998/02/20  12:51:42
14682         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
14683              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
14684              From: Jarkko Hietaniemi <jhi@iki.fi>
14685      Branch: perl
14686            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
14687            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
14688            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
14689            ! pod/perltoc.pod pod/perlvar.pod
14690 ____________________________________________________________________________
14691 [   556] By: mbeattie                              on 1998/02/20  12:49:54
14692         Log: Subject: [PATCH] installperl
14693              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
14694              From: Norton Allen <allen@huarp.harvard.edu>
14695      Branch: perl
14696            ! installperl
14697 ____________________________________________________________________________
14698 [   555] By: mbeattie                              on 1998/02/20  12:49:09
14699         Log: Subject: [PATCH:_59] t/op/wantarray.t
14700              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
14701              From: Norton Allen <allen@huarp.harvard.edu>
14702      Branch: perl
14703            + t/op/wantarray.t
14704 ____________________________________________________________________________
14705 [   554] By: mbeattie                              on 1998/02/20  12:47:44
14706         Log: Subject: Misprint in regcomp.c [PATCH]
14707              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
14708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14709      Branch: perl
14710            ! regcomp.c
14711 ____________________________________________________________________________
14712 [   553] By: mbeattie                              on 1998/02/20  12:45:08
14713         Log: Subject: DB_File ->length does not work just after tie.
14714              Date: Tue, 17 Feb 1998 13:19:18 GMT
14715              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14716      Branch: perl
14717            ! ext/DB_File/DB_File.xs
14718 ____________________________________________________________________________
14719 [   552] By: mbeattie                              on 1998/02/20  12:43:32
14720         Log: Subject: [PATCH] - perl5.005_59, update Copyright
14721              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
14722              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
14723      Branch: perl
14724            ! perl.c
14725 ____________________________________________________________________________
14726 [   551] By: mbeattie                              on 1998/02/20  12:42:41
14727         Log: Subject: Re: for() and map() peculiarity
14728              Date: Mon, 16 Feb 1998 21:33:44 +0000
14729              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14730      Branch: perl
14731            ! pod/perlsyn.pod
14732 ____________________________________________________________________________
14733 [   550] By: mbeattie                              on 1998/02/20  12:41:53
14734         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
14735              Date: Mon, 16 Feb 1998 11:46:29 -0800
14736              From: Dan Sugalski <sugalskd@osshe.edu>
14737      Branch: perl
14738            ! vms/config.vms
14739 ____________________________________________________________________________
14740 [   549] By: mbeattie                              on 1998/02/20  12:40:55
14741         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
14742              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
14743              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
14744      Branch: perl
14745            ! global.sym
14746 ____________________________________________________________________________
14747 [   548] By: mbeattie                              on 1998/02/20  12:39:56
14748         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
14749              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
14750              From: Jarkko Hietaniemi <jhi@iki.fi>
14751      Branch: perl
14752            ! hints/irix_6.sh
14753 ____________________________________________________________________________
14754 [   547] By: mbeattie                              on 1998/02/20  12:38:58
14755         Log: Subject: [PATCH] perlguts update
14756              Date: 16 Feb 1998 11:23:53 +0100
14757              From: Gisle Aas <gisle@aas.no>
14758      Branch: perl
14759            ! pod/perlguts.pod
14760 ____________________________________________________________________________
14761 [   546] By: mbeattie                              on 1998/02/20  12:38:01
14762         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
14763              Date: Sun, 15 Feb 1998 23:56:05 -0500
14764              From: Irving Reid <irving@tor.securecomputing.com>
14765      Branch: perl
14766            ! hints/bsdos.sh
14767 ____________________________________________________________________________
14768 [   545] By: mbeattie                              on 1998/02/20  12:37:11
14769         Log: Subject: [PATCH] 5% speedup in an empty loop
14770              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
14771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14772      Branch: perl
14773            ! op.c
14774 ____________________________________________________________________________
14775 [   544] By: mbeattie                              on 1998/02/20  12:36:26
14776         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
14777              Date: Sun, 15 Feb 98 23:06:16 +0100
14778              From: Hans Mulder <hansm@icgroup.nl>
14779      Branch: perl
14780            ! hints/next_3.sh hints/next_4.sh
14781 ____________________________________________________________________________
14782 [   543] By: mbeattie                              on 1998/02/20  12:35:39
14783         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
14784              Date: Sun, 15 Feb 98 23:05:20 +0100
14785              From: Hans Mulder <hansm@icgroup.nl>
14786      Branch: perl
14787            ! malloc.c
14788 ____________________________________________________________________________
14789 [   542] By: mbeattie                              on 1998/02/20  12:35:03
14790         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
14791              From: Hans Mulder <hansm@icgroup.nl>
14792              Date: Sun, 15 Feb 98 23:04:29 +0100
14793      Branch: perl
14794            ! Configure
14795 ____________________________________________________________________________
14796 [   541] By: mbeattie                              on 1998/02/20  12:33:56
14797         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
14798              NeXT   needs DONT_DECLARE_STD)
14799              Date: Sun, 15 Feb 98 23:04:19 +0100
14800              From: Hans Mulder <hansm@icgroup.nl>
14801      Branch: perl
14802            ! perl.h
14803 ____________________________________________________________________________
14804 [   540] By: mbeattie                              on 1998/02/20  12:32:25
14805         Log: Subject: [PATCH] sv_check_thinkfirst macroized
14806              Date: 15 Feb 1998 22:00:38 +0100
14807              From: Gisle Aas <gisle@aas.no>
14808      Branch: perl
14809            ! sv.c
14810 ____________________________________________________________________________
14811 [   539] By: mbeattie                              on 1998/02/20  12:31:07
14812         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
14813              Date: Sat, 14 Feb 1998 17:58:01 -0500
14814              From: Joshua Pritikin <pritikin@mindspring.com>
14815      Branch: perl
14816            + lib/Test.pm
14817            ! MANIFEST lib/Test/Harness.pm
14818 ____________________________________________________________________________
14819 [   538] By: mbeattie                              on 1998/02/20  12:24:31
14820         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
14821              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
14822              From: Jarkko Hietaniemi <jhi@iki.fi>
14823      Branch: perl
14824            ! INSTALL pod/perldiag.pod pod/perllocale.pod
14825 ____________________________________________________________________________
14826 [   537] By: mbeattie                              on 1998/02/20  12:23:04
14827         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
14828              Date: Fri, 13 Feb 1998 13:38:28 -0800
14829              From: Dan Sugalski <sugalskd@osshe.edu>
14830      Branch: perl
14831            ! README.vms
14832 ____________________________________________________________________________
14833 [   536] By: mbeattie                              on 1998/02/20  12:20:29
14834         Log: Subject: [PATCH] 5.004_58, move intuition tests
14835              Date: Thu, 12 Feb 1998 17:11:05 -0600
14836              From: Stephen Potter <spp@psa.pencom.com>
14837      Branch: perl
14838            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14839            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
14840            ! t/op/flip.t t/op/pat.t t/op/push.t
14841 ____________________________________________________________________________
14842 [   535] By: gsar                                  on 1998/02/19  23:07:24
14843         Log: applied a version of this with tabs intact
14844              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
14845              Date:    19 Feb 1998 15:06:38 EST
14846              From:    dfan@harmonixmusic.com (Dan Schmidt)
14847              Subject: Pod::Html bug and fix: missing </UL> in index
14848      Branch: win32/perl
14849            ! lib/Pod/Html.pm
14850 ____________________________________________________________________________
14851 [   534] By: gsar                                  on 1998/02/19  19:40:27
14852         Log: Fix C<0> problem in Pod::Html
14853      Branch: win32/perl
14854            ! lib/Pod/Html.pm
14855 ____________________________________________________________________________
14856 [   533] By: gsar                                  on 1998/02/18  18:11:08
14857         Log: non-debug VC builds are -O1 now (they say it works, and is
14858              faster)
14859      Branch: win32/perl
14860            ! win32/Makefile win32/makefile.mk
14861 ____________________________________________________________________________
14862 [   532] By: gsar                                  on 1998/02/18  04:11:03
14863         Log: integrate nick's patch to mainline
14864      Branch: win32/perl
14865           !> pp.c
14866 ____________________________________________________________________________
14867 [   531] By: mbeattie                              on 1998/02/17  17:50:50
14868         Log: Assorted changes to the compiler
14869      Branch: perlext
14870            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
14871            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
14872            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
14873            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
14874 ____________________________________________________________________________
14875 [   530] By: gsar                                  on 1998/02/17  01:47:35
14876         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
14877              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
14878              build passes all tests except t/lib/io_xs.t (seems to be due to
14879              broken tmpfile() in the CRT or import lib)
14880      Branch: win32/perl
14881            ! XSUB.h win32/makefile.mk win32/win32.h
14882 ____________________________________________________________________________
14883 [   529] By: gsar                                  on 1998/02/16  23:03:31
14884         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
14885              in this version of gcc!)
14886      Branch: win32/perl
14887            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
14888            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
14889 ____________________________________________________________________________
14890 [   528] By: nick                                  on 1998/02/16  22:13:04
14891         Log: Missing PUSHMARK in unshift TIEARRAY hook
14892      Branch: perl
14893            ! pp.c
14894 ____________________________________________________________________________
14895 [   527] By: gsar                                  on 1998/02/15  20:59:07
14896         Log: integrate win32 branch
14897      Branch: asperl
14898           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
14899           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14900           !> win32/makedef.pl
14901 ____________________________________________________________________________
14902 [   526] By: gsar                                  on 1998/02/15  20:02:11
14903         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
14904      Branch: win32/perl
14905            ! config_h.SH win32/config_H.bc win32/config_H.gc
14906            ! win32/config_H.vc
14907 ____________________________________________________________________________
14908 [   525] By: gsar                                  on 1998/02/15  03:26:45
14909         Log: fix build problems due to renamed Config variables
14910      Branch: win32/perl
14911            ! win32/config.bc win32/config.gc win32/config.vc
14912            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14913            ! win32/makedef.pl
14914 ____________________________________________________________________________
14915 [   524] By: gsar                                  on 1998/02/14  01:00:15
14916         Log: bring ASPerl uptodate with mainline changes
14917      Branch: asperl
14918           +> ext/DB_File/Changes t/comp/require.t
14919           !> (integrate 41 files)
14920 ____________________________________________________________________________
14921 [   523] By: gsar                                  on 1998/02/14  00:52:17
14922         Log: integrate mainline
14923      Branch: win32/perl
14924           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
14925           !> pp_hot.c t/op/magic.t
14926 ____________________________________________________________________________
14927 [   522] By: gsar                                  on 1998/02/14  00:42:37
14928         Log: added AS patch#6
14929              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
14930              Date:    Fri, 13 Feb 1998 06:14:51 PST
14931              From:    Douglas Lankshear <dougl@ActiveState.com>
14932              Subject: [PATCH] command line build
14933              
14934              This patch is for the command line build of perl object.
14935              I'll merge the ipfoo.c function with win32_xxx functions next.
14936              
14937              -- Doug
14938      Branch: asperl
14939            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
14940            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
14941            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
14942 ____________________________________________________________________________
14943 [   521] By: gsar                                  on 1998/02/14  00:14:04
14944         Log: added AS patch#5 (patch #4 was intentionally skipped after
14945              discussion)
14946      Branch: asperl
14947            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
14948            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
14949            ! regexec.c sv.c toke.c
14950 ____________________________________________________________________________
14951 [   520] By: nick                                  on 1998/02/13  18:15:46
14952         Log: Resolve ansiperl against win32
14953      Branch: ansiperl
14954           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
14955           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
14956           +> t/lib/ph.t
14957           !> (integrate 898 files)
14958
14959 ----------------
14960 Version 5.004_59
14961 ----------------
14962
14963 ____________________________________________________________________________
14964 [   519] By: mbeattie                              on 1998/02/13  17:05:37
14965         Log: Integrate win32 into mainline.
14966      Branch: perl
14967            ! lib/ExtUtils/xsubpp
14968           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14969           !> win32/makefile.mk
14970 ____________________________________________________________________________
14971 [   518] By: mbeattie                              on 1998/02/13  17:01:16
14972         Log: Bump patchlevel.h to 59.
14973      Branch: perl
14974            ! patchlevel.h
14975 ____________________________________________________________________________
14976 [   517] By: mbeattie                              on 1998/02/13  16:57:59
14977         Log: Subject: [PATCH] _58: wantarray in void context broken
14978              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
14979              From: Norton Allen <allen@huarp.harvard.edu>
14980      Branch: perl
14981            ! pp_hot.c
14982 ____________________________________________________________________________
14983 [   516] By: mbeattie                              on 1998/02/13  16:55:33
14984         Log: Subject: [PATCH] 5.004_58 QNX getcwd
14985              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
14986              From: Norton Allen <allen@huarp.harvard.edu>
14987      Branch: perl
14988            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
14989 ____________________________________________________________________________
14990 [   515] By: gsar                                  on 1998/02/12  18:29:52
14991         Log: pickup lddlflags properly for Config.pm
14992      Branch: win32/perl
14993            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14994            ! win32/makefile.mk
14995 ____________________________________________________________________________
14996 [   514] By: gsar                                  on 1998/02/12  18:16:09
14997         Log: fix xsubpp bug in SETMAGIC code
14998      Branch: win32/perl
14999            ! lib/ExtUtils/xsubpp
15000 ____________________________________________________________________________
15001 [   513] By: gsar                                  on 1998/02/12  18:06:30
15002         Log: integrate mainline
15003      Branch: win32/perl
15004           +> ext/DB_File/Changes
15005           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
15006           !> ext/DB_File/DB_File.xs hints/machten.sh
15007           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
15008           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
15009           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
15010           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
15011           !> t/op/re_tests t/pragma/locale.t
15012 ____________________________________________________________________________
15013 [   512] By: mbeattie                              on 1998/02/12  17:34:02
15014         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
15015              with -DUSE_THREADS -DDEBUGGING to fail.
15016      Branch: perl
15017            ! scope.h
15018 ____________________________________________________________________________
15019 [   511] By: mbeattie                              on 1998/02/12  16:44:03
15020         Log: Integrate win32 into mainline
15021      Branch: perl
15022           +> t/comp/require.t
15023           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
15024 ____________________________________________________________________________
15025 [   510] By: mbeattie                              on 1998/02/12  16:42:26
15026         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
15027              Date: 12 Feb 1998 14:25:55 +0100
15028              From: koenig@kulturbox.de (Andreas J. Koenig)
15029      Branch: perl
15030            ! lib/ExtUtils/Install.pm
15031 ____________________________________________________________________________
15032 [   509] By: mbeattie                              on 1998/02/12  16:40:34
15033         Log: Subject: Re: wrong prototype for sbrk [PATCH]
15034              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
15035              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
15036      Branch: perl
15037            ! malloc.c
15038 ____________________________________________________________________________
15039 [   508] By: mbeattie                              on 1998/02/12  16:36:53
15040         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
15041              Date: Wed, 11 Feb 1998 17:29:20 +0100
15042              From: Achim Bohnet <ach@mpe.mpg.de>
15043      Branch: perl
15044            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
15045 ____________________________________________________________________________
15046 [   507] By: mbeattie                              on 1998/02/12  16:35:26
15047         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
15048              Date: Wed, 11 Feb 1998 14:59:46 +0100
15049              From: Dominic Dunlop <domo@vo.lu>
15050      Branch: perl
15051            ! hints/machten.sh
15052 ____________________________________________________________________________
15053 [   506] By: mbeattie                              on 1998/02/12  16:28:40
15054         Log: Subject: DB_File 1.58 patch
15055              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
15056              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15057      Branch: perl
15058            + ext/DB_File/Changes
15059            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
15060            ! t/lib/db-recno.t
15061 ____________________________________________________________________________
15062 [   505] By: mbeattie                              on 1998/02/12  16:24:26
15063         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
15064              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
15065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15066      Branch: perl
15067            ! regexec.c t/op/re_tests
15068 ____________________________________________________________________________
15069 [   504] By: mbeattie                              on 1998/02/12  16:22:46
15070         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15071              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
15072              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
15073              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
15074              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
15075              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
15076              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
15077      Branch: perl
15078            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
15079            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
15080 ____________________________________________________________________________
15081 [   503] By: mbeattie                              on 1998/02/12  16:15:43
15082         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
15083              Date: Mon, 9 Feb 1998 13:19:45 +0100
15084              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15085      Branch: perl
15086            ! t/lib/filecopy.t
15087 ____________________________________________________________________________
15088 [   502] By: mbeattie                              on 1998/02/12  16:14:27
15089         Log: Assorted patches to sv.c:
15090              From: Gisle Aas <gisle@aas.no>
15091              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
15092              Date: 07 Feb 1998 00:21:57 +0100
15093              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
15094              Date: 07 Feb 1998 00:29:45 +0100
15095              Subject: [PATCH] sv_upgrade() always returns TRUE
15096              Date: 09 Feb 1998 15:44:01 +0100
15097      Branch: perl
15098            ! sv.c
15099 ____________________________________________________________________________
15100 [   501] By: mbeattie                              on 1998/02/12  16:09:26
15101         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
15102              Subject: Perl debugger.
15103              Date: Fri, 6 Feb 1998 17:47:08 -0500
15104              From: "Jason A. Smith" <smithj4@rpi.edu>
15105      Branch: perl
15106            ! lib/perl5db.pl
15107 ____________________________________________________________________________
15108 [   500] By: gsar                                  on 1998/02/12  03:20:55
15109         Log: merge another maint patch
15110              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
15111              Date:    Tue, 10 Feb 1998 18:49:00 EST
15112              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15113              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
15114      Branch: win32/perl
15115            ! pp_ctl.c
15116 ____________________________________________________________________________
15117 [   499] By: gsar                                  on 1998/02/12  03:14:39
15118         Log: make t/comp/require.t type xtext
15119      Branch: win32/perl
15120            ! t/comp/require.t
15121 ____________________________________________________________________________
15122 [   498] By: gsar                                  on 1998/02/12  03:09:58
15123         Log: fix extra LEAVE when require fails
15124              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
15125              Date:    Tue, 10 Feb 1998 18:21:37 EST
15126              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15127              Subject: Re: evals and requires make seg-fault with bad require file 
15128      Branch: win32/perl
15129            + t/comp/require.t
15130            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
15131 ____________________________________________________________________________
15132 [   497] By: gsar                                  on 1998/02/12  02:47:29
15133         Log: merge a maint patch
15134              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
15135              Date:    Wed, 11 Feb 1998 00:15:51 EST
15136              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15137              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
15138      Branch: win32/perl
15139            ! pp_ctl.c t/op/local.t
15140 ____________________________________________________________________________
15141 [   496] By: mbeattie                              on 1998/02/11  13:04:50
15142         Log: Integrate win32 into mainline.
15143      Branch: perl
15144           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
15145           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
15146           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
15147           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
15148           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
15149           !> win32/makedef.pl win32/win32.c win32/win32iop.h
15150 ____________________________________________________________________________
15151 [   495] By: mbeattie                              on 1998/02/11  13:03:59
15152         Log: Fix special constants in Xref.pm
15153      Branch: perlext
15154            ! Compiler/B/Xref.pm
15155 ____________________________________________________________________________
15156 [   494] By: gsar                                  on 1998/02/10  18:26:28
15157         Log: fix opendir() problem on share names
15158              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
15159              Date:    Tue, 10 Feb 1998 13:28:53 EST
15160              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15161              Subject: Re: BUG: opendir and UNC names on NT 
15162      Branch: win32/perl
15163            ! win32/win32.c
15164 ____________________________________________________________________________
15165 [   493] By: gsar                                  on 1998/02/09  23:09:40
15166         Log: integrate win32 branch contents
15167      Branch: asperl
15168           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15169           +> lib/Fatal.pm t/lib/ph.t
15170            ! hv.c
15171           !> (integrate 895 files)
15172 ____________________________________________________________________________
15173 [   492] By: gsar                                  on 1998/02/09  07:30:19
15174         Log: enhancements to previous patch for XSUB OUTPUT args
15175              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
15176              Date:    Mon, 09 Feb 1998 02:31:55 EST
15177              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15178              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
15179      Branch: win32/perl
15180            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
15181            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
15182            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
15183            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
15184            ! sv.h
15185 ____________________________________________________________________________
15186 [   491] By: gsar                                  on 1998/02/09  03:00:52
15187         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
15188              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
15189              Date:    Wed, 29 Oct 1997 19:36:25 EST
15190              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15191              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
15192      Branch: win32/perl
15193            ! op.c
15194 ____________________________________________________________________________
15195 [   490] By: gsar                                  on 1998/02/09  02:30:43
15196         Log: fix for bugs in handling DESTROY (adjusted test numbers)
15197              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
15198              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
15199              Date: Wed, 31 Dec 1997 19:30:46 -0500
15200              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15201      Branch: win32/perl
15202            ! pod/perlobj.pod sv.c t/op/ref.t
15203 ____________________________________________________________________________
15204 [   489] By: gsar                                  on 1998/02/09  00:30:35
15205         Log: ansify prototype for my_safemalloc(), avoid warnings
15206      Branch: win32/perl
15207            ! sv.c
15208 ____________________________________________________________________________
15209 [   488] By: gsar                                  on 1998/02/09  00:29:08
15210         Log: fix misapplied hunks in 5.004_58
15211              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
15212              Date:    Sun, 08 Feb 1998 02:18:12 EST
15213              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15214              Subject: [PATCH] fixes for test failures in 5.004_58
15215      Branch: win32/perl
15216            ! gv.c op.c
15217 ____________________________________________________________________________
15218 [   487] By: gsar                                  on 1998/02/09  00:27:16
15219         Log: win32_utime() tweaks to avoid warnings
15220      Branch: win32/perl
15221            ! win32/win32.c win32/win32iop.h
15222 ____________________________________________________________________________
15223 [   486] By: gsar                                  on 1998/02/07  23:45:22
15224         Log: integrate mainline, plus a few small win32 enhancements
15225              - remove Win32::GetCurrentDirectory()
15226              - add Win32::Sleep() for compat
15227              - add smarter utime() from Jan Dubois, and export it as win32_utime()
15228      Branch: win32/perl
15229           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15230           +> lib/Fatal.pm t/lib/ph.t
15231            ! win32/makedef.pl win32/win32.c win32/win32iop.h
15232           !> (integrate 61 files)
15233
15234 ----------------
15235 Version 5.004_58
15236 ----------------
15237
15238 ____________________________________________________________________________
15239 [   485] By: mbeattie                              on 1998/02/06  18:11:47
15240         Log: Bump patchlevel to 58.
15241      Branch: perl
15242            ! patchlevel.h
15243 ____________________________________________________________________________
15244 [   484] By: mbeattie                              on 1998/02/06  18:08:28
15245         Log: Fix up problem with gv.c from change 477.
15246              Fix up Config.pm use in t/lib/ph.t from change 478.
15247      Branch: perl
15248            ! gv.c t/lib/ph.t
15249 ____________________________________________________________________________
15250 [   483] By: mbeattie                              on 1998/02/06  17:34:34
15251         Log: Integrate win32 branch into mainline
15252      Branch: perl
15253           !> win32/win32sck.c
15254 ____________________________________________________________________________
15255 [   482] By: mbeattie                              on 1998/02/06  17:26:41
15256         Log: lib/Fatal.pm missing from repository
15257      Branch: perl
15258            + lib/Fatal.pm
15259 ____________________________________________________________________________
15260 [   481] By: mbeattie                              on 1998/02/06  17:24:57
15261         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
15262              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
15263              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
15264      Branch: perl
15265            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
15266            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
15267 ____________________________________________________________________________
15268 [   480] By: mbeattie                              on 1998/02/06  17:19:52
15269         Log: x2p/str.c was missing from list of changed files in change 466
15270      Branch: perl
15271            ! x2p/str.c
15272 ____________________________________________________________________________
15273 [   479] By: mbeattie                              on 1998/02/06  17:16:54
15274         Log: Added t/lib/ph.t to MANIFEST
15275      Branch: perl
15276            ! MANIFEST
15277 ____________________________________________________________________________
15278 [   478] By: mbeattie                              on 1998/02/06  17:15:38
15279         Log: Subject: [PATCH] h2ph.PL
15280              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
15281              From: kstar@www.chapin.edu (Kurt D. Starsinic)
15282      Branch: perl
15283            + t/lib/ph.t
15284            ! utils/h2ph.PL
15285 ____________________________________________________________________________
15286 [   477] By: mbeattie                              on 1998/02/06  17:10:46
15287         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
15288              Date: 04 Feb 1998 14:49:46 +0100
15289              From: Gisle Aas <gisle@aas.no>
15290              as modified by
15291              From: chip@atlantic.net
15292              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
15293      Branch: perl
15294            ! gv.c
15295 ____________________________________________________________________________
15296 [   476] By: mbeattie                              on 1998/02/06  16:47:03
15297         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15298              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
15299              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
15300              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
15301              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
15302      Branch: perl
15303            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
15304 ____________________________________________________________________________
15305 [   475] By: mbeattie                              on 1998/02/06  16:44:57
15306         Log: Subject: [PATCH] nomemok
15307              Date: Mon, 2 Feb 1998 15:06:50 +0100
15308              From: Gisle Aas <gisle@aas.no>
15309      Branch: perl
15310            ! hv.c
15311 ____________________________________________________________________________
15312 [   474] By: mbeattie                              on 1998/02/06  16:43:46
15313         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
15314              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
15315              From: abigail@fnx.com
15316      Branch: perl
15317            ! lib/Benchmark.pm
15318 ____________________________________________________________________________
15319 [   473] By: mbeattie                              on 1998/02/06  16:42:53
15320         Log: Subject: [PATCH] adding the newSVpvn API function
15321              Date: Sat, 31 Jan 1998 06:32:42 +0100
15322              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
15323      Branch: perl
15324            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
15325            ! proto.h sv.c
15326 ____________________________________________________________________________
15327 [   472] By: mbeattie                              on 1998/02/06  16:35:41
15328         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
15329              Date: 28 Jan 1998 17:40:37 -0800
15330              From: Stephen Zander <srz@mckesson.com>
15331      Branch: perl
15332            ! hints/solaris_2.sh
15333 ____________________________________________________________________________
15334 [   471] By: mbeattie                              on 1998/02/06  16:02:57
15335         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
15336              Date: Thu, 15 Jan 1998 11:53:06 +0000
15337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15338      Branch: perl
15339            ! pod/perlguts.pod pp.c t/op/vec.t
15340 ____________________________________________________________________________
15341 [   470] By: mbeattie                              on 1998/02/06  16:01:36
15342         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15343              Subject: 5.004_56: Patch to Tie::Hash and docs
15344              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
15345              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
15346              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
15347      Branch: perl
15348            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
15349            ! t/op/misc.t t/op/pat.t toke.c
15350 ____________________________________________________________________________
15351 [   469] By: mbeattie                              on 1998/02/06  15:58:31
15352         Log: Subject: Another Array.pm patch
15353              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
15354              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15355      Branch: perl
15356            ! lib/Tie/Array.pm
15357 ____________________________________________________________________________
15358 [   468] By: mbeattie                              on 1998/02/06  15:56:28
15359         Log: Subject: documentation patch for 5.004_57
15360              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
15361              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15362      Branch: perl
15363            ! lib/Tie/Array.pm
15364 ____________________________________________________________________________
15365 [   467] By: mbeattie                              on 1998/02/06  15:55:34
15366         Log: Subject: 5.004_56: patch for `use Fatal' again
15367              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
15368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15369      Branch: perl
15370            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
15371            ! pp.c t/comp/proto.t toke.c
15372 ____________________________________________________________________________
15373 [   466] By: mbeattie                              on 1998/02/06  15:53:53
15374         Log: Subject: Newer -DLEAKTEST patch
15375              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
15376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15377      Branch: perl
15378            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
15379            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
15380            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
15381            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
15382            ! toke.c util.c vms/perly_c.vms x2p/hash.c
15383 ____________________________________________________________________________
15384 [   465] By: mbeattie                              on 1998/02/06  15:46:35
15385         Log: More Chip patches (tweaked for _5x). The final one mentioned here
15386              (@ARGV with -i) actually went in at change 462 but I failed to
15387              add it to the change description:
15388              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
15389              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
15390              Subject: [PATCH] Fix for C<@x = my @y>
15391              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
15392              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
15393              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
15394              Subject: [PATCH] Allow last() to mean last
15395              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
15396              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
15397              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
15398      Branch: perl
15399            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
15400            ! vms/perly_h.vms
15401 ____________________________________________________________________________
15402 [   464] By: mbeattie                              on 1998/02/06  15:06:18
15403         Log: More Chip patches:
15404              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
15405              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
15406              Subject: [PATCH] Fix line numbers after here documents in eval STRING
15407              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
15408              Subject: [PATCH] Make recursive lexical analysis more robust
15409              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
15410      Branch: perl
15411            ! pp_ctl.c sv.c toke.c
15412 ____________________________________________________________________________
15413 [   463] By: mbeattie                              on 1998/02/06  15:04:17
15414         Log: Some more Chip patches (tweaked to match _5x):
15415              Subject: [PATCH] Fix empty BLOCK
15416              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
15417              Subject: [PATCH] fix (\@@) proto
15418              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
15419              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
15420              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
15421              Subject: [PATCH] Don't fold string comparison under  C<use locale>
15422              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
15423      Branch: perl
15424            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
15425 ____________________________________________________________________________
15426 [   462] By: mbeattie                              on 1998/02/06  14:56:30
15427         Log: Some Chip patches (some tweaked to match _5x source):
15428              From: Chip Salzenberg <salzench@nielsenmedia.com>
15429              Subject: [PATCH] local leakage
15430              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
15431              Subject: [PATCH] NULs in patterns
15432              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
15433              Subject: [PATCH] Configure on PerlIO
15434              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
15435              Subject: [PATCH] Avoid core dump on package alias
15436              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
15437              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
15438              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
15439      Branch: perl
15440            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
15441            ! t/op/local.t
15442 ____________________________________________________________________________
15443 [   461] By: gsar                                  on 1998/02/04  03:34:36
15444         Log: support win32_select(0,0,0,msec) (winsock doesn't)
15445      Branch: win32/perl
15446            ! win32/win32sck.c
15447 ____________________________________________________________________________
15448 [   460] By: gsar                                  on 1998/02/04  00:44:47
15449         Log: bug: win32_select() must StartSockets()
15450      Branch: win32/perl
15451            ! win32/win32sck.c
15452
15453 ----------------
15454 Version 5.004_57
15455 ----------------
15456
15457 ____________________________________________________________________________
15458 [   459] By: mbeattie                              on 1998/02/03  16:00:07
15459         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
15460              of execution causes core dump if threadsvp is moved). Replaced
15461              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
15462      Branch: perl
15463            ! av.c perl.c
15464 ____________________________________________________________________________
15465 [   458] By: mbeattie                              on 1998/02/03  14:40:02
15466         Log: Fix up MANIFEST.
15467      Branch: perl
15468            ! MANIFEST
15469 ____________________________________________________________________________
15470 [   457] By: mbeattie                              on 1998/02/03  13:50:23
15471         Log: Integrate win32 into mainline. My last integration from ansiperl
15472              to the mainline was a dismal failure: I did -ay but meant -at.
15473              This should fix things now since win32 has already integrated
15474              all the necessary changes from ansiperl.
15475      Branch: perl
15476           !> (integrate 111 files)
15477 ____________________________________________________________________________
15478 [   456] By: gsar                                  on 1998/02/03  04:48:08
15479         Log: Fix minor problems with non USE_THREADS build. win32 branch
15480              now looks 5.004_57-ready.
15481      Branch: win32/perl
15482            ! thread.h win32/makedef.pl
15483 ____________________________________________________________________________
15484 [   455] By: gsar                                  on 1998/02/03  03:45:09
15485         Log: integrate mainline
15486      Branch: win32/perl
15487           !> (integrate 887 files)
15488 ____________________________________________________________________________
15489 [   454] By: mbeattie                              on 1998/02/02  16:44:24
15490         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
15491              defaults have been commented out for now. 
15492      Branch: perl
15493            ! hints/dec_osf.sh
15494 ____________________________________________________________________________
15495 [   453] By: mbeattie                              on 1998/02/02  15:51:39
15496         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
15497              variables. Moved threadnum to a per-interpreter variable and
15498              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
15499              more than one thread may be running. Minor tweaks to Thread.xs.
15500      Branch: perl
15501            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
15502            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
15503            ! thread.h util.c
15504 ____________________________________________________________________________
15505 [   452] By: gsar                                  on 1998/02/02  04:56:50
15506         Log: remove totally egregious s/\\dir// in File::Find
15507      Branch: win32/perl
15508            ! lib/File/Find.pm
15509 ____________________________________________________________________________
15510 [   451] By: gsar                                  on 1998/02/01  22:20:20
15511         Log: added AS patch#3
15512              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
15513              Date:    Sun, 01 Feb 1998 09:18:13 PST
15514              From:    Douglas Lankshear <dougl@ActiveState.com>
15515              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
15516              
15517              Here's an additional diff against //depot/asperl
15518              
15519              The field name mg_length was changed back to mg_len
15520              The function name mg_len was change to mg_length
15521              
15522              The need for sort_mutex removed thanks to the code derived
15523              from Tom Horsley's work.
15524              
15525              -- Doug
15526      Branch: asperl
15527            + XSLock.h
15528            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
15529            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
15530            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
15531            ! scope.c scope.h sv.c toke.c universal.c util.c
15532            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
15533            ! win32/perlobj.def win32/runperl.c
15534 ____________________________________________________________________________
15535 [   450] By: gsar                                  on 1998/01/30  23:43:57
15536         Log: various tweaks
15537              - add new functions to proto.h
15538              - fix up makefile.mk for $(OBJECT)
15539      Branch: asperl
15540            ! pp_ctl.c proto.h win32/makefile.mk
15541 ____________________________________________________________________________
15542 [   449] By: gsar                                  on 1998/01/30  21:23:15
15543         Log: fix up missing patches from AS patch#2
15544      Branch: asperl
15545            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15546            ! pp_ctl.c proto.h
15547 ____________________________________________________________________________
15548 [   448] By: gsar                                  on 1998/01/30  18:23:17
15549         Log: fix htonlx typo
15550      Branch: win32/perl
15551            ! perlsock.h
15552 ____________________________________________________________________________
15553 [   447] By: mbeattie                              on 1998/01/30  16:03:49
15554         Log: Fix up MANIFEST to add missing files
15555      Branch: perl
15556            ! MANIFEST
15557 ____________________________________________________________________________
15558 [   446] By: mbeattie                              on 1998/01/30  12:34:55
15559         Log: Bump patchlevel to 57.
15560      Branch: perl
15561            ! patchlevel.h
15562 ____________________________________________________________________________
15563 [   445] By: gsar                                  on 1998/01/30  10:44:38
15564         Log: initial merge of latest win32 branch into ASPerl
15565      Branch: asperl
15566           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
15567           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
15568           +> win32/bin/perlglob.pl
15569           !> (integrate 141 files)
15570 ____________________________________________________________________________
15571 [   444] By: gsar                                  on 1998/01/30  09:25:58
15572         Log: goofed branching, redo asperl branch
15573      Branch: asperl
15574            ! perl.h
15575 ____________________________________________________________________________
15576 [   443] By: gsar                                  on 1998/01/30  09:23:36
15577         Log: added AS patch#2
15578      Branch: asperl
15579            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
15580            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
15581            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
15582            + win32/ipstdiowin.h win32/perlobj.def
15583            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
15584            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
15585            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
15586            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
15587            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
15588            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
15589            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
15590            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
15591            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
15592 ____________________________________________________________________________
15593 [   441] By: gsar                                  on 1998/01/30  08:54:19
15594         Log: Created new branch from win32@396, added AS patch#1
15595      Branch: asperl
15596            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
15597            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
15598            + regcomp.c scope.h sv.c toke.c util.c
15599           +> (branch 915 files)
15600 ____________________________________________________________________________
15601 [   440] By: gsar                                  on 1998/01/30  04:43:23
15602         Log: integrate winansi
15603      Branch: win32/perl
15604           +> pod/perlhist.pod
15605           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
15606           !> util.c
15607 ____________________________________________________________________________
15608 [   439] By: mbeattie                              on 1998/01/27  15:31:53
15609         Log: Integrate ansi branch into mainline (resolve -ay).
15610      Branch: perl
15611           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
15612           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
15613           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
15614           +> win32/bin/perlglob.pl
15615            ! op.c
15616           !> (integrate 868 files)
15617 ____________________________________________________________________________
15618 [   438] By: nick                                  on 1998/01/24  12:02:34
15619         Log: Gisle's av_unshift tweak, two small patches from chip
15620              and check for NULL in hv_delete in case '~' and tie magic
15621              are present
15622      Branch: ansiperl
15623            ! av.c hv.c op.c pp_ctl.c scope.c
15624 ____________________________________________________________________________
15625 [   437] By: nick                                  on 1998/01/24  10:37:56
15626         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
15627              Ugh! ...
15628              Macros were unsuitable for declaring the functions, extra () round
15629              parameters removed - non-function forms of PerlXxx_yyyy() need to 
15630              add () themselves.
15631              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
15632      Branch: ansiperl
15633            ! perlsock.h pp_sys.c util.c
15634 ____________________________________________________________________________
15635 [   436] By: nick                                  on 1998/01/24  10:03:03
15636         Log: Integrate win32 into ansiperl
15637      Branch: ansiperl
15638           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15639           +> win32/bin/perlglob.pl
15640           !> (integrate 38 files)
15641 ____________________________________________________________________________
15642 [   435] By: nick                                  on 1998/01/24  09:47:49
15643         Log: Add perlhist.pod
15644      Branch: ansiperl
15645            + pod/perlhist.pod
15646            ! MANIFEST
15647 ____________________________________________________________________________
15648 [   434] By: gsar                                  on 1998/01/19  05:01:47
15649         Log: s/PerlENV/PerlEnv/ just to be consistent
15650      Branch: win32/perl
15651            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
15652 ____________________________________________________________________________
15653 [   433] By: gsar                                  on 1998/01/19  04:52:18
15654         Log: foo() -> PerlGroup_foo() patch from ActiveState
15655      Branch: win32/perl
15656            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
15657            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
15658            ! scope.h sv.c toke.c util.c
15659 ____________________________________________________________________________
15660 [   432] By: gsar                                  on 1998/01/19  04:42:26
15661         Log: integrate mainline
15662      Branch: win32/perl
15663           !> pod/perlfunc.pod
15664 ____________________________________________________________________________
15665 [   431] By: gsar                                  on 1998/01/19  04:40:04
15666         Log: integrate changes in winansi
15667      Branch: win32/perl
15668           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
15669           +> t/lib/tie-stdpush.t t/op/tiearray.t
15670           !> (integrate 98 files)
15671 ____________________________________________________________________________
15672 [   430] By: gsar                                  on 1998/01/19  04:10:43
15673         Log: Fix autovivification problems with XSUB OUTPUT args
15674              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
15675              Date:    Sun, 18 Jan 1998 23:09:07 EST
15676              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
15677              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
15678      Branch: win32/perl
15679            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
15680            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
15681            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
15682            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
15683 ____________________________________________________________________________
15684 [   429] By: nick                                  on 1998/01/17  21:01:50
15685         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
15686              Date: Thu, 25 Dec 1997 13:39:15 -0500
15687              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15688              To: perl5-porters@perl.org
15689              
15690              It turns out that the potential for the "CONFIG key 'exe_ext'
15691              does not exist in Config.pm" problem has been around for a while,
15692              in the definition of SvTRUE().  It's just that non-gcc compilers
15693              are more or less being built as CRIPPLED_CC when USE_THREADS is
15694              defined (even if they can inline things).  The inline macro for
15695              SvTRUE works with tied hashes and the EXISTS method, and the
15696              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
15697              does not, because it adds an excess mg_get() which replaces the
15698              EXISTS result with a FETCH result.
15699      Branch: ansiperl
15700            ! sv.c
15701 ____________________________________________________________________________
15702 [   428] By: nick                                  on 1998/01/17  20:59:11
15703         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15704              Date: Fri, 19 Dec 97 17:19:09 GMT
15705              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
15706      Branch: ansiperl
15707            ! doio.c sv.c toke.c util.c
15708 ____________________________________________________________________________
15709 [   427] By: nick                                  on 1998/01/17  12:01:53
15710         Log: Permit tie ?foo,$object 
15711              tidy up dead #ifdef ORIGINAL_TIE)
15712              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
15713      Branch: ansiperl
15714            ! pp_sys.c
15715 ____________________________________________________________________________
15716 [   426] By: nick                                  on 1998/01/15  18:06:36
15717         Log: First working TIEARRAY and other misc tie fixes
15718      Branch: ansiperl
15719            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
15720 ____________________________________________________________________________
15721 [   425] By: nick                                  on 1998/01/14  21:56:40
15722         Log: Not working yet - split problems ...
15723      Branch: ansiperl
15724            ! pp.c t/lib/thread.t t/op/tiearray.t
15725 ____________________________________________________________________________
15726 [   424] By: nick                                  on 1998/01/14  18:49:25
15727         Log: TIEARRAY updates - almost works ...
15728      Branch: ansiperl
15729            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
15730            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
15731            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
15732            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
15733 ____________________________________________________________________________
15734 [   423] By: gsar                                  on 1998/01/14  00:13:16
15735         Log: fix MakeMaker installbin problem
15736              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
15737              Subject: Re: can't modify message with HTML-Stream, v.1.42 
15738              Date: Tue, 06 Jan 1998 19:16:35 -0500
15739              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15740      Branch: win32/perl
15741            ! lib/ExtUtils/MM_Unix.pm
15742 ____________________________________________________________________________
15743 [   422] By: gsar                                  on 1998/01/13  23:53:02
15744         Log: add archname to *sitearch in config.{b,g,v}c
15745      Branch: win32/perl
15746            ! win32/config.bc win32/config.gc win32/config.vc
15747 ____________________________________________________________________________
15748 [   421] By: gsar                                  on 1998/01/13  23:15:14
15749         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
15750      Branch: win32/perl
15751            ! t/harness
15752 ____________________________________________________________________________
15753 [   420] By: nick                                  on 1998/01/13  22:55:02
15754         Log: tiearray tweaks
15755      Branch: ansiperl
15756            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
15757 ____________________________________________________________________________
15758 [   419] By: nick                                  on 1998/01/13  21:27:33
15759         Log: Skeleton Tie::Array
15760      Branch: ansiperl
15761            + lib/Tie/Array.pm
15762 ____________________________________________________________________________
15763 [   418] By: nick                                  on 1998/01/13  20:52:38
15764         Log: tie array changes to core and tests
15765      Branch: ansiperl
15766            + t/op/tiearray.t
15767            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
15768            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
15769            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
15770 ____________________________________________________________________________
15771 [   417] By: gsar                                  on 1998/01/13  20:49:52
15772         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
15773      Branch: win32/perl
15774            + win32/bin/perlglob.pl
15775            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
15776            ! win32/makefile.mk
15777 ____________________________________________________________________________
15778 [   416] By: gsar                                  on 1998/01/13  02:46:53
15779         Log: various tweaks to build support (NOTE: meant for 5.004_57)
15780              - build and install x2p
15781              - fix installperl warnings on win32
15782              - `make install` now does puts the archlibs in right places
15783              - makefiles don't default to USE_THREADS anymore
15784              - sync config.{b,g,v}c
15785              - sync makefile.mk -> Makefile
15786      Branch: win32/perl
15787            ! installperl win32/Makefile win32/config.bc win32/config.gc
15788            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
15789            ! x2p/a2py.c
15790 ____________________________________________________________________________
15791 [   415] By: nick                                  on 1998/01/11  16:54:26
15792         Log: Integrate win32 into ansiperl
15793      Branch: ansiperl
15794           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
15795           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
15796           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
15797           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
15798           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15799           !> vms/vmsish.h x2p/s2p.PL
15800 ____________________________________________________________________________
15801 [   414] By: nick                                  on 1998/01/11  15:13:49
15802         Log: Integratye mainline -> ansiperl
15803      Branch: ansiperl
15804           !> (integrate 64 files)
15805 ____________________________________________________________________________
15806 [   413] By: mbeattie                              on 1998/01/09  12:57:58
15807         Log: Add missing blank line in pod/perlfunc.pod.
15808      Branch: perl
15809            ! pod/perlfunc.pod
15810 ____________________________________________________________________________
15811 [   412] By: gsar                                  on 1998/01/08  20:54:31
15812         Log: change#398 breaks ENV_IS_CASELESS, fix it
15813      Branch: win32/perl
15814            ! hv.c
15815 ____________________________________________________________________________
15816 [   411] By: gsar                                  on 1998/01/08  18:33:58
15817         Log: Integrate mainline
15818      Branch: win32/perl
15819           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
15820           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
15821           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
15822           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
15823           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15824           !> vms/vmsish.h x2p/s2p.PL
15825 ____________________________________________________________________________
15826 [   410] By: mbeattie                              on 1998/01/08  16:06:22
15827         Log: Fix thinko in t/pragma/locale.t:
15828              Subject: [PATCH] _04 or _56: locale.t
15829              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
15830              From: Jarkko Hietaniemi <jhi@iki.fi>
15831      Branch: perl
15832            ! t/pragma/locale.t
15833 ____________________________________________________________________________
15834 [   409] By: mbeattie                              on 1998/01/08  16:05:09
15835         Log: Use Tom Horley's qsort for sorting:
15836              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
15837              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
15838              From: Hans Mulder <hansm@icgned.nl>
15839      Branch: perl
15840            ! pp_ctl.c
15841 ____________________________________________________________________________
15842 [   408] By: mbeattie                              on 1998/01/08  16:01:57
15843         Log: Make s2p not use cpp:
15844              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
15845              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
15846              From: Hans Mulder <hansm@icgned.nl>
15847      Branch: perl
15848            ! x2p/s2p.PL
15849 ____________________________________________________________________________
15850 [   407] By: mbeattie                              on 1998/01/08  15:57:31
15851         Log: DG/UX tweaks to perl.h:
15852              Subject: [PATCH] _56 on dgux without threads
15853              Date: Sat, 20 Dec 1997 23:01:40 -0500
15854              From: Roderick Schertler <roderick@argon.org>
15855      Branch: perl
15856            ! perl.h
15857 ____________________________________________________________________________
15858 [   406] By: mbeattie                              on 1998/01/08  15:56:02
15859         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
15860              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
15861              Date: Sat, 20 Dec 1997 02:30:01 -0500
15862              From: Spider Boardman <spider@web.zk3.dec.com>
15863      Branch: perl
15864            ! Configure hints/dec_osf.sh
15865 ____________________________________________________________________________
15866 [   405] By: mbeattie                              on 1998/01/08  15:53:40
15867         Log: Missing "" in Configure echo for gethbadd_addr_type.
15868      Branch: perl
15869            ! Configure
15870 ____________________________________________________________________________
15871 [   404] By: mbeattie                              on 1998/01/08  13:04:48
15872         Log: print/printf/... over-eager mg_find for glob magic:
15873              Subject: [PATCH] fix inefficient checks for TIEHANDLE
15874              Date: Wed, 07 Jan 1998 20:06:05 -0500
15875              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15876      Branch: perl
15877            ! pp_hot.c pp_sys.c
15878 ____________________________________________________________________________
15879 [   403] By: mbeattie                              on 1998/01/08  12:56:31
15880         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
15881              Subject: [PATCH] VMS update for 5.004_56
15882              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
15883              From: Charles Bailey <bailey@newman.upenn.edu>
15884      Branch: perl
15885            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
15886            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
15887            ! vms/vmsish.h
15888 ____________________________________________________________________________
15889 [   402] By: mbeattie                              on 1998/01/08  12:46:15
15890         Log: Fix utils/perldoc.PL for dos-djgpp:
15891              Subject: 5.004_56: perldoc.PL dos-djgpp patches
15892              Date: Tue, 6 Jan 1998 18:14:59 +0100
15893              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
15894      Branch: perl
15895            ! utils/perldoc.PL
15896 ____________________________________________________________________________
15897 [   401] By: mbeattie                              on 1998/01/08  12:40:14
15898         Log: Version 2.13 of GetoptLong:
15899              Subject: Re: ANNOUNCE: perl 5.004_56 is available
15900              Date: 06 Jan 1998 16:21:45 +0100
15901              From: JVromans@Squirrel.nl (Johan Vromans)
15902      Branch: perl
15903            ! lib/Getopt/Long.pm lib/newgetopt.pl
15904 ____________________________________________________________________________
15905 [   400] By: mbeattie                              on 1998/01/08  12:28:08
15906         Log: Fix variable export and threading configuration for AIX:
15907              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
15908              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
15909              From: Jarkko Hietaniemi <jhi@iki.fi>
15910      Branch: perl
15911            ! Configure perl_exp.SH
15912 ____________________________________________________________________________
15913 [   399] By: mbeattie                              on 1998/01/08  12:25:38
15914         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
15915              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
15916              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
15917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15918      Branch: perl
15919            ! regexec.c t/op/re_tests
15920 ____________________________________________________________________________
15921 [   398] By: mbeattie                              on 1998/01/08  12:23:41
15922         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
15923              to cope with ENV_IS_CASELESS:
15924              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
15925              Date: Fri, 19 Dec 1997 11:31:36 -0500
15926              From: Owen Taylor <owt1@cornell.edu>
15927      Branch: perl
15928            ! hv.c
15929 ____________________________________________________________________________
15930 [   397] By: mbeattie                              on 1998/01/08  12:10:29
15931         Log: Integrate win32 branch into mainline.
15932      Branch: perl
15933           !> (integrate 41 files)
15934 ____________________________________________________________________________
15935 [   396] By: gsar                                  on 1998/01/07  19:12:27
15936         Log: tweak case-insensitive ENV implementation
15937      Branch: win32/perl
15938            ! hv.c
15939 ____________________________________________________________________________
15940 [   395] By: nick                                  on 1998/01/07  18:40:55
15941         Log: Integrate win32 branch
15942      Branch: ansiperl
15943           !> (integrate 31 files)
15944 ____________________________________________________________________________
15945 [   394] By: gsar                                  on 1998/01/05  19:17:40
15946         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
15947              the fact
15948      Branch: win32/perl
15949            ! pod/perlrun.pod win32/win32.c
15950 ____________________________________________________________________________
15951 [   393] By: gsar                                  on 1998/01/05  05:43:33
15952         Log: Support case-tolerant %ENV
15953              - underlying system calls see the case-as-supplied by user
15954              - added tests to verify addition/deletion/enumeration case-tolerance
15955              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
15956              which is default on win32 now
15957      Branch: win32/perl
15958            ! hv.c t/op/magic.t win32/win32.h
15959 ____________________________________________________________________________
15960 [   392] By: gsar                                  on 1998/01/04  17:55:19
15961         Log: Add a tweaked version of:
15962              Message-Id: <199801040630.AA29298@metronet.com>
15963              Date:    Sun, 04 Jan 1998 00:30:57 CST
15964              From:    Tye McQueen <tye@metronet.com>
15965              Subject: New patch for $^E==GetLastError() under Win32
15966      Branch: win32/perl
15967            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
15968            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
15969            ! win32/win32.c win32/win32.h
15970 ____________________________________________________________________________
15971 [   391] By: gsar                                  on 1998/01/04  07:59:44
15972         Log: Various win32 fixes
15973              - support spawn via system(&P_NOWAIT,...) like OS2
15974              - support wait() and waitpid()
15975              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
15976              - support -lfoo properly in ExtUtils::Liblist
15977              - fix outdated info about Win32 support in perlfaq2
15978              - fix win32 bug in perldoc that causes spurious warnings
15979              - regularize global function/variable names yet more
15980              - fix bug in do_aspawn() (it was always invoking shell, instead of
15981              almost never)
15982              - implement and export win32_wait()
15983              - stub version of USE_RTL_THREAD_API
15984      Branch: win32/perl
15985            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
15986            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
15987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15988            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
15989            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
15990            ! win32/win32thread.h
15991 ____________________________________________________________________________
15992 [   390] By: gsar                                  on 1997/12/30  21:00:28
15993         Log: Fix $ENV{Path} in FindBin.pm
15994      Branch: win32/perl
15995            ! lib/FindBin.pm
15996 ____________________________________________________________________________
15997 [   389] By: nick                                  on 1997/12/29  10:33:23
15998         Log: Resolve ansiperl against win32
15999      Branch: ansiperl
16000           !> (integrate 105 files)
16001 ____________________________________________________________________________
16002 [   388] By: gsar                                  on 1997/12/24  04:59:28
16003         Log: make $? Unix (and ActiveWare) compatible
16004      Branch: win32/perl
16005            ! README.win32 win32/win32.c
16006 ____________________________________________________________________________
16007 [   387] By: gsar                                  on 1997/12/24  04:21:30
16008         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
16009              non-blocking IO on sockets possible
16010      Branch: win32/perl
16011            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
16012            ! win32/win32iop.h win32/win32sck.c
16013 ____________________________________________________________________________
16014 [   386] By: gsar                                  on 1997/12/24  03:10:55
16015         Log: support getlogin()
16016      Branch: win32/perl
16017            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
16018            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16019            ! win32/win32.c win32/win32.h
16020 ____________________________________________________________________________
16021 [   385] By: gsar                                  on 1997/12/24  02:24:59
16022         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
16023              Update README.win32.
16024      Branch: win32/perl
16025            ! README.win32 perl.h win32/Makefile win32/makedef.pl
16026            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
16027 ____________________________________________________________________________
16028 [   384] By: gsar                                  on 1997/12/24  02:22:42
16029         Log: tweak op.c to avoid warning
16030      Branch: win32/perl
16031            ! op.c
16032 ____________________________________________________________________________
16033 [   383] By: gsar                                  on 1997/12/23  21:12:42
16034         Log: Trivial bugfix#3 from local repository
16035              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
16036              Subject: Re: Assigning result of pop scrambles unrelated reference 
16037              Date: Sat, 06 Dec 1997 06:00:45 -0500
16038              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16039      Branch: win32/perl
16040            ! sv.c
16041 ____________________________________________________________________________
16042 [   382] By: gsar                                  on 1997/12/23  21:09:32
16043         Log: Trivial bugfix#2 from local repository
16044              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
16045              Subject: Re: eval of sub gives spurious "uninitialised" warning 
16046              Date: Sat, 06 Dec 1997 05:25:07 -0500
16047              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16048      Branch: win32/perl
16049            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
16050 ____________________________________________________________________________
16051 [   381] By: gsar                                  on 1997/12/23  21:01:04
16052         Log: Trivial bugfix#1 from local repository
16053              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
16054              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
16055              Date: Fri, 28 Nov 1997 18:26:52 -0500
16056              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16057      Branch: win32/perl
16058            ! scope.c
16059 ____________________________________________________________________________
16060 [   380] By: gsar                                  on 1997/12/18  15:10:23
16061         Log: Integrate mainline
16062      Branch: win32/perl
16063           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16064           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16065           +> os2/os2.sym os2/os2thread.h
16066           !> (integrate 77 files)
16067
16068 ----------------
16069 Version 5.004_56
16070 ----------------
16071
16072 ____________________________________________________________________________
16073 [   379] By: mbeattie                              on 1997/12/18  13:28:35
16074         Log: Integrate ansi @364,@366 into mainline.
16075      Branch: perl
16076           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
16077 ____________________________________________________________________________
16078 [   378] By: mbeattie                              on 1997/12/18  13:20:15
16079         Log: Add a few missing files to MANIFEST
16080      Branch: perl
16081            ! MANIFEST
16082 ____________________________________________________________________________
16083 [   377] By: mbeattie                              on 1997/12/18  13:00:16
16084         Log: Bump patchlevel to 56.
16085      Branch: perl
16086            ! patchlevel.h
16087 ____________________________________________________________________________
16088 [   376] By: nick                                  on 1997/12/18  01:32:12
16089         Log: Resolve against mainline
16090      Branch: ansiperl
16091           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16092           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16093           +> os2/os2.sym os2/os2thread.h
16094           !> (integrate 74 files)
16095 ____________________________________________________________________________
16096 [   375] By: nick                                  on 1997/12/18  01:06:15
16097         Log: Resolve against Win32
16098      Branch: ansiperl
16099           !> Configure README.threads config_h.SH doop.c embed.h
16100           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16101           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
16102           !> sv.c sv.h thread.h util.c
16103 ____________________________________________________________________________
16104 [   374] By: mbeattie                              on 1997/12/17  14:44:26
16105         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
16106              needs rewriting now that we use perlvars.h and foovar.h:
16107              Subject: [PATCH] 5.004_54 under VMS (fwd)
16108              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
16109              From: Charles Bailey <BAILEY@newman.upenn.edu>
16110      Branch: perl
16111            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
16112            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
16113            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
16114            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
16115            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
16116            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
16117 ____________________________________________________________________________
16118 [   373] By: mbeattie                              on 1997/12/17  14:10:50
16119         Log: Major changes to the DOS/djgpp port (including threading):
16120              Subject: Re: dos-djgpp port not in perl 5.004_54
16121              Date: Fri, 21 Nov 1997 10:58:26 +0100
16122              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
16123      Branch: perl
16124            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
16125            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
16126            ! Configure MANIFEST Makefile.SH doio.c dosish.h
16127            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
16128            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
16129            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
16130            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
16131            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
16132            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
16133            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
16134            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
16135            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
16136 ____________________________________________________________________________
16137 [   372] By: mbeattie                              on 1997/12/17  13:18:34
16138         Log: Upgrade DB_File to 1.56:
16139              Subject: DB_File-1.56 for _55
16140              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
16141              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16142      Branch: perl
16143            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
16144            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
16145 ____________________________________________________________________________
16146 [   371] By: mbeattie                              on 1997/12/17  12:02:03
16147         Log: Threading patches for OS/2 (missing files taken from previous patch):
16148              Subject: Re: 5.004_55: OS/2 patches again
16149              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
16150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16151      Branch: perl
16152            + os2/os2.sym os2/os2thread.h
16153            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
16154            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
16155            ! os2/os2ish.h perl.h
16156 ____________________________________________________________________________
16157 [   370] By: mbeattie                              on 1997/12/17  11:01:34
16158         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
16159              Subject: Re: 5.004_55: OS/2 patches again
16160              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
16161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16162      Branch: perl
16163            ! perl.h
16164 ____________________________________________________________________________
16165 [   369] By: mbeattie                              on 1997/12/17  10:59:40
16166         Log: Fix typo in compiler B/C.pm.
16167      Branch: perlext
16168            ! Compiler/B/C.pm
16169 ____________________________________________________________________________
16170 [   368] By: mbeattie                              on 1997/12/17  10:58:35
16171         Log: Allow "perldoc -F filename":
16172              Subject: 5.004_55: Patch to perldoc
16173              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
16174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16175      Branch: perl
16176            ! utils/perldoc.PL
16177 ____________________________________________________________________________
16178 [   367] By: mbeattie                              on 1997/12/17  10:54:47
16179         Log: Fix not-reached warning for pp_threadsv.
16180      Branch: perl
16181            ! pp.c
16182 ____________________________________________________________________________
16183 [   366] By: nick                                  on 1997/12/14  16:06:24
16184         Log: Fix typo in Ilya's patch :-(
16185      Branch: ansiperl
16186            ! lib/ExtUtils/MakeMaker.pm
16187 ____________________________________________________________________________
16188 [   365] By: nick                                  on 1997/12/14  15:30:25
16189         Log: #undef new PERLVARIC macro in appropriate places
16190      Branch: ansiperl
16191            ! miniperlmain.c perl.h
16192 ____________________________________________________________________________
16193 [   364] By: nick                                  on 1997/12/14  15:04:36
16194         Log: Ilya's MakeMaker (empty makefile) patch
16195      Branch: ansiperl
16196            ! lib/ExtUtils/MakeMaker.pm
16197 ____________________________________________________________________________
16198 [   363] By: gsar                                  on 1997/12/13  05:57:13
16199         Log: Integrate mainline.  Builds and passes (Borland).
16200      Branch: win32/perl
16201           !> Configure README.threads config_h.SH doop.c embed.h
16202           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16203           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
16204           !> sv.c sv.h thread.h util.c
16205 ____________________________________________________________________________
16206 [   362] By: nick                                  on 1997/12/13  02:53:03
16207         Log: Resolve ansiperl against mainline
16208      Branch: ansiperl
16209           !> (integrate 92 files)
16210 ____________________________________________________________________________
16211 [   361] By: mbeattie                              on 1997/12/12  16:20:38
16212         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
16213              instead of MEXTEND leading to core dumps. This fix needs
16214              propagating back to the maintenance branch.
16215      Branch: perl
16216            ! pp_hot.c pp_sys.c
16217 ____________________________________________________________________________
16218 [   360] By: mbeattie                              on 1997/12/11  15:45:56
16219         Log: Add missing patch to op.c that didn't come across with win32 merge.
16220      Branch: perl
16221            ! op.c
16222 ____________________________________________________________________________
16223 [   359] By: mbeattie                              on 1997/12/11  11:54:41
16224         Log: Stop tr/// from writing to target when only counting.
16225      Branch: perl
16226            ! doop.c op.c op.h
16227 ____________________________________________________________________________
16228 [   358] By: mbeattie                              on 1997/12/10  18:36:26
16229         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
16230              a few extraneous trailing semicolons in perlvars.h.
16231      Branch: perl
16232            ! perlvars.h util.c
16233 ____________________________________________________________________________
16234 [   357] By: mbeattie                              on 1997/12/10  18:33:53
16235         Log: Start overhauling compiler. It was working at least minimally
16236              right up until the final tweak of B.xs to add threadsv_names
16237              at which point building it provokes a seg fault in perl while
16238              doing the xsubpp :-(.
16239      Branch: perl
16240            ! op.h util.c
16241      Branch: perlext
16242            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
16243            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
16244            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
16245            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
16246            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
16247            ! Compiler/test_harness_cc
16248 ____________________________________________________________________________
16249 [   356] By: mbeattie                              on 1997/12/10  13:43:32
16250         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
16251              sv_setfoo functions go back to not needing dTHR. Fix Configure
16252              to check for already-existing -thread on archname and to check
16253              better for d_pthread_created_joinable.
16254      Branch: perl
16255            ! Configure perl.h sv.c sv.h thread.h
16256 ____________________________________________________________________________
16257 [   355] By: mbeattie                              on 1997/12/10  10:53:58
16258         Log: Minor fix/speedup to util.c:fbm_instr:
16259              Subject: 5.004_55: Minor regexp patch
16260              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
16261              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
16262      Branch: perl
16263            ! util.c
16264 ____________________________________________________________________________
16265 [   354] By: mbeattie                              on 1997/12/10  10:41:25
16266         Log: Patches for IRIX, AIX and some generic stuff:
16267              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
16268              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
16269              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16270              (checked/ignored a few rejects; tweaked wording).
16271      Branch: perl
16272            ! Configure README.threads config_h.SH embed.h
16273            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
16274            ! hints/irix_6.sh
16275 ____________________________________________________________________________
16276 [   353] By: mbeattie                              on 1997/12/10  10:10:19
16277         Log: Integrate win32 back into mainline (trivial).
16278      Branch: perl
16279           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
16280           +> win32/config_H.gc
16281           !> (integrate 36 files)
16282 ____________________________________________________________________________
16283 [   352] By: nick                                  on 1997/12/09  17:36:45
16284         Log: Resolve win32 - Sarathy's tweak.
16285      Branch: ansiperl
16286           !> win32/makedef.pl
16287 ____________________________________________________________________________
16288 [   351] By: gsar                                  on 1997/12/08  06:13:04
16289         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
16290      Branch: win32/perl
16291            ! win32/makedef.pl
16292 ____________________________________________________________________________
16293 [   350] By: nick                                  on 1997/12/05  00:56:03
16294         Log: Resolve ansiperl against win32
16295      Branch: ansiperl
16296            - win32/makegcc.mk
16297           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
16298           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
16299           !> win32/makefile.mk win32/perllib.c win32/win32.h
16300 ____________________________________________________________________________
16301 [   349] By: gsar                                  on 1997/12/02  07:28:23
16302         Log: Revert to keeping (some) constant strings as globals
16303      Branch: win32/perl
16304            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
16305            ! perlvars.h win32/makedef.pl win32/perllib.c
16306 ____________________________________________________________________________
16307 [   348] By: gsar                                  on 1997/12/02  05:38:06
16308         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
16309              Other minor fixes.  Now is a good time to get the changes in win32 branch.
16310      Branch: win32/perl
16311            - win32/makegcc.mk
16312            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
16313 ____________________________________________________________________________
16314 [   347] By: gsar                                  on 1997/12/02  03:32:55
16315         Log: Integrate winansi again.  Result builds and passes all tests on all
16316              three compilers.
16317      Branch: win32/perl
16318           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
16319           !> win32/makegcc.mk win32/win32.h
16320 ____________________________________________________________________________
16321 [   346] By: gsar                                  on 1997/12/02  03:28:23
16322         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
16323              makegcc.mk to be merged into makefile.mk soon.
16324      Branch: win32/perl
16325            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
16326            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
16327            ! win32/win32.h
16328 ____________________________________________________________________________
16329 [   345] By: nick                                  on 1997/12/02  01:57:17
16330         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
16331              Now runs again...
16332      Branch: ansiperl
16333            ! lib/ExtUtils/MM_Win32.pm
16334 ____________________________________________________________________________
16335 [   344] By: nick                                  on 1997/12/02  01:11:16
16336         Log: Sarathy's patch 
16337      Branch: ansiperl
16338            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
16339            ! win32/makegcc.mk win32/win32.h
16340 ____________________________________________________________________________
16341 [   343] By: gsar                                  on 1997/12/01  04:37:06
16342         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
16343              is identical to ansiperl/* now)
16344      Branch: win32/perl
16345           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
16346           !> (integrate 34 files)
16347 ____________________________________________________________________________
16348 [   342] By: nick                                  on 1997/12/01  04:01:57
16349         Log: Builds and passes all tests with gcc on Win32 - phew!
16350      Branch: ansiperl
16351            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
16352            ! proto.h util.c win32/makedef.pl
16353 ____________________________________________________________________________
16354 [   341] By: nick                                  on 1997/12/01  02:54:29
16355         Log: Create a struct for all perls globals (as an option)
16356              Mainly for Mingw32 which cannot import data.
16357              Now only Opcode tests fail (op_desc/op_name not 
16358              handled yet stuff)
16359      Branch: ansiperl
16360            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16361            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
16362            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
16363            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
16364            ! win32/win32iop.h win32/win32thread.c
16365 ____________________________________________________________________________
16366 [   340] By: nick                                  on 1997/11/30  20:21:10
16367         Log: Fixup exports in non -DDEBUGGING case
16368      Branch: ansiperl
16369            ! win32/makedef.pl
16370 ____________________________________________________________________________
16371 [   339] By: nick                                  on 1997/11/30  20:10:04
16372         Log: Disable hard-coded -DDEBUGGING
16373      Branch: ansiperl
16374            ! win32/config_h.PL
16375 ____________________________________________________________________________
16376 [   338] By: nick                                  on 1997/11/30  20:00:19
16377         Log: embed.pl now reads *var*.h to do its stuff.
16378              Split generated embed.h into two - new embedvar.h
16379              is #included when 'op' etc. will not mess up proto.h etc.
16380              Removed #define foo (thr->Tfoo) from thread.h
16381              Added some 'missing' symbols to global.sym, removed
16382              those in the *var*.h files
16383              Has build all MULTIPLICITY/USE_THREADS options on win32
16384              with VC++ (and passed tests), but not with exactly this set
16385              of files.
16386      Branch: ansiperl
16387            + embedvar.h
16388            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
16389            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
16390            ! win32/makedef.pl
16391 ____________________________________________________________________________
16392 [   337] By: nick                                  on 1997/11/29  23:55:31
16393         Log: Globals and structs via macros - part 1 of N
16394              - introduce perlvars.h intrpvar.h and thrdvar.h
16395              - change perl.h and thread.h to include them with
16396              appropriate macros defined
16397              - result is status-quo but with macros
16398              - next step is to tweak embed.* to capitalize on 
16399              new easy-to-find info.
16400      Branch: ansiperl
16401            + intrpvar.h perlvars.h thrdvar.h
16402            ! perl.h thread.h win32/Makefile
16403 ____________________________________________________________________________
16404 [   336] By: nick                                  on 1997/11/29  19:13:55
16405         Log: VC++ default to threaded
16406      Branch: ansiperl
16407            ! win32/Makefile
16408 ____________________________________________________________________________
16409 [   335] By: nick                                  on 1997/11/29  18:38:26
16410         Log: Avoid __declspec(thread) by default, for both scratch
16411              return areas and THR stuff. Use struct thread intern instead.
16412      Branch: ansiperl
16413            ! win32/win32.c win32/win32.h win32/win32sck.c
16414            ! win32/win32thread.c win32/win32thread.h
16415 ____________________________________________________________________________
16416 [   334] By: nick                                  on 1997/11/29  17:49:04
16417         Log: Non-threaded build fix
16418      Branch: ansiperl
16419            ! win32/win32thread.c
16420 ____________________________________________________________________________
16421 [   333] By: nick                                  on 1997/11/29  17:29:07
16422         Log: Sort out malloc_mutex for perl's malloc
16423              Remove BINCOMPAT3 from embed.pl 
16424              Add dependancy to CORE_H for PERL95_OBJ
16425      Branch: ansiperl
16426            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
16427            ! win32/win32.c
16428 ____________________________________________________________________________
16429 [   332] By: nick                                  on 1997/11/29  16:21:01
16430         Log: Integrate win32 into ansiperl
16431      Branch: ansiperl
16432           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
16433           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
16434           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
16435           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16436           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
16437           !> win32/perllib.c
16438 ____________________________________________________________________________
16439 [   331] By: nick                                  on 1997/11/29  01:35:45
16440         Log: GCC + Threads on Win32 - best gcc results yet
16441      Branch: ansiperl
16442            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
16443            ! win32/win32.h win32/win32iop.h win32/win32thread.c
16444            ! win32/win32thread.h
16445 ____________________________________________________________________________
16446 [   330] By: nick                                  on 1997/11/28  23:05:08
16447         Log: Un-botch gcc workround
16448      Branch: ansiperl
16449            ! XSUB.h
16450 ____________________________________________________________________________
16451 [   329] By: nick                                  on 1997/11/28  22:39:39
16452         Log: Builds completely with Mingw32, dynamic loaded extensions
16453              don't work yet - suspect __declspec() non-implemented issues.
16454      Branch: ansiperl
16455            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
16456            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
16457            ! win32/runperl.c win32/win32.c win32/win32iop.h
16458 ____________________________________________________________________________
16459 [   328] By: gsar                                  on 1997/11/28  05:48:15
16460         Log: integrate winansi.
16461      Branch: win32/perl
16462           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
16463            ! perl.h
16464           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
16465           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
16466           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
16467 ____________________________________________________________________________
16468 [   327] By: gsar                                  on 1997/11/28  05:38:48
16469         Log: Integrate mainline.
16470      Branch: win32/perl
16471           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
16472           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
16473           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
16474           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16475           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
16476           !> win32/perllib.c
16477 ____________________________________________________________________________
16478 [   326] By: nick                                  on 1997/11/27  19:13:36
16479         Log: GCC builds perl.dll and perl.exe on Win32
16480      Branch: ansiperl
16481            ! win32/makedef.pl win32/makegcc.mk
16482 ____________________________________________________________________________
16483 [   325] By: nick                                  on 1997/11/27  17:46:30
16484         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
16485              far as building miniperl and perl.dll (but not import lib yet)
16486              Seems to lack popen()/pclose() and fcloseall() and fflushall().
16487              Also only CRTDLL not MCRTDLL so threading is probably not
16488              possible yet.
16489              Had to mess with win32iop.h's placement as we need __attribute__
16490              to get STDCALL, and #define of printf messes up proto.h 
16491      Branch: ansiperl
16492            + win32/config.gc win32/config_H.gc win32/makegcc.mk
16493            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
16494            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
16495            ! win32/win32iop.h win32/win32sck.c
16496 ____________________________________________________________________________
16497 [   324] By: mbeattie                              on 1997/11/27  17:08:06
16498         Log: Give dire warnings about the IRIX 6.2 kernel panic.
16499      Branch: perl
16500            ! README.threads hints/irix_6.sh
16501 ____________________________________________________________________________
16502 [   323] By: mbeattie                              on 1997/11/27  16:57:33
16503         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
16504              Subject: Re: ANNOUNCE: perl 5.004_55 is available
16505              Date: 27 Nov 1997 17:18:53 +0100
16506              From: koenig@kulturbox.de (Andreas J. Koenig)
16507      Branch: perl
16508            ! sv.c
16509 ____________________________________________________________________________
16510 [   322] By: mbeattie                              on 1997/11/27  16:12:15
16511         Log: Integrate win32 branch back into mainline.
16512      Branch: perl
16513           !> (integrate 42 files)
16514 ____________________________________________________________________________
16515 [   321] By: mbeattie                              on 1997/11/27  15:06:36
16516         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
16517              Subject: Re: ANNOUNCE: perl 5.004_55 is available
16518              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
16519              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16520      Branch: perl
16521            ! t/lib/safe2.t
16522 ____________________________________________________________________________
16523 [   320] By: mbeattie                              on 1997/11/27  15:02:59
16524         Log: Fix MYMALLOC (wrong #define in malloc.c):
16525              Subject: 5.004_55: MYMALLOC completely busted
16526              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
16527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16528      Branch: perl
16529            ! malloc.c
16530 ____________________________________________________________________________
16531 [   319] By: mbeattie                              on 1997/11/27  15:01:37
16532         Log: Fix newSVrv so sv_setref_foo work better:
16533              Subject: [PATCH] [5.004_55] newSVrv (again)
16534              Date: Thu, 27 Nov 1997 00:25:50 -0500
16535              From: Owen Taylor <owt1@cornell.edu>
16536      Branch: perl
16537            ! sv.c
16538 ____________________________________________________________________________
16539 [   318] By: mbeattie                              on 1997/11/27  14:59:03
16540         Log: Output skipped test information in test suite:
16541              Subject: 5.004_55: Making test harness platform_aware
16542              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
16543              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
16544      Branch: perl
16545            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
16546            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
16547            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
16548 ____________________________________________________________________________
16549 [   317] By: mbeattie                              on 1997/11/27  14:55:15
16550         Log: Add 'W'atch command to debugger and improve help:
16551              Subject: 5.004_55: Debugger patch again
16552              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
16553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16554      Branch: perl
16555            ! lib/perl5db.pl
16556 ____________________________________________________________________________
16557 [   316] By: mbeattie                              on 1997/11/27  14:52:44
16558         Log: Stop double initialisation of malloc_mutex:
16559              Subject: 5.004_55: Double initialiazation of malloc_mutex
16560              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
16561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16562      Branch: perl
16563            ! miniperlmain.c win32/perllib.c
16564 ____________________________________________________________________________
16565 [   315] By: mbeattie                              on 1997/11/27  14:48:58
16566         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
16567      Branch: perl
16568            ! sv.c t/op/pat.t
16569 ____________________________________________________________________________
16570 [   314] By: nick                                  on 1997/11/27  01:03:19
16571         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
16572      Branch: ansiperl
16573           !> (integrate 897 files)
16574 ____________________________________________________________________________
16575 [   313] By: gsar                                  on 1997/11/26  03:20:55
16576         Log: merge win32-aware installperl in ansiperl branch.
16577      Branch: win32/perl
16578           !> installperl
16579 ____________________________________________________________________________
16580 [   312] By: gsar                                  on 1997/11/26  01:50:37
16581         Log: Fix for C<sort 'foo'...> bug:
16582              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16583              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
16584              Subject: [PATCH] Re: Sort grammar bug 
16585              Date: Sat, 01 Nov 1997 14:46:35 -0500
16586              ------
16587              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16588              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
16589              Subject: Re: Sort grammar bug 
16590              Date: Sun, 02 Nov 1997 12:47:51 +0000
16591      Branch: win32/perl
16592            ! t/op/sort.t toke.c
16593 ____________________________________________________________________________
16594 [   311] By: nick                                  on 1997/11/26  01:42:50
16595         Log: Win32-ize installperl
16596      Branch: ansiperl
16597            ! installperl
16598 ____________________________________________________________________________
16599 [   310] By: gsar                                  on 1997/11/26  01:36:39
16600         Log: Another trivial patch:
16601              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16602              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
16603              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
16604              Date: Wed, 29 Oct 1997 21:45:26 -0500
16605      Branch: win32/perl
16606            ! XSUB.h
16607 ____________________________________________________________________________
16608 [   309] By: nick                                  on 1997/11/26  01:33:32
16609         Log: Fixup _55 for Win32:
16610              Missed thread :-> perl_thread changes
16611              Two #define THR (not the same)
16612              K&R style func in hv.c
16613      Branch: ansiperl
16614            ! hv.c win32/win32thread.c win32/win32thread.h
16615 ____________________________________________________________________________
16616 [   308] By: gsar                                  on 1997/11/26  01:30:21
16617         Log: Sync yet another patch (this one manually edited):
16618              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16619              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
16620              Subject: [PATCH] Re: local($@) gives core dump 
16621              Date: Tue, 28 Oct 1997 21:51:25 -0500
16622      Branch: win32/perl
16623            ! pp_ctl.c
16624 ____________________________________________________________________________
16625 [   307] By: gsar                                  on 1997/11/26  01:22:10
16626         Log: Sync another change from local repository.
16627              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16628              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
16629              Subject: Re: do_postponed breaks with multiple interpreters 
16630              Date: Tue, 28 Oct 1997 22:16:13 -0500
16631      Branch: win32/perl
16632            ! op.c
16633 ____________________________________________________________________________
16634 [   306] By: gsar                                  on 1997/11/26  01:17:46
16635         Log: Sync a change from local repository.
16636              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16637              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
16638              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
16639              Date: Tue, 28 Oct 1997 20:06:06 -0500
16640      Branch: win32/perl
16641            ! mg.c
16642 ____________________________________________________________________________
16643 [   305] By: nick                                  on 1997/11/26  00:50:10
16644         Log: Integrate mainline as of _55
16645      Branch: ansiperl
16646           +> emacs/ptags
16647           !> (integrate 36 files)
16648 ____________________________________________________________________________
16649 [   304] By: gsar                                  on 1997/11/26  00:27:57
16650         Log: Various changes to make it build cleanly and pass all tests:
16651              - needed to run `perl embed.pl`
16652              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
16653              - fix prototypes for a few declarations (Borland is finally quiet)
16654              - move declaration of Mymalloc etc to perl.h (since win32 and other
16655              ports may #define malloc themselves, to let extensions bind to
16656              the version that perl used)
16657              - move struct reg_data into a public header file, since it is
16658              referenced in a public datatype
16659              - win32 makefile fixes
16660              - fix remaining s/thread/perl_thread/
16661      Branch: win32/perl
16662            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
16663            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
16664            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
16665            ! win32/win32.h win32/win32iop.h win32/win32thread.c
16666 ____________________________________________________________________________
16667 [   303] By: gsar                                  on 1997/11/25  20:57:31
16668         Log: Fixup the places where the automatic merge got it wrong.
16669              Previous change (#302) was just a normal integration--ignore the
16670              "reverse" in there.
16671      Branch: win32/perl
16672            ! op.c perl.h
16673 ____________________________________________________________________________
16674 [   302] By: gsar                                  on 1997/11/25  20:32:12
16675         Log: reverse integrate mainline
16676      Branch: win32/perl
16677           +> emacs/ptags
16678           !> (integrate 896 files)
16679
16680 ----------------
16681 Version 5.004_55
16682 ----------------
16683
16684 ____________________________________________________________________________
16685 [   301] By: mbeattie                              on 1997/11/25  17:59:53
16686         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
16687      Branch: perl
16688            ! hv.c pp_ctl.c
16689 ____________________________________________________________________________
16690 [   300] By: mbeattie                              on 1997/11/25  16:29:36
16691         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
16692      Branch: perl
16693            ! MANIFEST patchlevel.h
16694 ____________________________________________________________________________
16695 [   299] By: mbeattie                              on 1997/11/25  15:59:16
16696         Log: Move malloc_mutex initialisation/destruction:
16697              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
16698              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
16699      Branch: perl
16700            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
16701            ! unixish.h vms/vmsish.h
16702 ____________________________________________________________________________
16703 [   298] By: mbeattie                              on 1997/11/25  15:49:22
16704         Log: Make hv_ functions cope better with 'm'-magic:
16705              Subject: [5.004_54] Another neglected patch
16706              Date: Fri, 21 Nov 1997 22:28:17 -0500
16707              From: Owen Taylor <owt1@cornell.edu>
16708      Branch: perl
16709            ! hv.c
16710 ____________________________________________________________________________
16711 [   297] By: mbeattie                              on 1997/11/25  15:47:36
16712         Log: Fix typo in Thread.xs.
16713      Branch: perl
16714            ! ext/Thread/Thread.xs
16715 ____________________________________________________________________________
16716 [   296] By: mbeattie                              on 1997/11/25  15:42:07
16717         Log: Integrate from ansi branch to mainline.
16718      Branch: perl
16719           !> (integrate 890 files)
16720 ____________________________________________________________________________
16721 [   295] By: mbeattie                              on 1997/11/25  14:29:31
16722         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
16723              Subject: Re: _54 on AIX
16724              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
16725              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16726      Branch: perl
16727            ! ext/DynaLoader/dl_aix.xs
16728 ____________________________________________________________________________
16729 [   294] By: mbeattie                              on 1997/11/25  14:29:10
16730         Log: AIX patch for hints/aix.sh:
16731              Subject: Re: _54 on AIX
16732              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
16733              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16734      Branch: perl
16735            ! hints/aix.sh
16736 ____________________________________________________________________________
16737 [   291] By: mbeattie                              on 1997/11/25  14:17:05
16738         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
16739      Branch: perl
16740            ! op.c op.h
16741 ____________________________________________________________________________
16742 [   290] By: mbeattie                              on 1997/11/25  14:16:29
16743         Log: AIX patch (including Configure support for {sched,pthread}_yield,
16744              pthread initial detach state, renaming perl_thread to perl_os_thread
16745              and struct thread to struct perl_thread):
16746              Subject: Re: _54 on AIX
16747              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
16748              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16749      Branch: perl
16750            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
16751            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
16752            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
16753            ! proto.h sv.h thread.h util.c win32/win32thread.c
16754            ! win32/win32thread.h
16755 ____________________________________________________________________________
16756 [   289] By: mbeattie                              on 1997/11/25  12:33:02
16757         Log: Rename perl_thread to perl_os_thread.
16758      Branch: perl
16759            ! fakethr.h thread.h util.c win32/win32thread.h
16760 ____________________________________________________________________________
16761 [   288] By: mbeattie                              on 1997/11/25  12:27:35
16762         Log: Remove bincompat3 support:
16763              Subject: Re: ANNOUNCE: perl5.004_54 is available
16764              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
16765              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
16766      Branch: perl
16767            ! Configure INSTALL embed.h global.sym malloc.c
16768 ____________________________________________________________________________
16769 [   287] By: mbeattie                              on 1997/11/25  12:23:50
16770         Log: Emacs/tags update:
16771              Subject: Emacs/tags update for 5.004_54
16772              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
16773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16774      Branch: perl
16775            + emacs/ptags
16776            ! MANIFEST Makefile.SH emacs/cperl-mode.el
16777 ____________________________________________________________________________
16778 [   286] By: nick                                  on 1997/11/23  23:03:56
16779         Log: Add $$_ test 
16780      Branch: ansiperl
16781            ! t/op/ref.t
16782 ____________________________________________________________________________
16783 [   285] By: gsar                                  on 1997/11/23  08:26:00
16784         Log: Initial reverse integration of winansi branch.
16785      Branch: win32/perl
16786           !> (integrate 50 files)
16787 ____________________________________________________________________________
16788 [   284] By: gsar                                  on 1997/11/23  07:32:24
16789         Log: Add to docs about the BEGIN { shift } feature.  Make the change
16790              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
16791      Branch: win32/perl
16792            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
16793 ____________________________________________________________________________
16794 [   283] By: nick                                  on 1997/11/22  21:29:30
16795         Log: Duplicate perl_threadsv
16796      Branch: ansiperl
16797            ! global.sym
16798 ____________________________________________________________________________
16799 [   282] By: nick                                  on 1997/11/22  21:18:11
16800         Log: Munge pseudo-Configure stuff to add -thread to archname as
16801              Malcolm seems to think that is way to test for threads.
16802              Update @INC stuffing hackery to have traditional @INC
16803              search order archlib, privlib, sitearch, site.
16804      Branch: ansiperl
16805            ! t/lib/english.t win32/config.bc win32/config_H.bc
16806            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16807            ! win32/makefile.mk win32/win32.c win32/win32.h
16808 ____________________________________________________________________________
16809 [   281] By: nick                                  on 1997/11/22  19:28:21
16810         Log: Builds and passes all but english.t on win32 VC++
16811      Branch: ansiperl
16812            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
16813            ! win32/config_H.vc win32/win32thread.h
16814 ____________________________________________________________________________
16815 [   280] By: nick                                  on 1997/11/22  18:10:50
16816         Log: ansiperl builds with Borland C++ again
16817      Branch: ansiperl
16818            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
16819            ! win32/config.bc win32/config_H.bc win32/perlglob.c
16820            ! win32/win32.c win32/win32.h
16821 ____________________________________________________________________________
16822 [   279] By: nick                                  on 1997/11/22  16:42:51
16823         Log: Resolve ansiperl against mainline
16824      Branch: ansiperl
16825           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
16826           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
16827           !> t/lib/english.t thread.h toke.c util.c
16828 ____________________________________________________________________________
16829 [   278] By: nick                                  on 1997/11/22  16:30:27
16830         Log: Resolve ansiperl against win32
16831      Branch: ansiperl
16832           !> (integrate 55 files)
16833 ____________________________________________________________________________
16834 [   277] By: gsar                                  on 1997/11/22  09:48:02
16835         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
16836              - added a test for the above
16837              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
16838              ansification hunks
16839      Branch: win32/perl
16840            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
16841 ____________________________________________________________________________
16842 [   276] By: gsar                                  on 1997/11/22  07:24:01
16843         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
16844              when USE_THREADS.  GCC for instance, can do without macros that use
16845              globals.  Instead, selectively re#define only those macros
16846              that use globals to their functional equivalents.  Tests 100% on
16847              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
16848      Branch: win32/perl
16849            ! perl.h sv.h
16850 ____________________________________________________________________________
16851 [   275] By: gsar                                  on 1997/11/22  05:27:04
16852         Log: Integrate mainline.
16853      Branch: win32/perl
16854           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
16855            - lib/Class/Fields.pm lib/ISA.pm
16856           !> (integrate 41 files)
16857 ____________________________________________________________________________
16858 [   274] By: mbeattie                              on 1997/11/21  18:28:22
16859         Log: $_ is now per-thread (rather a lot of changes). Only tested under
16860              *-linux-thread at the moment.
16861      Branch: perl
16862            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
16863            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
16864            ! t/lib/english.t thread.h toke.c util.c
16865 ____________________________________________________________________________
16866 [   273] By: mbeattie                              on 1997/11/21  10:31:29
16867         Log: Filter patch to toke.c:
16868              Subject: Tiny core patch for source filters
16869              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
16870              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16871      Branch: perl
16872            ! toke.c
16873 ____________________________________________________________________________
16874 [   272] By: nick                                  on 1997/11/21  00:54:43
16875         Log: Basic integrate of lastest perl into ansiperl
16876      Branch: ansiperl
16877           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
16878            - lib/Class/Fields.pm lib/ISA.pm
16879            ! win32/win32.c win32/win32.h
16880           !> (integrate 57 files)
16881 ____________________________________________________________________________
16882 [   271] By: mbeattie                              on 1997/11/20  12:12:00
16883         Log: Initial stab at IRIX configuration support for threading. Manually
16884              applied parts of following patches:
16885              Subject: Perl 5.004_54 on IRIX
16886              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
16887              From: Jarkko Hietaniemi <jhi@iki.fi>
16888              Subject: Re: Perl 5.004_54 on IRIX
16889              Date: 19 Nov 1997 17:10:17 -0800
16890              From: Scott Henry <scotth@sgi.com>
16891      Branch: perl
16892            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
16893            ! hints/irix_6_1.sh perl.h
16894 ____________________________________________________________________________
16895 [   270] By: mbeattie                              on 1997/11/19  17:45:37
16896         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
16897              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
16898              also fixed two instances of referring to SVs after destruction.
16899      Branch: perl
16900            ! regcomp.c regexec.c
16901 ____________________________________________________________________________
16902 [   269] By: mbeattie                              on 1997/11/19  15:33:23
16903         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
16904              changed by mg_get(*keysp) (!). Introducing a new local variable
16905              fixed it but I don't know if it's a compiler problem or some
16906              other corruption happening elsewhere.
16907      Branch: perl
16908            ! av.c
16909 ____________________________________________________________________________
16910 [   268] By: mbeattie                              on 1997/11/19  11:39:49
16911         Log: Let Configure sort out get{host,net}byaddr* prototypes:
16912              Subject: [PATCH] 5.004_54: little something for
16913              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
16914              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
16915              From: Jarkko Hietaniemi <jhi@iki.fi>
16916      Branch: perl
16917            ! Configure config_h.SH pp_sys.c
16918 ____________________________________________________________________________
16919 [   267] By: mbeattie                              on 1997/11/19  11:04:15
16920         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
16921              Subject: Version 7 of Jumbo RE patch available
16922              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
16923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16924      Branch: perl
16925            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
16926            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
16927            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
16928            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
16929            ! util.c
16930 ____________________________________________________________________________
16931 [   266] By: mbeattie                              on 1997/11/18  17:26:09
16932         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
16933              version of patch:
16934              Subject: tie fake hash patch for 5.004_54
16935              Date: Sat, 15 Nov 1997 19:18:30 -0500
16936              From: Joshua Pritikin <pritikin@mindspring.com>
16937      Branch: perl
16938            + t/op/avhv.t
16939            ! av.c embed.h global.sym proto.h
16940 ____________________________________________________________________________
16941 [   265] By: mbeattie                              on 1997/11/18  16:51:04
16942         Log: Bring MANIFEST up to date. Add new thread tests.
16943      Branch: perl
16944            + ext/Thread/die.t ext/Thread/die2.t
16945            ! MANIFEST
16946 ____________________________________________________________________________
16947 [   264] By: mbeattie                              on 1997/11/18  16:41:27
16948         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
16949              is assigned to. Added tests to t/op/array.t. magic_setisa now
16950              warns about including non-existent packages in @ISA when -w is on.
16951      Branch: perl
16952            - lib/Class/Fields.pm lib/ISA.pm
16953            ! mg.c t/op/array.t
16954 ____________________________________________________________________________
16955 [   263] By: mbeattie                              on 1997/11/18  16:38:57
16956         Log: Fix typo in win32 -> mainline integration.
16957      Branch: perl
16958            ! perl.h
16959 ____________________________________________________________________________
16960 [   262] By: mbeattie                              on 1997/11/18  11:56:09
16961         Log: Integrate win32 branch back into mainline.
16962      Branch: perl
16963            - win32/win32io.c win32/win32io.h
16964            ! op.c
16965           !> (integrate 30 files)
16966 ____________________________________________________________________________
16967 [   261] By: gsar                                  on 1997/11/18  00:14:02
16968         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
16969      Branch: win32/perl
16970            ! win32/config.bc win32/config.vc win32/config_H.bc
16971            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
16972 ____________________________________________________________________________
16973 [   260] By: nick                                  on 1997/11/16  23:16:16
16974         Log: Generic file changes for MYMALLOC
16975      Branch: ansiperl
16976            ! miniperlmain.c perl.c
16977 ____________________________________________________________________________
16978 [   259] By: nick                                  on 1997/11/16  23:14:36
16979         Log: MYMALLOC for Win32:
16980              1. Initialize malloc_mutex before it is used (all platforms!)
16981              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
16982              3. Tweak win32/config*.* to define MYMALLOC
16983              4. Provide sbrk() in terms of VirtualAlloc().
16984              
16985              Also fixup -MT (perl95) build to handle Perl_current_thread
16986              via call to DLL (as though an extension).
16987      Branch: ansiperl
16988            ! win32/Makefile win32/config.bc win32/config.vc
16989            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
16990            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
16991            ! win32/win32iop.h win32/win32thread.h
16992 ____________________________________________________________________________
16993 [   258] By: nick                                  on 1997/11/15  20:42:28
16994         Log: Implement dTHR via __declspec(thread) - part 2
16995      Branch: ansiperl
16996            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
16997 ____________________________________________________________________________
16998 [   257] By: nick                                  on 1997/11/15  19:52:53
16999         Log: Use __declspec(thread) var rather tha TslAlloc & co.
17000      Branch: ansiperl
17001            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
17002 ____________________________________________________________________________
17003 [   256] By: gsar                                  on 1997/11/15  02:58:09
17004         Log: Add #include guard in Thread.xs so it will build even under
17005              no USE_THREADS (for win32).  This was missed because of edit
17006              w/o checkout perforce kludge.
17007      Branch: win32/perl
17008            ! ext/Thread/Thread.xs
17009 ____________________________________________________________________________
17010 [   255] By: nick                                  on 1997/11/15  00:33:46
17011         Log: Integrate mainline (5.004_54?) into ansiperl
17012      Branch: ansiperl
17013           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17014           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
17015           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
17016           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
17017           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
17018 ____________________________________________________________________________
17019 [   254] By: nick                                  on 1997/11/15  00:25:26
17020         Log: Interate win32 into ansiperl
17021      Branch: ansiperl
17022           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17023           +> lib/fields.pm
17024           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17025           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
17026           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
17027           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
17028           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
17029 ____________________________________________________________________________
17030 [   253] By: gsar                                  on 1997/11/14  22:04:58
17031         Log: Integrate mainline changes into win32 branch.  Now would be a good time
17032              to reverse integrate the win32 branch into mainline.
17033      Branch: win32/perl
17034           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17035           +> lib/fields.pm
17036           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17037           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
17038           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
17039           !> t/op/magic.t thread.h
17040
17041 ----------------
17042 Version 5.004_54
17043 ----------------
17044
17045 ____________________________________________________________________________
17046 [   252] By: mbeattie                              on 1997/11/14  15:07:19
17047         Log: Two more delays added to test suite to help *-solaris-thread.
17048      Branch: perl
17049            ! t/io/pipe.t t/lib/io_pipe.t
17050 ____________________________________________________________________________
17051 [   251] By: mbeattie                              on 1997/11/14  15:05:57
17052         Log: Remove stale code from Thread.xs.
17053      Branch: perl
17054            ! ext/Thread/Thread.xs
17055 ____________________________________________________________________________
17056 [   250] By: mbeattie                              on 1997/11/14  10:12:40
17057         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
17058              doesn't run handlers for self-sent signals until kill has returned.)
17059      Branch: perl
17060            ! t/op/magic.t
17061 ____________________________________________________________________________
17062 [   249] By: gsar                                  on 1997/11/14  05:14:44
17063         Log: Fix various details in win32 makefiles and Config.pm setup.
17064              - ldflags is set for both compilers now
17065              - extensions list is now correct
17066              - delete perl95.exe on distclean
17067              - cf_time now gets updated (once)
17068              - ccdlflags is set for Borland
17069              - fix startperl so dprofpp works
17070      Branch: win32/perl
17071            ! win32/Makefile win32/config.bc win32/config.vc
17072            ! win32/config_sh.PL win32/makefile.mk
17073 ____________________________________________________________________________
17074 [   248] By: mbeattie                              on 1997/11/13  18:01:27
17075         Log: Rewrite thread return code to distinguish between ordinary return
17076              and die() and make join propagate the die. Add tiny method eval
17077              which just does "return eval { shift->join; }". Add Thread::Specific
17078              class for access to thread specific user data along with specific.t.
17079              Rename Class to classname throughout Thread.xs for consistency.
17080              Fix pp_specific to pp_threadsv in global.sym. Add support to
17081              pp_entersub in pp_hot.c to lock stash for static locked methods.
17082      Branch: perl
17083            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
17084            + lib/fields.pm
17085            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
17086            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
17087 ____________________________________________________________________________
17088 [   247] By: mbeattie                              on 1997/11/13  14:13:30
17089         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
17090              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
17091              in pp_sys.c for whether getnet* function get protoyped (since the
17092              default had a broken prototype for getnetbyaddr).
17093      Branch: perl
17094            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17095            ! scope.c thread.h
17096 ____________________________________________________________________________
17097 [   246] By: nick                                  on 1997/11/13  02:44:40
17098         Log: Integrate Win32 branch
17099      Branch: ansiperl
17100            - configure ext/util/extliblist win32/bin/pl2bat.bat
17101            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
17102            - win32/config.H win32/config.w32 win32/win32io.c
17103            - win32/win32io.h
17104           !> (integrate 905 files)
17105 ____________________________________________________________________________
17106 [   245] By: nick                                  on 1997/11/13  00:47:54
17107         Log: Integrate (-ay) win32 branch at its creation to 
17108              establish and ancestor as per perkforce technote #9
17109      Branch: ansiperl
17110           +> configure ext/util/extliblist win32/bin/pl2bat.bat
17111           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
17112           +> win32/config.H win32/config.w32
17113           !> (integrate 859 files)
17114 ____________________________________________________________________________
17115 [   244] By: gsar                                  on 1997/11/12  22:26:39
17116         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
17117              contains the all the declarations and macros for the win32io layer.
17118              New std-ish functions are exported now.  All win32-specific exported
17119              functions begin with "win32_" consistently.  win32 version of
17120              init_os_extras() is now exported, so embedders can get the in-core
17121              xsubs.
17122      Branch: win32/perl
17123            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
17124            ! win32/win32iop.h win32/win32sck.c
17125 ____________________________________________________________________________
17126 [   243] By: gsar                                  on 1997/11/12  07:41:52
17127         Log: Really delete deleted files.
17128      Branch: win32/perl
17129            - win32/win32io.c win32/win32io.h
17130 ____________________________________________________________________________
17131 [   242] By: gsar                                  on 1997/11/12  07:40:54
17132         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
17133              files (win32/win32io.[ch]) completely removed, as are all traces
17134              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
17135              for later. Various myfoo() things regularized to my_foo().  CPP not
17136              required anymore to create a perl binary :)
17137      Branch: win32/perl
17138            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
17139            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
17140            ! win32/win32io.c win32/win32io.h win32/win32iop.h
17141            ! win32/win32sck.c
17142 ____________________________________________________________________________
17143 [   241] By: gsar                                  on 1997/11/12  05:31:28
17144         Log: Fix various win32 code blemishes:
17145              - s/stolen/win32/g
17146              - s/(CROAK|WARN)/lc($1)/eg
17147              - remove deadcode from most places
17148      Branch: win32/perl
17149            ! win32/makedef.pl win32/win32.c win32/win32io.c
17150            ! win32/win32iop.h
17151 ____________________________________________________________________________
17152 [   240] By: gsar                                  on 1997/11/12  04:36:29
17153         Log: Carry over changes in ansiperl branch.  Win32 branch is now
17154              the leading edge.
17155      Branch: win32/perl
17156            ! embed.h global.sym perl.c win32/win32thread.c
17157            ! win32/win32thread.h
17158 ____________________________________________________________________________
17159 [   239] By: gsar                                  on 1997/11/12  03:39:57
17160         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
17161      Branch: win32/perl
17162            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
17163 ____________________________________________________________________________
17164 [   238] By: gsar                                  on 1997/11/12  03:25:17
17165         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
17166              done cleaner, if really needed (perhaps only for efficiency reasons?)).
17167              Redundant EXTERN_C definitions and related warnings fixed.
17168      Branch: win32/perl
17169            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
17170            ! win32/win32iop.h win32/win32sck.c
17171 ____________________________________________________________________________
17172 [   237] By: nick                                  on 1997/11/12  02:45:15
17173         Log: Fixup Win32
17174              - #undef start_env before re-#defining it
17175              - change pp_specific pp_threadsv in global.sym
17176              - re-build embed.h
17177              - avoid HAVE_THREAD_INTERN - we don't and empty struct
17178              is a pain. If we did have it it would contain cached
17179              values of things we can only get at _IN_ the thread
17180              so new_struct_thread is wrong place to call it.
17181              - add new macro SET_THREAD_SELF - we must (in main thread)
17182              define in win32thread.h, support in win32thread.c,
17183              test and call in perl.c
17184      Branch: ansiperl
17185            ! embed.h global.sym perl.c thread.h win32/win32thread.c
17186            ! win32/win32thread.h
17187 ____________________________________________________________________________
17188 [   236] By: nick                                  on 1997/11/12  01:54:23
17189         Log: Integrate mainline after it integrated us.
17190              Accepted 'theirs' everywhere - so two branches should
17191              now point to same files again.
17192              Almost all of these were what was suggested, others were
17193              whitespace diffs. A few dubious spots which we will now 
17194              go fix.
17195      Branch: ansiperl
17196           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
17197           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
17198           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
17199           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
17200           !> util.c
17201 ____________________________________________________________________________
17202 [   235] By: gsar                                  on 1997/11/12  01:22:26
17203         Log: Minor tweaks to add a thread_intern struct that should ultimately
17204              contain all the win32-specific statics.
17205              Win32 branch now passes all tests with or w/o USE_THREADS.
17206      Branch: win32/perl
17207            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
17208 ____________________________________________________________________________
17209 [   234] By: gsar                                  on 1997/11/11  23:08:54
17210         Log: Initial (untested) integration of mainline changes.
17211      Branch: win32/perl
17212            - configure
17213           !> (integrate 89 files)
17214 ____________________________________________________________________________
17215 [   233] By: mbeattie                              on 1997/11/11  18:07:30
17216         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
17217      Branch: perl
17218            ! thread.h
17219 ____________________________________________________________________________
17220 [   232] By: mbeattie                              on 1997/11/11  17:49:12
17221         Log: t/TEST (reverted to @229 version) should have been included in the
17222              previous change (231) but my way of recovering it didn't work
17223              properly. The change 231 comments about successful tests applies
17224              to this t/TEST (i.e. as of this change).
17225      Branch: perl
17226            ! t/TEST
17227 ____________________________________________________________________________
17228 [   231] By: mbeattie                              on 1997/11/11  17:46:59
17229         Log: Fix up ansiperl integration. Back to passing all expected tests
17230              with usethreads. Untested with non-threaded perl.
17231      Branch: perl
17232            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
17233            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
17234 ____________________________________________________________________________
17235 [   230] By: mbeattie                              on 1997/11/11  16:36:22
17236         Log: Initial integration of ansi branch into mainline (untested).
17237      Branch: perl
17238           +> t/lib/thread.t t/op/nothread.t thread.sym
17239            - configure
17240           !> (integrate 84 files)
17241 ____________________________________________________________________________
17242 [   229] By: mbeattie                              on 1997/11/11  15:20:43
17243         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
17244              getting per-thread magicals. Fixed thr->errsv initialisation.
17245      Branch: perl
17246            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
17247            ! t/lib/safe2.t toke.c
17248 ____________________________________________________________________________
17249 [   228] By: mbeattie                              on 1997/11/11  12:48:26
17250         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
17251              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
17252              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
17253              again for non-threaded perl. Enhanced perl_get_sv to return
17254              per-thread magicals where necessary for threaded perl.
17255      Branch: perl
17256            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
17257            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
17258 ____________________________________________________________________________
17259 [   227] By: mbeattie                              on 1997/11/11  11:00:02
17260         Log: hashlock bug.
17261              
17262              Jobs fixed ...
17263              
17264              hashlock fixed on 1997/11/11 by mbeattie@localhost
17265              
17266              Subject: [perl5.004_53; patch] Another hash-locking fix
17267              Date: 23 Oct 1997 14:13:55 -0400
17268              From: Owen Taylor <owt1@cornell.edu>
17269      Branch: bugs
17270            + hashlock
17271 ____________________________________________________________________________
17272 [   226] By: gsar                                  on 1997/11/11  02:11:23
17273         Log: Slightly more refined lock() keyword recognition (using %INC).
17274      Branch: win32/perl
17275            ! toke.c
17276 ____________________________________________________________________________
17277 [   225] By: gsar                                  on 1997/11/11  00:26:09
17278         Log: "weak" lock keyword (hardcoded initial implementation) now works.
17279              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
17280              is recognized as a sub, a regular keyword otherwise.  Could be
17281              generalized by storing a flag for every op in OP struct, and turning
17282              the flag off when Thread.xs loads.
17283      Branch: win32/perl
17284            ! toke.c
17285 ____________________________________________________________________________
17286 [   224] By: gsar                                  on 1997/11/10  22:59:55
17287         Log: Merge a patch in preparation for "weak keywords":
17288              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17289              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
17290              Subject: [PATCH] global overrides for keywords
17291              Date: Wed, 08 Oct 1997 02:18:23 -0400
17292      Branch: win32/perl
17293            ! embed.h interp.sym perl.c perl.h toke.c
17294 ____________________________________________________________________________
17295 [   223] By: gsar                                  on 1997/11/10  22:41:31
17296         Log: Remove runlevel.  It was used to count how many runops() calls
17297              we were in the process of executing, and longjmp() to the topmost
17298              one (if not already there).  We use a null top_env->je_prev
17299              to distinguish that now.
17300      Branch: win32/perl
17301            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
17302 ____________________________________________________________________________
17303 [   222] By: gsar                                  on 1997/11/10  04:47:48
17304         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
17305              USE_THREADS case builds and passes all tests using both compilers.
17306              Additional tweaks:
17307              - fixup win32/makedef.pl to skip more symbols for non-thread build.
17308              - sync win32/Makefile with win32/makefile.mk
17309              >>>Non-thread build fails a lot of tests.<<<
17310      Branch: win32/perl
17311            + thread.sym
17312            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
17313            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
17314            ! win32/makedef.pl win32/makefile.mk
17315 ____________________________________________________________________________
17316 [   221] By: gsar                                  on 1997/11/10  00:57:53
17317         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
17318              into win32 branch.
17319      Branch: win32/perl
17320            + t/lib/thread.t t/op/nothread.t
17321            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
17322            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
17323            ! util.c win32/Makefile win32/config.bc win32/config.vc
17324            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
17325            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
17326            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
17327            ! win32/win32thread.c win32/win32thread.h
17328 ____________________________________________________________________________
17329 [   220] By: gsar                                  on 1997/11/09  22:44:41
17330         Log: Integrate latest mainline into win32 branch.
17331      Branch: win32/perl
17332           +> win32/win32thread.c win32/win32thread.h
17333           !> (integrate 39 files)
17334 ____________________________________________________________________________
17335 [   219] By: nick                                  on 1997/11/09  21:46:06
17336         Log: Conditionalize english.t,
17337              Enhance times() for NT,
17338              (Failed) attempt to implement alarm(),
17339              Fixed config.h dependancy in makefile.mk
17340      Branch: ansiperl
17341            ! t/lib/english.t win32/config.bc win32/config_H.bc
17342            ! win32/makefile.mk win32/win32.c
17343 ____________________________________________________________________________
17344 [   218] By: nick                                  on 1997/11/09  15:38:00
17345         Log: Dick Hardt's patch for build on Alpha
17346      Branch: ansiperl
17347            ! win32/Makefile
17348 ____________________________________________________________________________
17349 [   217] By: nick                                  on 1997/11/09  03:31:20
17350         Log: MakeMaker not in vofig noise fix for dmake
17351      Branch: ansiperl
17352            ! win32/config.bc win32/makefile.mk
17353 ____________________________________________________________________________
17354 [   216] By: nick                                  on 1997/11/09  03:15:06
17355         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
17356              TIEHASH works, but 2nd call (after db is closed, attempt
17357              to reopen) tries to AUTOLOAD TIEHASH rather than using
17358              cached value.
17359      Branch: ansiperl
17360            ! pp_sys.c
17361 ____________________________________________________________________________
17362 [   215] By: nick                                  on 1997/11/08  16:41:24
17363         Log: Cleanup MakeMaker 'not in config' noise
17364      Branch: ansiperl
17365            ! win32/Makefile win32/config.vc
17366 ____________________________________________________________________________
17367 [   214] By: nick                                  on 1997/11/08  15:07:24
17368         Log: Remove 'configure' leaving configure.gnu and Configure
17369              Win32 ignores case and keeps trying to update
17370              repository copy of 'configure' or 'Configure' with
17371              the other.
17372      Branch: ansiperl
17373            - configure
17374            ! MANIFEST
17375 ____________________________________________________________________________
17376 [   213] By: nick                                  on 1997/11/08  15:03:39
17377         Log: Get threads working again on Win32
17378              Root cause of fail was init_thread_intern() in
17379              new_struct_thread() (which is called in parent thread)
17380              clobbering dTHR of parent thread. 
17381              It is doubtfull if setting 'self' in new_struct_thread()
17382              is 'right' but left in for now.
17383      Branch: ansiperl
17384            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
17385            ! win32/win32thread.c win32/win32thread.h
17386 ____________________________________________________________________________
17387 [   212] By: nick                                  on 1997/11/08  00:34:03
17388         Log: Add :base_thread to :default in Opcode.pm
17389              This allows lib/safe.t to pass when threaded.
17390              It is unclear if 'lock' should be safe as it allows
17391              denial of service attack, but could not figure out
17392              how to add just 'specific' (sic) to :default
17393              without triggering 'already tagged' warning noise.
17394      Branch: ansiperl
17395            ! ext/Opcode/Opcode.pm win32/makefile.mk
17396 ____________________________________________________________________________
17397 [   211] By: nick                                  on 1997/11/07  23:59:31
17398         Log: Merge changes as of 18:00 CST 
17399      Branch: ansiperl
17400           !> op.c pp.c pp_sys.c thread.h util.c
17401 ____________________________________________________________________________
17402 [   210] By: nick                                  on 1997/11/07  23:52:35
17403         Log: Reverse integrate Malcolm's chanes into local
17404              repository, then import result back into my view
17405              of Malcolm's repository.
17406              Builds and passes (most) tests with GNU C++/Solaris
17407              and Borland C++, Win32.
17408      Branch: ansiperl
17409            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17410            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
17411            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
17412            ! thread.h toke.c util.c win32/makefile.mk
17413 ____________________________________________________________________________
17414 [   209] By: mbeattie                              on 1997/11/07  18:12:36
17415         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
17416              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
17417              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
17418              missing #ifdef USE_THREADS around some DEBU_L statements in die().
17419              Building without USE_THREADS fails quite a lot of tests. It looks
17420              as though the move to per-thread magicals must be missing some
17421              #ifdef USE_THREADS.
17422      Branch: perl
17423            ! op.c pp.c pp_sys.c thread.h util.c
17424 ____________________________________________________________________________
17425 [   208] By: nick                                  on 1997/11/07  01:37:28
17426         Log: Raw integrate of latest perl
17427      Branch: ansiperl
17428            ! t/TEST
17429           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
17430           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
17431           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
17432           !> thread.h toke.c util.c
17433 ____________________________________________________________________________
17434 [   207] By: mbeattie                              on 1997/11/06  14:58:00
17435         Log: Update README.threads and Todo.5.005.
17436      Branch: perl
17437            ! README.threads Todo.5.005
17438 ____________________________________________________________________________
17439 [   206] By: mbeattie                              on 1997/11/06  14:37:37
17440         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
17441      Branch: perl
17442            ! op.c pp_ctl.c proto.h scope.h
17443 ____________________________________________________________________________
17444 [   205] By: mbeattie                              on 1997/11/06  14:31:38
17445         Log: Per-thread magicals now stored in their own thr->magicals and keyed
17446              more directly. cvcache and oursv become ordinary struct thread
17447              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
17448              for 0 again. Main thread initialisation done by new function
17449              init_main_thread instead of (now fixed) new_struct_thread.
17450              
17451              Jobs fixed ...
17452              
17453              jmpenv fixed on 1997/11/06 by mbeattie@localhost
17454              
17455              Subject: [perl5.004_53; patch] eval's and threads
17456              Date: 23 Oct 1997 23:59:19 -0400
17457              From: Owen Taylor <owt1@cornell.edu>
17458      Branch: bugs
17459            + jmpenv
17460      Branch: perl
17461            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
17462            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
17463 ____________________________________________________________________________
17464 [   204] By: mbeattie                              on 1997/11/05  17:18:18
17465         Log: Per-thread magicals mostly working (and localisable). Now getting
17466              intermittent occasional "Use of uninitialized value" warnings
17467              which may be due to some op flag black magic I've broken.
17468      Branch: perl
17469            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
17470            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
17471 ____________________________________________________________________________
17472 [   203] By: nick                                  on 1997/11/05  01:04:10
17473         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
17474      Branch: ansiperl
17475            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
17476            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
17477            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
17478            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17479            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
17480            ! win32/config.vc win32/config_H.vc win32/makedef.pl
17481            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
17482            ! win32/win32io.c win32/win32io.h win32/win32iop.h
17483            ! win32/win32sck.c win32/win32thread.h
17484 ____________________________________________________________________________
17485 [   202] By: nick                                  on 1997/11/05  00:50:27
17486         Log: Compile(d) at least once with threads on win32 
17487              but did not work
17488      Branch: ansiperl
17489            ! embed.h perl.c thread.h
17490 ____________________________________________________________________________
17491 [   201] By: nick                                  on 1997/11/05  00:32:13
17492         Log: Trivial integrate
17493      Branch: ansiperl
17494           !> patchlevel.h
17495 ____________________________________________________________________________
17496 [   200] By: mbeattie                              on 1997/11/04  12:06:09
17497         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
17498      Branch: perl
17499            ! patchlevel.h
17500 ____________________________________________________________________________
17501 [   199] By: nick                                  on 1997/11/01  00:18:52
17502         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
17503      Branch: ansiperl
17504           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17505           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
17506           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
17507           !> util.c
17508 ____________________________________________________________________________
17509 [   198] By: nick                                  on 1997/11/01  00:08:33
17510         Log: win32thread.* not in MANIFEST which has muddled moving
17511              back and forth between depots.
17512      Branch: ansiperl
17513            ! MANIFEST win32/win32thread.c win32/win32thread.h
17514 ____________________________________________________________________________
17515 [   197] By: nick                                  on 1997/11/01  00:02:49
17516         Log: Test changes
17517      Branch: ansiperl
17518            + t/lib/thread.t t/op/nothread.t thread.sym
17519            ! MANIFEST
17520 ____________________________________________________________________________
17521 [   196] By: nick                                  on 1997/10/31  23:54:01
17522         Log: Further ANSI changes now builds and passes (most) tests
17523              with gcc -x c++. 
17524      Branch: ansiperl
17525            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
17526            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17527            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17528            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
17529            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
17530            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
17531            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
17532            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
17533            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
17534            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
17535            ! x2p/walk.c
17536 ____________________________________________________________________________
17537 [   195] By: mbeattie                              on 1997/10/31  18:05:31
17538         Log: Half way through moving per-thread magicals into per-thread fields
17539              and the associated new OP_SPECIFIC and find_thread_magical stuff.
17540              perl will compile but plenty of the magicals are still broken.
17541      Branch: perl
17542            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
17543            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
17544            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
17545            ! util.c
17546 ____________________________________________________________________________
17547 [   194] By: nick                                  on 1997/10/31  01:43:49
17548         Log: Convert miniperl sources to ANSI C. Several passes of
17549              GNU C's 'protoize' plus a few hand edits.
17550              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
17551              Does not link seems gcc's C++ does not define a symbol for
17552              const char foo[] = "....";
17553              i.e. with empty [].
17554      Branch: ansiperl
17555            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
17556            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
17557            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17558            ! sv.c taint.c toke.c universal.c util.c
17559 ____________________________________________________________________________
17560 [   193] By: nick                                  on 1997/10/30  03:00:01
17561         Log: Make the ansi branch
17562      Branch: ansiperl
17563           +> (branch 907 files)
17564 ____________________________________________________________________________
17565 [   192] By: nick                                  on 1997/10/30  02:48:17
17566         Log: Oneperl builds with THREADS/THISPTR Borland
17567              Manualy inserted Sarathy's new COND_XXXXX from his mail.
17568              Manual change if Tself -> self as was easier than resolve :-(
17569              Two aTHIS's in op.c
17570      Branch: oneperl
17571            ! embed.h op.c thread.h thread.sym win32/makefile.mk
17572            ! win32/win32thread.h
17573 ____________________________________________________________________________
17574 [   191] By: nick                                  on 1997/10/30  01:54:50
17575         Log: Raw resolve of latest sources with oneperl
17576      Branch: oneperl
17577           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
17578           !> opcode.pl perl.c thread.h win32/win32thread.c
17579           !> win32/win32thread.h
17580 ____________________________________________________________________________
17581 [   190] By: mbeattie                              on 1997/10/29  14:39:54
17582         Log: Remove global macro "self". Change thr->Tself to thr->self.
17583      Branch: perl
17584            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
17585            ! win32/win32thread.c win32/win32thread.h
17586 ____________________________________________________________________________
17587 [   189] By: mbeattie                              on 1997/10/29  12:49:01
17588         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
17589      Branch: perl
17590            ! Todo.5.005
17591 ____________________________________________________________________________
17592 [   188] By: mbeattie                              on 1997/10/29  12:45:32
17593         Log: Add pp_lock knowledge to compiler
17594      Branch: perlext
17595            ! Compiler/ccop.c Compiler/ccop.h
17596 ____________________________________________________________________________
17597 [   187] By: mbeattie                              on 1997/10/29  12:45:02
17598         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
17599      Branch: perl
17600            ! op.c
17601 ____________________________________________________________________________
17602 [   186] By: mbeattie                              on 1997/10/29  12:43:36
17603         Log: Move compiler OP class information into opcode.pl.
17604      Branch: perl
17605            ! op.h opcode.h opcode.pl
17606 ____________________________________________________________________________
17607 [   185] By: nick                                  on 1997/10/26  22:52:05
17608         Log: Split failing test in op/misc.t into op/nothread.t
17609              so all tests can be passed where they apply.
17610              Cleanup other two cases of THREADS/THISPTR.
17611              Conditional compile option for CriticalSection's on Win32
17612      Branch: oneperl
17613            + t/op/nothread.t
17614            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
17615            ! win32/win32thread.h
17616 ____________________________________________________________________________
17617 [   184] By: nick                                  on 1997/10/26  19:42:00
17618         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
17619      Branch: oneperl
17620            ! embed.h global.sym proto.h sv.c sv.h toke.c
17621 ____________________________________________________________________________
17622 [   183] By: nick                                  on 1997/10/26  18:31:58
17623         Log: Make USE_THREADS imply CRIPPLED_CC.
17624              This avoids most of the uses of 'Sv' and hence many needs of 
17625              dTHR in extension code. 
17626              With this change Data::Dumper builds as-is
17627              and Tk only needs four tweaks:
17628              1. Obscure dump-stack case which really needs dTHR
17629              2. A curcop in error-message code
17630              3. Two cases of SAVETMPS
17631              4. A curcop == &compiling which is probably not required.
17632              IMHO the SAVETMPS case is only one which merits further automation.
17633      Branch: oneperl
17634            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
17635 ____________________________________________________________________________
17636 [   182] By: nick                                  on 1997/10/26  16:31:58
17637         Log: Change dSP to imply dTHR for extension source compatibility
17638              introduce djSP (Declare Just SP) for use in perl sources
17639              and thread-aware extensions. Use latter.
17640      Branch: oneperl
17641            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
17642            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
17643 ____________________________________________________________________________
17644 [   181] By: nick                                  on 1997/10/26  00:39:57
17645         Log: More tests
17646      Branch: oneperl
17647            ! t/lib/thread.t
17648 ____________________________________________________________________________
17649 [   180] By: nick                                  on 1997/10/25  22:18:27
17650         Log: Use return of THREAD_CREATE() - add basic thread test
17651      Branch: oneperl
17652            + t/lib/thread.t
17653            ! ext/Thread/Thread.xs
17654 ____________________________________________________________________________
17655 [   179] By: nick                                  on 1997/10/25  21:25:23
17656         Log: Builds with no thread/this
17657      Branch: oneperl
17658            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
17659            ! win32/win32thread.c
17660 ____________________________________________________________________________
17661 [   178] By: nick                                  on 1997/10/25  18:28:03
17662         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
17663      Branch: oneperl
17664            ! perl.c
17665 ____________________________________________________________________________
17666 [   177] By: nick                                  on 1997/10/25  18:11:33
17667         Log: Basic integrate of oneperl with threads, passes 
17668              tests THISPTR+THREADs - win32/win32thread.* needed
17669              changes (where did they come from)?
17670      Branch: oneperl
17671            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
17672            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
17673 ____________________________________________________________________________
17674 [   176] By: nick                                  on 1997/10/25  17:05:52
17675         Log: Onepel builds THISPTR no threads
17676      Branch: oneperl
17677            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
17678 ____________________________________________________________________________
17679 [   175] By: nick                                  on 1997/10/25  16:40:10
17680         Log: Integrate oneperl with new style JOIN etc. macros
17681      Branch: oneperl
17682           +> win32/win32thread.c win32/win32thread.h
17683           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
17684           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
17685           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
17686           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
17687           !> win32/makefile.mk
17688 ____________________________________________________________________________
17689 [   174] By: mbeattie                              on 1997/10/24  17:14:00
17690         Log: Remove xcv_condp CV field which is no longer used.
17691      Branch: perl
17692            ! sv.h
17693 ____________________________________________________________________________
17694 [   173] By: mbeattie                              on 1997/10/24  14:36:09
17695         Log: Patches for VMS [Dan Sugalski]
17696      Branch: bugs
17697            + vms2
17698      Branch: perl
17699            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
17700            ! vms/vmsish.h
17701 ____________________________________________________________________________
17702 [   172] By: mbeattie                              on 1997/10/24  13:50:59
17703         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
17704              to use new API and patch win32 makefile stuff a little.
17705      Branch: perl
17706            + win32/win32thread.c win32/win32thread.h
17707            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
17708            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
17709 ____________________________________________________________________________
17710 [   171] By: mbeattie                              on 1997/10/23  14:00:27
17711         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
17712              
17713              Jobs fixed ...
17714              
17715              get_db_sub fixed on 1997/10/23 by mbeattie@squash
17716              
17717              Subject: [perl5.004_53] Debugger crash (patch)
17718              Date: Thu, 16 Oct 1997 22:03:09 -0400
17719              From: Owen Taylor <owt1@cornell.edu>
17720      Branch: bugs
17721            + get_db_sub
17722      Branch: perl
17723            ! pp_hot.c
17724 ____________________________________________________________________________
17725 [   170] By: mbeattie                              on 1997/10/23  09:22:40
17726         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
17727              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
17728              a ref to its argument for AV, HV, CV. 
17729      Branch: perl
17730            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
17731 ____________________________________________________________________________
17732 [   169] By: gsar                                  on 1997/10/21  03:49:25
17733         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
17734              - Fixup static functions that were missing aTHIS.
17735              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
17736              - Removed static functions from global.sym.
17737              - Typo in perl.h.
17738              - Additions to makefile.mk.
17739      Branch: oneperl
17740            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
17741            ! win32/makefile.mk
17742 ____________________________________________________________________________
17743 [   168] By: nick                                  on 1997/10/20  02:47:18
17744         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
17745      Branch: oneperl
17746            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
17747            ! scope.h thread.h
17748 ____________________________________________________________________________
17749 [   167] By: nick                                  on 1997/10/20  01:03:00
17750         Log: Add missing aTHIS in cast
17751      Branch: oneperl
17752            ! win32/dl_win32.xs
17753 ____________________________________________________________________________
17754 [   166] By: nick                                  on 1997/10/20  00:44:42
17755         Log: Builds and passes test with -DUSE_THISPTR
17756      Branch: oneperl
17757            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
17758            ! win32/perllib.c
17759 ____________________________________________________________________________
17760 [   165] By: nick                                  on 1997/10/19  21:45:36
17761         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
17762      Branch: oneperl
17763            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
17764            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
17765            ! win32/makefile.mk win32/perllib.c
17766 ____________________________________________________________________________
17767 [   164] By: nick                                  on 1997/10/19  20:09:13
17768         Log: oneperl compiles (but fails) with -DUSE_THISPTR
17769      Branch: oneperl
17770            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
17771            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
17772            ! win32/win32.c win32/win32.h
17773 ____________________________________________________________________________
17774 [   163] By: nick                                  on 1997/10/19  16:46:09
17775         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
17776      Branch: oneperl
17777            ! embed.h perl.h thread.h vars.h
17778 ____________________________________________________________________________
17779 [   162] By: nick                                  on 1997/10/19  14:42:16
17780         Log: Dubious merge of oneperl's variable and struct thread
17781      Branch: oneperl
17782           !> perl.h thread.h
17783 ____________________________________________________________________________
17784 [   161] By: nick                                  on 1997/10/18  18:05:13
17785         Log: integrate all but perl.h/thread.h
17786      Branch: oneperl
17787           +> Todo.5.005 perlio.sym
17788           !> (integrate 98 files)
17789 ____________________________________________________________________________
17790 [   160] By: nick                                  on 1997/10/18  03:49:27
17791         Log: Integrate rest of sub-dirs into oneperl
17792      Branch: oneperl
17793           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17794           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17795           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17796           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17797           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17798           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17799           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17800           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
17801           +> hints/os390.sh
17802            - ext/util/extliblist
17803           !> (integrate 425 files)
17804 ____________________________________________________________________________
17805 [   159] By: nick                                  on 1997/10/18  03:20:11
17806         Log: Integrate (accept) t and win32 into oneperl
17807      Branch: oneperl
17808           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
17809           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
17810           +> win32/config.vc win32/config_H.bc win32/config_H.vc
17811           +> win32/makefile.mk
17812           !> (integrate 188 files)
17813 ____________________________________________________________________________
17814 [   158] By: nick                                  on 1997/10/18  03:12:59
17815         Log: Integrate lib/... into oneperl
17816      Branch: oneperl
17817           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
17818           !> (integrate 138 files)
17819 ____________________________________________________________________________
17820 [   157] By: nick                                  on 1997/10/18  02:55:53
17821         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
17822      Branch: oneperl
17823            ! lib/Bundle/CPAN.pm
17824 ____________________________________________________________________________
17825 [   156] By: nick                                  on 1997/10/18  02:52:44
17826         Log: Make lib/Bundle/CPAN.pm a text file
17827      Branch: perl
17828            ! lib/Bundle/CPAN.pm
17829 ____________________________________________________________________________
17830 [   155] By: nick                                  on 1997/10/18  02:33:02
17831         Log: Some weirdness in the intgrate process
17832      Branch: oneperl
17833            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
17834            - win32/bin/webget.bat win32/config.H win32/config.w32
17835 ____________________________________________________________________________
17836 [   153] By: nick                                  on 1997/10/18  02:29:16
17837         Log: Let us try all the pure integrate stuff
17838      Branch: oneperl
17839           !> (integrate 647 files)
17840 ____________________________________________________________________________
17841 [   152] By: nick                                  on 1997/10/18  02:13:35
17842         Log: Get more sub directories out of the way.
17843      Branch: oneperl
17844           !> (integrate 92 files)
17845 ____________________________________________________________________________
17846 [   151] By: nick                                  on 1997/10/18  02:05:41
17847         Log: Integrate hints 
17848      Branch: oneperl
17849           !> (integrate 68 files)
17850 ____________________________________________________________________________
17851 [   150] By: nick                                  on 1997/10/18  01:57:20
17852         Log: Try reopening some non-contravertial files
17853      Branch: oneperl
17854           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
17855           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
17856           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
17857           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
17858 ____________________________________________________________________________
17859 [   144] By: gsar                                  on 1997/10/16  22:26:07
17860         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
17861              build.  Once again, builds and runs all    Thread tests using either
17862              compiler.
17863      Branch: win32/perl
17864            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
17865            ! win32/makefile.mk
17866 ____________________________________________________________________________
17867 [   143] By: gsar                                  on 1997/10/16  20:45:58
17868         Log: A quick merge of latest mainline.
17869      Branch: win32/perl
17870           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17871           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17872           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17873           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17874           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17875           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17876           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17877           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
17878           +> lib/base.pm t/lib/dosglob.t
17879            - ext/util/extliblist
17880           !> (integrate 134 files)
17881
17882 ----------------
17883 Version 5.004_53
17884 ----------------
17885
17886 ____________________________________________________________________________
17887 [   142] By: mbeattie                              on 1997/10/16  16:52:55
17888         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
17889      Branch: perl
17890            ! MANIFEST
17891 ____________________________________________________________________________
17892 [   141] By: mbeattie                              on 1997/10/16  16:42:13
17893         Log: Move perlext/Thread into perl/ext/Thread.
17894      Branch: perl
17895           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
17896           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
17897           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17898           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
17899           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
17900           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
17901           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
17902           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
17903            ! Configure
17904      Branch: perlext
17905            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
17906            - Thread/Thread.xs Thread/Thread/Queue.pm
17907            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
17908            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
17909            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
17910            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
17911            - Thread/unsync4.t
17912 ____________________________________________________________________________
17913 [   140] By: mbeattie                              on 1997/10/16  16:26:53
17914         Log: Correct threads_mutex locking in main thread destruction.
17915              Add per-interp thrsv to hold SV struct thread for main thread.
17916              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
17917              Add Thread/list.t test of Thread->list method.
17918              Let Thread::Semaphore methods up and down take an extra argument.
17919      Branch: perl
17920            ! embed.h interp.sym perl.c perl.h thread.h
17921      Branch: perlext
17922            + Thread/list.t
17923            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
17924 ____________________________________________________________________________
17925 [   139] By: mbeattie                              on 1997/10/16  14:01:11
17926         Log: Fix up merge with 5.004_04.
17927      Branch: perl
17928            ! op.c perl.c t/lib/dosglob.t
17929 ____________________________________________________________________________
17930 [   138] By: TimBunce                              on 1997/10/16  12:58:22
17931         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
17932      Branch: maint-5.004/perl
17933            ! t/lib/dosglob.t
17934 ____________________________________________________________________________
17935 [   137] By: mbeattie                              on 1997/10/16  11:09:25
17936         Log: Merge maint-5.004 branch (5.004_04) with mainline.
17937      Branch: perl
17938           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
17939            - ext/util/extliblist
17940           !> (integrate 132 files)
17941 ____________________________________________________________________________
17942 [   135] By: gsar                                  on 1997/10/15  21:46:05
17943         Log: Win32 changes over 5.004_52:
17944              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
17945              on an already locked mutex.
17946              - other minor tweaks.
17947              Now builds and runs win32-version of Thread_52, passing all tests.
17948      Branch: win32/perl
17949            ! perl.c proto.h thread.h
17950 ____________________________________________________________________________
17951 [   134] By: gsar                                  on 1997/10/15  18:19:31
17952         Log: fixup makefile.mk conflict.
17953      Branch: win32/perl
17954            ! win32/makefile.mk
17955 ____________________________________________________________________________
17956 [   133] By: gsar                                  on 1997/10/15  18:02:46
17957         Log: Integrated latest changes from mainline into win32.
17958      Branch: win32/perl
17959           +> fakethr.h
17960           !> MANIFEST Porting/makerel Porting/patchls README.threads
17961           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
17962           !> win32/config.vc win32/config_H.bc win32/config_H.vc
17963           !> win32/makefile.mk
17964
17965 ----------------
17966 Version 5.004_52
17967 ----------------
17968
17969 ____________________________________________________________________________
17970 [   132] By: mbeattie                              on 1997/10/15  17:02:38
17971         Log: Remove out-of-date test Thread/cond.t.
17972      Branch: perlext
17973            - Thread/cond.t
17974 ____________________________________________________________________________
17975 [   131] By: mbeattie                              on 1997/10/15  16:57:45
17976         Log: Finish thread state machine: fixes global destruction of threads,
17977              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
17978              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
17979              Thread.xs.
17980      Branch: perl
17981            ! MANIFEST README.threads Todo.5.005 perl.c util.c
17982      Branch: perlext
17983            ! Thread/Thread.xs Thread/queue.t
17984 ____________________________________________________________________________
17985 [   130] By: mbeattie                              on 1997/10/15  16:55:10
17986         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
17987              Fix ThrSETSTATE not to lock t->mutex itself.
17988      Branch: perl
17989            ! fakethr.h thread.h
17990 ____________________________________________________________________________
17991 [   129] By: mbeattie                              on 1997/10/15  16:53:35
17992         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
17993      Branch: perl
17994            ! pp_hot.c
17995 ____________________________________________________________________________
17996 [   128] By: TimBunce                              on 1997/10/15  15:55:26
17997         Log: Maintenance 5.004_04 changes
17998      Branch: maint-5.004/perl
17999            + hints/os390.sh lib/base.pm t/lib/dosglob.t
18000            - ext/util/extliblist
18001            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
18002            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
18003            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
18004            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
18005            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
18006            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
18007            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
18008            ! installperl lib/AutoLoader.pm lib/CPAN.pm
18009            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
18010            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
18011            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
18012            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
18013            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
18014            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
18015            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
18016            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
18017            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
18018            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
18019            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
18020            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
18021            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18022            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
18023            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
18024            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
18025            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
18026            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
18027            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
18028            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
18029            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
18030            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
18031            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
18032            ! win32/Makefile win32/config_H.bc win32/config_H.vc
18033            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
18034            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
18035 ____________________________________________________________________________
18036 [   127] By: mbeattie                              on 1997/10/15  10:00:18
18037         Log: Added fakethr.h.
18038      Branch: perl
18039            + fakethr.h
18040 ____________________________________________________________________________
18041 [   126] By: mbeattie                              on 1997/10/15  09:50:57
18042         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
18043      Branch: perl
18044            ! thread.h
18045 ____________________________________________________________________________
18046 [   125] By: mbeattie                              on 1997/10/15  09:09:24
18047         Log: Started rewriting thread state machine.
18048      Branch: perl
18049            ! perl.c thread.h
18050      Branch: perlext
18051            ! Thread/Thread.xs
18052 ____________________________________________________________________________
18053 [   124] By: gsar                                  on 1997/10/14  00:23:15
18054         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
18055              tests in win32 version of latest perlext/Thread.
18056      Branch: win32/perl
18057            ! pp_hot.c
18058 ____________________________________________________________________________
18059 [   123] By: gsar                                  on 1997/10/13  23:18:38
18060         Log: Initial merge of win32 threads patch.
18061      Branch: win32/perl
18062            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
18063            ! win32/Makefile win32/makedef.pl win32/makefile.mk
18064            ! win32/perllib.c win32/pod.mak win32/win32.h
18065 ____________________________________________________________________________
18066 [   122] By: gsar                                  on 1997/10/10  20:58:40
18067         Log: Integrated changes on mainline into the win32 branch.  Had to set
18068              P4USER=mbeattie for the resolve step (due to the presence of newly
18069              branched files that had not been submitted?)
18070      Branch: win32/perl
18071           +> Porting/makerel Porting/patchls README.threads Todo.5.005
18072           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
18073           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
18074           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18075           +> win32/bin/webget.pl win32/config.bc win32/config.vc
18076           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
18077            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
18078            - win32/bin/webget.bat win32/config.H win32/config.w32
18079            ! thread.h
18080           !> (integrate 858 files)
18081 ____________________________________________________________________________
18082 [   121] By: mbeattie                              on 1997/10/10  17:23:41
18083         Log: Tweak a few Thread tests.
18084      Branch: perlext
18085            + Thread/join2.t
18086            ! Thread/io.t Thread/sync2.t
18087 ____________________________________________________________________________
18088 [   120] By: mbeattie                              on 1997/10/10  17:22:46
18089         Log: Rewrite thread destruction system using linked list of threads.
18090              Still not completely done. Add methods self, equal, flags, list
18091              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
18092      Branch: perl
18093            ! perl.c perl.h thread.h
18094      Branch: perlext
18095            ! Thread/Thread.xs Thread/typemap
18096 ____________________________________________________________________________
18097 [   119] By: mbeattie                              on 1997/10/10  17:19:55
18098         Log: Fix up locking/synchronisation for pp_entersub.
18099      Branch: perl
18100            ! pp_hot.c
18101 ____________________________________________________________________________
18102 [   118] By: mbeattie                              on 1997/10/10  09:55:32
18103         Log: Put back entries in MANIFEST for the four now-returned win32/* files
18104      Branch: perl
18105            ! MANIFEST
18106 ____________________________________________________________________________
18107 [   117] By: mbeattie                              on 1997/10/10  08:12:23
18108         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
18109      Branch: perl
18110            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
18111 ____________________________________________________________________________
18112 [   116] By: mbeattie                              on 1997/10/08  15:41:08
18113         Log: Add missing sig_pipe definition to Thread.xs.
18114      Branch: perlext
18115            ! Thread/Thread.xs
18116 ____________________________________________________________________________
18117 [   115] By: mbeattie                              on 1997/10/08  15:40:46
18118         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
18119              add missing dTHR; to new function unwind_handler_stack() in mg.c
18120              and bump patchlevel.h to 5.004_52.
18121      Branch: perl
18122            ! MANIFEST mg.c patchlevel.h
18123 ____________________________________________________________________________
18124 [   114] By: mbeattie                              on 1997/10/08  10:19:27
18125         Log: Merge maint-5.004 branch (5.004_03) with mainline.
18126              MANIFEST is out of sync.
18127      Branch: perl
18128           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18129           +> win32/bin/webget.pl
18130            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
18131            - win32/bin/webget.bat
18132           !> (integrate 168 files)
18133 ____________________________________________________________________________
18134 [   113] By: mbeattie                              on 1997/10/05  17:52:49
18135         Log: Move init of global mutexes/cond vars earlier.
18136      Branch: perl
18137            ! perl.c
18138 ____________________________________________________________________________
18139 [   112] By: nick                                  on 1997/10/04  15:25:28
18140         Log: Add perl.sym to MANIFEST
18141      Branch: oneperl
18142            ! MANIFEST
18143 ____________________________________________________________________________
18144 [   111] By: nick                                  on 1997/10/04  15:23:37
18145         Log: Missing file
18146      Branch: oneperl
18147            + perl.sym
18148 ____________________________________________________________________________
18149 [   110] By: nick                                  on 1997/10/04  13:04:26
18150         Log: Now builds the extensions as well
18151              Passes all tests
18152      Branch: oneperl
18153            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
18154            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
18155            ! toke.c util.c writemain.SH
18156 ____________________________________________________________________________
18157 [   109] By: nick                                  on 1997/10/04  12:02:14
18158         Log: Odd checkin issue
18159      Branch: oneperl
18160            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
18161            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
18162            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
18163            ! vms/perly_h.vms writemain.SH
18164 ____________________________________________________________________________
18165 [   108] By: nick                                  on 1997/10/04  11:12:52
18166         Log: Added lots of (missing) prototypes (ckprotos is util to check)
18167              Fixed missing aTHIS flagged by above.
18168              -DUSE_THISPTR passes minitest!
18169      Branch: oneperl
18170            + ckprotos
18171            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
18172            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
18173            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
18174            ! vms/perly_h.vms
18175 ____________________________________________________________________________
18176 [   107] By: nick                                  on 1997/10/03  22:36:52
18177         Log: .y muddle fixup - will get this sorted oneday ...
18178      Branch: oneperl
18179            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
18180            ! vms/perly_h.vms
18181 ____________________________________________________________________________
18182 [   106] By: mbeattie                              on 1997/10/03  17:12:33
18183         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
18184              from struct thread. Added missing thr->Tfoo defines for statbuf
18185              and timesbuf and removed unused Tbuf field.
18186      Branch: perl
18187            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
18188 ____________________________________________________________________________
18189 [   105] By: nick                                  on 1997/10/03  15:56:50
18190         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
18191      Branch: oneperl
18192            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
18193            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
18194            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
18195            ! sv.c taint.c thread.h toke.c universal.c util.c
18196 ____________________________________________________________________________
18197 [   104] By: mbeattie                              on 1997/10/03  15:23:25
18198         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
18199      Branch: perl
18200            ! global.sym pp.c proto.h sv.c
18201 ____________________________________________________________________________
18202 [   103] By: mbeattie                              on 1997/10/03  15:17:39
18203         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
18204      Branch: perl
18205            ! av.c hv.c perl.h sv.c
18206 ____________________________________________________________________________
18207 [   102] By: mbeattie                              on 1997/10/03  11:53:51
18208         Log: Reliable thread signal handling.
18209      Branch: perl
18210            ! global.sym mg.c perl.c perl.h
18211      Branch: perlext
18212            ! Thread/Thread.xs
18213 ____________________________________________________________________________
18214 [   101] By: nick                                  on 1997/10/02  20:43:17
18215         Log: Cleanup perly.y stuff
18216      Branch: oneperl
18217            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
18218 ____________________________________________________________________________
18219 [   100] By: nick                                  on 1997/10/02  18:54:08
18220         Log: Compiles with less invasive aTHIS adding
18221      Branch: oneperl
18222            + nothis.sym
18223            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
18224            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
18225            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
18226            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
18227            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
18228            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
18229            ! util.c vars.h
18230
18231 ----------------
18232 Version 5.004_51
18233 ----------------
18234
18235 ____________________________________________________________________________
18236 [    99] By: mbeattie                              on 1997/10/02  17:23:48
18237         Log: Added Thread/queue.t.
18238      Branch: perlext
18239            + Thread/queue.t
18240 ____________________________________________________________________________
18241 [    98] By: mbeattie                              on 1997/10/02  17:19:44
18242         Log: Bumped patchlevel to 51. Updated Todo.5.005.
18243      Branch: perl
18244            ! Todo.5.005 patchlevel.h
18245 ____________________________________________________________________________
18246 [    97] By: mbeattie                              on 1997/10/02  17:07:47
18247         Log: Update README.threads amd Thread/README
18248      Branch: perl
18249            ! README.threads
18250      Branch: perlext
18251            ! Thread/README
18252 ____________________________________________________________________________
18253 [    96] By: mbeattie                              on 1997/10/02  16:58:47
18254         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
18255              fix sv_bless3 prototype.
18256      Branch: perl
18257            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
18258 ____________________________________________________________________________
18259 [    95] By: mbeattie                              on 1997/10/02  16:50:21
18260         Log: Fixed broken typemap for Thread.
18261      Branch: perlext
18262            ! Thread/typemap
18263 ____________________________________________________________________________
18264 [    94] By: mbeattie                              on 1997/10/02  16:34:03
18265         Log: Fix pod text in Lint.pm for private-names option.
18266      Branch: perlext
18267            ! Compiler/B/Lint.pm
18268 ____________________________________________________________________________
18269 [    93] By: mbeattie                              on 1997/10/02  13:44:46
18270         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
18271      Branch: perl
18272            ! MANIFEST embed.h
18273 ____________________________________________________________________________
18274 [    92] By: mbeattie                              on 1997/10/02  13:27:10
18275         Log: Add Todo.5.005
18276      Branch: perl
18277            + Todo.5.005
18278 ____________________________________________________________________________
18279 [    91] By: nick                                  on 1997/10/01  20:23:38
18280         Log: Raw _T# trial
18281      Branch: oneperl
18282            ! embed.h embed.pl proto.h sv.c
18283 ____________________________________________________________________________
18284 [    90] By: nick                                  on 1997/10/01  18:22:03
18285         Log: THIS + new sort stuff
18286      Branch: oneperl
18287            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
18288 ____________________________________________________________________________
18289 [    89] By: nick                                  on 1997/10/01  18:03:05
18290         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
18291      Branch: oneperl
18292            ! pp_ctl.c proto.h util.c
18293 ____________________________________________________________________________
18294 [    88] By: mbeattie                              on 1997/10/01  17:04:12
18295         Log: Start of Configure support for -Dusethreads plus associated
18296              Linux hints.
18297      Branch: perl
18298            ! Configure hints/linux.sh
18299 ____________________________________________________________________________
18300 [    87] By: mbeattie                              on 1997/10/01  17:03:34
18301         Log: Move runops_foo prototypes from proto.h to early in perl.h.
18302      Branch: perl
18303            ! perl.h proto.h
18304 ____________________________________________________________________________
18305 [    86] By: nick                                  on 1997/09/30  19:15:21
18306         Log: Debug hackery to thread.h - temporary
18307              Quick-fix qsort() replacement - more to come.
18308      Branch: oneperl
18309            ! thread.h util.c
18310 ____________________________________________________________________________
18311 [    85] By: mbeattie                              on 1997/09/30  15:50:27
18312         Log: Added Lint option regexp-variables.
18313      Branch: perlext
18314            ! Compiler/B/Lint.pm
18315 ____________________________________________________________________________
18316 [    84] By: mbeattie                              on 1997/09/30  15:11:07
18317         Log: Merge maint-5.004 branch (5.004_01) with mainline.
18318      Branch: perl
18319           +> Porting/makerel Porting/patchls hints/newsos4.sh
18320           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
18321           +> win32/config.vc win32/config_H.bc win32/config_H.vc
18322           +> win32/makefile.mk
18323            - win32/config.H win32/config.w32
18324           !> (integrate 109 files)
18325 ____________________________________________________________________________
18326 [    83] By: TimBunce                              on 1997/09/30  14:27:09
18327         Log: Maintenance 5.004_03 changes (addendum)
18328      Branch: maint-5.004/perl
18329            - win32/bin/search.bat
18330 ____________________________________________________________________________
18331 [    82] By: TimBunce                              on 1997/09/30  14:11:29
18332         Log: Maintenance 5.004_03 changes
18333      Branch: maint-5.004/perl
18334            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
18335            + win32/bin/webget.pl
18336            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
18337            - win32/bin/webget.bat
18338            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
18339            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
18340            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
18341            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
18342            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
18343            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18344            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
18345            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
18346            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
18347            ! win32/win32.c
18348 ____________________________________________________________________________
18349 [    81] By: TimBunce                              on 1997/09/30  13:17:27
18350         Log: Maintenance 5.004_02 changes
18351      Branch: maint-5.004/perl
18352            + win32/bin/runperl.bat
18353            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
18354            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
18355            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18356            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
18357            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18358            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
18359            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
18360            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
18361            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
18362            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
18363            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
18364            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
18365            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
18366            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18367            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
18368            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
18369            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
18370            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
18371            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
18372            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
18373            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
18374            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
18375            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
18376            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
18377            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
18378            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
18379            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
18380            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
18381            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
18382            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
18383            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
18384            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
18385            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
18386            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
18387            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
18388            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
18389            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
18390            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
18391            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
18392            ! win32/config.bc win32/config.vc win32/config_H.bc
18393            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
18394            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
18395            ! win32/win32io.c win32/win32io.h win32/win32iop.h
18396            ! win32/win32sck.c
18397 ____________________________________________________________________________
18398 [    80] By: nick                                  on 1997/09/29  20:31:43
18399         Log: Add some prototypes in attempt to flush out errors
18400              Tidy up vars.h usage.
18401      Branch: oneperl
18402            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
18403            ! proto.h util.c vars.h
18404 ____________________________________________________________________________
18405 [    79] By: nick                                  on 1997/09/29  17:12:07
18406         Log: Builds and passes tests without THISPTR
18407      Branch: oneperl
18408            ! MANIFEST global.sym perl.c perl.h vars.h
18409 ____________________________________________________________________________
18410 [    78] By: mbeattie                              on 1997/09/29  16:57:23
18411         Log: Re-introduce the changes from change 68 (runops becomes a
18412              function pointer and sv_bless3 for '~'-magic) which got lost
18413              during the preparation for the maint-merge.
18414      Branch: perl
18415            ! global.sym perl.h pp.c proto.h run.c sv.c
18416 ____________________________________________________________________________
18417 [    77] By: mbeattie                              on 1997/09/29  16:44:16
18418         Log: Start merge with maint-5.004 branch by creating an ancestral
18419              branch point via a fake resolution with the maint-merge branch.
18420              See Perforce Tech Note 9 for details.
18421      Branch: perl
18422           !> (integrate 864 files)
18423 ____________________________________________________________________________
18424 [    76] By: nick                                  on 1997/09/28  19:04:42
18425         Log: Code with this pointer compiles (but core dumps)
18426      Branch: oneperl
18427            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
18428            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
18429            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
18430            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
18431            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
18432            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
18433            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
18434            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
18435            ! vars.h
18436 ____________________________________________________________________________
18437 [    75] By: nick                                  on 1997/09/28  15:45:35
18438         Log: Quasi sensible starting point for aTHIS addition.
18439      Branch: oneperl
18440            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
18441 ____________________________________________________________________________
18442 [    74] By: nick                                  on 1997/09/28  11:23:32
18443         Log: Ooops - unwind perly.* stuff for now
18444      Branch: oneperl
18445            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
18446 ____________________________________________________________________________
18447 [    73] By: nick                                  on 1997/09/28  11:17:23
18448         Log: Builds and passes all tests again
18449      Branch: oneperl
18450            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
18451            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
18452 ____________________________________________________________________________
18453 [    72] By: nick                                  on 1997/09/28  10:47:01
18454         Log: Save "important things" before re-try
18455      Branch: oneperl
18456            + vars.h
18457            ! embed.pl thread.h thread.sym
18458 ____________________________________________________________________________
18459 [    71] By: nick                                  on 1997/09/26  17:47:31
18460         Log: Basic hacks to build with USE_THISPTR, not yet useful
18461              but builds miniperl and passes minitest with all thread 
18462              variables via a _GLOBAL_ thr variable rather than globals.
18463              Now for the local thr variable ...
18464      Branch: oneperl
18465            + thread.sym
18466            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
18467            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
18468            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
18469            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
18470            ! util.c vms/vms.c
18471 ____________________________________________________________________________
18472 [    70] By: mbeattie                              on 1997/09/23  14:29:23
18473         Log: Branch oneperl from mainline.
18474      Branch: oneperl
18475           +> (branch 871 files)
18476 ____________________________________________________________________________
18477 [    69] By: mbeattie                              on 1997/09/22  16:02:37
18478         Log: struct thread now stored in an SV and uses '~'-magic for access.
18479      Branch: perl
18480            ! thread.h
18481      Branch: perlext
18482            ! Thread/Thread.xs Thread/typemap
18483 ____________________________________________________________________________
18484 [    68] By: mbeattie                              on 1997/09/22  16:01:48
18485         Log: runops becomes a funtion pointer and sv_bless3 created
18486              to avoid pointer forgery with '~'-magic.
18487      Branch: perl
18488            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
18489 ____________________________________________________________________________
18490 [    67] By: mbeattie                              on 1997/09/22  15:45:56
18491         Log: More fprintf -> PerlIO_printf changes.
18492      Branch: perl
18493            ! perl.c pp_hot.c util.c
18494 ____________________________________________________________________________
18495 [    66] By: mbeattie                              on 1997/09/22  15:10:40
18496         Log: Minor multi-threading patches for VMS.
18497      Branch: perl
18498            ! mg.c thread.h vms/vms.c
18499 ____________________________________________________________________________
18500 [    65] By: mbeattie                              on 1997/09/15  14:09:11
18501         Log: Add undefined-subs option to Lint.pm.
18502      Branch: perlext
18503            ! Compiler/B/Lint.pm
18504 ____________________________________________________________________________
18505 [    64] By: mbeattie                              on 1997/09/10  16:39:41
18506         Log: Debugging output for lock handling.
18507      Branch: perl
18508            ! mg.c pp.c pp_hot.c util.c
18509 ____________________________________________________________________________
18510 [    63] By: mbeattie                              on 1997/09/10  14:49:00
18511         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
18512      Branch: perlext
18513           +> Thread/Thread/Semaphore.pm
18514            - Thread/Semaphore.pm
18515 ____________________________________________________________________________
18516 [    62] By: mbeattie                              on 1997/09/10  14:47:31
18517         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
18518      Branch: perlext
18519           +> Thread/Thread/Queue.pm
18520            - Thread/Queue.pm
18521 ____________________________________________________________________________
18522 [    61] By: mbeattie                              on 1997/09/10  13:56:50
18523         Log: Solaris fixes: delete pad and padname from thread.h and remove
18524              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
18525      Branch: perl
18526            ! thread.h x2p/Makefile.SH
18527
18528 ----------------
18529 Version 5.004_50        First developer release towards 5.005
18530 ----------------
18531
18532 Maintenance of the 5.004 version of perl continues with the 5.004_xx
18533 series, where 'xx' is <= 49.  Development of the next version, 5.005,
18534 starts with 5.004_50.
18535
18536 ____________________________________________________________________________
18537 [    60] By: mbeattie                              on 1997/09/09  16:57:41
18538         Log: Update README.threads to mention -DL.
18539      Branch: perl
18540            ! README.threads
18541 ____________________________________________________________________________
18542 [    59] By: mbeattie                              on 1997/09/09  16:49:08
18543         Log: Add Thread modules Queue.pm and Semaphore.pm
18544      Branch: perlext
18545            + Thread/Queue.pm Thread/Semaphore.pm
18546 ____________________________________________________________________________
18547 [    58] By: mbeattie                              on 1997/09/09  16:33:45
18548         Log: Update README.threads
18549      Branch: perl
18550            ! README.threads
18551 ____________________________________________________________________________
18552 [    57] By: mbeattie                              on 1997/09/09  16:26:47
18553         Log: Add debug info to Thread typemap.
18554      Branch: perlext
18555            ! Thread/typemap
18556 ____________________________________________________________________________
18557 [    56] By: mbeattie                              on 1997/09/09  15:04:26
18558         Log: Rewrite synchronisation of subs/methods and add attrs
18559              extension for specifying 'locked' and 'method' attributes.
18560      Branch: perl
18561            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
18562            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
18563            ! pp_hot.c proto.h sv.c sv.h toke.c
18564      Branch: perlext
18565            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
18566 ____________________________________________________________________________
18567 [    55] By: mbeattie                              on 1997/09/03  16:34:47
18568         Log: Add new keyword "lock" to Opcode.pm
18569      Branch: perl
18570            ! ext/Opcode/Opcode.pm
18571 ____________________________________________________________________________
18572 [    54] By: mbeattie                              on 1997/09/03  14:44:44
18573         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
18574      Branch: perl
18575            ! embed.h keywords.h
18576 ____________________________________________________________________________
18577 [    53] By: mbeattie                              on 1997/09/03  13:52:24
18578         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
18579      Branch: perl
18580            ! MANIFEST
18581 ____________________________________________________________________________
18582 [    52] By: mbeattie                              on 1997/09/03  13:41:20
18583         Log: Let Lint private_names catch out-of-package _foo methods.
18584      Branch: perlext
18585            ! Compiler/B/Lint.pm
18586 ____________________________________________________________________________
18587 [    51] By: mbeattie                              on 1997/09/03  13:20:12
18588         Log: Bump patchlevel.h to 5.004_50
18589      Branch: perl
18590            ! patchlevel.h
18591 ____________________________________________________________________________
18592 [    50] By: mbeattie                              on 1997/09/03  12:31:48
18593         Log: Make compiler build/work with devel 5.005
18594      Branch: perlext
18595            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
18596            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
18597 ____________________________________________________________________________
18598 [    49] By: mbeattie                              on 1997/09/03  12:28:05
18599         Log: Rename RESTART to INIT and associated changes
18600      Branch: perl
18601            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
18602            ! toke.c vms/perly_c.vms
18603 ____________________________________________________________________________
18604 [    48] By: mbeattie                              on 1997/09/02  15:54:27
18605         Log: Added private-names option.
18606      Branch: perlext
18607            ! Compiler/B/Lint.pm
18608 ____________________________________________________________________________
18609 [    47] By: mbeattie                              on 1997/09/02  11:54:55
18610         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
18611      Branch: perlext
18612            ! Compiler/cc_runtime.h
18613 ____________________________________________________________________________
18614 [    46] By: mbeattie                              on 1997/08/28  19:40:08
18615         Log: Missing sprintf in try_autoload.
18616      Branch: perlext
18617            ! Compiler/B/C.pm
18618 ____________________________________________________________________________
18619 [    45] By: mbeattie                              on 1997/08/13  16:15:25
18620         Log: Threading fixups for Digital UNIX.
18621      Branch: perl
18622            ! README.threads malloc.c perl.h toke.c
18623 ____________________________________________________________________________
18624 [    44] By: mbeattie                              on 1997/08/11  15:46:29
18625         Log: Assorted changes for multi-threading (now works rather more).
18626      Branch: perl
18627            + README.threads
18628            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
18629            ! toke.c util.c
18630      Branch: perlext
18631            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
18632            ! Thread/unsync.t
18633 ____________________________________________________________________________
18634 [    43] By: mbeattie                              on 1997/08/08  14:11:00
18635         Log: Made Lint check subs (and -u packages).
18636              Added support for dollar_underscore and implicit $_ in foreach.
18637      Branch: perlext
18638            ! Compiler/B/Lint.pm
18639 ____________________________________________________________________________
18640 [    42] By: TimBunce                              on 1997/07/25  17:15:57
18641         Log: Maintenance 5.004_01 changes
18642      Branch: maint-5.004/perl
18643            + Porting/makerel Porting/patchls hints/newsos4.sh
18644            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
18645            + win32/config.vc win32/config_H.bc win32/config_H.vc
18646            + win32/makefile.mk
18647            - win32/config.H win32/config.w32
18648            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
18649            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
18650            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
18651            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
18652            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
18653            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
18654            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
18655            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18656            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
18657            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
18658            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
18659            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
18660            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
18661            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
18662            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
18663            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
18664            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
18665            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
18666            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
18667            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
18668            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
18669            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
18670            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
18671            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
18672            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
18673            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
18674            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
18675            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
18676            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
18677            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
18678 ____________________________________________________________________________
18679 [    41] By: mbeattie                              on 1997/07/24  14:57:53
18680         Log: Start support for fake threads.
18681              pp_lock now returns its argument.
18682      Branch: perl
18683            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
18684            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
18685            ! util.c
18686      Branch: perlext
18687            ! Thread/Thread.xs
18688 ____________________________________________________________________________
18689 [    40] By: mbeattie                              on 1997/07/24  14:55:07
18690         Log: Add missing reset of eval_owner if doeval() fails to parse.
18691      Branch: perl
18692            ! pp_ctl.c
18693 ____________________________________________________________________________
18694 [    39] By: mbeattie                              on 1997/07/17  13:35:51
18695         Log: Fix multiple problems with lexical @_.
18696      Branch: perl
18697            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
18698            ! toke.c
18699 ____________________________________________________________________________
18700 [    38] By: mbeattie                              on 1997/07/16  17:02:09
18701         Log: Change %lx to %x in B::CV::save to prevent some CV
18702              fields becoming 0 in the init section. Add missing
18703              write_back in B::Stackobj::Padsv::load_double to fix
18704              test 22 of op/my.t.
18705      Branch: perlext
18706            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
18707 ____________________________________________________________________________
18708 [    37] By: mbeattie                              on 1997/07/10  11:28:16
18709         Log: Branch win32 developments from main perl branch.
18710      Branch: win32/perl
18711           +> (branch 867 files)
18712 ____________________________________________________________________________
18713 [    36] By: mbeattie                              on 1997/07/05  11:58:05
18714         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
18715              as well as provide_ref (5.003).
18716      Branch: perlext
18717            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
18718 ____________________________________________________________________________
18719 [    35] By: mbeattie                              on 1997/07/05  11:55:18
18720         Log: Introduce pp_lock.
18721      Branch: perl
18722            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
18723            ! pp.c pp_ctl.c toke.c
18724 ____________________________________________________________________________
18725 [    34] By: mbeattie                              on 1997/07/01  12:24:28
18726         Log: Support for op in global register (still buggy)
18727      Branch: perl
18728            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
18729            ! proto.h scope.c scope.h thread.h
18730 ____________________________________________________________________________
18731 [    33] By: mbeattie                              on 1997/06/24  16:34:24
18732         Log: Branch lexical warnings from perl branch.
18733      Branch: lexwarn/perl
18734           +> (branch 867 files)
18735 ____________________________________________________________________________
18736 [    32] By: mbeattie                              on 1997/06/24  14:33:57
18737         Log: Branch integration of maint-5.004 from relperl.
18738      Branch: mainline/perl
18739           +> (branch 600 files)
18740      Branch: maint-5.004/perl
18741           +> (branch 864 files)
18742 ____________________________________________________________________________
18743 [    31] By: mbeattie                              on 1997/06/20  11:46:50
18744         Log: corrected bad_type() prototype. 
18745      Branch: perl
18746            ! op.c
18747 ____________________________________________________________________________
18748 [    30] By: mbeattie                              on 1997/06/12  12:38:05
18749         Log: Tweak README.
18750      Branch: perlext
18751            ! Thread/README
18752 ____________________________________________________________________________
18753 [    29] By: mbeattie                              on 1997/06/12  12:34:59
18754         Log: Document -m option of CC backend.
18755      Branch: perlext
18756            ! Compiler/NOTES
18757 ____________________________________________________________________________
18758 [    28] By: mbeattie                              on 1997/06/12  12:25:05
18759         Log: Support sysseek introduced in 5.004.
18760      Branch: perlext
18761            ! Compiler/ccop.c Compiler/ccop.h
18762 ____________________________________________________________________________
18763 [    27] By: mbeattie                              on 1997/06/05  14:20:51
18764         Log: More fixups for thrperl integration.
18765      Branch: perl
18766            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
18767            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
18768            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
18769            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
18770            ! util.c
18771 ____________________________________________________________________________
18772 [    25] By: mbeattie                              on 1997/05/28  15:11:24
18773         Log: Fixups for thrperl integration.
18774      Branch: perl
18775            ! embed.h keywords.h op.c opcode.h perl.c util.c
18776 ____________________________________________________________________________
18777 [    24] By: mbeattie                              on 1997/05/26  20:10:42
18778         Log: Integrate thrperl 5.003->5.004.
18779      Branch: perl
18780           +> thread.h
18781           !> (integrate 33 files)
18782 ____________________________________________________________________________
18783 [    23] By: mbeattie                              on 1997/05/26  11:45:39
18784         Log: Fix ppname when saving subs.
18785      Branch: perlext
18786            ! Compiler/B/C.pm
18787 ____________________________________________________________________________
18788 [    22] By: mbeattie                              on 1997/05/26  11:45:03
18789         Log: -mFoo option now forces -uFoo.
18790      Branch: perlext
18791            ! Compiler/B/CC.pm
18792 ____________________________________________________________________________
18793 [    21] By: mbeattie                              on 1997/05/26  11:43:37
18794         Log: Put back objsym/savesym (used by walkoptree_exec).
18795      Branch: perlext
18796            ! Compiler/B.pm
18797 ____________________________________________________________________________
18798 [    20] By: mbeattie                              on 1997/05/26  11:38:45
18799         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
18800      Branch: perl
18801            ! av.c global.sym
18802 ____________________________________________________________________________
18803 [    19] By: mbeattie                              on 1997/05/25  21:19:38
18804         Log: Fix up integration 5.003->5.004.
18805      Branch: perl
18806            + lib/Class/Fields.pm lib/ISA.pm
18807            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
18808            ! toke.c
18809 ____________________________________________________________________________
18810 [    18] By: mbeattie                              on 1997/05/25  10:31:21
18811         Log: First stab at 5.003 -> 5.004 integration.
18812      Branch: perl
18813           +> (branch 291 files)
18814            - Changes.Conf ext/DynaLoader/dl_os2.xs
18815            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
18816            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
18817            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18818            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
18819            - lib/chat2.pl lib/splain os2/README os2/README.old
18820            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
18821            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
18822            - x2p/handy.h x2p/s2p.man
18823           !> (integrate 392 files)
18824 ____________________________________________________________________________
18825 [    17] By: mbeattie                              on 1997/05/24  18:46:49
18826         Log: Wholesale update to 5.004.
18827      Branch: relperl
18828            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
18829            + Porting/Glossary Porting/pumpkin.pod README.amiga
18830            + README.cygwin32 README.os2 README.plan9 README.qnx
18831            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
18832            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
18833            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
18834            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
18835            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
18836            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18837            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18838            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
18839            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
18840            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
18841            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
18842            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
18843            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
18844            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
18845            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
18846            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
18847            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18848            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
18849            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
18850            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
18851            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
18852            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
18853            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
18854            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
18855            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
18856            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
18857            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
18858            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
18859            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
18860            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
18861            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
18862            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
18863            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
18864            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
18865            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
18866            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
18867            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
18868            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
18869            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
18870            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
18871            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
18872            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
18873            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
18874            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
18875            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
18876            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
18877            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
18878            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
18879            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
18880            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
18881            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
18882            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
18883            + plan9/config.plan9 plan9/exclude plan9/fndvers
18884            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
18885            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
18886            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
18887            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
18888            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18889            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18890            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
18891            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
18892            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
18893            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
18894            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
18895            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
18896            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
18897            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
18898            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
18899            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
18900            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
18901            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
18902            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
18903            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
18904            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
18905            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
18906            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
18907            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
18908            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
18909            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
18910            + t/pragma/warn-1global t/pragma/warning.t universal.c
18911            + utils/splain.PL vms/ext/DCLsym/0README.txt
18912            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
18913            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
18914            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
18915            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
18916            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
18917            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
18918            + win32/config.H win32/config.w32 win32/config_h.PL
18919            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
18920            + win32/include/arpa/inet.h win32/include/dirent.h
18921            + win32/include/netdb.h win32/include/sys/socket.h
18922            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
18923            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
18924            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
18925            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
18926            + x2p/proto.h
18927            - Changes.Conf ext/DynaLoader/dl_os2.xs
18928            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
18929            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
18930            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18931            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
18932            - lib/chat2.pl lib/splain os2/README os2/README.old
18933            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
18934            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
18935            - x2p/handy.h x2p/s2p.man
18936            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
18937            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
18938            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
18939            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
18940            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
18941            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
18942            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
18943            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
18944            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
18945            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
18946            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
18947            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
18948            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
18949            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
18950            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
18951            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
18952            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18953            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
18954            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
18955            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
18956            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
18957            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
18958            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
18959            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
18960            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
18961            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
18962            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
18963            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
18964            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
18965            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
18966            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
18967            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
18968            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
18969            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
18970            ! installman installperl interp.sym keywords.h keywords.pl
18971            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
18972            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
18973            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
18974            ! lib/Exporter.pm lib/ExtUtils/Install.pm
18975            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
18976            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18977            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
18978            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18979            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
18980            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
18981            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
18982            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
18983            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
18984            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
18985            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
18986            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
18987            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
18988            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
18989            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
18990            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
18991            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
18992            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
18993            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
18994            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
18995            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
18996            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
18997            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
18998            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
18999            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
19000            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
19001            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
19002            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
19003            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
19004            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
19005            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
19006            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
19007            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
19008            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
19009            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
19010            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
19011            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
19012            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
19013            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
19014            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
19015            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
19016            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
19017            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
19018            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
19019            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
19020            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
19021            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
19022            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
19023            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
19024            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
19025            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
19026            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
19027            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
19028            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
19029            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
19030            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
19031            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
19032            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
19033            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
19034            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
19035            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
19036            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
19037            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
19038            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
19039            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
19040            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
19041            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
19042            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
19043            ! x2p/util.h x2p/walk.c
19044 ____________________________________________________________________________
19045 [    16] By: mbeattie                              on 1997/05/23  22:42:08
19046         Log: Initial integration of relperl from 5.003.
19047      Branch: relperl
19048           +> (branch 600 files)
19049 ____________________________________________________________________________
19050 [    14] By: mbeattie                              on 1997/05/12  20:22:56
19051         Log: Finish code generation rewrite. Clean up B::Section class and
19052              handle symbol table translation internally. Simple .pm modules
19053              now compile OK.
19054      Branch: perlext
19055            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
19056            ! Compiler/B/CC.pm
19057 ____________________________________________________________________________
19058 [    13] By: mbeattie                              on 1997/05/05  19:41:18
19059         Log: Don't make pp_enter and pp_return trigger basic blocks.
19060      Branch: perlext
19061            ! Compiler/B/Bblock.pm
19062 ____________________________________________________________________________
19063 [    12] By: mbeattie                              on 1997/05/05  19:40:16
19064         Log: Rewrite code generation. Sections (de)multiplexed into a
19065              temporary file instead of stored in arrays.
19066      Branch: perlext
19067            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
19068 ____________________________________________________________________________
19069 [    11] By: mbeattie                              on 1997/05/03  20:20:59
19070         Log: Development to pre-alpha4
19071      Branch: perlext
19072            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
19073            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
19074            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
19075            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
19076            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
19077            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
19078            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
19079            ! Compiler/test_harness Compiler/test_harness_cc
19080 ____________________________________________________________________________
19081 [    10] By: mbeattie                              on 1997/05/03  14:47:06
19082         Log: Initial check-in of perl compiler.
19083      Branch: perlext
19084            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
19085            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
19086            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
19087            + Compiler/B/CC.pm Compiler/B/Debug.pm
19088            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
19089            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
19090            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
19091            + Compiler/O.pm Compiler/README Compiler/TESTS
19092            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
19093            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
19094            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
19095            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
19096            + Compiler/disassemble Compiler/old/README.feb11
19097            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
19098            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
19099            + Compiler/op.patch Compiler/ramblings/cc.notes
19100            + Compiler/ramblings/curcop.runtime
19101            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
19102            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
19103            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
19104            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
19105            + Compiler/ramblings/runtime.porting
19106            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
19107            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
19108            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
19109            + Compiler/test_harness_bytecode Compiler/test_harness_cc
19110            + Compiler/typemap
19111 ____________________________________________________________________________
19112 [     9] By: mbeattie                              on 1997/05/02  19:03:49
19113         Log: Don't require CvDEPTH == 0 when bombing out of subs.
19114      Branch: thrperl
19115            ! pp_hot.c
19116 ____________________________________________________________________________
19117 [     8] By: mbeattie                              on 1997/04/23  19:06:45
19118         Log: Added programmer-level condition variables via "condpair" magic.
19119              Added support for detached threads and tweaked a few things.
19120      Branch: thrperl
19121            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
19122            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
19123            ! util.c
19124 ____________________________________________________________________________
19125 [     7] By: mbeattie                              on 1997/04/23  19:04:18
19126         Log: Rewrote programmer-level condition variables from scratch. Added
19127              support for detaching threads. Fixed handling for arguments
19128              passed in to threads and return values for joined threads.
19129      Branch: perlext
19130            + Thread/lock.t
19131            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
19132            ! Thread/typemap
19133 ____________________________________________________________________________
19134 [     6] By: mbeattie                              on 1997/04/10  20:17:26
19135         Log: Initial check-in of Thread module.
19136      Branch: perlext
19137            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
19138            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
19139            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
19140            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
19141            + Thread/unsync4.t
19142 ____________________________________________________________________________
19143 [     5] By: mbeattie                              on 1997/04/10  20:05:52
19144         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
19145              missing parens (pad allocation) in the tokener.
19146      Branch: thrperl
19147            ! op.c pp_ctl.c toke.c
19148 ____________________________________________________________________________
19149 [     4] By: mbeattie                              on 1997/03/28  18:40:44
19150         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
19151      Branch: thrperl
19152            + thread.h
19153            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
19154            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
19155            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
19156            ! run.c scope.c sv.c sv.h toke.c util.c
19157 ____________________________________________________________________________
19158 [     3] By: mbeattie                              on 1997/03/28  13:36:23
19159         Log: Branch 5.003 -> thrperl
19160      Branch: thrperl
19161           +> (branch 600 files)
19162 ____________________________________________________________________________
19163 [     2] By: mbeattie                              on 1997/03/28  13:32:21
19164         Log: Initial devel changes.
19165              Pseudo-hashes. Optional strong typing. RESTART {}.
19166      Branch: perl
19167            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
19168            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
19169            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
19170 ____________________________________________________________________________
19171 [     1] By: mbeattie                              on 1997/03/28  13:17:33
19172         Log: Perl 5.003 check-in
19173      Branch: perl
19174            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
19175            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
19176            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
19177            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
19178            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
19179            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19180            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19181            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19182            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19183            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19184            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19185            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19186            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19187            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
19188            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
19189            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
19190            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
19191            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
19192            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
19193            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
19194            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
19195            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
19196            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
19197            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
19198            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
19199            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19200            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
19201            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
19202            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
19203            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
19204            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
19205            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
19206            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
19207            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
19208            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
19209            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
19210            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
19211            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
19212            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
19213            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
19214            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
19215            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
19216            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19217            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
19218            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
19219            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
19220            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
19221            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
19222            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
19223            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
19224            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
19225            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
19226            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
19227            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
19228            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
19229            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
19230            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
19231            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
19232            + hints/README.hints hints/aix.sh hints/altos486.sh
19233            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
19234            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
19235            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
19236            + hints/fps.sh hints/freebsd.sh hints/genix.sh
19237            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
19238            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
19239            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
19240            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
19241            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
19242            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
19243            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
19244            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
19245            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
19246            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
19247            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
19248            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
19249            + hints/uts.sh hv.c hv.h installman installperl interp.sym
19250            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
19251            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
19252            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
19253            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
19254            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
19255            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19256            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
19257            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19258            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
19259            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
19260            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
19261            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
19262            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
19263            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
19264            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
19265            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
19266            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
19267            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
19268            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
19269            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
19270            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
19271            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
19272            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
19273            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
19274            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
19275            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
19276            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
19277            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
19278            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
19279            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
19280            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
19281            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
19282            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
19283            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
19284            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
19285            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
19286            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
19287            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
19288            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
19289            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
19290            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
19291            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
19292            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
19293            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
19294            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
19295            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
19296            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
19297            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
19298            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
19299            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
19300            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
19301            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
19302            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
19303            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
19304            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
19305            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
19306            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
19307            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
19308            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
19309            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
19310            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
19311            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
19312            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
19313            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
19314            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
19315            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
19316            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
19317            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
19318            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
19319            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
19320            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
19321            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
19322            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
19323            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
19324            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
19325            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
19326            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
19327            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
19328            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
19329            + vms/Makefile vms/config.vms vms/descrip.mms
19330            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
19331            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
19332            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
19333            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
19334            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
19335            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
19336            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
19337            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
19338            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
19339            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
19340            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
19341            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
19342            + x2p/walk.c