daba3c36681d4598cfa003a5a4fed8b35759ac85
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_56        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3043] By: gsar                                  on 1999/03/01  00:14:15
83         Log: integrate cfgperl contents into mainline
84      Branch: perl
85            ! pod/perldelta.pod
86           !> Configure config_h.SH
87 ____________________________________________________________________________
88 [  3042] By: gsar                                  on 1999/02/28  23:55:08
89         Log: slightly edited version of suggested patch
90              From: jan.dubois@ibm.net (Jan Dubois)
91              Date: Mon, 01 Mar 1999 00:32:05 +0100
92              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
93              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
94      Branch: perl
95            + lib/File/Spec/Functions.pm
96            ! MANIFEST lib/File/Spec.pm
97 ____________________________________________________________________________
98 [  3041] By: gsar                                  on 1999/02/28  22:47:19
99         Log: fix subtle bug in eval'' testsuite
100      Branch: perl
101            ! t/op/eval.t
102 ____________________________________________________________________________
103 [  3040] By: gsar                                  on 1999/02/28  22:46:24
104         Log: avoid literal control characters in change#3039
105      Branch: perl
106            ! t/base/lex.t
107 ____________________________________________________________________________
108 [  3039] By: gsar                                  on 1999/02/28  21:47:18
109         Log: todo item: permit extended control variables a la ${^Foo} (patch
110              courtesy Mark-Jason Dominus <mjd@plover.com>)
111      Branch: perl
112            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
113            ! t/base/lex.t toke.c
114 ____________________________________________________________________________
115 [  3038] By: gsar                                  on 1999/02/28  21:21:05
116         Log: From: abigail@fnx.com
117              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
118              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
119              Subject: Recognize -> and => inside [A-Z]<> sequences.
120      Branch: perl
121            ! pod/pod2man.PL
122 ____________________________________________________________________________
123 [  3037] By: gsar                                  on 1999/02/28  21:12:22
124         Log: fix longstanding bug: searches for lexicals originating within eval''
125              weren't stopping at the subroutine boundary correctly
126      Branch: perl
127            ! op.c proto.h t/op/eval.t
128 ____________________________________________________________________________
129 [  3036] By: gsar                                  on 1999/02/28  20:02:29
130         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
131              as stacked list values
132              From: jan.dubois@ibm.net (Jan Dubois)
133              Date: Sat, 27 Feb 1999 18:24:17 +0100
134              Message-ID: <36e22849.36531259@smtp1.ibm.net>
135              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
136      Branch: perl
137            ! win32/win32.c
138 ____________________________________________________________________________
139 [  3035] By: gsar                                  on 1999/02/28  19:48:54
140         Log: remove superfluous stack_sp decl
141      Branch: perl
142            ! jpl/JNI/JNI.xs
143 ____________________________________________________________________________
144 [  3034] By: gsar                                  on 1999/02/28  19:34:58
145         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
146      Branch: perl
147            ! lib/Getopt/Std.pm
148 ____________________________________________________________________________
149 [  3033] By: gsar                                  on 1999/02/28  19:23:41
150         Log: add File::Compare::compare_text()
151              From: jan.dubois@ibm.net (Jan Dubois)
152              Date: Fri, 26 Feb 1999 00:20:41 +0100
153              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
154              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
155      Branch: perl
156            ! lib/File/Compare.pm pod/perltodo.pod
157 ____________________________________________________________________________
158 [  3032] By: gsar                                  on 1999/02/28  19:01:33
159         Log: add README.hpux
160      Branch: perl
161            + README.hpux
162            ! MAINTAIN MANIFEST
163 ____________________________________________________________________________
164 [  3031] By: gsar                                  on 1999/02/28  18:49:08
165         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
166              James Cromie <jcromie@fossil.uswc.uswest.com>
167      Branch: perl
168            ! lib/Pod/Html.pm
169 ____________________________________________________________________________
170 [  3030] By: gsar                                  on 1999/02/28  18:35:09
171         Log: From: jan.dubois@ibm.net (Jan Dubois)
172              Date: Wed, 24 Feb 1999 22:34:56 +0100
173              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
174              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
175      Branch: perl
176            ! lib/Test/Harness.pm
177 ____________________________________________________________________________
178 [  3029] By: gsar                                  on 1999/02/28  18:28:18
179         Log: add note about env pollution
180      Branch: perl
181            ! INSTALL pod/perltodo.pod
182 ____________________________________________________________________________
183 [  3028] By: jhi                                   on 1999/02/26  14:40:00
184         Log: HP-UX 11 threads.
185              
186              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
187              To: perl5-porters@perl.org
188              Cc: jhi@cc.hut.fi
189              Subject: Maint 5 and _54 with threading on HP-UX 11.00
190              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
191              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
192              
193              NOTE from jhi: the hpux hints could still be more robust by
194              disabling gdbm when necessary.
195              
196              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
197              linking -lgdbm -lpthread creates an executable that instantly
198              core dumps on a pthreads internal panic:
199              
200              ./gdpt
201              
202              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
203              Return Pointer is 0xc082bf33
204              17639 quit (core dumped)  ./gdpt
205              
206              You don't have to *use* either gdbm or pthreads in the executable,
207              just linking them together is enough.  Workaround is to recompile
208              the GDBM under HP-UX 11, that makes the problem go away.
209      Branch: maint-5.005/perl
210            ! hints/hpux.sh thread.h
211 ____________________________________________________________________________
212 [  3025] By: jhi                                   on 1999/02/25  20:41:07
213         Log: Temporary workaround for the config_h.SH versus
214              crosscompile and multiarch plus introduce 'rt'
215              to $libswanted: in UNIX98 sched_yield() lives there.
216      Branch: cfgperl
217            ! Configure config_h.SH
218 ____________________________________________________________________________
219 [  3024] By: jhi                                   on 1999/02/24  12:54:59
220         Log: Integrate from mainperl.
221      Branch: cfgperl
222           +> t/lib/fatal.t
223           !> (integrate 44 files)
224 ____________________________________________________________________________
225 [  3023] By: gsar                                  on 1999/02/24  07:02:12
226         Log: integrate cfgperl contents
227      Branch: perl
228           !> (integrate 30 files)
229 ____________________________________________________________________________
230 [  3022] By: gsar                                  on 1999/02/24  05:59:47
231         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
232              Date: 23 Feb 1999 17:53:22 -0700
233              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
234              Subject: [PATCH: _55] perldoc -q broken
235      Branch: perl
236            ! utils/perldoc.PL
237 ____________________________________________________________________________
238 [  3021] By: gsar                                  on 1999/02/24  05:51:53
239         Log: ansify perlio.c, fix PerlIO-ish typos
240      Branch: perl
241            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
242            ! iperlsys.h perlio.c
243 ____________________________________________________________________________
244 [  3020] By: gsar                                  on 1999/02/24  05:28:06
245         Log: adjust a Perl_malloc() flag for NeXT
246              From: Hans Mulder <hansm@icgned.icgroup.nl>
247              Date: Tue, 23 Feb 99 00:26:25 +0100
248              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
249              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
250      Branch: perl
251            ! perl.h
252 ____________________________________________________________________________
253 [  3019] By: gsar                                  on 1999/02/24  05:19:42
254         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
255      Branch: perl
256            ! pod/perltodo.pod
257 ____________________________________________________________________________
258 [  3018] By: gsar                                  on 1999/02/24  04:15:18
259         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
260              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
261              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
262              Subject: improved error message [PATCH _55] [RESEND]
263      Branch: perl
264            ! sv.c
265 ____________________________________________________________________________
266 [  3017] By: gsar                                  on 1999/02/24  03:50:34
267         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
268              Date: Sun, 21 Feb 1999 20:02:18 -0700
269              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
270              Subject: perlfunc updates (against 55)
271      Branch: perl
272            ! pod/perlfunc.pod
273 ____________________________________________________________________________
274 [  3016] By: gsar                                  on 1999/02/24  03:17:05
275         Log: testsuite adjustments
276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
277              Date: Sat, 20 Feb 1999 15:24:57 +0000
278              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
279              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
280      Branch: perl
281            ! t/lib/io_sock.t t/op/lex_assign.t
282 ____________________________________________________________________________
283 [  3015] By: gsar                                  on 1999/02/24  02:54:47
284         Log: avoid modifying readonly values from qw()
285      Branch: perl
286            ! lib/ExtUtils/MM_Unix.pm
287 ____________________________________________________________________________
288 [  3014] By: gsar                                  on 1999/02/24  02:49:04
289         Log: more "correct" utbuf for utime()
290      Branch: perl
291            ! doio.c
292 ____________________________________________________________________________
293 [  3013] By: jhi                                   on 1999/02/22  19:27:44
294         Log: Fix MacPerl version, change PowerUX to PowerMAX.
295              
296              From: Chris Nandor <pudge@pobox.com>
297              To: jhi@iki.fi
298              Cc: perl5-porters@perl.org
299              Subject: Re: perl current availability as documented by perl.pod
300              Date: Sun, 21 Feb 1999 11:06:03 -0500
301              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
302              
303              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
304              To: jhi@iki.fi
305              Cc: perl5-porters@perl.org
306              Subject: Re: perl current availability as documented by perl.pod
307              Date: Mon, 22 Feb 1999 13:08:30 GMT
308              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
309      Branch: cfgperl
310            ! pod/perl.pod
311      Branch: maint-5.005/perl
312            ! pod/perl.pod
313 ____________________________________________________________________________
314 [  3012] By: jhi                                   on 1999/02/22  10:26:11
315         Log: Snapshot the cross-compilation/multiarchitecture stuff
316              (currently broken in next)
317      Branch: cfgperl
318            ! Configure config_h.SH pp.c
319 ____________________________________________________________________________
320 [  3011] By: jhi                                   on 1999/02/22  10:24:51
321         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
322              To: gsar@activestate.com (Gurusamy Sarathy)
323              Cc: perl5-porters@perl.org (Perl5 Porters)
324              Subject: [PATCH 5.005_55] DB_File 1.64 patch
325              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
326              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
327      Branch: cfgperl
328            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
329            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
330 ____________________________________________________________________________
331 [  3009] By: jhi                                   on 1999/02/22  09:14:26
332         Log: Scratch #3008 and introduce $crosscompile and $multiarch
333              also in non-Configure lands.
334      Branch: cfgperl
335            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
336            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
337            ! win32/config.gc win32/config.vc win32/config_H.bc
338            ! win32/config_H.gc win32/config_H.vc
339 ____________________________________________________________________________
340 [  3008] By: jhi                                   on 1999/02/22  08:58:04
341         Log: Add -DMULTIARCH (see change #3006).
342      Branch: cfgperl
343            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
344 ____________________________________________________________________________
345 [  3007] By: jhi                                   on 1999/02/22  08:54:06
346         Log: Undo the references to local{lib,arch} introduced by #3006.
347      Branch: cfgperl
348            ! Configure config_h.SH
349 ____________________________________________________________________________
350 [  3006] By: jhi                                   on 1999/02/22  08:43:50
351         Log: From: hansm@icgned.icgroup.nl
352              To: perlbug@perl.com
353              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
354              Date: Sun, 21 Feb 1999 22:58:55 +0100
355              Reply-To: hansmu@xs4all.nl
356              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
357              
358              plus other Configure changes: prepare for cross-compilation/
359              multiarchitecture builds.
360      Branch: cfgperl
361            ! Configure config_h.SH
362 ____________________________________________________________________________
363 [  3005] By: jhi                                   on 1999/02/22  08:35:30
364         Log: Configure/Perl knew how to look for use Mach cthreads
365              but Configure didn't let them to be used ($osname 'next').
366      Branch: cfgperl
367            ! Configure config_h.SH
368      Branch: maint-5.005/perl
369            ! Configure
370 ____________________________________________________________________________
371 [  3004] By: jhi                                   on 1999/02/21  15:46:02
372         Log: Update Acorn AVAILABILITY.
373      Branch: cfgperl
374            ! pod/perl.pod
375      Branch: maint-5.005/perl
376            ! pod/perl.pod
377 ____________________________________________________________________________
378 [  3003] By: jhi                                   on 1999/02/21  14:50:42
379         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
380              To: perl5-porters@perl.org (Perl 5 Porters)
381              Subject: PATCH: perlref.pod - symbolic ref example
382              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
383              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
384      Branch: cfgperl
385            ! pod/perlref.pod
386      Branch: maint-5.005/perl
387            ! pod/perlref.pod
388 ____________________________________________________________________________
389 [  3002] By: jhi                                   on 1999/02/21  14:35:22
390         Log: Sync cfgperl with maint-5.005 change #3000.
391      Branch: cfgperl
392            ! pod/perlfunc.pod t/op/pack.t
393 ____________________________________________________________________________
394 [  2999] By: gsar                                  on 1999/02/20  22:48:30
395         Log: From:    John Bley <jbb6@acpub.duke.edu>
396              Date:    Sat, 20 Feb 1999 16:02:34 EST
397              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
398              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
399      Branch: perl
400            ! regcomp.c
401 ____________________________________________________________________________
402 [  2998] By: jhi                                   on 1999/02/20  14:13:06
403         Log: Enhanced the endianness description.
404      Branch: cfgperl
405            ! pod/perlfunc.pod
406 ____________________________________________________________________________
407 [  2996] By: jhi                                   on 1999/02/20  13:55:41
408         Log: Glossary now mostly fixed.
409      Branch: cfgperl
410            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
411            ! config_h.SH
412 ____________________________________________________________________________
413 [  2994] By: jhi                                   on 1999/02/20  11:58:33
414         Log: Perldeltify GNU/Hurd.
415      Branch: cfgperl
416            ! pod/perldelta.pod
417 ____________________________________________________________________________
418 [  2993] By: gsar                                  on 1999/02/20  00:59:10
419         Log: fix typo in Perl_sbrk()
420              From: hansm@icgned.icgroup.nl
421              Date: Fri, 19 Feb 1999 23:19:31 +0100
422              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
423              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
424      Branch: perl
425            ! malloc.c
426 ____________________________________________________________________________
427 [  2992] By: gsar                                  on 1999/02/20  00:51:08
428         Log: integrate change#2980 from maint-5.005
429      Branch: perl
430           !> utils/h2xs.PL
431 ____________________________________________________________________________
432 [  2991] By: gsar                                  on 1999/02/20  00:34:01
433         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
434              Date: Thu, 18 Feb 1999 18:51:38 +0000
435              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
436              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
437      Branch: perl
438            ! pp_hot.c t/op/pat.t
439 ____________________________________________________________________________
440 [  2990] By: gsar                                  on 1999/02/20  00:30:48
441         Log: From: jan.dubois@ibm.net (Jan Dubois)
442              Date: Thu, 18 Feb 1999 19:14:07 +0100
443              Message-ID: <36d15809.40853323@smtp1.ibm.net>
444              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
445      Branch: perl
446            ! win32/win32.c
447 ____________________________________________________________________________
448 [  2989] By: gsar                                  on 1999/02/20  00:27:01
449         Log: do poll() emulation unless HAS_POLL && I_POLL
450      Branch: perl
451            ! ext/IO/poll.h
452 ____________________________________________________________________________
453 [  2988] By: gsar                                  on 1999/02/19  23:52:12
454         Log: tweak RE for NaNQ? recognition
455      Branch: perl
456            ! t/lib/bigfloatpm.t
457 ____________________________________________________________________________
458 [  2987] By: gsar                                  on 1999/02/19  23:29:59
459         Log: mention C<use utf8> and C<use warning> in perldelta
460      Branch: perl
461            ! pod/perldelta.pod
462 ____________________________________________________________________________
463 [  2985] By: jhi                                   on 1999/02/19  20:43:19
464         Log: pack/unpack better in (network-)short-non-16-bits and
465              (network-)long-non-32-bits systems such as Cray C90.
466      Branch: cfgperl
467            ! perl.h pp.c t/op/pack.t
468 ____________________________________________________________________________
469 [  2984] By: jhi                                   on 1999/02/19  20:38:54
470         Log: Regen Configure.
471      Branch: cfgperl
472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
473            ! perl.c
474 ____________________________________________________________________________
475 [  2982] By: jhi                                   on 1999/02/19  19:51:49
476         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
477              not probed for and         
478              
479              From: "Kurt D. Starsinic" <kstar@chapin.edu>
480              To: Chaim Frenkel <chaimf@pobox.com>,
481              Russ Allbery <rra@stanford.edu>,
482              Jarkko Hietaniemi <jhi@iki.fi>,
483              Gurusamy Sarathy <gsar@activestate.com>,
484              Graham Barr <gbarr@pobox.com>
485              Cc: bdensch@ameritech.net, perlbug@perl.com
486              Subject: [PATCH] Re: Solaris 7 for Intel
487              Message-ID: <19990219124404.A30182@O2.chapin.edu>
488              
489              Glossary is still missing some terms because
490              mkglossary is misbehaving (change #2981 updated
491              Glossary manually)
492      Branch: cfgperl
493            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
494            ! Porting/config_H
495 ____________________________________________________________________________
496 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
497         Log: Make result of h2xs work when user adds C<use strict>
498      Branch: maint-5.005/perl
499            ! utils/h2xs.PL
500 ____________________________________________________________________________
501 [  2979] By: gsar                                  on 1999/02/19  05:24:29
502         Log: doc for change#2978
503      Branch: perl
504            ! pod/perlsub.pod
505 ____________________________________________________________________________
506 [  2978] By: gsar                                  on 1999/02/19  05:08:29
507         Log: bring '*' prototype closer to how it behaves internally
508      Branch: perl
509            + t/lib/fatal.t
510            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
511 ____________________________________________________________________________
512 [  2977] By: gsar                                  on 1999/02/19  02:50:31
513         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
514      Branch: perl
515            ! perly.h
516 ____________________________________________________________________________
517 [  2975] By: gsar                                  on 1999/02/18  21:41:57
518         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
519              of lexical searches in BEGIN|INIT|END)
520      Branch: perl
521            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
522            ! vms/perly_c.vms
523 ____________________________________________________________________________
524 [  2974] By: gsar                                  on 1999/02/18  21:03:06
525         Log: missing PERL_POLLUTE_MALLOC
526      Branch: perl
527            ! ext/SDBM_File/sdbm/sdbm.h
528 ____________________________________________________________________________
529 [  2973] By: gsar                                  on 1999/02/18  17:10:49
530         Log: From:    Andy Dougherty <doughera@lafayette.edu>
531              Date:    Wed, 17 Feb 1999 17:22:50 EST
532              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
533              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
534      Branch: perl
535            ! lib/dotsh.pl
536 ____________________________________________________________________________
537 [  2972] By: gsar                                  on 1999/02/18  17:04:12
538         Log: s/#defined/#define/
539      Branch: perl
540            ! ext/Data/Dumper/Dumper.xs
541 ____________________________________________________________________________
542 [  2970] By: gsar                                  on 1999/02/18  03:26:43
543         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
544      Branch: perl
545            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
546            ! ext/GDBM_File/typemap
547 ____________________________________________________________________________
548 [  2969] By: gsar                                  on 1999/02/17  23:30:47
549         Log: correct slurp mode doc
550      Branch: perl
551            ! pod/perlfunc.pod pod/perlop.pod
552 ____________________________________________________________________________
553 [  2968] By: jhi                                   on 1999/02/17  23:15:49
554         Log: Ultrix hints update.
555              
556              From: Spider Boardman <spider@zk3.dec.com>
557              To: perlbug@perl.com
558              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
559              Date: Tue, 16 Feb 1999 23:04:28 -0500
560              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
561      Branch: cfgperl
562            ! hints/ultrix_4.sh
563 ____________________________________________________________________________
564 [  2966] By: jhi                                   on 1999/02/17  23:09:21
565         Log: Change #2965 wiped out some Sarathy's _55 changes.
566              Now unwiped.
567      Branch: cfgperl
568            ! Configure pp.c t/op/pack.t
569 ____________________________________________________________________________
570 [  2965] By: jhi                                   on 1999/02/17  23:00:04
571         Log: Configure tweaks.
572              
573              Fix the Unixware/SCO uname scan:
574              
575              From: Tom Hughes <thh@cyberscience.com>
576              To: perlbug@perl.com
577              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
578              Date: 17 Feb 1999 15:34:15 +0000    
579              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
580              
581              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
582              
583              From: Joe Buehler <jhpb@hekimian.com>
584              To: perl5-porters@perl.org
585              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
586              Date: 12 Feb 1999 11:25:21 -0500
587              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
588              
589              Make the pthreads joinable constant scan to output to fd 4, not 2.
590      Branch: cfgperl
591            ! Configure
592 ____________________________________________________________________________
593 [  2964] By: gsar                                  on 1999/02/17  21:30:07
594         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
595              Date: Wed, 17 Feb 1999 06:53:13 -0700
596              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
597              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
598      Branch: perl
599            ! lib/Pod/Functions.pm
600 ____________________________________________________________________________
601 [  2963] By: gsar                                  on 1999/02/17  21:18:21
602         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
603              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
604              Date: Wed, 17 Feb 1999 10:06:01 +0000
605              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
606              Subject: Re: [5.005_53] panic: pad_free curpad 
607      Branch: perl
608            ! regcomp.c regexec.c t/op/misc.t
609 ____________________________________________________________________________
610 [  2962] By: gsar                                  on 1999/02/16  21:26:28
611         Log: NaNQ? tweak
612      Branch: perl
613            ! t/lib/bigfloatpm.t
614 ____________________________________________________________________________
615 [  2961] By: jhi                                   on 1999/02/16  19:26:38
616         Log: Integrate from mainperl.
617      Branch: cfgperl
618           !> (integrate 37 files)
619 ____________________________________________________________________________
620 [  2960] By: gsar                                  on 1999/02/16  18:04:29
621         Log: undo change#2465 (qw[] is a real list now)
622      Branch: perl
623            ! pod/perlop.pod
624 ____________________________________________________________________________
625 [  2959] By: gsar                                  on 1999/02/16  07:09:33
626         Log: this was 5.005_55
627      Branch: perl
628            ! Changes
629
630 ----------------
631 Version 5.005_55
632 ----------------
633
634 ____________________________________________________________________________
635 [  2958] By: gsar                                  on 1999/02/16  06:18:27
636         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
637              elide dups and non-dependents from Changes
638      Branch: perl
639            ! Changes pod/perlhist.pod
640           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
641           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
642           !> pod/perlport.pod pp.c t/op/pack.t
643 ____________________________________________________________________________
644 [  2957] By: gsar                                  on 1999/02/16  04:09:47
645         Log: propagate PERL_VERSION everywhere, add to pod
646      Branch: perl
647            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
648            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
649            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
650            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
651            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
652            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
653            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
654            ! win32/config.gc win32/config.vc win32/config_sh.PL
655            ! win32/win32.c x2p/a2py.c
656 ____________________________________________________________________________
657 [  2955] By: jhi                                   on 1999/02/15  16:15:03
658         Log: The pack tests now better in C90 (after the packnative patches).
659      Branch: cfgperl
660            ! t/op/pack.t
661 ____________________________________________________________________________
662 [  2954] By: gsar                                  on 1999/02/15  14:11:50
663         Log: tweak Configure to follow new PERL_VERSION etc.
664      Branch: perl
665            ! Configure patchlevel.h pod/perlhist.pod
666 ____________________________________________________________________________
667 [  2953] By: jhi                                   on 1999/02/15  14:02:21
668         Log: Integrate from mainperl.
669      Branch: cfgperl
670           !> MANIFEST Porting/makerel
671 ____________________________________________________________________________
672 [  2952] By: jhi                                   on 1999/02/15  13:50:07
673         Log: Enhance the packnative patch: use the packnative code
674              only if required.  Also added hefty testing (hopefully
675              I didn't assume too much...).  Tested on alpha, ix86, sparc.
676      Branch: cfgperl
677            ! pod/perlfunc.pod pp.c t/op/pack.t
678 ____________________________________________________________________________
679 [  2951] By: jhi                                   on 1999/02/15  13:46:56
680         Log: AVAILABILITY from 5.005_03-tobe, will of course
681              require updating when 5.006 comes out.
682      Branch: cfgperl
683            ! pod/perl.pod
684 ____________________________________________________________________________
685 [  2949] By: gsar                                  on 1999/02/15  13:28:51
686         Log: will this be it for 5.005_55?
687      Branch: perl
688            ! MANIFEST Porting/makerel
689 ____________________________________________________________________________
690 [  2948] By: jhi                                   on 1999/02/15  13:23:52
691         Log: Integrate from mainperl.
692      Branch: cfgperl
693           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
694           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
695           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
696           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
697           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
698           !> win32/config.gc win32/config.vc win32/config_H.bc
699           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
700 ____________________________________________________________________________
701 [  2947] By: jhi                                   on 1999/02/15  13:20:41
702         Log: perlport.pod 1.39 from Chris.
703      Branch: cfgperl
704            ! pod/perlport.pod
705 ____________________________________________________________________________
706 [  2946] By: jhi                                   on 1999/02/15  13:09:58
707         Log: Import Ultrix update, change #2864, 
708              
709              From: Spider Boardman <spider@zk3.dec.com>
710              To: perlbug@perl.com
711              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
712              Date: Wed, 10 Feb 1999 23:33:31 -0500
713              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
714      Branch: cfgperl
715            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
716 ____________________________________________________________________________
717 [  2945] By: jhi                                   on 1999/02/15  13:04:50
718         Log: OpenBSD sparc SHMLBA.
719      Branch: cfgperl
720            ! ext/IPC/SysV/SysV.xs
721 ____________________________________________________________________________
722 [  2944] By: gsar                                  on 1999/02/15  12:09:52
723         Log: update win32/config* stuff, Changes
724      Branch: perl
725            ! Changes win32/Makefile win32/config.bc win32/config.gc
726            ! win32/config.vc win32/config_H.bc win32/config_H.gc
727            ! win32/config_H.vc win32/makefile.mk
728 ____________________________________________________________________________
729 [  2943] By: gsar                                  on 1999/02/15  11:54:08
730         Log: #include patchlevel.h by default, provide
731              PERL_{REVISION,VERSION,SUBVERSION}
732      Branch: perl
733            ! patchlevel.h perl.h
734 ____________________________________________________________________________
735 [  2942] By: gsar                                  on 1999/02/15  10:26:59
736         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
737              misc fixes
738      Branch: perl
739            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
740 ____________________________________________________________________________
741 [  2941] By: gsar                                  on 1999/02/15  10:24:37
742         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
743              Message-ID: <19990207002851.B9185@toldyouso.com>
744              Message-ID: <19990207212152.A9765@toldyouso.com>
745              Message-ID: <19990207212041.A9622@toldyouso.com>
746              Message-ID: <19990207213127.A10244@toldyouso.com>
747              Message-ID: <19990207212559.A9950@toldyouso.com>
748              Message-ID: <19990207212842.A9994@toldyouso.com>
749              Message-ID: <19990207212500.A9860@toldyouso.com>
750              Message-ID: <19990207213013.A10105@toldyouso.com>
751      Branch: perl
752            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
753            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
754            ! pod/perlmodlib.pod pod/perltoc.pod
755 ____________________________________________________________________________
756 [  2940] By: gsar                                  on 1999/02/15  10:07:08
757         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
758              of suggested patch)
759              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
760              Date: Mon, 08 Feb 1999 01:14:41 -0000
761              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
762              Subject: [PATCH 5.005_54] some pending C.pm stuff 
763      Branch: perl
764            ! ext/B/B/C.pm
765 ____________________________________________________________________________
766 [  2939] By: jhi                                   on 1999/02/15  08:40:18
767         Log: Integrate from mainperl.
768      Branch: cfgperl
769           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
770            - lib/File/PathConvert.pm
771           !> (integrate 81 files)
772 ____________________________________________________________________________
773 [  2938] By: gsar                                  on 1999/02/15  06:56:39
774         Log: change#2839 was bogus, redo
775      Branch: perl
776           !> t/lib/h2ph.pht
777 ____________________________________________________________________________
778 [  2937] By: gsar                                  on 1999/02/15  06:38:15
779         Log: support Win32::GetFullPathName() and Win32::SetLastError()
780              From: jan.dubois@ibm.net (Jan Dubois)
781              Date: Tue, 09 Feb 1999 22:27:31 +0100
782              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
783              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
784      Branch: perl
785            ! win32/win32.c
786 ____________________________________________________________________________
787 [  2936] By: gsar                                  on 1999/02/15  06:26:39
788         Log: support native integers, pack("L_",...) etc. (via private mail)
789              From: Jarkko Hietaniemi <jhi@iki.fi>
790              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
791              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
792              Subject: the "packnative" patch
793      Branch: perl
794            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
795            ! t/lib/ipc_sysv.t t/op/pack.t
796 ____________________________________________________________________________
797 [  2935] By: gsar                                  on 1999/02/15  06:04:02
798         Log: From: Michael G Schwern <schwern@pobox.com>
799              Date: Tue, 9 Feb 1999 04:13:12 -0500
800              Message-ID: <19990209041312.A15788@toldyouso.com>
801              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
802      Branch: perl
803            ! utils/h2xs.PL
804 ____________________________________________________________________________
805 [  2934] By: gsar                                  on 1999/02/15  05:30:13
806         Log: fix bugs in the handling of negative numbers, among other things
807              From: Steven Knight <knight@theopera.baldmt.citilink.com>
808              Date: Mon, 8 Feb 1999 01:16:24 -0600
809              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
810              Subject: Math::BigFloat and Math::BigInt
811      Branch: perl
812            + t/lib/bigfloat.t t/lib/bigfloatpm.t
813            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
814            ! t/lib/bigintpm.t
815 ____________________________________________________________________________
816 [  2933] By: gsar                                  on 1999/02/15  04:57:52
817         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
818              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
819              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
820              Subject: s2p incorrectly handles hold space commands
821      Branch: perl
822            ! x2p/s2p.PL
823 ____________________________________________________________________________
824 [  2932] By: gsar                                  on 1999/02/15  04:45:55
825         Log: clarify what a "line" is
826      Branch: perl
827            ! pod/perlfunc.pod pod/perlvar.pod
828 ____________________________________________________________________________
829 [  2931] By: gsar                                  on 1999/02/15  04:23:29
830         Log: backout change#2811 and add newer version based on File::Spec
831              From: Barrie Slaymaker <rbs@telerama.com>
832              Date: Thu, 11 Feb 1999 16:29:24 -0500
833              Message-ID: <36C34BB4.A62090E0@telerama.com>
834              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
835      Branch: perl
836            - lib/File/PathConvert.pm
837            ! MANIFEST installhtml lib/Pod/Html.pm
838 ____________________________________________________________________________
839 [  2930] By: gsar                                  on 1999/02/15  04:16:25
840         Log: From: Barrie Slaymaker <rbs@telerama.com>
841              Date: Thu, 11 Feb 1999 19:39:48 -0500
842              Message-ID: <36C37854.707D139@telerama.com>
843              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
844      Branch: perl
845            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
846 ____________________________________________________________________________
847 [  2929] By: gsar                                  on 1999/02/15  04:06:50
848         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
849              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
850              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
851              Subject: [PATCH]5.005_54 (DOC) fix many typos
852              --
853              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
854              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
855              Subject: [PATCH]5.005_54 (DOC) typos
856      Branch: perl
857            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
858            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
859            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
860            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
861            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
862            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
863            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
864            ! pod/perlvar.pod pod/perlxs.pod
865 ____________________________________________________________________________
866 [  2928] By: gsar                                  on 1999/02/15  03:39:53
867         Log: allow the Carp routines to pass through exception objects
868      Branch: perl
869            ! lib/Carp.pm
870 ____________________________________________________________________________
871 [  2927] By: gsar                                  on 1999/02/15  03:22:57
872         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
873      Branch: perl
874            ! pod/perlfaq8.pod
875 ____________________________________________________________________________
876 [  2926] By: gsar                                  on 1999/02/15  03:19:39
877         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
878              have done that, but didn't)
879      Branch: perl
880           !> utils/h2ph.PL
881 ____________________________________________________________________________
882 [  2925] By: gsar                                  on 1999/02/15  03:17:01
883         Log: integrate cfgperl changes into mainline
884      Branch: perl
885            ! Changes
886           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
887           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
888           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
889           !> vms/subconfigure.com
890 ____________________________________________________________________________
891 [  2924] By: gsar                                  on 1999/02/15  03:07:08
892         Log: add const qualifier to most char* prototypes, handle ripple effect
893      Branch: perl
894            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
895            ! universal.c util.c
896 ____________________________________________________________________________
897 [  2923] By: gsar                                  on 1999/02/15  01:04:30
898         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
899              Date: Thu, 04 Feb 1999 02:37:31 +0000
900              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
901              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
902      Branch: perl
903            ! pp_ctl.c t/op/range.t
904 ____________________________________________________________________________
905 [  2922] By: gsar                                  on 1999/02/15  00:24:34
906         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
907              Date: Sun, 31 Jan 1999 01:50:06 +0000
908              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
909              Subject: [PATCH 5.005_03t4] regexp flags bug
910      Branch: perl
911            ! regcomp.c t/op/re_tests
912 ____________________________________________________________________________
913 [  2921] By: gsar                                  on 1999/02/15  00:13:02
914         Log: use New() et al., rather than safemalloc() et al.
915              From: jan.dubois@ibm.net (Jan Dubois)
916              Date: Fri, 29 Jan 1999 23:27:22 +0100
917              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
918              Subject: [PATCH _03-MT5] POSIX.xs memory API
919      Branch: perl
920            ! ext/POSIX/POSIX.xs
921 ____________________________________________________________________________
922 [  2920] By: gsar                                  on 1999/02/15  00:05:33
923         Log: tweak READ() docs to mention $buffer must be altered by reference
924      Branch: perl
925            ! pod/perltie.pod
926 ____________________________________________________________________________
927 [  2919] By: gsar                                  on 1999/02/14  23:50:39
928         Log: applied suggested patch, with several language/readability tweaks
929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
930              Date: Fri, 29 Jan 1999 00:25:02 -0500
931              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
932              Subject: Re: [PATCH 5.005_*] Better parsing docs
933      Branch: perl
934            ! pod/perlop.pod
935 ____________________________________________________________________________
936 [  2918] By: gsar                                  on 1999/02/14  23:20:42
937         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
938              of silently returning bogus values)
939              From: Peter Chines <pchines@nhgri.nih.gov>
940              Date: Wed, 27 Jan 1999 16:11:31 -0500
941              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
942              Subject: Time::Local
943      Branch: perl
944            ! lib/Time/Local.pm pod/perldelta.pod
945 ____________________________________________________________________________
946 [  2917] By: gsar                                  on 1999/02/14  11:21:43
947         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
948              Date: Thu, 28 Jan 1999 10:02:20 -0500
949              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
950              Subject: Re: [PATCH 5.005_53] Better perldoc
951      Branch: perl
952            ! utils/perldoc.PL
953 ____________________________________________________________________________
954 [  2916] By: gsar                                  on 1999/02/14  10:59:38
955         Log: back out change#2751, apply updated version 
956              From: jan.dubois@ibm.net (Jan Dubois)
957              Date: Sat, 06 Feb 1999 01:06:29 +0100
958              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
959              Subject: [PATCH] Cleanup of File::Spec module
960      Branch: perl
961            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
962            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
963            ! lib/File/Spec/Win32.pm
964 ____________________________________________________________________________
965 [  2915] By: gsar                                  on 1999/02/14  10:48:01
966         Log: tweak select() test
967      Branch: perl
968            ! pod/perlipc.pod t/op/fh.t
969 ____________________________________________________________________________
970 [  2914] By: gsar                                  on 1999/02/14  10:25:55
971         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
972      Branch: perl
973            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
974 ____________________________________________________________________________
975 [  2913] By: gsar                                  on 1999/02/14  10:03:51
976         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
977              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
978              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
979              Subject: Re: SvOPV() or SvPV_nolen() or ...
980      Branch: perl
981            ! pod/perlguts.pod
982 ____________________________________________________________________________
983 [  2912] By: gsar                                  on 1999/02/14  09:57:29
984         Log: provide SvPV_nolen(sv) to avoid use of PL_na
985              From: jan.dubois@ibm.net (Jan Dubois)
986              Date: Sun, 24 Jan 1999 02:45:32 +0100
987              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
988              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
989      Branch: perl
990            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
991            ! sv.h
992 ____________________________________________________________________________
993 [  2911] By: gsar                                  on 1999/02/14  06:51:05
994         Log: elide stray effluvium
995      Branch: perl
996            ! pod/perldelta.pod
997 ____________________________________________________________________________
998 [  2910] By: gsar                                  on 1999/02/14  05:51:56
999         Log: slurping an empty file should return '' rather than undef, with
1000              commensurate effects on ARGV processing
1001      Branch: perl
1002            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1003            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
1004 ____________________________________________________________________________
1005 [  2909] By: gsar                                  on 1999/02/14  00:02:11
1006         Log: perly_c.diff typo
1007      Branch: perl
1008            ! perly.c perly_c.diff vms/perly_c.vms
1009 ____________________________________________________________________________
1010 [  2908] By: gsar                                  on 1999/02/13  18:20:13
1011         Log: From: jan.dubois@ibm.net (Jan Dubois)
1012              Date: Sat, 13 Feb 1999 13:25:53 +0100
1013              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
1014              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
1015      Branch: perl
1016            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
1017 ____________________________________________________________________________
1018 [  2907] By: jhi                                   on 1999/02/13  15:07:26
1019         Log: Integrate from mainperl.
1020      Branch: cfgperl
1021           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
1022           !> (integrate 150 files)
1023 ____________________________________________________________________________
1024 [  2903] By: gsar                                  on 1999/02/12  13:25:59
1025         Log: From: jan.dubois@ibm.net (Jan Dubois)
1026              Date: Sun, 24 Jan 1999 01:12:00 +0100
1027              Message-ID: <36b66479.62756298@smtp1.ibm.net>
1028              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
1029      Branch: perl
1030            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
1031            ! proto.h sv.c sv.h
1032 ____________________________________________________________________________
1033 [  2902] By: gsar                                  on 1999/02/12  12:55:11
1034         Log: script to generate ctags from etags
1035              From: Colin Kuskie <ckuskie@cadence.com>
1036              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
1037              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
1038              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
1039      Branch: perl
1040            + emacs/e2ctags.pl
1041            ! Makefile.SH pod/perlfaq3.pod
1042 ____________________________________________________________________________
1043 [  2901] By: gsar                                  on 1999/02/12  12:40:17
1044         Log: allow boolean assign ops to be lvalues
1045              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1046              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
1047              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
1048              --
1049              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1050              Date: Mon, 18 Jan 1999 10:04:00 +0000
1051              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
1052              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
1053      Branch: perl
1054            + t/op/lop.t
1055            ! MANIFEST op.c
1056 ____________________________________________________________________________
1057 [  2899] By: jhi                                   on 1999/02/12  12:03:48
1058         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
1059      Branch: cfgperl
1060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1061            ! config_h.SH hints/openbsd.sh
1062 ____________________________________________________________________________
1063 [  2898] By: gsar                                  on 1999/02/12  11:49:25
1064         Log: support win32_putenv()
1065      Branch: perl
1066            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
1067            ! win32/win32.c win32/win32iop.h
1068 ____________________________________________________________________________
1069 [  2894] By: gsar                                  on 1999/02/12  11:09:27
1070         Log: add missing hunk in change#2657
1071      Branch: perl
1072            ! ext/B/B/CC.pm
1073 ____________________________________________________________________________
1074 [  2893] By: gsar                                  on 1999/02/12  11:00:13
1075         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1076              Date: Tue, 19 Jan 1999 20:13:15 -0500
1077              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
1078              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
1079      Branch: perl
1080            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
1081            ! t/pragma/subs.t t/pragma/warning.t
1082 ____________________________________________________________________________
1083 [  2892] By: gsar                                  on 1999/02/12  10:44:38
1084         Log: update change#2670 to later version
1085              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1086              Date: Sun, 31 Jan 1999 16:16:14 +0000
1087              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
1088              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
1089      Branch: perl
1090            ! t/op/subst.t toke.c
1091 ____________________________________________________________________________
1092 [  2891] By: gsar                                  on 1999/02/12  10:31:17
1093         Log: make testsuite somewhat location independent
1094      Branch: perl
1095            ! (edit 117 files)
1096 ____________________________________________________________________________
1097 [  2890] By: gsar                                  on 1999/02/12  10:00:30
1098         Log: add $AutoLoader::VERSION
1099      Branch: perl
1100            ! lib/AutoLoader.pm
1101 ____________________________________________________________________________
1102 [  2889] By: gsar                                  on 1999/02/12  09:55:48
1103         Log: tweak PERL_STRICT_CR notes
1104      Branch: perl
1105            ! pod/perl5005delta.pod
1106 ____________________________________________________________________________
1107 [  2888] By: gsar                                  on 1999/02/12  09:41:45
1108         Log: add note about test-notty target
1109      Branch: perl
1110            ! README.win32
1111 ____________________________________________________________________________
1112 [  2887] By: gsar                                  on 1999/02/12  09:37:37
1113         Log: add perltodo.pod
1114      Branch: perl
1115            + pod/perltodo.pod
1116            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
1117            ! win32/pod.mak
1118 ____________________________________________________________________________
1119 [  2886] By: jhi                                   on 1999/02/12  08:52:14
1120         Log: Integrate from mainperl.
1121      Branch: cfgperl
1122           +> t/op/fh.t
1123           !> (integrate 30 files)
1124 ____________________________________________________________________________
1125 [  2885] By: gsar                                  on 1999/02/12  08:42:10
1126         Log: note how to find REG_INFTY limit
1127      Branch: perl
1128            ! pod/perlre.pod
1129 ____________________________________________________________________________
1130 [  2884] By: jhi                                   on 1999/02/12  08:36:14
1131         Log: OpenBSD pthreads awareness, thanks to
1132              David Leonard <david.leonard@csee.uq.edu.au>
1133      Branch: maint-5.005/perl
1134            ! Configure hints/openbsd.sh
1135 ____________________________________________________________________________
1136 [  2882] By: gsar                                  on 1999/02/12  08:05:20
1137         Log: IO is maintained by p5p (per Graham Barr's wishes)
1138      Branch: perl
1139            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
1140            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
1141            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
1142            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
1143 ____________________________________________________________________________
1144 [  2881] By: gsar                                  on 1999/02/12  07:57:13
1145         Log: fh.t typo
1146      Branch: perl
1147            ! t/op/fh.t
1148 ____________________________________________________________________________
1149 [  2880] By: gsar                                  on 1999/02/12  07:38:16
1150         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
1151      Branch: perl
1152            ! perl.c pod/perlrun.pod
1153 ____________________________________________________________________________
1154 [  2879] By: gsar                                  on 1999/02/12  05:39:29
1155         Log: fix ops that are not filehandle constructors to not create GV if it
1156              doesn't already exist (avoids leaks); extend semantics of defined()
1157              so that defined(*{$foo}) works (experimental)
1158      Branch: perl
1159            + t/op/fh.t
1160            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
1161            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
1162 ____________________________________________________________________________
1163 [  2877] By: jhi                                   on 1999/02/11  20:44:00
1164         Log: From: Chris Nandor <pudge@pobox.com>
1165              To: perl5-porters@perl.org
1166              Subject: [PATCH] perlport.pod 1.39
1167              Date: Thu, 11 Feb 1999 12:28:35 -0500
1168              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
1169      Branch: cfgperl
1170            ! pod/perlport.pod
1171 ____________________________________________________________________________
1172 [  2870] By: gsar                                  on 1999/02/11  11:17:08
1173         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
1174      Branch: perl
1175            ! ext/IO/lib/IO/Pipe.pm
1176 ____________________________________________________________________________
1177 [  2869] By: gsar                                  on 1999/02/11  11:00:56
1178         Log: update win32/pod.mak
1179      Branch: perl
1180            ! win32/pod.mak
1181 ____________________________________________________________________________
1182 [  2868] By: gsar                                  on 1999/02/11  10:42:44
1183         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
1184              Date: Fri, 08 Jan 1999 14:36:53 +1100
1185              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
1186              Subject: Re: [Fwd: IO::Socket::connect and blocking]
1187      Branch: perl
1188            ! ext/IO/lib/IO/Socket.pm
1189 ____________________________________________________________________________
1190 [  2867] By: gsar                                  on 1999/02/11  09:43:03
1191         Log: av_extend() doc tweak from Jan Dubois
1192      Branch: perl
1193            ! pod/perlguts.pod
1194 ____________________________________________________________________________
1195 [  2866] By: gsar                                  on 1999/02/11  09:27:17
1196         Log: display full pathname of unreadable files
1197      Branch: perl
1198            ! utils/perldoc.PL
1199 ____________________________________________________________________________
1200 [  2865] By: gsar                                  on 1999/02/11  09:02:31
1201         Log: missing patch in change#2522
1202      Branch: perl
1203            ! lib/Pod/Text.pm
1204 ____________________________________________________________________________
1205 [  2864] By: jhi                                   on 1999/02/11  08:45:00
1206         Log: From: Spider Boardman <spider@zk3.dec.com>
1207              To: perlbug@perl.com
1208              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
1209              Date: Wed, 10 Feb 1999 23:33:31 -0500
1210              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
1211      Branch: maint-5.005/perl
1212            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
1213 ____________________________________________________________________________
1214 [  2862] By: gsar                                  on 1999/02/11  08:14:34
1215         Log: integrate changes#2738,2740 from maint-5.005
1216      Branch: perl
1217           !> lib/ExtUtils/MakeMaker.pm
1218 ____________________________________________________________________________
1219 [  2861] By: jhi                                   on 1999/02/11  08:04:25
1220         Log: Integrate from mainperl.
1221      Branch: cfgperl
1222           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
1223           !> t/op/range.t win32/config.gc
1224 ____________________________________________________________________________
1225 [  2860] By: gsar                                  on 1999/02/11  07:30:08
1226         Log: binmode() support for cygwin32 (suggested by Steven Morlock
1227              <newspost@morlock.net>)
1228      Branch: perl
1229            ! perl.h
1230 ____________________________________________________________________________
1231 [  2859] By: gsar                                  on 1999/02/11  07:14:21
1232         Log: update Changes
1233      Branch: perl
1234            ! Changes
1235           !> pod/perl5005delta.pod
1236 ____________________________________________________________________________
1237 [  2856] By: gsar                                  on 1999/02/11  07:07:39
1238         Log: integrate perldelta changes from maint-5.005
1239      Branch: perl
1240           !> pod/perl5005delta.pod
1241 ____________________________________________________________________________
1242 [  2855] By: gsar                                  on 1999/02/11  06:31:50
1243         Log: applied suggested patch; added tests
1244              From: Adam Krolnik <adamk@gypsy.cyrix.com>
1245              Date: Sat, 12 Dec 98 15:30:18 -0600
1246              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
1247              Subject: Range operation doesn't handle IV_MAX
1248      Branch: perl
1249            ! pp_ctl.c t/op/range.t
1250 ____________________________________________________________________________
1251 [  2854] By: gsar                                  on 1999/02/11  05:00:55
1252         Log: compatibility fix: magic non-propagation in foreach implicit localization
1253      Branch: perl
1254            ! pp_ctl.c t/op/local.t win32/config.gc
1255 ____________________________________________________________________________
1256 [  2852] By: gsar                                  on 1999/02/10  23:17:49
1257         Log: fair warning about -Dusethreads
1258      Branch: maint-5.005/perl
1259            ! Configure INSTALL README.threads
1260 ____________________________________________________________________________
1261 [  2847] By: jhi                                   on 1999/02/09  19:13:28
1262         Log: Integrate from mainperl.
1263      Branch: cfgperl
1264           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
1265           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
1266 ____________________________________________________________________________
1267 [  2846] By: gsar                                  on 1999/02/09  13:53:28
1268         Log: a modified version of suggested patch for pack template 'Z'; added docs
1269              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
1270              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
1271              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
1272              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
1273      Branch: perl
1274            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
1275 ____________________________________________________________________________
1276 [  2845] By: gsar                                  on 1999/02/09  00:03:26
1277         Log: clarify docs for change#2835
1278      Branch: perl
1279            ! pod/perldelta.pod pod/perlop.pod
1280 ____________________________________________________________________________
1281 [  2844] By: gsar                                  on 1999/02/08  23:40:57
1282         Log: addendum to change#2823
1283              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1284              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
1285              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
1286              Subject: [PATCH] Docs and tests for method-call syntax
1287      Branch: perl
1288            ! pod/perlobj.pod t/op/method.t
1289 ____________________________________________________________________________
1290 [  2843] By: jhi                                   on 1999/02/08  21:06:28
1291         Log: Ultrix mmap tidbit.
1292      Branch: cfgperl
1293            ! hints/ultrix_4.sh
1294 ____________________________________________________________________________
1295 [  2842] By: jhi                                   on 1999/02/08  20:22:55
1296         Log: Integrate from mainperl.
1297      Branch: cfgperl
1298           +> t/op/subst_wamp.t
1299           !> (integrate 35 files)
1300 ____________________________________________________________________________
1301 [  2841] By: jhi                                   on 1999/02/08  18:23:26
1302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1303              To: Mailing list Perl5 <perl5-porters@perl.org>
1304              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
1305              Date: Sun, 7 Feb 1999 17:25:22 -0500
1306              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
1307      Branch: cfgperl
1308            + t/op/subst_amp.t
1309            ! MANIFEST regcomp.c t/op/subst.t
1310 ____________________________________________________________________________
1311 [  2840] By: jhi                                   on 1999/02/08  18:16:54
1312         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1313              To: Mailing list Perl5 <perl5-porters@perl.org>
1314              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
1315              Date: Sun, 7 Feb 1999 17:00:10 -0500
1316              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
1317      Branch: cfgperl
1318            ! pp_hot.c t/op/pat.t
1319 ____________________________________________________________________________
1320 [  2839] By: jhi                                   on 1999/02/08  17:25:30
1321         Log: A require was missing.
1322      Branch: cfgperl
1323            ! t/lib/h2ph.pht
1324 ____________________________________________________________________________
1325 [  2838] By: jhi                                   on 1999/02/08  16:38:41
1326         Log: Bring in the change #2809 (the Configure part has been
1327              modified rather a lot since the #2809, though.)
1328      Branch: cfgperl
1329            ! Configure utils/h2ph.PL
1330 ____________________________________________________________________________
1331 [  2835] By: gsar                                  on 1999/02/08  14:40:23
1332         Log: make qw() into a true list at compile time (slightly modified
1333              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
1334      Branch: perl
1335            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
1336 ____________________________________________________________________________
1337 [  2834] By: gsar                                  on 1999/02/08  13:23:16
1338         Log: make safesysmalloc() etc., always available; safemalloc() et al are
1339              now macros that point to the right malloc; fix various places in
1340              sources that need to always use safesysmalloc() et al
1341      Branch: perl
1342            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
1343            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
1344 ____________________________________________________________________________
1345 [  2833] By: gsar                                  on 1999/02/08  10:56:16
1346         Log: remove spurious #endif in last change
1347      Branch: perl
1348            ! perl.h
1349 ____________________________________________________________________________
1350 [  2832] By: gsar                                  on 1999/02/08  10:34:55
1351         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
1352              them ask for insanity (untested)
1353      Branch: perl
1354            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
1355            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
1356            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
1357 ____________________________________________________________________________
1358 [  2831] By: jhi                                   on 1999/02/08  08:33:33
1359         Log: Update vms/subconfigure.com along the lines of change #2829.
1360      Branch: cfgperl
1361            ! vms/subconfigure.com
1362 ____________________________________________________________________________
1363 [  2830] By: gsar                                  on 1999/02/08  00:19:46
1364         Log: integrate cfgperl changes into mainline
1365      Branch: perl
1366           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
1367           +> lib/File/PathConvert.pm pod/perlthrtut.pod
1368            ! Changes
1369           !> (integrate 93 files)
1370 ____________________________________________________________________________
1371 [  2829] By: jhi                                   on 1999/02/07  23:49:46
1372         Log: Configure update.
1373              
1374              Probe for mmap() et alia.
1375              The *cc*symbols patch (just Configure, no h2ph).
1376      Branch: cfgperl
1377            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1378            ! config_h.SH perl.h
1379 ____________________________________________________________________________
1380 [  2828] By: gsar                                  on 1999/02/07  23:38:47
1381         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1382              Date: Sun, 7 Feb 1999 17:25:22 -0500
1383              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
1384              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
1385      Branch: perl
1386            + t/op/subst_amp.t t/op/subst_wamp.t
1387            ! MANIFEST regcomp.c t/op/subst.t
1388 ____________________________________________________________________________
1389 [  2827] By: gsar                                  on 1999/02/07  23:27:32
1390         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1391              Date: Sun, 7 Feb 1999 17:00:10 -0500
1392              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
1393              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
1394      Branch: perl
1395            ! pp_hot.c t/op/pat.t
1396 ____________________________________________________________________________
1397 [  2826] By: gsar                                  on 1999/02/07  23:26:04
1398         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
1399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1400              Date: Sun, 7 Feb 1999 15:07:27 -0500
1401              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
1402              Subject: Re: fixing memory leaks in REx compilation
1403      Branch: perl
1404            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
1405            ! regexec.c
1406 ____________________________________________________________________________
1407 [  2825] By: jhi                                   on 1999/02/07  18:05:13
1408         Log: Integrate from mainperl.
1409      Branch: cfgperl
1410           +> lib/DB.pm t/comp/bproto.t
1411           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
1412           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
1413           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
1414           !> toke.c vms/perly_c.vms
1415 ____________________________________________________________________________
1416 [  2824] By: gsar                                  on 1999/02/07  14:21:48
1417         Log: tweak doc on bitwise ops
1418      Branch: perl
1419            ! pod/perlop.pod
1420 ____________________________________________________________________________
1421 [  2823] By: gsar                                  on 1999/02/07  13:38:31
1422         Log: applied suggested patch; regen perly* and vms/perly*
1423              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1424              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
1425              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
1426              Subject: [PATCH] Re: Suggestion for perlobj man page
1427      Branch: perl
1428            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
1429 ____________________________________________________________________________
1430 [  2822] By: gsar                                  on 1999/02/07  12:39:09
1431         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
1432              disabled, fails tests)
1433      Branch: perl
1434            ! regcomp.h
1435 ____________________________________________________________________________
1436 [  2821] By: gsar                                  on 1999/02/07  11:09:39
1437         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
1438              <Alexander.Barilo@aexp.com>)
1439      Branch: perl
1440            ! lib/Pod/Html.pm
1441 ____________________________________________________________________________
1442 [  2820] By: gsar                                  on 1999/02/07  10:20:35
1443         Log: add draft debugging API implementation
1444      Branch: perl
1445            + lib/DB.pm
1446            ! MANIFEST
1447 ____________________________________________________________________________
1448 [  2819] By: gsar                                  on 1999/02/07  09:58:45
1449         Log: avoid garbage in db->dirbuf
1450              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
1451              Date: Sat, 05 Dec 1998 14:14:54 +0900
1452              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
1453              Subject: SDBM bug
1454      Branch: perl
1455            ! ext/SDBM_File/sdbm/sdbm.c
1456 ____________________________________________________________________________
1457 [  2818] By: gsar                                  on 1999/02/07  09:32:24
1458         Log: missing entry
1459      Branch: perl
1460            ! MANIFEST
1461 ____________________________________________________________________________
1462 [  2817] By: gsar                                  on 1999/02/07  09:30:47
1463         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
1464      Branch: perl
1465            + t/comp/bproto.t
1466            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1467 ____________________________________________________________________________
1468 [  2816] By: gsar                                  on 1999/02/06  00:14:29
1469         Log: minor bug in dumping blessed subrefs
1470      Branch: perl
1471            ! ext/Data/Dumper/Dumper.pm
1472 ____________________________________________________________________________
1473 [  2812] By: jhi                                   on 1999/02/03  22:02:24
1474         Log: Enhance change #2808.
1475              
1476              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1477              To: perl5-porters@perl.org
1478              Subject: Re: [PATCH 5.00*]: perlbug checklist
1479              Date: Wed, 3 Feb 1999 19:02:27 +0000
1480              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
1481      Branch: cfgperl
1482            ! utils/perlbug.PL
1483 ____________________________________________________________________________
1484 [  2811] By: jhi                                   on 1999/02/03  21:53:23
1485         Log: From: Barrie Slaymaker <rbs@telerama.com>
1486              To: perl5-porters@perl.org
1487              CC: pod-people@perl.org
1488              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
1489              Date: Wed, 03 Feb 1999 10:34:18 -0500
1490              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
1491              
1492              Add File::PathConvert.pm.
1493              Fix Pod::Html and installhtml to understand relative urls.
1494      Branch: cfgperl
1495            + lib/File/PathConvert.pm
1496            ! MANIFEST installhtml lib/Pod/Html.pm
1497 ____________________________________________________________________________
1498 [  2810] By: jhi                                   on 1999/02/03  20:25:10
1499         Log: From: Francois Desarmenien <desar@club-internet.fr>
1500              To: Mailing list Perl5 <perl5-porters@perl.org>
1501              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
1502              Date: Wed, 03 Feb 1999 13:13:24 +0000
1503              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
1504              
1505              (note: this patch completely overrides Tom Wolfe's patch,
1506              change #2604)
1507      Branch: cfgperl
1508            + ext/GDBM_File/hints/sco.pl
1509            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
1510 ____________________________________________________________________________
1511 [  2809] By: jhi                                   on 1999/02/03  19:54:16
1512         Log: h2ph fixes + Configure patch to support them.
1513              
1514              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1515              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
1516              Gurusamy Sarathy <gsar@engin.umich.edu>
1517              Cc: perl5-porters@perl.org
1518              Subject: [PATCH 5.00503_MT5] h2ph.PL
1519              Date: Tue, 2 Feb 1999 19:48:06 -0500
1520              Message-ID: <19990202194806.E10647@O2.chapin.edu>
1521      Branch: maint-5.005/perl
1522            ! Configure utils/h2ph.PL
1523 ____________________________________________________________________________
1524 [  2808] By: jhi                                   on 1999/02/03  16:59:55
1525         Log: Enhance the perlbug checklist.
1526      Branch: cfgperl
1527            ! utils/perlbug.PL
1528 ____________________________________________________________________________
1529 [  2807] By: jhi                                   on 1999/02/03  14:01:37
1530         Log: Document the standard strftime %formats.
1531              
1532              From: Dominic Dunlop <domo@vo.lu>
1533              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
1534              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
1535              Date: Tue, 2 Feb 1999 15:55:29 +0100
1536              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
1537      Branch: cfgperl
1538            ! ext/POSIX/POSIX.pod
1539 ____________________________________________________________________________
1540 [  2806] By: jhi                                   on 1999/02/03  13:58:00
1541         Log: Integrate from mainperl.
1542      Branch: cfgperl
1543           !> perl.h
1544 ____________________________________________________________________________
1545 [  2805] By: gsar                                  on 1999/02/03  03:32:31
1546         Log: PL_uuemap[] init needs help for sizeof()
1547      Branch: perl
1548            ! perl.h
1549 ____________________________________________________________________________
1550 [  2804] By: jhi                                   on 1999/02/02  20:44:30
1551         Log: These should've been already in #2803.
1552      Branch: cfgperl
1553            ! Configure config_h.SH vms/subconfigure.com
1554 ____________________________________________________________________________
1555 [  2803] By: jhi                                   on 1999/02/02  20:38:45
1556         Log: telldir prototype issue, from mists of time...
1557      Branch: cfgperl
1558            ! hints/netbsd.sh pp_sys.c
1559 ____________________________________________________________________________
1560 [  2801] By: jhi                                   on 1999/02/02  17:40:14
1561         Log: From: John Bley <jbb6@acpub.duke.edu>
1562              To: perlbug@perl.org
1563              Subject: [PATCH]5.005_54 (DOC) fix minor typos
1564              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
1565              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
1566      Branch: cfgperl
1567            ! pod/perlre.pod
1568 ____________________________________________________________________________
1569 [  2800] By: jhi                                   on 1999/02/02  17:26:49
1570         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
1571      Branch: cfgperl
1572            ! Todo-5.005
1573 ____________________________________________________________________________
1574 [  2799] By: jhi                                   on 1999/02/02  17:18:51
1575         Log: Update FindBin from maint-5.005.
1576      Branch: cfgperl
1577            ! lib/FindBin.pm
1578 ____________________________________________________________________________
1579 [  2798] By: jhi                                   on 1999/02/02  17:16:07
1580         Log: Fix typecasts in #2797
1581              
1582              From: "G. Del Merritt" <del@intranetics.com>
1583              Date: Fri, 29 Jan 1999 11:47:25 -0700
1584              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
1585              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
1586      Branch: cfgperl
1587            ! ext/POSIX/POSIX.xs
1588 ____________________________________________________________________________
1589 [  2797] By: jhi                                   on 1999/02/02  17:14:37
1590         Log: From: Ted Law <tedlaw@cibcwg.com>
1591              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1592              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1593              Subject: POSIX::strftime buffer overflow problem
1594      Branch: cfgperl
1595            ! ext/POSIX/POSIX.xs
1596 ____________________________________________________________________________
1597 [  2796] By: jhi                                   on 1999/02/02  17:13:23
1598         Log: Do not use File::Slurp.
1599      Branch: cfgperl
1600            ! t/lib/textfill.t
1601 ____________________________________________________________________________
1602 [  2795] By: jhi                                   on 1999/02/02  17:11:48
1603         Log: perlhist update from maint-5.005.
1604      Branch: cfgperl
1605            ! pod/perlhist.pod
1606 ____________________________________________________________________________
1607 [  2794] By: jhi                                   on 1999/02/02  17:10:33
1608         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
1609      Branch: cfgperl
1610            ! ext/POSIX/POSIX.pm
1611 ____________________________________________________________________________
1612 [  2793] By: jhi                                   on 1999/02/02  17:08:39
1613         Log: Missed the html test from change #2787. 
1614      Branch: cfgperl
1615            ! t/lib/cgi-html.t
1616 ____________________________________________________________________________
1617 [  2792] By: jhi                                   on 1999/02/02  17:01:24
1618         Log: Update Getopt::Long to 2.19.
1619      Branch: cfgperl
1620            ! lib/Getopt/Long.pm
1621 ____________________________________________________________________________
1622 [  2791] By: jhi                                   on 1999/02/02  16:59:13
1623         Log: overload syntax is no longer experimental
1624      Branch: cfgperl
1625            ! lib/overload.pm
1626 ____________________________________________________________________________
1627 [  2789] By: jhi                                   on 1999/02/02  16:47:50
1628         Log: Still doc fixes.
1629      Branch: cfgperl
1630            ! lib/diagnostics.pm
1631 ____________________________________________________________________________
1632 [  2788] By: jhi                                   on 1999/02/02  16:47:07
1633         Log: Doc fixes.
1634      Branch: cfgperl
1635            ! lib/CGI.pm lib/diagnostics.pm
1636 ____________________________________________________________________________
1637 [  2787] By: jhi                                   on 1999/02/02  16:38:55
1638         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
1639              where applicable).
1640      Branch: cfgperl
1641            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
1642            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
1643            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
1644            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
1645            ! eg/cgi/frameset.cgi eg/cgi/index.html
1646            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
1647            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
1648            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
1649            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
1650            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
1651            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
1652 ____________________________________________________________________________
1653 [  2786] By: jhi                                   on 1999/02/02  16:17:52
1654         Log: Update CPAN to 1.47.
1655      Branch: cfgperl
1656            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1657 ____________________________________________________________________________
1658 [  2785] By: jhi                                   on 1999/02/02  16:09:03
1659         Log: From: Mark-Jason Dominus <mjd@plover.com>
1660              Date: Sat, 16 Jan 1999 17:22:06 -0500
1661              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
1662              Message-ID: <19990116222206.3674.qmail@plover.com>
1663      Branch: cfgperl
1664            ! pod/perlsub.pod
1665 ____________________________________________________________________________
1666 [  2784] By: jhi                                   on 1999/02/02  16:01:31
1667         Log: Fix incorrect "used only once" warnings
1668              
1669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1670              Date: Fri, 8 Jan 1999 04:37:10 -0500
1671              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
1672              Subject: Re: change#965 flakiness
1673      Branch: cfgperl
1674            ! gv.c
1675 ____________________________________________________________________________
1676 [  2783] By: jhi                                   on 1999/02/02  15:50:38
1677         Log: perldelta updates.
1678      Branch: cfgperl
1679            ! pod/perldelta.pod
1680 ____________________________________________________________________________
1681 [  2782] By: jhi                                   on 1999/02/02  14:28:26
1682         Log: Mirror change #2781.
1683      Branch: cfgperl
1684            ! hints/linux.sh
1685 ____________________________________________________________________________
1686 [  2781] By: jhi                                   on 1999/02/02  14:27:01
1687         Log: Update the MkLinux note.
1688      Branch: maint-5.005/perl
1689            ! hints/linux.sh
1690 ____________________________________________________________________________
1691 [  2780] By: jhi                                   on 1999/02/02  14:10:59
1692         Log: Update todo.
1693      Branch: cfgperl
1694            ! Todo-5.005
1695 ____________________________________________________________________________
1696 [  2779] By: jhi                                   on 1999/02/02  14:00:25
1697         Log: Integrate from mainperl.
1698      Branch: cfgperl
1699            ! t/lib/textfill.t t/lib/textwrap.t
1700           !> (integrate 32 files)
1701 ____________________________________________________________________________
1702 [  2778] By: jhi                                   on 1999/02/02  13:56:23
1703         Log: VMS update, applicable parts of
1704              
1705              From: Dan Sugalski <sugalskd@osshe.edu>
1706              To: perl5-porters@perl.org
1707              Subject: [PATCH 5.005_03MT3]VMS configure tweak
1708              Date: Wed, 20 Jan 1999 12:05:18 -0800
1709              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
1710              
1711              From: Dan Sugalski <sugalskd@osshe.edu>
1712              To: perlbug@perl.com, vmsperl@perl.org
1713              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
1714              Date: Tue, 26 Jan 1999 14:40:38 -0800
1715              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
1716              
1717              From: Dan Sugalski <sugalskd@osshe.edu>
1718              To: perl5-porters@perl.org, vmsperl@perl.org
1719              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
1720              Date: Tue, 26 Jan 1999 14:55:29 -0800
1721              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
1722      Branch: cfgperl
1723            ! vms/ext/Stdio/test.pl vms/subconfigure.com
1724 ____________________________________________________________________________
1725 [  2777] By: jhi                                   on 1999/02/02  13:43:24
1726         Log: Synch usethreads parts from maint-5.005.
1727      Branch: cfgperl
1728            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
1729            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
1730            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
1731            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
1732 ____________________________________________________________________________
1733 [  2776] By: jhi                                   on 1999/02/02  13:17:16
1734         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
1735      Branch: cfgperl
1736            ! Makefile.SH hints/freebsd.sh
1737 ____________________________________________________________________________
1738 [  2774] By: jhi                                   on 1999/02/02  13:10:39
1739         Log: Add perlthrtut, update pod/* machinery.
1740              (a pod/Makefile.SH is sorely needed)
1741      Branch: cfgperl
1742            + pod/perlthrtut.pod
1743            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
1744 ____________________________________________________________________________
1745 [  2773] By: jhi                                   on 1999/02/02  12:54:24
1746         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1747              To: perl5-porters@perl.org
1748              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
1749              Date: Tue, 26 Jan 1999 22:25:07 +0000
1750              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
1751      Branch: cfgperl
1752            ! pod/perlguts.pod
1753 ____________________________________________________________________________
1754 [  2771] By: jhi                                   on 1999/02/02  12:47:34
1755         Log: Use perlbug instead of personal email address.
1756      Branch: cfgperl
1757            ! Configure
1758 ____________________________________________________________________________
1759 [  2770] By: jhi                                   on 1999/02/02  12:42:06
1760         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
1761              
1762              From: "G. Del Merritt" <del@intranetics.com>
1763              To: perlbug@perl.com
1764              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1765              Date: Tue, 26 Jan 1999 12:09:09 -0700
1766              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1767      Branch: cfgperl
1768            ! iperlsys.h
1769 ____________________________________________________________________________
1770 [  2769] By: jhi                                   on 1999/02/02  12:37:57
1771         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1772              To: Mailing list Perl5 <perl5-porters@perl.org>
1773              Subject: [PATCH 5.005_*] OS/2 threads
1774              Date: Tue, 26 Jan 1999 13:39:46 -0500
1775              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
1776      Branch: cfgperl
1777            ! os2/os2ish.h
1778 ____________________________________________________________________________
1779 [  2768] By: jhi                                   on 1999/02/02  12:36:16
1780         Log: Apply change #2711 from maint-5.005:
1781              
1782              make ok", "make okfile", and "make nok" were broken
1783              with -Duseshrplib, because of a shared typo.
1784              
1785              From: Spider Boardman <spider@web.zk3.dec.com>
1786              To: perlbug@perl.com
1787              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1788              Date: Wed, 27 Jan 1999 12:27:15 -0500
1789              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1790      Branch: cfgperl
1791            ! Makefile.SH
1792 ____________________________________________________________________________
1793 [  2766] By: jhi                                   on 1999/02/02  12:27:08
1794         Log: Make Configure use "int main()" instead of bare "main()".
1795              Like maint-5.005 change #2703 but now via metaconfig.
1796      Branch: cfgperl
1797            ! Configure
1798 ____________________________________________________________________________
1799 [  2765] By: jhi                                   on 1999/02/02  11:59:30
1800         Log: Undo part of change #2562.
1801      Branch: cfgperl
1802            ! Configure
1803 ____________________________________________________________________________
1804 [  2764] By: jhi                                   on 1999/02/02  11:52:39
1805         Log: NetBSD synch with maint-5.005.
1806      Branch: cfgperl
1807            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
1808 ____________________________________________________________________________
1809 [  2763] By: jhi                                   on 1999/02/02  11:44:07
1810         Log: $Config{installusrbinperl}
1811              (maint-5.005 changes #2614 and #2709)
1812      Branch: cfgperl
1813            ! Configure installperl
1814 ____________________________________________________________________________
1815 [  2762] By: jhi                                   on 1999/02/02  11:29:13
1816         Log: Errno update from maint-5.005 (changes #2583, #2710).
1817      Branch: cfgperl
1818            ! Configure ext/Errno/Errno_pm.PL
1819 ____________________________________________________________________________
1820 [  2759] By: jhi                                   on 1999/02/02  10:53:20
1821         Log: Update Trig.pm from maint-5.005.
1822      Branch: cfgperl
1823            ! lib/Math/Trig.pm
1824 ____________________________________________________________________________
1825 [  2757] By: jhi                                   on 1999/02/02  10:41:26
1826         Log: MPE/iX update (mirror maint-5.005 change #2715)
1827      Branch: cfgperl
1828            ! hints/mpeix.sh mpeix/relink
1829 ____________________________________________________________________________
1830 [  2756] By: jhi                                   on 1999/02/02  10:38:08
1831         Log: BeOS update (Mirror maint-5.005 change #2727).
1832      Branch: cfgperl
1833            + ext/DynaLoader/dl_beos.xs
1834            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1835            ! lib/ExtUtils/MM_Unix.pm
1836 ____________________________________________________________________________
1837 [  2754] By: gsar                                  on 1999/02/02  08:52:13
1838         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
1839      Branch: perl
1840            ! Porting/pumpkin.pod Todo Todo-5.005
1841 ____________________________________________________________________________
1842 [  2753] By: gsar                                  on 1999/02/02  08:46:21
1843         Log: Todo tweaks
1844      Branch: perl
1845            ! Todo Todo-5.005
1846 ____________________________________________________________________________
1847 [  2752] By: jhi                                   on 1999/02/01  22:15:12
1848         Log: Add perlthrtut.pod.
1849              
1850              From: Dan Sugalski <sugalskd@osshe.edu>
1851              To: perl5-porters@perl.org
1852              Subject: perlthrtut.pod
1853              Date: Mon, 01 Feb 1999 10:57:11 -0800
1854              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
1855      Branch: maint-5.005/perl
1856            + pod/perlthrtut.pod
1857            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
1858            ! pod/roffitall
1859 ____________________________________________________________________________
1860 [  2751] By: gsar                                  on 1999/02/01  07:28:05
1861         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
1862      Branch: perl
1863            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1864            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1865 ____________________________________________________________________________
1866 [  2750] By: gsar                                  on 1999/02/01  07:09:20
1867         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1868              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
1869              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
1870              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
1871      Branch: perl
1872            ! regexec.c
1873 ____________________________________________________________________________
1874 [  2749] By: gsar                                  on 1999/02/01  07:07:59
1875         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1876              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
1877              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
1878              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
1879      Branch: perl
1880            ! regexec.c
1881 ____________________________________________________________________________
1882 [  2748] By: gsar                                  on 1999/02/01  06:47:06
1883         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
1884              Date: Thu, 3 Dec 1998 15:10:17 -0500
1885              Message-Id: <199812032010.PAA09692@jik.shore.net>
1886              Subject: sample checksum code in "perlfunc" man page is wrong
1887      Branch: perl
1888            ! pod/perlfunc.pod
1889 ____________________________________________________________________________
1890 [  2747] By: gsar                                  on 1999/02/01  06:35:13
1891         Log: typos in Pod/Text.pm
1892              From: "Greg Chapman" <glc@well.com>
1893              Date: Tue, 1 Dec 1998 10:50:18 -0800
1894              Message-Id: <199812011849.KAA08816@smtp.well.com>
1895              Subject: Glitch in Pod::Text
1896      Branch: perl
1897            ! lib/Pod/Text.pm
1898 ____________________________________________________________________________
1899 [  2746] By: gsar                                  on 1999/02/01  06:27:35
1900         Log: various win32-ish changes merged from maint-5.005
1901      Branch: perl
1902            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
1903            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
1904            ! win32/Makefile win32/config.bc win32/config.vc
1905            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
1906            ! win32/win32.c
1907 ____________________________________________________________________________
1908 [  2745] By: gsar                                  on 1999/02/01  04:51:54
1909         Log: integrate cfgperl changes into mainline
1910      Branch: perl
1911           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
1912 ____________________________________________________________________________
1913 [  2744] By: gsar                                  on 1999/02/01  04:31:09
1914         Log: improved diagnostic on syntax errors at EOL
1915      Branch: perl
1916            ! toke.c
1917 ____________________________________________________________________________
1918 [  2743] By: gsar                                  on 1999/02/01  03:59:13
1919         Log: don't attempt connect() to bogus IP addresses
1920              From:    Graham Barr <gbarr@pobox.com>
1921              Date:    Sun, 31 Jan 1999 21:50:45 CST
1922              Message-Id: <19990131215045.A633@pobox.com>
1923      Branch: perl
1924            ! t/lib/io_multihomed.t
1925 ____________________________________________________________________________
1926 [  2742] By: gsar                                  on 1999/02/01  03:08:58
1927         Log: update Changes
1928      Branch: perl
1929            ! Changes pod/perldelta.pod
1930 ____________________________________________________________________________
1931 [  2740] By: gsar                                  on 1999/02/01  02:43:07
1932         Log: CAPI inheritance tweak and doc
1933      Branch: maint-5.005/perl
1934            ! lib/ExtUtils/MakeMaker.pm
1935 ____________________________________________________________________________
1936 [  2739] By: jhi                                   on 1999/01/31  18:31:54
1937         Log: Undo changes #2730 and #2731 and replace them
1938              with an extensively tested patch from
1939              Anton Berezin <tobez@plab.ku.dk> (via private email).
1940      Branch: maint-5.005/perl
1941            ! Makefile.SH hints/freebsd.sh
1942 ____________________________________________________________________________
1943 [  2738] By: gsar                                  on 1999/01/31  05:04:32
1944         Log: fix bogus CAPI inheritance from change#2541
1945      Branch: maint-5.005/perl
1946            ! lib/ExtUtils/MakeMaker.pm
1947 ____________________________________________________________________________
1948 [  2731] By: jhi                                   on 1999/01/29  14:33:12
1949         Log: FreeBSD version numbers can be like "2.2.8-release".
1950      Branch: maint-5.005/perl
1951            ! hints/freebsd.sh
1952 ____________________________________________________________________________
1953 [  2730] By: jhi                                   on 1999/01/29  12:40:38
1954         Log: FreeBSD hints iteration (hopefully convergent).
1955              usethreads: require at least FreeBSD 2.2.8.
1956              signal type: mirror change #2429 in cfgperl.
1957      Branch: maint-5.005/perl
1958            ! hints/freebsd.sh
1959 ____________________________________________________________________________
1960 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
1961         Log: From: Tom Spindler <dogcow@isi.net>
1962              Date: Thu, 28 Jan 1999 17:15:11 -0800
1963              Message-ID: <19990128171510.A11778@isi.net>
1964              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
1965      Branch: maint-5.005/perl
1966            + ext/DynaLoader/dl_beos.xs
1967            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1968            ! lib/ExtUtils/MM_Unix.pm
1969 ____________________________________________________________________________
1970 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
1971         Log: Remove use of File::Slurp in t/lib/textfill.t
1972      Branch: maint-5.005/perl
1973            ! t/lib/textfill.t
1974 ____________________________________________________________________________
1975 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
1976         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
1977              Date: Wed, 27 Jan 1999 23:14:33 -0800
1978              Message-Id: <199901280714.XAA10176@activestate.com>
1979              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
1980      Branch: maint-5.005/perl
1981            ! win32/Makefile win32/makefile.mk
1982 ____________________________________________________________________________
1983 [  2720] By: gsar                                  on 1999/01/27  21:54:42
1984         Log: missing space while munging CCFLAGS for PERL_CAPI
1985      Branch: perl
1986            ! lib/ExtUtils/MM_Unix.pm
1987 ____________________________________________________________________________
1988 [  2718] By: jhi                                   on 1999/01/27  19:46:04
1989         Log: io/fs.t fails test #18 (sense of tests appears to have been
1990              changed incompletely; this patch just skips the test attached,
1991              a la test #17 preceding it).
1992              
1993              From: "G. Del Merritt" <del@intranetics.com>
1994              To: perlbug@perl.com
1995              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1996              Date: Tue, 26 Jan 1999 12:09:09 -0700
1997              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1998      Branch: maint-5.005/perl
1999            ! t/io/fs.t
2000 ____________________________________________________________________________
2001 [  2717] By: jhi                                   on 1999/01/27  19:44:46
2002         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
2003              
2004              From: "G. Del Merritt" <del@intranetics.com>
2005              To: perlbug@perl.com
2006              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
2007              Date: Tue, 26 Jan 1999 12:09:09 -0700
2008              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
2009      Branch: maint-5.005/perl
2010            ! iperlsys.h
2011 ____________________________________________________________________________
2012 [  2715] By: jhi                                   on 1999/01/27  19:34:28
2013         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
2014              To: perl5-porters@perl.org
2015              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
2016              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
2017              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
2018      Branch: maint-5.005/perl
2019            ! hints/mpeix.sh mpeix/relink
2020 ____________________________________________________________________________
2021 [  2710] By: jhi                                   on 1999/01/27  19:22:23
2022         Log: Errno fixes:
2023              
2024              From: Spider Boardman <spider@web.zk3.dec.com>
2025              To: perlbug@perl.com
2026              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2027              Date: Wed, 27 Jan 1999 12:27:15 -0500
2028              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
2029              
2030              From: Spider Boardman <spider@web.zk3.dec.com>
2031              To: perlbug@perl.com
2032              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2033              Date: Wed, 27 Jan 1999 13:31:16 -0500
2034              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
2035      Branch: maint-5.005/perl
2036            ! Configure ext/Errno/Errno_pm.PL
2037 ____________________________________________________________________________
2038 [  2709] By: jhi                                   on 1999/01/27  19:17:35
2039         Log: Fix Configure installusrbinperl:
2040              
2041              From: Spider Boardman <spider@web.zk3.dec.com>
2042              To: jhi@iki.fi
2043              cc: perl5-porters@perl.org
2044              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2045              Date: Wed, 27 Jan 1999 13:03:35 -0500
2046              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
2047      Branch: maint-5.005/perl
2048            ! Configure
2049 ____________________________________________________________________________
2050 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
2051         Log: Add redef IO::Handle::* for setv?buf()
2052      Branch: maint-5.005/perl
2053            ! ext/POSIX/POSIX.pm
2054 ____________________________________________________________________________
2055 [  2705] By: jhi                                   on 1999/01/24  15:14:30
2056         Log: Mention year-1900 and month 0..11.
2057      Branch: cfgperl
2058            ! lib/Time/Local.pm
2059 ____________________________________________________________________________
2060 [  2704] By: jhi                                   on 1999/01/24  15:13:36
2061         Log: Document Configure -Uinstallusrbinperl.
2062      Branch: cfgperl
2063            ! INSTALL pod/perldelta.pod
2064 ____________________________________________________________________________
2065 [  2698] By: jhi                                   on 1999/01/24  12:46:00
2066         Log: Use only xlc_r for usethreads.
2067      Branch: cfgperl
2068            ! hints/aix.sh
2069 ____________________________________________________________________________
2070 [  2695] By: gsar                                  on 1999/01/24  07:09:05
2071         Log: integrate cfgperl changes into mainline
2072      Branch: perl
2073           +> lib/Exporter/Heavy.pm
2074           !> (integrate 65 files)
2075 ____________________________________________________________________________
2076 [  2694] By: gsar                                  on 1999/01/24  01:28:49
2077         Log: better notes on 'make' on win32
2078      Branch: perl
2079            ! README.win32
2080 ____________________________________________________________________________
2081 [  2683] By: jhi                                   on 1999/01/22  15:41:00
2082         Log: More de-cut-and-pastos.
2083      Branch: cfgperl
2084            ! hints/irix_6.sh hints/os2.sh
2085 ____________________________________________________________________________
2086 [  2682] By: jhi                                   on 1999/01/22  15:30:51
2087         Log: usethreads.cbu cut-and-pasto.
2088      Branch: cfgperl
2089            ! hints/solaris_2.sh
2090 ____________________________________________________________________________
2091 [  2681] By: jhi                                   on 1999/01/22  14:54:55
2092         Log: Better (I hope) LANGUAGE documentation.
2093      Branch: cfgperl
2094            ! pod/perllocale.pod
2095 ____________________________________________________________________________
2096 [  2680] By: jhi                                   on 1999/01/22  09:20:29
2097         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2098              To: perl5-porters@perl.org
2099              Subject: [PATCH 5.005_03MT3]VMS configure tweak
2100              Date: Wed, 20 Jan 1999 12:05:18 -0800
2101              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
2102      Branch: cfgperl
2103            ! vms/subconfigure.com
2104 ____________________________________________________________________________
2105 [  2679] By: jhi                                   on 1999/01/22  09:13:18
2106         Log: nosuid getmntent() branch.
2107      Branch: cfgperl
2108            ! perl.c perl.h
2109 ____________________________________________________________________________
2110 [  2678] By: jhi                                   on 1999/01/22  08:54:19
2111         Log: nosuid patch continued: *BSD needs <sys/param.h>.
2112      Branch: cfgperl
2113            ! Configure config_h.SH
2114 ____________________________________________________________________________
2115 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
2116         Log: Fixup FindBin to use File::Spec
2117              
2118              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
2119              Date: Wed, 20 Jan 1999 18:51:57 +0000
2120              From: Paul Johnson <pjcj@transeda.com>
2121              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
2122      Branch: maint-5.005/perl
2123            ! lib/FindBin.pm
2124 ____________________________________________________________________________
2125 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
2126         Log: Fix win32 for Borland compiler and spaces in paths
2127              
2128              From: Gurusamy Sarathy <gsar@activestate.com>
2129              Date: Mon, 18 Jan 1999 20:33:17 -0800
2130              Message-Id: <199901190433.UAA03656@activestate.com>
2131              Subject: [PATCH] 5.005_03-trial3 win32 issues
2132      Branch: maint-5.005/perl
2133            ! README.win32 win32/Makefile win32/config_sh.PL
2134            ! win32/makefile.mk win32/runperl.c
2135 ____________________________________________________________________________
2136 [  2670] By: jhi                                   on 1999/01/21  16:12:38
2137         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2138              To: perl5-porters@perl.org
2139              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
2140              Date: Thu, 21 Jan 1999 12:08:01 +0000
2141              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
2142      Branch: cfgperl
2143            ! pod/perldiag.pod t/op/subst.t toke.c
2144 ____________________________________________________________________________
2145 [  2669] By: jhi                                   on 1999/01/21  16:11:46
2146         Log: To: perl5-porters@perl.org
2147              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
2148              From: Anton Berezin <tobez@plab.ku.dk>
2149              Date: 21 Jan 1999 17:07:28 +0100
2150              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
2151      Branch: cfgperl
2152            ! hints/freebsd.sh
2153 ____________________________________________________________________________
2154 [  2668] By: jhi                                   on 1999/01/21  15:38:34
2155         Log: Add Daniel Grisinger <dgris@dimensional.com>.
2156      Branch: cfgperl
2157            ! AUTHORS MAINTAIN
2158 ____________________________________________________________________________
2159 [  2667] By: jhi                                   on 1999/01/21  15:32:28
2160         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2161              To: Mailing list Perl5 <perl5-porters@perl.org>
2162              Subject: [PATCH 5.005_53] Lean Exporter.pm
2163              Date: Thu, 21 Jan 1999 03:25:23 -0500
2164              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
2165      Branch: cfgperl
2166            + lib/Exporter/Heavy.pm
2167            ! MANIFEST lib/Exporter.pm
2168 ____________________________________________________________________________
2169 [  2666] By: jhi                                   on 1999/01/21  15:24:10
2170         Log: From: "W. Phillip Moore" <wpm@ms.com>
2171              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
2172              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
2173              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
2174              Message-ID: <13988.46383.298992.97303@zappa>
2175      Branch: cfgperl
2176            ! lib/File/Path.pm
2177 ____________________________________________________________________________
2178 [  2665] By: jhi                                   on 1999/01/21  15:20:48
2179         Log: CPAN update (CPAN-1.44_54) from Andreas and
2180              jumbo doc patch from Abigail.
2181              
2182              From: abigail@fnx.com
2183              To: perl5-porters@perl.org (Perl Porters)
2184              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
2185              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
2186              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
2187              
2188              From: abigail@fnx.com
2189              To: perl5-porters@perl.org (Perl Porters)
2190              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
2191              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
2192              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
2193              
2194              From: abigail@fnx.com
2195              To: perl5-porters@perl.org (Perl Porters)
2196              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
2197              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
2198              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
2199              
2200              From: abigail@fnx.com
2201              To: perl5-porters@perl.org (Perl Porters)
2202              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
2203              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
2204              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
2205              
2206              From: abigail@fnx.com
2207              To: perl5-porters@perl.org (Perl Porters)
2208              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
2209              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
2210              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
2211              
2212              From: abigail@fnx.com
2213              To: perl5-porters@perl.org (Perl Porters)
2214              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
2215              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
2216              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
2217              
2218              From: abigail@fnx.com
2219              To: perl5-porters@perl.org (Perl Porters)
2220              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
2221              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
2222              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
2223              
2224              From: abigail@fnx.com
2225              To: perl5-porters@perl.org (Perl Porters)
2226              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
2227              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
2228              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
2229              
2230              From: abigail@fnx.com
2231              To: perl5-porters@perl.org (Perl Porters)
2232              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
2233              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
2234              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
2235              
2236              From: abigail@fnx.com
2237              To: perl5-porters@perl.org (Perl Porters)
2238              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
2239              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
2240              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
2241              
2242              From: abigail@fnx.com
2243              To: perl5-porters@perl.org (Perl Porters)
2244              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
2245              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
2246              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
2247              
2248              From: abigail@fnx.com
2249              To: perl5-porters@perl.org (Perl Porters)
2250              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
2251              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
2252              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
2253              
2254              From: abigail@fnx.com
2255              To: perl5-porters@perl.org (Perl Porters)
2256              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
2257              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
2258              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
2259      Branch: cfgperl
2260            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
2261            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2262            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
2263            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
2264 ____________________________________________________________________________
2265 [  2664] By: jhi                                   on 1999/01/21  14:47:43
2266         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2267              To: Mailing list Perl5 <perl5-porters@perl.org>
2268              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
2269              Date: Thu, 21 Jan 1999 03:58:29 -0500
2270              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
2271      Branch: cfgperl
2272            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
2273 ____________________________________________________________________________
2274 [  2663] By: jhi                                   on 1999/01/21  14:43:58
2275         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2276              To: Mailing list Perl5 <perl5-porters@perl.org>
2277              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
2278              Date: Thu, 21 Jan 1999 02:46:34 -0500
2279              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
2280      Branch: cfgperl
2281            ! ext/Errno/Errno_pm.PL
2282 ____________________________________________________________________________
2283 [  2662] By: jhi                                   on 1999/01/21  14:42:42
2284         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
2285              To: Francois Desarmenien <desar@club-internet.fr>
2286              Cc: Gurusamy Sarathy <gsar@activestate.com>,
2287              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
2288              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
2289              Date: 21 Jan 1999 00:17:35 -0700
2290              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
2291      Branch: cfgperl
2292            ! Porting/patching.pod
2293 ____________________________________________________________________________
2294 [  2661] By: jhi                                   on 1999/01/21  14:41:13
2295         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2296              To: Mailing list Perl5 <perl5-porters@perl.org>
2297              Subject: [PATCH 5.00*] makedepend
2298              Date: Thu, 21 Jan 1999 02:08:27 -0500
2299              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
2300      Branch: cfgperl
2301            ! makedepend.SH
2302 ____________________________________________________________________________
2303 [  2660] By: jhi                                   on 1999/01/21  14:36:45
2304         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2305              To: Mailing list Perl5 <perl5-porters@perl.org>
2306              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
2307              Date: Tue, 19 Jan 1999 20:06:45 -0500
2308              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
2309      Branch: cfgperl
2310            ! os2/Changes os2/os2.c
2311 ____________________________________________________________________________
2312 [  2657] By: jhi                                   on 1999/01/21  11:40:35
2313         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2314              To: perl5-porters@perl.org
2315              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
2316              Date: Mon, 18 Jan 1999 01:32:31 PST
2317              Message-ID: <19990118093231.18443.qmail@hotmail.com>
2318      Branch: cfgperl
2319            ! ext/B/B/CC.pm
2320 ____________________________________________________________________________
2321 [  2656] By: jhi                                   on 1999/01/21  11:35:34
2322         Log: From: Achim Bohnet <ach@mpe.mpg.de>
2323              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
2324              Date: Wed, 20 Jan 1999 20:25:53 +0100
2325              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
2326      Branch: cfgperl
2327            ! pp.c
2328 ____________________________________________________________________________
2329 [  2655] By: jhi                                   on 1999/01/21  10:46:01
2330         Log: Handle NIS (and NetInfo) more robustly.
2331      Branch: cfgperl
2332            ! t/op/grent.t t/op/pwent.t
2333 ____________________________________________________________________________
2334 [  2654] By: jhi                                   on 1999/01/21  10:17:20
2335         Log: Two-argument eaccess() of SCO.
2336      Branch: cfgperl
2337            ! pp_sys.c
2338 ____________________________________________________________________________
2339 [  2653] By: jhi                                   on 1999/01/21  08:53:14
2340         Log: -DNO_NOSUID_CHECK for those platforms which have no way
2341              of checking for nosuid but still want suidperl.
2342      Branch: cfgperl
2343            ! perl.c
2344 ____________________________________________________________________________
2345 [  2652] By: jhi                                   on 1999/01/21  08:22:50
2346         Log: The LANGUAGE mirrors LC_ALL usage.
2347      Branch: cfgperl
2348            ! Configure config_h.SH
2349 ____________________________________________________________________________
2350 [  2651] By: jhi                                   on 1999/01/20  22:01:21
2351         Log: I_MNTENT was missing.
2352      Branch: cfgperl
2353            ! Configure config_h.SH
2354 ____________________________________________________________________________
2355 [  2650] By: jhi                                   on 1999/01/19  13:42:03
2356         Log: NetBSD update, based on patches from the NetBSD packages system.
2357      Branch: cfgperl
2358            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
2359 ____________________________________________________________________________
2360 [  2649] By: jhi                                   on 1999/01/19  12:44:02
2361         Log: Jumbo Configure update.
2362              * -Uinstallusrbinperl: disable /usr/bin/perl installation
2363              by installperl
2364              * usethreads.cbu
2365              * use64bits.cbu
2366              * "nosuid"
2367      Branch: cfgperl
2368            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
2369            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
2370            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
2371            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
2372            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
2373            ! pod/perldiag.pod
2374 ____________________________________________________________________________
2375 [  2648] By: jhi                                   on 1999/01/19  09:16:44
2376         Log: Mention /usr/share/locale.
2377      Branch: cfgperl
2378            ! pod/perllocale.pod
2379 ____________________________________________________________________________
2380 [  2647] By: jhi                                   on 1999/01/19  09:11:11
2381         Log: SHMLBA strikes back in NetBSD/sparc.
2382              
2383              From: Dave Nelson <David.Nelson@bellcow.com>
2384              To: jhi@iki.fi
2385              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
2386              Date: Mon, 18 Jan 1999 22:07:56 -0600
2387              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
2388      Branch: cfgperl
2389            ! ext/IPC/SysV/SysV.xs
2390 ____________________________________________________________________________
2391 [  2646] By: jhi                                   on 1999/01/19  08:58:17
2392         Log: Show LANGUAGE env var when needed. (Augment change #2645).
2393      Branch: cfgperl
2394            ! util.c utils/perlbug.PL
2395 ____________________________________________________________________________
2396 [  2645] By: jhi                                   on 1999/01/19  08:52:15
2397         Log: Document the GNU LANGUAGE env var.
2398      Branch: cfgperl
2399            ! pod/perllocale.pod
2400 ____________________________________________________________________________
2401 [  2644] By: jhi                                   on 1999/01/19  08:42:25
2402         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2403              To: Mailing list Perl5 <perl5-porters@perl.org>
2404              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
2405              Date: Mon, 18 Jan 1999 20:57:02 -0500
2406              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
2407      Branch: cfgperl
2408            ! pp_hot.c t/op/pat.t
2409 ____________________________________________________________________________
2410 [  2643] By: jhi                                   on 1999/01/18  11:23:41
2411         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
2412      Branch: cfgperl
2413            ! Makefile.SH
2414 ____________________________________________________________________________
2415 [  2642] By: jhi                                   on 1999/01/18  11:03:38
2416         Log: GNU libc locale system has LANGUAGE env var that partly
2417              overrides even LC_ALL.
2418      Branch: cfgperl
2419            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
2420 ____________________________________________________________________________
2421 [  2641] By: jhi                                   on 1999/01/18  10:55:04
2422         Log: Integrate from mainperl.
2423      Branch: cfgperl
2424           +> ext/B/defsubs.h.PL
2425            ! t/op/groups.t
2426           !> (integrate 38 files)
2427 ____________________________________________________________________________
2428 [  2640] By: gsar                                  on 1999/01/18  10:06:29
2429         Log: a few random cleanups
2430      Branch: perl
2431            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
2432 ____________________________________________________________________________
2433 [  2639] By: gsar                                  on 1999/01/18  05:56:21
2434         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
2435              Date:    Sun, 17 Jan 1999 16:41:10 PST
2436              Message-Id: <19990118004111.29667.qmail@hotmail.com>
2437              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
2438      Branch: perl
2439            ! ext/B/B/C.pm
2440 ____________________________________________________________________________
2441 [  2638] By: gsar                                  on 1999/01/18  05:41:21
2442         Log: From:    jan.dubois@ibm.net (Jan Dubois)
2443              Date:    Mon, 18 Jan 1999 00:37:41 +0100
2444              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
2445              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
2446      Branch: perl
2447            ! dump.c
2448 ____________________________________________________________________________
2449 [  2633] By: gsar                                  on 1999/01/17  13:39:59
2450         Log: bogus assert()
2451      Branch: perl
2452            ! pp.c t/op/groups.t
2453 ____________________________________________________________________________
2454 [  2632] By: gsar                                  on 1999/01/17  13:22:04
2455         Log: various tweaks for clean build and test on win32
2456      Branch: perl
2457            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
2458            ! op.c t/pragma/warn/doio
2459 ____________________________________________________________________________
2460 [  2631] By: gsar                                  on 1999/01/17  12:28:06
2461         Log: undo change#2336, and add clarification about subversive
2462              CPAN distributions from Andreas Koenig
2463      Branch: perl
2464            ! Porting/pumpkin.pod lib/CPAN.pm
2465 ____________________________________________________________________________
2466 [  2630] By: gsar                                  on 1999/01/17  12:04:06
2467         Log: fix silent taint failures under -U
2468      Branch: perl
2469            ! doio.c
2470 ____________________________________________________________________________
2471 [  2629] By: gsar                                  on 1999/01/17  12:00:23
2472         Log: sanity check piped opens (tweaked version of patch suggested
2473              by Mark-Jason Dominus)
2474      Branch: perl
2475            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
2476            ! t/op/taint.t t/pragma/warn/doio
2477 ____________________________________________________________________________
2478 [  2628] By: gsar                                  on 1999/01/17  11:26:21
2479         Log: regen headers
2480      Branch: perl
2481            ! embed.h embedvar.h objXSUB.h
2482 ____________________________________________________________________________
2483 [  2627] By: gsar                                  on 1999/01/17  11:23:37
2484         Log: PERL_OBJECTness for change#2595
2485      Branch: perl
2486            ! embed.pl op.c pod/perlport.pod proto.h
2487 ____________________________________________________________________________
2488 [  2626] By: gsar                                  on 1999/01/17  09:47:07
2489         Log: PERL_OBJECT tweaks for change#2426
2490      Branch: perl
2491            ! embed.pl proto.h regcomp.c
2492 ____________________________________________________________________________
2493 [  2625] By: gsar                                  on 1999/01/17  09:37:58
2494         Log: documentation in change#2596 is not quite right; fix it
2495      Branch: perl
2496            ! lib/Math/BigFloat.pm pod/perlguts.pod
2497 ____________________________________________________________________________
2498 [  2624] By: gsar                                  on 1999/01/17  09:28:34
2499         Log: undo change#2571; C<use File::Spec> instead
2500      Branch: perl
2501            ! lib/FindBin.pm
2502 ____________________________________________________________________________
2503 [  2623] By: gsar                                  on 1999/01/17  09:20:42
2504         Log: change#2572 is not applicable; undo, retaining scan_bin addition
2505              to global.sym
2506      Branch: perl
2507            ! global.sym perl.c proto.h
2508 ____________________________________________________________________________
2509 [  2622] By: gsar                                  on 1999/01/17  09:17:42
2510         Log: change#2576 is based on a wrong premise; undo it
2511      Branch: perl
2512            ! pp_ctl.c
2513 ____________________________________________________________________________
2514 [  2621] By: gsar                                  on 1999/01/17  09:12:42
2515         Log: fix change#2602 to not used hard coded constants
2516      Branch: perl
2517            ! ext/B/B/C.pm ext/B/defsubs.h.PL
2518 ____________________________________________________________________________
2519 [  2620] By: gsar                                  on 1999/01/17  09:02:07
2520         Log: integrate cfgperl changes into mainline, fix conflicts
2521      Branch: perl
2522           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
2523           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
2524           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
2525           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
2526           +> pod/perlopentut.pod
2527           !> (integrate 162 files)
2528 ____________________________________________________________________________
2529 [  2619] By: gsar                                  on 1999/01/17  08:42:04
2530         Log: a few doc typos
2531      Branch: perl
2532            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
2533 ____________________________________________________________________________
2534 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
2535         Log: Win32 changes from Jan
2536              
2537              From: jan.dubois@ibm.net (Jan Dubois)
2538              Date: Fri, 15 Jan 1999 23:38:35 +0100
2539              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
2540              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
2541              
2542              From: jan.dubois@ibm.net (Jan Dubois)
2543              Date: Sat, 16 Jan 1999 13:02:45 +0100
2544              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
2545              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
2546      Branch: maint-5.005/perl
2547            ! README.win32 win32/Makefile win32/makefile.mk
2548 ____________________________________________________________________________
2549 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
2550         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
2551              
2552              From: Gurusamy Sarathy <gsar@engin.umich.edu>
2553              Date: Thu, 07 Jan 1999 00:12:00 -0500
2554              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
2555              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2556              
2557              From: Gurusamy Sarathy <gsar@engin.umich.edu>
2558              Date: Thu, 14 Jan 1999 19:21:46 -0500
2559              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
2560              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2561      Branch: maint-5.005/perl
2562            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
2563            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
2564            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
2565            ! win32/makedef.pl win32/runperl.c win32/win32.c
2566 ____________________________________________________________________________
2567 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
2568         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2569              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
2570              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
2571              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
2572              
2573              From: Jarkko Hietaniemi <jhi@iki.fi>
2574              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
2575              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
2576              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
2577              
2578              From: Jarkko Hietaniemi <jhi@iki.fi>
2579              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
2580              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
2581              Subject: the promised "installusrbinperl + NetBSD" fix
2582      Branch: maint-5.005/perl
2583            ! Configure Makefile.SH hints/netbsd.sh installperl
2584            ! makedepend.SH unixish.h
2585 ____________________________________________________________________________
2586 [  2611] By: jhi                                   on 1999/01/14  12:16:14
2587         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2588              To: pumpkings@jhereg.perl.com
2589              Subject: perlopentut.pod
2590              Date: Sat, 09 Jan 1999 08:13:18 -0700
2591              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
2592      Branch: cfgperl
2593            + pod/perlopentut.pod
2594            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
2595 ____________________________________________________________________________
2596 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
2597         Log: Added Carp::cluck to perldelta.pod
2598      Branch: maint-5.005/perl
2599            ! pod/perldelta.pod
2600 ____________________________________________________________________________
2601 [  2605] By: jhi                                   on 1999/01/13  18:26:19
2602         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
2603              To: "'cpan@perl.org'" <cpan@perl.org>
2604              Subject: "Bug" fix for File::Find.pm
2605              Date:   Thu, 31 Dec 1998 13:01:50 -0500
2606              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
2607      Branch: cfgperl
2608            ! lib/File/Find.pm
2609 ____________________________________________________________________________
2610 [  2604] By: jhi                                   on 1999/01/13  18:08:45
2611         Log: From: Peter Wolfe <wolfe@teloseng.com>
2612              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
2613              To: perlbug@perl.com
2614              Date: 11 Jan 1999 23:00:05 +0200
2615              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
2616      Branch: cfgperl
2617            ! hints/sco.sh
2618 ____________________________________________________________________________
2619 [  2603] By: jhi                                   on 1999/01/13  18:06:56
2620         Log: From: hans@icgroup.nl (Hans Mulder)
2621              Subject: [Patch for 5.005_54] re::debugcolors dumps core
2622              To: perlbug@perl.com
2623              Cc: hansmu@xs4all.nl
2624              Date: 11 Jan 1999 22:22:45 +0200
2625              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
2626      Branch: cfgperl
2627            ! ext/re/re.pm regcomp.c
2628 ____________________________________________________________________________
2629 [  2602] By: jhi                                   on 1999/01/13  18:05:43
2630         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2631              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
2632              Date: 11 Jan 1999 08:02:41 +0200
2633              Lines: 134
2634              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
2635      Branch: cfgperl
2636            ! ext/B/B.xs ext/B/B/C.pm
2637 ____________________________________________________________________________
2638 [  2601] By: jhi                                   on 1999/01/13  18:01:53
2639         Log: From: James FitzGibbon <james@ican.net>
2640              Subject: Trivial patch for HP-UX 11 and shared libperl
2641              To: perl5-porters@perl.org
2642              Date: 8 Jan 1999 19:13:23 +0200
2643              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
2644      Branch: cfgperl
2645            ! Makefile.SH
2646 ____________________________________________________________________________
2647 [  2600] By: jhi                                   on 1999/01/13  17:59:45
2648         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2649              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
2650              To: perl5-porters@perl.org
2651              Date: 8 Jan 1999 12:43:36 +0200
2652              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
2653      Branch: cfgperl
2654            ! ext/B/B/CC.pm
2655 ____________________________________________________________________________
2656 [  2599] By: jhi                                   on 1999/01/13  17:50:11
2657         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2658              Subject: PATCH to installperl
2659              To: perl5-porters@perl.org
2660              Date: 4 Jan 1999 16:15:18 +0200
2661              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
2662      Branch: cfgperl
2663            ! installperl
2664 ____________________________________________________________________________
2665 [  2598] By: jhi                                   on 1999/01/13  17:34:51
2666         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2667              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
2668              Cc: perl5-porters@perl.org
2669              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
2670              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
2671              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
2672      Branch: cfgperl
2673            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2674            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2675 ____________________________________________________________________________
2676 [  2597] By: jhi                                   on 1999/01/13  17:30:33
2677         Log: From: David Dyck <dcd@tc.fluke.com>
2678              To: Perl Porters <perl5-porters@perl.org>,
2679              Gurusamy Sarathy <gsar@engin.umich.edu>
2680              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
2681              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
2682              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
2683      Branch: cfgperl
2684            ! pod/perldsc.pod
2685 ____________________________________________________________________________
2686 [  2596] By: jhi                                   on 1999/01/13  17:26:44
2687         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2688              To: perl5-porters@perl.org
2689              Subject: [PATCH] modglobal w/ spelling fixes
2690              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
2691              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
2692      Branch: cfgperl
2693            ! pod/perlguts.pod
2694 ____________________________________________________________________________
2695 [  2595] By: jhi                                   on 1999/01/13  17:24:59
2696         Log: From: Hans Mulder <hansm@icgroup.nl>
2697              Optimize common sort routines.  Thread started by the message
2698              
2699              From: Hans Mulder <hansm@icgroup.nl>
2700              Sender: owner-perl5-porters@perl.org
2701              To: perl5-porters@perl.org
2702              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
2703              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
2704              
2705              and the patch from the message
2706              
2707              From: Hans Mulder <hans@icgroup.nl>
2708              To: jhi@iki.fi
2709              Cc: perl5-porters@perl.org
2710              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
2711              $b }
2712              Date: Wed, 13 Jan 1999 17:39:35 +0100
2713              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
2714      Branch: cfgperl
2715            ! Todo op.c op.h pp_ctl.c t/op/sort.t
2716 ____________________________________________________________________________
2717 [  2594] By: jhi                                   on 1999/01/13  16:50:17
2718         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
2719              (the diffs were based on 5.004_02).  Tested by Guido
2720              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
2721      Branch: cfgperl
2722            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
2723            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
2724            + mint/sys/time.h mint/time.h
2725            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
2726            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
2727 ____________________________________________________________________________
2728 [  2593] By: jhi                                   on 1999/01/09  16:54:26
2729         Log: Detypo.
2730      Branch: cfgperl
2731            ! hints/dec_osf.sh
2732 ____________________________________________________________________________
2733 [  2592] By: jhi                                   on 1999/01/09  16:17:13
2734         Log: Move usethreads and use64bits logic from hints to Configure.
2735      Branch: cfgperl
2736            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
2737            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
2738            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
2739            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
2740 ____________________________________________________________________________
2741 [  2591] By: jhi                                   on 1999/01/09  14:45:24
2742         Log: Missing dTHRs added.
2743      Branch: cfgperl
2744            ! regcomp.c toke.c
2745 ____________________________________________________________________________
2746 [  2590] By: jhi                                   on 1999/01/08  15:27:17
2747         Log: Finalize change #2589 and add better AIX nm scanning from:
2748              
2749              Message-Id: <m0zyNW0-00017VC@gentoo.com>
2750              From: bll@gentoo.com (Brad Lanam)
2751              Subject: Re: mailhelp returned a non-zero status
2752              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
2753              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
2754      Branch: cfgperl
2755            ! Configure hints/freebsd.sh hints/linux.sh
2756 ____________________________________________________________________________
2757 [  2589] By: jhi                                   on 1999/01/08  15:14:54
2758         Log: Undo change #2581.
2759      Branch: cfgperl
2760            ! Configure hints/freebsd.sh hints/linux.sh
2761 ____________________________________________________________________________
2762 [  2588] By: jhi                                   on 1999/01/08  11:51:52
2763         Log: FAQ jumbo patch from tchrist.
2764              
2765              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
2766              From: Tom Christiansen <tchrist@jhereg.perl.com>
2767              To: pumpkings@jhereg.perl.com
2768              Subject: newest version of perlfaq.pod
2769              Date: Thu, 7 Jan 1999 23:05:02 -0700
2770              
2771              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
2772              From: Tom Christiansen <tchrist@jhereg.perl.com>
2773              To: pumpkings@jhereg.perl.com
2774              Subject: newest version of perlfaq1.pod
2775              Date: Thu, 7 Jan 1999 23:05:02 -0700
2776              
2777              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
2778              From: Tom Christiansen <tchrist@jhereg.perl.com>
2779              To: pumpkings@jhereg.perl.com
2780              Subject: newest version of perlfaq2.pod
2781              Date: Thu, 7 Jan 1999 23:05:02 -0700
2782              
2783              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
2784              From: Tom Christiansen <tchrist@jhereg.perl.com>
2785              To: pumpkings@jhereg.perl.com
2786              Subject: newest version of perlfaq3.pod
2787              Date: Thu, 7 Jan 1999 23:05:02 -0700
2788              
2789              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
2790              From: Tom Christiansen <tchrist@jhereg.perl.com>
2791              To: pumpkings@jhereg.perl.com
2792              Subject: newest version of perlfaq4.pod
2793              Date: Thu, 7 Jan 1999 23:05:02 -0700
2794              
2795              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
2796              From: Tom Christiansen <tchrist@jhereg.perl.com>
2797              To: pumpkings@jhereg.perl.com
2798              Subject: newest version of perlfaq5.pod
2799              Date: Thu, 7 Jan 1999 23:05:02 -0700
2800              
2801              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
2802              From: Tom Christiansen <tchrist@jhereg.perl.com>
2803              To: pumpkings@jhereg.perl.com
2804              Subject: newest version of perlfaq6.pod
2805              Date: Thu, 7 Jan 1999 23:05:02 -0700
2806              
2807              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
2808              From: Tom Christiansen <tchrist@jhereg.perl.com>
2809              To: pumpkings@jhereg.perl.com
2810              Subject: newest version of perlfaq7.pod
2811              Date: Thu, 7 Jan 1999 23:05:03 -0700
2812              
2813              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
2814              From: Tom Christiansen <tchrist@jhereg.perl.com>
2815              To: pumpkings@jhereg.perl.com
2816              Subject: newest version of perlfaq8.pod
2817              Date: Thu, 7 Jan 1999 23:05:03 -0700
2818              
2819              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
2820              From: Tom Christiansen <tchrist@jhereg.perl.com>
2821              To: pumpkings@jhereg.perl.com
2822              Subject: newest version of perlfaq9.pod
2823              Date: Thu, 7 Jan 1999 23:05:03 -0700
2824      Branch: cfgperl
2825            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2826            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2827            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2828            ! pod/perlfaq9.pod
2829 ____________________________________________________________________________
2830 [  2587] By: jhi                                   on 1999/01/08  11:17:43
2831         Log: More doc fixes from Abigail.
2832      Branch: cfgperl
2833            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2834            ! lib/User/pwent.pm
2835 ____________________________________________________________________________
2836 [  2585] By: jhi                                   on 1999/01/08  08:31:02
2837         Log: Change #2584 from maint-5.005:
2838              
2839              implemented Ilya's suggested fix, and added a testcase
2840              
2841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2842              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
2843              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
2844              Subject: Re: Text::ParseWords: regex fix
2845      Branch: cfgperl
2846            ! lib/Text/ParseWords.pm t/lib/parsewords.t
2847 ____________________________________________________________________________
2848 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
2849         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2850              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
2851              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
2852              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
2853      Branch: maint-5.005/perl
2854            ! ext/Errno/Errno_pm.PL
2855 ____________________________________________________________________________
2856 [  2581] By: jhi                                   on 1999/01/07  16:38:03
2857         Log: Configure update:
2858              - usethreads, use64bits, and usemultiplicity
2859              are no more interactively asked by Configure
2860              - "int main()" (vs bare "main()") enforced in test programs
2861      Branch: cfgperl
2862            ! Configure hints/freebsd.sh hints/linux.sh
2863 ____________________________________________________________________________
2864 [  2580] By: jhi                                   on 1999/01/07  11:19:12
2865         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2866              Date: Wed, 06 Jan 1999 13:47:34 -0800
2867              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
2868              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
2869      Branch: cfgperl
2870            ! vms/vms.c
2871 ____________________________________________________________________________
2872 [  2579] By: jhi                                   on 1999/01/07  09:08:36
2873         Log: Another set of doc patches from Abigail
2874              
2875              From: abigail@fnx.com
2876              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
2877              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
2878              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
2879              
2880              From: abigail@fnx.com
2881              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
2882              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
2883              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
2884              
2885              From: abigail@fnx.com
2886              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
2887              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
2888              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
2889              
2890              From: abigail@fnx.com
2891              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
2892              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
2893              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
2894              
2895              From: abigail@fnx.com
2896              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
2897              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
2898              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
2899              
2900              From: abigail@fnx.com
2901              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
2902              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
2903              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
2904              
2905              From: abigail@fnx.com
2906              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
2907              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
2908              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
2909              
2910              From: abigail@fnx.com
2911              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
2912              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
2913              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
2914              
2915              From: abigail@fnx.com
2916              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
2917              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
2918              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
2919              
2920              From: abigail@fnx.com
2921              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
2922              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
2923              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
2924              
2925              From: abigail@fnx.com
2926              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
2927              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
2928              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
2929              
2930              From: abigail@fnx.com
2931              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
2932              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
2933              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
2934              
2935              From: abigail@fnx.com
2936              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
2937              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
2938              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
2939              
2940              From: abigail@fnx.com
2941              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
2942              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
2943              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
2944      Branch: cfgperl
2945            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
2946            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
2947            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
2948            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
2949            ! lib/Tie/Array.pm lib/Tie/Hash.pm
2950 ____________________________________________________________________________
2951 [  2576] By: jhi                                   on 1999/01/06  17:05:20
2952         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
2953      Branch: cfgperl
2954            ! pp_ctl.c
2955 ____________________________________________________________________________
2956 [  2575] By: jhi                                   on 1999/01/06  13:18:56
2957         Log: Enhance the great_circle_distance() documentation.
2958      Branch: cfgperl
2959            ! lib/Math/Trig.pm
2960 ____________________________________________________________________________
2961 [  2574] By: jhi                                   on 1999/01/06  12:58:03
2962         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
2963              To: perlbug@perl.com
2964              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
2965              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
2966              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
2967      Branch: cfgperl
2968            ! t/op/sysio.t
2969 ____________________________________________________________________________
2970 [  2573] By: jhi                                   on 1999/01/06  12:40:19
2971         Log: From: "W. Phillip Moore" <wpm@ms.com>
2972              To: perlbug@perl.org
2973              Subject: [PATCH] POSIX getpgrp is not -w clean
2974              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
2975              Message-ID: <13970.20107.190314.549471@zappa>
2976      Branch: cfgperl
2977            ! ext/POSIX/POSIX.pm
2978 ____________________________________________________________________________
2979 [  2572] By: jhi                                   on 1999/01/06  12:25:24
2980         Log: Based on
2981              From: jan.dubois@ibm.net (Jan Dubois)
2982              To: perl5-porters@perl.org
2983              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2984              Date: Wed, 06 Jan 1999 01:24:09 +0100
2985              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
2986              except that
2987              - objXSUB.h was already okay
2988              - embed.h patching is futile, global.sym patched instead
2989              - objpp.h does not exist
2990              - proto.h addition applied manually
2991              - win32/GenCAPI.pl was already okay
2992              - win32/makedef.pl was already okay
2993      Branch: cfgperl
2994            ! global.sym perl.c proto.h
2995 ____________________________________________________________________________
2996 [  2571] By: jhi                                   on 1999/01/06  11:25:48
2997         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
2998              To: perlbug@perl.com
2999              Subject: FindBin.pm on Win32 systems
3000              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
3001              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
3002      Branch: cfgperl
3003            ! lib/FindBin.pm
3004 ____________________________________________________________________________
3005 [  2570] By: jhi                                   on 1999/01/06  11:21:48
3006         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3007              To: perl5-porters@perl.org, vmsperl@perl.org
3008              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
3009              Date: Tue, 05 Jan 1999 16:47:31 -0800
3010              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
3011              
3012              (the ext/IO/lib/IO/Socket.pm was not really changed here;
3013              it was a leftover from #2569)
3014      Branch: cfgperl
3015            ! ext/IO/lib/IO/Socket.pm taint.c
3016 ____________________________________________________________________________
3017 [  2569] By: jhi                                   on 1999/01/06  11:18:22
3018         Log: Jumbo doc patch from Abigail (almost identical to
3019              the 5.005-maint change #2562 except for the
3020              ext/IO/lib/IO/Socket.pm patch which was not
3021              applicable because the IO version of 5.005-devel
3022              is somewhat different (why?))
3023              
3024              From: abigail@fnx.com
3025              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
3026              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
3027              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
3028              
3029              From: abigail@fnx.com
3030              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
3031              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
3032              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
3033              
3034              From: abigail@fnx.com
3035              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
3036              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
3037              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
3038              
3039              From: abigail@fnx.com
3040              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
3041              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
3042              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
3043              
3044              From: abigail@fnx.com
3045              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
3046              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
3047              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
3048              
3049              From: abigail@fnx.com
3050              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
3051              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
3052              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
3053              
3054              From: abigail@fnx.com
3055              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
3056              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
3057              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
3058              
3059              From: abigail@fnx.com
3060              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
3061              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
3062              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
3063              
3064              From: abigail@fnx.com
3065              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
3066              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
3067              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
3068              
3069              From: abigail@fnx.com
3070              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
3071              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
3072              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
3073      Branch: cfgperl
3074            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3075            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
3076            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
3077            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3078            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
3079 ____________________________________________________________________________
3080 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
3081         Log: From: jan.dubois@ibm.net (Jan Dubois)
3082              Date: Wed, 06 Jan 1999 01:24:09 +0100
3083              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
3084              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3085      Branch: maint-5.005/perl
3086            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
3087            ! win32/GenCAPI.pl win32/makedef.pl
3088 ____________________________________________________________________________
3089 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
3090         Log: From: "W. Phillip Moore" <wpm@ms.com>
3091              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
3092              Message-ID: <13970.20107.190314.549471@zappa>
3093              Subject: [PATCH] POSIX getpgrp is not -w clean
3094      Branch: maint-5.005/perl
3095            ! ext/POSIX/POSIX.pm
3096 ____________________________________________________________________________
3097 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
3098         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
3099              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
3100              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
3101              Subject: FindBin.pm on Win32 systems
3102      Branch: maint-5.005/perl
3103            ! lib/FindBin.pm
3104 ____________________________________________________________________________
3105 [  2561] By: jhi                                   on 1999/01/05  10:49:10
3106         Log: Reword the setlocale() 1-arg case better.
3107      Branch: cfgperl
3108            ! ext/POSIX/POSIX.pod
3109 ____________________________________________________________________________
3110 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
3111         Log: From: Blair Zajac <bzajac@geostaff.com>
3112              Date: Wed, 23 Dec 1998 17:13:32 -0800
3113              Message-ID: <3681953C.8B6A90AA@geostaff.com>
3114              Subject: Tie::SubstrHash patch
3115      Branch: maint-5.005/perl
3116            ! lib/Tie/SubstrHash.pm
3117 ____________________________________________________________________________
3118 [  2554] By: jhi                                   on 1999/01/02  14:55:06
3119         Log: Object destruction order testing.
3120      Branch: cfgperl
3121            ! t/op/misc.t
3122 ____________________________________________________________________________
3123 [  2553] By: jhi                                   on 1999/01/02  14:49:40
3124         Log: perldelta the Dumpvalue.pm of change #2513.
3125      Branch: cfgperl
3126            ! lib/Dumpvalue.pm pod/perldelta.pod
3127 ____________________________________________________________________________
3128 [  2552] By: nick                                  on 1999/01/02  14:45:38
3129         Log: Tone down Makefile.PL so it works on Win32
3130      Branch: perl
3131            ! ext/B/Makefile.PL
3132 ____________________________________________________________________________
3133 [  2551] By: nick                                  on 1999/01/02  14:06:30
3134         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
3135              Use them in various B::* rather than have local defs.
3136      Branch: perl
3137            + ext/B/defsubs.h.PL
3138            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
3139            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3140            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
3141 ____________________________________________________________________________
3142 [  2550] By: nick                                  on 1999/01/02  10:04:02
3143         Log: Integrate ext/B changes from //depot/cfgperl
3144      Branch: perl
3145           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3146 ____________________________________________________________________________
3147 [  2549] By: jhi                                   on 1999/01/01  13:54:16
3148         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
3149              To: perlbug@perl.com
3150              Subject: op/groups.t fails test 1 on HP-UX 10.20
3151              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
3152              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
3153      Branch: cfgperl
3154            ! t/op/groups.t
3155 ____________________________________________________________________________
3156 [  2548] By: jhi                                   on 1999/01/01  13:53:31
3157         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3158              To: perl5-porters@perl.org
3159              cc: hv@crypt0.demon.co.uk
3160              Subject: [bug 5.004_54] duplicate error message
3161              Date: Thu, 31 Dec 1998 04:05:25 +0000
3162              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
3163              
3164              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
3165              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3166              To: hv@crypt0.demon.co.uk
3167              Cc: perl5-porters@perl.org
3168              Subject: [PATCH _54] Re: duplicate error message
3169              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
3170              
3171              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
3172              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3173              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
3174              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
3175              Subject: [TEST PATCH _54] Re: duplicate error message 
3176              Date: Fri, 01 Jan 1999 07:32:14 +0000
3177      Branch: cfgperl
3178            ! op.c t/pragma/warn/op
3179 ____________________________________________________________________________
3180 [  2547] By: jhi                                   on 1998/12/31  14:15:04
3181         Log: From: Chris Nandor <pudge@pobox.com>
3182              To: jhi@iki.fi
3183              Cc: perl5-porters@perl.org
3184              Subject: Re: [PATCH] perlport.pod 1.38
3185              Date: Thu, 31 Dec 1998 09:06:48 -0500
3186              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
3187      Branch: cfgperl
3188            ! pod/perlport.pod
3189 ____________________________________________________________________________
3190 [  2546] By: jhi                                   on 1998/12/31  11:18:17
3191         Log: From: Wilson P. Snyder II
3192              To: perl5-porters@perl.org
3193              Subject: [PATCH v5.5.53] REV2: Binary number support
3194              Date: 1998/11/30
3195              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
3196      Branch: cfgperl
3197            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
3198            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
3199            ! toke.c util.c
3200 ____________________________________________________________________________
3201 [  2545] By: jhi                                   on 1998/12/31  09:27:40
3202         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3203              To: perlbug@perl.com
3204              Subject: "perl -T -P" dumps core on OpenBSD and Linux
3205              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
3206              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
3207      Branch: cfgperl
3208            ! taint.c
3209 ____________________________________________________________________________
3210 [  2544] By: jhi                                   on 1998/12/31  09:21:45
3211         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
3212              To: perlbug@perl.com 
3213              Subject: bug in pod2man search for perl binary [5.005_5x]
3214              Date: Sat, 12 Dec 1998 23:08:51 +0000 
3215              Message-ID: <19981212230851.A20578@ig.co.uk> 
3216      Branch: cfgperl
3217            ! pod/pod2man.PL
3218 ____________________________________________________________________________
3219 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
3220         Log: From: jan.dubois@ibm.net (Jan Dubois)
3221              Date: Wed, 23 Dec 1998 21:26:38 +0100
3222              Message-ID: <36895086.8849224@smtp1.ibm.net>
3223              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
3224      Branch: maint-5.005/perl
3225            ! lib/ExtUtils/MakeMaker.pm
3226 ____________________________________________________________________________
3227 [  2540] By: jhi                                   on 1998/12/30  08:42:04
3228         Log: Evermore AUTHORS and MAINTAIN.
3229      Branch: cfgperl
3230            ! AUTHORS MAINTAIN
3231 ____________________________________________________________________________
3232 [  2539] By: jhi                                   on 1998/12/29  15:10:34
3233         Log: More AUTHORS and MAINTAIN.
3234      Branch: cfgperl
3235            ! AUTHORS MAINTAIN
3236 ____________________________________________________________________________
3237 [  2537] By: jhi                                   on 1998/12/29  14:34:47
3238         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
3239              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
3240              Message-ID: <13942.32480.700000.640927@utensil>
3241              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
3242              (mirror change#2531 in the 5.005-maint)
3243      Branch: cfgperl
3244            ! lib/AutoSplit.pm
3245 ____________________________________________________________________________
3246 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
3247         Log: change in_pod pattern to /^=\w/ from /^=/
3248              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
3249              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
3250              Message-ID: <13942.32480.700000.640927@utensil>
3251              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
3252      Branch: maint-5.005/perl
3253            ! lib/AutoSplit.pm
3254 ____________________________________________________________________________
3255 [  2525] By: jhi                                   on 1998/12/29  13:06:26
3256         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3257              To: perl5-porters@perl.org
3258              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
3259              Date: 16 Dec 1998 03:17:03 +0200
3260              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
3261      Branch: cfgperl
3262            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3263 ____________________________________________________________________________
3264 [  2524] By: jhi                                   on 1998/12/29  13:00:06
3265         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3266              To: perl5-porters@perl.org
3267              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
3268              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
3269              Date: 10 Dec 1998 08:30:02 +0200
3270              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
3271              
3272              (Nick's part was applied earlier, in change #2460)
3273      Branch: cfgperl
3274            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3275 ____________________________________________________________________________
3276 [  2523] By: jhi                                   on 1998/12/29  12:41:31
3277         Log: From: "vishal bhatia" <vishalb@hotmail.com>
3278              To: nick@ni-s.u-net.com
3279              Cc: perl5-porters@perl.org
3280              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
3281              Date: 9 Dec 1998 06:50:30 +0200
3282              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
3283      Branch: cfgperl
3284            ! ext/B/B/CC.pm
3285 ____________________________________________________________________________
3286 [  2522] By: jhi                                   on 1998/12/29  12:15:18
3287         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
3288              To: perl5-porters@perl.org (Perl 5 Porters)
3289              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
3290              Date: 25 Dec 1998 23:02:28 +0200
3291              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
3292      Branch: cfgperl
3293            ! lib/Pod/Text.pm
3294 ____________________________________________________________________________
3295 [  2521] By: jhi                                   on 1998/12/29  12:07:54
3296         Log: Undo #2519 (breaks universal.c).
3297      Branch: cfgperl
3298            ! XSUB.h
3299 ____________________________________________________________________________
3300 [  2519] By: jhi                                   on 1998/12/29  11:41:10
3301         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3302              To: perl5-porters@perl.org
3303              Cc: perl-xs@perl.org
3304              Subject: XSUB.h refinement [PATCH]
3305              Date: 18 Dec 1998 03:58:44 +0200
3306              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
3307      Branch: cfgperl
3308            ! XSUB.h
3309 ____________________________________________________________________________
3310 [  2518] By: jhi                                   on 1998/12/29  11:36:19
3311         Log: From: abigail@fnx.com
3312              To: perl5-porters@perl.org (Perl Porters)
3313              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
3314              Date: 28 Dec 1998 21:39:15 +0200
3315              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
3316      Branch: cfgperl
3317            ! lib/fields.pm
3318 ____________________________________________________________________________
3319 [  2517] By: jhi                                   on 1998/12/29  11:35:03
3320         Log: Document change #2516.
3321      Branch: cfgperl
3322            ! pod/perldelta.pod
3323 ____________________________________________________________________________
3324 [  2516] By: jhi                                   on 1998/12/29  11:32:26
3325         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3326              To: perl5-porters@perl.org (Mailing list Perl5)
3327              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
3328              Date: 9 Dec 1998 10:39:31 +0200
3329              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
3330      Branch: cfgperl
3331            ! pod/perldiag.pod regcomp.c toke.c
3332 ____________________________________________________________________________
3333 [  2515] By: jhi                                   on 1998/12/29  11:27:11
3334         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3335              To: perl5-porters@perl.org (Mailing list Perl5)
3336              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
3337              Date: 8 Dec 1998 09:02:04 +0200
3338              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
3339              
3340              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
3341      Branch: cfgperl
3342            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
3343 ____________________________________________________________________________
3344 [  2514] By: jhi                                   on 1998/12/29  11:21:31
3345         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3346              To: perl5-porters@perl.org (Mailing list Perl5)
3347              Subject: [PATCH 5.005_53] Regexp tests and UTF8
3348              Date: 8 Dec 1998 07:02:01 +0200
3349              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
3350      Branch: cfgperl
3351            ! regcomp.c
3352 ____________________________________________________________________________
3353 [  2513] By: jhi                                   on 1998/12/29  11:18:34
3354         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3355              Subject: [PATCH 5.005_*] Dumpvar.pm
3356              To: perl5-porters@perl.org (Mailing list Perl5)
3357              Date: 7 Dec 1998 10:17:35 +0200
3358              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
3359      Branch: cfgperl
3360            + lib/Dumpvalue.pm
3361            ! MANIFEST
3362 ____________________________________________________________________________
3363 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
3364         Log: From: jan.dubois@ibm.net (Jan Dubois)
3365              Date: Tue, 01 Dec 1998 00:07:33 +0100
3366              Message-ID: <366921b5.14512598@smtp1.ibm.net>
3367              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
3368              
3369              From: jan.dubois@ibm.net (Jan Dubois)
3370              Date: Wed, 02 Dec 1998 00:24:54 +0100
3371              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
3372              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
3373      Branch: maint-5.005/perl
3374            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
3375            ! win32/config.bc win32/config.gc win32/config.vc
3376            ! win32/config_sh.PL win32/makedef.pl
3377 ____________________________________________________________________________
3378 [  2509] By: jhi                                   on 1998/12/28  13:00:31
3379     Log: Kickstart AUTHORS and MAINTAIN.
3380  Branch: cfgperl
3381        + AUTHORS MAINTAIN
3382        ! MANIFEST
3383 ____________________________________________________________________________
3384 [  2508] By: jhi                                   on 1998/12/28  08:04:00
3385     Log: From: Nathan Torkington <gnat@frii.com>
3386          To: perlbug@perl.com
3387          Subject: [PATCH] perlxstut.pod fix
3388          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
3389          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
3390  Branch: cfgperl
3391        ! pod/perlxstut.pod
3392 ____________________________________________________________________________
3393 [  2507] By: jhi                                   on 1998/12/28  07:59:00
3394     Log: From: abigail@fnx.com
3395          To: perlbug@perl.com
3396          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
3397          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
3398          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
3399          (slightly modified, a part of the patch was rejected)
3400          (strange, I thought I had already submitted this one
3401          but Perforce disagrees with me...)
3402  Branch: cfgperl
3403        ! pod/perlop.pod
3404 ____________________________________________________________________________
3405 [  2506] By: jhi                                   on 1998/12/28  07:56:59
3406     Log: From: Artur <artur@vogon-solutions.com>
3407          To: perlbug@perl.com
3408          Subject: PATCH: perlmodlib.pod
3409          Date: Fri, 25 Dec 1998 00:48:39 +0000
3410          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
3411  Branch: cfgperl
3412        ! pod/perlmodlib.pod pod/perlop.pod
3413 ____________________________________________________________________________
3414 [  2505] By: jhi                                   on 1998/12/28  07:46:06
3415     Log: From: abigail@fnx.com
3416          To: perl5-porters@perl.org (Perl Porters)
3417          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
3418          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
3419          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
3420  Branch: cfgperl
3421        ! pod/pod2html.PL
3422 ____________________________________________________________________________
3423 [  2504] By: jhi                                   on 1998/12/28  07:44:35
3424     Log: From: Jim Avera <avera@fjst.com>
3425          To: perlbug@perl.com
3426          Subject: perlbug bug - shows dates reversed
3427          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
3428          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
3429  Branch: cfgperl
3430        ! utils/perlbug.PL
3431 ____________________________________________________________________________
3432 [  2503] By: jhi                                   on 1998/12/28  07:41:39
3433     Log: From: jan.dubois@ibm.net (Jan Dubois)
3434          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
3435          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
3436          Date: Wed, 23 Dec 1998 21:26:38 +0100
3437          Message-ID: <36895086.8849224@smtp1.ibm.net>
3438  Branch: cfgperl
3439        ! lib/ExtUtils/MakeMaker.pm
3440 ____________________________________________________________________________
3441 [  2502] By: jhi                                   on 1998/12/28  07:39:20
3442     Log: From: Blair Zajac <bzajac@geostaff.com>
3443          To: perl5-porters@perl.org
3444          Subject: Tie::SubstrHash patch
3445          Date: Wed, 23 Dec 1998 17:13:32 -0800
3446          Message-ID: <3681953C.8B6A90AA@geostaff.com>
3447  Branch: cfgperl
3448        ! lib/Tie/SubstrHash.pm
3449 ____________________________________________________________________________
3450 [  2501] By: jhi                                   on 1998/12/28  07:37:16
3451     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
3452          To: perlbug@perl.com
3453          Subject: perlfaq9 minor error
3454          Date: Wed, 23 Dec 1998 14:54:19 -0800
3455          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
3456  Branch: cfgperl
3457        ! pod/perlfaq9.pod
3458 ____________________________________________________________________________
3459 [  2500] By: jhi                                   on 1998/12/23  10:38:18
3460     Log: More porting notes about filesystems, AmigaOS, and MiNT.
3461  Branch: cfgperl
3462        ! pod/perlport.pod
3463 ____________________________________________________________________________
3464 [  2499] By: jhi                                   on 1998/12/22  09:26:49
3465     Log: Add few MSG_ and uio constants.
3466  Branch: cfgperl
3467        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
3468 ____________________________________________________________________________
3469 [  2498] By: jhi                                   on 1998/12/22  08:39:30
3470     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
3471          a Digital C compiler optimizer bug that broke the 'x'
3472          operator under certain circumstances.  See t/op/repeat.t
3473          test #20 for graphic details.  Reported in
3474          
3475          From: Gisle Aas <gisle@aas.no>
3476          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
3477          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
3478          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
3479          Date: 18 Dec 1998 14:27:40 +0100
3480          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
3481          
3482          and discussed further in the thread
3483          
3484          From: Jarkko Hietaniemi <jhi@iki.fi>
3485          To: Gisle Aas <gisle@aas.no>
3486          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
3487          cpan-testers@perl.org, perl5-porters@perl.org
3488          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
3489          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
3490          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
3491  Branch: cfgperl
3492        ! t/op/repeat.t util.c
3493 ____________________________________________________________________________
3494 [  2497] By: jhi                                   on 1998/12/21  14:18:57
3495     Log: Change #2483 update.
3496  Branch: cfgperl
3497        ! t/op/tr.t
3498 ____________________________________________________________________________
3499 [  2496] By: jhi                                   on 1998/12/21  14:07:41
3500     Log: Update on change #2493.
3501  Branch: cfgperl
3502        ! t/pragma/warn/op
3503 ____________________________________________________________________________
3504 [  2495] By: jhi                                   on 1998/12/21  13:52:00
3505     Log: Change #2487 aftershock.
3506  Branch: cfgperl
3507        ! warning.pl
3508 ____________________________________________________________________________
3509 [  2494] By: jhi                                   on 1998/12/21  12:35:00
3510     Log: From: Chris Nandor <pudge@pobox.com>
3511          To: perl5-porters@perl.org
3512          Subject: [PATCH] perlport.pod v1.37
3513          Date: Sat, 19 Dec 1998 12:54:34 -0500
3514          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
3515  Branch: cfgperl
3516        ! pod/perlport.pod
3517 ____________________________________________________________________________
3518 [  2493] By: jhi                                   on 1998/12/21  12:22:44
3519     Log: From: Mark-Jason Dominus <mjd@plover.com>
3520          To: perl5-porters@perl.com
3521          Subject: PATCH (5.005_02): Dejargonizing
3522          Date: Sun, 20 Dec 1998 14:35:20 -0500
3523          Message-ID: <19981220193520.11230.qmail@plover.com>
3524          
3525          From: Mark-Jason Dominus <mjd@plover.com>
3526          To: perl5-porters@perl.com
3527          Subject: PATCH (5.005_02): Spelling correction in warning message
3528          Date: Sun, 20 Dec 1998 13:51:30 -0500
3529          Message-ID: <19981220185130.11067.qmail@plover.com>
3530  Branch: cfgperl
3531        ! doio.c op.c
3532 ____________________________________________________________________________
3533 [  2492] By: jhi                                   on 1998/12/21  09:00:05
3534     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3535          To: perl5-porters@perl.org
3536          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
3537          Date: Sun, 20 Dec 1998 19:03:25 PST
3538          Message-ID: <19981221030326.27660.qmail@hotmail.com>
3539          
3540          (slightly reformatted)
3541  Branch: cfgperl
3542        ! ext/B/B/CC.pm
3543 ____________________________________________________________________________
3544 [  2491] By: nick                                  on 1998/12/20  14:21:29
3545     Log: Save _all_ GV's which have SV, AV or HV set.
3546  Branch: perl
3547        ! ext/B/B/C.pm
3548 ____________________________________________________________________________
3549 [  2490] By: jhi                                   on 1998/12/18  15:13:19
3550     Log: Add idea about generalising cpp symbol probing of Errno.
3551  Branch: cfgperl
3552        ! Todo
3553 ____________________________________________________________________________
3554 [  2489] By: jhi                                   on 1998/12/18  14:47:57
3555     Log: Address some of the issues of:
3556          
3557          From: Tom Christiansen <tchrist@jhereg.perl.com>
3558          To: perl-porters-active@jhereg.perl.com
3559          Subject: Undocumentation Issues for 5.005
3560          Date: Thu, 17 Dec 1998 14:46:24 -0700
3561          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
3562  Branch: cfgperl
3563        ! pod/perl5005delta.pod
3564 ____________________________________________________________________________
3565 [  2488] By: jhi                                   on 1998/12/18  11:26:32
3566     Log: From: root <root@dubravka.in-berlin.de>
3567          To: perlbug@perl.com
3568          Cc: k@dubravka.in-berlin.de
3569          Subject: Please add no_modify to PERL_POLLUTE
3570          Date: Fri, 18 Dec 1998 10:45:52 +0100
3571          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
3572          
3573          (Really from Andreas König)
3574  Branch: cfgperl
3575        ! embed.pl
3576 ____________________________________________________________________________
3577 [  2487] By: jhi                                   on 1998/12/17  14:05:52
3578     Log: Some (by far not all) issues of the below message addressed.
3579          
3580          From: Tom Christiansen <tchrist@jhereg.perl.com>
3581          To: The Perl Porters Mailing List <perl5-porters@perl.org>
3582          Subject: important UNDOC issues for 5.005_54
3583          Date: Wed, 16 Dec 1998 21:14:53 -0700
3584          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
3585  Branch: cfgperl
3586        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
3587 ____________________________________________________________________________
3588 [  2486] By: jhi                                   on 1998/12/17  12:47:15
3589     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3590          To: domo@computer.org
3591          Cc: jhi@iki.fi, perl5-porters@perl.org
3592          Subject: Re: stuff related to malloc.c
3593          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
3594          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
3595  Branch: cfgperl
3596        ! malloc.c
3597 ____________________________________________________________________________
3598 [  2485] By: jhi                                   on 1998/12/17  12:17:19
3599     Log: More porting notes.
3600  Branch: cfgperl
3601        ! Porting/pumpkin.pod
3602 ____________________________________________________________________________
3603 [  2484] By: jhi                                   on 1998/12/15  08:38:05
3604     Log: Undo #2386 and #2205.
3605  Branch: cfgperl
3606        ! pod/perlfunc.pod
3607 ____________________________________________________________________________
3608 [  2483] By: jhi                                   on 1998/12/14  17:58:35
3609     Log: lib was missing from @INC.
3610  Branch: cfgperl
3611        ! t/op/tr.t
3612 ____________________________________________________________________________
3613 [  2482] By: jhi                                   on 1998/12/14  17:52:42
3614     Log: Was missing use Text::Wrap.
3615  Branch: cfgperl
3616        ! t/lib/textfill.t
3617 ____________________________________________________________________________
3618 [  2481] By: jhi                                   on 1998/12/14  16:00:22
3619     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
3620          
3621          From: Jonathan Roy <roy@idle.com>
3622          To: perl5-porters@perl.org
3623          Subject: nlist.h add to Configure checks?
3624          Date: Sun, 13 Dec 1998 22:22:49 -0500
3625          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
3626  Branch: cfgperl
3627        + ext/DynaLoader/hints/linux.pl
3628        ! MANIFEST
3629 ____________________________________________________________________________
3630 [  2480] By: jhi                                   on 1998/12/14  15:02:44
3631     Log: Give up completely using nm in AIX.
3632          
3633          From: "Kurt D. Starsinic" <kstar@chapin.edu>
3634          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
3635          Cc: perl5-porters@perl.org
3636          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
3637          Date: Thu, 10 Dec 1998 00:51:46 -0500
3638          Message-ID: <19981210005146.B29986@O2.chapin.edu>
3639  Branch: cfgperl
3640        ! hints/aix.sh
3641 ____________________________________________________________________________
3642 [  2479] By: jhi                                   on 1998/12/14  14:39:52
3643     Log: AIX' error messages are different.
3644          
3645          From: "Kurt D. Starsinic" <kstar@chapin.edu>
3646          To: Gurusamy Sarathy <gsar@engin.umich.edu>
3647          Cc: perl5-porters@perl.org
3648          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
3649          Date: Thu, 10 Dec 1998 00:42:36 -0500
3650          Message-ID: <19981210004236.A29986@O2.chapin.edu>
3651          
3652          From: Michael Engel <engel@nms1.cc.huji.ac.il>
3653          To: perlbug@perl.com
3654          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
3655          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
3656          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
3657  Branch: cfgperl
3658        ! t/pragma/warn/doio
3659 ____________________________________________________________________________
3660 [  2475] By: jhi                                   on 1998/12/13  12:35:55
3661     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3662          To: jhi@iki.fi
3663          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
3664          Subject: Re: stuff related to malloc.c
3665          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
3666          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
3667  Branch: cfgperl
3668        ! malloc.c
3669 ____________________________________________________________________________
3670 [  2474] By: jhi                                   on 1998/12/13  12:32:42
3671     Log: Some notes about porting issues.
3672  Branch: cfgperl
3673        ! Porting/pumpkin.pod
3674 ____________________________________________________________________________
3675 [  2473] By: jhi                                   on 1998/12/13  12:03:58
3676     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
3677          To: Perl 5 Porters <perl5-porters@perl.org>
3678          Subject: [patch 5.005_02] dos-djgpp update
3679          Date: Sun, 13 Dec 1998 00:08:44 +0100
3680          Message-ID: <19981213000844.C264@beeblebrox>
3681  Branch: cfgperl
3682        ! djgpp/config.over
3683 ____________________________________________________________________________
3684 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
3685     Log: undo changes to Exporter.pm from #2312
3686  Branch: maint-5.005/perl
3687        ! lib/Exporter.pm
3688 ____________________________________________________________________________
3689 [  2465] By: jhi                                   on 1998/12/12  12:31:21
3690     Log: Document that qw() taints.
3691          
3692          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
3693          To: perlbug@perl.com 
3694          Subject: taint problems
3695          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
3696          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
3697  Branch: cfgperl
3698        ! pod/perlop.pod
3699 ____________________________________________________________________________
3700 [  2464] By: jhi                                   on 1998/12/11  14:09:51
3701     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
3702          To: dist-users@foretune.co.jp
3703          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
3704          Date: Mon, 07 Dec 1998 20:13:04 -0400
3705          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
3706  Branch: cfgperl
3707        ! Configure
3708 ____________________________________________________________________________
3709 [  2463] By: jhi                                   on 1998/12/11  13:29:54
3710     Log: MAXPATHLEN.
3711  Branch: cfgperl
3712        ! perl.h
3713 ____________________________________________________________________________
3714 [  2462] By: jhi                                   on 1998/12/11  08:37:58
3715     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
3716          To: perl5-porters@perl.org
3717          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
3718          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
3719          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
3720  Branch: cfgperl
3721        + hints/gnu.sh
3722 ____________________________________________________________________________
3723 [  2461] By: nick                                  on 1998/12/10  21:00:50
3724     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
3725          From: Vishal Bhatia <vishalb@hotmail.com>
3726          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
3727          2. Fixes the bug  regarding return value of c-functions generated out 
3728          of perl subs. ( Just includes the patch I sent earlier)
3729          3. Incorporates the other changes that need to be done to get CC.pm
3730          use ISA search for packages and methods on the same lines as C.pm
3731          
3732          Vishal would appreciate comments about B::Stackobj changes from 
3733          someone knowing that module well.
3734  Branch: perl
3735        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3736 ____________________________________________________________________________
3737 [  2460] By: jhi                                   on 1998/12/08  08:11:27
3738     Log: Integrate from mainperl.
3739  Branch: cfgperl
3740       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3741       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
3742       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
3743       !> toke.c util.c
3744 ____________________________________________________________________________
3745 [  2459] By: jhi                                   on 1998/12/07  07:50:11
3746     Log: From: hansm@icgroup.nl 
3747          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
3748          Reply-To: hansmu@xs4all.nl 
3749          To: perlbug@perl.com 
3750          Date: Sun, 6 Dec 98 22:19:54 +0100 
3751          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
3752  Branch: cfgperl
3753        ! util.c
3754 ____________________________________________________________________________
3755 [  2458] By: gsar                                  on 1998/12/07  06:00:55
3756     Log: fix dup lexical
3757  Branch: perl
3758        ! ext/B/B/Deparse.pm t/lib/io_unix.t
3759 ____________________________________________________________________________
3760 [  2457] By: gsar                                  on 1998/12/06  14:38:59
3761     Log: mention limit on line numbers reported by diagnostics
3762  Branch: perl
3763        ! pod/perl.pod toke.c
3764 ____________________________________________________________________________
3765 [  2456] By: gsar                                  on 1998/12/06  13:49:02
3766     Log: branch perldelta.pod
3767  Branch: maint-5.005/perl
3768       +> pod/perldelta.pod
3769 ____________________________________________________________________________
3770 [  2455] By: gsar                                  on 1998/12/06  13:47:21
3771     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
3772  Branch: maint-5.005/perl
3773        - pod/perldelta.pod
3774 ____________________________________________________________________________
3775 [  2454] By: gsar                                  on 1998/12/06  13:35:31
3776     Log: fix outdated/incorrect info about arbitrary limits
3777  Branch: perl
3778        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
3779        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
3780 ____________________________________________________________________________
3781 [  2453] By: nick                                  on 1998/12/05  16:14:42
3782     Log: Avoid hard-coding op numbers
3783          Update CC.pm to save %INC, and to co-exist with new C.pm
3784  Branch: perl
3785        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3786 ____________________________________________________________________________
3787 [  2452] By: nick                                  on 1998/12/05  10:44:28
3788     Log: B.xs had its own code to calculate hash() which differed from
3789          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
3790          which meant that run-time require was re-done.
3791          Removed some debug from C.pm
3792  Branch: perl
3793        ! ext/B/B.xs ext/B/B/C.pm
3794 ____________________________________________________________________________
3795 [  2451] By: nick                                  on 1998/12/04  21:58:49
3796     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
3797          well as _54, but with pre-scan for classes and save the ISA scheme.
3798  Branch: perl
3799        ! ext/B/B/C.pm
3800 ____________________________________________________________________________
3801 [  2450] By: nick                                  on 1998/12/04  17:58:44
3802     Log: Vishal Bhatia's patch as a basis.
3803  Branch: perl
3804        ! ext/B/B/C.pm ext/B/B/CC.pm
3805 ____________________________________________________________________________
3806 [  2449] By: jhi                                   on 1998/12/04  16:39:21
3807     Log: Integrate from mainperl.
3808  Branch: cfgperl
3809       !> t/op/goto.t t/op/tr.t
3810 ____________________________________________________________________________
3811 [  2448] By: gsar                                  on 1998/12/04  06:06:49
3812     Log: tweak test for UTEST
3813  Branch: perl
3814        ! t/op/tr.t
3815 ____________________________________________________________________________
3816 [  2444] By: jhi                                   on 1998/12/03  14:37:22
3817     Log: s/\bthe the\b/the/g *.pod
3818  Branch: cfgperl
3819        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
3820 ____________________________________________________________________________
3821 [  2443] By: jhi                                   on 1998/12/03  13:39:53
3822     Log: Change#2441 aftermath.
3823  Branch: cfgperl
3824        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3825        ! config_h.SH thread.h vms/subconfigure.com
3826 ____________________________________________________________________________
3827 [  2441] By: jhi                                   on 1998/12/03  08:15:13
3828     Log: From: Dan Sugalski <sugalskd@osshe.edu>
3829          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
3830          Subject: [PATCH 5.005_54]Initial VMS patches
3831          Date: 3 Dec 1998 01:05:55 +0200
3832          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
3833          
3834          The patch to config_h.SH requires more study because
3835          metaconfig needs to agree.
3836  Branch: cfgperl
3837        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
3838        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
3839        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
3840 ____________________________________________________________________________
3841 [  2440] By: gsar                                  on 1998/12/03  01:32:16
3842     Log: add failed check-in of goto.t from change#1867
3843  Branch: perl
3844        ! t/op/goto.t
3845 ____________________________________________________________________________
3846 [  2437] By: jhi                                   on 1998/12/02  18:03:51
3847     Log: Fix most of the bad L<> links of
3848          
3849          From: Tom Christiansen <tchrist@jhereg.perl.com> 
3850          Subject: bad L<> links
3851          Reply-to: tchrist@perl.com 
3852          To: perlbug@jhereg.perl.com 
3853          Date: Tue, 11 Aug 1998 10:58:07 -0500 
3854          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
3855          
3856          The ones not fixed may require darker Pod::HTML magic,
3857          for example the perlguts.html#tags should work fine, IMHO.
3858  Branch: cfgperl
3859        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
3860        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
3861        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
3862        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
3863        ! pod/perlvar.pod
3864 ____________________________________________________________________________
3865 [  2436] By: jhi                                   on 1998/12/02  16:35:04
3866     Log: One paste too many in #2345.
3867  Branch: cfgperl
3868        ! lib/Pod/Html.pm
3869 ____________________________________________________________________________
3870 [  2435] By: jhi                                   on 1998/12/02  16:32:33
3871     Log: Pod::Html and Pod::Text were not locale-savvy:
3872          for example in =head1 all non-ASCII-\w-runs were
3873          turned into underscores in NAME tags.  This could
3874          result in several NAME tags becoming identical.
3875          Reported by:
3876          
3877          From: Fyodor Krasnov <fyodor@aha.ru> 
3878          Subject: pod2html vs Russian Characters
3879          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
3880          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
3881          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
3882  Branch: cfgperl
3883        ! lib/Pod/Html.pm lib/Pod/Text.pm
3884 ____________________________________________________________________________
3885 [  2434] By: jhi                                   on 1998/12/02  10:29:00
3886     Log: The real Mc5_54 integration.
3887  Branch: cfgperl
3888       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
3889 ____________________________________________________________________________
3890 [  2433] By: jhi                                   on 1998/12/02  08:52:13
3891     Log: From: Andy Dougherty <doughera@lafayette.edu>
3892          To: Perl Porters <perl5-porters@perl.org>
3893          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
3894          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
3895          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
3896  Branch: cfgperl
3897        ! Configure
3898 ____________________________________________________________________________
3899 [  2432] By: jhi                                   on 1998/12/02  08:49:47
3900     Log: From: Andy Dougherty <doughera@lafayette.edu>
3901          To: Perl Porters <perl5-porters@perl.org>
3902          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
3903          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
3904          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
3905  Branch: cfgperl
3906        ! Configure
3907 ____________________________________________________________________________
3908 [  2431] By: jhi                                   on 1998/12/01  16:11:50
3909     Log: From: achampio@lehman.com (Alan Champion)
3910          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
3911          To: perlbug@perl.com
3912          Date: 1 Dec 1998 17:36:33 +0200
3913          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
3914          
3915          Skip NIS includes.
3916  Branch: cfgperl
3917        ! t/op/pwent.t
3918 ____________________________________________________________________________
3919 [  2430] By: gsar                                  on 1998/12/01  12:12:50
3920     Log: 5.005_54, as released
3921  Branch: perl
3922        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
3923 ____________________________________________________________________________
3924 [  2429] By: jhi                                   on 1998/12/01  11:28:39
3925     Log: From: Anton Berezin <tobez@plab.ku.dk>
3926          To: perl5-porters@perl.org
3927          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
3928          Date: 30 Nov 1998 19:46:24 +0100
3929          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
3930  Branch: cfgperl
3931        ! hints/freebsd.sh
3932 ____________________________________________________________________________
3933 [  2428] By: jhi                                   on 1998/12/01  11:08:16
3934     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
3935  Branch: cfgperl
3936       +> (branch 30 files)
3937       !> (integrate 71 files)
3938 ____________________________________________________________________________
3939 [  2427] By: jhi                                   on 1998/12/01  10:51:37
3940     Log: Default to accepting a hinted $randfunc even when $csym
3941          does not find it.  (the previous defaylt behaviour was not
3942          to accept).
3943  Branch: cfgperl
3944        ! Configure
3945 ____________________________________________________________________________
3946 [  2426] By: jhi                                   on 1998/12/01  10:13:03
3947     Log: Separated the [:foo:] parsing to its own function.
3948          Passes all tests.
3949  Branch: cfgperl
3950        ! regcomp.c
3951 ____________________________________________________________________________
3952 [  2425] By: jhi                                   on 1998/12/01  08:22:49
3953     Log: Typo in comments.
3954  Branch: cfgperl
3955        ! regexec.c
3956 ____________________________________________________________________________
3957 [  2424] By: jhi                                   on 1998/12/01  08:21:38
3958     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3959          Subject: [PATCH 5.005_*] Debugger 'v' command
3960          To: perl5-porters@perl.org (Mailing list Perl5)
3961          Date: 1 Dec 1998 07:55:11 +0200
3962          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
3963  Branch: cfgperl
3964        ! lib/perl5db.pl
3965 ____________________________________________________________________________
3966 [  2423] By: jhi                                   on 1998/12/01  08:19:08
3967     Log: From: pvhp@forte.com (Peter Prymmer)
3968          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
3969          To: perl5-porters@perl.org
3970          Date: 1 Dec 1998 07:27:11 +0200
3971          Message-ID: <MLIST_9812010508.AA07791@forte.com>
3972  Branch: cfgperl
3973        ! hints/os390.sh
3974 ____________________________________________________________________________
3975 [  2417] By: jhi                                   on 1998/11/30  08:14:00
3976     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
3977  Branch: cfgperl
3978        ! ext/Socket/Socket.xs
3979 ____________________________________________________________________________
3980 [  2416] By: jhi                                   on 1998/11/30  08:00:15
3981     Log: Undo #2395, seems more like a problem in netbsd-current.
3982  Branch: cfgperl
3983        ! util.c
3984
3985 ----------------
3986 Version 5.005_54
3987 ----------------
3988
3989 ____________________________________________________________________________
3990 [  2414] By: gsar                                  on 1998/11/30  02:23:55
3991     Log: more JPL tweaks
3992  Branch: perl
3993        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
3994        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
3995 ____________________________________________________________________________
3996 [  2413] By: gsar                                  on 1998/11/30  01:35:56
3997     Log: stub bin/jpl that just runs JPL::Compile::files()
3998  Branch: perl
3999        + jpl/bin/jpl
4000 ____________________________________________________________________________
4001 [  2412] By: gsar                                  on 1998/11/30  01:32:14
4002     Log: delete symlink
4003  Branch: perl
4004        - jpl/bin/jpl
4005 ____________________________________________________________________________
4006 [  2410] By: gsar                                  on 1998/11/30  01:30:44
4007     Log: branch jpl from perlext to perl
4008  Branch: perl
4009       +> (branch 30 files)
4010 ____________________________________________________________________________
4011 [  2407] By: gsar                                  on 1998/11/30  01:24:53
4012     Log: JPL tweaks to build with 5.005
4013  Branch: perlext
4014        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
4015        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
4016 ____________________________________________________________________________
4017 [  2406] By: gsar                                  on 1998/11/30  00:55:54
4018     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
4019  Branch: perl
4020        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
4021 ____________________________________________________________________________
4022 [  2405] By: gsar                                  on 1998/11/30  00:28:55
4023     Log: patchlevel up to 54
4024  Branch: perl
4025        ! patchlevel.h win32/Makefile win32/config_H.bc
4026        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4027 ____________________________________________________________________________
4028 [  2403] By: gsar                                  on 1998/11/29  23:35:50
4029     Log: integrate cfgperl changes into mainline
4030  Branch: perl
4031       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4032       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
4033 ____________________________________________________________________________
4034 [  2402] By: gsar                                  on 1998/11/29  23:08:42
4035     Log: sync Text::Wrap version number
4036  Branch: perl
4037        ! lib/Text/Wrap.pm
4038 ____________________________________________________________________________
4039 [  2401] By: gsar                                  on 1998/11/29  22:56:21
4040     Log: textfill.t tweak
4041  Branch: perl
4042        ! t/lib/textfill.t
4043 ____________________________________________________________________________
4044 [  2400] By: gsar                                  on 1998/11/29  22:50:41
4045     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
4046          <muir@idiom.com>
4047  Branch: perl
4048        + t/lib/textfill.t
4049        ! MANIFEST lib/Text/Wrap.pm
4050 ____________________________________________________________________________
4051 [  2399] By: gsar                                  on 1998/11/29  22:28:05
4052     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
4053          has happened without the authors knowledge or consent; the subversive
4054          version (which is in 5.00502) breaks one of the tests in the
4055          authors testsuite; attempts are being made to find a fix that
4056          avoids breaking code already running with the 5.005_02 version
4057          From:    David Muir Sharnoff <muir@idiom.com>
4058          Date:    Sat, 28 Nov 1998 04:34:17 PST
4059          Message-Id: <199811281234.EAA03082@idiom.com>
4060          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
4061  Branch: perl
4062        ! lib/Text/Wrap.pm t/lib/textwrap.t
4063 ____________________________________________________________________________
4064 [  2397] By: nick                                  on 1998/11/29  20:13:58
4065     Log: Update docs and English.pm for $^C
4066  Branch: perl
4067        ! lib/English.pm pod/perlvar.pod
4068 ____________________________________________________________________________
4069 [  2396] By: jhi                                   on 1998/11/29  20:13:03
4070     Log: Mirror #2384.
4071  Branch: cfgperl
4072        ! t/op/pwent.t
4073 ____________________________________________________________________________
4074 [  2395] By: jhi                                   on 1998/11/29  19:59:12
4075     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
4076  Branch: cfgperl
4077        ! util.c
4078 ____________________________________________________________________________
4079 [  2394] By: gsar                                  on 1998/11/29  19:49:08
4080     Log: updated perlreftut.pod
4081  Branch: perl
4082        ! pod/perlreftut.pod
4083 ____________________________________________________________________________
4084 [  2393] By: gsar                                  on 1998/11/29  19:31:56
4085     Log: misc tweaks
4086  Branch: perl
4087        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
4088 ____________________________________________________________________________
4089 [  2392] By: gsar                                  on 1998/11/29  19:31:18
4090     Log: notes about -DPERL_POLLUTE
4091  Branch: perl
4092        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
4093 ____________________________________________________________________________
4094 [  2391] By: gsar                                  on 1998/11/29  19:13:52
4095     Log: explain various win32 build caveats more clearly
4096  Branch: perl
4097        ! README.win32 win32/Makefile win32/makefile.mk
4098 ____________________________________________________________________________
4099 [  2390] By: gsar                                  on 1998/11/29  16:51:59
4100     Log: remove I_POLL detection (Configure will do that now)
4101  Branch: perl
4102        ! ext/IO/Makefile.PL
4103 ____________________________________________________________________________
4104 [  2389] By: jhi                                   on 1998/11/29  16:39:16
4105     Log: Add I_POLL for IO 1.20.
4106  Branch: cfgperl
4107        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4108        ! config_h.SH
4109 ____________________________________________________________________________
4110 [  2388] By: gsar                                  on 1998/11/29  16:23:30
4111     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
4112  Branch: perl
4113        + Porting/p4desc
4114        ! MANIFEST
4115 ____________________________________________________________________________
4116 [  2387] By: gsar                                  on 1998/11/29  16:08:03
4117     Log: another threads reliability fix: serialize writes to thr->threadsv
4118          avoid most uses of PL_na (which is much more inefficient than a
4119          simple local); update docs to suit; PL_na now being thr->Tna may
4120          be a minor compatibility issue for extensions--will require dTHR
4121          outside of XSUBs (those get automatic dTHR)
4122  Branch: perl
4123        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
4124        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
4125        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
4126        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
4127        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
4128        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
4129        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
4130        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
4131        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
4132 ____________________________________________________________________________
4133 [  2386] By: jhi                                   on 1998/11/29  15:40:42
4134     Log: Tune the "if" entry.
4135  Branch: cfgperl
4136        ! pod/perlfunc.pod
4137 ____________________________________________________________________________
4138 [  2385] By: gsar                                  on 1998/11/29  12:40:28
4139     Log: various fixes for race conditions under threads: mutex locks based
4140          on PL_threadnum were seriously flawed, since it means more than one
4141          thread could enter the critical region; PL_na was global instead of
4142          thread-local; child thread could finish and free thr structures
4143          before Thread->new() got around to creating the Thread object;
4144          cv_clone() needed locking, as it mucks with PL_comppad and other
4145          global data; new_struct_thread() needed to lock template-thread's
4146          mutex while copying its data
4147  Branch: perl
4148        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
4149        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
4150 ____________________________________________________________________________
4151 [  2384] By: gsar                                  on 1998/11/29  10:54:38
4152     Log: s/warn/print/ on multiply defined groups
4153  Branch: perl
4154        ! t/op/grent.t
4155 ____________________________________________________________________________
4156 [  2383] By: gsar                                  on 1998/11/29  10:48:39
4157     Log: backout change#2334
4158  Branch: perl
4159        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
4160 ____________________________________________________________________________
4161 [  2382] By: jhi                                   on 1998/11/29  10:33:40
4162     Log: Better NetInfo behaviour.
4163  Branch: cfgperl
4164        ! t/op/grent.t t/op/pwent.t
4165 ____________________________________________________________________________
4166 [  2381] By: jhi                                   on 1998/11/29  10:08:15
4167     Log: Integrate from mainperl.
4168  Branch: cfgperl
4169       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
4170       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4171       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
4172       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
4173       +> t/lib/io_poll.t t/lib/io_unix.t
4174       !> (integrate 58 files)
4175 ____________________________________________________________________________
4176 [  2380] By: gsar                                  on 1998/11/29  08:22:49
4177     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
4178          Tim Bunce)
4179  Branch: perl
4180        ! gv.c
4181 ____________________________________________________________________________
4182 [  2379] By: gsar                                  on 1998/11/29  07:06:43
4183     Log: fix for pat.t failure under USE_THREADS
4184  Branch: perl
4185        ! pp_ctl.c regexec.c
4186 ____________________________________________________________________________
4187 [  2378] By: nick                                  on 1998/11/28  22:46:57
4188     Log: More C.pm tweaks
4189          Save globs even if we have saved cv itself before - may be imported.
4190          
4191          While we don't save "bootstrap" CV we need to provide a stub,
4192          so that if we require it later we don't fall through and attempt
4193          to DynaLoad module again.
4194          
4195          Attempt to save %INC so that "require" does not reload things
4196          we have compiled-in (does not work right yet - seems to be due
4197          to PL_incgv being created in perl_parse() current scheme setting 
4198          GvHV() is "better" than saving the glob, but still does not 
4199          work as I expect). 
4200  Branch: perl
4201        ! ext/B/B/C.pm
4202 ____________________________________________________________________________
4203 [  2377] By: gsar                                  on 1998/11/28  22:30:38
4204     Log: various tweaks; result passes all tests for normal build on Solaris;
4205          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
4206          win32 due to lack of select() that works on non-socket fds
4207  Branch: perl
4208        ! ext/IO/poll.c regcomp.c regexec.c scope.c
4209        ! t/lib/io_multihomed.t win32/makefile.mk
4210 ____________________________________________________________________________
4211 [  2376] By: gsar                                  on 1998/11/28  20:44:39
4212     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
4213  Branch: perl
4214        ! myconfig
4215 ____________________________________________________________________________
4216 [  2375] By: gsar                                  on 1998/11/28  20:42:58
4217     Log: integrate cfgperl changes into mainline
4218  Branch: perl
4219       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
4220       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
4221 ____________________________________________________________________________
4222 [  2374] By: gsar                                  on 1998/11/28  20:02:03
4223     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4224          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
4225          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
4226          Subject: [PATCH 5.00553] Yet another OS/2 patch
4227  Branch: perl
4228        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
4229 ____________________________________________________________________________
4230 [  2373] By: gsar                                  on 1998/11/28  19:30:06
4231     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4232          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
4233          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
4234          Subject: [PATCH 5.005_53] Change $#+
4235  Branch: perl
4236        ! mg.c pod/perlvar.pod t/op/pat.t
4237 ____________________________________________________________________________
4238 [  2372] By: gsar                                  on 1998/11/28  19:28:00
4239     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4240          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
4241          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
4242          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
4243  Branch: perl
4244        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
4245        ! thrdvar.h
4246 ____________________________________________________________________________
4247 [  2371] By: gsar                                  on 1998/11/28  19:23:53
4248     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4249          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
4250          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
4251          Subject: [PATCH 5.005_53] better -Mre=debugcolor
4252  Branch: perl
4253        ! embedvar.h objXSUB.h regexec.c thrdvar.h
4254 ____________________________________________________________________________
4255 [  2370] By: gsar                                  on 1998/11/28  19:21:17
4256     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4257          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
4258          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
4259          Subject: [PATCH 5.005_*] regcolors
4260  Branch: perl
4261        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
4262 ____________________________________________________________________________
4263 [  2369] By: gsar                                  on 1998/11/28  19:00:15
4264     Log: allow final period in a file (not followed by a newline) to
4265          terminate format spec
4266  Branch: perl
4267        ! toke.c
4268 ____________________________________________________________________________
4269 [  2368] By: gsar                                  on 1998/11/28  18:58:25
4270     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
4271          add C<$Config{installarchlib}/CORE> to the default locations searched
4272          on win32
4273  Branch: perl
4274        ! lib/ExtUtils/Liblist.pm
4275 ____________________________________________________________________________
4276 [  2367] By: gsar                                  on 1998/11/28  18:46:05
4277     Log: applied suggested patch with PERL_OBJECT tweaks
4278          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4279          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
4280          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
4281          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
4282  Branch: perl
4283        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
4284        ! regexec.c t/op/pat.t thrdvar.h
4285 ____________________________________________________________________________
4286 [  2366] By: gsar                                  on 1998/11/28  18:38:34
4287     Log: additional documentation for qr//
4288          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4289          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
4290          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
4291          Subject: [PATCH 5.005_*] Documentation (fwd)
4292  Branch: perl
4293        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
4294 ____________________________________________________________________________
4295 [  2365] By: gsar                                  on 1998/11/28  18:35:35
4296     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4297          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
4298          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
4299          Subject: [PATCH 5.005_*] Fix \G in REx without //g
4300  Branch: perl
4301        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
4302        ! regexp.h t/op/pat.t thrdvar.h
4303 ____________________________________________________________________________
4304 [  2364] By: gsar                                  on 1998/11/28  18:24:20
4305     Log: update Test.pm to Test-1.12; tweak 're' detection
4306  Branch: perl
4307        ! lib/Test.pm
4308 ____________________________________________________________________________
4309 [  2363] By: gsar                                  on 1998/11/28  18:12:04
4310     Log: avoid command-line quoting portability problems in lex_assign.t
4311  Branch: perl
4312        ! t/op/lex_assign.t
4313 ____________________________________________________________________________
4314 [  2362] By: gsar                                  on 1998/11/28  18:08:50
4315     Log: From: John Tobey <jtobey@channel1.com>
4316          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
4317          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
4318          Subject: PATCH: document English.pm sawampersand and thread issues
4319  Branch: perl
4320        ! lib/English.pm pod/perlvar.pod
4321 ____________________________________________________________________________
4322 [  2361] By: gsar                                  on 1998/11/28  18:03:04
4323     Log: fix uninitialized warnings
4324          From: Brian Callaghan <callagh@itginc.com>
4325          Date: Thu, 19 Nov 1998 17:49:10 -0800
4326          Message-Id: <3654CA96.B64FCAEB@itginc.com>
4327          Subject: Complete.pm patch (version 1.1)
4328  Branch: perl
4329        ! lib/Term/Complete.pm
4330 ____________________________________________________________________________
4331 [  2360] By: gsar                                  on 1998/11/28  17:59:16
4332     Log: s/Array/List/ suggested by John Tobey
4333  Branch: perl
4334        ! pod/perldata.pod
4335 ____________________________________________________________________________
4336 [  2359] By: gsar                                  on 1998/11/28  17:47:48
4337     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
4338  Branch: perl
4339        ! lib/Tie/Handle.pm pod/perlfunc.pod
4340 ____________________________________________________________________________
4341 [  2358] By: jhi                                   on 1998/11/28  17:23:15
4342     Log: Revamp the locale tests.
4343          (0) Instead of rewiring a few locales scan for them.
4344          (1) Bogus test #101 removed.
4345          (2) All the locales are checked, the lists of failed
4346          and non-failed ones are displayed.
4347          (3) The test #103 is again 'active' so that it may fail.
4348          (4) To balance (3) a hopefully pacifying message is shown
4349          if the #103 fails.
4350  Branch: cfgperl
4351        ! t/pragma/locale.t
4352 ____________________________________________________________________________
4353 [  2357] By: gsar                                  on 1998/11/28  17:21:07
4354     Log: add perlreftut.pod
4355  Branch: perl
4356        + pod/perlreftut.pod
4357        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
4358        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
4359        ! win32/pod.mak
4360 ____________________________________________________________________________
4361 [  2356] By: jhi                                   on 1998/11/28  16:58:01
4362     Log: Change #2346 fallout.
4363  Branch: cfgperl
4364        ! t/op/undef.t
4365 ____________________________________________________________________________
4366 [  2355] By: gsar                                  on 1998/11/28  16:46:43
4367     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
4368          ANSI prototypes
4369  Branch: perl
4370        ! ext/IO/IO.xs
4371 ____________________________________________________________________________
4372 [  2354] By: gsar                                  on 1998/11/28  16:08:07
4373     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
4374          keep platform hacks that aren't in the 1.20 dist; add new files
4375          to MANIFEST; hack Makefile.PL; result hasn't been tested
4376          anywhere
4377  Branch: perl
4378        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
4379        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4380        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
4381        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
4382        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
4383        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4384        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4385        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
4386        ! t/lib/io_sock.t t/lib/io_udp.t
4387 ____________________________________________________________________________
4388 [  2353] By: jhi                                   on 1998/11/28  15:51:03
4389     Log: Locale collation, ctype, and numeric, were initialized wrong
4390          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
4391          as reported by
4392          
4393          From: Ilya.Sandler@etak.com (Ilya Sandler)
4394          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
4395          To: perlbug@perl.com
4396          Date: 25 Nov 1998 04:53:52 +0200
4397          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
4398  Branch: cfgperl
4399        ! util.c
4400 ____________________________________________________________________________
4401 [  2352] By: nick                                  on 1998/11/28  15:21:59
4402     Log: Implement $^C to allow perl access to -c flag - I think this 
4403          was agreed once...
4404  Branch: perl
4405        ! gv.c mg.c
4406 ____________________________________________________________________________
4407 [  2351] By: jhi                                   on 1998/11/28  15:14:24
4408     Log: Change #2251 fixup.
4409  Branch: cfgperl
4410        ! myconfig
4411 ____________________________________________________________________________
4412 [  2350] By: jhi                                   on 1998/11/28  14:58:19
4413     Log: Integrate from mainperl.
4414  Branch: cfgperl
4415       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
4416       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
4417       +> pod/perl5005delta.pod
4418       !> (integrate 49 files)
4419 ____________________________________________________________________________
4420 [  2349] By: jhi                                   on 1998/11/28  14:27:36
4421     Log: Passwd and group file groveling.
4422  Branch: cfgperl
4423        ! t/op/grent.t t/op/pwent.t
4424 ____________________________________________________________________________
4425 [  2348] By: gsar                                  on 1998/11/28  14:09:50
4426     Log: more conservative version of changes#2345,2346,2347; those break
4427          C<defined(@{"foo::ISA"})> which seems to be extensively used in
4428          the libs :-(
4429  Branch: perl
4430        ! pp.c t/op/method.t
4431 ____________________________________________________________________________
4432 [  2347] By: gsar                                  on 1998/11/28  13:36:08
4433     Log: tweak bogus test
4434  Branch: perl
4435        ! t/op/method.t
4436 ____________________________________________________________________________
4437 [  2346] By: gsar                                  on 1998/11/28  13:20:34
4438     Log: test cases for previous change
4439  Branch: perl
4440        ! t/op/undef.t
4441 ____________________________________________________________________________
4442 [  2345] By: gsar                                  on 1998/11/28  13:07:17
4443     Log: fix typo in pp_defined() causing C<defined %tied> to fail
4444  Branch: perl
4445        ! pp.c
4446 ____________________________________________________________________________
4447 [  2344] By: gsar                                  on 1998/11/28  13:03:29
4448     Log: s/comment/comment_t/ tweak (suggested by John Gorman
4449          <jgorman@webbysoft.com>)
4450  Branch: perl
4451        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4452 ____________________________________________________________________________
4453 [  2343] By: gsar                                  on 1998/11/28  12:52:40
4454     Log: add (stub) perldelta.pod
4455  Branch: perl
4456        + pod/perldelta.pod
4457 ____________________________________________________________________________
4458 [  2342] By: gsar                                  on 1998/11/28  12:49:26
4459     Log: rename perldelta.pod to perl5005delta.pod in preparation for
4460          starting a new one
4461  Branch: perl
4462       +> pod/perl5005delta.pod
4463        - pod/perldelta.pod
4464        ! MANIFEST pod/perl.pod
4465 ____________________________________________________________________________
4466 [  2341] By: gsar                                  on 1998/11/28  12:41:55
4467     Log: fix MALLOC_LOCK #define
4468  Branch: perl
4469        ! malloc.c
4470 ____________________________________________________________________________
4471 [  2340] By: gsar                                  on 1998/11/28  12:18:23
4472     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4473          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
4474          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
4475          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
4476  Branch: perl
4477        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
4478 ____________________________________________________________________________
4479 [  2339] By: jhi                                   on 1998/11/28  11:59:01
4480     Log: Add -lm to dynix/ptx POSIX hints.
4481          From: "Martin J. Bligh" <mbligh@sequent.com>
4482          To: jhi@iki.fi
4483          Subject: Re: Making Perl work on DYNIX/ptx
4484          Date: Wed, 25 Nov 1998 10:34:41 -0800
4485          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
4486  Branch: cfgperl
4487        ! ext/POSIX/hints/dynixptx.pl
4488 ____________________________________________________________________________
4489 [  2338] By: jhi                                   on 1998/11/28  11:57:19
4490     Log: Detypo.
4491  Branch: cfgperl
4492        ! lib/filetest.pm
4493 ____________________________________________________________________________
4494 [  2337] By: jhi                                   on 1998/11/28  11:56:29
4495     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
4496  Branch: cfgperl
4497        ! Configure
4498 ____________________________________________________________________________
4499 [  2336] By: gsar                                  on 1998/11/28  11:41:14
4500     Log: teach CPAN.pm to ignore beta perl distributions when looking for
4501          modules
4502          From: root@dogberry.rutgers.edu (root)
4503          Date: Thu, 12 Nov 1998 23:08:39 -0500
4504          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
4505          Subject: recompile tries getting a perl distribution
4506  Branch: perl
4507        ! lib/CPAN.pm
4508 ____________________________________________________________________________
4509 [  2335] By: gsar                                  on 1998/11/28  11:27:46
4510     Log: make $1 et al readonly under threads; make C<undef $1> fail like
4511          C<$1 = undef> does
4512  Branch: perl
4513        ! op.c pp.c t/op/undef.t
4514 ____________________________________________________________________________
4515 [  2334] By: gsar                                  on 1998/11/28  10:24:52
4516     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
4517  Branch: perl
4518        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
4519 ____________________________________________________________________________
4520 [  2333] By: gsar                                  on 1998/11/28  09:36:40
4521     Log: document changed PERL_HASH()
4522  Branch: perl
4523        ! pod/perlfunc.pod pod/perlguts.pod
4524 ____________________________________________________________________________
4525 [  2332] By: nick                                  on 1998/11/27  21:10:27
4526     Log: Handle INIT list in C.pm
4527          1. Provide init_av() from B.xs
4528          2. Export it in B.pm
4529          3. Use it in C.pm
4530          Also disable some pruning in savecv() which seems to undo
4531          my previous patch.
4532          Experimental feature - save pathnames of .so files in easily 
4533          grep-able form for use in wrapper to feed to linker.  
4534  Branch: perl
4535        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4536 ____________________________________________________________________________
4537 [  2327] By: gsar                                  on 1998/11/27  15:12:01
4538     Log: integrate change#2315 from maint-5.005
4539  Branch: perl
4540        ! t/op/sort.t
4541       !> op.c sv.c
4542 ____________________________________________________________________________
4543 [  2326] By: gsar                                  on 1998/11/27  15:00:42
4544     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
4545  Branch: perl
4546       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
4547       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
4548       !> lib/ExtUtils/typemap
4549 ____________________________________________________________________________
4550 [  2325] By: gsar                                  on 1998/11/27  14:46:18
4551     Log: malloc bugfix and documentation from Ilya Zakharevich
4552          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
4553          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
4554          Subject: [PATCH 5.005_*] Re: Internal coredump
4555          --
4556          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
4557          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
4558          Subject: [PATCH 5.005_*] malloc.c documentation
4559  Branch: perl
4560        ! malloc.c
4561 ____________________________________________________________________________
4562 [  2324] By: gsar                                  on 1998/11/27  14:41:38
4563     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
4564  Branch: perl
4565        ! ext/B/B/C.pm
4566 ____________________________________________________________________________
4567 [  2323] By: gsar                                  on 1998/11/27  14:33:44
4568     Log: From: maeda@src.ricoh.co.jp
4569          Date: Tue, 24 Nov 1998 10:37:45 +0900
4570          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
4571          Subject: format "..." bug
4572  Branch: perl
4573        ! pp_ctl.c t/op/write.t
4574 ____________________________________________________________________________
4575 [  2322] By: gsar                                  on 1998/11/27  14:20:12
4576     Log: add ext/Devel/Peek
4577          From: jan.dubois@ibm.net (Jan Dubois)
4578          Date: Mon, 23 Nov 1998 00:48:11 +0100
4579          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
4580          Subject: [PATCH 5.005_53] Devel::Peek integration
4581  Branch: perl
4582        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
4583        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
4584        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
4585        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
4586        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4587 ____________________________________________________________________________
4588 [  2321] By: gsar                                  on 1998/11/27  13:03:08
4589     Log: ensure 'make regen_headers' even without perl installed
4590          (suggested by Ilya Zakharevich)
4591  Branch: perl
4592        ! bytecode.pl warning.pl
4593 ____________________________________________________________________________
4594 [  2320] By: gsar                                  on 1998/11/27  12:58:36
4595     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4596          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
4597          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
4598          Subject: [PATCH 5.005_*] Cosmetic malloc patch
4599  Branch: perl
4600        ! malloc.c
4601 ____________________________________________________________________________
4602 [  2319] By: gsar                                  on 1998/11/27  12:56:13
4603     Log: eliminate dup hunk from integration
4604  Branch: perl
4605        ! lib/filetest.pm perl.h
4606 ____________________________________________________________________________
4607 [  2318] By: gsar                                  on 1998/11/27  12:50:08
4608     Log: integrate cfgperl changes into mainline
4609  Branch: perl
4610       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
4611        ! pod/perlfaq4.pod
4612       !> (integrate 30 files)
4613 ____________________________________________________________________________
4614 [  2317] By: jhi                                   on 1998/11/27  11:38:13
4615     Log: C<-x>.
4616  Branch: cfgperl
4617        ! lib/filetest.pm
4618 ____________________________________________________________________________
4619 [  2316] By: jhi                                   on 1998/11/27  11:10:22
4620     Log: Integrate from mainperl.
4621  Branch: cfgperl
4622       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
4623       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
4624       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
4625       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
4626       !> win32/win32sck.c
4627 ____________________________________________________________________________
4628 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
4629     Log: integrate change#2246 from mainline, while still allowing
4630          C<sort $globref @foo>
4631          
4632          allow C<sort $coderef @foo>
4633  Branch: maint-5.005/perl
4634        ! op.c sv.c
4635       !> t/op/sort.t
4636 ____________________________________________________________________________
4637 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
4638     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
4639          forwarded by Jarkko Hietaniemi from Mark Bixby
4640  Branch: maint-5.005/perl
4641        ! ext/DynaLoader/dl_mpeix.xs installperl
4642 ____________________________________________________________________________
4643 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
4644     Log: Allow PL_FILES to have multiple targets from one source by allowing
4645          an array ref as the value in the hash
4646  Branch: maint-5.005/perl
4647        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4648        ! lib/ExtUtils/MakeMaker.pm
4649 ____________________________________________________________________________
4650 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
4651     Log: fix unsigned variables to use SvUV and sv_setuv
4652  Branch: maint-5.005/perl
4653        ! lib/ExtUtils/typemap
4654 ____________________________________________________________________________
4655 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
4656     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
4657  Branch: maint-5.005/perl
4658        ! lib/ExtUtils/MM_Unix.pm
4659 ____________________________________________________________________________
4660 [  2301] By: gsar                                  on 1998/11/26  10:16:54
4661     Log: fix PL_defoutgv leak under threads
4662  Branch: perl
4663        ! ext/Thread/Thread.xs
4664 ____________________________________________________________________________
4665 [  2300] By: gsar                                  on 1998/11/26  09:04:44
4666     Log: properly free temporaries created by threads
4667  Branch: perl
4668        ! ext/Thread/Thread.xs
4669 ____________________________________________________________________________
4670 [  2299] By: gsar                                  on 1998/11/26  06:51:16
4671     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
4672          to set the package for the block properly
4673  Branch: perl
4674        ! op.c t/comp/package.t t/lib/dumper.t
4675 ____________________________________________________________________________
4676 [  2298] By: nick                                  on 1998/11/24  22:04:20
4677     Log: Part-1 of tweaks to allow Tk to be "compiled"
4678          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
4679          (May also need attention to exports etc. - to follow.)
4680  Branch: perl
4681        ! universal.c
4682 ____________________________________________________________________________
4683 [  2294] By: jhi                                   on 1998/11/23  10:44:26
4684     Log: The new socket tests need in some platforms
4685          to #include <sys/types.h>.
4686  Branch: cfgperl
4687        ! Configure
4688 ____________________________________________________________________________
4689 [  2293] By: jhi                                   on 1998/11/23  10:33:42
4690     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4691          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
4692          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4693          Date: Mon, 23 Nov 1998 10:07:04 +0100
4694          Message-Id: <9811230907.AA06484@AWT.nl>
4695          
4696          NeXTstep NetInfo uses nidump to get the user/group databases.
4697  Branch: cfgperl
4698        ! t/op/grent.t t/op/pwent.t
4699 ____________________________________________________________________________
4700 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
4701     Log: Updated Porting/patchls utility.
4702  Branch: maint-5.004/perl
4703        ! Porting/patchls
4704 ____________________________________________________________________________
4705 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
4706     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
4707          From:  Henrik Tougaard <ht.000@foa.dk>
4708          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
4709          Files:  lib/Sys/Syslog.pm
4710  Branch: maint-5.004/perl
4711        ! lib/Sys/Syslog.pm
4712 ____________________________________________________________________________
4713 [  2286] By: jhi                                   on 1998/11/22  19:08:42
4714     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
4715  Branch: cfgperl
4716        ! ext/Socket/Socket.xs
4717 ____________________________________________________________________________
4718 [  2285] By: jhi                                   on 1998/11/22  18:21:07
4719     Log: MSG_PROXY for GNU/Hurd (previously we believed that
4720          all GNU libc platforms have MSG_PROXY.  Untrue).
4721          In fact this ended up as a major MSG_* and SCM_*
4722          update.  The MSG_XXX known to be enums in some
4723          versions of the glibc are now probed for and respective
4724          HAS_MSG_XXX are defined.  While I was at it I noticed
4725          SCM_RIGHTS being similarly an enum.  This reminded me of
4726          an ancient discussion in perl5-porters:
4727          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
4728          The BSD socket interface has a nifty feature for passing
4729          file descriptors and credentials--via sockets.  It may be
4730          too late to add this functionality to the CORE but
4731          at least Configure now probes for the functions,
4732          structs, and includes, defining the appropriate
4733          HAS_YYY and I_ZZZ, and the Socket extension exports
4734          the constants, in case somebody wants to write an
4735          extension for this interface.
4736  Branch: cfgperl
4737        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4738        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
4739        ! iperlsys.h
4740 ____________________________________________________________________________
4741 [  2284] By: jhi                                   on 1998/11/22  18:13:21
4742     Log: perlhist.pod 1.54, containing 5_53.
4743  Branch: cfgperl
4744        ! pod/perlhist.pod
4745 ____________________________________________________________________________
4746 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
4747     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
4748  Branch: maint-5.004/perl
4749        ! doio.c
4750 ____________________________________________________________________________
4751 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
4752     Log: Improve op/die_exit.t test for implicit close changing $!
4753  Branch: maint-5.004/perl
4754        ! t/op/die_exit.t
4755 ____________________________________________________________________________
4756 [  2268] By: jhi                                   on 1998/11/22  14:44:11
4757     Log: Fix thinko.
4758  Branch: cfgperl
4759        ! hints/dynixptx.sh
4760 ____________________________________________________________________________
4761 [  2267] By: jhi                                   on 1998/11/22  13:19:41
4762     Log: Document the d_socket override.
4763  Branch: cfgperl
4764        ! hints/dynixptx.sh
4765 ____________________________________________________________________________
4766 [  2266] By: jhi                                   on 1998/11/22  12:12:29
4767     Log: From: John Tobey <jtobey@channel1.com>
4768          Subject: [PATCH] perlfaq typos
4769          To: perl5-porters@perl.com
4770          Date: 22 Nov 1998 04:25:15 +0200
4771          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
4772  Branch: cfgperl
4773        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4774        ! pod/perlfaq7.pod pod/perlfaq8.pod
4775 ____________________________________________________________________________
4776 [  2265] By: jhi                                   on 1998/11/22  12:06:29
4777     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4778          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
4779          Newsgroups: hut.lists.perl5-porters
4780          To: gsar@engin.umich.edu (Gurusamy Sarathy)
4781          Cc: perl5-porters@perl.org (Perl5 Porters)
4782          Date: 20 Nov 1998 12:20:41 +0200
4783  Branch: cfgperl
4784        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4785        ! ext/DB_File/DB_File.xs
4786 ____________________________________________________________________________
4787 [  2264] By: jhi                                   on 1998/11/22  11:55:09
4788     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
4789          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4790          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4791          To: perlbug@perl.com
4792          Date: 20 Nov 1998 18:39:06 +0200
4793          Lines: 47
4794          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
4795  Branch: cfgperl
4796        ! t/op/grent.t t/op/pwent.t
4797 ____________________________________________________________________________
4798 [  2263] By: jhi                                   on 1998/11/22  11:42:59
4799     Log: Permission testing is tricky when we have too much power.
4800          Problem reported in
4801          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4802          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4803          To: perlbug@perl.com
4804          Date: 20 Nov 1998 18:39:06 +0200
4805          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
4806  Branch: cfgperl
4807        ! t/op/filetest.t
4808 ____________________________________________________________________________
4809 [  2262] By: gsar                                  on 1998/11/22  11:37:02
4810     Log: fix broken CAPI generation
4811  Branch: perl
4812        ! win32/GenCAPI.pl
4813 ____________________________________________________________________________
4814 [  2261] By: jhi                                   on 1998/11/22  11:17:00
4815     Log: -x should be C<-x>, reported by Gerben Wierda.
4816  Branch: cfgperl
4817        ! pod/perlfunc.pod
4818 ____________________________________________________________________________
4819 [  2260] By: gsar                                  on 1998/11/22  11:12:02
4820     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
4821  Branch: perl
4822        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
4823        ! proto.h
4824 ____________________________________________________________________________
4825 [  2259] By: jhi                                   on 1998/11/22  11:06:40
4826     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4827          Subject: Re: [PATCH] Re: pod2man bug in date generated line
4828          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
4829          Cc: perlbug@perl.com
4830          Date: 20 Nov 1998 21:30:17 +0200
4831          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
4832  Branch: cfgperl
4833        ! pod/pod2man.PL
4834 ____________________________________________________________________________
4835 [  2256] By: jhi                                   on 1998/11/21  10:44:01
4836     Log: From: Thomas Bowditch <bowditch@inmet.com>
4837          Subject: Benchmark.pm suggestion
4838          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
4839          Date: Fri, 20 Nov 1998 17:43:46 -0500
4840          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
4841          
4842          Added timesum().
4843  Branch: cfgperl
4844        ! lib/Benchmark.pm
4845 ____________________________________________________________________________
4846 [  2255] By: gsar                                  on 1998/11/21  08:45:06
4847     Log: another win32 portability fix: make sysread() and syswrite()
4848          work on sockets
4849  Branch: perl
4850        ! pp_sys.c win32/win32.h
4851 ____________________________________________________________________________
4852 [  2254] By: gsar                                  on 1998/11/21  07:49:06
4853     Log: win32_recvfrom() compatibility fix
4854  Branch: perl
4855        ! win32/win32sck.c
4856 ____________________________________________________________________________
4857 [  2253] By: jhi                                   on 1998/11/20  08:22:06
4858     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4859          To: jhi@iki.fi
4860          Subject: MPE/iX Perl 5.005_02 oops
4861          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
4862          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
4863  Branch: cfgperl
4864        ! ext/DynaLoader/dl_mpeix.xs installperl
4865 ____________________________________________________________________________
4866 [  2252] By: gsar                                  on 1998/11/19  17:38:03
4867     Log: mess_sv tweak for change#2249
4868  Branch: perl
4869        ! util.c
4870 ____________________________________________________________________________
4871 [  2251] By: jhi                                   on 1998/11/18  12:32:19
4872     Log: Display use64bits and usemultiplicity but only if necessary.
4873  Branch: cfgperl
4874        ! myconfig
4875 ____________________________________________________________________________
4876 [  2250] By: jhi                                   on 1998/11/18  12:26:50
4877     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
4878          Subject: pp.c uses 'unsigned Quad_t'
4879          To: perlbug@perl.com 
4880          Date: Sun, 15 Nov 1998 20:57:05 -0300 
4881          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
4882  Branch: cfgperl
4883        ! perl.h pp.c
4884 ____________________________________________________________________________
4885 [  2249] By: gsar                                  on 1998/11/18  05:43:11
4886     Log: use PL_mess_sv only during global destruction (fixes problems with
4887          overlapping invocations of form()/warn()/die()/croak() trampling on
4888          each other's messages)
4889  Branch: perl
4890        ! mg.c util.c
4891 ____________________________________________________________________________
4892 [  2248] By: gsar                                  on 1998/11/18  05:39:36
4893     Log: tweak change#2245 to skip previous message if any
4894  Branch: perl
4895        ! pp_ctl.c t/pragma/warn/pp_ctl
4896 ____________________________________________________________________________
4897 [  2247] By: jhi                                   on 1998/11/17  11:46:56
4898     Log: Integrate from mainperl.
4899  Branch: cfgperl
4900       !> (integrate 26 files)
4901 ____________________________________________________________________________
4902 [  2246] By: gsar                                  on 1998/11/17  09:41:10
4903     Log: allow C<sort $coderef @foo>
4904  Branch: perl
4905        ! op.c t/op/sort.t t/pragma/overload.t
4906 ____________________________________________________________________________
4907 [  2245] By: gsar                                  on 1998/11/17  08:28:26
4908     Log: propagate failures in DESTROY() as (optional) warnings
4909  Branch: perl
4910        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
4911 ____________________________________________________________________________
4912 [  2244] By: gsar                                  on 1998/11/17  07:43:08
4913     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
4914  Branch: perl
4915        ! perl.c thrdvar.h
4916 ____________________________________________________________________________
4917 [  2243] By: gsar                                  on 1998/11/17  07:40:09
4918     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
4919  Branch: perl
4920        ! lib/warning.pm warning.h warning.pl
4921 ____________________________________________________________________________
4922 [  2242] By: gsar                                  on 1998/11/17  06:32:39
4923     Log: fix skipspace() to properly account for newlines in eval''-ed
4924          strings (caused bogus line numbers in diagnostics and debugger)
4925  Branch: perl
4926        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
4927 ____________________________________________________________________________
4928 [  2241] By: gsar                                  on 1998/11/17  03:48:12
4929     Log: s/Perl_utf8skip/PL_utf8skip/g
4930  Branch: perl
4931        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
4932 ____________________________________________________________________________
4933 [  2240] By: gsar                                  on 1998/11/14  06:09:06
4934     Log: rework op/groups.t
4935  Branch: perl
4936        ! t/op/filetest.t t/op/groups.t
4937 ____________________________________________________________________________
4938 [  2235] By: gsar                                  on 1998/11/14  00:17:05
4939     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
4940  Branch: perl
4941        ! op.c
4942 ____________________________________________________________________________
4943 [  2234] By: gsar                                  on 1998/11/14  00:14:02
4944     Log: update Changes
4945  Branch: perl
4946        ! Changes win32/config.bc win32/config.gc win32/config.vc
4947 ____________________________________________________________________________
4948 [  2233] By: gsar                                  on 1998/11/13  09:43:03
4949     Log: doc tweak
4950  Branch: perl
4951        ! README.win32
4952 ____________________________________________________________________________
4953 [  2230] By: jhi                                   on 1998/11/12  17:07:45
4954     Log: Allow hints file override for d_socket
4955          (based on Sequent-induced change #2229).
4956  Branch: cfgperl
4957        ! Configure
4958 ____________________________________________________________________________
4959 [  2229] By: jhi                                   on 1998/11/12  16:32:33
4960     Log: 
4961          From: "Martin J. Bligh" <mbligh@sequent.com>
4962          To: jhi@iki.fi
4963          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
4964          Subject: Re: Making Perl work on DYNIX/ptx
4965          Date: Tue, 10 Nov 1998 16:24:26 -0800
4966          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
4967  Branch: cfgperl
4968        ! hints/dynixptx.sh
4969 ____________________________________________________________________________
4970 [  2228] By: jhi                                   on 1998/11/12  11:40:37
4971     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
4972          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
4973          To: jhi@iki.fi
4974          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
4975          Subject: Re: Making Perl work on DYNIX/ptx
4976          Date: Tue, 10 Nov 1998 18:01:10 -0800
4977  Branch: cfgperl
4978        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
4979 ____________________________________________________________________________
4980 [  2227] By: jhi                                   on 1998/11/12  11:17:42
4981     Log: Integrate from mainperl.
4982  Branch: cfgperl
4983       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
4984       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
4985       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
4986       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
4987       !> win32/win32.c x2p/s2p.PL
4988 ____________________________________________________________________________
4989 [  2226] By: gsar                                  on 1998/11/11  21:05:42
4990     Log: provide -DPERL_POLLUTE
4991  Branch: perl
4992        ! embed.pl embedvar.h
4993 ____________________________________________________________________________
4994 [  2225] By: jhi                                   on 1998/11/09  07:45:12
4995     Log: From: Hans Mulder <hansm@icgroup.nl>
4996          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4997          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
4998          perl5-porters@perl.org
4999          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
5000          (UNINSTALLED)
5001          Date: Sun,  8 Nov 98 22:20:23 +0100
5002          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
5003  Branch: cfgperl
5004        ! malloc.c perl.h
5005 ____________________________________________________________________________
5006 [  2224] By: gsar                                  on 1998/11/09  03:13:14
5007     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
5008          Christoph <lupe@alanya.m.isar.de>)
5009  Branch: perl
5010        ! lib/Text/Wrap.pm
5011 ____________________________________________________________________________
5012 [  2223] By: gsar                                  on 1998/11/09  02:09:06
5013     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
5014          <lionel.fourquaux@wanadoo.fr>)
5015  Branch: perl
5016        ! x2p/s2p.PL
5017 ____________________________________________________________________________
5018 [  2222] By: gsar                                  on 1998/11/09  01:56:24
5019     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
5020          Date: Wed, 04 Nov 1998 12:19:44 +0000
5021          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
5022          Subject: [PATCH] Re: [5.005_53] read overflow? 
5023          --
5024          Date: Wed, 04 Nov 1998 13:15:18 +0000
5025          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
5026          Subject: [PATCH 5.005_53] perl -V fix
5027  Branch: perl
5028        ! perl.c regexec.c
5029 ____________________________________________________________________________
5030 [  2221] By: gsar                                  on 1998/11/09  01:34:56
5031     Log: From: jan.dubois@ibm.net (Jan Dubois)
5032          Date: Sun, 01 Nov 1998 00:05:01 +0100
5033          Message-ID: <364294bd.18052307@smtp1.ibm.net>
5034          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
5035  Branch: perl
5036        ! Changes win32/makedef.pl
5037 ____________________________________________________________________________
5038 [  2220] By: gsar                                  on 1998/11/08  21:13:07
5039     Log: integrate changes#2120,2168,2218 from maint-5.005;
5040          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
5041          enum; make regen_headers
5042  Branch: perl
5043        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
5044        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
5045 ____________________________________________________________________________
5046 [  2219] By: gsar                                  on 1998/11/08  19:42:57
5047     Log: integrate cfgperl changes into mainline
5048  Branch: perl
5049       +> README.vmesa
5050       !> Configure MANIFEST Porting/Glossary Porting/config.sh
5051       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
5052       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
5053       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
5054       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
5055       !> thread.h vms/subconfigure.com vos/config.h
5056 ____________________________________________________________________________
5057 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
5058     Log: From: Graham Barr <gbarr@ti.com>
5059          Date: Mon, 2 Nov 1998 07:38:52 -0600
5060          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
5061          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
5062  Branch: maint-5.005/perl
5063        ! ext/IPC/SysV/Msg.pm
5064 ____________________________________________________________________________
5065 [  2215] By: gsar                                  on 1998/11/08  02:52:52
5066     Log: set close-on-exec bit on pipe() FDs
5067  Branch: perl
5068        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
5069 ____________________________________________________________________________
5070 [  2214] By: gsar                                  on 1998/11/08  02:27:57
5071     Log: typo in newHVhv()
5072  Branch: perl
5073        ! hv.c
5074 ____________________________________________________________________________
5075 [  2211] By: jhi                                   on 1998/11/07  21:14:18
5076     Log: Finalize the Mach CThreads support.
5077          
5078          From: Hans Mulder <hansm@icgroup.nl>
5079          Date: Sat,  7 Nov 98 22:06:20 +0100
5080          To: Gurusamy Sarathy <gsar@engin.umich.edu>
5081          Cc: jhi@iki.fi, perl5-porters@perl.org
5082          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
5083          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
5084  Branch: cfgperl
5085        ! malloc.c perl.h
5086 ____________________________________________________________________________
5087 [  2210] By: gsar                                  on 1998/11/06  20:36:50
5088     Log: fix AvREALISH bogusness
5089  Branch: perl
5090        ! av.c t/op/array.t
5091 ____________________________________________________________________________
5092 [  2209] By: jhi                                   on 1998/11/06  08:05:31
5093     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
5094          ASSERT() causes problems in {NeXTStep,OpenStep}.
5095          
5096          From: Hans Mulder <hansm@icgroup.nl>
5097          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
5098          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5099          Date: Fri,  6 Nov 98 01:27:41 +0100
5100          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
5101          
5102          and
5103          
5104          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5105          Subject: Re: ASSERT() in malloc.c
5106          To: jhi@iki.fi
5107          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
5108          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
5109  Branch: cfgperl
5110        ! malloc.c
5111 ____________________________________________________________________________
5112 [  2208] By: jhi                                   on 1998/11/06  07:55:38
5113     Log: Mach CThreads needs #include <mach/cthreads.h>.
5114  Branch: cfgperl
5115        ! perl.h
5116 ____________________________________________________________________________
5117 [  2206] By: jhi                                   on 1998/11/05  14:54:52
5118     Log: PERL_BADLANG wrongly documented.
5119          
5120          From: ts <decoux@moulon.inra.fr>
5121          To: jhi@cc.hut.fi
5122          Subject: Re: Locale warning messages
5123          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
5124          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
5125          
5126          and
5127          
5128          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5129          Subject: Re: PERL_BADLANG
5130          To: jhi@iki.fi
5131          Subject: Re: PERL_BADLANG
5132          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
5133          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
5134  Branch: cfgperl
5135        ! pod/perllocale.pod
5136 ____________________________________________________________________________
5137 [  2205] By: jhi                                   on 1998/11/05  14:24:33
5138     Log: Document all the control flow keywords in perlfunc
5139          so that "perlfunc -f while" works.
5140  Branch: cfgperl
5141        ! pod/perlfunc.pod
5142 ____________________________________________________________________________
5143 [  2204] By: jhi                                   on 1998/11/05  12:46:02
5144     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
5145          (from vos/config.h).  Update Porting/{Glossary,config*}.
5146  Branch: cfgperl
5147        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5148        ! config_h.SH vos/config.h
5149 ____________________________________________________________________________
5150 [  2203] By: jhi                                   on 1998/11/05  08:34:39
5151     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
5152  Branch: cfgperl
5153        ! hints/vmesa.sh vms/subconfigure.com
5154 ____________________________________________________________________________
5155 [  2202] By: jhi                                   on 1998/11/05  08:03:20
5156     Log: Integrate from mainperl.
5157  Branch: cfgperl
5158       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
5159       !> win32/Makefile win32/makefile.mk win32/win32.c
5160 ____________________________________________________________________________
5161 [  2201] By: gsar                                  on 1998/11/05  04:40:44
5162     Log: another POPSTACK victim
5163  Branch: perl
5164        ! cop.h sv.c
5165 ____________________________________________________________________________
5166 [  2196] By: gsar                                  on 1998/11/05  02:07:54
5167     Log: fix a location affected by change#2191, add note about POPSTACK
5168  Branch: perl
5169        ! cop.h gv.c pp_ctl.c
5170 ____________________________________________________________________________
5171 [  2195] By: gsar                                  on 1998/11/05  02:04:45
5172     Log: makefile notes
5173  Branch: perl
5174        ! win32/Makefile win32/makefile.mk
5175 ____________________________________________________________________________
5176 [  2192] By: gsar                                  on 1998/11/04  23:48:53
5177     Log: indeterminate order-of-evaluation fixes
5178  Branch: perl
5179        ! mg.c
5180 ____________________________________________________________________________
5181 [  2191] By: gsar                                  on 1998/11/04  23:02:16
5182     Log: refetch local stack pointer in POPSTACK
5183  Branch: perl
5184        ! cop.h perl.c
5185 ____________________________________________________________________________
5186 [  2190] By: jhi                                   on 1998/11/04  08:50:40
5187     Log: Configure update.
5188          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
5189          
5190          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5191          To: Martin Bligh <mbligh@sequent.com>
5192          Cc: Jarkko Hietaniemi <jhi@iki.fi>
5193          Subject: Re: Perl 5's configure on DYNIX/ptx
5194          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
5195          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
5196          
5197          find sockets also from libsocket, not just libnet.
5198          OS390: $compile_ok instead of $compile for <inttypes.h>,
5199          
5200          From: pvhp@forte.com (Peter Prymmer)
5201          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
5202          Subject: _53 not OK on os390 but looking better than ever
5203          Date: Tue, 3 Nov 98 17:33:22 PST
5204          Message-Id: <9811040133.AA09450@forte.com>
5205  Branch: cfgperl
5206        ! Configure
5207 ____________________________________________________________________________
5208 [  2189] By: jhi                                   on 1998/11/04  07:43:58
5209     Log: sysio.t failure: fix undefined order of evaluation, from
5210          
5211          From: Spider Boardman <spider@web.zk3.dec.com>
5212          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
5213          To: perlbug@perl.com
5214          Date: 4 Nov 1998 01:22:30 +0200
5215          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
5216  Branch: cfgperl
5217        ! pp_sys.c
5218 ____________________________________________________________________________
5219 [  2188] By: gsar                                  on 1998/11/04  02:59:16
5220     Log: fix return value of win32_pclose()
5221  Branch: perl
5222        ! win32/win32.c
5223 ____________________________________________________________________________
5224 [  2187] By: gsar                                  on 1998/11/04  02:56:34
5225     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
5226  Branch: perl
5227        ! Changes doop.c gv.c util.c
5228 ____________________________________________________________________________
5229 [  2186] By: jhi                                   on 1998/11/03  08:17:52
5230     Log: Document quads in pack.
5231  Branch: cfgperl
5232        ! pod/perlfunc.pod
5233 ____________________________________________________________________________
5234 [  2185] By: jhi                                   on 1998/11/03  07:49:35
5235     Log: (IV) vs (I32) vs I_V()
5236          
5237          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
5238          From: Anton Berezin <tobez@plab.ku.dk> 
5239          To: "p5p" <perl5-porters@perl.org> 
5240          Date: 01 Nov 1998 15:09:11 +0100 
5241          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
5242          
5243          and
5244          
5245          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
5246          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
5247          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
5248  Branch: cfgperl
5249        ! sv.c
5250 ____________________________________________________________________________
5251 [  2184] By: jhi                                   on 1998/11/03  07:42:46
5252     Log: VM/ESA updates.
5253  Branch: cfgperl
5254        + README.vmesa
5255        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
5256 ____________________________________________________________________________
5257 [  2183] By: jhi                                   on 1998/11/02  12:58:13
5258     Log: The id(1)-parsing is real fun.
5259  Branch: cfgperl
5260        ! t/op/groups.t
5261 ____________________________________________________________________________
5262 [  2182] By: jhi                                   on 1998/11/02  12:07:43
5263     Log: Decommission the symlink test.
5264  Branch: cfgperl
5265        ! t/op/lex_assign.t
5266 ____________________________________________________________________________
5267 [  2181] By: jhi                                   on 1998/11/02  12:03:08
5268     Log: Replace ATTR_JOINABLE with true Configure probe
5269          for PTHREAD_CREATE_JOINABLE (or equivalent:
5270          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
5271          Remove ATTR_JOINABLE itself: Thread.xs uses
5272          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
5273          
5274          Really scan for <mach/cthreads.h> only if usethreads.
5275  Branch: cfgperl
5276        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
5277 ____________________________________________________________________________
5278 [  2180] By: jhi                                   on 1998/11/02  11:07:34
5279     Log: In HP-UX 10.X usethreads only if the required files are present.
5280  Branch: cfgperl
5281        ! hints/hpux.sh
5282 ____________________________________________________________________________
5283 [  2179] By: jhi                                   on 1998/11/02  09:10:33
5284     Log: Prefer groups(1).
5285          id -Gn can be broken.
5286          id -a can save the day.
5287  Branch: cfgperl
5288        ! t/op/groups.t
5289 ____________________________________________________________________________
5290 [  2178] By: jhi                                   on 1998/11/02  08:35:29
5291     Log: Detrail enum comma.
5292  Branch: cfgperl
5293        ! perl.h
5294 ____________________________________________________________________________
5295 [  2177] By: jhi                                   on 1998/11/02  08:24:12
5296     Log: 0**0 = 1, from
5297          
5298          From: d-lewart@uiuc.edu (Daniel S. Lewart)
5299          Subject: Math::Complex 0**0 patches
5300          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
5301          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
5302          To: jhi@iki.fi (Jarkko Hietaniemi),
5303          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
5304  Branch: cfgperl
5305        ! lib/Math/Complex.pm t/lib/complex.t
5306 ____________________________________________________________________________
5307 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
5308     Log: From: jan.dubois@ibm.net (Jan Dubois)   
5309          Date: Fri, 09 Oct 1998 23:28:31 +0200
5310          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
5311          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
5312  Branch: maint-5.005/perl
5313        ! XSUB.h
5314 ____________________________________________________________________________
5315 [  2164] By: jhi                                   on 1998/10/31  15:50:02
5316     Log: Integrate from mainperl.
5317  Branch: cfgperl
5318       +> t/op/lex_assign.t
5319       !> (integrate 45 files)
5320
5321 ----------------
5322 Version 5.005_53
5323 ----------------
5324
5325 ____________________________________________________________________________
5326 [  2163] By: gsar                                  on 1998/10/31  11:31:12
5327     Log: bump patchlevel; other minor fixes for clean build and test on
5328          Solaris and win32
5329  Branch: perl
5330        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
5331        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
5332        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
5333        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5334        ! x2p/a2p.c
5335 ____________________________________________________________________________
5336 [  2162] By: gsar                                  on 1998/10/31  09:40:31
5337     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5338          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
5339          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
5340          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
5341  Branch: perl
5342        ! pp.h
5343 ____________________________________________________________________________
5344 [  2161] By: gsar                                  on 1998/10/31  09:39:13
5345     Log: From: Albert Dvornik <bert@genscan.com>
5346          Date: 30 Oct 1998 17:50:04 -0500
5347          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
5348          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
5349  Branch: perl
5350        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
5351 ____________________________________________________________________________
5352 [  2160] By: gsar                                  on 1998/10/31  09:35:03
5353     Log: fix for bugs in -x mode
5354          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5355          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
5356          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
5357          Subject: [PATCH 5.00552] Fix h2xs
5358  Branch: perl
5359        ! utils/h2xs.PL
5360 ____________________________________________________________________________
5361 [  2159] By: gsar                                  on 1998/10/31  09:31:36
5362     Log: Data::Dumper update
5363  Branch: perl
5364        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5365        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
5366 ____________________________________________________________________________
5367 [  2153] By: gsar                                  on 1998/10/30  21:40:09
5368     Log: add testsuite portion of patch
5369          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5370          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
5371          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
5372          Subject: [PATCH 5.00321 ;-)] 87% speedup
5373  Branch: perl
5374        + t/op/lex_assign.t
5375        ! MANIFEST
5376 ____________________________________________________________________________
5377 [  2152] By: gsar                                  on 1998/10/30  21:08:11
5378     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
5379  Branch: perl
5380        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
5381 ____________________________________________________________________________
5382 [  2151] By: gsar                                  on 1998/10/30  20:18:09
5383     Log: From: Mark-Jason Dominus <mjd@plover.com>
5384          Date: Fri, 30 Oct 1998 14:24:23 EST
5385          Message-Id: <19981030192423.27276.qmail@plover.com>
5386          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
5387  Branch: perl
5388        ! x2p/walk.c
5389 ____________________________________________________________________________
5390 [  2150] By: gsar                                  on 1998/10/30  20:08:57
5391     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5392          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
5393          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
5394          Subject: [PATCH 5.00552] Overloaded <> and deref again
5395  Branch: perl
5396        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
5397        ! t/pragma/overload.t toke.c
5398 ____________________________________________________________________________
5399 [  2149] By: gsar                                  on 1998/10/30  19:38:15
5400     Log: From: Roderick Schertler <roderick@argon.org>
5401          Date: Thu, 29 Oct 1998 14:50:18 -0500
5402          Message-ID: <17625.909690618@eeyore.ibcinc.com>
5403          Subject: patch for daemonization docs in perlipc
5404  Branch: perl
5405        ! pod/perlipc.pod
5406 ____________________________________________________________________________
5407 [  2148] By: gsar                                  on 1998/10/30  19:36:07
5408     Log: From: Anton Berezin <tobez@plab.ku.dk>
5409          Date: 29 Oct 1998 17:06:25 +0100
5410          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
5411          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
5412  Branch: perl
5413        ! win32/win32.c
5414 ____________________________________________________________________________
5415 [  2147] By: gsar                                  on 1998/10/30  19:31:37
5416     Log: tweaked version of suggested patch
5417          From: Anton Berezin <tobez@plab.ku.dk>
5418          Date: 29 Oct 1998 14:48:54 +0100
5419          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
5420          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
5421  Branch: perl
5422        ! win32/win32.c
5423 ____________________________________________________________________________
5424 [  2146] By: gsar                                  on 1998/10/30  19:03:50
5425     Log: hand-apply whitespace-mutiliated patch
5426          From: "vishal bhatia" <vishalb@hotmail.com>
5427          Date: Wed, 28 Oct 1998 23:45:32 PST
5428          Message-ID: <19981029074534.2334.qmail@hotmail.com>
5429          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
5430  Branch: perl
5431        ! ext/B/B/C.pm ext/B/B/CC.pm
5432 ____________________________________________________________________________
5433 [  2145] By: gsar                                  on 1998/10/30  18:46:58
5434     Log: remaining PL_foo stragglers
5435  Branch: perl
5436        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
5437        ! op.h os2/os2.c vms/gen_shrfls.pl
5438 ____________________________________________________________________________
5439 [  2144] By: gsar                                  on 1998/10/30  17:38:36
5440     Log: integrate cfgperl tweaks into mainline
5441  Branch: perl
5442       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
5443       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
5444 ____________________________________________________________________________
5445 [  2143] By: jhi                                   on 1998/10/30  13:27:39
5446     Log: There can be multiple yacc/bison errors.
5447  Branch: cfgperl
5448        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
5449 ____________________________________________________________________________
5450 [  2142] By: jhi                                   on 1998/10/30  13:18:43
5451     Log: README.posix-bc update.
5452  Branch: cfgperl
5453        ! README.posix-bc
5454 ____________________________________________________________________________
5455 [  2141] By: jhi                                   on 1998/10/30  09:12:59
5456     Log: #2133 fallout.
5457  Branch: cfgperl
5458        ! doio.c ext/POSIX/POSIX.xs
5459 ____________________________________________________________________________
5460 [  2140] By: jhi                                   on 1998/10/30  08:43:18
5461     Log: Integrate from mainperl.
5462  Branch: cfgperl
5463       +> globvar.sym pp.sym
5464        - objpp.h thread.sym
5465       !> (integrate 61 files)
5466 ____________________________________________________________________________
5467 [  2133] By: gsar                                  on 1998/10/30  02:51:39
5468     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
5469          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
5470          should soon be automated also; the global variables that
5471          escaped the PL_foo conversion are now reined in; renamed
5472          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
5473          type of same name; duplicated lists of pp_things in various
5474          places is now gone; result has only been tested on win32
5475  Branch: perl
5476        + globvar.sym pp.sym
5477        - objpp.h thread.sym
5478        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
5479        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
5480        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
5481        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
5482        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
5483        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
5484        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
5485        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
5486        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5487        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5488        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
5489 ____________________________________________________________________________
5490 [  2130] By: jhi                                   on 1998/10/29  15:31:26
5491     Log: Pure bison yylex() proto was broken.
5492  Branch: cfgperl
5493        ! proto.h
5494 ____________________________________________________________________________
5495 [  2126] By: jhi                                   on 1998/10/29  08:35:54
5496     Log: Integrate mainperl.
5497  Branch: cfgperl
5498       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
5499       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
5500       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
5501       !> t/pragma/warn/doio toke.c win32/makefile.mk
5502 ____________________________________________________________________________
5503 [  2125] By: jhi                                   on 1998/10/29  08:32:38
5504     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
5505  Branch: cfgperl
5506        ! Makefile.SH
5507 ____________________________________________________________________________
5508 [  2124] By: jhi                                   on 1998/10/29  08:06:44
5509     Log: EBCDIC Makefile.SH tuneup.
5510  Branch: cfgperl
5511        ! Makefile.SH
5512 ____________________________________________________________________________
5513 [  2119] By: gsar                                  on 1998/10/28  23:24:04
5514     Log: remove doubled hunk from integration
5515  Branch: perl
5516        ! pp.c
5517 ____________________________________________________________________________
5518 [  2118] By: gsar                                  on 1998/10/28  22:03:31
5519     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5520          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
5521          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
5522          Subject: [PATCH 5.00552] Minor debugger tweaks
5523  Branch: perl
5524        ! lib/perl5db.pl
5525 ____________________________________________________________________________
5526 [  2117] By: gsar                                  on 1998/10/28  22:02:30
5527     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5528          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
5529          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
5530          Subject: [PATCH 5.00552] Make sort respect overloading
5531  Branch: perl
5532        ! pp_ctl.c proto.h t/pragma/overload.t
5533 ____________________________________________________________________________
5534 [  2116] By: gsar                                  on 1998/10/28  21:51:11
5535     Log: MM patches from Ilya Zakharevich
5536          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
5537          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
5538          Subject: [PATCH 5.00552] Make MakeMaker more verbose
5539          --
5540          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
5541          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
5542          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
5543  Branch: perl
5544        ! lib/ExtUtils/MakeMaker.pm
5545 ____________________________________________________________________________
5546 [  2115] By: gsar                                  on 1998/10/28  21:46:19
5547     Log: add explicit references to perl source path in ld2 and gcc2
5548  Branch: perl
5549        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
5550 ____________________________________________________________________________
5551 [  2114] By: gsar                                  on 1998/10/28  21:39:56
5552     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5553          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
5554          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
5555          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
5556  Branch: perl
5557        ! INSTALL
5558 ____________________________________________________________________________
5559 [  2113] By: gsar                                  on 1998/10/28  21:21:16
5560     Log: integrate cfgperl into mainline
5561  Branch: perl
5562       +> t/op/filetest.t
5563       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
5564       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
5565       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
5566       !> thread.h toke.c vmesa/Makefile
5567 ____________________________________________________________________________
5568 [  2112] By: gsar                                  on 1998/10/28  21:14:18
5569     Log: minor cleanup
5570  Branch: perl
5571        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
5572 ____________________________________________________________________________
5573 [  2111] By: gsar                                  on 1998/10/28  18:52:10
5574     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
5575  Branch: perl
5576        ! toke.c
5577 ____________________________________________________________________________
5578 [  2110] By: jhi                                   on 1998/10/28  15:07:54
5579     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
5580  Branch: cfgperl
5581        ! Makefile.SH
5582 ____________________________________________________________________________
5583 [  2109] By: jhi                                   on 1998/10/28  13:39:54
5584     Log: a2p.y needs to generate also y.tab.h.
5585  Branch: cfgperl
5586        ! Makefile.SH
5587 ____________________________________________________________________________
5588 [  2108] By: jhi                                   on 1998/10/28  10:33:36
5589     Log: The "parse error" must be converted to "syntax error",
5590          just matching it aint' enough.
5591  Branch: cfgperl
5592        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5593        ! t/pragma/warning.t
5594 ____________________________________________________________________________
5595 [  2107] By: jhi                                   on 1998/10/28  10:23:05
5596     Log: Regen sig_n{ame,umber}* if slightest doubt.
5597  Branch: cfgperl
5598        ! Configure
5599 ____________________________________________________________________________
5600 [  2106] By: jhi                                   on 1998/10/28  08:44:49
5601     Log: Bison says 'parse error', not 'parser error'.
5602  Branch: cfgperl
5603        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5604        ! t/pragma/warning.t
5605 ____________________________________________________________________________
5606 [  2105] By: jhi                                   on 1998/10/28  08:42:09
5607     Log: yylex() parametrization.
5608  Branch: cfgperl
5609        ! proto.h toke.c
5610 ____________________________________________________________________________
5611 [  2104] By: jhi                                   on 1998/10/28  08:25:09
5612     Log: Bring in #2102.
5613  Branch: cfgperl
5614        ! pp.c
5615 ____________________________________________________________________________
5616 [  2103] By: jhi                                   on 1998/10/28  08:22:04
5617     Log: From: Dominic Dunlop <domo@vo.lu>
5618          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
5619          Date: 27 Oct 1998 20:47:25 +0200
5620          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
5621  Branch: cfgperl
5622        ! t/op/groups.t
5623 ____________________________________________________________________________
5624 [  2102] By: larry                                 on 1998/10/27  18:58:55
5625     Log: utf8 change to quotemeta broke EBCDIC
5626  Branch: perl
5627        ! pp.c
5628 ____________________________________________________________________________
5629 [  2101] By: jhi                                   on 1998/10/27  12:55:34
5630     Log: $Config{sig_num_init}.
5631          Also, a new approach to the 'pthreads-created-joinable': drop
5632          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
5633          directly. (See also #2096).
5634  Branch: cfgperl
5635        ! Configure config_h.SH
5636 ____________________________________________________________________________
5637 [  2100] By: jhi                                   on 1998/10/27  10:48:55
5638     Log: Regenerated perly_c.diff.
5639  Branch: cfgperl
5640        ! perly_c.diff
5641 ____________________________________________________________________________
5642 [  2099] By: jhi                                   on 1998/10/27  08:42:25
5643     Log: First the mangler was Netscape, then it was me.
5644  Branch: cfgperl
5645        ! vmesa/Makefile
5646 ____________________________________________________________________________
5647 [  2098] By: jhi                                   on 1998/10/27  08:34:40
5648     Log: `id -Gn` might be available where `groups` is not.
5649  Branch: cfgperl
5650        ! t/op/groups.t
5651 ____________________________________________________________________________
5652 [  2097] By: jhi                                   on 1998/10/27  08:05:17
5653     Log: Netscape had mangled the tabs.
5654  Branch: cfgperl
5655        ! vmesa/Makefile
5656 ____________________________________________________________________________
5657 [  2096] By: jhi                                   on 1998/10/27  08:03:05
5658     Log: ATTR_JOINABLE logic, based on (private email)
5659          
5660          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
5661          Subject: Some little diffs
5662          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
5663          Date: Tue, 27 Oct 1998 13:44:42 +1300
5664  Branch: cfgperl
5665        ! thread.h
5666 ____________________________________________________________________________
5667 [  2095] By: jhi                                   on 1998/10/27  07:56:57
5668     Log: Mach cthreads support based on:
5669          
5670          From: brie@corp.home.net (Brian Harrison)
5671          Subject: perl5.005_02 patch for mthreads
5672          To: perl5-porters@perl.org
5673          Date: 24 Oct 1998 01:01:55 +0300
5674          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
5675          
5676          Pthread yield probe (dejavu)
5677          Cosmetic nanochange for the union semun output.
5678          Better inttypes.h probe.
5679          Undo the 'void *' $selecttype probe from #1971 because
5680          it breaks the $selectminbits test.
5681  Branch: cfgperl
5682        ! Configure config_h.SH perl.h thread.h
5683 ____________________________________________________________________________
5684 [  2094] By: jhi                                   on 1998/10/26  13:02:07
5685     Log: Also posix-bc wants to reyacc.
5686  Branch: cfgperl
5687        ! Makefile.SH
5688 ____________________________________________________________________________
5689 [  2093] By: jhi                                   on 1998/10/26  10:17:21
5690     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
5691          5_02 and really breaking things in non-ASCII worlds.
5692  Branch: cfgperl
5693        ! pp.c
5694 ____________________________________________________________________________
5695 [  2092] By: jhi                                   on 1998/10/26  09:08:00
5696     Log: More robustness.
5697  Branch: cfgperl
5698        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5699        ! t/pragma/warning.t
5700 ____________________________________________________________________________
5701 [  2091] By: jhi                                   on 1998/10/26  08:47:32
5702     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
5703          Bison really wants YYLEX_PARAM.
5704  Branch: cfgperl
5705        ! perly.y proto.h toke.c
5706 ____________________________________________________________________________
5707 [  2090] By: jhi                                   on 1998/10/26  08:21:25
5708     Log: s/YYLEX_PARAM/YYLEXPARAM/
5709  Branch: cfgperl
5710        ! perly.y
5711 ____________________________________________________________________________
5712 [  2089] By: jhi                                   on 1998/10/26  08:17:33
5713     Log: Indicate skipped subtests.
5714  Branch: cfgperl
5715        ! t/io/pipe.t
5716 ____________________________________________________________________________
5717 [  2088] By: jhi                                   on 1998/10/26  08:11:36
5718     Log: Integrate from mainperl.
5719  Branch: cfgperl
5720       !> (integrate 54 files)
5721 ____________________________________________________________________________
5722 [  2087] By: jhi                                   on 1998/10/26  08:08:02
5723     Log: Add test for filetests.
5724  Branch: cfgperl
5725        + t/op/filetest.t
5726        ! MANIFEST
5727 ____________________________________________________________________________
5728 [  2086] By: gsar                                  on 1998/10/26  02:44:44
5729     Log: various win32 tweaks; disable new xs_cpp section (it creates
5730          ambiguous inference graph for %.xs --> %.o)
5731  Branch: perl
5732        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
5733        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
5734        ! win32/config.gc win32/config_H.gc win32/makedef.pl
5735        ! win32/makefile.mk win32/win32.h
5736 ____________________________________________________________________________
5737 [  2085] By: gsar                                  on 1998/10/26  00:50:02
5738     Log: sanity-check $Config{drand01} in rand.t
5739  Branch: perl
5740        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
5741        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5742 ____________________________________________________________________________
5743 [  2078] By: gsar                                  on 1998/10/25  10:22:04
5744     Log: update win32/config*.?c
5745  Branch: perl
5746        ! Changes win32/config.bc win32/config.gc win32/config.vc
5747        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5748 ____________________________________________________________________________
5749 [  2077] By: gsar                                  on 1998/10/25  08:39:25
5750     Log: From: Graham Barr <gbarr@pobox.com>
5751          Date: Sat, 24 Oct 1998 21:45:50 -0500
5752          Message-ID: <19981024214550.C508@pobox.com>
5753          Subject: Re: die with a reference  should use overload "" operator
5754  Branch: perl
5755        ! pp_ctl.c
5756 ____________________________________________________________________________
5757 [  2076] By: gsar                                  on 1998/10/25  08:37:49
5758     Log: From: Graham Barr <gbarr@pobox.com>
5759          Date: Sat, 24 Oct 1998 12:45:21 -0500
5760          Message-ID: <19981024124521.C512@pobox.com>
5761          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
5762  Branch: perl
5763        ! sv.c
5764 ____________________________________________________________________________
5765 [  2075] By: gsar                                  on 1998/10/25  08:24:09
5766     Log: fix C<print $n += 5;> etc.
5767  Branch: perl
5768        ! toke.c
5769 ____________________________________________________________________________
5770 [  2074] By: gsar                                  on 1998/10/25  08:12:28
5771     Log: list builtins with portability caveats
5772          From: Jarkko Hietaniemi <jhi@iki.fi>
5773          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
5774          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
5775          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
5776  Branch: perl
5777        ! pod/perlfunc.pod
5778 ____________________________________________________________________________
5779 [  2073] By: gsar                                  on 1998/10/25  07:55:43
5780     Log: fix stack overrun in file test operators
5781  Branch: perl
5782        ! pp_sys.c
5783 ____________________________________________________________________________
5784 [  2072] By: gsar                                  on 1998/10/25  07:29:45
5785     Log: implement C<goto &func> and other fixes (via private mail)
5786          From:    "vishal bhatia" <vishalb@hotmail.com>
5787          Date:    Wed, 21 Oct 1998 22:59:03 PDT
5788          Message-Id: <19981022055904.20083.qmail@hotmail.com>
5789          Subject: [PATCH 5.005_52] More fixes for B
5790  Branch: perl
5791        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5792 ____________________________________________________________________________
5793 [  2071] By: gsar                                  on 1998/10/25  07:14:41
5794     Log: From: Graham Barr <gbarr@pobox.com>
5795          Date: Sat, 17 Oct 1998 20:42:41 -0500
5796          Message-ID: <19981017204241.G510@pobox.com>
5797          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
5798  Branch: perl
5799        ! pp_ctl.c
5800 ____________________________________________________________________________
5801 [  2070] By: gsar                                  on 1998/10/25  07:07:29
5802     Log: avoid bogus line number in XSUB redefined warnings
5803  Branch: perl
5804        ! op.c
5805 ____________________________________________________________________________
5806 [  2069] By: gsar                                  on 1998/10/25  06:59:03
5807     Log: From: Martijn Koster <mak@excitecorp.com>
5808          Date: Wed, 21 Oct 1998 13:12:03 +0100
5809          Message-ID: <19981021131203.A15661@excitecorp.com>
5810          Subject: File::Path::mkpath reports the wrong error
5811  Branch: perl
5812        ! lib/File/Path.pm
5813 ____________________________________________________________________________
5814 [  2068] By: gsar                                  on 1998/10/25  06:54:43
5815     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
5816          Date: Tue, 20 Oct 1998 20:52:20 -0500
5817          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
5818          Subject: Exporter.pm's export_to_level() argument handling buggy
5819  Branch: perl
5820        ! lib/Exporter.pm
5821 ____________________________________________________________________________
5822 [  2067] By: gsar                                  on 1998/10/25  06:50:19
5823     Log: From: jan.dubois@ibm.net (Jan Dubois)
5824          Date: Wed, 21 Oct 1998 00:55:51 +0200
5825          Message-ID: <36380269.55370608@smtp1.ibm.net>
5826          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
5827  Branch: perl
5828        ! ext/DynaLoader/DynaLoader_pm.PL
5829 ____________________________________________________________________________
5830 [  2066] By: gsar                                  on 1998/10/25  06:48:19
5831     Log: recognize '%' as a shell metachar for win32
5832          From: jan.dubois@ibm.net (Jan Dubois)
5833          Date: Tue, 20 Oct 1998 21:57:35 +0200
5834          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
5835          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
5836  Branch: perl
5837        ! win32/win32.c
5838 ____________________________________________________________________________
5839 [  2065] By: gsar                                  on 1998/10/25  06:46:30
5840     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
5841  Branch: perl
5842        ! sv.c
5843 ____________________________________________________________________________
5844 [  2064] By: gsar                                  on 1998/10/25  06:45:09
5845     Log: From: Gisle Aas <gisle@aas.no>
5846          Date: 20 Oct 1998 14:24:44 +0200
5847          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
5848          Subject: ord() and unpack("U*",...) should not be negative
5849  Branch: perl
5850        ! pp.c
5851 ____________________________________________________________________________
5852 [  2063] By: gsar                                  on 1998/10/25  06:42:29
5853     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5854          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
5855          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
5856          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
5857  Branch: perl
5858        ! os2/os2.c
5859 ____________________________________________________________________________
5860 [  2062] By: gsar                                  on 1998/10/25  06:41:26
5861     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5862          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
5863          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
5864          Subject: [PATCH 5.005_*] Speed up aassign
5865  Branch: perl
5866        ! pp_hot.c
5867 ____________________________________________________________________________
5868 [  2061] By: gsar                                  on 1998/10/25  06:39:04
5869     Log: From: Graham Barr <gbarr@pobox.com>
5870          Date: Sat, 17 Oct 1998 22:22:02 -0500
5871          Message-ID: <19981017222202.J510@pobox.com>
5872          Subject: Re: '*' prototype does not allow bareword with strict
5873  Branch: perl
5874        ! toke.c
5875 ____________________________________________________________________________
5876 [  2060] By: gsar                                  on 1998/10/25  06:37:34
5877     Log: handle '::' in section names properly
5878          From: Graham Barr <gbarr@pobox.com>
5879          Date: Sat, 17 Oct 1998 12:57:54 -0500
5880          Message-ID: <19981017125754.C510@pobox.com>
5881          Subject: Re: pod2html
5882  Branch: perl
5883        ! lib/Pod/Html.pm
5884 ____________________________________________________________________________
5885 [  2059] By: gsar                                  on 1998/10/25  06:33:43
5886     Log: integrate changes#1982,2014,2021 (from maint-5.005)
5887  Branch: perl
5888       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
5889       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
5890 ____________________________________________________________________________
5891 [  2058] By: gsar                                  on 1998/10/25  05:44:17
5892     Log: allow more win32 symbol exports (suggested by Jan Dubois)
5893  Branch: perl
5894        ! win32/makedef.pl
5895 ____________________________________________________________________________
5896 [  2057] By: gsar                                  on 1998/10/25  05:40:40
5897     Log: integrate change#2053 from maint-5.005
5898  Branch: perl
5899       !> cop.h t/cmd/while.t
5900 ____________________________________________________________________________
5901 [  2056] By: gsar                                  on 1998/10/25  05:16:41
5902     Log: commented version of a patch suggested by Drago Goricanec
5903          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5904          Date: 16 Oct 1998 15:24:45 +0300
5905          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
5906          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
5907  Branch: perl
5908        ! pp_sys.c
5909 ____________________________________________________________________________
5910 [  2055] By: gsar                                  on 1998/10/25  05:11:03
5911     Log: include eof() in description of buffering caveats
5912          From: Anton Berezin <tobez@plab.ku.dk>
5913          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
5914          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
5915          Subject: [DOCPATCH] pod/perlfunc.pod
5916  Branch: perl
5917        ! pod/perlfunc.pod
5918 ____________________________________________________________________________
5919 [  2054] By: gsar                                  on 1998/10/25  05:07:42
5920     Log: disallow 'x' in hex numbers (except leading '0x')
5921          From: Gisle Aas <gisle@aas.no>
5922          Date: 16 Oct 1998 16:33:12 +0200
5923          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
5924          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
5925  Branch: perl
5926        ! perlvars.h t/op/oct.t util.c
5927 ____________________________________________________________________________
5928 [  2052] By: gsar                                  on 1998/10/25  04:49:04
5929     Log: avoid the circular refcnt logic in magic_mutexfree()
5930  Branch: perl
5931        ! mg.c pp.c pp_hot.c
5932 ____________________________________________________________________________
5933 [  2051] By: gsar                                  on 1998/10/25  04:35:07
5934     Log: properly restore PL_rsfp_filters after require
5935  Branch: perl
5936        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
5937        ! scope.h
5938 ____________________________________________________________________________
5939 [  2050] By: gsar                                  on 1998/10/25  02:42:32
5940     Log: integrate cfgperl changes back into mainline
5941  Branch: perl
5942       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
5943       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
5944       !> (integrate 33 files)
5945 ____________________________________________________________________________
5946 [  2049] By: gsar                                  on 1998/10/25  01:30:48
5947     Log: avoid "mysterious" compile-time failures without messages
5948  Branch: perl
5949        ! gv.c
5950 ____________________________________________________________________________
5951 [  2041] By: gsar                                  on 1998/10/23  21:11:56
5952     Log: checkin jpl under //depot/perlext/jpl/...
5953  Branch: perlext
5954        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
5955        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
5956        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
5957        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
5958        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
5959        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
5960        + jpl/PerlInterpreter/Makefile.PL
5961        + jpl/PerlInterpreter/PerlInterpreter.c
5962        + jpl/PerlInterpreter/PerlInterpreter.h
5963        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
5964        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
5965        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
5966        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
5967        + jpl/get_jdk/jdk_hosts jpl/install-jpl
5968 ____________________________________________________________________________
5969 [  2040] By: larry                                 on 1998/10/23  19:31:42
5970     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
5971  Branch: perl
5972        ! pp.c
5973 ____________________________________________________________________________
5974 [  2039] By: larry                                 on 1998/10/23  18:48:34
5975     Log: tr///d does not seem to work
5976  Branch: perl
5977        ! lib/utf8_heavy.pl
5978 ____________________________________________________________________________
5979 [  2038] By: larry                                 on 1998/10/23  18:00:41
5980     Log: Program with utf8 identifiers fails to compile
5981  Branch: perl
5982        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
5983 ____________________________________________________________________________
5984 [  2037] By: jhi                                   on 1998/10/23  14:04:51
5985     Log: Test suite portability:
5986          - posix-bc does not write to broken pipes
5987          - filehand #11 only iff we have fork
5988          - warning.t can now match $expected using regular expressions
5989  Branch: cfgperl
5990        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
5991        ! t/pragma/warning.t
5992 ____________________________________________________________________________
5993 [  2036] By: jhi                                   on 1998/10/23  12:12:07
5994     Log: yacc clarification.
5995  Branch: cfgperl
5996        ! README.posix-bc
5997 ____________________________________________________________________________
5998 [  2035] By: jhi                                   on 1998/10/23  12:09:59
5999     Log: Some C compilers get upset about 8-bit characters in /* comments. */
6000  Branch: cfgperl
6001        ! mg.c
6002 ____________________________________________________________________________
6003 [  2034] By: jhi                                   on 1998/10/22  09:11:52
6004     Log: Configure update: both for pthread_yield more robust
6005          testing (all variants of pthread_attr_getdetachstate()) --
6006          and because Configure was broken in major way! About 1000
6007          last lines were truncated.
6008  Branch: cfgperl
6009        ! Configure
6010 ____________________________________________________________________________
6011 [  2033] By: jhi                                   on 1998/10/22  07:47:10
6012     Log: DJGPP feedback for #2028.
6013  Branch: cfgperl
6014        ! thread.h
6015 ____________________________________________________________________________
6016 [  2032] By: jhi                                   on 1998/10/21  13:03:57
6017     Log: yielding, the saga continues.
6018  Branch: cfgperl
6019        ! Configure config_h.SH
6020       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
6021       !> t/op/goto.t t/pragma/constant.t
6022 ____________________________________________________________________________
6023 [  2031] By: jhi                                   on 1998/10/21  09:15:42
6024     Log: VM/ESA feedback for #2028.
6025  Branch: cfgperl
6026        ! Configure config_h.SH thread.h
6027 ____________________________________________________________________________
6028 [  2030] By: gsar                                  on 1998/10/21  04:22:53
6029     Log: fix handling of mayhaps-extended @_ in goto &sub
6030  Branch: perl
6031        ! av.c pp_ctl.c t/op/goto.t
6032 ____________________________________________________________________________
6033 [  2029] By: gsar                                  on 1998/10/21  00:54:14
6034     Log: restore sanity to "constant" references
6035  Branch: perl
6036        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
6037 ____________________________________________________________________________
6038 [  2028] By: jhi                                   on 1998/10/20  15:01:20
6039     Log: OLD_PTHREADS_API reorganizing.
6040  Branch: cfgperl
6041        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
6042        ! vmesa/vmesaish.h
6043 ____________________________________________________________________________
6044 [  2027] By: jhi                                   on 1998/10/20  14:14:51
6045     Log: #2026 fallout.
6046  Branch: cfgperl
6047        ! Makefile.SH
6048 ____________________________________________________________________________
6049 [  2026] By: jhi                                   on 1998/10/20  11:47:21
6050     Log: VM/ESA update.
6051  Branch: cfgperl
6052        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
6053 ____________________________________________________________________________
6054 [  2025] By: jhi                                   on 1998/10/20  08:20:56
6055     Log: 64-bitness, based on
6056          
6057          From: Scott Henry <scotth@sgi.com>
6058          To: perl-64bit@perl.org
6059          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
6060          Subject: Re: Configure problems/questions...
6061          Date: 19 Oct 1998 22:38:06 -0700
6062  Branch: cfgperl
6063        ! hints/irix_6.sh perl.h
6064 ____________________________________________________________________________
6065 [  2024] By: jhi                                   on 1998/10/20  08:09:07
6066     Log: Add lseeksize.
6067  Branch: cfgperl
6068        ! config_h.SH
6069 ____________________________________________________________________________
6070 [  2023] By: jhi                                   on 1998/10/20  08:08:33
6071     Log: Mumble about _yields() only when threaded.
6072  Branch: cfgperl
6073        ! Configure
6074 ____________________________________________________________________________
6075 [  2022] By: jhi                                   on 1998/10/20  07:46:26
6076     Log: Thinko at PTHREADS_CREATED_JOINABLE.
6077  Branch: cfgperl
6078        ! thread.h
6079 ____________________________________________________________________________
6080 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
6081     Log: From: Chip Salzenberg <chip@perlsupport.com>
6082          Date: Tue, 6 Oct 1998 13:33:05 -0400
6083          Message-ID: <19981006133305.A2348@perlsupport.com>
6084          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
6085  Branch: maint-5.005/perl
6086        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
6087        ! t/op/tie.t
6088 ____________________________________________________________________________
6089 [  2020] By: jhi                                   on 1998/10/19  09:15:53
6090     Log: YIELD more robustly.
6091  Branch: cfgperl
6092        ! thread.h
6093 ____________________________________________________________________________
6094 [  2019] By: jhi                                   on 1998/10/19  08:48:33
6095     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
6096          the 'new' one (just like DJGPP, it seems).
6097  Branch: cfgperl
6098        ! thread.h
6099 ____________________________________________________________________________
6100 [  2018] By: jhi                                   on 1998/10/19  07:02:44
6101     Log: vmesaish.h doesn't exclude unixish.h.
6102  Branch: cfgperl
6103        ! perl.h
6104 ____________________________________________________________________________
6105 [  2017] By: jhi                                   on 1998/10/19  06:44:19
6106     Log: 1<<$randbits is not good for randbits=48.
6107  Branch: cfgperl
6108        ! t/op/rand.t
6109 ____________________________________________________________________________
6110 [  2016] By: jhi                                   on 1998/10/19  06:39:47
6111     Log: Make #2012 glob pattern more portable.
6112  Branch: cfgperl
6113        ! Makefile.SH
6114 ____________________________________________________________________________
6115 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
6116     Log: Fix POSIX::sigprocmask not to check type of $old parameter
6117          as it is output only
6118  Branch: maint-5.005/perl
6119        ! ext/POSIX/POSIX.xs
6120 ____________________________________________________________________________
6121 [  2012] By: jhi                                   on 1998/10/17  15:04:23
6122     Log: clean numbered core dumps and t/tmp[0-9]*.
6123  Branch: cfgperl
6124        ! Makefile.SH
6125 ____________________________________________________________________________
6126 [  2011] By: jhi                                   on 1998/10/17  14:59:15
6127     Log: More robust yacc/bison failure output handling.
6128  Branch: cfgperl
6129        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6130 ____________________________________________________________________________
6131 [  2010] By: jhi                                   on 1998/10/17  14:51:05
6132     Log: BC2000 POSIX update.
6133  Branch: cfgperl
6134        ! MANIFEST
6135 ____________________________________________________________________________
6136 [  2009] By: jhi                                   on 1998/10/17  14:49:46
6137     Log: POSIX BC2000 port from perl-mvs:
6138          
6139          Subject: Ported perl 5.005.02 to BS2000 / POSIX
6140          From: Dorner Thomas <Thomas.Dorner@start.de> 
6141          Date: Tue, 29 Sep 1998 13:29:36 +0100 
6142          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
6143  Branch: cfgperl
6144        + README.posix-bc hints/posix-bc.sh
6145        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
6146        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
6147        ! unixish.h
6148 ____________________________________________________________________________
6149 [  2008] By: jhi                                   on 1998/10/17  14:07:49
6150     Log: VM/ESA-update.
6151  Branch: cfgperl
6152        ! MANIFEST
6153 ____________________________________________________________________________
6154 [  2007] By: jhi                                   on 1998/10/17  13:55:34
6155     Log: Forgot few S_I* imports.
6156  Branch: cfgperl
6157        ! t/lib/ipc_sysv.t
6158 ____________________________________________________________________________
6159 [  2006] By: jhi                                   on 1998/10/17  13:43:54
6160     Log: The VM/ESA port essentials, based on
6161          
6162          perl-mvs:
6163          
6164          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6165          Subject: Re: Can't find Data/Dumper.pm
6166          Date: Mon, 28 Sep 1998 07:40:49 +1300
6167          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
6168          
6169          private email:
6170          
6171          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6172          Subject: Re: Perl thread problems in VM/ESA
6173          Date: Thu, 15 Oct 1998 07:18:35 +1300
6174          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
6175          
6176          and private email:
6177          
6178          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
6179          Subject:  perl archive
6180          Date:  Sun, 11 Oct 1998 19:28:54 EDT
6181          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
6182          which gave a pointer to
6183          
6184          http://pucc.princeton.edu/~neale/perl.tar
6185          
6186          (based on Perl 5.005_51)
6187  Branch: cfgperl
6188        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
6189        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
6190        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
6191        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
6192 ____________________________________________________________________________
6193 [  2005] By: jhi                                   on 1998/10/17  13:17:19
6194     Log: Integrate mainperl.
6195  Branch: cfgperl
6196       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
6197       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6198       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
6199       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
6200       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
6201       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
6202       !> win32/makefile.mk
6203 ____________________________________________________________________________
6204 [  2004] By: jhi                                   on 1998/10/17  11:19:06
6205     Log: Removed an extra ' from the int64_t test.
6206  Branch: cfgperl
6207        ! Configure
6208 ____________________________________________________________________________
6209 [  2003] By: gsar                                  on 1998/10/17  04:11:40
6210     Log: silence -w noises (suggested by Greg Bacon)
6211  Branch: perl
6212        ! lib/Term/Complete.pm
6213 ____________________________________________________________________________
6214 [  2002] By: gsar                                  on 1998/10/17  04:07:48
6215     Log: From: Gisle Aas <gisle@aas.no>
6216          Date: 14 Oct 1998 15:53:14 +0200
6217          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
6218          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
6219  Branch: perl
6220        ! util.c
6221 ____________________________________________________________________________
6222 [  2001] By: gsar                                  on 1998/10/17  04:06:10
6223     Log: From: Gisle Aas <gisle@aas.no>
6224          Date: 14 Oct 1998 15:17:44 +0200
6225          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
6226          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
6227  Branch: perl
6228        ! toke.c
6229 ____________________________________________________________________________
6230 [  2000] By: gsar                                  on 1998/10/17  03:06:33
6231     Log: From: Gisle Aas <gisle@aas.no>
6232          Date: 14 Oct 1998 00:38:06 +0200
6233          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
6234          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
6235  Branch: perl
6236        ! sv.c
6237 ____________________________________________________________________________
6238 [  1999] By: gsar                                  on 1998/10/17  03:04:48
6239     Log: From: Dan Sugalski <sugalskd@osshe.edu>
6240          Date: Tue, 13 Oct 1998 15:10:57 -0700
6241          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
6242          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
6243  Branch: perl
6244        ! vms/ext/Stdio/Stdio.pm
6245 ____________________________________________________________________________
6246 [  1998] By: gsar                                  on 1998/10/17  03:00:40
6247     Log: skip readonly vars and unref references when doing a reset()
6248  Branch: perl
6249        ! sv.c
6250 ____________________________________________________________________________
6251 [  1997] By: gsar                                  on 1998/10/17  02:49:19
6252     Log: fix buggy treatment of large checksums on unicode strings
6253          From: Gisle Aas <gisle@aas.no>
6254          Date: 13 Oct 1998 21:35:39 +0200
6255          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
6256          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
6257  Branch: perl
6258        ! pp.c
6259 ____________________________________________________________________________
6260 [  1996] By: gsar                                  on 1998/10/17  02:43:22
6261     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6262          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
6263          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
6264          Subject: [PATCH 5.005_52] Memory overrun in os2.c
6265  Branch: perl
6266        ! os2/Makefile.SHs os2/os2.c
6267 ____________________________________________________________________________
6268 [  1995] By: gsar                                  on 1998/10/17  02:42:01
6269     Log: clarify section name rules for typemaps
6270  Branch: perl
6271        ! pod/perlxs.pod
6272 ____________________________________________________________________________
6273 [  1994] By: gsar                                  on 1998/10/17  02:33:02
6274     Log: whitespace-proof grent.t
6275  Branch: perl
6276        ! t/op/grent.t
6277 ____________________________________________________________________________
6278 [  1993] By: gsar                                  on 1998/10/17  02:27:29
6279     Log: fix bug in B::CC::pp_sassign()
6280          From: "vishal bhatia" <vishalb@hotmail.com>
6281          Date: Sun, 11 Oct 1998 18:41:38 PDT
6282          Message-ID: <19981012014139.19614.qmail@hotmail.com>
6283          Subject: B::CC problems with pp_sassign routine
6284  Branch: perl
6285        ! ext/B/B/CC.pm
6286 ____________________________________________________________________________
6287 [  1992] By: gsar                                  on 1998/10/17  02:17:49
6288     Log: applied suggested patch with small doc tweak
6289          From: Gisle Aas <gisle@aas.no>
6290          Date: 11 Oct 1998 12:53:13 +0200
6291          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
6292          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
6293  Branch: perl
6294        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
6295        ! t/op/tiehandle.t
6296 ____________________________________________________________________________
6297 [  1991] By: gsar                                  on 1998/10/17  02:08:30
6298     Log: apply non-conflicting parts from suggested patch
6299          From: jan.dubois@ibm.net (Jan Dubois)
6300          Date: Sat, 10 Oct 1998 13:15:45 +0200
6301          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
6302          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
6303  Branch: perl
6304        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6305 ____________________________________________________________________________
6306 [  1990] By: gsar                                  on 1998/10/17  02:01:24
6307     Log: provide option to enable optimization with VC (suggested by Jan
6308          Dubois)
6309  Branch: perl
6310        ! win32/Makefile win32/makefile.mk
6311 ____________________________________________________________________________
6312 [  1989] By: gsar                                  on 1998/10/17  01:55:27
6313     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
6314          Dave Leppik <dleppik@gage.com>
6315  Branch: perl
6316        ! perl.h
6317 ____________________________________________________________________________
6318 [  1988] By: gsar                                  on 1998/10/17  01:49:05
6319     Log: stray typo found by Hugo van der Sanden
6320  Branch: perl
6321        ! op.c
6322 ____________________________________________________________________________
6323 [  1987] By: gsar                                  on 1998/10/17  01:45:52
6324     Log: perldoc pod update
6325          From: Daniel Grisinger <dgris@perrin.dimensional.com>
6326          Date: 06 Oct 1998 23:56:51 -0600
6327          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
6328          Subject: [PATCH _02 and _52] perldoc
6329  Branch: perl
6330        ! utils/perldoc.PL
6331 ____________________________________________________________________________
6332 [  1986] By: gsar                                  on 1998/10/17  01:41:40
6333     Log: qualify names of builtins
6334  Branch: perl
6335        ! ext/POSIX/POSIX.pm
6336 ____________________________________________________________________________
6337 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
6338     Log: From: Jochen Wiedmann <joe@ispsoft.de>
6339          Date: Thu, 17 Sep 1998 17:16:06 +0200
6340          Message-ID: <360127B6.E44564A@ispsoft.de>
6341          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
6342  Branch: maint-5.005/perl
6343        ! lib/ExtUtils/MakeMaker.pm
6344 ____________________________________________________________________________
6345 [  1978] By: gsar                                  on 1998/10/16  01:58:58
6346     Log: integrate cfgperl mods into mainline
6347  Branch: perl
6348       +> ext/DynaLoader/dl_vmesa.xs
6349        ! Porting/genlog
6350       !> Configure MANIFEST Makefile.SH config_h.SH
6351       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
6352       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
6353       !> x2p/Makefile.SH
6354 ____________________________________________________________________________
6355 [  1976] By: gsar                                  on 1998/10/16  00:10:52
6356     Log: stray tweak
6357  Branch: perl
6358        ! op.c
6359 ____________________________________________________________________________
6360 [  1975] By: gsar                                  on 1998/10/15  23:54:38
6361     Log: propagate typeness of lexicals while cloning them
6362  Branch: perl
6363        ! op.c
6364 ____________________________________________________________________________
6365 [  1974] By: gsar                                  on 1998/10/15  23:53:25
6366     Log: s/last/first/ typo in append_list()
6367  Branch: perl
6368        ! op.c
6369 ____________________________________________________________________________
6370 [  1973] By: gsar                                  on 1998/10/15  20:06:17
6371     Log: nuke confperl branch and contents
6372  Branch: confperl
6373        - (delete 1284 files)
6374 ____________________________________________________________________________
6375 [  1972] By: jhi                                   on 1998/10/15  07:07:35
6376     Log: Test #162 had been added but the "print 1..161" had not been updated.
6377  Branch: cfgperl
6378        ! t/op/pat.t
6379 ____________________________________________________________________________
6380 [  1971] By: gsar                                  on 1998/10/15  03:09:58
6381     Log: check in all confperl changes as of change#1964 into cfgperl
6382  Branch: cfgperl
6383        + ext/DynaLoader/dl_vmesa.xs
6384        ! Configure MANIFEST Makefile.SH config_h.SH
6385        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
6386        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
6387 ____________________________________________________________________________
6388 [  1970] By: gsar                                  on 1998/10/15  03:05:59
6389     Log: integrate mainline to get tr.t
6390  Branch: cfgperl
6391       +> t/op/tr.t
6392 ____________________________________________________________________________
6393 [  1969] By: gsar                                  on 1998/10/15  03:04:17
6394     Log: add missing tr.t to repository
6395  Branch: perl
6396        + t/op/tr.t
6397 ____________________________________________________________________________
6398 [  1968] By: gsar                                  on 1998/10/15  03:02:43
6399     Log: create cfgperl branch
6400  Branch: cfgperl
6401       +> (branch 1282 files)
6402 ____________________________________________________________________________
6403 [  1967] By: gsar                                  on 1998/10/15  02:46:08
6404     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
6405          (MAN3PODS cannot be set to ' '; stray stricture violation)
6406  Branch: perl
6407        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
6408        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
6409        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
6410        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
6411        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
6412        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
6413        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
6414        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
6415        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
6416        ! lib/ExtUtils/MM_Unix.pm
6417 ____________________________________________________________________________
6418 [  1966] By: gsar                                  on 1998/10/15  02:19:03
6419     Log: tweak to make fix in change#1944 behave correctly for closures
6420          created within eval''
6421  Branch: perl
6422        ! op.c t/op/eval.t
6423 ____________________________________________________________________________
6424 [  1965] By: gsar                                  on 1998/10/14  23:22:41
6425     Log: use better numbers for exitstatus test
6426  Branch: perl
6427        ! t/op/die_exit.t
6428 ____________________________________________________________________________
6429 [  1964] By: jhi                                   on 1998/10/14  17:25:41
6430     Log: Add VM/ESA dynaloading (uses <dll.h>).
6431  Branch: confperl
6432        + ext/DynaLoader/dl_vmesa.xs
6433        ! MANIFEST
6434 ____________________________________________________________________________
6435 [  1963] By: jhi                                   on 1998/10/14  17:17:10
6436     Log: Remove a2p.loadmap in 'clean' target.
6437  Branch: confperl
6438        ! x2p/Makefile.SH
6439 ____________________________________________________________________________
6440 [  1962] By: jhi                                   on 1998/10/14  17:13:11
6441     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
6442  Branch: confperl
6443        ! Makefile.SH
6444 ____________________________________________________________________________
6445 [  1961] By: jhi                                   on 1998/10/14  16:27:39
6446     Log: VM/ESA creates executable.loadmaps.
6447  Branch: confperl
6448        ! Makefile.SH
6449 ____________________________________________________________________________
6450 [  1960] By: jhi                                   on 1998/10/14  15:37:39
6451     Log: Introduce SCHED_YIELD (one of sched_yield(),
6452          pthread_yield(), or pthread_yield(NULL)).
6453          YIELD is then defined using SCHED_YIELD unless
6454          a platform-specific YIELD has already been defined.
6455          
6456          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
6457          
6458          The need for pthread_yield(NULL) and pthread_attr_setdet...
6459          introduced by (private email)
6460          
6461          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6462          Date: Sat, 10 Oct 1998 21:08:15 +1300
6463          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
6464          Subject: Re: Perl thread problems in VM/ESA
6465          
6466          Better select() protoprobe (for AIX), from (private email)
6467          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6468          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
6469          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
6470          Subject: AIX select (fwd)
6471          From: Lars Hecking <lhecking@nmrc.ucc.ie>
6472          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
6473          Date: Fri, 2 Oct 1998 10:40:01 +0100
6474          Subject: AIX select
6475          
6476          Linux-avoid-so.X.Y, based on
6477          From: "Kurt D. Starsinic" <kstar@chapin.edu>
6478          Date: Tue, 13 Oct 1998 15:55:07 -0400
6479          Message-ID: <19981013155507.B4004@O2.chapin.edu>
6480          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
6481  Branch: confperl
6482        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
6483        ! thread.h
6484 ____________________________________________________________________________
6485 [  1959] By: jhi                                   on 1998/10/14  12:51:26
6486     Log: Some old pthread implementations have
6487          pthread_attr_setdetachstate(pthread_attr_t*, int*).
6488  Branch: confperl
6489        ! ext/Thread/Thread.xs
6490 ____________________________________________________________________________
6491 [  1958] By: jhi                                   on 1998/10/14  12:41:11
6492     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
6493          counterparts will follow soon.
6494  Branch: confperl
6495        ! thread.h
6496 ____________________________________________________________________________
6497 [  1957] By: jhi                                   on 1998/10/14  12:38:11
6498     Log: Add tr.t (MANIFEST already knew about it, strange)
6499  Branch: confperl
6500        + t/op/tr.t
6501 ____________________________________________________________________________
6502 [  1956] By: jhi                                   on 1998/10/14  12:24:35
6503     Log: Mutexen should be initialized only once.
6504  Branch: confperl
6505        ! gv.c op.c
6506 ____________________________________________________________________________
6507 [  1955] By: jhi                                   on 1998/10/14  12:19:38
6508     Log: os390 has its own cppstdin.
6509  Branch: confperl
6510        ! hints/os390.sh
6511 ____________________________________________________________________________
6512 [  1954] By: jhi                                   on 1998/10/14  12:15:06
6513     Log: Integrate with mainperl.
6514  Branch: confperl
6515       !> (integrate 1280 files)
6516 ____________________________________________________________________________
6517 [  1953] By: jhi                                   on 1998/10/14  11:48:08
6518     Log: Removed duplicate CMA threads code for HPUX 10.X.
6519          (probably residue of patch(1) being too understanding)
6520          Enhanced 64-bit settings. (redo change#1940)
6521  Branch: confperl
6522        ! hints/hpux.sh
6523 ____________________________________________________________________________
6524 [  1952] By: jhi                                   on 1998/10/14  11:45:16
6525     Log: (redo change#1949) Detypo in the d_open64 warning about
6526          the impending WHOA.
6527  Branch: confperl
6528        ! hints/irix_6.sh
6529 ____________________________________________________________________________
6530 [  1951] By: jhi                                   on 1998/10/14  10:54:16
6531     Log: Mutexen should only be inited once, after they have been New()ed.
6532  Branch: confperl
6533        ! gv.c op.c
6534 ____________________________________________________________________________
6535 [  1950] By: jhi                                   on 1998/10/14  10:41:43
6536     Log: Own cppstdin.
6537  Branch: confperl
6538        ! hints/os390.sh
6539 ____________________________________________________________________________
6540 [  1949] By: jhi                                   on 1998/10/14  10:34:23
6541     Log: Detypo in the d_open64 warning about the impending WHOA.
6542  Branch: confperl
6543        ! hints/irix_6.sh
6544 ____________________________________________________________________________
6545 [  1948] By: gsar                                  on 1998/10/14  05:38:01
6546     Log: two typos
6547  Branch: perl
6548        ! pp_hot.c t/op/eval.t
6549 ____________________________________________________________________________
6550 [  1947] By: gsar                                  on 1998/10/14  05:37:10
6551     Log: let docatch() pass the buck when restartop turns out to be null,
6552          making exceptions in BEGIN{} propagate as expected
6553  Branch: perl
6554        ! pp_ctl.c t/op/misc.t
6555 ____________________________________________________________________________
6556 [  1946] By: gsar                                  on 1998/10/13  03:41:49
6557     Log: add missing file from change#1943
6558  Branch: perl
6559        ! proto.h
6560 ____________________________________________________________________________
6561 [  1945] By: gsar                                  on 1998/10/13  03:32:02
6562     Log: defer "deep recursion" warnings until CXt_SUB context is properly
6563          set up
6564  Branch: perl
6565        ! pp_hot.c t/pragma/warn/pp_hot
6566 ____________________________________________________________________________
6567 [  1944] By: gsar                                  on 1998/10/13  03:15:50
6568     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
6569          fixup the cop_seq value that must be seen by lexical lookups that
6570          emanate within eval''
6571  Branch: perl
6572        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
6573 ____________________________________________________________________________
6574 [  1943] By: gsar                                  on 1998/10/13  02:06:09
6575     Log: ensure recursive attempts to findlex()icals know enough about where
6576          the last eval'' context was encountered
6577  Branch: perl
6578        ! op.c t/op/eval.t
6579 ____________________________________________________________________________
6580 [  1942] By: gsar                                  on 1998/10/13  02:01:24
6581     Log: force copy of substrings when matching against temporaries
6582  Branch: perl
6583        ! pp_hot.c t/op/pat.t
6584 ____________________________________________________________________________
6585 [  1941] By: gsar                                  on 1998/10/13  01:49:16
6586     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
6587          implementation)
6588  Branch: perl
6589        ! pp_ctl.c t/op/runlevel.t
6590 ____________________________________________________________________________
6591 [  1940] By: jhi                                   on 1998/10/12  09:57:44
6592     Log: Removed duplicate CMA threads code for HPUX 10.X.
6593          (probably residue of patch(1) being too understanding)
6594          Enhanced 64-bit settings.
6595  Branch: confperl
6596        ! hints/hpux.sh
6597 ____________________________________________________________________________
6598 [  1939] By: jhi                                   on 1998/10/12  09:53:11
6599     Log: Initial sync from mainline perl.
6600  Branch: confperl
6601        + (add 1282 files)
6602 ____________________________________________________________________________
6603 [  1937] By: gsar                                  on 1998/10/06  21:16:34
6604     Log: fix $/ init for USE_THREADS
6605  Branch: perl
6606        ! perl.c
6607 ____________________________________________________________________________
6608 [  1936] By: gsar                                  on 1998/10/06  07:19:39
6609     Log: fix globals caught by change#1927; builds and tests on Solaris
6610  Branch: perl
6611        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
6612        ! warning.h warning.pl
6613 ____________________________________________________________________________
6614 [  1935] By: gsar                                  on 1998/10/06  06:50:35
6615     Log: add test for previous fix
6616  Branch: perl
6617        ! ext/Thread/create.t
6618 ____________________________________________________________________________
6619 [  1934] By: gsar                                  on 1998/10/06  06:37:36
6620     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
6621  Branch: perl
6622        ! util.c
6623 ____________________________________________________________________________
6624 [  1933] By: gsar                                  on 1998/10/06  05:04:20
6625     Log: undo bogus part of change#1903 (as pointed out by Larry)
6626  Branch: perl
6627        ! pp_ctl.c
6628 ____________________________________________________________________________
6629 [  1932] By: gsar                                  on 1998/10/06  04:21:31
6630     Log: added tweaked version of suggested patch
6631          From: jan.dubois@ibm.net (Jan Dubois)
6632          Date: Sat, 03 Oct 1998 19:04:48 +0200
6633          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
6634          Subject: [PATCH 5.005_52] More MakeMaker  patches
6635  Branch: perl
6636        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6637        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
6638 ____________________________________________________________________________
6639 [  1931] By: gsar                                  on 1998/10/06  04:04:33
6640     Log: use cpp symbols instead of hardwired constants
6641          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6642          Date: Mon, 05 Oct 1998 09:23:33 +0100
6643          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
6644          Subject: [PATCH 5.005_52] By the numbers (resend)
6645  Branch: perl
6646        ! op.c
6647 ____________________________________________________________________________
6648 [  1930] By: gsar                                  on 1998/10/06  04:01:55
6649     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6650          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
6651          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
6652          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
6653  Branch: perl
6654        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
6655        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
6656 ____________________________________________________________________________
6657 [  1929] By: gsar                                  on 1998/10/06  03:50:36
6658     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6659          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
6660          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
6661          Subject: [PATCH 5.00552] Minor test improvement
6662  Branch: perl
6663        ! t/op/magic.t
6664 ____________________________________________________________________________
6665 [  1928] By: gsar                                  on 1998/10/06  03:49:03
6666     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6667          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
6668          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
6669          Subject: [PATCH 5.00552] emacs/ptags inprovements
6670  Branch: perl
6671        ! emacs/ptags
6672 ____________________________________________________________________________
6673 [  1927] By: gsar                                  on 1998/10/06  03:47:44
6674     Log: disable C<#define dirty PL_dirty> et al.
6675  Branch: perl
6676        ! embed.pl embedvar.h
6677 ____________________________________________________________________________
6678 [  1926] By: gsar                                  on 1998/10/06  03:43:32
6679     Log: From: Mark-Jason Dominus <mjd@plover.com>
6680          Date: Sun, 04 Oct 1998 14:48:11 -0400
6681          Message-ID: <19981004184811.16048.qmail@plover.com>
6682          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
6683  Branch: perl
6684        ! utils/perldoc.PL
6685 ____________________________________________________________________________
6686 [  1925] By: gsar                                  on 1998/10/06  03:27:35
6687     Log: disable USE_THREADS when PERL_OBJECT is enabled
6688  Branch: perl
6689        ! win32/Makefile win32/makefile.mk
6690 ____________________________________________________________________________
6691 [  1924] By: gsar                                  on 1998/10/06  03:26:54
6692     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
6693  Branch: perl
6694        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
6695        ! vms/perly_c.vms
6696 ____________________________________________________________________________
6697 [  1923] By: gsar                                  on 1998/10/03  05:19:56
6698     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
6699          overridden
6700  Branch: perl
6701        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
6702        ! proto.h vms/perly_c.vms
6703 ____________________________________________________________________________
6704 [  1922] By: gsar                                  on 1998/10/03  03:59:50
6705     Log: suppress manifypods leak in extensions
6706  Branch: perl
6707        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
6708 ____________________________________________________________________________
6709 [  1921] By: gsar                                  on 1998/10/02  22:30:15
6710     Log: os390 fixes (suggested by Peter Prymmer)
6711  Branch: perl
6712        ! Makefile.SH regcomp.c
6713 ____________________________________________________________________________
6714 [  1920] By: gsar                                  on 1998/10/02  21:41:19
6715     Log: squelch undef warnings
6716          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6717          Date: Fri, 02 Oct 1998 11:01:14 +0100
6718          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
6719          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
6720  Branch: perl
6721        ! Changes lib/Math/BigInt.pm
6722 ____________________________________________________________________________
6723 [  1919] By: gsar                                  on 1998/10/02  04:59:13
6724     Log: add note to INSTALL about ANSI C
6725  Branch: perl
6726        ! INSTALL
6727 ____________________________________________________________________________
6728 [  1918] By: gsar                                  on 1998/10/02  04:21:10
6729     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
6730          From: jan.dubois@ibm.net (Jan Dubois)
6731          Date: Wed, 30 Sep 1998 23:35:30 +0200
6732          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
6733          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
6734  Branch: perl
6735        ! lib/ExtUtils/xsubpp
6736 ____________________________________________________________________________
6737 [  1917] By: gsar                                  on 1998/10/02  04:16:02
6738     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6739          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
6740          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
6741          Subject: Re: Configure test for selectbits busted
6742  Branch: perl
6743        ! Configure
6744 ____________________________________________________________________________
6745 [  1916] By: gsar                                  on 1998/10/02  04:14:17
6746     Log: From: Dan Sugalski <sugalskd@osshe.edu>
6747          Date: Wed, 30 Sep 1998 17:15:20 -0700
6748          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
6749          Subject: [PATCH 5.005_02]VMS config tweaks
6750  Branch: perl
6751        ! vms/descrip_mms.template vms/subconfigure.com
6752 ____________________________________________________________________________
6753 [  1915] By: gsar                                  on 1998/10/02  04:10:47
6754     Log: use Off_t to permit 64-bit seek()
6755          From: Scott Henry <scotth@sgi.com>
6756          Date: 29 Sep 1998 17:38:46 -0700
6757          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
6758          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
6759          --
6760          Date: 28 Sep 1998 18:55:37 -0700
6761          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
6762          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
6763  Branch: perl
6764        ! doio.c pp_sys.c proto.h sv.c
6765 ____________________________________________________________________________
6766 [  1914] By: gsar                                  on 1998/10/02  04:05:36
6767     Log: normalize tm struct passed to strftime() with mktime()
6768          From: Spider Boardman <spider@orb.nashua.nh.us>
6769          Date: Wed, 30 Sep 1998 15:12:09 -0400
6770          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
6771          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
6772  Branch: perl
6773        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6774 ____________________________________________________________________________
6775 [  1913] By: gsar                                  on 1998/10/02  03:59:46
6776     Log: don't try to run foo_SH.orig etc.
6777  Branch: perl
6778        ! Configure
6779 ____________________________________________________________________________
6780 [  1912] By: gsar                                  on 1998/10/02  03:45:37
6781     Log: make warning about glob process failure optional
6782  Branch: perl
6783        ! pod/perldiag.pod pp_hot.c
6784 ____________________________________________________________________________
6785 [  1911] By: gsar                                  on 1998/10/02  02:52:21
6786     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
6787          From: Dominic Dunlop <domo@vo.lu>
6788          Date: Tue, 29 Sep 1998 21:06:30 +0000
6789          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
6790          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
6791          --
6792          Date: Wed, 30 Sep 1998 11:46:44 +0000
6793          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
6794          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
6795  Branch: perl
6796        ! pod/perldiag.pod regcomp.c
6797 ____________________________________________________________________________
6798 [  1910] By: gsar                                  on 1998/10/02  02:48:48
6799     Log: minor Configure tweaks (via private mail)
6800          From: Jarkko Hietaniemi <jhi@iki.fi>
6801          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
6802          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
6803          Subject: [PATCH] 5.005_52: the drizzle continues
6804  Branch: perl
6805        ! Configure config_h.SH handy.h
6806 ____________________________________________________________________________
6807 [  1909] By: gsar                                  on 1998/10/02  02:46:39
6808     Log: update SCO hints for dynamic loading
6809          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6810          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
6811          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
6812          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
6813          --
6814          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
6815          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
6816          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
6817  Branch: perl
6818        ! hints/sco.sh
6819 ____________________________________________________________________________
6820 [  1908] By: gsar                                  on 1998/10/02  02:33:39
6821     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
6822  Branch: perl
6823        ! lib/File/Find.pm
6824 ____________________________________________________________________________
6825 [  1907] By: gsar                                  on 1998/10/02  02:21:52
6826     Log: applied patches, but retained old behavior for win32 (where compilers
6827          can't read from stdin at all)
6828          From: Graham Barr <gbarr@ti.com>
6829          Date: Mon, 28 Sep 1998 09:41:49 -0500
6830          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
6831          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
6832          --
6833          Date: Tue, 29 Sep 1998 12:35:43 -0500
6834          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
6835          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
6836  Branch: perl
6837        ! ext/Errno/Errno_pm.PL
6838 ____________________________________________________________________________
6839 [  1906] By: gsar                                  on 1998/10/02  02:02:19
6840     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
6841          Hietaniemi)
6842  Branch: perl
6843        ! t/op/grent.t
6844 ____________________________________________________________________________
6845 [  1905] By: gsar                                  on 1998/10/02  01:59:56
6846     Log: win32 caveats about truncate()
6847  Branch: perl
6848        ! pod/perlport.pod
6849 ____________________________________________________________________________
6850 [  1904] By: gsar                                  on 1998/10/02  01:53:25
6851     Log: various Configure and hints updates (prefer drand48() or random()
6852          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
6853          applied modulo SCO hints superceded by later patch
6854          From: Jarkko Hietaniemi <jhi@iki.fi>
6855          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
6856          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
6857          Subject: [PATCH] 5.005_52: Configure et al:
6858  Branch: perl
6859        + ext/IPC/SysV/hints/next_3.pl
6860        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
6861        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
6862        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
6863 ____________________________________________________________________________
6864 [  1903] By: gsar                                  on 1998/10/02  01:42:37
6865     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
6866          Date: Mon, 28 Sep 1998 17:41:49 +0100
6867          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
6868          Subject: [PATCH 5.005_52] Re: More on ?p 
6869          --
6870          Date: Thu, 01 Oct 1998 09:10:58 +0100
6871          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
6872          Subject: [PATCH 5.005_52] ?p fix
6873          --
6874          Date: Thu, 01 Oct 1998 10:45:56 +0100
6875          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
6876          Subject: [PATCH 5.005_52] more on ?p
6877  Branch: perl
6878        ! pp_ctl.c
6879 ____________________________________________________________________________
6880 [  1902] By: gsar                                  on 1998/10/02  01:36:14
6881     Log: From: Kenneth Duda <kjd@cisco.com>
6882          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
6883          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
6884          Subject: writemain dies when there are more than 4000 characters of extensions
6885  Branch: perl
6886        ! writemain.SH
6887 ____________________________________________________________________________
6888 [  1901] By: gsar                                  on 1998/10/02  01:33:16
6889     Log: tweak run_byacc recipe
6890  Branch: perl
6891        ! Makefile.SH Porting/pumpkin.pod
6892 ____________________________________________________________________________
6893 [  1900] By: gsar                                  on 1998/10/02  01:02:09
6894     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
6895  Branch: perl
6896        ! perl.h pp_ctl.c
6897 ____________________________________________________________________________
6898 [  1899] By: gsar                                  on 1998/09/28  20:46:30
6899     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
6900          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
6901          Dvornik)
6902  Branch: perl
6903        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
6904 ____________________________________________________________________________
6905 [  1898] By: gsar                                  on 1998/09/28  20:42:52
6906     Log: flush unsubmitted 5.00552 change
6907  Branch: perl
6908        ! MANIFEST
6909 ____________________________________________________________________________
6910 [  1897] By: gsar                                  on 1998/09/27  04:43:06
6911     Log: run vms_yfix.pl
6912  Branch: perl
6913        ! vms/perly_c.vms
6914 ____________________________________________________________________________
6915 [  1896] By: gsar                                  on 1998/09/27  03:38:55
6916     Log: small tweak on last change
6917  Branch: perl
6918        ! win32/win32.c
6919 ____________________________________________________________________________
6920 [  1895] By: gsar                                  on 1998/09/27  03:17:17
6921     Log: fix win32_stat() to do the right thing for share names
6922  Branch: perl
6923        ! win32/win32.c
6924 ____________________________________________________________________________
6925 [  1891] By: larry                                 on 1998/09/25  18:50:40
6926     Log: Fixed apostrophe problem from Mark Knutsen.
6927  Branch: perl
6928        ! sv.h
6929
6930 ----------------
6931 Version 5.005_52
6932 ----------------
6933
6934 ____________________________________________________________________________
6935 [  1890] By: gsar                                  on 1998/09/25  10:25:00
6936     Log: update template config.sh, add new config vars to win32 stuff
6937  Branch: perl
6938        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
6939        ! pp_sys.c proto.h win32/config.bc win32/config.gc
6940        ! win32/config.vc win32/config_H.bc win32/config_H.gc
6941        ! win32/config_H.vc win32/win32.h
6942 ____________________________________________________________________________
6943 [  1889] By: gsar                                  on 1998/09/25  07:13:13
6944     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
6945          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
6946          of full-fledged 64-bit support (including support for: fseeko/ftello,
6947          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
6948          in Fcntl)
6949          From: Jarkko Hietaniemi <jhi@iki.fi>
6950          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
6951          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
6952          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
6953          --
6954          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6955          Date: 12 Sep 1998 09:44:25 +0300
6956          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
6957          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
6958  Branch: perl
6959        + lib/filetest.pm
6960        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
6961        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
6962        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
6963        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
6964        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
6965        ! win32/makedef.pl
6966 ____________________________________________________________________________
6967 [  1888] By: gsar                                  on 1998/09/25  06:27:12
6968     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
6969  Branch: perl
6970        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
6971        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6972        ! win32/makedef.pl win32/makefile.mk win32/win32.c
6973 ____________________________________________________________________________
6974 [  1887] By: gsar                                  on 1998/09/25  04:50:49
6975     Log: win32.c tweak
6976  Branch: perl
6977        ! win32/win32.c
6978 ____________________________________________________________________________
6979 [  1886] By: gsar                                  on 1998/09/25  04:47:32
6980     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
6981  Branch: perl
6982        ! lib/ExtUtils/MakeMaker.pm
6983 ____________________________________________________________________________
6984 [  1885] By: gsar                                  on 1998/09/25  04:05:09
6985     Log: From: Dominic Dunlop <domo@vo.lu>
6986          Date: Thu, 10 Sep 1998 11:02:46 +0000
6987          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
6988          Subject: MM_Unix::canonpath erroneously turns leading // into /
6989  Branch: perl
6990        ! lib/ExtUtils/MM_Unix.pm
6991 ____________________________________________________________________________
6992 [  1884] By: gsar                                  on 1998/09/25  03:06:10
6993     Log: temporarily disable perl malloc for a2p until we clean up
6994          conflicting malloc() declarations everywhere
6995  Branch: perl
6996        ! x2p/Makefile.SH
6997 ____________________________________________________________________________
6998 [  1883] By: gsar                                  on 1998/09/25  02:27:00
6999     Log: remove obsolete win32/bin/*.pl
7000  Branch: perl
7001        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
7002        ! Changes MANIFEST win32/Makefile win32/makefile.mk
7003 ____________________________________________________________________________
7004 [  1882] By: gsar                                  on 1998/09/25  02:04:43
7005     Log: missing file in last submit
7006  Branch: perl
7007        ! proto.h
7008 ____________________________________________________________________________
7009 [  1881] By: gsar                                  on 1998/09/25  01:56:54
7010     Log: serial access to PL_x[inpr]v_root for USE_THREADS
7011  Branch: perl
7012        ! sv.c
7013 ____________________________________________________________________________
7014 [  1880] By: gsar                                  on 1998/09/25  01:19:38
7015     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
7016          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
7017          Date: Thu, 24 Sep 1998 22:01:09 +0900
7018          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
7019          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
7020  Branch: perl
7021        ! hv.c proto.h
7022 ____________________________________________________________________________
7023 [  1879] By: gsar                                  on 1998/09/25  00:20:07
7024     Log: tweaks to enable PERL_OBJECT to build & test on win32
7025  Branch: perl
7026        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
7027        ! win32/GenCAPI.pl
7028 ____________________________________________________________________________
7029 [  1878] By: gsar                                  on 1998/09/25  00:13:36
7030     Log: fix change#1861, which breaks default boot_xxx symbol generation
7031  Branch: perl
7032        ! lib/ExtUtils/Mksymlists.pm
7033 ____________________________________________________________________________
7034 [  1877] By: gsar                                  on 1998/09/24  10:29:54
7035     Log: two tweaks for clean build and test on Solaris
7036  Branch: perl
7037        ! op.c t/op/subst.t
7038 ____________________________________________________________________________
7039 [  1876] By: gsar                                  on 1998/09/24  09:04:43
7040     Log: From: Colin Kuskie <ckuskie@cadence.com>
7041          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
7042          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
7043          Subject: [PATCH 5.005_51] perlform.pod
7044  Branch: perl
7045        ! pod/perlform.pod
7046 ____________________________________________________________________________
7047 [  1875] By: gsar                                  on 1998/09/24  08:47:47
7048     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7049          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
7050          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
7051          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
7052  Branch: perl
7053        ! regexec.c
7054 ____________________________________________________________________________
7055 [  1874] By: gsar                                  on 1998/09/24  08:44:55
7056     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7057          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
7058          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
7059          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
7060  Branch: perl
7061        ! toke.c
7062 ____________________________________________________________________________
7063 [  1873] By: gsar                                  on 1998/09/24  08:39:41
7064     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7065          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
7066          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
7067          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
7068  Branch: perl
7069        ! Changes regcomp.c
7070 ____________________________________________________________________________
7071 [  1872] By: gsar                                  on 1998/09/24  08:37:00
7072     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
7073          Date: Sun, 23 Aug 1998 23:18:38 PDT
7074          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
7075          Subject: new irix_6.sh hints file
7076  Branch: perl
7077        ! hints/irix_6.sh
7078 ____________________________________________________________________________
7079 [  1871] By: gsar                                  on 1998/09/24  07:26:37
7080     Log: correct FSF address in various places
7081  Branch: perl
7082        ! Copying README ext/B/README lib/Getopt/Long.pm
7083 ____________________________________________________________________________
7084 [  1870] By: gsar                                  on 1998/09/24  07:11:56
7085     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
7086          Date:    Fri, 14 Aug 1998 09:20:16 PDT
7087          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
7088          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
7089  Branch: perl
7090        ! configure.com
7091 ____________________________________________________________________________
7092 [  1869] By: gsar                                  on 1998/09/24  06:55:59
7093     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
7094          From:    Scott Henry <scotth@sgi.com>
7095          Date:    13 Aug 1998 09:52:15 PDT
7096          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
7097          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
7098  Branch: perl
7099        ! hints/irix_6.sh
7100 ____________________________________________________________________________
7101 [  1868] By: gsar                                  on 1998/09/24  06:51:23
7102     Log: From:    Nathan Torkington <gnat@frii.com>
7103          Date:    Thu, 13 Aug 1998 10:59:48 MDT
7104          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
7105          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
7106  Branch: perl
7107        ! pod/perlfunc.pod
7108 ____________________________________________________________________________
7109 [  1867] By: gsar                                  on 1998/09/24  06:45:13
7110     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
7111          that are autoloaded)
7112  Branch: perl
7113        ! pp_ctl.c
7114 ____________________________________________________________________________
7115 [  1866] By: gsar                                  on 1998/09/24  05:21:19
7116     Log: grandfather deprecated "$$<digit>" no more
7117  Branch: perl
7118        ! pod/perldiag.pod toke.c
7119 ____________________________________________________________________________
7120 [  1865] By: gsar                                  on 1998/09/24  04:52:48
7121     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
7122          low bits (suggested by Ilya Zakharevich)
7123  Branch: perl
7124        ! hv.h
7125 ____________________________________________________________________________
7126 [  1864] By: gsar                                  on 1998/09/24  04:29:14
7127     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
7128          perly_c.diff
7129  Branch: perl
7130        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
7131        ! perly_c.diff toke.c
7132 ____________________________________________________________________________
7133 [  1863] By: gsar                                  on 1998/09/24  03:36:30
7134     Log: provide locked access to string table for USE_THREADS
7135  Branch: perl
7136        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
7137 ____________________________________________________________________________
7138 [  1862] By: gsar                                  on 1998/09/24  03:30:32
7139     Log: remove bogus warn()
7140  Branch: perl
7141        ! embed.pl
7142 ____________________________________________________________________________
7143 [  1861] By: gsar                                  on 1998/09/24  02:58:51
7144     Log: applied suggested patch, adapted for all platforms
7145          From: jan.dubois@ibm.net (Jan Dubois)
7146          Date: Sun, 20 Sep 1998 12:56:38 +0200
7147          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
7148          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
7149  Branch: perl
7150        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7151        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7152        ! lib/ExtUtils/MakeMaker.pm
7153 ____________________________________________________________________________
7154 [  1860] By: gsar                                  on 1998/09/24  02:16:14
7155     Log: upgrade to CPAN-1.40
7156  Branch: perl
7157        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
7158 ____________________________________________________________________________
7159 [  1859] By: gsar                                  on 1998/09/24  02:08:59
7160     Log: use $ENV{MAKEMAKEROPT} to set default command line args
7161  Branch: perl
7162        ! lib/ExtUtils/MakeMaker.pm
7163 ____________________________________________________________________________
7164 [  1857] By: gsar                                  on 1998/09/23  10:58:36
7165     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7166          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
7167          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
7168          Subject: More verbose Test::Harness [PATCH]
7169  Branch: perl
7170        ! lib/Test/Harness.pm
7171 ____________________________________________________________________________
7172 [  1856] By: gsar                                  on 1998/09/23  10:56:24
7173     Log: update hints for OPENSTEP 4.2 on i386
7174          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
7175          Date: Sun, 20 Sep 1998 01:03:18 +0200
7176          Message-Id: <9809192303.AA29190@Spike>
7177          Subject: Perl 5.005_02 compilation problems
7178  Branch: perl
7179        ! hints/next_4.sh
7180 ____________________________________________________________________________
7181 [  1855] By: gsar                                  on 1998/09/23  10:52:27
7182     Log: reset errno after C<require> search (as suggested by Larry)
7183  Branch: perl
7184        ! pp_ctl.c
7185 ____________________________________________________________________________
7186 [  1854] By: gsar                                  on 1998/09/23  10:50:26
7187     Log: misc pod tweaks
7188  Branch: perl
7189        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
7190 ____________________________________________________________________________
7191 [  1853] By: gsar                                  on 1998/09/23  10:46:06
7192     Log: make Pod/Html.pm handle the --title option properly (as suggested
7193          by gml4410@ggr.co.uk)
7194  Branch: perl
7195        ! lib/Pod/Html.pm
7196 ____________________________________________________________________________
7197 [  1852] By: gsar                                  on 1998/09/23  10:41:39
7198     Log: SSNEW() API for allocating memory on the savestack
7199          From: Albert Dvornik <bert@genscan.com>
7200          Date: 17 Sep 1998 19:23:07 -0400
7201          Message-Id: <tqemtae338.fsf@puma.genscan.com>
7202          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
7203  Branch: perl
7204        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
7205        ! perl.h proto.h scope.c scope.h t/io/tell.t
7206 ____________________________________________________________________________
7207 [  1851] By: gsar                                  on 1998/09/23  10:37:05
7208     Log: From: Jochen Wiedmann <joe@ispsoft.de>
7209          Date: Thu, 17 Sep 1998 17:16:06 +0200
7210          Message-ID: <360127B6.E44564A@ispsoft.de>
7211          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
7212  Branch: perl
7213        ! lib/ExtUtils/MakeMaker.pm
7214 ____________________________________________________________________________
7215 [  1850] By: gsar                                  on 1998/09/23  10:33:05
7216     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
7217          Date: 15 Sep 1998 01:32:31 +0200
7218          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
7219          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
7220  Branch: perl
7221        ! lib/ExtUtils/MM_Unix.pm
7222 ____________________________________________________________________________
7223 [  1849] By: gsar                                  on 1998/09/23  10:29:04
7224     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
7225          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
7226          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
7227          Subject: Re: extralibs.ld problem in MM_VMS.pm
7228  Branch: perl
7229        ! lib/ExtUtils/MM_VMS.pm
7230 ____________________________________________________________________________
7231 [  1848] By: gsar                                  on 1998/09/23  10:25:24
7232     Log: From: Roderick Schertler <roderick@argon.org>
7233          Date: 11 Sep 1998 16:19:21 -0400
7234          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
7235          Subject: Re: Open2 and memory leaks
7236  Branch: perl
7237        ! lib/IPC/Open3.pm
7238 ____________________________________________________________________________
7239 [  1847] By: gsar                                  on 1998/09/23  10:18:31
7240     Log: From: Roderick Schertler <roderick@argon.org>
7241          Date: Wed, 09 Sep 1998 23:52:48 -0400
7242          Message-ID: <20567.905399568@eeyore.ibcinc.com>
7243          Subject: seed srand from /dev/urandom when possible
7244  Branch: perl
7245        ! pod/perlfunc.pod pp.c
7246 ____________________________________________________________________________
7247 [  1846] By: gsar                                  on 1998/09/23  10:12:22
7248     Log: From: Roderick Schertler <roderick@argon.org>
7249          Date: Thu, 10 Sep 1998 00:32:17 -0400
7250          Message-ID: <21142.905401937@eeyore.ibcinc.com>
7251          Subject: doc update for crypt()'s salt
7252  Branch: perl
7253        ! pod/perlfunc.pod
7254 ____________________________________________________________________________
7255 [  1845] By: gsar                                  on 1998/09/23  10:09:23
7256     Log: fix h2ph handling of C<#error "foo">
7257          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
7258          Date: Thu, 10 Sep 1998 09:59:33 +0900
7259          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
7260          Subject: [5.005_02] h2ph problem
7261  Branch: perl
7262        ! utils/h2ph.PL
7263 ____________________________________________________________________________
7264 [  1844] By: gsar                                  on 1998/09/23  10:06:13
7265     Log: plug strictly private function leaks in API listing
7266  Branch: perl
7267        ! pod/perlguts.pod
7268 ____________________________________________________________________________
7269 [  1843] By: gsar                                  on 1998/09/23  10:02:57
7270     Log: hide symbol for static build
7271          From: Dominic Dunlop <domo@vo.lu>
7272          Date: Tue, 8 Sep 1998 21:40:46 +0000
7273          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
7274          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
7275  Branch: perl
7276        ! regcomp.c
7277 ____________________________________________________________________________
7278 [  1842] By: gsar                                  on 1998/09/23  09:52:46
7279     Log: define PUT_svindex(), PUT_opindex()
7280  Branch: perl
7281        ! ext/B/B/Assembler.pm
7282 ____________________________________________________________________________
7283 [  1841] By: gsar                                  on 1998/09/23  09:44:25
7284     Log: From: Dominic Dunlop <domo@vo.lu>
7285          Date: Tue, 8 Sep 1998 15:34:53 +0000
7286          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
7287          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
7288  Branch: perl
7289        ! t/pragma/warn/regexec
7290 ____________________________________________________________________________
7291 [  1840] By: gsar                                  on 1998/09/23  09:42:17
7292     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
7293  Branch: perl
7294        ! win32/bin/pl2bat.pl
7295 ____________________________________________________________________________
7296 [  1839] By: gsar                                  on 1998/09/23  09:38:18
7297     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
7298          Date: Mon, 7 Sep 1998 17:36:09 +0900
7299          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
7300          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
7301  Branch: perl
7302        ! ext/Thread/Thread.xs
7303 ____________________________________________________________________________
7304 [  1838] By: gsar                                  on 1998/09/23  09:21:11
7305     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
7306          Date: Thu, 10 Sep 1998 00:02:07 -0400
7307          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
7308          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
7309  Branch: perl
7310        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
7311        + vos/config.h vos/config_h.SH_orig vos/perl.bind
7312        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
7313        ! MANIFEST perl.c perl.h pod/perlport.pod
7314 ____________________________________________________________________________
7315 [  1837] By: gsar                                  on 1998/09/23  08:45:58
7316     Log: (via private mail)
7317          From: Charles Bailey <BAILEY@newman.upenn.edu>
7318          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
7319          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
7320          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
7321  Branch: perl
7322        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
7323        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7324        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
7325        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
7326        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
7327        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
7328        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
7329        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
7330        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
7331        ! vms/writemain.pl
7332 ____________________________________________________________________________
7333 [  1836] By: gsar                                  on 1998/09/23  08:17:42
7334     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7335          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
7336          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
7337          Subject: [PATCH 5.005_*] OS/2 spawning typos
7338  Branch: perl
7339        ! os2/os2.c
7340 ____________________________________________________________________________
7341 [  1835] By: gsar                                  on 1998/09/23  08:09:55
7342     Log: warn on C<my($foo,$foo)>
7343  Branch: perl
7344        ! op.c pod/perldiag.pod
7345 ____________________________________________________________________________
7346 [  1834] By: gsar                                  on 1998/09/23  07:35:56
7347     Log: From: pvhp@forte.com (Peter Prymmer)
7348          Date: Fri, 4 Sep 98 13:27:41 PDT
7349          Message-Id: <9809042027.AA04463@forte.com>
7350          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
7351  Branch: perl
7352        ! README.vms
7353 ____________________________________________________________________________
7354 [  1833] By: gsar                                  on 1998/09/23  07:27:34
7355     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7356          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
7357          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
7358          Subject: PATCH: 5.005_02 hint/hpux.sh
7359  Branch: perl
7360        ! hints/hpux.sh
7361 ____________________________________________________________________________
7362 [  1832] By: gsar                                  on 1998/09/23  07:22:40
7363     Log: fix (some) installhtml bugs
7364          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
7365          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
7366          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
7367          Subject: installhtml script needs work
7368  Branch: perl
7369        ! installhtml
7370 ____________________________________________________________________________
7371 [  1831] By: gsar                                  on 1998/09/23  07:19:30
7372     Log: document 'U' magic with examples
7373          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
7374          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
7375          Message-Id: <199809011455.PAA00631@sale-wts>
7376          Subject: Re: Looking for some XS MAGIC examples...
7377  Branch: perl
7378        ! pod/perlguts.pod
7379 ____________________________________________________________________________
7380 [  1830] By: gsar                                  on 1998/09/23  07:16:43
7381     Log: From: pvhp@forte.com (Peter Prymmer)
7382          Date: Mon, 31 Aug 98 17:13:49 PDT
7383          Message-Id: <9809010013.AA06737@forte.com>
7384          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
7385  Branch: perl
7386        ! README.os390
7387 ____________________________________________________________________________
7388 [  1829] By: gsar                                  on 1998/09/23  07:15:08
7389     Log: fix problematic typecast in filter_del()
7390          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
7391          Date: Mon, 31 Aug 1998 21:13:11 GMT
7392          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
7393          Subject: perl5.005_02 does not build on Cray T90
7394  Branch: perl
7395        ! toke.c
7396 ____________________________________________________________________________
7397 [  1828] By: gsar                                  on 1998/09/23  07:11:34
7398     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7399          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
7400          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
7401          Subject: [PATCH 5.005_5*] (?>) broken in RE
7402  Branch: perl
7403        ! regexec.c t/op/re_tests
7404 ____________________________________________________________________________
7405 [  1827] By: gsar                                  on 1998/09/23  07:09:50
7406     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
7407  Branch: perl
7408        ! t/op/grent.t t/op/groups.t
7409 ____________________________________________________________________________
7410 [  1826] By: gsar                                  on 1998/09/23  07:03:16
7411     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7412          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
7413          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
7414          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
7415  Branch: perl
7416        - interp.sym
7417        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
7418 ____________________________________________________________________________
7419 [  1825] By: gsar                                  on 1998/09/23  06:56:40
7420     Log: re-introduce change#1703
7421  Branch: perl
7422        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
7423 ____________________________________________________________________________
7424 [  1824] By: gsar                                  on 1998/09/23  06:44:19
7425     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7426          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
7427          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
7428          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
7429  Branch: perl
7430        ! lib/perl5db.pl
7431 ____________________________________________________________________________
7432 [  1823] By: gsar                                  on 1998/09/23  06:41:34
7433         Log: From: Joe Buehler <jhpb@hekimian.com>
7434              Date: 29 Aug 1998 17:13:28 -0400
7435              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
7436              Subject: patches for perl 5.005_51 under U/WIN
7437      Branch: perl
7438            + hints/uwin.sh
7439            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
7440            ! t/lib/posix.t
7441 ____________________________________________________________________________
7442 [  1822] By: gsar                                  on 1998/09/23  06:36:59
7443         Log: add missing C<no utf8;> tweak from Larry
7444      Branch: perl
7445            ! t/op/subst.t
7446 ____________________________________________________________________________
7447 [  1821] By: gsar                                  on 1998/09/23  06:27:51
7448         Log: s/runops/CALLRUNOPS/
7449      Branch: perl
7450            ! cc_runtime.h
7451 ____________________________________________________________________________
7452 [  1820] By: gsar                                  on 1998/09/23  06:24:49
7453         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
7454      Branch: perl
7455           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
7456           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
7457           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7458           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7459           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7460           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7461           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7462           +> t/pragma/warn/util
7463            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
7464            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
7465            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
7466            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
7467            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
7468            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
7469            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
7470            - t/pragma/warn-util
7471            ! MANIFEST t/pragma/warning.t
7472 ____________________________________________________________________________
7473 [  1819] By: gsar                                  on 1998/09/23  06:08:46
7474         Log: make \(%foo) return refs to values (not copies of values)
7475              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7476              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
7477              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
7478              --
7479              From: Roderick Schertler <roderick@argon.org>
7480              Date: Sat, 29 Aug 1998 00:58:33 -0400
7481              Message-ID: <29894.904366713@eeyore.ibcinc.com>
7482              Subject: Re: \(%x) problems
7483      Branch: perl
7484            ! doop.c pod/perlref.pod
7485 ____________________________________________________________________________
7486 [  1818] By: gsar                                  on 1998/09/23  06:05:08
7487         Log: make h2xs generate ANSI prototypes
7488      Branch: perl
7489            ! utils/h2xs.PL
7490 ____________________________________________________________________________
7491 [  1817] By: gsar                                  on 1998/09/23  05:57:16
7492         Log: updated usethreads hints for hpux 10.X
7493              From: Matthew T Harden <mthard@mthard1.monsanto.com>
7494              Date: Fri, 28 Aug 1998 14:10:42 GMT
7495              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
7496              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
7497      Branch: perl
7498            ! hints/hpux.sh perl.h
7499 ____________________________________________________________________________
7500 [  1816] By: gsar                                  on 1998/09/23  05:53:31
7501         Log: don't create empty directories in installperl
7502              From: Robin Barker <rmb1@cise.npl.co.uk>
7503              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
7504              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
7505              Subject: [PATCH 5.005_02] install: empty dirs
7506      Branch: perl
7507            ! installperl
7508 ____________________________________________________________________________
7509 [  1815] By: gsar                                  on 1998/09/23  05:50:36
7510         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
7511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7512              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
7513              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
7514              Subject: Re: your mail
7515      Branch: perl
7516            ! regexec.c t/op/re_tests
7517 ____________________________________________________________________________
7518 [  1814] By: gsar                                  on 1998/09/23  05:45:17
7519         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7520              Date: Thu, 20 Aug 1998 20:59:03 -0400
7521              Message-ID: <19980820205903.A12908@O2.chapin.edu>
7522              Subject: [PATCH] h2ph misquotes #error directives
7523      Branch: perl
7524            ! t/lib/h2ph.pht utils/h2ph.PL
7525 ____________________________________________________________________________
7526 [  1813] By: gsar                                  on 1998/09/23  05:42:41
7527         Log: patch to support computed regular subexpressions
7528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7529              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
7530              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
7531              Subject: [5.005_5* PATCH] Postponed RE - now!
7532      Branch: perl
7533            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
7534            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
7535 ____________________________________________________________________________
7536 [  1812] By: gsar                                  on 1998/09/23  05:26:26
7537         Log: better CR-handling on shebang line and in formats (fixed variant of
7538              patch suggested by Igor Sysoev <igor@nitek.ru>)
7539      Branch: perl
7540            ! perl.c toke.c
7541 ____________________________________________________________________________
7542 [  1811] By: gsar                                  on 1998/09/23  04:35:46
7543         Log: document non-loopish blocks better
7544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7545              Date: Tue, 18 Aug 1998 12:28:36 +0100
7546              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
7547              Subject: Re: next in do {} while block gives error message
7548      Branch: perl
7549            ! pod/perlfunc.pod
7550 ____________________________________________________________________________
7551 [  1810] By: gsar                                  on 1998/09/23  04:12:05
7552         Log: fix bogus integerization of pop()'s return value
7553              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7554              Date: Sat, 15 Aug 1998 23:27:54 -0400
7555              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
7556              Subject: Re: Complex expression does integer arithmetic 
7557      Branch: perl
7558            ! opcode.h opcode.pl
7559 ____________________________________________________________________________
7560 [  1809] By: gsar                                  on 1998/09/23  04:09:43
7561         Log: tweak README.win32
7562      Branch: perl
7563            ! README.win32
7564 ____________________________________________________________________________
7565 [  1808] By: gsar                                  on 1998/09/23  03:40:57
7566         Log: better diagnostic for do{} used as lvalue
7567      Branch: perl
7568            ! op.c pod/perlport.pod
7569 ____________________________________________________________________________
7570 [  1807] By: gsar                                  on 1998/09/23  03:38:30
7571         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
7572              From: hansm@icgroup.nl
7573              Date: Tue, 11 Aug 98 21:08:51 +0200
7574              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
7575              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7576      Branch: perl
7577            ! malloc.c
7578 ____________________________________________________________________________
7579 [  1806] By: gsar                                  on 1998/09/23  03:36:08
7580         Log: support make written in perl (aka "pmake") on win32
7581      Branch: perl
7582            ! lib/ExtUtils/MM_Win32.pm
7583 ____________________________________________________________________________
7584 [  1805] By: gsar                                  on 1998/09/23  03:30:07
7585         Log: fix mismatched UV/U32 types for to_utf8_*()
7586      Branch: perl
7587            ! utf8.c
7588 ____________________________________________________________________________
7589 [  1804] By: gsar                                  on 1998/09/23  03:22:22
7590         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7591              Date: Sun, 9 Aug 1998 22:38:23 +0200
7592              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
7593              Subject: [PATCH 5.5002] dos-djgpp update
7594      Branch: perl
7595            ! t/io/fs.t
7596 ____________________________________________________________________________
7597 [  1803] By: gsar                                  on 1998/09/23  03:20:13
7598         Log: apply minimal variant of patch (sent via private mail)
7599              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
7600              Date: Wed, 12 Aug 1998 15:42:35 +0300
7601              Message-Id: <199808121242.PAA29761@comanche.spices>
7602              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
7603      Branch: perl
7604            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
7605            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
7606 ____________________________________________________________________________
7607 [  1802] By: gsar                                  on 1998/09/23  03:03:39
7608         Log: adjust searchdict.t for EBCDIC (still needs documenting)
7609              From: pvhp@forte.com (Peter Prymmer)
7610              Date: Thu, 6 Aug 98 18:09:39 PDT
7611              Message-Id: <9808070109.AA06158@forte.com>
7612              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
7613      Branch: perl
7614            ! README.os390 t/lib/searchdict.t
7615 ____________________________________________________________________________
7616 [  1801] By: gsar                                  on 1998/09/23  02:54:15
7617         Log: silence redefined warning for XS(INIT) {}
7618      Branch: perl
7619            ! op.c
7620 ____________________________________________________________________________
7621 [  1800] By: gsar                                  on 1998/09/23  02:42:23
7622         Log: support match indices via special variables @- and @+
7623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7624              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
7625              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
7626              Subject: [PATCH 5.004_76] @- and @+
7627      Branch: perl
7628            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
7629            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
7630 ____________________________________________________________________________
7631 [  1799] By: gsar                                  on 1998/09/23  01:44:31
7632         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7633              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
7634              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
7635              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
7636      Branch: perl
7637            ! regcomp.c t/op/re_tests
7638 ____________________________________________________________________________
7639 [  1798] By: gsar                                  on 1998/09/23  01:39:23
7640         Log: integrate maint-5.005 changes (except conflicting change#1794)
7641      Branch: perl
7642            ! Changes
7643           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
7644           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
7645           !> win32/win32.h
7646 ____________________________________________________________________________
7647 [  1797] By: gsar                                  on 1998/09/23  01:32:36
7648         Log: add note to win32/Makefile about setting CCHOME
7649      Branch: perl
7650            ! win32/Makefile win32/makefile.mk
7651 ____________________________________________________________________________
7652 [  1796] By: gsar                                  on 1998/09/23  01:31:32
7653         Log: perl.pod tweak
7654      Branch: perl
7655            ! pod/perl.pod
7656 ____________________________________________________________________________
7657 [  1795] By: gsar                                  on 1998/09/21  20:34:10
7658         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
7659      Branch: perl
7660            ! lib/ExtUtils/xsubpp
7661 ____________________________________________________________________________
7662 [  1789] By: gsar                                  on 1998/09/18  18:01:37
7663         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
7664      Branch: perl
7665            ! cop.h t/cmd/for.t
7666 ____________________________________________________________________________
7667 [  1788] By: gsar                                  on 1998/09/17  02:19:11
7668         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
7669      Branch: perl
7670            ! win32/config.bc win32/config.gc win32/config.vc
7671 ____________________________________________________________________________
7672 [  1787] By: gsar                                  on 1998/09/17  01:45:14
7673         Log: suppress bogus warning on C<sub x {} x()>
7674      Branch: perl
7675            ! toke.c
7676 ____________________________________________________________________________
7677 [  1786] By: gsar                                  on 1998/09/17  01:42:51
7678         Log: ntohl typo in objXSUB.h
7679      Branch: perl
7680            ! objXSUB.h
7681 ____________________________________________________________________________
7682 [  1785] By: gsar                                  on 1998/09/17  01:41:48
7683         Log: fill gaps in sig_* entries in win32/config.?c
7684      Branch: perl
7685            ! win32/config.bc win32/config.gc win32/config.vc
7686 ____________________________________________________________________________
7687 [  1781] By: larry                                 on 1998/09/05  23:48:24
7688         Log: tr/// logic was hosed under utf8
7689      Branch: perl
7690            ! doop.c op.c op.h pp.c proto.h
7691 ____________________________________________________________________________
7692 [  1780] By: larry                                 on 1998/09/05  23:44:16
7693         Log: several new tests needed tweaking to work under utf8
7694      Branch: perl
7695            ! t/comp/require.t t/op/pack.t t/op/substr.t
7696 ____________________________________________________________________________
7697 [  1779] By: larry                                 on 1998/09/05  23:41:42
7698         Log: index() applied BM optimization to wrong argument
7699      Branch: perl
7700            ! op.c util.c
7701 ____________________________________________________________________________
7702 [  1778] By: larry                                 on 1998/09/05  23:38:29
7703         Log: Implicit require during compile reset line numbering
7704      Branch: perl
7705            ! pp_ctl.c
7706
7707 ----------------
7708 Version 5.005_51
7709 ----------------
7710
7711 ____________________________________________________________________________
7712 [  1777] By: gsar                                  on 1998/08/10  07:02:38
7713         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
7714              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
7715              lexical warning testsuite for win32
7716      Branch: perl
7717            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
7718            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
7719            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
7720            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
7721            ! win32/Makefile win32/makefile.mk
7722 ____________________________________________________________________________
7723 [  1776] By: gsar                                  on 1998/08/09  17:53:48
7724         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
7725      Branch: perl
7726            ! Changes MANIFEST perl.c pod/perlhist.pod
7727 ____________________________________________________________________________
7728 [  1775] By: gsar                                  on 1998/08/09  14:35:33
7729         Log: tweak warning test
7730      Branch: perl
7731            ! t/pragma/warn-toke
7732 ____________________________________________________________________________
7733 [  1774] By: gsar                                  on 1998/08/09  14:13:46
7734         Log: add missing dTHR; notes for test failures due to small stacksize
7735      Branch: perl
7736            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
7737            ! toke.c universal.c util.c
7738 ____________________________________________________________________________
7739 [  1773] By: gsar                                  on 1998/08/09  11:31:53
7740         Log: lexical warnings; tweaks to places that didn't apply correctly
7741              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
7742              Date:    Wed, 29 Jul 1998 09:28:45 BST
7743              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
7744              Subject: lexical warnings patch for 5.005_50
7745      Branch: perl
7746            + README.lexwarn lib/warning.pm t/pragma/warn-2use
7747            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
7748            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
7749            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
7750            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
7751            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
7752            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
7753            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
7754            + warning.h warning.pl
7755            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
7756            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
7757            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
7758            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
7759            ! universal.c util.c
7760 ____________________________________________________________________________
7761 [  1772] By: gsar                                  on 1998/08/08  23:06:00
7762         Log: bump patchlevel to 5.005_51
7763      Branch: perl
7764            ! patchlevel.h win32/Makefile win32/config_H.bc
7765            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7766 ____________________________________________________________________________
7767 [  1771] By: gsar                                  on 1998/08/08  23:01:57
7768         Log: fix bogus warning on "\x{123}"
7769              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
7770              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
7771              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
7772              Subject: [5.005_50 PATCH] Some unicode problems
7773      Branch: perl
7774            ! regcomp.c toke.c
7775 ____________________________________________________________________________
7776 [  1770] By: gsar                                  on 1998/08/08  22:56:55
7777         Log: hide dup symbol for static build of ext/re
7778              From: Dominic Dunlop <domo@ppp72.vo.lu>
7779              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
7780              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
7781              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
7782      Branch: perl
7783            ! regcomp.c
7784 ____________________________________________________________________________
7785 [  1769] By: gsar                                  on 1998/08/08  22:45:06
7786         Log: fix double free on -Mutf8 -e '$b=uc("")'
7787              From: larry@wall.org (Larry Wall)
7788              Date: Fri, 7 Aug 1998 14:42:43 -0700
7789              Message-Id: <199808072142.OAA14920@wall.org>
7790              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
7791      Branch: perl
7792            ! pp.c
7793 ____________________________________________________________________________
7794 [  1768] By: gsar                                  on 1998/08/08  22:42:29
7795         Log: substr() assumes utf8 without say-so
7796              From: larry@wall.org (Larry Wall)
7797              Date: Fri, 7 Aug 1998 12:25:12 -0700
7798              Message-Id: <199808071925.MAA13436@wall.org>
7799              Subject: [PATCH 5.005_50] substr bug?
7800      Branch: perl
7801            ! pp.c
7802 ____________________________________________________________________________
7803 [  1767] By: gsar                                  on 1998/08/08  22:38:25
7804         Log: fix intolerance of SWASHes for blank lines
7805              From: Gisle Aas <aas@sn.no>
7806              Date: 06 Aug 1998 23:28:57 +0200
7807              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
7808              Subject: Re: Re[2]: another joyride begins
7809      Branch: perl
7810            ! lib/utf8_heavy.pl
7811 ____________________________________________________________________________
7812 [  1766] By: gsar                                  on 1998/08/08  22:33:10
7813         Log: utf8 doc tweak
7814              From: Gisle Aas <aas@sn.no>
7815              Date: 05 Aug 1998 00:41:04 +0200
7816              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
7817              Subject: Matching clumps
7818      Branch: perl
7819            ! lib/utf8.pm
7820 ____________________________________________________________________________
7821 [  1765] By: gsar                                  on 1998/08/08  22:31:37
7822         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
7823              From: Gisle Aas <aas@sn.no>
7824              Date: 04 Aug 1998 22:56:11 +0200
7825              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
7826              Subject: Re: another joyride begins
7827      Branch: perl
7828            ! lib/utf8_heavy.pl
7829 ____________________________________________________________________________
7830 [  1764] By: gsar                                  on 1998/08/08  22:28:43
7831         Log: From: larry@wall.org (Larry Wall)
7832              Date: Tue, 4 Aug 1998 17:04:51 -0700
7833              Message-Id: <199808050004.RAA22592@wall.org>
7834              Subject: [PATCH 5.005_50] \pX not implemented!
7835      Branch: perl
7836            ! regcomp.c
7837 ____________________________________________________________________________
7838 [  1763] By: gsar                                  on 1998/08/08  22:27:15
7839         Log: From: Stephen McCamant <alias@mcs.com>
7840              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
7841              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
7842              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
7843      Branch: perl
7844            ! op.c
7845 ____________________________________________________________________________
7846 [  1762] By: gsar                                  on 1998/08/08  22:26:09
7847         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7848              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
7849              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
7850              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
7851      Branch: perl
7852            + t/op/grent.t t/op/pwent.t
7853            ! MANIFEST
7854 ____________________________________________________________________________
7855 [  1761] By: gsar                                  on 1998/08/08  22:21:52
7856         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7857              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
7858              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
7859              Subject: [5.005_50 PATCH] misprint in RE engine
7860      Branch: perl
7861            ! regexec.c t/op/re_tests
7862 ____________________________________________________________________________
7863 [  1760] By: gsar                                  on 1998/08/08  22:18:54
7864         Log: integrate maint-5.005 changes into mainline
7865      Branch: perl
7866           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
7867           !> (integrate 138 files)
7868 ____________________________________________________________________________
7869 [  1672] By: gsar                                  on 1998/07/27  18:35:28
7870         Log: create new Changes
7871      Branch: perl
7872            + Changes
7873            ! Changes5.005 MANIFEST
7874 ____________________________________________________________________________
7875 [  1671] By: gsar                                  on 1998/07/27  18:30:57
7876         Log: rename Changes --> Changes5.005
7877      Branch: perl
7878           +> Changes5.005
7879            - Changes
7880 ____________________________________________________________________________
7881 [  1670] By: gsar                                  on 1998/07/27  18:10:14
7882         Log: integrate 5.005_01 changes from maint
7883      Branch: perl
7884            ! Changes
7885           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
7886           !> win32/win32.c
7887 ____________________________________________________________________________
7888 [  1667] By: nick                                  on 1998/07/26  14:31:01
7889         Log: Add dTHR so that it compiles miniperl in threaded mode
7890      Branch: perl
7891            ! doop.c mg.c regcomp.c regexec.c
7892 ____________________________________________________________________________
7893 [  1666] By: nick                                  on 1998/07/26  13:01:10
7894         Log: Resolve ansiperl against mainline (@1648?)
7895              Unclear that change number has "taken".
7896      Branch: ansiperl
7897           +> (branch 169 files)
7898            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
7899           !> (integrate 131 files)
7900
7901 ----------------
7902 Version 5.005_50
7903 ----------------
7904
7905 ____________________________________________________________________________
7906 [  1665] By: gsar                                  on 1998/07/26  05:38:48
7907         Log: add trailing newline to file
7908      Branch: perl
7909            ! Changes lib/unicode/blocks.txt
7910 ____________________________________________________________________________
7911 [  1664] By: gsar                                  on 1998/07/26  05:08:48
7912         Log: integrate proto.h additions from maint-5.005
7913      Branch: perl
7914           !> pod/perlhist.pod proto.h
7915 ____________________________________________________________________________
7916 [  1663] By: gsar                                  on 1998/07/26  05:07:05
7917         Log: add new files to MANIFEST; add missing prototypes to proto.h;
7918              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
7919              add typecasts to silence warnings; tweaks for win32 builds
7920      Branch: perl
7921            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
7922            ! win32/Makefile win32/makefile.mk
7923 ____________________________________________________________________________
7924 [  1662] By: gsar                                  on 1998/07/26  05:01:52
7925         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
7926      Branch: maint-5.005/perl
7927            ! pod/perlhist.pod proto.h
7928 ____________________________________________________________________________
7929 [  1661] By: gsar                                  on 1998/07/26  02:52:48
7930         Log: up patchlevel to 5.005_50
7931      Branch: perl
7932            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7933            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7934 ____________________________________________________________________________
7935 [  1660] By: gsar                                  on 1998/07/26  02:43:57
7936         Log: integrate utfperl
7937      Branch: perl
7938           +> (branch 162 files)
7939           !> (integrate 29 files)
7940 ____________________________________________________________________________
7941 [  1659] By: gsar                                  on 1998/07/26  02:38:22
7942         Log: integrate maint-5.005 changes
7943      Branch: perl
7944           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
7945           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
7946           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
7947           !> vms/descrip_mms.template vms/subconfigure.com
7948 ____________________________________________________________________________
7949 [  1658] By: gsar                                  on 1998/07/26  02:23:46
7950         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
7951              Date: Fri, 24 Jul 1998 11:38:25 -0700
7952              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
7953              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
7954              --
7955              Date: Fri, 24 Jul 1998 12:30:36 -0700
7956              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
7957              Subject: [PATCH 5.005]Tweaks to README.vms
7958              --
7959              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
7960              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
7961              Subject: [PATCH 5.005] Final build cleanup patch
7962      Branch: maint-5.005/perl
7963            ! README.vms vms/descrip_mms.template vms/subconfigure.com
7964 ____________________________________________________________________________
7965 [  1657] By: gsar                                  on 1998/07/26  02:19:50
7966         Log: another platform where pp_sselect() needs a whole fd_set buffer
7967              From: Lupe Christoph <lupe@alanya.m.isar.de>
7968              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
7969              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
7970              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
7971      Branch: maint-5.005/perl
7972            ! pp_sys.c
7973 ____________________________________________________________________________
7974 [  1656] By: gsar                                  on 1998/07/26  02:12:46
7975         Log: fix problem building modules on dos-djgpp
7976              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7977              Date: Sat, 25 Jul 1998 00:53:39 +0200
7978              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
7979              Subject: [PATCH 5.005] dos-djgpp and modules problem
7980      Branch: maint-5.005/perl
7981            ! djgpp/fixpmain
7982 ____________________________________________________________________________
7983 [  1655] By: gsar                                  on 1998/07/26  02:11:09
7984         Log: From: Tom Spindler <dogcow@home.merit.edu>
7985              Date: Wed, 22 Jul 1998 16:11:07 -0400
7986              Message-ID: <19980722161107.A16813@home.merit.edu>
7987              Subject: [PATCH 5.005] BeOS tweak
7988      Branch: maint-5.005/perl
7989            ! hints/beos.sh
7990 ____________________________________________________________________________
7991 [  1654] By: gsar                                  on 1998/07/26  02:09:29
7992         Log: various pod tweaks
7993      Branch: maint-5.005/perl
7994            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
7995            ! pod/perltoc.pod
7996 ____________________________________________________________________________
7997 [  1653] By: gsar                                  on 1998/07/26  02:05:46
7998         Log: fix emacs/ptags for PL_* changes
7999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8000              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
8001              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
8002              Subject: [PATCH 5.004_76] Yet better ptags
8003      Branch: maint-5.005/perl
8004            ! emacs/ptags
8005 ____________________________________________________________________________
8006 [  1652] By: gsar                                  on 1998/07/26  02:03:01
8007         Log: fix behavior of <=> on bigints
8008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8009              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
8010              Date: Fri, 24 Jul 1998 18:29:53 +0100
8011              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
8012      Branch: maint-5.005/perl
8013            ! lib/Math/BigInt.pm t/lib/bigintpm.t
8014 ____________________________________________________________________________
8015 [  1651] By: larry                                 on 1998/07/24  05:44:33
8016         Log: Here are the long-expected Unicode/UTF-8 modifications.
8017      Branch: utfperl
8018            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
8019            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
8020            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
8021            + lib/unicode/Decomposition.pl
8022            + lib/unicode/In/AlphabeticPresentationForms.pl
8023            + lib/unicode/In/Arabic.pl
8024            + lib/unicode/In/ArabicPresentationForms-A.pl
8025            + lib/unicode/In/ArabicPresentationForms-B.pl
8026            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8027            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8028            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8029            + lib/unicode/In/BoxDrawing.pl
8030            + lib/unicode/In/CJKCompatibility.pl
8031            + lib/unicode/In/CJKCompatibilityForms.pl
8032            + lib/unicode/In/CJKCompatibilityIdeographs.pl
8033            + lib/unicode/In/CJKSymbolsandPunctuation.pl
8034            + lib/unicode/In/CJKUnifiedIdeographs.pl
8035            + lib/unicode/In/CombiningDiacriticalMarks.pl
8036            + lib/unicode/In/CombiningHalfMarks.pl
8037            + lib/unicode/In/CombiningMarksforSymbols.pl
8038            + lib/unicode/In/ControlPictures.pl
8039            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8040            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8041            + lib/unicode/In/EnclosedAlphanumerics.pl
8042            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
8043            + lib/unicode/In/GeneralPunctuation.pl
8044            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8045            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8046            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8047            + lib/unicode/In/HalfwidthandFullwidthForms.pl
8048            + lib/unicode/In/HangulCompatibilityJamo.pl
8049            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8050            + lib/unicode/In/Hebrew.pl
8051            + lib/unicode/In/HighPrivateUseSurrogates.pl
8052            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8053            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
8054            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8055            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
8056            + lib/unicode/In/LatinExtended-A.pl
8057            + lib/unicode/In/LatinExtended-B.pl
8058            + lib/unicode/In/LatinExtendedAdditional.pl
8059            + lib/unicode/In/LetterlikeSymbols.pl
8060            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8061            + lib/unicode/In/MathematicalOperators.pl
8062            + lib/unicode/In/MiscellaneousSymbols.pl
8063            + lib/unicode/In/MiscellaneousTechnical.pl
8064            + lib/unicode/In/NumberForms.pl
8065            + lib/unicode/In/OpticalCharacterRecognition.pl
8066            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8067            + lib/unicode/In/SmallFormVariants.pl
8068            + lib/unicode/In/SpacingModifierLetters.pl
8069            + lib/unicode/In/Specials.pl
8070            + lib/unicode/In/SuperscriptsandSubscripts.pl
8071            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
8072            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8073            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8074            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
8075            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
8076            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
8077            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
8078            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
8079            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
8080            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
8081            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
8082            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
8083            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
8084            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
8085            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
8086            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
8087            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
8088            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
8089            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
8090            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
8091            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
8092            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
8093            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
8094            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
8095            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
8096            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
8097            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
8098            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
8099            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
8100            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
8101            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
8102            + lib/unicode/JamoShort.pl lib/unicode/Makefile
8103            + lib/unicode/Name.pl lib/unicode/Number.pl
8104            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
8105            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
8106            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
8107            + lib/unicode/blocks.txt lib/unicode/index2.txt
8108            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
8109            + lib/unicode/names2.txt lib/unicode/props2.txt
8110            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
8111            + utf8.c utf8.h
8112            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
8113            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
8114            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
8115            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
8116            ! t/op/vec.t toke.c util.c vms/vmsish.h
8117 ____________________________________________________________________________
8118 [  1650] By: gsar                                  on 1998/07/24  04:06:48
8119         Log: create utfperl branch
8120      Branch: utfperl
8121           +> (branch 1079 files)
8122 ____________________________________________________________________________
8123 [  1649] By: gsar                                  on 1998/07/24  03:56:56
8124         Log: create maint-5.005 branch
8125      Branch: maint-5.005/perl
8126           +> (branch 1079 files)
8127 ____________________________________________________________________________
8128 [  1648] By: gsar                                  on 1998/07/24  03:36:35
8129         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
8130      Branch: perl
8131            ! Changes
8132