10d254e7daa4032e976522a2b7f6c801b31ce5af
[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_62        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  4076] By: gsar                                  on 1999/09/04  20:21:59
83         Log: integrate cfgperl contents into mainline
84      Branch: perl
85           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
86           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
87           +> warnings.h warnings.pl xsutils.c
88            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
89           !> (integrate 109 files)
90 ____________________________________________________________________________
91 [  4075] By: jhi                                   on 1999/09/04  18:04:47
92         Log: use integer on the problematic subtest.
93      Branch: cfgperl
94            ! t/op/misc.t
95 ____________________________________________________________________________
96 [  4074] By: jhi                                   on 1999/09/04  17:57:40
97         Log: Warn about numconvert.t in case somebody
98              wants to make sv_2pv more 64-bit aware.
99      Branch: cfgperl
100            ! sv.c
101 ____________________________________________________________________________
102 [  4073] By: jhi                                   on 1999/09/04  17:54:51
103         Log: Comment upgrading: the quad situation isn't quite as
104              bad as it used to be.
105      Branch: cfgperl
106            ! perl.h
107 ____________________________________________________________________________
108 [  4072] By: jhi                                   on 1999/09/04  15:35:37
109         Log: Integrate with Sarathy.
110      Branch: cfgperl
111           !> win32/win32.c
112 ____________________________________________________________________________
113 [  4071] By: jhi                                   on 1999/09/04  15:28:11
114         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
115              
116              From: Robin Barker <rmb1@cise.npl.co.uk>
117              To: perl5-porters@perl.org
118              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
119              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
120              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
121              
122              and later (in private email) found to be dependent
123              on useperlio.
124              
125              Mental note: the cpp magic done in perlsdio.h (and assumedly
126              also in perlsfio.h) may cause trouble later with lfs because
127              both the perlio scheme by Perl and the lfs support by vendors
128              like to play cpp games to map the stdio namespace back and forth.
129              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
130              just the beginning.
131      Branch: cfgperl
132            ! perlio.c
133 ____________________________________________________________________________
134 [  4070] By: jhi                                   on 1999/09/04  13:12:14
135         Log: Enable 64-bit clean bit ops.
136              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
137      Branch: cfgperl
138            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
139            ! t/op/misc.t
140 ____________________________________________________________________________
141 [  4069] By: jhi                                   on 1999/09/03  21:17:30
142         Log: Turn on USE_64_BIT_OFFSETS implicitly.
143      Branch: cfgperl
144            ! perl.h
145 ____________________________________________________________________________
146 [  4068] By: jhi                                   on 1999/09/03  08:19:59
147         Log: Fix from Spider for the sub attributes (there was an undocumented
148              dependency between force_word() and skipspace()).
149      Branch: cfgperl
150            ! toke.c
151 ____________________________________________________________________________
152 [  4067] By: jhi                                   on 1999/09/01  23:17:06
153         Log: From: John Tobey <spam@john-edwin-tobey.org>
154              To: ilya@math.ohio-state.edu
155              CC: perl5-porters@perl.org
156              Subject: Re: [PATCH 5.005_60] distclean forgot two
157              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
158              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
159      Branch: cfgperl
160            ! t/lib/dprof.t
161 ____________________________________________________________________________
162 [  4066] By: jhi                                   on 1999/09/01  23:14:50
163         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
164              To: perl5-porters@perl.org
165              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
166              Date: Fri, 20 Aug 1999 15:37:27 +0100
167              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
168      Branch: cfgperl
169            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
170            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
171            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
172 ____________________________________________________________________________
173 [  4065] By: jhi                                   on 1999/09/01  22:06:43
174         Log: From: Dominic Dunlop <domo@vo.lu>
175              To: perl5-porters@perl.org
176              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
177              (UNINSTALLED) [PATCH]
178              Date: Thu, 19 Aug 1999 09:48:03 +0200
179              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
180              
181              The PERL_POLLUTE_MALLOC part had to be manually applied.
182      Branch: cfgperl
183            ! hints/machten.sh perl.h
184 ____________________________________________________________________________
185 [  4064] By: jhi                                   on 1999/09/01  13:56:14
186         Log: From: Martin Lichtin <lichtin@bivio.com>
187              To: jhi@iki.fi
188              CC: perl5-porters@perl.org
189              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
190              Date: Wed, 01 Sep 1999 15:50:04 +0200
191              Message-ID: <37CD2F0C.944BFACE@bivio.com>
192      Branch: cfgperl
193            ! lib/ExtUtils/Install.pm
194 ____________________________________________________________________________
195 [  4063] By: jhi                                   on 1999/09/01  13:16:11
196         Log: Enhance lfs tests: check every seek and sysseek
197              and test also that -e and -f detect largefiles.
198      Branch: cfgperl
199            ! t/lib/syslfs.t t/op/lfs.t
200 ____________________________________________________________________________
201 [  4062] By: jhi                                   on 1999/09/01  12:08:04
202         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
203              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
204              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
205              The Perl Porters Mailing List <perl5-porters@perl.org>
206              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
207              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
208              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
209      Branch: cfgperl
210            ! pod/perldiag.pod
211 ____________________________________________________________________________
212 [  4061] By: jhi                                   on 1999/09/01  12:03:03
213         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
214              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
215              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
216              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
217              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
218              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
219      Branch: cfgperl
220            ! op.c t/op/join.t
221 ____________________________________________________________________________
222 [  4060] By: jhi                                   on 1999/09/01  07:59:42
223         Log: IV_DIG and NV_DIG fixes.
224      Branch: cfgperl
225            ! perl.h
226 ____________________________________________________________________________
227 [  4059] By: jhi                                   on 1999/08/31  14:47:18
228         Log: \C{} -> \N{} residue.
229      Branch: cfgperl
230            ! toke.c
231 ____________________________________________________________________________
232 [  4058] By: jhi                                   on 1999/08/31  08:57:35
233         Log: For some odd reason #4056 didn't undo #3922 completely.
234      Branch: cfgperl
235            ! pp.c
236 ____________________________________________________________________________
237 [  4057] By: gsar                                  on 1999/08/30  22:08:19
238         Log: avoid hiding child process window
239      Branch: perl
240            ! win32/win32.c
241 ____________________________________________________________________________
242 [  4056] By: jhi                                   on 1999/08/30  21:36:24
243         Log: Retract #3922 (Rule #1 was invoked).
244              (See also #4058).
245      Branch: cfgperl
246            ! pod/perldiag.pod pp.c regexp.h
247 ____________________________________________________________________________
248 [  4055] By: jhi                                   on 1999/08/30  21:20:50
249         Log: Document the undefinedness of overshifting.
250      Branch: cfgperl
251            ! pod/perlop.pod
252 ____________________________________________________________________________
253 [  4054] By: jhi                                   on 1999/08/30  20:18:18
254         Log: History fixes and updates.
255      Branch: cfgperl
256            ! pod/perlhist.pod
257 ____________________________________________________________________________
258 [  4053] By: jhi                                   on 1999/08/30  19:34:02
259         Log: Shell quoting thinko broke installdirs.
260              From: JVromans@Squirrel.nl (Johan Vromans)
261              To: perl5-porters@perl.org
262              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
263              installprefix
264              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
265              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
266      Branch: cfgperl
267            ! Configure config_h.SH
268      Branch: metaconfig
269            ! U/installdirs/archlib.U U/installdirs/bin.U
270            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
271            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
272            ! U/installdirs/man3dir.U U/installdirs/privlib.U
273            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
274            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
275            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
276            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
277            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
278            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
279            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
280            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
281            ! U/installdirs/vendorscriptdir.U
282 ____________________________________________________________________________
283 [  4052] By: jhi                                   on 1999/08/30  02:57:05
284         Log: Use \N{named characters} instead of \C.
285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
286              To: jhi@iki.fi
287              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
288              perl5-porters@perl.org (Mailing list Perl5)
289              Subject: Re: [PATCH 5.005_58] Named characters in Perl
290              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
291              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
292      Branch: cfgperl
293            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
294            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
295 ____________________________________________________________________________
296 [  4051] By: jhi                                   on 1999/08/30  02:54:20
297         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
298              To: perl5-porters@perl.org
299              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
300              don't mix
301              Date: Sun, 29 Aug 1999 19:04:53 -0400
302              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
303      Branch: cfgperl
304            ! universal.c
305 ____________________________________________________________________________
306 [  4050] By: jhi                                   on 1999/08/29  16:38:58
307         Log: Conditionally socksify the LIBS of Socket.
308      Branch: cfgperl
309            ! ext/Socket/Makefile.PL
310 ____________________________________________________________________________
311 [  4049] By: jhi                                   on 1999/08/29  15:33:30
312         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
313              To: Mailing list Perl5 <perl5-porters@perl.org>
314              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
315              Date: Wed, 25 Aug 1999 16:19:58 -0400
316              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
317      Branch: cfgperl
318            ! lib/perl5db.pl
319 ____________________________________________________________________________
320 [  4048] By: jhi                                   on 1999/08/29  15:31:36
321         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
322              To: perl5-porters@perl.org
323              Subject: [PATCH _61] Lost arguments to simplified sort
324              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
325              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
326      Branch: cfgperl
327            ! op.c t/op/sort.t
328 ____________________________________________________________________________
329 [  4047] By: jhi                                   on 1999/08/29  15:29:29
330         Log: From: Olaf Flebbe <olaf@science-computing.de>
331              Sender: owner-perl5-porters@perl.org
332              To: perl5-porters@perl.org
333              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
334              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
335      Branch: cfgperl
336            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
337            ! epoc/perl.mmp epoc/perl.pkg
338 ____________________________________________________________________________
339 [  4046] By: jhi                                   on 1999/08/29  15:21:18
340         Log: From: pvhp@forte.com (Peter Prymmer)
341              To: perl5-porters@perl.org
342              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
343              Date: Fri, 27 Aug 99 18:51:04 PDT
344              Message-Id: <9908280151.AA05010@forte.com>
345      Branch: cfgperl
346            ! t/lib/cgi-html.t
347 ____________________________________________________________________________
348 [  4045] By: jhi                                   on 1999/08/29  15:18:38
349         Log: Fix scalar gmtime (and localtime) in quad environments,
350              bug reported by Robin Parker.
351              
352              From: Robin Barker <rmb1@cise.npl.co.uk>
353              To: jhi@iki.fi
354              Cc: perl5-porters@perl.org
355              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
356              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
357              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
358      Branch: cfgperl
359            ! pp_sys.c t/op/time.t
360 ____________________________________________________________________________
361 [  4044] By: jhi                                   on 1999/08/29  11:24:03
362         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
363              To: perl5-porters@perl.org (Mailing list Perl5)
364              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
365              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
366              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
367              
368              Addendum: it's "only" 33% speedup.
369      Branch: cfgperl
370            ! dump.c op.c op.h pp.h
371 ____________________________________________________________________________
372 [  4043] By: jhi                                   on 1999/08/29  11:10:33
373         Log: From: spider-perl@Orb.Nashua.NH.US
374              To: Mailing list Perl5 <perl5-porters@perl.org>
375              Subject: [PATCH 5.005_61 CORE] sub : attrlist
376              Date: Sun, 29 Aug 1999 03:02:11 -0400
377              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
378      Branch: cfgperl
379            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
380            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
381            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
382            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
383            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
384            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
385            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
386 ____________________________________________________________________________
387 [  4042] By: jhi                                   on 1999/08/29  11:08:50
388         Log: Turn off gcc-2.95's strict-alias optimization.
389              This, of course, should be only temporary.
390              From Andy Dougherty.
391      Branch: cfgperl
392            ! Configure config_h.SH
393      Branch: metaconfig
394            ! U/compline/ccflags.U U/modified/cc.U
395 ____________________________________________________________________________
396 [  4041] By: jhi                                   on 1999/08/29  10:47:30
397         Log: Fix a typo in #4036.
398      Branch: cfgperl
399            ! mg.c
400 ____________________________________________________________________________
401 [  4040] By: jhi                                   on 1999/08/29  10:34:58
402         Log: Add a missing #endif forgotten by #4035.
403      Branch: cfgperl
404            ! doop.c
405 ____________________________________________________________________________
406 [  4039] By: jhi                                   on 1999/08/29  10:31:19
407         Log: Remove an extra #endif introduced by #4036.
408      Branch: cfgperl
409            ! perl.h
410 ____________________________________________________________________________
411 [  4038] By: jhi                                   on 1999/08/29  10:18:59
412         Log: Rename warning to warnings, from Paul Marquess.
413      Branch: cfgperl
414            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
415            + t/pragma/warnings.t warnings.h warnings.pl
416            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
417            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
418            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
419            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
420            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
421            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
422            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
423            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
424            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
425            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
426            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
427            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
428            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
429 ____________________________________________________________________________
430 [  4037] By: jhi                                   on 1999/08/29  10:08:47
431         Log: Create the equivalence tables based on
432              the real Unicode decomposition, not on
433              the character name.
434      Branch: cfgperl
435            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
436            ! lib/unicode/mktables.PL
437 ____________________________________________________________________________
438 [  4036] By: jhi                                   on 1999/08/29  09:29:08
439         Log: Integrate with Sarathy.
440      Branch: cfgperl
441           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
442           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
443           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
444           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
445           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
446           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
447           !> (integrate 190 files)
448 ____________________________________________________________________________
449 [  4035] By: jhi                                   on 1999/08/29  08:56:15
450         Log: Implement 64-bit vec().
451      Branch: cfgperl
452            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
453            ! pp.h t/op/64bit.t
454 ____________________________________________________________________________
455 [  4034] By: gsar                                  on 1999/08/29  03:35:18
456         Log: deadcode removal
457      Branch: perl
458            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
459            ! pp_ctl.c proto.h run.c sv.c
460 ____________________________________________________________________________
461 [  4033] By: jhi                                   on 1999/08/28  17:31:07
462         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
463              To: perl5-porters@perl.org
464              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
465              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
466              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
467      Branch: cfgperl
468            ! perl.h
469 ____________________________________________________________________________
470 [  4032] By: gsar                                  on 1999/08/26  23:53:33
471         Log: new thread should set current interp in TLS
472      Branch: perl
473            ! ext/Thread/Thread.xs
474 ____________________________________________________________________________
475 [  4031] By: bailey                                on 1999/08/23  03:40:07
476         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
477      Branch: vmsperl
478            ! lib/ExtUtils/MM_VMS.pm
479 ____________________________________________________________________________
480 [  4030] By: bailey                                on 1999/08/23  03:37:43
481         Log: Patch up holes in realclean target
482      Branch: vmsperl
483            ! vms/descrip_mms.template
484 ____________________________________________________________________________
485 [  4029] By: bailey                                on 1999/08/23  03:36:24
486         Log: Fix handling of PERL_POLLUTE
487      Branch: vmsperl
488            ! lib/ExtUtils/MM_VMS.pm
489 ____________________________________________________________________________
490 [  4028] By: bailey                                on 1999/08/23  03:34:08
491         Log: Update VMS version of perly.h
492      Branch: vmsperl
493            ! vms/perly_h.vms
494 ____________________________________________________________________________
495 [  4027] By: bailey                                on 1999/08/23  03:32:45
496         Log: Update dependencies in Descrip.MMS
497      Branch: vmsperl
498            ! vms/descrip_mms.template
499 ____________________________________________________________________________
500 [  4026] By: bailey                                on 1999/08/23  03:30:01
501         Log: Fix prototypes in perlapi.c (64-bit?)
502              Clear prior definition of getenv_len before defining VMS-specific macro
503      Branch: vmsperl
504            ! perlapi.c vms/vmsish.h
505 ____________________________________________________________________________
506 [  4025] By: bailey                                on 1999/08/23  03:25:51
507         Log: Add '-m' option to Configure.com which skips the MANIFEST check
508      Branch: vmsperl
509            ! configure.com
510 ____________________________________________________________________________
511 [  4024] By: bailey                                on 1999/08/23  03:23:34
512         Log: Skip open() tests that rely on Unix fork semantics
513      Branch: vmsperl
514            ! t/io/open.t
515 ____________________________________________________________________________
516 [  4023] By: bailey                                on 1999/08/23  03:21:46
517         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
518      Branch: vmsperl
519            ! vms/gen_shrfls.pl
520 ____________________________________________________________________________
521 [  4022] By: bailey                                on 1999/08/23  03:17:33
522         Log: update MM_VMS to use new File::Spec routines
523      Branch: vmsperl
524            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
525 ____________________________________________________________________________
526 [  4021] By: bailey                                on 1999/08/23  03:13:40
527         Log: byteperl is now part of the ByteLoader ext
528      Branch: vmsperl
529            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
530 ____________________________________________________________________________
531 [  4020] By: bailey                                on 1999/08/23  03:10:41
532         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
533      Branch: vmsperl
534            ! vms/vms.c
535 ____________________________________________________________________________
536 [  4019] By: bailey                                on 1999/08/23  03:07:28
537         Log: Update calls for new thread context handling
538      Branch: vmsperl
539            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
540            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
541 ____________________________________________________________________________
542 [  4018] By: bailey                                on 1999/08/23  03:01:31
543         Log: Allow for file versions in library when looking for .bs files
544      Branch: vmsperl
545            ! ext/DynaLoader/DynaLoader_pm.PL
546 ____________________________________________________________________________
547 [  4017] By: bailey                                on 1999/08/23  02:58:55
548         Log: Update VMS configuration procedures for 5.005_60
549      Branch: vmsperl
550            ! configure.com vms/subconfigure.com
551 ____________________________________________________________________________
552 [  4016] By: gsar                                  on 1999/08/20  22:19:56
553         Log: update Changes
554      Branch: perl
555            ! Changes
556
557 ----------------
558 Version 5.005_61
559 ----------------
560
561 ____________________________________________________________________________
562 [  4015] By: gsar                                  on 1999/08/20  22:17:41
563         Log: perl_free() should use PerlMem_free()
564      Branch: perl
565            ! perl.c
566 ____________________________________________________________________________
567 [  4014] By: gsar                                  on 1999/08/20  22:10:46
568         Log: win32 tweaks
569      Branch: perl
570            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
571            ! win32/config.vc win32/config_H.bc win32/config_H.gc
572            ! win32/config_H.vc
573 ____________________________________________________________________________
574 [  4013] By: gsar                                  on 1999/08/20  22:09:56
575         Log: DEBUG_m() adjusted to internalize dTHX
576      Branch: perl
577            ! malloc.c perl.h util.c
578 ____________________________________________________________________________
579 [  4012] By: gsar                                  on 1999/08/20  17:51:06
580         Log: make autogenerated files writable
581      Branch: perl
582            ! (edit 171 files)
583 ____________________________________________________________________________
584 [  4011] By: gsar                                  on 1999/08/20  17:43:47
585         Log: update Changes
586      Branch: perl
587            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
588 ____________________________________________________________________________
589 [  4010] By: gsar                                  on 1999/08/20  17:21:53
590         Log: up patchlevel &c
591      Branch: perl
592            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
593            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
594 ____________________________________________________________________________
595 [  4009] By: gsar                                  on 1999/08/20  16:46:26
596         Log: add missing Is/Syl*.pl files
597      Branch: perl
598            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
599            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
600            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
601            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
602            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
603            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
604 ____________________________________________________________________________
605 [  4008] By: gsar                                  on 1999/08/20  16:31:02
606         Log: integrate cfgperl contents into mainline
607      Branch: perl
608           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
609           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
610           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
611           +> t/op/lfs.t
612            - lib/unicode/EthiopicSyllables.txt
613            - lib/unicode/MakeEthiopicSyllables.PL
614           !> (integrate 261 files)
615 ____________________________________________________________________________
616 [  4007] By: gsar                                  on 1999/08/20  15:24:08
617         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
618              USE_THREADS and MULTIPLICITY; minor pod adjustments
619      Branch: perl
620            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
621            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
622 ____________________________________________________________________________
623 [  4006] By: jhi                                   on 1999/08/19  19:01:41
624         Log: Tighten the vec() code so that naughty BITS cause an error.
625      Branch: cfgperl
626            ! doop.c
627 ____________________________________________________________________________
628 [  4005] By: jhi                                   on 1999/08/19  15:55:09
629         Log: Don't document ill-defined vec() bits cases
630              (for which the code doesn't work right in any case)
631      Branch: cfgperl
632            ! pod/perldiag.pod pod/perlfunc.pod
633 ____________________________________________________________________________
634 [  4004] By: jhi                                   on 1999/08/19  12:49:41
635         Log: Removed duplicated code (in pp.c and mg.c) by introducing
636              do_vecget().  NOTE: the calling convention of do_vecset()
637              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
638              in pp_vec() is no more multiplied by `size' in pp_vec(),
639              the multiplication is now done in do_vecset().
640              
641              Also fix a cpp thinko in change #4002.
642      Branch: cfgperl
643            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
644            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
645            ! proto.h
646 ____________________________________________________________________________
647 [  4003] By: jhi                                   on 1999/08/18  08:27:22
648         Log: Warn about small spherical distances.
649      Branch: cfgperl
650            ! lib/Math/Trig.pm
651 ____________________________________________________________________________
652 [  4002] By: jhi                                   on 1999/08/17  09:11:51
653         Log: Enhance IV_FITS_IN_IV (though it's still unused).
654      Branch: cfgperl
655            ! perl.h
656 ____________________________________________________________________________
657 [  4001] By: jhi                                   on 1999/08/17  08:13:34
658         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
659              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
660              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
661              Subject: [PATCH] overload.pm str/num confu
662              Date: 17 Aug 1999 08:21:12 +0200
663      Branch: cfgperl
664            ! lib/overload.pm
665 ____________________________________________________________________________
666 [  4000] By: jhi                                   on 1999/08/17  07:20:23
667         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
668              To: perl5-porters@perl.org
669              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
670              Date: 16 Aug 1999 14:24:28 -0700
671              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
672      Branch: cfgperl
673            ! pod/perlobj.pod
674 ____________________________________________________________________________
675 [  3999] By: jhi                                   on 1999/08/16  19:49:09
676         Log: Integrate with Nick.
677      Branch: cfgperl
678           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
679 ____________________________________________________________________________
680 [  3998] By: jhi                                   on 1999/08/16  19:44:29
681         Log: Fix most of the pod2man moanings reported in
682              
683              From: "Larry W. Virden" <lvirden@cas.org>
684              To: perl5-porters@perl.org
685              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
686              (UNINSTALLED)
687              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
688              Message-Id: <199908031935.PAA27692@cas.org>
689              
690              Configure regen'ed.
691      Branch: cfgperl
692            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
693            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
694            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
695            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
696            ! utils/h2xs.PL utils/perlcc.PL
697 ____________________________________________________________________________
698 [  3997] By: jhi                                   on 1999/08/16  19:20:37
699         Log: A fix of sorts for the flush-before-dup scenario.
700      Branch: cfgperl
701            ! doio.c
702 ____________________________________________________________________________
703 [  3996] By: jhi                                   on 1999/08/16  19:14:37
704         Log: More paranoia.
705      Branch: cfgperl
706            ! sv.c
707 ____________________________________________________________________________
708 [  3995] By: jhi                                   on 1999/08/16  18:55:35
709         Log: Batch of small 64-bit/long double/large file support tweaks:
710              - scan for LDBL_DIG
711              - from DBL_DIG and LDBL_DIG select NV_DIG
712              - introduce IVSIZE, UVSIZE, NVSIZE
713              - introduce IV_DIG
714              - remove stdio64
715              - AIX uses `oslevel` when others use `uname -r`
716              - already AIX 4.2 goes 64-bit
717              - in HP-UX require the 64-bit libc, just the directory isn't enough
718              - group ids are not NVs
719              - #undef USE_LONG_DOUBLE if long double is no better than double
720              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
721              - mention large file support in perldelta
722              - introduce quad TOPpin' and POPpin'
723              - the svcat... buffer was tiny for printing quads in %b
724              - fix the multiplication test in 64bit.t
725              - try to make VMS to comply with all this removal and "introducal"
726              of symbols
727      Branch: cfgperl
728            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
729            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
730            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
731      Branch: metaconfig
732            ! U/modified/d_longdbl.U
733      Branch: metaconfig/U/perl
734            + d_ldbl_dig.U
735 ____________________________________________________________________________
736 [  3994] By: jhi                                   on 1999/08/16  07:53:44
737         Log: More Configure/subconfigure.com syncing.
738      Branch: cfgperl
739            ! vms/subconfigure.com
740 ____________________________________________________________________________
741 [  3993] By: jhi                                   on 1999/08/14  22:09:26
742         Log: Remove from VMS what the change #3982 took away from Configure lands.
743      Branch: cfgperl
744            ! vms/subconfigure.com
745 ____________________________________________________________________________
746 [  3992] By: jhi                                   on 1999/08/14  13:29:13
747         Log: Small test tweaks.
748      Branch: cfgperl
749            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
750 ____________________________________________________________________________
751 [  3991] By: jhi                                   on 1999/08/14  13:08:41
752         Log: Augment filesize limit note.
753      Branch: cfgperl
754            ! doio.c
755 ____________________________________________________________________________
756 [  3990] By: jhi                                   on 1999/08/14  13:06:12
757         Log: Note about filesize limits.
758      Branch: cfgperl
759            ! doio.c pp_sys.c
760 ____________________________________________________________________________
761 [  3989] By: jhi                                   on 1999/08/14  11:31:58
762         Log: Catch the case of filesize limits.
763      Branch: cfgperl
764            ! t/lib/syslfs.t t/op/lfs.t
765 ____________________________________________________________________________
766 [  3988] By: nick                                  on 1999/08/14  09:20:58
767         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
768              this causes a POPSTACK panic. The problem seems to be that although
769              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
770              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
771              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
772              messing with CATCH_SET() in call_sv, use it in perl_vdie().
773              Add test to op/eval.t which will fail (panic) if bug comes back.
774              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
775      Branch: perl
776            ! cop.h perl.c t/op/eval.t util.c
777 ____________________________________________________________________________
778 [  3987] By: jhi                                   on 1999/08/13  23:57:52
779         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
780              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
781              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
782              Date: Fri, 13 Aug 1999 17:42:47 -0500
783              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
784      Branch: cfgperl
785            ! lib/ExtUtils/MM_VMS.pm
786 ____________________________________________________________________________
787 [  3986] By: jhi                                   on 1999/08/13  23:56:44
788         Log: Don't quit before printing out the message.
789      Branch: cfgperl
790            ! t/lib/syslfs.t t/op/lfs.t
791 ____________________________________________________________________________
792 [  3985] By: jhi                                   on 1999/08/13  23:35:49
793         Log: Remove more t/ trash on target "clean".
794      Branch: cfgperl
795            ! Makefile.SH
796 ____________________________________________________________________________
797 [  3984] By: jhi                                   on 1999/08/13  23:02:53
798         Log: Avoid double long double. 
799      Branch: cfgperl
800            ! Configure config_h.SH
801      Branch: metaconfig/U/perl
802            ! uselongdbl.U
803 ____________________________________________________________________________
804 [  3983] By: jhi                                   on 1999/08/13  22:59:56
805         Log: BYTEORDER fix.
806      Branch: cfgperl
807            ! Configure config_h.SH
808      Branch: metaconfig
809            ! U/compline/byteorder.U
810 ____________________________________________________________________________
811 [  3982] By: jhi                                   on 1999/08/13  22:48:40
812         Log: Jumbo Configure and large file support update.
813              Remove a lot of unneeded 64-bitness cruft;
814              re-introduce BYTEORDER; update 64-bitness hints;
815              lfs should now work in Solaris; long doubles in AIX.
816      Branch: cfgperl
817            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
818            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
819            ! perlsdio.h pp.h pp_sys.c
820      Branch: metaconfig
821            ! U/compline/byteorder.U U/compline/ccflags.U
822      Branch: metaconfig/U/perl
823            ! d_dlsymun.U io64.U uselongdbl.U
824 ____________________________________________________________________________
825 [  3981] By: jhi                                   on 1999/08/13  15:11:51
826         Log: Retract change #3977 (do_open9() adds O_LARGEFILE automagically).
827      Branch: cfgperl
828            ! t/lib/syslfs.t
829 ____________________________________________________________________________
830 [  3980] By: jhi                                   on 1999/08/13  15:09:11
831         Log: Introduce HAS_LLSEEK.
832      Branch: cfgperl
833            ! Configure config_h.SH perl.h
834 ____________________________________________________________________________
835 [  3979] By: jhi                                   on 1999/08/13  14:29:47
836         Log: From: <dan@sidhe.org>
837              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
838              sarathy@activestate.com
839              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
840              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
841              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
842      Branch: cfgperl
843            ! vms/vms.c
844 ____________________________________________________________________________
845 [  3978] By: jhi                                   on 1999/08/13  09:56:46
846         Log: Make the 64-bit tests more paranoid.
847      Branch: cfgperl
848            ! t/op/64bit.t
849 ____________________________________________________________________________
850 [  3977] By: jhi                                   on 1999/08/13  09:56:25
851         Log: Use O_LARGEFILE if available.
852      Branch: cfgperl
853            ! t/lib/syslfs.t
854 ____________________________________________________________________________
855 [  3976] By: jhi                                   on 1999/08/12  21:49:16
856         Log: IRIX64 needs more -mabi=64 with gcc.
857      Branch: cfgperl
858            ! hints/irix_6.sh
859 ____________________________________________________________________________
860 [  3975] By: jhi                                   on 1999/08/12  21:02:03
861         Log: Reincarnate change #3967, now in more modest form.
862      Branch: cfgperl
863            ! hints/irix_6.sh
864 ____________________________________________________________________________
865 [  3974] By: jhi                                   on 1999/08/12  20:49:36
866         Log: Remove rt from libswanted (I added it many moons ago
867              when I thought it would be useful in Digital UNIX,
868              I was wrong); undo the recent IRIX hints changes,
869              getting rid of one warning brought new ones.
870      Branch: cfgperl
871            ! Configure config_h.SH hints/irix_6.sh
872      Branch: metaconfig
873            ! U/modified/Myinit.U
874 ____________________________________________________________________________
875 [  3973] By: jhi                                   on 1999/08/12  19:42:53
876         Log: st_blocks is in 512 byte blocks.
877      Branch: cfgperl
878            ! t/lib/syslfs.t t/op/lfs.t
879 ____________________________________________________________________________
880 [  3972] By: jhi                                   on 1999/08/12  19:27:31
881         Log: Don't claim defeat too early.
882      Branch: cfgperl
883            ! Configure config_h.SH
884      Branch: metaconfig/U/perl
885            ! longdblfio.U
886 ____________________________________________________________________________
887 [  3971] By: jhi                                   on 1999/08/12  19:24:14
888         Log: IRIX 64-bit hint tweak. 
889      Branch: cfgperl
890            ! hints/irix_6.sh
891 ____________________________________________________________________________
892 [  3970] By: nick                                  on 1999/08/12  19:17:20
893         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
894              tests i.e. RV2AV and RV2HV
895      Branch: perl
896            ! op.c t/pragma/warn/op
897 ____________________________________________________________________________
898 [  3969] By: jhi                                   on 1999/08/12  19:06:17
899         Log: Add Configure -Duselongdouble and add a missing semicolon.
900      Branch: cfgperl
901            ! Configure config_h.SH sv.c
902      Branch: metaconfig/U/perl
903            + uselongdbl.U
904 ____________________________________________________________________________
905 [  3968] By: jhi                                   on 1999/08/12  18:46:00
906         Log: Simply exit() early if lfs support seems unlikely.
907      Branch: cfgperl
908            ! t/lib/syslfs.t t/op/lfs.t
909 ____________________________________________________________________________
910 [  3967] By: jhi                                   on 1999/08/12  18:44:05
911         Log: Suffer silently for unused libraries.
912      Branch: cfgperl
913            ! hints/irix_6.sh
914 ____________________________________________________________________________
915 [  3966] By: jhi                                   on 1999/08/12  13:18:44
916         Log: Update MANIFEST to follow change #3965.
917      Branch: cfgperl
918            ! MANIFEST
919 ____________________________________________________________________________
920 [  3965] By: jhi                                   on 1999/08/12  13:15:38
921         Log: Regenerate Unicode tables based on new syllable lists
922              from Daniel Yacob.
923      Branch: cfgperl
924            ! (edit 159 files)
925 ____________________________________________________________________________
926 [  3964] By: jhi                                   on 1999/08/12  10:06:24
927         Log: Remove more spurious casting.
928      Branch: cfgperl
929            ! pp_sys.c
930 ____________________________________________________________________________
931 [  3963] By: jhi                                   on 1999/08/12  08:18:53
932         Log: Minor niggles on the lfs tests.
933      Branch: cfgperl
934            ! t/lib/syslfs.t t/op/lfs.t
935 ____________________________________________________________________________
936 [  3962] By: jhi                                   on 1999/08/11  22:48:25
937         Log: Don't bother with lfs testing if off_t is too small.
938      Branch: cfgperl
939            ! t/lib/syslfs.t t/op/lfs.t
940 ____________________________________________________________________________
941 [  3961] By: jhi                                   on 1999/08/11  22:22:54
942         Log: Long double patches from Dan Sugalski.
943      Branch: cfgperl
944            ! sv.c
945 ____________________________________________________________________________
946 [  3960] By: jhi                                   on 1999/08/11  22:17:55
947         Log: Flush buffer before duplicating file descriptor.
948              
949              From: Mark-Jason Dominus <mjd@plover.com>
950              To: Graham Barr <gbarr@pobox.com>
951              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
952              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
953              Date: Wed, 11 Aug 1999 15:56:09 -0400
954              Message-ID: <19990811195610.5933.qmail@plover.com>
955              
956              From: Mark-Jason Dominus <mjd@plover.com>
957              To: perl5-porters@perl.org
958              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
959              Date: Wed, 11 Aug 1999 16:05:46 -0400
960              Message-ID: <19990811200546.6165.qmail@plover.com>
961      Branch: cfgperl
962            ! doio.c pod/perldelta.pod
963 ____________________________________________________________________________
964 [  3959] By: jhi                                   on 1999/08/11  22:11:35
965         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
966              
967              From: "Craig A. Berry" <craig.berry@metamor.com>
968              Sender: owner-perl5-porters@perl.org
969              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
970              bailey@newman.upenn.edu
971              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
972              problem
973              Date: Wed, 11 Aug 1999 14:31:11 -0500
974              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
975      Branch: cfgperl
976            ! vms/vms.c
977 ____________________________________________________________________________
978 [  3958] By: jhi                                   on 1999/08/11  15:35:45
979         Log: Add a hopefully comforting message if there seems to be no LFS. 
980              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
981              The tests will fail on lfs tests only if quad is available,
982              if ENOQUAD, the lfs tests will be skipped.
983      Branch: cfgperl
984            ! t/lib/syslfs.t t/op/lfs.t
985 ____________________________________________________________________________
986 [  3957] By: jhi                                   on 1999/08/11  12:25:59
987         Log: Unapply an experimental patch that accidentally escaped
988              from the lab by piggybacking with the change #3955.
989      Branch: cfgperl
990            ! pp.c pp.h pp_hot.c
991 ____________________________________________________________________________
992 [  3956] By: jhi                                   on 1999/08/11  08:19:23
993         Log: Add sysio large file support testing.
994      Branch: cfgperl
995            + t/lib/syslfs.t
996            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
997 ____________________________________________________________________________
998 [  3955] By: jhi                                   on 1999/08/10  22:39:11
999         Log: From: <dan@sidhe.org>
1000              To: vmsperl@perl.org, perl5-porters@perl.org,
1001              sarathy@activestate.com, bailey@newman.upenn.edu
1002              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
1003              threads on VMS
1004              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
1005              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
1006      Branch: cfgperl
1007            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
1008            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
1009            ! vms/writemain.pl
1010 ____________________________________________________________________________
1011 [  3954] By: jhi                                   on 1999/08/10  20:37:55
1012         Log: LFS testing robustness.
1013      Branch: cfgperl
1014            ! t/op/lfs.t
1015 ____________________________________________________________________________
1016 [  3953] By: jhi                                   on 1999/08/10  19:54:50
1017         Log: From: <dan@sidhe.org>
1018              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
1019              sarathy@activestate.com
1020              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
1021              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
1022              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
1023      Branch: cfgperl
1024            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
1025            ! vms/subconfigure.com vms/vmsish.h
1026 ____________________________________________________________________________
1027 [  3952] By: jhi                                   on 1999/08/10  17:18:57
1028         Log: AIX is different, again.  Now in cc -E output.
1029      Branch: cfgperl
1030            ! Configure config_h.SH
1031      Branch: metaconfig
1032            ! U/modified/cppstdin.U
1033 ____________________________________________________________________________
1034 [  3951] By: jhi                                   on 1999/08/10  14:37:08
1035         Log: Use Pid_t on pgrp matters.
1036      Branch: cfgperl
1037            ! pp_sys.c
1038 ____________________________________________________________________________
1039 [  3950] By: jhi                                   on 1999/08/10  14:35:30
1040         Log: Use Pid_t.
1041      Branch: cfgperl
1042            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
1043            ! pp_sys.c proto.h util.c
1044 ____________________________________________________________________________
1045 [  3949] By: jhi                                   on 1999/08/10  14:11:15
1046         Log: Use Mode_t.
1047      Branch: cfgperl
1048            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
1049            ! perlapi.h pp_sys.c proto.h
1050 ____________________________________________________________________________
1051 [  3948] By: jhi                                   on 1999/08/10  13:53:19
1052         Log: Small perlbug doc tweaks from Jon Orwant.
1053      Branch: cfgperl
1054            ! utils/perlbug.PL
1055 ____________________________________________________________________________
1056 [  3947] By: jhi                                   on 1999/08/10  09:55:11
1057         Log: Large file support testing.
1058      Branch: cfgperl
1059            + t/op/lfs.t
1060            ! MANIFEST t/op/64bit.t
1061 ____________________________________________________________________________
1062 [  3946] By: jhi                                   on 1999/08/10  09:13:54
1063         Log: Remove I32 casting from time-related functions.
1064      Branch: cfgperl
1065            ! pp_sys.c
1066 ____________________________________________________________________________
1067 [  3945] By: jhi                                   on 1999/08/10  09:06:42
1068         Log: Gratuitous uid and gid casts to I32s and ints removed.
1069              There are still problem spots in printfing such ids:
1070              width (%d vs %ld) and signedness %d vs %u.
1071      Branch: cfgperl
1072            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1073            ! perl.c perlapi.c pp_hot.c proto.h
1074 ____________________________________________________________________________
1075 [  3944] By: jhi                                   on 1999/08/10  07:43:03
1076         Log: Remove I32 casts from pp_stat, these make stat()
1077              very broken e.g. on files larger than 2 gigabytes.
1078              Reported by
1079              From: Phil Lobbes <phil@finchcomputer.com>
1080              To: perl5-porters@perl.org
1081              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
1082              UNIX Perl 5.005_03
1083              Date: Mon, 09 Aug 1999 21:38:54 -0700
1084              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
1085              
1086              There are more of these I32 casts all over pp_sys.c,
1087              all of them should be checked.
1088      Branch: cfgperl
1089            ! pp_sys.c
1090 ____________________________________________________________________________
1091 [  3943] By: jhi                                   on 1999/08/10  07:38:30
1092         Log: Remove blathering.
1093      Branch: cfgperl
1094            ! lib/unicode/mktables.PL
1095 ____________________________________________________________________________
1096 [  3942] By: jhi                                   on 1999/08/09  20:35:13
1097         Log: lexwarn maintenance: new warning class unsafe
1098              subclasses 'overflow' and 'portable' created,
1099              used by the recent integer overflow warnings.
1100              Class syntax subclass 'octal' renamed to 'digit',
1101              binary and hexadecimal parsing errors also 'digit' warnings.
1102      Branch: cfgperl
1103            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
1104            ! util.c warning.h warning.pl
1105 ____________________________________________________________________________
1106 [  3941] By: jhi                                   on 1999/08/09  10:40:47
1107         Log: Integrate with Nick.
1108      Branch: cfgperl
1109           +> opnames.h
1110           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
1111           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
1112 ____________________________________________________________________________
1113 [  3940] By: jhi                                   on 1999/08/09  10:32:43
1114         Log: Regenerate the Unicode tables after having updated the Unicode
1115              database (change #3939).
1116      Branch: cfgperl
1117            ! (edit 157 files)
1118 ____________________________________________________________________________
1119 [  3939] By: jhi                                   on 1999/08/09  10:27:22
1120         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
1121      Branch: cfgperl
1122            ! lib/unicode/UnicodeData-Latest.txt
1123 ____________________________________________________________________________
1124 [  3938] By: jhi                                   on 1999/08/09  10:25:54
1125         Log: Ethiopic changes via private email from Daniel Yacob,
1126              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
1127              Canadian Syllabics and Yi under construction.
1128      Branch: cfgperl
1129            + lib/unicode/syllables.txt
1130            - lib/unicode/EthiopicSyllables.txt
1131            - lib/unicode/MakeEthiopicSyllables.PL
1132            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
1133            ! lib/unicode/mktables.PL
1134 ____________________________________________________________________________
1135 [  3937] By: jhi                                   on 1999/08/09  10:21:51
1136         Log: Move the equivalence class creation last.
1137      Branch: cfgperl
1138            ! lib/unicode/mktables.PL
1139 ____________________________________________________________________________
1140 [  3936] By: jhi                                   on 1999/08/09  10:20:40
1141         Log: Compute equivalence classes (diacritics stripping) only
1142              for letters, not for ligatures.
1143      Branch: cfgperl
1144            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1145            ! lib/unicode/mktables.PL
1146 ____________________________________________________________________________
1147 [  3935] By: nick                                  on 1999/08/08  13:53:57
1148         Log: Will now correctly re-call 
1149              bootstrap "Foo";
1150              if requested. This should allow build on Win32 and other
1151              platforms where you cannot link to loadables directly.
1152      Branch: perl
1153            ! ext/B/B/C.pm
1154 ____________________________________________________________________________
1155 [  3934] By: nick                                  on 1999/08/07  12:23:55
1156         Log: Vishal Bhatia <vishalb@my-deja.com>
1157              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
1158              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
1159      Branch: perl
1160            ! ext/B/B/CC.pm
1161 ____________________________________________________________________________
1162 [  3933] By: nick                                  on 1999/08/07  12:19:46
1163         Log: B::C changes to get simple Tk app. compiling again
1164      Branch: perl
1165            ! ext/B/B/C.pm
1166 ____________________________________________________________________________
1167 [  3932] By: jhi                                   on 1999/08/06  21:17:16
1168         Log: Regen Configure to include change #3915.
1169      Branch: cfgperl
1170            ! Configure config_h.SH
1171 ____________________________________________________________________________
1172 [  3931] By: jhi                                   on 1999/08/06  18:52:57
1173         Log: Todo update.
1174      Branch: cfgperl
1175            ! Todo Todo-5.005 lib/unicode/mktables.PL
1176 ____________________________________________________________________________
1177 [  3930] By: jhi                                   on 1999/08/06  13:13:05
1178         Log: Character class equivalence tables.
1179      Branch: cfgperl
1180            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1181            ! MANIFEST lib/unicode/mktables.PL
1182 ____________________________________________________________________________
1183 [  3929] By: jhi                                   on 1999/08/06  11:59:11
1184         Log: More Fcntl constants.  (This process really needs
1185              to be automated, at least partly, see the Errno extension.)
1186              Now also the SEEK_ constants are available via the Fcntl.
1187              Yes, this is redundant (IO::Seekable and POSIX supply them already),
1188              but now Fcntl is a one-stop shopping mall for all your
1189              file-related constants.    
1190      Branch: cfgperl
1191            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
1192 ____________________________________________________________________________
1193 [  3928] By: jhi                                   on 1999/08/06  08:08:03
1194         Log: Protect against pack/unpack repeat count overflows,
1195              based on:
1196              
1197              From: Nathan Torkington <gnat@frii.com>
1198              To: Brian Keefer <mgomes@cwix.com>
1199              Cc: perl5-porters@perl.org
1200              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
1201              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
1202              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
1203      Branch: cfgperl
1204            ! pod/perldiag.pod pp.c
1205 ____________________________________________________________________________
1206 [  3927] By: jhi                                   on 1999/08/06  07:32:20
1207         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
1208              
1209              From: Nathan Torkington <gnat@frii.com>
1210              To: perl5-porters@perl.org
1211              Subject: Bugfix for my bugfix
1212              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
1213              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
1214      Branch: cfgperl
1215            ! ext/B/B/Assembler.pm
1216 ____________________________________________________________________________
1217 [  3926] By: jhi                                   on 1999/08/05  17:25:19
1218         Log: Fix regex charclass parsing so that bogus ranges
1219              like [0-\d] and [[:word:]-z] are no more allowed.
1220              The anomaly was noticed by Guy Decoux.
1221      Branch: cfgperl
1222            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
1223 ____________________________________________________________________________
1224 [  3925] By: jhi                                   on 1999/08/05  10:31:47
1225         Log: split /^/ deprecation warning should not be on by default.
1226      Branch: cfgperl
1227            ! pp.c
1228 ____________________________________________________________________________
1229 [  3924] By: jhi                                   on 1999/08/05  09:23:00
1230         Log: Warning fix to change #3922.
1231              From: paul.marquess@bt.com
1232              To: ilya@math.ohio-state.edu, gsar@activestate.com
1233              Cc: tchrist@jhereg.perl.com, chaimf@pobox.com, ed@chronos.net,
1234              perl5-porters@perl.org
1235              Subject: RE: [PATCH 5.00557] split /^/
1236              Date: Thu, 5 Aug 1999 09:01:15 +0100
1237              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B23@mbtlipnt02.btlabs.bt.co.uk>
1238      Branch: cfgperl
1239            ! pp.c
1240 ____________________________________________________________________________
1241 [  3923] By: jhi                                   on 1999/08/05  09:16:57
1242         Log: From: paul.marquess@bt.com
1243              To: jhi@iki.fi, paul.marquess@bt.com
1244              Cc: gsar@ActiveState.com, perl5-porters@perl.org
1245              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
1246              Date: Thu, 5 Aug 1999 09:33:14 +0100
1247              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
1248      Branch: cfgperl
1249            ! t/lib/anydbm.t
1250 ____________________________________________________________________________
1251 [  3922] By: jhi                                   on 1999/08/05  08:09:59
1252         Log: Deprecate /^/ implictly meaning /^/m.
1253              
1254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1255              To: Gurusamy Sarathy <gsar@activestate.com>
1256              Cc: Tom Christiansen <tchrist@jhereg.perl.com>, chaimf@pobox.com,
1257              ed@chronos.net, perl5-porters@perl.org
1258              Subject: [PATCH 5.00557] split /^/
1259              Date: Wed, 4 Aug 1999 16:46:57 -0400
1260              Message-ID: <19990804164657.A3776@monk.mps.ohio-state.edu>
1261      Branch: cfgperl
1262            ! pod/perldiag.pod pp.c regexp.h
1263 ____________________________________________________________________________
1264 [  3921] By: jhi                                   on 1999/08/05  08:05:13
1265         Log: From: paul.marquess@bt.com
1266              To: perl5-porters@perl.org
1267              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
1268              randy@theoryx5.uwinnipeg.ca
1269              Subject:  [PATCH 5.005_60] DB_File 1.70
1270              Date: Wed, 4 Aug 1999 23:22:22 +0100
1271              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
1272              
1273              (Replaces change #3917)
1274      Branch: cfgperl
1275            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1276            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1277 ____________________________________________________________________________
1278 [  3920] By: jhi                                   on 1999/08/04  19:02:58
1279         Log: From: Nathan Torkington <gnat@frii.com>
1280              To: perl5-porters@perl.org
1281              Subject: [5.005_60 PATCH] Make B::Bytecode work
1282              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
1283              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
1284      Branch: cfgperl
1285            ! ext/B/B/Assembler.pm
1286 ____________________________________________________________________________
1287 [  3919] By: jhi                                   on 1999/08/04  10:56:26
1288         Log: Update history records.
1289      Branch: cfgperl
1290            ! pod/perlhist.pod
1291 ____________________________________________________________________________
1292 [  3918] By: jhi                                   on 1999/08/04  09:36:13
1293         Log: Minor fixes to linux -Dusethreads -Duseperlio.
1294      Branch: cfgperl
1295            ! perlio.c
1296 ____________________________________________________________________________
1297 [  3917] By: jhi                                   on 1999/08/04  08:13:20
1298         Log: (Replaced by change #3921)
1299              From: paul.marquess@bt.com
1300              To: gsar@activestate.com
1301              Cc: perl5-porters@perl.org
1302              Subject: [PATCH 5.005_60] DB_File 1.69
1303              Date: Tue, 3 Aug 1999 22:55:00 +0100
1304              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
1305      Branch: cfgperl
1306            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1307            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1308 ____________________________________________________________________________
1309 [  3916] By: jhi                                   on 1999/08/04  07:59:05
1310         Log: Introduce the charnames pragma.
1311              
1312              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
1313              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
1314              To: Chip Salzenberg <[11]chip@perlsupport.com>
1315              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
1316              Date: Sat, 31 Jul 1999 05:44:05 -0400
1317              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
1318              
1319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1320              To: Mailing list Perl5 <perl5-porters@perl.org>
1321              Subject: [PATCH 5.005_58] Named characters in Perl
1322              Date: Mon, 2 Aug 1999 19:25:40 -0400
1323              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
1324      Branch: cfgperl
1325            + lib/charnames.pm t/lib/charnames.t
1326            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
1327            ! pod/perlre.pod regcomp.c toke.c
1328 ____________________________________________________________________________
1329 [  3915] By: jhi                                   on 1999/08/03  21:18:49
1330         Log: Support Configure -Dmake=pmake.
1331              Via private email from Andy.
1332              NOTE: assumes "basename" command.
1333      Branch: metaconfig
1334            ! U/modified/Config_sh.U
1335 ____________________________________________________________________________
1336 [  3914] By: jhi                                   on 1999/08/03  21:11:11
1337         Log: The op/filetest.t failed subtest 7 if testing as root.
1338              
1339              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
1340              To: perl5-porters@perl.org
1341              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
1342              Date: Tue, 27 Jul 1999 22:54:05 +0200
1343              Message-Id: <379E1C6D.626DC765@club-internet.fr>
1344      Branch: cfgperl
1345            ! t/op/filetest.t
1346 ____________________________________________________________________________
1347 [  3913] By: jhi                                   on 1999/08/03  21:07:57
1348         Log: Retract #3912, much too many compilation warnings
1349              under Digital UNIX.
1350      Branch: cfgperl
1351            ! doio.c iperlsys.h perl.h perlio.c perlsdio.h perlsfio.h
1352            ! pp_sys.c sv.c
1353 ____________________________________________________________________________
1354 [  3912] By: jhi                                   on 1999/08/03  20:13:59
1355         Log: (Retracted).  See #3913.
1356              
1357              From: Sven Verdoolaege <skimo@kotnet.org>
1358              To: perl5-porters@perl.org
1359              Subject: [ID 19990803.003] Not OK: perl 5.00560 on i586-linux-thread
1360              2.1.125 [PATCH]
1361              Date: Tue, 3 Aug 1999 13:14:07 +0200
1362              Message-Id: <19990803131407.A30911@pool.kotnet.org>
1363      Branch: cfgperl
1364            ! doio.c iperlsys.h perl.h perlio.c perlsdio.h perlsfio.h
1365            ! pp_sys.c sv.c
1366 ____________________________________________________________________________
1367 [  3911] By: jhi                                   on 1999/08/03  19:52:38
1368         Log: The "-Dusethreads -Duseperlio" combination failed.
1369              
1370              From: Spider Boardman <spider@leggy.zk3.dec.com>
1371              To: perl5-porters@perl.org
1372              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
1373              4.0 (UNINSTALLED)
1374              Date: Tue, 3 Aug 1999 14:25:00 -0400
1375              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
1376              
1377              See also change #3912.
1378      Branch: cfgperl
1379            ! perlio.c
1380 ____________________________________________________________________________
1381 [  3910] By: jhi                                   on 1999/08/03  10:44:24
1382         Log: From: Chris Nandor <pudge@pobox.com>
1383              To: perl5-porters@perl.org
1384              Subject: [PATCH 5.005_58] perlbug.PL 1.27
1385              Date: Wed, 28 Jul 1999 23:42:49 -0400
1386              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
1387      Branch: cfgperl
1388            ! utils/perlbug.PL
1389 ____________________________________________________________________________
1390 [  3909] By: jhi                                   on 1999/08/03  10:41:04
1391         Log: Hints for building ByteLoader in SunoS.  Based on
1392              From: Andy Dougherty <doughera@lafayette.edu>
1393              To: Gurusamy Sarathy <gsar@activestate.com>
1394              Cc: Perl Porters <perl5-porters@perl.org>
1395              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
1396              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
1397              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
1398      Branch: cfgperl
1399            + ext/ByteLoader/hints/sunos.pl
1400            ! MANIFEST ext/ByteLoader/ByteLoader.xs
1401 ____________________________________________________________________________
1402 [  3908] By: jhi                                   on 1999/08/03  09:29:22
1403         Log: Clarify RE engine code; inline a static function to a macro;
1404              make exact string nodes smaller.
1405              
1406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1407              To: perl5-porters@perl.org (Mailing list Perl5)
1408              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
1409              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
1410              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
1411      Branch: cfgperl
1412            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
1413            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
1414            ! regnodes.h warning.h
1415 ____________________________________________________________________________
1416 [  3907] By: jhi                                   on 1999/08/03  08:11:49
1417         Log: 5_59 configured with -Dd_bincompat5005 can't be made
1418              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
1419              
1420              From: Spider Boardman <spider@leggy.zk3.dec.com>
1421              To: perl5-porters@perl.org
1422              Subject: [ID 19990802.016] Not OK: perl 5.00559
1423              Date: Mon, 2 Aug 1999 16:11:13 -0400
1424              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
1425      Branch: cfgperl
1426            ! embed.pl
1427 ____________________________________________________________________________
1428 [  3906] By: jhi                                   on 1999/08/03  07:48:59
1429         Log: Change #3790 redemption: with a little additional
1430              patch from Ilya it works okay.
1431      Branch: cfgperl
1432            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1433            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
1434 ____________________________________________________________________________
1435 [  3905] By: gsar                                  on 1999/08/02  21:03:23
1436         Log: this will be 5.005_60
1437      Branch: perl
1438            ! Changes
1439
1440 ----------------
1441 Version 5.005_60
1442 ----------------
1443
1444 ____________________________________________________________________________
1445 [  3904] By: gsar                                  on 1999/08/02  20:30:23
1446         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1447              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
1448              regen headers
1449      Branch: perl
1450            ! embed.h embed.pl global.sym opcode.h perlapi.c
1451 ____________________________________________________________________________
1452 [  3903] By: gsar                                  on 1999/08/02  20:26:07
1453         Log: native int pack/unpack fixes (from Spider Boardman
1454              <spider@leggy.zk3.dec.com>)
1455      Branch: perl
1456            ! pp.c
1457 ____________________________________________________________________________
1458 [  3902] By: gsar                                  on 1999/08/02  20:24:41
1459         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
1460              <spider@leggy.zk3.dec.com>)
1461      Branch: perl
1462            + opnames.h
1463            ! Changes MANIFEST opcode.pl perl.h
1464 ____________________________________________________________________________
1465 [  3901] By: gsar                                  on 1999/08/02  18:51:18
1466         Log: integrate cfgperl contents
1467      Branch: perl
1468           !> INSTALL README pod/perldelta.pod
1469 ____________________________________________________________________________
1470 [  3900] By: jhi                                   on 1999/08/02  18:46:21
1471         Log: Update README and INSTALL; partly based on the message
1472              
1473              From: "John L. Allen" <allen@grumman.com>
1474              To: Jarkko Hietaniemi <jhi@iki.fi>
1475              cc: perl5-porters@perl.org
1476              Subject: Re: Perl Installation Problem
1477              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
1478              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
1479              
1480              and private email from Andy Dougherty.
1481      Branch: cfgperl
1482            ! INSTALL README
1483 ____________________________________________________________________________
1484 [  3899] By: jhi                                   on 1999/08/02  18:36:35
1485         Log: Integrate with Sarathy.
1486      Branch: cfgperl
1487           !> op.c
1488 ____________________________________________________________________________
1489 [  3898] By: jhi                                   on 1999/08/02  18:34:49
1490         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
1491      Branch: cfgperl
1492            ! pod/perldelta.pod
1493 ____________________________________________________________________________
1494 [  3897] By: gsar                                  on 1999/08/02  18:18:37
1495         Log: optimizations could sometimes bypass bareword check
1496      Branch: perl
1497            ! op.c
1498 ____________________________________________________________________________
1499 [  3896] By: jhi                                   on 1999/08/02  18:18:34
1500         Log: Integrate with Sarathy.
1501      Branch: cfgperl
1502           !> Changes makedef.pl patchlevel.h win32/Makefile
1503           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1504           !> win32/makefile.mk
1505 ____________________________________________________________________________
1506 [  3895] By: gsar                                  on 1999/08/02  17:22:40
1507         Log: up patchlevel etc.
1508      Branch: perl
1509            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1510            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1511 ____________________________________________________________________________
1512 [  3894] By: gsar                                  on 1999/08/02  17:12:31
1513         Log: integrate change#3893, make it conditional on bincompat5005
1514      Branch: perl
1515            ! makedef.pl
1516 ____________________________________________________________________________
1517 [  3893] By: jhi                                   on 1999/08/02  16:49:08
1518         Log: PERL_BINCOMPAT_5005 symbol translation.
1519              (AIX wouldn't link neither perl nor extensions.)
1520      Branch: cfgperl
1521            ! makedef.pl
1522 ____________________________________________________________________________
1523 [  3892] By: gsar                                  on 1999/08/02  16:09:13
1524         Log: integrate cfgperl contents into mainline
1525      Branch: perl
1526           +> t/op/64bit.t
1527            ! Changes
1528           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
1529           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
1530           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
1531 ____________________________________________________________________________
1532 [  3891] By: jhi                                   on 1999/08/02  14:52:40
1533         Log: AIX long long probing requires LL suffix for
1534              the ll constant.  The suffix doesn't seem
1535              to bother other ll platforms.
1536      Branch: cfgperl
1537            ! Configure config_h.SH hints/aix.sh
1538      Branch: metaconfig/U/perl
1539            ! quadfio.U
1540 ____________________________________________________________________________
1541 [  3890] By: jhi                                   on 1999/08/02  14:21:55
1542         Log: Exact path to perl for open -|.
1543      Branch: cfgperl
1544            ! t/io/open.t
1545 ____________________________________________________________________________
1546 [  3889] By: jhi                                   on 1999/08/02  14:18:03
1547         Log: Integrate with Sarathy.
1548      Branch: cfgperl
1549           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
1550           !> win32/Makefile win32/config_H.bc win32/config_H.gc
1551           !> win32/config_H.vc win32/makefile.mk win32/win32.c
1552 ____________________________________________________________________________
1553 [  3888] By: jhi                                   on 1999/08/02  14:14:29
1554         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
1555      Branch: cfgperl
1556            ! hints/aix.sh
1557 ____________________________________________________________________________
1558 [  3887] By: jhi                                   on 1999/08/02  12:53:10
1559         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1560              emacs code indentation doesn't get wrong ideas--
1561              in other words, introduce a couple of "redundant" if:s.
1562      Branch: cfgperl
1563            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
1564            ! util.c
1565 ____________________________________________________________________________
1566 [  3886] By: jhi                                   on 1999/08/02  12:43:16
1567         Log: Mention that also *BSD systems with glibc are known to stumble.
1568      Branch: cfgperl
1569            ! t/pragma/warn/pp_hot
1570 ____________________________________________________________________________
1571 [  3885] By: jhi                                   on 1999/08/02  12:34:15
1572         Log: Allow also non-long long but still quad platforms print quads.
1573      Branch: cfgperl
1574            ! Configure config_h.SH
1575      Branch: metaconfig/U/perl
1576            ! longdblfio.U quadfio.U
1577 ____________________________________________________________________________
1578 [  3884] By: jhi                                   on 1999/08/02  11:56:14
1579         Log: Fix regclass utf8 hex ranges for quads.
1580      Branch: cfgperl
1581            ! regcomp.c
1582 ____________________________________________________________________________
1583 [  3883] By: jhi                                   on 1999/08/02  11:42:14
1584         Log: Enhance the description of how to detect quad support.
1585      Branch: cfgperl
1586            ! pod/perlfunc.pod
1587 ____________________________________________________________________________
1588 [  3882] By: jhi                                   on 1999/08/02  11:22:19
1589         Log: Fix printf %D %U %O for quads.
1590      Branch: cfgperl
1591            ! sv.c t/op/64bit.t
1592 ____________________________________________________________________________
1593 [  3881] By: jhi                                   on 1999/08/02  11:16:12
1594         Log: Document quad printing.
1595      Branch: cfgperl
1596            ! pod/perlfunc.pod
1597 ____________________________________________________________________________
1598 [  3880] By: jhi                                   on 1999/08/02  10:32:01
1599         Log: More 64-bit fixing.  One known bug of that kind
1600              remains, 32-bit platforms using long long in
1601              the test t/pragma/utf8 subtests 1-3 fail.
1602              (Update: change    #3884 fixed that one.)
1603      Branch: cfgperl
1604            + t/op/64bit.t
1605            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
1606
1607 ----------------
1608 Version 5.005_59
1609 ----------------
1610
1611 ____________________________________________________________________________
1612 [  3879] By: gsar                                  on 1999/08/02  08:18:58
1613         Log: integrate cfgperl changes into mainline
1614      Branch: perl
1615           !> Configure config_h.SH sv.c
1616 ____________________________________________________________________________
1617 [  3878] By: gsar                                  on 1999/08/02  08:13:16
1618         Log: change#3692 had an unintentional patch leak through!
1619              (this would explain the mysterious C<next LABEL> failures
1620              people have seen)
1621      Branch: perl
1622            ! pp_ctl.c
1623 ____________________________________________________________________________
1624 [  3877] By: gsar                                  on 1999/08/02  08:00:29
1625         Log: up patchlevel to 59
1626      Branch: perl
1627            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1628            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1629            ! win32/makefile.mk
1630 ____________________________________________________________________________
1631 [  3876] By: gsar                                  on 1999/08/02  07:51:18
1632         Log: fix coredump under usethreads+debug
1633      Branch: perl
1634            ! util.c
1635 ____________________________________________________________________________
1636 [  3875] By: jhi                                   on 1999/08/02  07:50:51
1637         Log: d_bincompat5005 could be left empty.
1638      Branch: cfgperl
1639            ! Configure config_h.SH
1640      Branch: metaconfig/U/perl
1641            ! bincompat5005.U
1642 ____________________________________________________________________________
1643 [  3874] By: jhi                                   on 1999/08/02  07:42:45
1644         Log: Fix printf %d when IV is quad.
1645      Branch: cfgperl
1646            ! sv.c
1647 ____________________________________________________________________________
1648 [  3873] By: gsar                                  on 1999/08/02  07:41:03
1649         Log: fix d_bincompat5005='' junking config.h
1650      Branch: perl
1651            ! Configure
1652 ____________________________________________________________________________
1653 [  3872] By: gsar                                  on 1999/08/02  07:38:48
1654         Log: C needs parameter list, not merely type
1655      Branch: perl
1656            ! win32/win32.c
1657 ____________________________________________________________________________
1658 [  3871] By: jhi                                   on 1999/08/02  07:20:51
1659         Log: Integrate with Sarathy.
1660      Branch: cfgperl
1661           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
1662 ____________________________________________________________________________
1663 [  3870] By: gsar                                  on 1999/08/02  07:12:18
1664         Log: integrate cfgperl changes into mainline
1665      Branch: perl
1666            ! Changes
1667           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1668           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
1669           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
1670           !> toke.c util.c
1671 ____________________________________________________________________________
1672 [  3869] By: gsar                                  on 1999/08/02  06:59:09
1673         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1674              Date: Sat, 31 Jul 1999 19:08:33 -0700
1675              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
1676              Subject: [PATCH 5.005_58] "use constant" in the compiler
1677      Branch: perl
1678            ! ext/B/B/C.pm ext/B/B/CC.pm
1679 ____________________________________________________________________________
1680 [  3868] By: gsar                                  on 1999/08/02  06:55:51
1681         Log: debug build tweak
1682      Branch: perl
1683            ! regexec.c
1684 ____________________________________________________________________________
1685 [  3867] By: gsar                                  on 1999/08/02  06:35:18
1686         Log: create vmsperl branch (to be owned and operated by: cbailey)
1687      Branch: vmsperl
1688           +> (branch 1476 files)
1689 ____________________________________________________________________________
1690 [  3866] By: jhi                                   on 1999/08/01  23:34:40
1691         Log: so_locations once is enough.
1692      Branch: cfgperl
1693            ! Makefile.SH
1694 ____________________________________________________________________________
1695 [  3865] By: jhi                                   on 1999/08/01  23:13:05
1696         Log: Simplicate duplicated code.
1697      Branch: cfgperl
1698            ! util.c
1699 ____________________________________________________________________________
1700 [  3864] By: jhi                                   on 1999/08/01  22:41:41
1701         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
1702      Branch: cfgperl
1703           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
1704           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
1705            - README.cygwin32 cygwin32/Makefile.SHs
1706            - cygwin32/build-instructions.READFIRST
1707            - cygwin32/build-instructions.charles-wilson
1708            - cygwin32/build-instructions.sebastien-barre
1709            - cygwin32/build-instructions.steven-morlock
1710            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
1711            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
1712            - hints/cygwin32.sh
1713           !> (integrate 61 files)
1714 ____________________________________________________________________________
1715 [  3863] By: jhi                                   on 1999/08/01  22:36:02
1716         Log: Regen Configure and Glossary once again.
1717      Branch: cfgperl
1718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1719            ! config_h.SH
1720 ____________________________________________________________________________
1721 [  3862] By: jhi                                   on 1999/08/01  22:26:09
1722         Log: Glossary update for #3861.
1723      Branch: cfgperl
1724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1725            ! config_h.SH
1726 ____________________________________________________________________________
1727 [  3861] By: jhi                                   on 1999/08/01  22:22:51
1728         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
1729              with -Duse64bits (using long long).
1730              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
1731              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
1732              'print unpack "q", pack "q", 12345678901'
1733              should work on such 32-bit platforms.
1734              Still a lot of printf()s behind -D which wrongly assume
1735              that %ld/%lx and (long) are a good combination.
1736              Introducing a slew of new macros intended to be used in printf()
1737              format strings: e. g. PERL_PRId64 is the string to be used
1738              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
1739              The PRI... naming follows the C9X naming of <inttypes.h> macros.
1740      Branch: cfgperl
1741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1742            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
1743            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
1744      Branch: metaconfig/U/perl
1745            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
1746 ____________________________________________________________________________
1747 [  3860] By: gsar                                  on 1999/08/01  21:23:18
1748         Log: integrate cfgperl contents into mainline
1749      Branch: perl
1750            ! toke.c
1751           !> (integrate 29 files)
1752 ____________________________________________________________________________
1753 [  3859] By: gsar                                  on 1999/08/01  21:13:09
1754         Log: From: Nathan Torkington <gnat@frii.com>
1755              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
1756              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
1757              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
1758      Branch: perl
1759            ! ext/B/B/Disassembler.pm
1760 ____________________________________________________________________________
1761 [  3858] By: gsar                                  on 1999/08/01  21:09:15
1762         Log: DB_File 1.68 update from Paul Marquess
1763      Branch: perl
1764            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1765            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1766            ! t/lib/db-recno.t
1767 ____________________________________________________________________________
1768 [  3857] By: gsar                                  on 1999/08/01  21:05:54
1769         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1770              Date: Sat, 31 Jul 1999 05:13:38 -0400
1771              Message-Id: <199907311407.IAA25038@localhost.frii.com>
1772              Subject: [PATCH 5.005_58] More optimizations to REx engine
1773      Branch: perl
1774            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
1775            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
1776 ____________________________________________________________________________
1777 [  3856] By: gsar                                  on 1999/08/01  20:59:59
1778         Log: slightly modified version of suggested patch
1779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1780              Date: Sat, 31 Jul 1999 04:45:12 -0400
1781              Message-Id: <199907311406.IAA25034@localhost.frii.com>
1782              Subject: [PATCH 5.005_58] Fix OS/2 build
1783      Branch: perl
1784            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
1785            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
1786 ____________________________________________________________________________
1787 [  3855] By: gsar                                  on 1999/08/01  20:49:06
1788         Log: cygwin update
1789              From: "Fifer, Eric" <EFifer@sanwaint.com>
1790              Date: Fri, 30 Jul 1999 18:31:48 +0100
1791              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
1792              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
1793      Branch: perl
1794            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
1795            ! pp_sys.c unixish.h util.c
1796 ____________________________________________________________________________
1797 [  3854] By: gsar                                  on 1999/08/01  20:41:53
1798         Log: fixes from Stephen McCamant that address bugs in change#3612
1799              (the optimization shouldn't be enabled in expressions where
1800              the variable is introduced), and fix Deparse to grok the
1801              optimization
1802              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
1803              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
1804              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
1805              --
1806              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
1807              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
1808              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
1809              --
1810              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
1811              Message-Id: <199907310326.VAA24376@localhost.frii.com>
1812              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
1813      Branch: perl
1814            ! ext/B/B/Deparse.pm op.c
1815 ____________________________________________________________________________
1816 [  3853] By: gsar                                  on 1999/08/01  20:31:32
1817         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1818              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
1819              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
1820              Subject: [PATCH _58] Two one-liner LOGOP tweaks
1821      Branch: perl
1822            ! op.c opcode.h opcode.pl
1823 ____________________________________________________________________________
1824 [  3852] By: gsar                                  on 1999/08/01  20:29:17
1825         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
1826      Branch: perl
1827            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
1828            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
1829            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
1830            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
1831            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
1832            ! pod/perlport.pod pp_sys.c util.c
1833 ____________________________________________________________________________
1834 [  3851] By: gsar                                  on 1999/08/01  20:20:05
1835         Log: move files around for s/cygwin32/cygwin/ renaming
1836      Branch: perl
1837           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
1838           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
1839            - README.cygwin32 cygwin32/Makefile.SHs
1840            - cygwin32/build-instructions.READFIRST
1841            - cygwin32/build-instructions.charles-wilson
1842            - cygwin32/build-instructions.sebastien-barre
1843            - cygwin32/build-instructions.steven-morlock
1844            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
1845            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
1846            - hints/cygwin32.sh
1847            ! MANIFEST
1848 ____________________________________________________________________________
1849 [  3850] By: gsar                                  on 1999/08/01  20:05:14
1850         Log: posix-bc hints tweak (via private mail from Thomas Dorner
1851              <Thomas.Dorner@start.de>)
1852      Branch: perl
1853            ! Changes hints/posix-bc.sh
1854 ____________________________________________________________________________
1855 [  3849] By: gsar                                  on 1999/08/01  19:50:20
1856         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
1857              <gnat@frii.com>)
1858      Branch: perl
1859            ! perl.h pod/perldelta.pod pod/perlguts.pod
1860 ____________________________________________________________________________
1861 [  3848] By: gsar                                  on 1999/08/01  18:34:41
1862         Log: fix defined(@foo) encarpments
1863      Branch: perl
1864            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
1865            ! pod/perltrap.pod
1866 ____________________________________________________________________________
1867 [  3847] By: jhi                                   on 1999/08/01  17:17:07
1868         Log: Undo #3790 and the patches that attempted to fix it
1869              (#3837, #3838, #3845).  The #3790 caused linkage failures
1870              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
1871              IRIX 6.5.
1872      Branch: cfgperl
1873            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
1874            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1875            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
1876 ____________________________________________________________________________
1877 [  3846] By: jhi                                   on 1999/08/01  11:41:52
1878         Log: Reading 64-bit decimal numbers was broken because
1879              the NV was cast to an I32, not an IV.
1880      Branch: cfgperl
1881            ! toke.c
1882 ____________________________________________________________________________
1883 [  3845] By: jhi                                   on 1999/08/01  11:00:24
1884         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
1885      Branch: cfgperl
1886            + ext/SDBM_File/hints/solaris.pl
1887 ____________________________________________________________________________
1888 [  3844] By: jhi                                   on 1999/08/01  10:55:44
1889         Log: Enable Solaris largefiles support only if -Duse64bits is used.
1890              (Effectively removes #3311).
1891      Branch: cfgperl
1892            ! hints/solaris_2.sh
1893 ____________________________________________________________________________
1894 [  3843] By: jhi                                   on 1999/07/31  22:44:56
1895         Log: Integer overflow iteration.
1896      Branch: cfgperl
1897            ! t/op/oct.t toke.c util.c
1898 ____________________________________________________________________________
1899 [  3842] By: jhi                                   on 1999/07/31  22:11:03
1900         Log: Remove a lot of unused regnode codes.
1901              Noticed by Ilya.
1902      Branch: cfgperl
1903            ! regcomp.c regcomp.sym regexec.c regnodes.h
1904 ____________________________________________________________________________
1905 [  3841] By: jhi                                   on 1999/07/31  21:53:54
1906         Log: Make the use64bits and usethreads friendlier/braver;
1907              they no more wimp out if the platform is unknown.
1908              On use64bits if gcc used -DUSE_LONG_LONG is added
1909              to the ccflags (this dependency on gcc caused a slightly weird
1910              reordering of Configure, but things still seem to work.)
1911      Branch: cfgperl
1912            ! Configure README.threads config_h.SH
1913      Branch: metaconfig
1914            ! U/threads/usethreads.U
1915      Branch: metaconfig/U/perl
1916            ! use64bits.U
1917 ____________________________________________________________________________
1918 [  3840] By: jhi                                   on 1999/07/31  20:26:22
1919         Log: Hack the "integer overflow" code some more.
1920      Branch: cfgperl
1921            ! perl.h toke.c util.c
1922 ____________________________________________________________________________
1923 [  3839] By: jhi                                   on 1999/07/31  20:22:00
1924         Log: Test oct() at the 2^32-1 limit.
1925      Branch: cfgperl
1926            ! t/op/oct.t
1927 ____________________________________________________________________________
1928 [  3838] By: jhi                                   on 1999/07/31  20:08:43
1929         Log: Update MANIFEST for #3837.
1930      Branch: cfgperl
1931            ! MANIFEST
1932 ____________________________________________________________________________
1933 [  3837] By: jhi                                   on 1999/07/31  20:02:40
1934         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
1935              (a core dump with a corrput stack ensues).
1936      Branch: cfgperl
1937            + ext/SDBM_File/hints/dec_osf.pl
1938 ____________________________________________________________________________
1939 [  3836] By: jhi                                   on 1999/07/29  21:09:01
1940         Log: Allow for Configure -Ubincompat5005 override.
1941      Branch: cfgperl
1942            ! Configure config_h.SH
1943      Branch: metaconfig/U/perl
1944            ! bincompat5005.U
1945 ____________________________________________________________________________
1946 [  3835] By: jhi                                   on 1999/07/29  21:04:02
1947         Log: Make Configure support PERL_BINCOMPAT_5005.
1948      Branch: cfgperl
1949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1950            ! config_h.SH
1951      Branch: metaconfig/U/perl
1952            + bincompat5005.U
1953 ____________________________________________________________________________
1954 [  3834] By: jhi                                   on 1999/07/29  19:25:35
1955         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
1956      Branch: cfgperl
1957            ! Makefile.SH
1958 ____________________________________________________________________________
1959 [  3833] By: jhi                                   on 1999/07/29  14:07:09
1960         Log: Integrate with Sarathy.  I overruled on perldelta
1961              and perldiag.
1962      Branch: cfgperl
1963           !> README.win32 emacs/cperl-mode.el globals.c installperl
1964           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
1965           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
1966           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
1967           !> win32/perllib.c win32/win32.c
1968 ____________________________________________________________________________
1969 [  3832] By: jhi                                   on 1999/07/29  14:02:50
1970         Log: Repent and make overly large integerish
1971              constants non-fatal.  They are now promoted
1972              to NVs, accompanied by an overflow warning that
1973              is by default on.
1974      Branch: cfgperl
1975            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
1976            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
1977            ! toke.c util.c
1978 ____________________________________________________________________________
1979 [  3831] By: jhi                                   on 1999/07/29  11:40:04
1980         Log: AIX exhibits different error on failed system().
1981              Slightly modified patch via private email from
1982              David R. Favor <dfavor@austin.ibm.com>
1983      Branch: cfgperl
1984            ! t/op/exec.t
1985 ____________________________________________________________________________
1986 [  3830] By: gsar                                  on 1999/07/29  07:46:11
1987         Log: cperl-mode.el v4.19
1988      Branch: perl
1989            ! emacs/cperl-mode.el
1990 ____________________________________________________________________________
1991 [  3829] By: gsar                                  on 1999/07/29  07:30:35
1992         Log: From: jan.dubois@ibm.net (Jan Dubois)
1993              Date: Wed, 28 Jul 1999 22:01:42 +0200
1994              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
1995              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
1996      Branch: perl
1997            ! win32/bin/pl2bat.pl
1998 ____________________________________________________________________________
1999 [  3828] By: gsar                                  on 1999/07/29  07:19:27
2000         Log: tweak previous change for multiple hits
2001      Branch: perl
2002            ! utils/perldoc.PL
2003 ____________________________________________________________________________
2004 [  3827] By: gsar                                  on 1999/07/29  07:10:00
2005         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
2006              really needs a pod2text() compatibility function)
2007      Branch: perl
2008            ! utils/perldoc.PL
2009 ____________________________________________________________________________
2010 [  3826] By: gsar                                  on 1999/07/29  01:33:46
2011         Log: minor tweaks to pods and toke.c comments
2012      Branch: perl
2013            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
2014 ____________________________________________________________________________
2015 [  3825] By: gsar                                  on 1999/07/29  00:12:52
2016         Log: integrate cfgperl changes into mainline
2017      Branch: perl
2018           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2019           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
2020           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2021           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
2022           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2023           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
2024           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
2025           !> t/pragma/warn/util toke.c util.c
2026 ____________________________________________________________________________
2027 [  3824] By: jhi                                   on 1999/07/28  21:15:04
2028         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
2029      Branch: cfgperl
2030            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
2031            ! ext/IO/lib/IO/Socket/INET.pm
2032 ____________________________________________________________________________
2033 [  3823] By: jhi                                   on 1999/07/28  20:29:17
2034         Log: Continue pack() doc honing.
2035      Branch: cfgperl
2036            ! pod/perlfunc.pod
2037 ____________________________________________________________________________
2038 [  3822] By: jhi                                   on 1999/07/28  20:17:37
2039         Log: Enhance pack() doc.
2040      Branch: cfgperl
2041            ! pod/perlfunc.pod
2042 ____________________________________________________________________________
2043 [  3821] By: jhi                                   on 1999/07/28  18:34:50
2044         Log: UNIX Domain Sockets are not implemented under QNX.
2045              
2046              From: Norton Allen <allen@huarp.harvard.edu>
2047              To: perl5-porters@perl.org
2048              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
2049              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
2050              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
2051      Branch: cfgperl
2052            ! t/lib/io_unix.t
2053 ____________________________________________________________________________
2054 [  3820] By: jhi                                   on 1999/07/28  18:13:37
2055         Log: IO::* enhancements.
2056              
2057              1) write() and syswrite() will now accept a single-argument
2058              form of the call, for consistency with Perl's syswrite().
2059              2) You can create a TCP-based IO::Socket::INET without forcing
2060              a connect attempt.  This allows you to configure its options
2061              (like making it non-blocking) and then call connect() manually.
2062              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
2063              from ever returning the correct value.
2064              
2065              From: Lincoln Stein <lstein@formaggio.cshl.org>
2066              To: Graham Barr <gbarr@pobox.com>
2067              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
2068              Subject: Re: patch for IO::*
2069              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
2070              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
2071      Branch: cfgperl
2072            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
2073            ! ext/IO/lib/IO/Socket/INET.pm
2074 ____________________________________________________________________________
2075 [  3819] By: gsar                                  on 1999/07/28  18:08:06
2076         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
2077      Branch: perl
2078            ! README.win32 globals.c installperl iperlsys.h makedef.pl
2079            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
2080            ! win32/win32.c
2081 ____________________________________________________________________________
2082 [  3818] By: jhi                                   on 1999/07/28  17:48:16
2083         Log: Need to add QNX to the list for DONT_DECLARE_STD.
2084              (The elimination of use of the _() macro apparently triggered
2085              an incompatability with a #define of atof)
2086              
2087              From: Norton Allen <allen@huarp.harvard.edu>
2088              To: perl5-porters@perl.org
2089              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
2090              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
2091              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
2092      Branch: cfgperl
2093            ! perl.h
2094 ____________________________________________________________________________
2095 [  3817] By: jhi                                   on 1999/07/28  17:46:30
2096         Log: Need to add some more conditions to deal with the case
2097              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
2098              which is true for QNX4.
2099              From: Norton Allen <allen@huarp.harvard.edu>
2100              To: perl5-porters@perl.org
2101              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
2102              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
2103              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
2104      Branch: cfgperl
2105            ! pp_sys.c
2106 ____________________________________________________________________________
2107 [  3816] By: jhi                                   on 1999/07/28  17:43:40
2108         Log: The QNX shell needs a couple more semicolons.
2109              
2110              From: Norton Allen <allen@huarp.harvard.edu>
2111              To: perl5-porters@perl.org
2112              Subject: [ID 19990728.007] Patch:Configure _58 QNX
2113              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
2114              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
2115              
2116              plus silence metalint moanings on vendorprefix.
2117      Branch: cfgperl
2118            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2119            ! config_h.SH
2120 ____________________________________________________________________________
2121 [  3815] By: jhi                                   on 1999/07/28  17:31:11
2122         Log: Silence metalint on vendorprefix.U.
2123      Branch: metaconfig
2124            ! U/installdirs/vendorprefix.U
2125 ____________________________________________________________________________
2126 [  3814] By: jhi                                   on 1999/07/28  17:13:29
2127         Log: QNX shell needs more semicolons.
2128      Branch: metaconfig/U/perl
2129            ! Extensions.U
2130 ____________________________________________________________________________
2131 [  3813] By: jhi                                   on 1999/07/28  17:05:08
2132         Log: Integrate with Sarathy.
2133      Branch: cfgperl
2134           !> lib/ExtUtils/MM_Unix.pm
2135 ____________________________________________________________________________
2136 [  3812] By: jhi                                   on 1999/07/28  16:20:17
2137         Log: Fix a typo, un-shout, and reformat the installation output.
2138      Branch: cfgperl
2139            ! lib/ExtUtils/Install.pm
2140 ____________________________________________________________________________
2141 [  3811] By: gsar                                  on 1999/07/28  15:41:11
2142         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
2143      Branch: perl
2144            ! lib/ExtUtils/MM_Unix.pm
2145 ____________________________________________________________________________
2146 [  3810] By: jhi                                   on 1999/07/28  13:55:57
2147         Log: Talk more about subsecond things in perlfunc.
2148              (Yes, redundant with perlfaq8.)
2149      Branch: cfgperl
2150            ! pod/perlfunc.pod
2151 ____________________________________________________________________________
2152 [  3809] By: jhi                                   on 1999/07/28  07:23:48
2153         Log: Integrate with Sarathy.
2154      Branch: cfgperl
2155           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
2156           !> t/op/pwent.t
2157 ____________________________________________________________________________
2158 [  3808] By: jhi                                   on 1999/07/28  07:23:03
2159         Log: Document toke.c.
2160              From: Nathan Torkington <gnat@frii.com>
2161              To: perl5-porters@perl.org
2162              Subject: Re: toke.c patch, work in progress
2163              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
2164              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
2165      Branch: cfgperl
2166            ! toke.c
2167 ____________________________________________________________________________
2168 [  3807] By: jhi                                   on 1999/07/28  07:10:56
2169         Log: perlre clarification.
2170              
2171              From: Ian Phillipps <ian@dial.pipex.com>
2172              To: Perl 5 Porters <perl5-porters@perl.org>
2173              Subject: [PATCH 5.00557] Add definite article to perlre.pod
2174              Date: Tue, 27 Jul 1999 10:46:29 +0100
2175              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
2176      Branch: cfgperl
2177            ! pod/perlre.pod
2178 ____________________________________________________________________________
2179 [  3806] By: gsar                                  on 1999/07/28  07:07:46
2180         Log: fix the perl -V breakage
2181              
2182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2183              To: Jarkko Hietaniemi <jhi@iki.fi>
2184              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
2185              gsar@activestate.com
2186              Subject: Re: Follow up to: _58 on AIX 431
2187              Date: Tue, 27 Jul 1999 17:42:00 -0400
2188              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
2189      Branch: perl
2190            ! configpm
2191 ____________________________________________________________________________
2192 [  3805] By: gsar                                  on 1999/07/28  07:03:34
2193         Log: avoid warning (from Doug MacEachern)
2194      Branch: perl
2195            ! perl.h
2196 ____________________________________________________________________________
2197 [  3804] By: gsar                                  on 1999/07/28  06:59:30
2198         Log: Pod::Html tweak
2199              
2200              From: jan.dubois@ibm.net (Jan Dubois)
2201              To: perl5-porters@perl.org
2202              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
2203              Date: Tue, 27 Jul 1999 22:14:12 +0200
2204              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
2205      Branch: perl
2206            ! lib/Pod/Html.pm
2207 ____________________________________________________________________________
2208 [  3803] By: gsar                                  on 1999/07/28  06:56:38
2209         Log: freebsd hints update
2210              
2211              From: Anton Berezin <tobez@plab.ku.dk>
2212              To: perl5-porters@perl.org
2213              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
2214              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
2215              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
2216      Branch: perl
2217            ! hints/freebsd.sh
2218 ____________________________________________________________________________
2219 [  3802] By: gsar                                  on 1999/07/28  06:51:32
2220         Log: cosmetic testsuite patch
2221              
2222              From: Graham Barr <gbarr@ti.com>
2223              To: Perl5 Porters <perl5-porters@perl.org>
2224              Subject: 5.005_58 build
2225              Date: Tue, 27 Jul 1999 08:09:25 -0500
2226              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
2227      Branch: perl
2228            ! t/op/grent.t t/op/pwent.t
2229 ____________________________________________________________________________
2230 [  3801] By: jhi                                   on 1999/07/27  13:49:39
2231         Log: Minuscule cleanup of the integer overflow patch.
2232      Branch: cfgperl
2233            ! util.c
2234 ____________________________________________________________________________
2235 [  3800] By: jhi                                   on 1999/07/27  13:37:23
2236         Log: Test hex('x...').
2237      Branch: cfgperl
2238            ! t/op/oct.t
2239 ____________________________________________________________________________
2240 [  3799] By: jhi                                   on 1999/07/27  12:45:45
2241         Log: Integrate with Sarathy (5.005_58).
2242      Branch: cfgperl
2243            - ext/B/byteperl.c
2244           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
2245           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
2246           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
2247           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2248           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
2249           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
2250           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
2251           !> win32/config_H.vc
2252 ____________________________________________________________________________
2253 [  3798] By: jhi                                   on 1999/07/27  12:42:43
2254         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
2255              they used to be just optional lexical warnings.
2256              Also, with warnings turned on, constants > 2**32-1
2257              trigger a non-portability warning.
2258      Branch: cfgperl
2259            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
2260            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
2261            ! util.c
2262 ____________________________________________________________________________
2263 [  3797] By: gsar                                  on 1999/07/27  10:48:27
2264         Log: here lies 5.005_58
2265      Branch: perl
2266            - ext/B/byteperl.c
2267            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
2268            ! pod/perlfaq9.pod pod/perlhist.pod
2269
2270 ----------------
2271 Version 5.005_58
2272 ----------------
2273
2274 ____________________________________________________________________________
2275 [  3796] By: gsar                                  on 1999/07/27  09:23:42
2276         Log: regenerate win32/config_H.?c
2277      Branch: perl
2278            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2279 ____________________________________________________________________________
2280 [  3795] By: gsar                                  on 1999/07/27  09:02:31
2281         Log: From: Tye McQueen <tye@metronet.com>
2282              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
2283              Message-Id: <199907270019.AA08223@metronet.com>
2284              Subject: Patch pl2bat.pl so batch file can fail
2285      Branch: perl
2286            ! win32/bin/pl2bat.pl
2287 ____________________________________________________________________________
2288 [  3794] By: gsar                                  on 1999/07/27  08:59:58
2289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2290              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
2291              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
2292              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
2293      Branch: perl
2294            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
2295            ! lib/SelfLoader.pm
2296 ____________________________________________________________________________
2297 [  3793] By: gsar                                  on 1999/07/27  08:19:16
2298         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
2299              (from Andy Dougherty)
2300      Branch: perl
2301            ! embed.h embed.pl
2302 ____________________________________________________________________________
2303 [  3792] By: gsar                                  on 1999/07/27  08:04:19
2304         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
2305              and Brad Appleton)
2306      Branch: perl
2307            ! lib/Pod/Parser.pm
2308 ____________________________________________________________________________
2309 [  3791] By: gsar                                  on 1999/07/27  07:50:54
2310         Log: cover case where CLK_TCK is a float, not integer (from
2311              alexander smishlajev <als@turnhere.com>)
2312      Branch: perl
2313            ! ext/Devel/DProf/DProf.xs
2314 ____________________________________________________________________________
2315 [  3790] By: gsar                                  on 1999/07/27  07:45:08
2316         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
2317              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
2318      Branch: perl
2319            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2320            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
2321 ____________________________________________________________________________
2322 [  3789] By: jhi                                   on 1999/07/27  07:44:55
2323         Log: Integrate with Sarathy.
2324      Branch: cfgperl
2325           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2326           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
2327           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
2328           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
2329           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
2330           !> proto.h t/comp/proto.t t/io/open.t
2331 ____________________________________________________________________________
2332 [  3788] By: gsar                                  on 1999/07/27  07:29:59
2333         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
2334              to Russ Allbery <rra@stanford.edu>); s/Simple// and
2335              s/pod2txt/pod2text/ etc.
2336      Branch: perl
2337            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2338            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
2339 ____________________________________________________________________________
2340 [  3787] By: gsar                                  on 1999/07/27  06:48:40
2341         Log: From: Andy Dougherty <doughera@lafayette.edu>
2342              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
2343              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
2344              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
2345      Branch: perl
2346            ! ext/SDBM_File/sdbm/sdbm.h
2347 ____________________________________________________________________________
2348 [  3786] By: gsar                                  on 1999/07/27  06:30:09
2349         Log: applied suggested patch; added missing prototype changes to
2350              opcode.pl along with documentation typos (feature still needs
2351              to be described in perlopentut.pod and summarized in
2352              perldelta.pod)
2353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2354              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
2355              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
2356              Subject: [PATCH 5.00557] 3-arg open
2357      Branch: perl
2358            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2359            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2360            ! proto.h t/comp/proto.t t/io/open.t
2361 ____________________________________________________________________________
2362 [  3785] By: gsar                                  on 1999/07/27  04:36:39
2363         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
2364              <roland.bauer@fff.at>)
2365      Branch: perl
2366            ! lib/Pod/Html.pm
2367 ____________________________________________________________________________
2368 [  3784] By: gsar                                  on 1999/07/27  03:56:17
2369         Log: change#3762 wasn't needed
2370      Branch: perl
2371            ! ext/B/B/CC.pm
2372 ____________________________________________________________________________
2373 [  3783] By: jhi                                   on 1999/07/26  19:08:21
2374         Log: Integrate with Sarathy.
2375      Branch: cfgperl
2376           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
2377           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
2378           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2379 ____________________________________________________________________________
2380 [  3782] By: gsar                                  on 1999/07/26  18:16:50
2381         Log: update Changes, patchlevel &c.
2382      Branch: perl
2383            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2384            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2385 ____________________________________________________________________________
2386 [  3781] By: gsar                                  on 1999/07/26  17:54:47
2387         Log: a more correct fix for change#2744
2388              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2389              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
2390              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
2391              Subject: [PATCH _57] Re: toke.c questions 
2392      Branch: perl
2393            ! toke.c
2394 ____________________________________________________________________________
2395 [  3780] By: gsar                                  on 1999/07/26  17:37:04
2396         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
2397      Branch: perl
2398            ! pod/perlfunc.pod
2399 ____________________________________________________________________________
2400 [  3779] By: jhi                                   on 1999/07/26  16:37:23
2401         Log: Dusting off.
2402      Branch: cfgperl
2403            ! README.threads
2404 ____________________________________________________________________________
2405 [  3778] By: gsar                                  on 1999/07/26  13:28:46
2406         Log: avoid DIVZERO
2407      Branch: perl
2408            ! utils/dprofpp.PL
2409 ____________________________________________________________________________
2410 [  3777] By: gsar                                  on 1999/07/26  13:18:53
2411         Log: warnings identified by Borland compiler
2412      Branch: perl
2413            ! makedef.pl pp_ctl.c
2414 ____________________________________________________________________________
2415 [  3776] By: jhi                                   on 1999/07/26  13:07:36
2416         Log: Integrate with Sarathy.
2417      Branch: cfgperl
2418           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
2419 ____________________________________________________________________________
2420 [  3775] By: gsar                                  on 1999/07/26  12:55:43
2421         Log: avoid infinite recursion when Thread.pm croaks during
2422              bootstrap
2423      Branch: perl
2424            ! lib/Carp/Heavy.pm
2425 ____________________________________________________________________________
2426 [  3774] By: gsar                                  on 1999/07/26  12:43:02
2427         Log: integrate cfgperl contents into mainline
2428      Branch: perl
2429           +> lib/Carp/Heavy.pm
2430           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
2431           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
2432           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
2433           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
2434           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
2435 ____________________________________________________________________________
2436 [  3773] By: jhi                                   on 1999/07/26  12:40:29
2437         Log: Use long doubles only if they are useful.
2438      Branch: cfgperl
2439            ! ext/POSIX/POSIX.xs
2440 ____________________________________________________________________________
2441 [  3772] By: gsar                                  on 1999/07/26  12:33:11
2442         Log: typo in change#3768
2443      Branch: perl
2444            ! pp_hot.c
2445 ____________________________________________________________________________
2446 [  3771] By: gsar                                  on 1999/07/26  12:08:27
2447         Log: alpha-stage support for user-hooks in @INC
2448              From: Ken Fox <kfox@ford.com>
2449              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
2450              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
2451              Subject: Re: loading remote modules
2452      Branch: perl
2453            ! pp_ctl.c
2454 ____________________________________________________________________________
2455 [  3770] By: jhi                                   on 1999/07/26  11:38:36
2456         Log: Back out #3735.  Needs more work.
2457      Branch: cfgperl
2458            ! Makefile.SH cflags.SH configpm ext/util/make_ext
2459            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
2460            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
2461            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
2462            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
2463 ____________________________________________________________________________
2464 [  3769] By: jhi                                   on 1999/07/26  11:24:45
2465         Log: Integrate with Sarathy.
2466      Branch: cfgperl
2467           !> (integrate 35 files)
2468 ____________________________________________________________________________
2469 [  3768] By: gsar                                  on 1999/07/26  11:03:07
2470         Log: optimize method name lookup
2471              From: Chip Salzenberg <chip@perlsupport.com>
2472              Date: Thu, 22 Jul 1999 13:43:36 -0400
2473              Message-ID: <19990722134336.Q391@perlsupport.com>
2474              Subject: [PATCH] OP_METHOD_NAMED
2475      Branch: perl
2476            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
2477            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
2478            ! proto.h
2479 ____________________________________________________________________________
2480 [  3767] By: gsar                                  on 1999/07/26  10:44:11
2481         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
2482              foo()->()); rework grammar to remove conflicts
2483              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2484              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
2485              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
2486              Subject: [PATCH _57, long] Re: optional arrow asymmetry
2487      Branch: perl
2488            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
2489            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
2490            ! vms/perly_c.vms vms/perly_h.vms
2491 ____________________________________________________________________________
2492 [  3766] By: jhi                                   on 1999/07/26  10:18:56
2493         Log: Use $< instead of $*.c in *perlmain.o rules.
2494      Branch: cfgperl
2495            ! Makefile.SH
2496 ____________________________________________________________________________
2497 [  3765] By: gsar                                  on 1999/07/26  09:28:48
2498         Log: From: Ian Phillipps <ian@dial.pipex.com>
2499              Date: Fri, 23 Jul 1999 23:35:56 +0100
2500              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
2501              Subject: (Version 2) Extending unpack to deal with counted strings
2502      Branch: perl
2503            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
2504 ____________________________________________________________________________
2505 [  3764] By: jhi                                   on 1999/07/26  09:17:26
2506         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2507              To: perl5-porters@perl.org (Mailing list Perl5)
2508              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
2509              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
2510              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
2511              
2512              The patch was based on 5_57 so had to re-apply lib/Carp.pm
2513              parts of changes #3498, #3696, and #3702 for the new
2514              lib/Carp/Heavy.pm.
2515      Branch: cfgperl
2516            + lib/Carp/Heavy.pm
2517            ! MANIFEST lib/Carp.pm
2518 ____________________________________________________________________________
2519 [  3763] By: gsar                                  on 1999/07/26  09:03:17
2520         Log: ~ isn't valid in VMS filenames
2521      Branch: perl
2522            ! lib/Pod/Html.pm
2523 ____________________________________________________________________________
2524 [  3762] By: gsar                                  on 1999/07/26  08:59:47
2525         Log: setstate stop-gap from Vishal Bhatia
2526      Branch: perl
2527            ! ext/B/B/CC.pm
2528 ____________________________________________________________________________
2529 [  3761] By: gsar                                  on 1999/07/26  08:06:39
2530         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
2531              add B::OP::name() method that returns just the op_name;
2532              convert Deparse et all to use that instead of B::OP::ppaddr();
2533              add support for OP_SETSTATE in Deparse
2534      Branch: perl
2535            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
2536            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
2537            ! ext/B/B/Xref.pm opcode.h opcode.pl
2538 ____________________________________________________________________________
2539 [  3760] By: jhi                                   on 1999/07/26  07:14:43
2540         Log: Integrate with Sarathy.
2541      Branch: cfgperl
2542           !> (integrate 43 files)
2543 ____________________________________________________________________________
2544 [  3759] By: gsar                                  on 1999/07/26  05:12:24
2545         Log: add disclaimer about perl 4 libraries (modified version of
2546              patch suggested by Clinton Pierce <cpierce1@ford.com>)
2547      Branch: perl
2548            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
2549            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
2550            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
2551            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
2552            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
2553 ____________________________________________________________________________
2554 [  3758] By: gsar                                  on 1999/07/26  04:48:35
2555         Log: make reset() behave with high-bit characters
2556              From: Ian Phillipps <ian@dial.pipex.com>
2557              Date: Thu, 22 Jul 1999 22:48:59 +0100
2558              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
2559              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
2560      Branch: perl
2561            ! sv.c
2562 ____________________________________________________________________________
2563 [  3757] By: gsar                                  on 1999/07/26  04:40:32
2564         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
2565      Branch: perl
2566            ! pod/perlport.pod
2567 ____________________________________________________________________________
2568 [  3756] By: gsar                                  on 1999/07/26  04:20:37
2569         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
2570      Branch: perl
2571            ! utils/dprofpp.PL
2572 ____________________________________________________________________________
2573 [  3755] By: gsar                                  on 1999/07/26  04:18:00
2574         Log: disable VPATH for now (breaks x2p build)
2575      Branch: perl
2576            ! x2p/Makefile.SH
2577 ____________________________________________________________________________
2578 [  3754] By: gsar                                  on 1999/07/26  03:15:33
2579         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
2580              (%! has the necessary magic); misc typos
2581      Branch: perl
2582            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2583            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
2584            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
2585            ! utils/h2xs.PL
2586 ____________________________________________________________________________
2587 [  3753] By: gsar                                  on 1999/07/26  02:38:28
2588         Log: integrate cfgperl contents into mainline
2589      Branch: perl
2590           +> t/pragma/locale/latin1 t/pragma/locale/utf8
2591           !> (integrate 53 files)
2592 ____________________________________________________________________________
2593 [  3752] By: gsar                                  on 1999/07/26  02:11:31
2594         Log: ensure implicitly closed handles don't set $? or $!
2595      Branch: perl
2596            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
2597 ____________________________________________________________________________
2598 [  3751] By: gsar                                  on 1999/07/26  01:28:34
2599         Log: change#3534 didn't preserve undef return values from caller()
2600      Branch: perl
2601            ! Changes pp_ctl.c
2602 ____________________________________________________________________________
2603 [  3750] By: jhi                                   on 1999/07/25  20:59:29
2604         Log: Back up a tiny bit from #3735.
2605              This may break builds outside the source directory
2606              but then again, they do not work that ell yet anyway.
2607      Branch: cfgperl
2608            ! Makefile.SH
2609 ____________________________________________________________________________
2610 [  3750] By: jhi                                   on 1999/07/25  20:59:29
2611         Log: Back up a tiny bit from #3735.
2612              This may break builds outside the source directory
2613              but then again, they do not work that ell yet anyway.
2614      Branch: cfgperl
2615            ! Makefile.SH
2616 ____________________________________________________________________________
2617 [  3749] By: jhi                                   on 1999/07/25  19:15:55
2618         Log: Integrate with Sarathy.
2619      Branch: cfgperl
2620           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
2621 ____________________________________________________________________________
2622 [  3748] By: jhi                                   on 1999/07/25  19:06:59
2623         Log: Recode locale.t so that the change in #3730
2624              is not needed and locale.t works both without
2625              and with the utf8 pragma.
2626      Branch: cfgperl
2627            + t/pragma/locale/latin1 t/pragma/locale/utf8
2628            ! MANIFEST t/pragma/locale.t
2629 ____________________________________________________________________________
2630 [  3747] By: jhi                                   on 1999/07/25  19:01:46
2631         Log: Like #3743.
2632      Branch: cfgperl
2633            ! utils/perlbug.PL
2634 ____________________________________________________________________________
2635 [  3746] By: gsar                                  on 1999/07/25  18:08:58
2636         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
2637              append a HISTORY section to POD if option is used
2638      Branch: perl
2639            ! utils/h2xs.PL
2640 ____________________________________________________________________________
2641 [  3745] By: gsar                                  on 1999/07/25  17:40:03
2642         Log: warn rather than die when parse_version() can't cut it (from
2643              Michael G Schwern <schwern@pobox.com>)
2644      Branch: perl
2645            ! lib/ExtUtils/MM_Unix.pm
2646 ____________________________________________________________________________
2647 [  3744] By: gsar                                  on 1999/07/25  16:32:48
2648         Log: make map behave like grep wrt indirect object slot when
2649              there are parentheses; revert an experimental mod by Larry
2650              in change#2038 that failed to parse %{{qw(a b c)}} properly
2651              (this means C<map {use Foo; ...} ...> still needs a proper
2652              fix)
2653      Branch: perl
2654            ! toke.c
2655 ____________________________________________________________________________
2656 [  3743] By: jhi                                   on 1999/07/25  16:24:55
2657         Log: Fix a typo in #3725.
2658      Branch: cfgperl
2659            ! utils/perlbug.PL
2660 ____________________________________________________________________________
2661 [  3742] By: jhi                                   on 1999/07/25  16:14:39
2662         Log: Integrate with Sarathy.
2663      Branch: cfgperl
2664           !> (integrate 26 files)
2665 ____________________________________________________________________________
2666 [  3741] By: jhi                                   on 1999/07/25  16:02:28
2667         Log: Cut-and-pasto in #3737.
2668      Branch: cfgperl
2669            ! perl.c
2670 ____________________________________________________________________________
2671 [  3740] By: gsar                                  on 1999/07/25  15:59:34
2672         Log: add note about glibc bug
2673      Branch: perl
2674            ! t/pragma/warn/pp_hot
2675 ____________________________________________________________________________
2676 [  3739] By: gsar                                  on 1999/07/25  15:48:40
2677         Log: fix bug in change#3728 that might free COPs prematurely;
2678              null(op) now does more thorough scrubbing of the op, which
2679              fixes a few compile-time memory "leaks"
2680      Branch: perl
2681            ! dump.c embed.h embed.pl op.c proto.h
2682 ____________________________________________________________________________
2683 [  3738] By: jhi                                   on 1999/07/25  14:15:26
2684         Log: In accordance with #3737.
2685      Branch: metaconfig
2686            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
2687            ! U/modified/Oldconfig.U
2688      Branch: metaconfig/U/perl
2689            ! Extensions.U
2690 ____________________________________________________________________________
2691 [  3737] By: jhi                                   on 1999/07/25  14:12:34
2692         Log: Use vendorprefixlib.
2693      Branch: cfgperl
2694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2695            ! config_h.SH perl.c
2696 ____________________________________________________________________________
2697 [  3736] By: jhi                                   on 1999/07/25  13:10:03
2698         Log: Populate metaconfig branch.
2699      Branch: metaconfig
2700            + (add 1468 files)
2701      Branch: metaconfig/U/perl
2702            + (add 101 files)
2703 ____________________________________________________________________________
2704 [  3735] By: jhi                                   on 1999/07/25  12:27:20
2705         Log: First steps of making builds outside the source
2706              directory possible.  These should get us as far
2707              as miniperl, then building DynaLoader falls into
2708              tiny twinkling pieces as MakeMaker knows nothing
2709              of VPATH mindset.
2710      Branch: cfgperl
2711            ! Configure Makefile.SH cflags.SH config_h.SH configpm
2712            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
2713            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
2714            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
2715            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
2716 ____________________________________________________________________________
2717 [  3734] By: jhi                                   on 1999/07/25  11:19:28
2718         Log: Poor Glossary--are we fixed yet?
2719      Branch: cfgperl
2720            ! Porting/Glossary
2721 ____________________________________________________________________________
2722 [  3733] By: jhi                                   on 1999/07/25  11:15:06
2723         Log: Change #3732 mistakenly clobbered Glossary.
2724      Branch: cfgperl
2725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2726            ! config_h.SH
2727 ____________________________________________________________________________
2728 [  3732] By: jhi                                   on 1999/07/25  10:46:39
2729         Log: Andy's new installation scheme (note: a lot of this
2730              leaked in already with change #3731).  The vendor*
2731              stuff is not used anywhere (in *.SH, say), so it
2732              isn't in Configure, either.
2733      Branch: cfgperl
2734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2735            ! config_h.SH
2736 ____________________________________________________________________________
2737 [  3731] By: jhi                                   on 1999/07/25  10:12:07
2738         Log: Circumcode a strange shell(?) bug in AIX found
2739              while trying to do -Duse64bits (which I couldn't do
2740              in the end because the CPU isn't 64-bit in that box,
2741              but at least now the probing doesn't crash.)
2742      Branch: cfgperl
2743            ! Configure config_h.SH hints/aix.sh
2744 ____________________________________________________________________________
2745 [  3730] By: gsar                                  on 1999/07/25  04:56:56
2746         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
2747              a utf8 bug in one of the new RE optimizations
2748      Branch: perl
2749            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
2750            ! t/pragma/locale.t
2751 ____________________________________________________________________________
2752 [  3729] By: jhi                                   on 1999/07/23  19:56:27
2753         Log: From: Andy Dougherty <doughera@lafayette.edu>
2754              To: Perl Porters <perl5-porters@perl.org>
2755              Subject: [PATCH 5.005_57] INSTALL-1.58
2756              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
2757              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
2758              
2759              plus
2760              
2761              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2762              To: Andy Dougherty <doughera@lafayette.edu>
2763              Cc: Perl Porters <perl5-porters@perl.org>
2764              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
2765              Date: Fri, 23 Jul 1999 13:38:25 -0400
2766              Message-ID: <19990723133825.A12033@O2.chapin.edu>
2767      Branch: cfgperl
2768            ! INSTALL
2769 ____________________________________________________________________________
2770 [  3728] By: gsar                                  on 1999/07/23  17:24:42
2771         Log: applied suggested patch for tracking line numbers correctly in
2772              optimized blocks with a single statement; changed setcop to
2773              setstate and added code for -Dx dumps
2774              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2775              Date: Wed, 23 Jun 1999 17:27:42 +0100
2776              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
2777              Subject: [PATCH 5.005_57] Line number error in optimised else() 
2778      Branch: perl
2779            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
2780            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
2781            ! pp_proto.h t/op/misc.t
2782 ____________________________________________________________________________
2783 [  3727] By: gsar                                  on 1999/07/23  15:56:04
2784         Log: avoid useless use of target for pp_each(); also fixes bugs due to
2785              refcount held by the target
2786      Branch: perl
2787            ! opcode.h opcode.pl pp.c t/op/each.t
2788 ____________________________________________________________________________
2789 [  3726] By: jhi                                   on 1999/07/23  12:08:30
2790         Log: Change #3725 aftershock.
2791      Branch: cfgperl
2792            ! INSTALL jpl/JNI/JNI.pm
2793 ____________________________________________________________________________
2794 [  3725] By: jhi                                   on 1999/07/23  11:58:49
2795         Log: Introduce $Config{ldlibpthname} which contains
2796              the name of the environment variable holding the
2797              dynamic library search path, often LD_LIBRARY_PATH.
2798              Use this new feature all over.
2799              Also removed remnants of admonition "add LD_LIBRARY_PATH
2800              before running make" because Makefile.SH does this for you. 
2801      Branch: cfgperl
2802            ! Configure Makefile.SH config_h.SH
2803            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
2804            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
2805            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
2806            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
2807            ! jpl/install-jpl utils/perlbug.PL
2808 ____________________________________________________________________________
2809 [  3724] By: jhi                                   on 1999/07/23  08:03:36
2810         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
2811              To: perl5-porters@perl.org
2812              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
2813              Date: Thu, 22 Jul 1999 19:58:34 -0400
2814              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
2815      Branch: cfgperl
2816            ! av.c
2817 ____________________________________________________________________________
2818 [  3723] By: gsar                                  on 1999/07/23  00:01:29
2819         Log: emit warning about function calls that were encountered too early
2820              to enforce their prototype
2821      Branch: perl
2822            ! op.c op.h pod/perldiag.pod
2823 ____________________________________________________________________________
2824 [  3722] By: jhi                                   on 1999/07/22  21:19:59
2825         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2826              To: perl5-porters@perl.org
2827              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
2828              Subject: [PATCH] MakeMaker documentation
2829              Date: Wed, 21 Jul 1999 14:15:42 -0400
2830              Message-ID: <19990721141542.A1800@O2.chapin.edu>
2831      Branch: cfgperl
2832            ! lib/ExtUtils/MakeMaker.pm
2833 ____________________________________________________________________________
2834 [  3721] By: jhi                                   on 1999/07/22  21:05:19
2835         Log: From: pvhp@forte.com (Peter Prymmer)
2836              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
2837              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
2838              Date: Wed, 21 Jul 99 17:15:39 PDT
2839              Message-Id: <9907220015.AA11931@forte.com>
2840      Branch: cfgperl
2841            ! hints/os390.sh
2842 ____________________________________________________________________________
2843 [  3720] By: jhi                                   on 1999/07/22  20:51:17
2844         Log: AIX magic: ccdlflags needs to be different for
2845              Perl itself and for extra-core extensions
2846              (as used by ExtUtilss::embed::ldopts).
2847              Based on the problems described in
2848              
2849              From: Mike W Ellwood <mwe@rl.ac.uk>
2850              To: perl5-porters@perl.org
2851              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
2852              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
2853              Reply-To: m.w.ellwood@rl.ac.uk
2854              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
2855      Branch: cfgperl
2856            ! Configure Makefile.SH config_h.SH hints/aix.sh
2857 ____________________________________________________________________________
2858 [  3719] By: jhi                                   on 1999/07/22  08:23:53
2859         Log: Update history records.
2860      Branch: cfgperl
2861            ! pod/perlhist.pod
2862 ____________________________________________________________________________
2863 [  3718] By: jhi                                   on 1999/07/21  13:54:42
2864         Log: Todododobedobedo.
2865      Branch: cfgperl
2866            ! Todo
2867 ____________________________________________________________________________
2868 [  3717] By: jhi                                   on 1999/07/21  12:10:48
2869         Log: Even more Todo.
2870      Branch: cfgperl
2871            ! Todo
2872 ____________________________________________________________________________
2873 [  3716] By: jhi                                   on 1999/07/21  11:40:39
2874         Log: Use Errno more extensively so that error
2875              messages are more portable (another way
2876              would be to muck around with LC_MESSAGES).
2877              Problem reported in
2878              
2879              From: oracle@pcr8.pcr.com
2880              To: perl5-porters@perl.org
2881              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
2882              Date: Mon, 19 Jul 1999 18:39:13 -0400
2883              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
2884      Branch: cfgperl
2885            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2886            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
2887            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
2888 ____________________________________________________________________________
2889 [  3715] By: jhi                                   on 1999/07/21  11:05:36
2890         Log: Slightly modified patch.
2891              From: Sean Sheedy <seans@ncube.com>
2892              To: perl5-porters@perl.org
2893              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
2894              Date: Tue, 20 Jul 1999 09:52:06 -0700
2895              Message-Id: <3794A935.1C150E54@ncube.com>
2896      Branch: cfgperl
2897            ! cflags.SH x2p/cflags.SH
2898 ____________________________________________________________________________
2899 [  3714] By: jhi                                   on 1999/07/20  21:26:19
2900         Log: More Todo.
2901      Branch: cfgperl
2902            ! Todo
2903 ____________________________________________________________________________
2904 [  3713] By: jhi                                   on 1999/07/20  18:02:45
2905         Log: Integrate with Sarathy.
2906      Branch: cfgperl
2907           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
2908           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
2909           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
2910           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
2911           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
2912           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
2913           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
2914           +> utils/dprofpp.PL
2915           !> INSTALL MAINTAIN MANIFEST configure.com
2916           !> ext/Devel/Peek/Makefile.PL installman installperl
2917           !> pod/roffitall utils/Makefile vms/descrip_mms.template
2918           !> win32/Makefile win32/makefile.mk win32/win32.h
2919 ____________________________________________________________________________
2920 [  3712] By: gsar                                  on 1999/07/20  15:29:01
2921         Log: DProf tweak
2922      Branch: perl
2923            ! ext/Devel/DProf/DProf.xs
2924 ____________________________________________________________________________
2925 [  3711] By: gsar                                  on 1999/07/20  07:56:19
2926         Log: another DProf build tweak
2927      Branch: perl
2928            ! utils/dprofpp.PL
2929 ____________________________________________________________________________
2930 [  3710] By: gsar                                  on 1999/07/20  07:36:36
2931         Log: move DProf things around to where they are supposed to be
2932      Branch: perl
2933            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
2934            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
2935            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
2936            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
2937            + t/lib/dprof/test6_t t/lib/dprof/test6_v
2938           +> utils/dprofpp.PL
2939            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
2940            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
2941            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
2942            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
2943            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
2944            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
2945            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
2946            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
2947            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
2948            ! installperl pod/roffitall utils/Makefile
2949            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2950 ____________________________________________________________________________
2951 [  3709] By: gsar                                  on 1999/07/20  06:13:16
2952         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
2953      Branch: perl
2954            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
2955            ! ext/Devel/Peek/Makefile.PL
2956 ____________________________________________________________________________
2957 [  3708] By: gsar                                  on 1999/07/20  06:01:22
2958         Log: move DProf to Devel/DProf
2959      Branch: perl
2960           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
2961           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
2962           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
2963           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
2964           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
2965           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
2966           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
2967           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
2968           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
2969           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
2970           +> ext/Devel/DProf/test.pl
2971            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
2972            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
2973            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
2974            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
2975            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
2976            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
2977            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
2978            ! MAINTAIN MANIFEST configure.com win32/Makefile
2979            ! win32/makefile.mk
2980 ____________________________________________________________________________
2981 [  3707] By: gsar                                  on 1999/07/20  05:39:11
2982         Log: add Devel::DProf v19990108 from CPAN, as it was
2983      Branch: perl
2984            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
2985            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
2986            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
2987            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
2988            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
2989            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
2990            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
2991            ! MANIFEST
2992 ____________________________________________________________________________
2993 [  3706] By: gsar                                  on 1999/07/20  04:52:25
2994         Log: C<union any> needs no PERL_OBJECT-treatment
2995      Branch: perl
2996            ! win32/win32.h
2997 ____________________________________________________________________________
2998 [  3705] By: gsar                                  on 1999/07/20  04:11:54
2999         Log: fix problem in default build
3000      Branch: perl
3001            ! win32/Makefile win32/makefile.mk
3002 ____________________________________________________________________________
3003 [  3704] By: jhi                                   on 1999/07/19  07:06:36
3004         Log: Integrate with Sarathy.
3005      Branch: cfgperl
3006           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
3007           !> win32/win32.c
3008 ____________________________________________________________________________
3009 [  3703] By: gsar                                  on 1999/07/19  05:55:57
3010         Log: win32 nits
3011      Branch: perl
3012            ! makedef.pl sv.h
3013 ____________________________________________________________________________
3014 [  3702] By: gsar                                  on 1999/07/19  04:29:34
3015         Log: don't display tid from main thread (or testsuite breaks)
3016      Branch: perl
3017            ! lib/Carp.pm util.c
3018 ____________________________________________________________________________
3019 [  3701] By: gsar                                  on 1999/07/19  00:47:52
3020         Log: remove several doubled (and tripled!) entries
3021      Branch: perl
3022            ! pod/perldiag.pod
3023 ____________________________________________________________________________
3024 [  3700] By: gsar                                  on 1999/07/19  00:42:34
3025         Log: integrate cfgperl contents into mainline
3026      Branch: perl
3027           +> makedef.pl
3028            - perl_exp.SH win32/makedef.pl
3029           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
3030           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
3031           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
3032           !> utf8.c util.c win32/Makefile win32/makefile.mk
3033 ____________________________________________________________________________
3034 [  3699] By: gsar                                  on 1999/07/19  00:33:59
3035         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
3036      Branch: perl
3037            ! Changes win32/win32.c
3038 ____________________________________________________________________________
3039 [  3698] By: jhi                                   on 1999/07/18  21:33:57
3040         Log: Integrate with Sarathy.
3041      Branch: cfgperl
3042           +> t/op/chars.t
3043           !> (integrate 57 files)
3044 ____________________________________________________________________________
3045 [  3697] By: gsar                                  on 1999/07/18  05:22:36
3046         Log: From: pvhp@forte.com (Peter Prymmer)
3047              Date: Thu, 1 Jul 99 19:31:24 PDT
3048              Message-Id: <9907020231.AA16942@forte.com>
3049              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
3050      Branch: perl
3051            + t/op/chars.t
3052            ! MANIFEST ebcdic.c t/op/ord.t
3053 ____________________________________________________________________________
3054 [  3696] By: gsar                                  on 1999/07/18  05:11:02
3055         Log: display thread id in diagnostics (suggested by Dan Sugalski)
3056      Branch: perl
3057            ! lib/Carp.pm util.c
3058 ____________________________________________________________________________
3059 [  3695] By: gsar                                  on 1999/07/18  04:57:47
3060         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
3061      Branch: perl
3062            ! pod/perldiag.pod
3063 ____________________________________________________________________________
3064 [  3694] By: gsar                                  on 1999/07/18  04:56:28
3065         Log: cache [NIUP]V conversions of defined READONLY values
3066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3067              Date: Sun, 11 Jul 1999 04:39:44 -0400
3068              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
3069              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
3070      Branch: perl
3071            ! sv.c
3072 ____________________________________________________________________________
3073 [  3693] By: gsar                                  on 1999/07/18  03:53:38
3074         Log: From: jan.dubois@ibm.net (Jan Dubois)
3075              Date: Sat, 17 Jul 1999 10:58:29 +0200
3076              Message-ID: <379144ad.13616689@smtp1.ibm.net>
3077              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
3078      Branch: perl
3079            ! lib/ExtUtils/Manifest.pm
3080 ____________________________________________________________________________
3081 [  3692] By: gsar                                  on 1999/07/18  03:51:03
3082         Log: remove spurious newSTATEOP() that causes goto to enter one too many
3083              contexts when jumping between if and elsif blocks
3084      Branch: perl
3085            ! perly.c perly.y pp_ctl.c t/op/goto.t
3086 ____________________________________________________________________________
3087 [  3691] By: gsar                                  on 1999/07/18  01:49:59
3088         Log: detypo, update Changes
3089      Branch: perl
3090            ! Changes doio.c
3091 ____________________________________________________________________________
3092 [  3690] By: gsar                                  on 1999/07/18  01:16:59
3093         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
3094      Branch: perl
3095            ! lib/integer.pm
3096 ____________________________________________________________________________
3097 [  3689] By: gsar                                  on 1999/07/18  00:47:17
3098         Log: ensure __END__ appears on a line by itself in wrapped
3099              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
3100              mention caveat about successfull kill()
3101      Branch: perl
3102            ! pod/perlfunc.pod win32/bin/pl2bat.pl
3103 ____________________________________________________________________________
3104 [  3688] By: gsar                                  on 1999/07/17  20:47:44
3105         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
3106      Branch: perl
3107            ! ext/SDBM_File/sdbm/Makefile.PL
3108 ____________________________________________________________________________
3109 [  3687] By: gsar                                  on 1999/07/17  20:43:27
3110         Log: make CC.pm use a distinct CCPP() macro rather than PP()
3111              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
3112      Branch: perl
3113            ! cc_runtime.h ext/B/B/CC.pm
3114 ____________________________________________________________________________
3115 [  3686] By: gsar                                  on 1999/07/17  20:39:08
3116         Log: tiny bug in vars.pm (from John Dlugosz)
3117      Branch: perl
3118            ! lib/vars.pm
3119 ____________________________________________________________________________
3120 [  3685] By: gsar                                  on 1999/07/17  20:37:27
3121         Log: applied suggested patch, along with later tweak
3122              From: jan.dubois@ibm.net (Jan Dubois)
3123              Date: Wed, 14 Jul 1999 23:53:43 +0200
3124              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
3125              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
3126      Branch: perl
3127            ! lib/Pod/Html.pm
3128 ____________________________________________________________________________
3129 [  3684] By: gsar                                  on 1999/07/17  20:24:32
3130         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
3131      Branch: perl
3132            ! thrdvar.h
3133 ____________________________________________________________________________
3134 [  3683] By: gsar                                  on 1999/07/17  20:21:01
3135         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3136              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
3137              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
3138              Subject: [PATCH 5.005_57] Segfaults if $^P
3139      Branch: perl
3140            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
3141            ! proto.h
3142 ____________________________________________________________________________
3143 [  3682] By: gsar                                  on 1999/07/17  20:04:17
3144         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
3145              and prefix/lib/perl5/man are ass_u_med only if those directories
3146              actually exist; else prefix/{lib,man} are used)
3147      Branch: perl
3148            ! lib/ExtUtils/MM_Unix.pm
3149 ____________________________________________________________________________
3150 [  3681] By: gsar                                  on 1999/07/17  19:12:33
3151         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
3152      Branch: perl
3153            ! op.c t/comp/proto.t
3154 ____________________________________________________________________________
3155 [  3680] By: gsar                                  on 1999/07/17  18:23:55
3156         Log: fix vec() on magic values
3157              From: Ian Phillipps <ian@dial.pipex.com>
3158              Date: Mon, 12 Jul 1999 12:30:05 +0100
3159              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
3160              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
3161      Branch: perl
3162            ! doop.c t/op/tie.t
3163 ____________________________________________________________________________
3164 [  3679] By: gsar                                  on 1999/07/17  18:10:44
3165         Log: make system() return -1 and set $! if exec of child failed
3166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3167              Date: Fri, 9 Jul 1999 05:21:13 -0400
3168              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
3169              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
3170      Branch: perl
3171            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
3172            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
3173 ____________________________________________________________________________
3174 [  3678] By: gsar                                  on 1999/07/17  17:54:01
3175         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3176              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
3177              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
3178              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
3179      Branch: perl
3180            ! util.c
3181 ____________________________________________________________________________
3182 [  3677] By: gsar                                  on 1999/07/17  17:34:38
3183         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
3184              converted Ken's documentation outline into pod
3185      Branch: perl
3186            ! x2p/find2perl.PL
3187 ____________________________________________________________________________
3188 [  3676] By: gsar                                  on 1999/07/17  16:34:09
3189         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
3190              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
3191              Steve Lidie
3192      Branch: perl
3193            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
3194            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3195            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
3196            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
3197            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
3198            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
3199 ____________________________________________________________________________
3200 [  3675] By: gsar                                  on 1999/07/17  00:16:53
3201         Log: backout redundant change#3628
3202      Branch: perl
3203            ! Changes hints/bsdos.sh
3204 ____________________________________________________________________________
3205 [  3674] By: jhi                                   on 1999/07/15  14:26:03
3206         Log: Fix the bin/oct/hex constant overflow tests for
3207              long long platforms.
3208      Branch: cfgperl
3209            ! t/pragma/warn/util
3210 ____________________________________________________________________________
3211 [  3673] By: jhi                                   on 1999/07/14  21:59:11
3212         Log: Fixed AIX dynamic loading and AIX shared Perl library.
3213              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
3214              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
3215              Hijacked win32/makedef.pl for more general purpose export
3216              list building, now it is used (as toplevel makedef.pl)
3217              for win32 and AIX (perl_exp.SH made unnecessary).
3218              Because the export lists are now correct in AIX, no more linker
3219              warnings about "Exported symbol not defined" should appear.
3220      Branch: cfgperl
3221            + makedef.pl
3222            - perl_exp.SH win32/makedef.pl
3223            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
3224            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
3225            ! win32/makefile.mk
3226 ____________________________________________________________________________
3227 [  3672] By: gsar                                  on 1999/07/14  17:12:13
3228         Log: minor efficiency tweak
3229      Branch: perl
3230            ! pp_ctl.c
3231 ____________________________________________________________________________
3232 [  3671] By: jhi                                   on 1999/07/14  16:22:39
3233         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
3234              if its caller re_intuit_start() was entered with strend == strpos
3235              because end_shift ended up as -1.  The patch ain't necessarily
3236              correct but least the core dump is avoided.
3237      Branch: cfgperl
3238            ! regexec.c
3239 ____________________________________________________________________________
3240 [  3670] By: jhi                                   on 1999/07/13  07:59:09
3241         Log: Integrate with Sarathy.
3242      Branch: cfgperl
3243            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3244            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
3245           !> (integrate 67 files)
3246 ____________________________________________________________________________
3247 [  3669] By: gsar                                  on 1999/07/12  06:14:54
3248         Log: fixups for sundry warnings about function pointers
3249      Branch: perl
3250            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
3251            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
3252            ! win32/win32.c win32/win32.h
3253 ____________________________________________________________________________
3254 [  3668] By: gsar                                  on 1999/07/12  04:11:58
3255         Log: tweaks for win32/borland
3256      Branch: perl
3257            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
3258 ____________________________________________________________________________
3259 [  3667] By: gsar                                  on 1999/07/12  01:55:15
3260         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
3261              builds; passing the implicit context is unified among the three
3262              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
3263              flavors (see the top of perl.h) for testing; all varargs functions
3264              foo() have a va_list-taking variant vfoo() for generating the
3265              context-free versions; the PERL_OBJECT build should now be
3266              hyper-compatible with CPAN extensions (C++ is totally out of
3267              the picture)
3268              
3269              result has only been tested on Windows
3270              
3271              TODO: write docs on the THX rationale and idiomatic usage of
3272              the Perl API
3273      Branch: perl
3274            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3275            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
3276            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
3277            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3278            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
3279            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
3280            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3281            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
3282            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
3283            ! global.sym globals.c intrpvar.h iperlsys.h
3284            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3285            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
3286            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
3287            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
3288            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
3289            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
3290            ! win32/dl_win32.xs win32/include/dirent.h
3291            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
3292            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
3293            ! win32/win32iop.h win32/win32sck.c
3294 ____________________________________________________________________________
3295 [  3666] By: jhi                                   on 1999/07/11  22:00:13
3296         Log: Integrate with Sarathy.
3297      Branch: cfgperl
3298           !> op.c t/op/lex_assign.t
3299 ____________________________________________________________________________
3300 [  3665] By: jhi                                   on 1999/07/11  21:59:01
3301         Log: More manual sync.
3302      Branch: cfgperl
3303            ! pod/perldelta.pod
3304 ____________________________________________________________________________
3305 [  3664] By: gsar                                  on 1999/07/11  19:11:07
3306         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
3307              remedy and related tests via private mail
3308      Branch: perl
3309            ! op.c t/op/lex_assign.t
3310 ____________________________________________________________________________
3311 [  3663] By: jhi                                   on 1999/07/11  15:04:37
3312         Log: Manual synchronization with Sarathy (some files
3313              had drifted apart for no apparent reason), plus
3314              I had a typo in dl_vms.xs Sarathy had fixed.
3315      Branch: cfgperl
3316            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
3317 ____________________________________________________________________________
3318 [  3662] By: jhi                                   on 1999/07/10  12:23:21
3319         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
3320              to adapt to the underlying platform (the binary, 0b1..., test
3321              was broken in 64-bit platforms).  Also change "hex" in the
3322              warning messages to "hexadecimal" to match "binary" and "octal".
3323      Branch: cfgperl
3324            ! pod/perldiag.pod t/pragma/warn/util util.c
3325 ____________________________________________________________________________
3326 [  3661] By: jhi                                   on 1999/07/08  21:54:55
3327         Log: Integrate with Sarathy.
3328      Branch: cfgperl
3329           +> perlapi.c perlapi.h
3330           !> (integrate 43 files)
3331 ____________________________________________________________________________
3332 [  3660] By: gsar                                  on 1999/07/08  18:47:35
3333         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
3334      Branch: perl
3335            + perlapi.c perlapi.h
3336            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
3337            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
3338            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
3339            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
3340            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
3341            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
3342            ! win32/win32.h
3343 ____________________________________________________________________________
3344 [  3659] By: gsar                                  on 1999/07/08  18:41:45
3345         Log: sundry cleanups for clean build on windows
3346      Branch: perl
3347            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
3348 ____________________________________________________________________________
3349 [  3658] By: gsar                                  on 1999/07/08  01:24:25
3350         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
3351              type mismatch problems
3352      Branch: perl
3353            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
3354            ! t/pragma/warn/op toke.c utf8.c util.c
3355 ____________________________________________________________________________
3356 [  3657] By: jhi                                   on 1999/07/07  23:01:16
3357         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
3358      Branch: cfgperl
3359            ! pod/perldiag.pod
3360           !> Changes configure.com ext/B/B/Deparse.pm
3361           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
3362           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
3363           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
3364           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
3365           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
3366           !> t/pragma/overload.t thread.h vms/vms.c
3367 ____________________________________________________________________________
3368 [  3656] By: gsar                                  on 1999/07/07  21:04:38
3369         Log: integrate cfgperl contents
3370      Branch: perl
3371           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
3372           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
3373           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
3374            ! Changes
3375           !> (integrate 45 files)
3376 ____________________________________________________________________________
3377 [  3655] By: gsar                                  on 1999/07/07  18:55:45
3378         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
3379              <pvhp@forte.com>
3380      Branch: perl
3381            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
3382 ____________________________________________________________________________
3383 [  3654] By: gsar                                  on 1999/07/07  18:47:03
3384         Log: change#1889 mistakenly removed F_SETLK
3385      Branch: perl
3386            ! ext/Fcntl/Fcntl.xs
3387 ____________________________________________________________________________
3388 [  3653] By: gsar                                  on 1999/07/07  18:42:42
3389         Log: B::Deparse update
3390              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3391              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
3392              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
3393              Subject: [PATCH _57, long] B::Deparse 0.58
3394      Branch: perl
3395            ! ext/B/B/Deparse.pm
3396 ____________________________________________________________________________
3397 [  3652] By: gsar                                  on 1999/07/07  18:41:07
3398         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3399              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
3400              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
3401              Subject: Re: [ID 19990705.001] Overloading boolean conversion
3402      Branch: perl
3403            ! gv.c t/pragma/overload.t
3404 ____________________________________________________________________________
3405 [  3651] By: gsar                                  on 1999/07/07  17:47:30
3406         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
3407      Branch: perl
3408            ! perlsfio.h
3409 ____________________________________________________________________________
3410 [  3650] By: gsar                                  on 1999/07/07  17:45:52
3411         Log: applied new parts of suggested patch
3412              From: Charles Bailey <BAILEY@newman.upenn.edu>
3413              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
3414              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
3415              Subject: [PATCH 5.005_57] Consolidated VMS patch
3416      Branch: perl
3417            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
3418            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
3419            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
3420            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
3421            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
3422 ____________________________________________________________________________
3423 [  3649] By: jhi                                   on 1999/07/07  13:38:02
3424         Log: Sync regcomp warn with reality.
3425      Branch: cfgperl
3426            ! t/pragma/warn/regcomp
3427 ____________________________________________________________________________
3428 [  3648] By: jhi                                   on 1999/07/07  13:04:55
3429         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
3430              resolved manually.
3431      Branch: cfgperl
3432           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
3433           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
3434           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
3435            - README.lexwarn
3436           !> (integrate 79 files)
3437 ____________________________________________________________________________
3438 [  3647] By: gsar                                  on 1999/07/07  10:32:03
3439         Log: From: jan.dubois@ibm.net (Jan Dubois)
3440              Date: Thu, 01 Jul 1999 11:17:53 +0200
3441              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
3442              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
3443      Branch: perl
3444            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3445            ! lib/ExtUtils/MakeMaker.pm
3446 ____________________________________________________________________________
3447 [  3646] By: gsar                                  on 1999/07/07  10:27:55
3448         Log: fix undocumented IO::Handle functions as suggested
3449              by cj10@cam.ac.uk
3450      Branch: perl
3451            ! ext/IO/lib/IO/Handle.pm
3452 ____________________________________________________________________________
3453 [  3645] By: gsar                                  on 1999/07/07  10:18:55
3454         Log: prohibit thread join()ing itself (from Dan Sugalski)
3455      Branch: perl
3456            ! ext/Thread/Thread.xs
3457 ____________________________________________________________________________
3458 [  3644] By: gsar                                  on 1999/07/07  10:14:26
3459         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3460              Date: Wed, 30 Jun 1999 14:02:42 -0700
3461              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
3462              Subject:  [PATCH 5.005_57] Compiler and XSUBS
3463      Branch: perl
3464            ! ext/B/B/C.pm
3465 ____________________________________________________________________________
3466 [  3643] By: gsar                                  on 1999/07/07  10:08:38
3467         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
3468              (from François Désarménien <desar@club-internet.fr>)
3469      Branch: perl
3470            ! pod/perlsyn.pod
3471 ____________________________________________________________________________
3472 [  3642] By: gsar                                  on 1999/07/07  10:03:24
3473         Log: From: Doug MacEachern <dougm@cp.net>
3474              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
3475              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
3476              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
3477      Branch: perl
3478            ! ext/B/B.xs
3479 ____________________________________________________________________________
3480 [  3641] By: gsar                                  on 1999/07/07  10:00:57
3481         Log: slightly modified version of suggested patch
3482              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
3483              Date: Mon, 28 Jun 1999 14:23:59 -0400
3484              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
3485              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
3486      Branch: perl
3487            ! ext/POSIX/POSIX.xs
3488 ____________________________________________________________________________
3489 [  3640] By: gsar                                  on 1999/07/07  09:45:43
3490         Log: lexical warnings update (warning.t fails one test
3491              due to leaked scalar, investigation pending)
3492              From: paul.marquess@bt.com
3493              Date: Sat, 26 Jun 1999 23:19:52 +0100
3494              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
3495              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
3496      Branch: perl
3497            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
3498            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
3499            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
3500            - README.lexwarn
3501            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
3502            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3503            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
3504            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
3505            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3506            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
3507            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
3508            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
3509            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
3510            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
3511            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
3512            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
3513            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
3514            ! warning.h warning.pl win32/win32.c
3515 ____________________________________________________________________________
3516 [  3639] By: gsar                                  on 1999/07/07  08:09:30
3517         Log: From: Brian Jepson <bjepson@home.com>
3518              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
3519              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
3520              Subject: Patch to JPL example program
3521      Branch: perl
3522            ! jpl/JPL_Rolo/JPL_Rolo.jpl
3523 ____________________________________________________________________________
3524 [  3638] By: jhi                                   on 1999/07/07  08:07:58
3525         Log: Integrate with Sarathy.
3526      Branch: cfgperl
3527           !> (integrate 34 files)
3528 ____________________________________________________________________________
3529 [  3637] By: gsar                                  on 1999/07/07  08:07:49
3530         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3531              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
3532              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
3533              Subject: [PATCH _57, long] Eliminate CONDOPs
3534      Branch: perl
3535            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
3536            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
3537            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
3538            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
3539            ! pod/perltoc.pod pp_ctl.c pp_hot.c
3540 ____________________________________________________________________________
3541 [  3636] By: gsar                                  on 1999/07/07  07:50:51
3542         Log: adapted suggested patch for IO-1.20x
3543              From: ian@dial.pipex.com
3544              Date:  Fri, 25 Jun 1999 10:39:42 +0100
3545              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
3546              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
3547      Branch: perl
3548            ! ext/IO/lib/IO/Socket.pm
3549 ____________________________________________________________________________
3550 [  3635] By: gsar                                  on 1999/07/07  07:26:05
3551         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
3552      Branch: perl
3553            ! hints/powerux.sh
3554 ____________________________________________________________________________
3555 [  3634] By: gsar                                  on 1999/07/07  07:20:02
3556         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3557              Date: Wed, 23 Jun 1999 16:16:05 +0100
3558              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
3559              Subject: [PATCH 5.005_57] memleak in optimizer
3560      Branch: perl
3561            ! embed.h embed.pl objXSUB.h op.c proto.h
3562 ____________________________________________________________________________
3563 [  3633] By: gsar                                  on 1999/07/07  07:10:52
3564         Log: add do-not-edit caveats for files generated by opcode.pl
3565              (suggested by Hugo van der Sanden)
3566      Branch: perl
3567            ! opcode.h opcode.pl pp.sym pp_proto.h
3568 ____________________________________________________________________________
3569 [  3632] By: gsar                                  on 1999/07/07  06:41:13
3570         Log: better diagnostics on read operations from write-only
3571              filehandles
3572      Branch: perl
3573            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
3574            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
3575 ____________________________________________________________________________
3576 [  3631] By: gsar                                  on 1999/07/07  02:03:34
3577         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
3578              by David Muir Sharnoff <muir@idiom.com>)
3579      Branch: perl
3580            ! lib/Sys/Hostname.pm
3581 ____________________________________________________________________________
3582 [  3630] By: gsar                                  on 1999/07/07  01:57:16
3583         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3584              Date: Sun, 20 Jun 1999 17:17:17 -0700
3585              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
3586              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
3587      Branch: perl
3588            ! ext/B/B/CC.pm
3589 ____________________________________________________________________________
3590 [  3629] By: gsar                                  on 1999/07/07  01:46:03
3591         Log: installperl should write normal messages to STDOUT, not STDERR
3592      Branch: perl
3593            ! installperl
3594 ____________________________________________________________________________
3595 [  3628] By: gsar                                  on 1999/07/07  01:41:25
3596         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
3597      Branch: perl
3598            ! hints/bsdos.sh
3599 ____________________________________________________________________________
3600 [  3627] By: gsar                                  on 1999/07/07  00:27:10
3601         Log: make diagnostic on C<my $^I> etc., more readable
3602      Branch: perl
3603            ! op.c
3604 ____________________________________________________________________________
3605 [  3626] By: gsar                                  on 1999/07/06  23:47:27
3606         Log: From: Andy Dougherty <doughera@lafayette.edu>
3607              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
3608              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
3609              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
3610      Branch: perl
3611            ! Makefile.SH utils/Makefile
3612 ____________________________________________________________________________
3613 [  3625] By: jhi                                   on 1999/07/06  21:50:46
3614         Log: Some new files of #3624 missing from MANIFEST.
3615      Branch: cfgperl
3616            ! MANIFEST
3617 ____________________________________________________________________________
3618 [  3624] By: jhi                                   on 1999/07/06  21:47:04
3619         Log: POSIX [[:character class:]] support for standard, locale,
3620              and utf8.  If both utf8 and locale are on, utf8 wins.
3621              I don't fully understand why so many tables changed in
3622              lib/unicode because of "make" -- maybe it was just overdue.
3623      Branch: cfgperl
3624            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
3625            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
3626            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
3627            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
3628            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
3629            ! lib/unicode/Block.pl lib/unicode/Category.pl
3630            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3631            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
3632            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
3633            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
3634            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
3635            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
3636            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
3637            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
3638            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
3639            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
3640            ! t/pragma/warn/regcomp utf8.c
3641 ____________________________________________________________________________
3642 [  3623] By: gsar                                  on 1999/07/06  20:52:48
3643         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3644              Date: Wed, 16 Jun 1999 14:57:22 -0400
3645              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
3646              Subject: [PATCH 5.00557] Devel::Peek
3647      Branch: perl
3648            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
3649 ____________________________________________________________________________
3650 [  3622] By: gsar                                  on 1999/07/06  20:22:59
3651         Log: applied patch after demunging headers with appropriate paths
3652              From: "Vishal Bhatia" <vishalb@my-deja.com>
3653              Date: Sat, 12 Jun 1999 08:23:59 -0700
3654              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
3655              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
3656      Branch: perl
3657            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
3658            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
3659 ____________________________________________________________________________
3660 [  3621] By: gsar                                  on 1999/07/06  20:10:50
3661         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3662              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
3663              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
3664              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
3665      Branch: perl
3666            ! doio.c
3667 ____________________________________________________________________________
3668 [  3620] By: jhi                                   on 1999/07/06  19:16:47
3669         Log: Mention EPOC and SOCKS.
3670      Branch: cfgperl
3671            ! pod/perldelta.pod
3672 ____________________________________________________________________________
3673 [  3619] By: gsar                                  on 1999/07/06  16:52:37
3674         Log: fix int vs STRLEN issue
3675      Branch: perl
3676            ! pp.c
3677 ____________________________________________________________________________
3678 [  3618] By: jhi                                   on 1999/07/06  16:52:20
3679         Log: There ain't Perl_atonv().
3680      Branch: cfgperl
3681            ! ext/ByteLoader/bytecode.h
3682 ____________________________________________________________________________
3683 [  3617] By: jhi                                   on 1999/07/06  15:55:22
3684         Log: Integrate with Sarathy.
3685      Branch: cfgperl
3686           !> Makefile.SH
3687 ____________________________________________________________________________
3688 [  3616] By: jhi                                   on 1999/07/06  15:54:09
3689         Log: Tweak for #3613.
3690      Branch: cfgperl
3691            ! Configure config_h.SH
3692 ____________________________________________________________________________
3693 [  3615] By: gsar                                  on 1999/07/06  11:00:21
3694         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3695              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
3696              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
3697              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
3698      Branch: perl
3699            ! Makefile.SH
3700 ____________________________________________________________________________
3701 [  3614] By: jhi                                   on 1999/07/06  10:44:48
3702         Log: Integrate with Sarathy.
3703      Branch: cfgperl
3704           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
3705           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
3706 ____________________________________________________________________________
3707 [  3613] By: jhi                                   on 1999/07/06  10:43:20
3708         Log: From: Nathan Kurz <nate@valleytel.net>
3709              Subject: [ID 19990612.001 compiling three deep modules within ext/]
3710              ply-To: nate@valleytel.net
3711              erl5-porters@perl.org
3712              Date: Sat, 12 Jun 1999 01:26:04 -0500
3713              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
3714      Branch: cfgperl
3715            ! Configure config_h.SH
3716 ____________________________________________________________________________
3717 [  3612] By: gsar                                  on 1999/07/06  10:17:52
3718         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3719              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
3720              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
3721              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
3722      Branch: perl
3723            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
3724 ____________________________________________________________________________
3725 [  3611] By: gsar                                  on 1999/07/06  09:51:20
3726         Log: From: pvhp@forte.com (Peter Prymmer)
3727              Date: Fri, 11 Jun 99 17:07:19 PDT
3728              Message-Id: <9906120007.AA13802@forte.com>
3729              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
3730      Branch: perl
3731            ! ext/IO/lib/IO/File.pm
3732 ____________________________________________________________________________
3733 [  3610] By: gsar                                  on 1999/07/06  09:37:37
3734         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
3735              tweak)
3736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3737              Date: Wed, 09 Jun 1999 18:27:51 +0100
3738              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
3739              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
3740      Branch: perl
3741            ! perl.h t/base/rs.t
3742 ____________________________________________________________________________
3743 [  3609] By: jhi                                   on 1999/07/06  09:28:48
3744         Log: Integrate with Sarathy.
3745      Branch: cfgperl
3746           !> (integrate 49 files)
3747 ____________________________________________________________________________
3748 [  3608] By: gsar                                  on 1999/07/06  09:28:21
3749         Log: test tweak
3750      Branch: perl
3751            ! t/pragma/warn/op
3752 ____________________________________________________________________________
3753 [  3607] By: jhi                                   on 1999/07/06  09:22:48
3754         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
3755      Branch: cfgperl
3756            ! Configure config_h.SH
3757 ____________________________________________________________________________
3758 [  3606] By: gsar                                  on 1999/07/06  09:05:02
3759         Log: applied slightly tweaked version of suggested patch for
3760              improved RE API
3761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3762              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
3763              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
3764              Subject: [PATCH 5.005_57] REx engine rehash
3765      Branch: perl
3766            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
3767            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
3768            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
3769            ! util.c
3770 ____________________________________________________________________________
3771 [  3605] By: gsar                                  on 1999/07/06  08:54:03
3772         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
3773      Branch: perl
3774            ! sv.c
3775 ____________________________________________________________________________
3776 [  3604] By: gsar                                  on 1999/07/06  07:08:30
3777         Log: From: paul.marquess@bt.com
3778              Date: Tue, 8 Jun 1999 22:37:58 +0100 
3779              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
3780              Subject: [PATCH 5.005_57] DB_File 1.67
3781      Branch: perl
3782            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3783            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3784 ____________________________________________________________________________
3785 [  3603] By: gsar                                  on 1999/07/06  07:04:50
3786         Log: From: paul.marquess@bt.com
3787              Date: Tue, 8 Jun 1999 22:34:01 +0100 
3788              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
3789              Subject: [PATCH 5.005_57] DBM Filters
3790      Branch: perl
3791            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3792            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
3793            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
3794            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
3795 ____________________________________________________________________________
3796 [  3602] By: gsar                                  on 1999/07/06  07:00:01
3797         Log: slightly tweaked version of suggested patch
3798              From: Dan Sugalski <sugalskd@ous.edu>
3799              Date: Tue, 08 Jun 1999 14:09:38 -0700
3800              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
3801              Subject: [PATCH 5.005_57]Use NV instead of double in the core
3802      Branch: perl
3803            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
3804            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
3805            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
3806            ! proto.h sv.c sv.h toke.c universal.c util.c
3807 ____________________________________________________________________________
3808 [  3601] By: gsar                                  on 1999/07/06  06:52:57
3809         Log: integrate cfgperl contents into mainline
3810      Branch: perl
3811           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
3812           +> epoc/perl.mmp epoc/perl.pkg
3813           !> (integrate 30 files)
3814 ____________________________________________________________________________
3815 [  3598] By: jhi                                   on 1999/07/05  20:02:55
3816         Log: Integrate with mainperl.
3817      Branch: cfgperl
3818           +> lib/CGI/Pretty.pm
3819           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
3820           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
3821           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
3822           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
3823           !> vms/vmsish.h
3824 ____________________________________________________________________________
3825 [  3597] By: jhi                                   on 1999/07/05  19:59:48
3826         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
3827              that addresses the notorious "Additional libraries" question.
3828      Branch: cfgperl
3829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3830            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
3831            ! pp_sys.c
3832 ____________________________________________________________________________
3833 [  3596] By: gsar                                  on 1999/07/05  18:30:51
3834         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3835              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
3836              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
3837              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
3838      Branch: perl
3839            ! pp_sys.c t/lib/io_udp.t
3840 ____________________________________________________________________________
3841 [  3595] By: gsar                                  on 1999/07/05  18:29:08
3842         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3843              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
3844              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
3845              Subject: [PATCH 5.00557] Setting $^E wipes out $!
3846      Branch: perl
3847            ! mg.c
3848 ____________________________________________________________________________
3849 [  3594] By: gsar                                  on 1999/07/05  18:24:53
3850         Log: hand-apply whitespace mutiliated patch
3851              From: Dan Sugalski <sugalskd@osshe.edu>
3852              Date: Mon, 07 Jun 1999 14:46:42 -0700
3853              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
3854              Subject: [PATCH 5.005_57]Updated VMS patch
3855      Branch: perl
3856            ! thread.h vms/descrip_mms.template vms/subconfigure.com
3857            ! vms/vms.c vms/vmsish.h
3858 ____________________________________________________________________________
3859 [  3593] By: gsar                                  on 1999/07/05  17:53:04
3860         Log: applied parts not duplicated by previous patches
3861              From: "Vishal Bhatia" <vishalb@my-deja.com>
3862              Date: Sat, 05 Jun 1999 08:42:17 -0700
3863              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
3864              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
3865      Branch: perl
3866            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
3867            ! ext/B/B/Stackobj.pm
3868 ____________________________________________________________________________
3869 [  3592] By: jhi                                   on 1999/07/05  17:17:22
3870         Log: AIX threaded build, plus few more on the side.
3871      Branch: cfgperl
3872            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
3873            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3874            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
3875            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
3876 ____________________________________________________________________________
3877 [  3591] By: gsar                                  on 1999/07/05  16:52:34
3878         Log: "\e" and "\a" didn't produce right escape under EBCDIC
3879              From: pvhp@forte.com (Peter Prymmer)
3880              Date: Fri, 4 Jun 99 12:00:27 PDT
3881              Message-Id: <9906041900.AA28387@forte.com>
3882              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
3883      Branch: perl
3884            ! toke.c
3885 ____________________________________________________________________________
3886 [  3590] By: gsar                                  on 1999/07/05  16:40:01
3887         Log: s/scalar ref constructor/single ref constructor/ (suggested
3888              by Stephen McCamant)
3889      Branch: perl
3890            ! opcode.h opcode.pl
3891 ____________________________________________________________________________
3892 [  3589] By: gsar                                  on 1999/07/05  16:34:06
3893         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
3894      Branch: perl
3895            ! ext/GDBM_File/GDBM_File.xs
3896 ____________________________________________________________________________
3897 [  3588] By: gsar                                  on 1999/07/05  16:29:39
3898         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
3899              is unchanged still)
3900      Branch: perl
3901            ! op.c
3902 ____________________________________________________________________________
3903 [  3587] By: jhi                                   on 1999/07/05  10:31:43
3904         Log: Make perl_exp.SH smarter about what to include and what to exclude.
3905      Branch: cfgperl
3906            ! perl_exp.SH
3907 ____________________________________________________________________________
3908 [  3586] By: jhi                                   on 1999/07/05  09:29:31
3909         Log: Remove unnecessary and extraneous my $i = 0.
3910      Branch: cfgperl
3911            ! bytecode.pl
3912 ____________________________________________________________________________
3913 [  3585] By: jhi                                   on 1999/07/05  07:28:59
3914         Log: Integrate with mainperl.
3915      Branch: cfgperl
3916           !> (integrate 30 files)
3917 ____________________________________________________________________________
3918 [  3584] By: gsar                                  on 1999/07/05  05:36:28
3919         Log: From: Vishal Bhatia <vishalb@hotmail.com>
3920              Date: Thu, 03 Jun 1999 00:57:48 PDT
3921              Message-ID: <19990603075749.86665.qmail@hotmail.com>
3922              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
3923      Branch: perl
3924            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
3925 ____________________________________________________________________________
3926 [  3583] By: gsar                                  on 1999/07/05  05:31:19
3927         Log: suppress fancy display when in verbose mode (suggested by
3928              Paul Johnson <pjcj@transeda.com>)
3929      Branch: perl
3930            ! lib/Test/Harness.pm
3931 ____________________________________________________________________________
3932 [  3582] By: gsar                                  on 1999/07/05  05:17:12
3933         Log: cygwin32 update
3934              From: "Fifer, Eric" <EFifer@sanwaint.com>
3935              Date:  Wed, 2 Jun 1999 15:16:05 +0100
3936              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
3937              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
3938      Branch: perl
3939            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
3940            ! cygwin32/build-instructions.READFIRST
3941            ! cygwin32/build-instructions.charles-wilson
3942            ! cygwin32/build-instructions.sebastien-barre
3943            ! cygwin32/build-instructions.steven-morlock
3944            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
3945            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
3946            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
3947            ! t/op/magic.t util.c
3948 ____________________________________________________________________________
3949 [  3581] By: gsar                                  on 1999/07/05  02:46:18
3950         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
3951      Branch: perl
3952            ! util.c
3953 ____________________________________________________________________________
3954 [  3580] By: gsar                                  on 1999/07/05  02:38:03
3955         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
3956              Date: Mon, 31 May 1999 18:18:13 -0600
3957              Message-ID: <19990601001813.AAA17834@csgsystems.com>
3958              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
3959      Branch: perl
3960            ! t/TEST t/UTEST t/harness utils/perlcc.PL
3961 ____________________________________________________________________________
3962 [  3579] By: gsar                                  on 1999/07/05  01:20:58
3963         Log: compatibility tweak for Class::Struct
3964      Branch: perl
3965            ! lib/Class/Struct.pm
3966 ____________________________________________________________________________
3967 [  3578] By: jhi                                   on 1999/07/04  23:26:01
3968         Log: Miscellaneus AIX fixes + SOCKS support.
3969      Branch: cfgperl
3970            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3971            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
3972            ! hints/aix.sh pp_sys.c
3973 ____________________________________________________________________________
3974 [  3577] By: gsar                                  on 1999/07/04  23:07:39
3975         Log: test tweak
3976      Branch: perl
3977            ! t/io/openpid.t
3978 ____________________________________________________________________________
3979 [  3576] By: jhi                                   on 1999/07/04  22:39:23
3980         Log: Integrate with mainperl.
3981      Branch: cfgperl
3982           +> t/io/openpid.t
3983            - win32/perlhost.h
3984           !> (integrate 51 files)
3985 ____________________________________________________________________________
3986 [  3575] By: jhi                                   on 1999/07/04  22:26:48
3987         Log: Added 64-bit support for AIX 4.3 or better
3988              based on Martin H. Rusoff's observations.
3989      Branch: cfgperl
3990            ! Configure config_h.SH hints/aix.sh
3991 ____________________________________________________________________________
3992 [  3574] By: jhi                                   on 1999/07/04  21:34:47
3993         Log: Do not throw away gccvers compilation errors.
3994              From: Andy Dougherty <doughera@lafayette.edu>
3995              To: Ron Seguin <rseguin@on.bell.ca>
3996              Cc: Perl Porters <perl5-porters@perl.org>
3997              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
3998              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
3999              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
4000      Branch: cfgperl
4001            ! Configure config_h.SH
4002 ____________________________________________________________________________
4003 [  3573] By: gsar                                  on 1999/07/04  21:10:32
4004         Log: adapted suggested tests for addition to testsuite
4005              From: RonaldWS@aol.com
4006              Date:  Sun, 30 May 1999 16:27:28 EDT
4007              Message-Id:  <25cd799f.2482f930@aol.com>
4008              Subject: [19990530.007] Open with pipe | does not return pid under win32
4009      Branch: perl
4010            + t/io/openpid.t
4011            ! MANIFEST win32/win32.c
4012 ____________________________________________________________________________
4013 [  3572] By: gsar                                  on 1999/07/04  20:29:32
4014         Log: perl_run() should call my_exit(0) for normal completion
4015      Branch: perl
4016            ! perl.c
4017 ____________________________________________________________________________
4018 [  3571] By: jhi                                   on 1999/07/04  20:10:44
4019         Log: Add test for change #3568 plus general cleanup.
4020      Branch: cfgperl
4021            ! t/pragma/locale.t
4022 ____________________________________________________________________________
4023 [  3570] By: gsar                                  on 1999/07/04  20:03:21
4024         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
4025              overloading
4026      Branch: perl
4027            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4028            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
4029 ____________________________________________________________________________
4030 [  3569] By: gsar                                  on 1999/07/04  18:04:48
4031         Log: make AIX dynaloading work when libperl is shared (and thus under
4032              mod_perl etc.)
4033              From: Jens-Uwe Mager <jum@helios.de>
4034              Date:  Sat, 29 May 1999 17:09:52 +0200
4035              Message-Id:  <199905291509.RAA43978@ans.helios.de>
4036              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
4037      Branch: perl
4038            ! ext/DynaLoader/dl_aix.xs
4039 ____________________________________________________________________________
4040 [  3568] By: jhi                                   on 1999/07/04  14:54:23
4041         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
4042              This resulted for example in the 'o' magic not being cleared by
4043              magic_setcollxfrm(), which resulted in strange cmp results.
4044              The bug was reported originally in the message
4045              Subject: Bug with locale
4046              From: Jan Starzynski <jan@planet.de> 
4047              To: perlbug@perl.com 
4048              Date: Fri, 09 Apr 1999 13:23:07 +0200 
4049              Message-ID: <370DE31B.DAEE1332@planet.de> 
4050      Branch: cfgperl
4051            ! pp.c
4052 ____________________________________________________________________________
4053 [  3567] By: gsar                                  on 1999/07/04  02:38:34
4054         Log: remove misleading info on defined(&func), unclutter deprecation
4055              about defined(@array)
4056      Branch: perl
4057            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4058            ! t/pragma/warn/op
4059 ____________________________________________________________________________
4060 [  3566] By: gsar                                  on 1999/07/04  01:46:31
4061         Log: From: jan.dubois@ibm.net (Jan Dubois)
4062              Date: Wed, 26 May 1999 22:07:17 +0200
4063              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
4064              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
4065      Branch: perl
4066            ! Changes win32/win32.c win32/win32.h
4067 ____________________________________________________________________________
4068 [  3565] By: gsar                                  on 1999/07/04  01:26:02
4069         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
4070              for win32 issues)
4071      Branch: perl
4072            ! pod/perlxstut.pod
4073 ____________________________________________________________________________
4074 [  3564] By: gsar                                  on 1999/07/02  03:09:04
4075         Log: avoid warnings
4076      Branch: perl
4077            ! ext/Thread/Thread/Specific.pm lib/fields.pm
4078 ____________________________________________________________________________
4079 [  3563] By: gsar                                  on 1999/06/28  19:23:47
4080         Log: inc version (for CPAN.pm sanity)
4081      Branch: perl
4082            ! lib/Text/ParseWords.pm
4083 ____________________________________________________________________________
4084 [  3562] By: gsar                                  on 1999/06/28  19:19:01
4085         Log: regen perltoc
4086      Branch: perl
4087            ! pod/perltoc.pod
4088 ____________________________________________________________________________
4089 [  3561] By: gsar                                  on 1999/06/28  19:08:41
4090         Log: From: Damian Conway <damian@cs.monash.edu.au>
4091              Date: Wed, 26 May 1999 00:58:35 -0400
4092              Message-Id: <199905260458.AAA06411@defender.perl.org>
4093              Subject: [19990526.002] Misc. improvements to Class:Struct
4094      Branch: perl
4095            ! MANIFEST lib/Class/Struct.pm
4096 ____________________________________________________________________________
4097 [  3560] By: gsar                                  on 1999/06/28  18:50:52
4098         Log: remove bogus PL_optype_size
4099      Branch: perl
4100            ! bytecode.pl ext/ByteLoader/byterun.h
4101 ____________________________________________________________________________
4102 [  3559] By: gsar                                  on 1999/06/28  18:22:26
4103         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
4104      Branch: perl
4105            + lib/CGI/Pretty.pm
4106            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
4107            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
4108            ! t/lib/cgi-html.t t/lib/cgi-request.t
4109 ____________________________________________________________________________
4110 [  3558] By: jhi                                   on 1999/06/28  07:30:21
4111         Log: Change Olaf Lebbe's email address.
4112      Branch: cfgperl
4113            ! README.epoc
4114 ____________________________________________________________________________
4115 [  3557] By: gsar                                  on 1999/06/28  00:07:33
4116         Log: make autogenerated files writable
4117      Branch: perl
4118            - win32/perlhost.h
4119            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
4120            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
4121            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
4122            ! proto.h regnodes.h warning.h win32/config_H.bc
4123            ! win32/config_H.gc win32/config_H.vc
4124 ____________________________________________________________________________
4125 [  3556] By: jhi                                   on 1999/06/27  19:22:53
4126         Log: Update MANIFEST to match #3555.
4127      Branch: cfgperl
4128            ! MANIFEST
4129 ____________________________________________________________________________
4130 [  3555] By: jhi                                   on 1999/06/27  19:16:22
4131         Log: EPOC port to Psion5.
4132              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4133              To: Jarkko Hietaniemi <jhi@iki.fi>
4134              Cc: perl5-porters@perl.org
4135              Subject: Re: Psion5
4136              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
4137              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
4138      Branch: cfgperl
4139            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4140            + epoc/perl.mmp epoc/perl.pkg
4141            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
4142            ! perl.h sv.c util.c
4143 ____________________________________________________________________________
4144 [  3554] By: jhi                                   on 1999/06/27  18:50:52
4145         Log: Integrate from mainperl.
4146      Branch: cfgperl
4147           !> (integrate 48 files)
4148 ____________________________________________________________________________
4149 [  3553] By: gsar                                  on 1999/06/27  14:28:49
4150         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
4151              gone from the public API); PERL_OBJECT builds again on
4152              windows
4153              
4154              TODO: namespace-clean the typedefs in iperlsys.h and
4155              elsewhere; remove C++ remnants from public headers
4156      Branch: perl
4157            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
4158            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4159            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4160            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
4161            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
4162            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
4163            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
4164            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
4165            ! win32/config.gc win32/config.vc win32/dl_win32.xs
4166            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
4167            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
4168            ! win32/win32sck.c
4169 ____________________________________________________________________________
4170 [  3552] By: gsar                                  on 1999/06/27  13:49:31
4171         Log: integrate cfgperl changes into mainline
4172      Branch: perl
4173           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
4174           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
4175           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
4176           !> util.c
4177 ____________________________________________________________________________
4178 [  3551] By: gsar                                  on 1999/06/27  13:31:11
4179         Log: fix indents
4180      Branch: perl
4181            ! op.c
4182 ____________________________________________________________________________
4183 [  3550] By: gsar                                  on 1999/06/24  22:42:53
4184         Log: update Changes
4185      Branch: perl
4186            ! Changes
4187 ____________________________________________________________________________
4188 [  3549] By: gsar                                  on 1999/06/24  22:41:17
4189         Log: avoid race condition in the CAPI extension bootstrap handler
4190      Branch: perl
4191            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
4192 ____________________________________________________________________________
4193 [  3548] By: gsar                                  on 1999/06/24  22:39:53
4194         Log: sanity check to cover the case when perl is installed into the
4195              X:\ (drive root)
4196      Branch: perl
4197            ! win32/win32.c
4198 ____________________________________________________________________________
4199 [  3547] By: gsar                                  on 1999/06/22  19:30:32
4200         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
4201      Branch: perl
4202            ! lib/Tie/RefHash.pm
4203 ____________________________________________________________________________
4204 [  3544] By: jhi                                   on 1999/06/18  19:24:28
4205         Log: Tidy up #3542 and #3543. 
4206      Branch: cfgperl
4207            ! t/pragma/locale.t util.c
4208 ____________________________________________________________________________
4209 [  3543] By: jhi                                   on 1999/06/18  10:28:45
4210         Log: Spice up locale.t.
4211      Branch: cfgperl
4212            ! t/pragma/locale.t
4213 ____________________________________________________________________________
4214 [  3542] By: jhi                                   on 1999/06/17  22:42:03
4215         Log: Fixed two long-standing locale bugs.
4216              
4217              Both problems were related to numeric locale which
4218              controls the radix character aka the decimal separator.
4219              (1) printf (and sprintf) were resetting the numeric locale to C.
4220              (2) Using locale-numerically formatted floating point
4221              numbers (e.g. "1,23") together with -w caused warnings about
4222              "isn't numeric".  The operations were working fine, though,
4223              because atof() was using the local locale.
4224              Both problems reported by Stefan Vogtner.
4225              
4226              Introduced a wrapper for atof() that attempts to convert
4227              the string both ways.  This helps Perl to understand
4228              numbers like this "4.56" even when using a local locale
4229              makes atof() understand only numbers like this "7,89".
4230              
4231              Remaining related problems, both of which existed before
4232              this patch and continue to exist after this patch:
4233              (a) The behaviour of print() is _not_ as documented by perllocale.
4234              Instead of always using the C locale, print() does use the
4235              local locale, just like the *printf() do.  This may be fixable
4236              now that switching to-and-fro between locales has been made
4237              more consistent, but fixing print() would change existing
4238              behaviour.  perllocale is not changed by this patch.
4239              (b) If a number has been stringified (say, via "$number") under
4240              a local locale, the cached string value persists even under
4241              "no locale".  This may or may not be a problem: operations
4242              work fine because the original number is still there, but
4243              that the string form keeps its locale-ish outlook may be
4244              somewhat confusing.
4245      Branch: cfgperl
4246            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
4247            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
4248            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
4249            ! util.c
4250 ____________________________________________________________________________
4251 [  3541] By: jhi                                   on 1999/06/17  20:00:16
4252         Log: Integrate from mainperl.
4253      Branch: cfgperl
4254           !> ext/Data/Dumper/Dumper.pm op.c
4255 ____________________________________________________________________________
4256 [  3540] By: gsar                                  on 1999/06/16  16:49:55
4257         Log: dump C<0> as such, not C<'0'>
4258      Branch: perl
4259            ! ext/Data/Dumper/Dumper.pm
4260 ____________________________________________________________________________
4261 [  3539] By: gsar                                  on 1999/06/13  04:04:40
4262         Log: fix coredumper in change#3498
4263      Branch: perl
4264            ! op.c
4265 ____________________________________________________________________________
4266 [  3538] By: jhi                                   on 1999/06/12  22:01:26
4267         Log: Integrate from mainperl.
4268      Branch: cfgperl
4269           +> lib/caller.pm
4270           !> (integrate 36 files)
4271 ____________________________________________________________________________
4272 [  3537] By: gsar                                  on 1999/06/12  06:43:03
4273         Log: EXTERN_C declarations for global arrays in various
4274              headers, so perl can be built even in C++ mode; win32
4275              build fixups; regen headers
4276      Branch: perl
4277            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
4278            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
4279 ____________________________________________________________________________
4280 [  3536] By: gsar                                  on 1999/06/12  06:38:21
4281         Log: caller.pm typos
4282      Branch: perl
4283            ! lib/caller.pm
4284 ____________________________________________________________________________
4285 [  3535] By: gsar                                  on 1999/06/11  23:13:54
4286         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
4287              is temporarily gone
4288      Branch: perl
4289            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
4290            ! pod/perldelta.pod proto.h win32/perllib.c
4291 ____________________________________________________________________________
4292 [  3534] By: gsar                                  on 1999/06/11  20:41:51
4293         Log: implement C<use caller 'encoding'>
4294      Branch: perl
4295            + lib/caller.pm
4296            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
4297 ____________________________________________________________________________
4298 [  3533] By: gsar                                  on 1999/06/11  16:51:04
4299         Log: truncate() has a peculiar exemption from strict barewords, even
4300              though it has a non-filehandle prototype
4301      Branch: perl
4302            ! op.c t/io/fs.t
4303 ____________________________________________________________________________
4304 [  3532] By: gsar                                  on 1999/06/11  09:09:16
4305         Log: GDBM tweak
4306      Branch: perl
4307            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
4308 ____________________________________________________________________________
4309 [  3531] By: gsar                                  on 1999/06/10  23:34:19
4310         Log: part of the platform changes for IMPLICIT_CONTEXT
4311      Branch: perl
4312            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
4313            ! jpl/PerlInterpreter/PerlInterpreter.c
4314            ! jpl/PerlInterpreter/PerlInterpreter.h
4315            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
4316            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
4317 ____________________________________________________________________________
4318 [  3530] By: jhi                                   on 1999/06/10  20:55:56
4319         Log: Integrate from mainperl.
4320      Branch: cfgperl
4321           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
4322 ____________________________________________________________________________
4323 [  3529] By: gsar                                  on 1999/06/10  20:40:01
4324         Log: DB_File tweaks for IMPLICIT CONTEXT
4325      Branch: perl
4326            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4327 ____________________________________________________________________________
4328 [  3528] By: jhi                                   on 1999/06/10  10:18:15
4329         Log: Integrate from mainperl.
4330      Branch: cfgperl
4331           !> (integrate 105 files)
4332 ____________________________________________________________________________
4333 [  3527] By: gsar                                  on 1999/06/10  09:30:35
4334         Log: most globals are now interpreter local; locale initialization
4335              was too early, defer it until interpreter is allocated and
4336              initialized; multiple interpreters should now be
4337              concurrency-safe (untested)
4338      Branch: perl
4339            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
4340            ! perlvars.h
4341 ____________________________________________________________________________
4342 [  3526] By: gsar                                  on 1999/06/10  08:38:00
4343         Log: fix small nits
4344      Branch: perl
4345            ! cc_runtime.h ext/B/B/CC.pm run.c
4346 ____________________________________________________________________________
4347 [  3525] By: gsar                                  on 1999/06/10  04:41:38
4348         Log: win32 build fixes
4349      Branch: perl
4350            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
4351            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4352            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
4353            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
4354            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4355            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
4356            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
4357            ! win32/win32.c win32/win32.h win32/win32sck.c
4358            ! win32/win32thread.c win32/win32thread.h
4359 ____________________________________________________________________________
4360 [  3524] By: gsar                                  on 1999/06/09  18:03:01
4361         Log: more complete support for implicit thread/interpreter pointer,
4362              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
4363              without that enabled):
4364              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
4365              is a noop; tests pass on Solaris; should be faster now!
4366              - MULTIPLICITY has been tested with and without
4367              PERL_IMPLICIT_CONTEXT on Solaris
4368              - improved function database now merged with embed.pl
4369              - everything except the varargs functions have foo(a,b,c) macros
4370              to provide compatibility
4371              - varargs functions default to compatibility variants that
4372              get the context pointer using dTHX
4373              - there should be almost no source compatibility issues as a
4374              result of all this
4375              - dl_foo.xs changes other than dl_dlopen.xs untested
4376              - still needs documentation, fixups for win32 etc
4377              Next step: migrate most non-mutex variables from perlvars.h
4378              to intrpvar.h
4379      Branch: perl
4380            - proto.pl
4381            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
4382            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
4383            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4384            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4385            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
4386            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4387            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
4388            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4389            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4390            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
4391            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4392            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
4393            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
4394            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
4395            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
4396            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
4397            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
4398            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
4399            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
4400            ! util.c win32/Makefile win32/makefile.mk writemain.SH
4401 ____________________________________________________________________________
4402 [  3523] By: gsar                                  on 1999/06/07  05:24:13
4403         Log: missed a file
4404      Branch: perl
4405            + proto.pl
4406            ! MANIFEST
4407 ____________________________________________________________________________
4408 [  3522] By: gsar                                  on 1999/06/07  05:18:34
4409         Log: initial stub implementation of implicit thread/this
4410              pointer    argument; builds/tests on Solaris, win32
4411              hasn't been fixed up yet; proto.h, global.sym and
4412              static function decls are now generated from a common
4413              database in proto.pl; some inconsistently named
4414              perl_foo() things are now Perl_foo(), compatibility
4415              #defines provided; perl_foo() (lowercase 'p') reserved
4416              for functions that take an explicit context argument;
4417              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
4418      Branch: perl
4419            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
4420            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
4421            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
4422            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
4423            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
4424            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
4425            ! universal.c utf8.c util.c
4426 ____________________________________________________________________________
4427 [  3521] By: gsar                                  on 1999/06/04  23:00:22
4428         Log: clean up some stray "global" symbols
4429      Branch: perl
4430            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
4431            ! pp_proto.h proto.h
4432 ____________________________________________________________________________
4433 [  3520] By: jhi                                   on 1999/06/02  21:33:28
4434         Log: Integrate from mainperl.
4435      Branch: cfgperl
4436           !> (integrate 94 files)
4437 ____________________________________________________________________________
4438 [  3519] By: gsar                                  on 1999/06/02  07:16:10
4439         Log: avoid dereferencing null pointer from getpwent() et al
4440      Branch: perl
4441            ! pp_sys.c
4442 ____________________________________________________________________________
4443 [  3518] By: gsar                                  on 1999/06/02  04:47:10
4444         Log: remove _() non-ansism
4445      Branch: perl
4446            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
4447            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
4448            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
4449            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
4450            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
4451            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
4452            ! ext/re/re.xs handy.h hv.c iperlsys.h
4453            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
4454            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
4455            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
4456            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
4457            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
4458            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
4459            ! vms/vmsish.h vms/writemain.pl vos/config.h
4460            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
4461            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
4462            ! win32/perllib.c win32/runperl.c win32/win32.h
4463            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
4464            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
4465 ____________________________________________________________________________
4466 [  3517] By: gsar                                  on 1999/06/02  02:17:51
4467         Log: missed a few files
4468      Branch: perl
4469            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
4470 ____________________________________________________________________________
4471 [  3516] By: gsar                                  on 1999/06/02  01:37:33
4472         Log: integrate cfgperl contents into mainline
4473      Branch: perl
4474           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4475           +> ext/ByteLoader/byterun.h
4476            - bytecode.h byterun.c byterun.h
4477            ! Changes
4478           !> (integrate 58 files)
4479 ____________________________________________________________________________
4480 [  3515] By: gsar                                  on 1999/06/02  00:48:50
4481         Log: remove stray K&R-isms
4482      Branch: perl
4483            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
4484            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
4485            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
4486            ! toke.c util.c win32/win32.c x2p/hash.c
4487 ____________________________________________________________________________
4488 [  3514] By: gsar                                  on 1999/06/01  15:55:55
4489         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
4490              strict 'subs'
4491      Branch: perl
4492            ! op.c t/pragma/strict-subs
4493 ____________________________________________________________________________
4494 [  3513] By: jhi                                   on 1999/06/01  07:17:05
4495         Log: Patch applying of #3499 had gone awry.
4496      Branch: cfgperl
4497            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
4498 ____________________________________________________________________________
4499 [  3512] By: gsar                                  on 1999/05/31  19:21:30
4500         Log: tighter -help output
4501      Branch: perl
4502            ! perl.c
4503 ____________________________________________________________________________
4504 [  3511] By: gsar                                  on 1999/05/31  17:18:23
4505         Log: fix memory leak in C<eval 'return sub {...}'>
4506      Branch: perl
4507            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
4508 ____________________________________________________________________________
4509 [  3510] By: gsar                                  on 1999/05/31  14:11:46
4510         Log: tweak C++isms
4511      Branch: perl
4512            ! win32/dl_win32.xs win32/win32.c
4513 ____________________________________________________________________________
4514 [  3509] By: jhi                                   on 1999/05/30  13:02:26
4515         Log: Cleanup of #3488.
4516      Branch: cfgperl
4517            ! Configure config_h.SH
4518 ____________________________________________________________________________
4519 [  3508] By: jhi                                   on 1999/05/30  11:16:01
4520         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4521              To: Mailing list Perl5 <perl5-porters@perl.org>
4522              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
4523              Date: Sat, 29 May 1999 20:18:13 -0400
4524              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
4525      Branch: cfgperl
4526            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
4527 ____________________________________________________________________________
4528 [  3507] By: jhi                                   on 1999/05/29  20:05:40
4529         Log: From: Mark-Jason Dominus <mjd@plover.com>
4530              To: perl5-porters@perl.com
4531              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
4532              Date: Sat, 29 May 1999 14:45:10 -0400
4533              Message-ID: <19990529184510.27557.qmail@plover.com>
4534      Branch: cfgperl
4535            ! op.h
4536 ____________________________________________________________________________
4537 [  3506] By: gsar                                  on 1999/05/29  16:49:39
4538         Log: avoid gv_check() recursive pit
4539      Branch: perl
4540            ! gv.c
4541 ____________________________________________________________________________
4542 [  3505] By: jhi                                   on 1999/05/29  11:38:16
4543         Log: From: jan.dubois@ibm.net (Jan Dubois)
4544              To: Gurusamy Sarathy <gsar@activestate.com>
4545              Cc: perl5-porters@perl.org
4546              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
4547              Date: Sat, 29 May 1999 08:46:22 +0200
4548              Message-ID: <374f8007.2016008@smtp1.ibm.net>
4549      Branch: cfgperl
4550            ! t/op/grent.t t/op/pwent.t
4551 ____________________________________________________________________________
4552 [  3504] By: jhi                                   on 1999/05/29  11:07:10
4553         Log: QNX needs <sys/select.h> to define fd_set.
4554              
4555              From: Norton Allen <allen@huarp.harvard.edu>
4556              To: perl5-porters@perl.org
4557              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
4558              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
4559              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
4560      Branch: cfgperl
4561            ! ext/IO/poll.c
4562 ____________________________________________________________________________
4563 [  3503] By: jhi                                   on 1999/05/29  10:53:31
4564         Log: From: jan.dubois@ibm.net (Jan Dubois)
4565              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
4566              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
4567              Date: Fri, 28 May 1999 20:14:35 +0200
4568              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
4569      Branch: cfgperl
4570            ! lib/Math/BigFloat.pm
4571 ____________________________________________________________________________
4572 [  3502] By: jhi                                   on 1999/05/29  10:44:44
4573         Log: Make Configure support the change #3367,
4574              SysV shadow passwords.
4575      Branch: cfgperl
4576            ! Configure config_h.SH pp_sys.c
4577 ____________________________________________________________________________
4578 [  3501] By: gsar                                  on 1999/05/28  21:22:23
4579         Log: add wide versions of win32 system calls (first step in
4580              globalization); delayload winsock for performance if compiling
4581              with VC 6.0
4582      Branch: perl
4583            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
4584            ! win32/win32.c win32/win32.h
4585 ____________________________________________________________________________
4586 [  3500] By: jhi                                   on 1999/05/28  21:17:24
4587         Log: The new t/lib/io_linenum.t was using stricture
4588              before @INC was set up.
4589      Branch: cfgperl
4590            ! t/lib/io_linenum.t
4591 ____________________________________________________________________________
4592 [  3499] By: jhi                                   on 1999/05/28  17:13:23
4593         Log: From: Tom Hughes <tom@compton.nu>
4594              To: perl5-porters@perl.org
4595              Subject: [PATCH 5.005_57] ByteLoader mark 2
4596              Date: Wed, 26 May 1999 23:59:49 +0100
4597              Message-ID: <bf337a0849.tom@compton.compton.nu>
4598              
4599              plus resolve tiny conflict with #3479
4600              plus regen_headers.
4601      Branch: cfgperl
4602            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4603            + ext/ByteLoader/byterun.h
4604            - bytecode.h byterun.c byterun.h
4605            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
4606            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
4607            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4608            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
4609            ! perl.h perlvars.h proto.h util.c utils/Makefile
4610 ____________________________________________________________________________
4611 [  3498] By: jhi                                   on 1999/05/28  16:53:04
4612         Log: From: Mark-Jason Dominus <mjd@plover.com>
4613              To: perl5-porters@perl.com
4614              Subject: PATCH (5.005_57): defined(@a) now deprecated
4615              Date: Thu, 27 May 1999 16:05:44 -0400
4616              Message-ID: <19990527200544.13330.qmail@plover.com>
4617      Branch: cfgperl
4618            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
4619            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
4620 ____________________________________________________________________________
4621 [  3497] By: jhi                                   on 1999/05/28  16:50:54
4622         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4623              To: perl5-porters@perl.org (Mailing list Perl5)
4624              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
4625              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
4626              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
4627      Branch: cfgperl
4628            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
4629            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
4630 ____________________________________________________________________________
4631 [  3496] By: jhi                                   on 1999/05/28  16:48:39
4632         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4633              To: perl5-porters@perl.org (Mailing list Perl5)
4634              Subject: [PATCH 5.00557] Required OS/2-related patches
4635              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
4636              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
4637      Branch: cfgperl
4638            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
4639            ! t/op/stat.t util.c
4640 ____________________________________________________________________________
4641 [  3495] By: jhi                                   on 1999/05/28  16:45:56
4642         Log: From: Paul Johnson <pjcj@transeda.com>
4643              To: perl5-porters <perl5-porters@perl.org>
4644              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
4645              Date: Fri, 28 May 1999 15:13:54 +0100
4646              Message-ID: <19990528151354.B289@west-tip.transeda.com>
4647      Branch: cfgperl
4648            ! t/TEST
4649 ____________________________________________________________________________
4650 [  3494] By: jhi                                   on 1999/05/28  16:44:34
4651         Log: From: Paul Johnson <pjcj@transeda.com>
4652              To: perl5-porters <perl5-porters@perl.org>
4653              Subject: [PATCH 5.005_57] Fixes related to working local $.
4654              Date: Fri, 28 May 1999 15:11:18 +0100
4655              Message-ID: <19990528151118.A289@west-tip.transeda.com>
4656      Branch: cfgperl
4657            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
4658 ____________________________________________________________________________
4659 [  3493] By: gsar                                  on 1999/05/28  16:37:26
4660         Log: change#3449 wasn't doing enough
4661      Branch: perl
4662            ! op.c t/comp/proto.t
4663 ____________________________________________________________________________
4664 [  3492] By: jhi                                   on 1999/05/28  08:12:23
4665         Log: From: paul.marquess@bt.com
4666              To: doughera@lafayette.edu
4667              Cc: perl5-porters@perl.org
4668              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
4669              Date: Thu, 27 May 1999 23:31:38 +0100
4670              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
4671              
4672              Had to be applied manually; some mailer had munged the patch slightly.
4673      Branch: cfgperl
4674            ! ext/NDBM_File/NDBM_File.xs
4675 ____________________________________________________________________________
4676 [  3491] By: jhi                                   on 1999/05/28  07:51:17
4677         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
4678              To: perl5-porters@perl.org
4679              Subject: [PATCH 5.005_57] fixing eval in the compiler
4680              Date: Thu, 27 May 1999 07:56:54 -0700
4681              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
4682      Branch: cfgperl
4683            ! cc_runtime.h scope.h
4684 ____________________________________________________________________________
4685 [  3490] By: jhi                                   on 1999/05/28  07:47:06
4686         Log: From: Andy Dougherty <doughera@lafayette.edu>
4687              To: perlbug@perl.com
4688              Cc: Jarkko Hietaniemi <jhi@iki.fi>
4689              Subject: [PATCH] Configure updates for ISC 4.1
4690              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
4691              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
4692      Branch: cfgperl
4693            ! Configure config_h.SH
4694 ____________________________________________________________________________
4695 [  3489] By: jhi                                   on 1999/05/28  07:39:17
4696         Log: Integrate from mainperl.
4697      Branch: cfgperl
4698           !> malloc.c win32/makedef.pl win32/win32.c
4699 ____________________________________________________________________________
4700 [  3488] By: jhi                                   on 1999/05/27  16:57:19
4701         Log: From: Andy Dougherty <doughera@lafayette.edu>
4702              To: Perl Porters <perl5-porters@perl.org>
4703              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
4704              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
4705              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
4706      Branch: cfgperl
4707            ! Configure config_h.SH hints/sunos_4_1.sh util.c
4708 ____________________________________________________________________________
4709 [  3487] By: gsar                                  on 1999/05/27  03:56:20
4710         Log: make win32_spawnvp() inherit standard handles even when they
4711              may be redirected
4712      Branch: perl
4713            ! win32/win32.c
4714 ____________________________________________________________________________
4715 [  3486] By: jhi                                   on 1999/05/26  19:55:52
4716         Log: From: Andy Dougherty <doughera@lafayette.edu>
4717              To: perl5-porters@perl.org
4718              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
4719              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
4720              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
4721      Branch: cfgperl
4722            ! util.c
4723 ____________________________________________________________________________
4724 [  3485] By: chip                                  on 1999/05/26  17:19:11
4725         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
4726      Branch: maint-5.004/perl
4727            ! Configure
4728 ____________________________________________________________________________
4729 [  3484] By: gsar                                  on 1999/05/26  01:56:28
4730         Log: fix missing exported symbol
4731      Branch: perl
4732            ! malloc.c win32/makedef.pl
4733 ____________________________________________________________________________
4734 [  3483] By: jhi                                   on 1999/05/25  23:08:07
4735         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
4736              
4737              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4738              To: perlbug@perl.com
4739              Subject: OpenBSD hints file update
4740              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
4741              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
4742      Branch: cfgperl
4743            ! hints/openbsd.sh
4744 ____________________________________________________________________________
4745 [  3482] By: jhi                                   on 1999/05/25  23:01:25
4746         Log: From: Tom Hughes <tom@compton.nu>
4747              To: perl5-porters@perl.org
4748              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
4749              Date: Tue, 25 May 1999 23:10:23 +0100
4750              Message-ID: <1ed7f10749.tom@compton.compton.nu>
4751      Branch: cfgperl
4752            ! Configure config_h.SH
4753 ____________________________________________________________________________
4754 [  3481] By: jhi                                   on 1999/05/25  22:31:50
4755         Log: 3479, 3480, 3481 seems logical.
4756      Branch: cfgperl
4757           !> hints/aix.sh
4758 ____________________________________________________________________________
4759 [  3480] By: jhi                                   on 1999/05/25  22:13:39
4760         Log: The change #3479 wasn't perfect.
4761      Branch: perl
4762            ! hints/aix.sh
4763 ____________________________________________________________________________
4764 [  3479] By: jhi                                   on 1999/05/25  21:59:21
4765         Log: Cures for _57 in AIX 4.1.5.0.
4766              (1) The lddlflags lost its -lc by change #3660
4767              (and the politeness of change #3257).
4768              (2) optype_size must end up in perl.exp (as PL_optype_size).
4769              Added it to perlvars.h, fixed bytecode.pl,
4770              regen'ed the relevant headers.
4771      Branch: cfgperl
4772            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
4773            ! perlvars.h
4774      Branch: perl
4775            ! hints/aix.sh
4776 ____________________________________________________________________________
4777 [  3478] By: jhi                                   on 1999/05/25  20:13:47
4778         Log: Integrate from mainperl.
4779      Branch: cfgperl
4780           +> pod/perltootc.pod
4781           !> (integrate 101 files)
4782 ____________________________________________________________________________
4783 [  3477] By: gsar                                  on 1999/05/25  10:43:48
4784         Log: here be 5.005_57
4785      Branch: perl
4786            ! Changes MANIFEST Porting/makerel
4787           !> Changes5.005
4788
4789 ----------------
4790 Version 5.005_57
4791 ----------------
4792
4793 ____________________________________________________________________________
4794 [  3476] By: gsar                                  on 1999/05/25  09:23:43
4795         Log: up patchlevel &c
4796      Branch: perl
4797            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
4798            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4799            ! win32/makefile.mk
4800 ____________________________________________________________________________
4801 [  3475] By: gsar                                  on 1999/05/25  09:14:51
4802         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4803              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
4804              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
4805              Subject: [PATCH 5.005_56] REx engine improvements
4806      Branch: perl
4807            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
4808            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
4809            ! thrdvar.h util.c
4810 ____________________________________________________________________________
4811 [  3474] By: gsar                                  on 1999/05/25  08:39:56
4812         Log: test case for change#3470
4813      Branch: perl
4814            ! t/lib/bigintpm.t
4815 ____________________________________________________________________________
4816 [  3473] By: gsar                                  on 1999/05/25  08:36:52
4817         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
4818      Branch: perl
4819            ! Changes pod/perlport.pod
4820 ____________________________________________________________________________
4821 [  3472] By: gsar                                  on 1999/05/25  08:28:57
4822         Log: assorted tweaks
4823      Branch: perl
4824            ! doio.c iperlsys.h win32/config.bc win32/config.gc
4825            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4826            ! win32/config_H.vc win32/makedef.pl
4827 ____________________________________________________________________________
4828 [  3471] By: gsar                                  on 1999/05/25  06:06:04
4829         Log: perlref update from Tom Christiansen
4830      Branch: perl
4831            ! pod/perlref.pod
4832 ____________________________________________________________________________
4833 [  3470] By: gsar                                  on 1999/05/25  06:03:27
4834         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4835              Date: Mon, 24 May 1999 17:43:56 -0400
4836              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
4837              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
4838      Branch: perl
4839            ! hv.c
4840 ____________________________________________________________________________
4841 [  3469] By: gsar                                  on 1999/05/25  05:59:22
4842         Log: avoid temporary files that have a constant name (from a suggestion
4843              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
4844      Branch: perl
4845            ! lib/ExtUtils/MM_Unix.pm
4846 ____________________________________________________________________________
4847 [  3468] By: gsar                                  on 1999/05/25  05:54:29
4848         Log: From: pvhp@forte.com (Peter Prymmer)
4849              Date: Mon, 24 May 99 11:20:25 PDT
4850              Message-Id: <9905241820.AA28071@forte.com>
4851              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
4852      Branch: perl
4853            ! lib/Pod/Text.pm
4854 ____________________________________________________________________________
4855 [  3467] By: gsar                                  on 1999/05/25  04:08:50
4856         Log: fix glob() bug that resulted in missing symlinks that don't point
4857              anywhere
4858      Branch: perl
4859            ! pp_hot.c
4860 ____________________________________________________________________________
4861 [  3466] By: gsar                                  on 1999/05/25  03:00:00
4862         Log: avoid enumerating @INC contents in diagnostic if @INC was never
4863              searched
4864      Branch: perl
4865            ! pod/perldiag.pod pp_ctl.c
4866 ____________________________________________________________________________
4867 [  3465] By: gsar                                  on 1999/05/25  02:24:08
4868         Log: add caveat about close(PIPE) carelessness
4869      Branch: perl
4870            ! pod/perlfunc.pod
4871 ____________________________________________________________________________
4872 [  3464] By: gsar                                  on 1999/05/24  23:55:53
4873         Log: fix bogus line numbers for void context warnings
4874              (change#2548 was overeager)
4875      Branch: perl
4876            ! op.c
4877 ____________________________________________________________________________
4878 [  3463] By: gsar                                  on 1999/05/24  23:31:58
4879         Log: change#3455 had a typo
4880      Branch: perl
4881            ! pp_ctl.c
4882 ____________________________________________________________________________
4883 [  3462] By: gsar                                  on 1999/05/24  17:32:20
4884         Log: more pod updates from Tom Christiansen; regen perltoc
4885      Branch: perl
4886            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
4887            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
4888 ____________________________________________________________________________
4889 [  3461] By: gsar                                  on 1999/05/24  07:41:32
4890         Log: perlmod notes from Damian Conway (via Tom Christiansen)
4891      Branch: perl
4892            ! pod/perlmod.pod
4893 ____________________________________________________________________________
4894 [  3460] By: gsar                                  on 1999/05/24  07:24:11
4895         Log: major pod update from Tom Christiansen
4896      Branch: perl
4897            + pod/perltootc.pod
4898            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
4899            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
4900            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
4901            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
4902            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
4903            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
4904            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
4905            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
4906            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
4907            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
4908            ! pod/perlxs.pod pod/pod2man.PL
4909 ____________________________________________________________________________
4910 [  3459] By: gsar                                  on 1999/05/24  06:26:48
4911         Log: perlfaq update from Tom Christiansen
4912      Branch: perl
4913            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4914            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4915            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4916            ! pod/perlfaq9.pod
4917 ____________________________________________________________________________
4918 [  3458] By: gsar                                  on 1999/05/24  05:55:11
4919         Log: updated to v1.50 from CPAN
4920      Branch: perl
4921            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4922 ____________________________________________________________________________
4923 [  3457] By: gsar                                  on 1999/05/24  05:46:20
4924         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4925              Date: Sun, 23 May 1999 16:35:07 +0100
4926              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
4927              Subject: [PATCH 5.005_56] name PL_in_eval bits
4928      Branch: perl
4929            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
4930 ____________________________________________________________________________
4931 [  3456] By: gsar                                  on 1999/05/24  05:18:06
4932         Log: make -t mode the default on emacs/dumb terminals
4933      Branch: perl
4934            ! Changes utils/perldoc.PL
4935 ____________________________________________________________________________
4936 [  3455] By: gsar                                  on 1999/05/24  05:05:19
4937         Log: return 0 rather than "" when scalar grep has nothing to iterate
4938              on (brings behavior in line with documentation)
4939      Branch: perl
4940            ! pp_ctl.c
4941 ____________________________________________________________________________
4942 [  3454] By: gsar                                  on 1999/05/24  04:52:52
4943         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
4944              Date: Thu, 20 May 1999 13:27:02 -1000
4945              Message-Id: <E10kcDN-0007TA-00@lapaki>
4946              Subject: Problem with MM_Unix in 5.005_03
4947      Branch: perl
4948            ! lib/ExtUtils/MM_Unix.pm
4949 ____________________________________________________________________________
4950 [  3453] By: gsar                                  on 1999/05/24  04:39:49
4951         Log: avoid removing duplicates in user-generated warnings
4952              From: byron@omix.com (Byron Brummer)
4953              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
4954              Message-Id: <199905201101.EAA91175@thrush.omix.com>
4955              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
4956      Branch: perl
4957            ! lib/diagnostics.pm
4958 ____________________________________________________________________________
4959 [  3452] By: gsar                                  on 1999/05/24  04:23:10
4960         Log: straighten some code to avoid NeXT compiler bugs (from
4961              Geoff Kuenning <geoff@cs.hmc.edu>)
4962      Branch: perl
4963            ! pp_ctl.c
4964 ____________________________________________________________________________
4965 [  3451] By: gsar                                  on 1999/05/24  03:03:05
4966         Log: minor logic tweak for reserved word warning
4967      Branch: perl
4968            ! lib/Test/Harness.pm toke.c
4969 ____________________________________________________________________________
4970 [  3450] By: gsar                                  on 1999/05/24  02:34:20
4971         Log: oops, some files missing in change#3449
4972      Branch: perl
4973            ! op.c op.h toke.c
4974 ____________________________________________________________________________
4975 [  3449] By: gsar                                  on 1999/05/24  02:33:12
4976         Log: allow '*' prototype to autoquote even barewords that happen to be
4977              function names; parens or ampersand continue to force the other
4978              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
4979              do the right thing, for example
4980      Branch: perl
4981            ! t/comp/proto.t
4982 ____________________________________________________________________________
4983 [  3448] By: gsar                                  on 1999/05/24  01:51:24
4984         Log: remove vestiges of PL_last_proto
4985      Branch: perl
4986            ! embedvar.h intrpvar.h objXSUB.h
4987 ____________________________________________________________________________
4988 [  3447] By: gsar                                  on 1999/05/24  01:49:20
4989         Log: redo change#2061 and parts of change#1169 with code in the
4990              parser; PL_last_proto hackery gone, strict 'subs' in now
4991              implemented in the optimizer where specifying the exceptional
4992              cases is much more robust; '*' (bareword) prototype now works
4993              reliably when used in second and subsequent arguments
4994      Branch: perl
4995            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
4996 ____________________________________________________________________________
4997 [  3446] By: gsar                                  on 1999/05/23  05:00:55
4998         Log: remove redundant part of change#1169 superceded by change#2061;
4999              avoid "future reserved word" warning on prototypical bearwords
5000      Branch: perl
5001            ! t/lib/fatal.t toke.c
5002 ____________________________________________________________________________
5003 [  3445] By: gsar                                  on 1999/05/21  23:36:49
5004         Log: s/isspace/isSPACE/g and make sure the CRT version is always
5005              passed an unsigned char (fixes random occurrence of spaces in
5006              arguments containing high-bit chars passed to spawned children,
5007              on win32)
5008      Branch: perl
5009            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
5010 ____________________________________________________________________________
5011 [  3444] By: gsar                                  on 1999/05/21  23:08:55
5012         Log: integrate Configure changes from cfgperl
5013      Branch: perl
5014           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5015           !> config_h.SH
5016 ____________________________________________________________________________
5017 [  3443] By: jhi                                   on 1999/05/21  22:00:56
5018         Log: Integrate from mainperl.
5019      Branch: cfgperl
5020           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
5021           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
5022           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
5023           !> win32/perlhost.h win32/win32.c x2p/walk.c
5024 ____________________________________________________________________________
5025 [  3442] By: jhi                                   on 1999/05/21  21:59:46
5026         Log: fflush.
5027      Branch: cfgperl
5028            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5029            ! config_h.SH
5030 ____________________________________________________________________________
5031 [  3441] By: gsar                                  on 1999/05/21  17:48:55
5032         Log: integrate cfgperl changes
5033      Branch: perl
5034           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5035           !> config_h.SH hints/sunos_4_1.sh installperl
5036 ____________________________________________________________________________
5037 [  3440] By: gsar                                  on 1999/05/21  17:42:49
5038         Log: test tweak
5039      Branch: perl
5040            ! t/comp/proto.t
5041 ____________________________________________________________________________
5042 [  3439] By: gsar                                  on 1999/05/21  17:31:26
5043         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
5044              (Configure fflush(NULL) detection seems broken on Solaris, which
5045              is why I hit the problem)
5046      Branch: perl
5047            ! Changes perl.h
5048 ____________________________________________________________________________
5049 [  3438] By: gsar                                  on 1999/05/20  16:41:01
5050         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
5051      Branch: perl
5052            ! pod/perlport.pod
5053 ____________________________________________________________________________
5054 [  3437] By: jhi                                   on 1999/05/20  07:14:39
5055         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
5056              (via private email).
5057      Branch: cfgperl
5058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5059            ! config_h.SH hints/sunos_4_1.sh
5060 ____________________________________________________________________________
5061 [  3436] By: gsar                                  on 1999/05/20  05:18:26
5062         Log: various little nits
5063      Branch: perl
5064            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
5065            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
5066            ! win32/perlhost.h win32/win32.c x2p/walk.c
5067 ____________________________________________________________________________
5068 [  3435] By: jhi                                   on 1999/05/18  16:25:49
5069         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5070              To: perl5-porters@perl.org
5071              Subject: installperl
5072              Date: Fri, 14 May 1999 21:34:58 +0100
5073              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
5074      Branch: cfgperl
5075            ! installperl
5076 ____________________________________________________________________________
5077 [  3434] By: jhi                                   on 1999/05/17  21:25:54
5078         Log: Integrate from mainperl.
5079      Branch: cfgperl
5080           +> lib/ExtUtils/MM_Cygwin.pm
5081            - cygwin32/impure_ptr.c
5082           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
5083           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
5084           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
5085           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
5086           !> x2p/find2perl.PL
5087 ____________________________________________________________________________
5088 [  3433] By: gsar                                  on 1999/05/17  09:49:01
5089         Log: integrate cfgperl changes into mainline
5090      Branch: perl
5091           !> Configure INSTALL config_h.SH configure.com embed.h
5092           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
5093           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
5094           !> util.c
5095 ____________________________________________________________________________
5096 [  3432] By: gsar                                  on 1999/05/17  09:06:45
5097         Log: emit more appropriate diagnostic for failed glob (variant
5098              of patch suggested by Graham Barr)
5099      Branch: perl
5100            ! gv.c pod/perldiag.pod pp.c pp_hot.c
5101 ____________________________________________________________________________
5102 [  3431] By: gsar                                  on 1999/05/17  08:38:09
5103         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5104              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
5105              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
5106              Subject: find2perl does not grok the 'c' suffix to the -size argument
5107      Branch: perl
5108            ! x2p/find2perl.PL
5109 ____________________________________________________________________________
5110 [  3430] By: gsar                                  on 1999/05/17  08:26:21
5111         Log: additional cleanups for cygwin32 port
5112              From: "Fifer, Eric" <EFifer@sanwaint.com>
5113              Date: Wed, 12 May 1999 20:25:54 +0100
5114              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
5115              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
5116      Branch: perl
5117            + lib/ExtUtils/MM_Cygwin.pm
5118            - cygwin32/impure_ptr.c
5119            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
5120            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
5121            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
5122            ! perl.h util.c
5123 ____________________________________________________________________________
5124 [  3429] By: gsar                                  on 1999/05/17  08:01:04
5125         Log: From: Andy Dougherty <doughera@lafayette.edu>
5126              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
5127              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
5128              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
5129      Branch: perl
5130            ! INSTALL
5131 ____________________________________________________________________________
5132 [  3428] By: jhi                                   on 1999/05/17  07:03:26
5133         Log: Integrate from mainperl modulo the Socket.xs change.
5134      Branch: cfgperl
5135           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
5136           !> win32/win32.c win32/win32.h
5137 ____________________________________________________________________________
5138 [  3427] By: jhi                                   on 1999/05/16  22:09:11
5139         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5140              To: perl5-porters@perl.org (Mailing list Perl5)
5141              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
5142              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
5143              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
5144      Branch: cfgperl
5145            ! ext/Devel/Peek/Peek.xs
5146 ____________________________________________________________________________
5147 [  3426] By: jhi                                   on 1999/05/16  22:07:11
5148         Log: From: Mark-Jason Dominus <mjd@plover.com>
5149              To: perl5-porters@perl.com
5150              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
5151              Date: Sat, 15 May 1999 12:43:47 -0400
5152              Message-ID: <19990515164348.7313.qmail@plover.com>
5153      Branch: cfgperl
5154            ! pod/perldiag.pod
5155 ____________________________________________________________________________
5156 [  3425] By: nick                                  on 1999/05/15  15:56:10
5157         Log: Mingw32 + w32api-0.1.5 tweaks
5158              - now more like other Win32 compilers
5159      Branch: perl
5160            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
5161            ! win32/win32.h
5162 ____________________________________________________________________________
5163 [  3424] By: nick                                  on 1999/05/14  21:04:22
5164         Log: Experimental "slab" allocator for ops.
5165              To try it -DPL_OP_SLAB_ALLOC for op.c 
5166              This is for proof of concept only, it leaks memory 
5167              (ops are not free'd) so don't use in embedded apps.
5168              If this minimalist version does not show performance 
5169              gain then whole idea is worthless. 
5170              Nick see's approx 12% speed up vs perlmalloc running
5171              perl -Ilib -MCPAN -e '' 
5172              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
5173      Branch: perl
5174            ! op.c
5175 ____________________________________________________________________________
5176 [  3423] By: gsar                                  on 1999/05/14  19:55:04
5177         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
5178              found (brings sitelib intuition in line with privlib)
5179      Branch: perl
5180            ! win32/win32.c
5181 ____________________________________________________________________________
5182 [  3422] By: jhi                                   on 1999/05/14  08:08:01
5183         Log: From: pvhp@forte.com (Peter Prymmer)
5184              To: perl5-porters@perl.org, vmsperl@perl.org
5185              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
5186              Date: Thu, 13 May 99 15:29:57 PDT
5187              Message-Id: <9905132229.AA15854@forte.com>
5188      Branch: cfgperl
5189            ! configure.com
5190 ____________________________________________________________________________
5191 [  3421] By: jhi                                   on 1999/05/14  07:34:20
5192         Log: Integrate from mainperl.
5193      Branch: cfgperl
5194           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
5195 ____________________________________________________________________________
5196 [  3420] By: jhi                                   on 1999/05/14  07:33:26
5197         Log: Still fflushing.
5198      Branch: cfgperl
5199            ! Configure config_h.SH util.c
5200 ____________________________________________________________________________
5201 [  3419] By: gsar                                  on 1999/05/14  03:08:29
5202         Log: mortalize string allocations by win32_get_{priv,site}lib()
5203              (fixes small memory leak in interpreter)
5204      Branch: perl
5205            ! win32/win32.c
5206 ____________________________________________________________________________
5207 [  3418] By: gsar                                  on 1999/05/14  03:06:50
5208         Log: make win32_longname() preserve kind of slashes in argument
5209      Branch: perl
5210            ! win32/win32.c
5211 ____________________________________________________________________________
5212 [  3417] By: gsar                                  on 1999/05/14  03:04:44
5213         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
5214      Branch: perl
5215            ! lib/ExtUtils/MM_Unix.pm
5216 ____________________________________________________________________________
5217 [  3416] By: jhi                                   on 1999/05/13  21:18:06
5218         Log: Integrate from mainperl.
5219      Branch: cfgperl
5220           !> pp_ctl.c
5221 ____________________________________________________________________________
5222 [  3415] By: jhi                                   on 1999/05/13  21:16:49
5223         Log: Fixes from Andy Dougherty (via private email).
5224      Branch: cfgperl
5225            ! Configure config_h.SH
5226 ____________________________________________________________________________
5227 [  3414] By: nick                                  on 1999/05/13  20:04:26
5228         Log: valist vs va_list typo
5229      Branch: perl
5230            ! pp_ctl.c
5231 ____________________________________________________________________________
5232 [  3413] By: jhi                                   on 1999/05/13  15:04:05
5233         Log: From: Andy Dougherty <doughera@lafayette.edu>
5234              To: perlbug@perl.com
5235              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
5236              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
5237              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
5238      Branch: cfgperl
5239            ! INSTALL
5240 ____________________________________________________________________________
5241 [  3412] By: jhi                                   on 1999/05/13  14:20:17
5242         Log: Integrate from mainperl.
5243      Branch: cfgperl
5244           !> pp_ctl.c
5245 ____________________________________________________________________________
5246 [  3411] By: gsar                                  on 1999/05/13  14:16:56
5247         Log: docatch_body() declaration mismatch
5248      Branch: perl
5249            ! pp_ctl.c
5250 ____________________________________________________________________________
5251 [  3410] By: jhi                                   on 1999/05/13  13:51:44
5252         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
5253      Branch: cfgperl
5254            ! Configure config_h.SH perl.h
5255 ____________________________________________________________________________
5256 [  3409] By: jhi                                   on 1999/05/13  13:31:53
5257         Log: Still fflushing strong.
5258      Branch: cfgperl
5259            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
5260            ! proto.h util.c
5261 ____________________________________________________________________________
5262 [  3408] By: jhi                                   on 1999/05/12  14:30:23
5263         Log: Integrate from mainperl.
5264      Branch: cfgperl
5265           !> (integrate 30 files)
5266 ____________________________________________________________________________
5267 [  3407] By: jhi                                   on 1999/05/12  12:28:31
5268         Log: Be tidier with fflush(NULL) testing.
5269      Branch: cfgperl
5270            ! Configure config_h.SH
5271 ____________________________________________________________________________
5272 [  3406] By: gsar                                  on 1999/05/12  11:26:03
5273         Log: better range-checking on list slices, with test
5274              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5275              Date: Sun, 02 May 1999 17:02:53 +0100
5276              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
5277              Subject: Re: List slice of undefs returns 0 items 
5278      Branch: perl
5279            ! pp.c t/op/list.t
5280 ____________________________________________________________________________
5281 [  3405] By: gsar                                  on 1999/05/12  11:22:27
5282         Log: change#3397 needs test tweak
5283      Branch: perl
5284            ! Changes t/pragma/warn/sv
5285 ____________________________________________________________________________
5286 [  3404] By: gsar                                  on 1999/05/12  11:07:44
5287         Log: typo in change#3397
5288      Branch: perl
5289            ! doop.c
5290 ____________________________________________________________________________
5291 [  3403] By: gsar                                  on 1999/05/12  10:49:01
5292         Log: From: Stephen Zander <gibreel@pobox.com>
5293              Date: 12 May 1999 01:22:31 -0700
5294              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
5295              Subject: Re: Test::Harness runs tainted tests with wrong library path
5296      Branch: perl
5297            ! lib/Test/Harness.pm
5298 ____________________________________________________________________________
5299 [  3402] By: gsar                                  on 1999/05/12  10:42:06
5300         Log: typo in change#3400
5301      Branch: perl
5302            ! ext/B/B/Deparse.pm
5303 ____________________________________________________________________________
5304 [  3401] By: jhi                                   on 1999/05/12  10:40:42
5305         Log: A better, shinier, and possibly even correctly working
5306              reincarnation of #3398.
5307      Branch: cfgperl
5308            ! Configure config_h.SH
5309 ____________________________________________________________________________
5310 [  3400] By: gsar                                  on 1999/05/12  10:40:11
5311         Log: deparse \&func() as \(&func()) for clarity
5312              From: Albert Dvornik <bert@genscan.com>
5313              Date: 11 May 1999 13:32:04 -0400
5314              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
5315              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
5316      Branch: perl
5317            ! ext/B/B/Deparse.pm
5318 ____________________________________________________________________________
5319 [  3399] By: gsar                                  on 1999/05/12  10:36:02
5320         Log: more testsuite smarts (many of them courtesy Ilya)
5321      Branch: perl
5322            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
5323            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
5324            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
5325            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
5326            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
5327            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
5328            ! t/op/pwent.t
5329 ____________________________________________________________________________
5330 [  3398] By: jhi                                   on 1999/05/12  09:33:08
5331         Log: Detect whether fflush(NULL) works as per change #3352.
5332      Branch: cfgperl
5333            ! Configure config_h.SH perl.h
5334 ____________________________________________________________________________
5335 [  3397] By: gsar                                  on 1999/05/12  08:56:03
5336         Log: From: jan.dubois@ibm.net (Jan Dubois)
5337              Date: Wed, 12 May 1999 01:01:00 +0200
5338              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
5339              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
5340      Branch: perl
5341            ! doop.c
5342 ____________________________________________________________________________
5343 [  3396] By: gsar                                  on 1999/05/12  08:23:27
5344         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
5345              stat() behaves similarly
5346      Branch: perl
5347            ! win32/win32.c
5348 ____________________________________________________________________________
5349 [  3395] By: jhi                                   on 1999/05/11  22:21:32
5350         Log: Redo parts of #3341 and #3358 that #3394 undid.
5351      Branch: cfgperl
5352            ! Configure config_h.SH
5353 ____________________________________________________________________________
5354 [  3394] By: jhi                                   on 1999/05/11  22:03:48
5355         Log: Add I_NETINET_TCP to help change #3391.
5356      Branch: cfgperl
5357            ! Configure config_h.SH ext/Socket/Socket.xs
5358 ____________________________________________________________________________
5359 [  3393] By: jhi                                   on 1999/05/11  21:44:59
5360         Log: Integrate from mainperl.
5361      Branch: cfgperl
5362           !> (integrate 55 files)
5363 ____________________________________________________________________________
5364 [  3392] By: gsar                                  on 1999/05/11  20:56:43
5365         Log: update embedvar.h
5366      Branch: perl
5367            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
5368 ____________________________________________________________________________
5369 [  3391] By: gsar                                  on 1999/05/11  16:32:05
5370         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5371              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
5372              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
5373              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
5374      Branch: perl
5375            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
5376 ____________________________________________________________________________
5377 [  3390] By: gsar                                  on 1999/05/11  15:27:40
5378         Log: display more frequent progress messages when STDOUT is a tty
5379      Branch: perl
5380            ! lib/Test/Harness.pm
5381 ____________________________________________________________________________
5382 [  3389] By: gsar                                  on 1999/05/11  14:40:58
5383         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5384              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
5385              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
5386              Subject: [PATCH 5.005_53] Explanations by Test::Harness
5387      Branch: perl
5388            ! lib/Test/Harness.pm
5389 ____________________________________________________________________________
5390 [  3388] By: gsar                                  on 1999/05/11  14:08:14
5391         Log: avoid creating spurious subroutine stubs on failed subroutine
5392              call and other places of sv_2cv() misuse; fixes problems with
5393              failed subroutine calls "hiding" later attempts to lookup methods
5394              in base classes
5395      Branch: perl
5396            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
5397 ____________________________________________________________________________
5398 [  3387] By: gsar                                  on 1999/05/11  09:34:13
5399         Log: various fixes for clean build and test on win32; configpm broken,
5400              needed to open myconfig.SH rather than myconfig; sundry adjustments
5401              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
5402              work under win32; getenv_sv() changed to getenv_len() since SVs
5403              aren't visible in the lower echelons; remove bogus exports from
5404              config.sym; PERL_OBJECT-ness for C++ exception support; null out
5405              IoDIRP in filter_del() or sv_free() will attempt to close it
5406      Branch: perl
5407            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
5408            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
5409            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
5410            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
5411            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
5412            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
5413            ! win32/config.gc win32/config.vc win32/makedef.pl
5414            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
5415            ! win32/win32.c win32/win32.h
5416 ____________________________________________________________________________
5417 [  3386] By: gsar                                  on 1999/05/11  02:49:07
5418         Log: gutsupport for C++ exceptions
5419              From: Chip Salzenberg <chip@perlsupport.com>
5420              Date: Tue, 9 Mar 1999 11:51:57 -0500
5421              Message-ID: <19990309115157.E7911@perlsupport.com>
5422              Subject: [PATCH 5.005] Flexible Exceptions
5423      Branch: perl
5424            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
5425            ! scope.c scope.h thrdvar.h util.c
5426 ____________________________________________________________________________
5427 [  3385] By: gsar                                  on 1999/05/10  19:33:36
5428         Log: "weak" references internals, still needs perlguts documentation
5429              (somewhat modified version of patch suggested by Tuomas J. Lukka
5430              <lukka@fas.harvard.edu>)
5431      Branch: perl
5432            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
5433            ! pod/perldiag.pod proto.h sv.c sv.h util.c
5434 ____________________________________________________________________________
5435 [  3384] By: jhi                                   on 1999/05/10  18:21:43
5436         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
5437              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
5438      Branch: cfgperl
5439            ! INSTALL hints/dec_osf.sh
5440 ____________________________________________________________________________
5441 [  3381] By: jhi                                   on 1999/05/10  14:39:28
5442         Log: Integrate from mainperl.
5443      Branch: cfgperl
5444           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
5445           +> cygwin32/build-instructions.charles-wilson
5446           +> cygwin32/build-instructions.sebastien-barre
5447           +> cygwin32/build-instructions.steven-morlock
5448           +> cygwin32/build-instructions.steven-morlock2
5449           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
5450           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
5451           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
5452           +> t/op/numconvert.t utils/perlbc.PL
5453            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5454            - cygwin32/perlld
5455           !> (integrate 105 files)
5456 ____________________________________________________________________________
5457 [  3380] By: gsar                                  on 1999/05/10  12:27:14
5458         Log: regen regnodes.h
5459      Branch: perl
5460            ! Changes regnodes.h
5461 ____________________________________________________________________________
5462 [  3379] By: gsar                                  on 1999/05/10  12:17:26
5463         Log: From: jan.dubois@ibm.net (Jan Dubois)
5464              Date: Sat, 01 May 1999 22:55:36 +0200
5465              Message-ID: <373067e9.56194713@smtp1.ibm.net>
5466              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
5467      Branch: perl
5468            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
5469            ! win32/config_H.vc
5470 ____________________________________________________________________________
5471 [  3378] By: gsar                                  on 1999/05/10  12:07:13
5472         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5473              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
5474              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
5475              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
5476      Branch: perl
5477            + t/op/numconvert.t
5478            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
5479            ! util.c
5480 ____________________________________________________________________________
5481 [  3377] By: gsar                                  on 1999/05/10  11:39:48
5482         Log: pp_modulo comment tweak from Ilya
5483      Branch: perl
5484            ! pp.c
5485 ____________________________________________________________________________
5486 [  3376] By: gsar                                  on 1999/05/10  11:30:40
5487         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5488              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
5489              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
5490              Subject: Test.pm update [PATCH _56]
5491      Branch: perl
5492            ! lib/Test.pm
5493 ____________________________________________________________________________
5494 [  3375] By: gsar                                  on 1999/05/10  11:28:30
5495         Log: From: jan.dubois@ibm.net (Jan Dubois)
5496              Date: Fri, 07 May 1999 00:59:54 +0200
5497              Message-ID: <373318ae.19292461@smtp1.ibm.net>
5498              Subject: Re: Using existing memory for an SV's PV 
5499      Branch: perl
5500            ! sv.c
5501 ____________________________________________________________________________
5502 [  3374] By: gsar                                  on 1999/05/10  11:23:44
5503         Log: From: jan.dubois@ibm.net (Jan Dubois)
5504              Date: Fri, 07 May 1999 00:59:52 +0200
5505              Message-ID: <37321800.19118320@smtp1.ibm.net>
5506              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
5507      Branch: perl
5508            ! perl.h
5509 ____________________________________________________________________________
5510 [  3373] By: gsar                                  on 1999/05/10  11:22:10
5511         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5512              Date: Thu, 6 May 1999 18:17:28 -0400
5513              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
5514              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
5515      Branch: perl
5516            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
5517            ! util.c
5518 ____________________________________________________________________________
5519 [  3372] By: gsar                                  on 1999/05/10  10:57:49
5520         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5521              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
5522              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
5523              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
5524      Branch: perl
5525            ! regcomp.c regcomp.pl
5526 ____________________________________________________________________________
5527 [  3371] By: gsar                                  on 1999/05/10  10:54:01
5528         Log: From: lane@duphy4.physics.drexel.edu
5529              Date: Tue, 04 May 1999 10:19:25 -0700
5530              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
5531              Subject: [PATCH 5.005.56] pod->html VMS fixes
5532      Branch: perl
5533            ! installhtml lib/Pod/Html.pm
5534 ____________________________________________________________________________
5535 [  3370] By: gsar                                  on 1999/05/10  10:45:52
5536         Log: testsuite nits
5537      Branch: perl
5538            ! t/lib/io_linenum.t t/op/filetest.t
5539 ____________________________________________________________________________
5540 [  3369] By: gsar                                  on 1999/05/10  10:35:22
5541         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5542              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
5543              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
5544              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
5545      Branch: perl
5546            ! os2/os2ish.h os2/os2thread.h
5547 ____________________________________________________________________________
5548 [  3368] By: gsar                                  on 1999/05/10  10:00:11
5549         Log: From: Albert Dvornik <bert@genscan.com>
5550              Date: 03 May 1999 12:20:57 -0400
5551              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
5552              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
5553      Branch: perl
5554            ! dump.c
5555 ____________________________________________________________________________
5556 [  3367] By: gsar                                  on 1999/05/10  09:55:51
5557         Log: shadow password support for Solaris (needs Configure help to
5558              determine HAS_GETSPENT)
5559              From: "Patrick O'Brien" <pdo@cs.umd.edu>
5560              Date: Sat, 01 May 1999 19:41:17 -0400
5561              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
5562              Subject: getpwent() under solaris
5563      Branch: perl
5564            ! pp_sys.c
5565 ____________________________________________________________________________
5566 [  3366] By: gsar                                  on 1999/05/10  09:45:58
5567         Log: From: jan.dubois@ibm.net (Jan Dubois)
5568              Date: Sat, 01 May 1999 23:45:47 +0200
5569              Message-ID: <373373fb.59284266@smtp1.ibm.net>
5570              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
5571      Branch: perl
5572            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5573            ! pod/perldelta.pod
5574 ____________________________________________________________________________
5575 [  3365] By: gsar                                  on 1999/05/10  09:34:22
5576         Log: test suite and fix input_line_number()
5577              From: Paul Johnson <pjcj@transeda.com>
5578              Date: Thu, 29 Apr 1999 06:28:14 +0100
5579              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
5580              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
5581      Branch: perl
5582            + t/lib/io_linenum.t
5583            ! MANIFEST ext/IO/lib/IO/Handle.pm
5584 ____________________________________________________________________________
5585 [  3364] By: gsar                                  on 1999/05/10  09:20:56
5586         Log: fix overeager [:foo:] parsing
5587              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5588              Date: Fri, 30 Apr 1999 09:26:18 +0100
5589              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
5590              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
5591      Branch: perl
5592            ! regcomp.c t/op/re_tests
5593 ____________________________________________________________________________
5594 [  3363] By: gsar                                  on 1999/05/10  09:09:21
5595         Log: documentation for Win32 builtins (somewhat modified)
5596              From: jan.dubois@ibm.net (Jan Dubois)
5597              Date: Tue, 30 Mar 1999 08:05:03 +0200
5598              Message-ID: <37006783.1926460@smtp1.ibm.net>
5599              Subject: Re: Issues with build 509 
5600      Branch: perl
5601            + pod/Win32.pod
5602            ! MANIFEST
5603 ____________________________________________________________________________
5604 [  3362] By: gsar                                  on 1999/05/10  08:22:07
5605         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
5606      Branch: perl
5607            ! lib/File/Copy.pm win32/win32.c
5608 ____________________________________________________________________________
5609 [  3361] By: gsar                                  on 1999/05/10  08:11:29
5610         Log: escape ampersands in <pre> sections
5611      Branch: perl
5612            ! Changes lib/Pod/Html.pm
5613 ____________________________________________________________________________
5614 [  3360] By: gsar                                  on 1999/05/10  08:04:14
5615         Log: AIX hints enhancements (threads build, SOCKS support)
5616              From: "David R. Favor" <dfavor@austin.ibm.com>
5617              Date: Wed, 28 Apr 1999 08:45:28 -0500
5618              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
5619              Subject: Working build for AIX + gcc + threading
5620      Branch: perl
5621            ! hints/aix.sh
5622 ____________________________________________________________________________
5623 [  3359] By: gsar                                  on 1999/05/10  07:49:26
5624         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
5625              Date: Tue, 27 Apr 1999 23:47:24 PDT
5626              Message-ID: <19990428064724.95244.qmail@hotmail.com>
5627              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
5628              --
5629              Date: Thu, 29 Apr 1999 18:21:06 -0700
5630              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
5631              Subject: [PATCH 5.005_56] double constants ( C.pm)
5632              --
5633              Date: Mon, 03 May 1999 20:21:31 PDT
5634              Message-ID: <19990504032131.81113.qmail@hotmail.com>
5635              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
5636              --
5637              Date: Thu, 06 May 1999 17:57:09 -0700
5638              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
5639              Subject: Stash.pm
5640      Branch: perl
5641            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
5642            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
5643 ____________________________________________________________________________
5644 [  3358] By: gsar                                  on 1999/05/10  04:39:15
5645         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
5646              From: alexander smishlajev <als@turnhere.com>
5647              Date: Sun, 25 Apr 1999 14:58:29 +0300
5648              Message-ID: <37230365.5F68B460@turnhere.com>
5649              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
5650      Branch: perl
5651            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
5652            + cygwin32/build-instructions.charles-wilson
5653            + cygwin32/build-instructions.sebastien-barre
5654            + cygwin32/build-instructions.steven-morlock
5655            + cygwin32/build-instructions.steven-morlock2
5656            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
5657            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5658            - cygwin32/perlld
5659            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
5660            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
5661            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
5662            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
5663            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
5664            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
5665 ____________________________________________________________________________
5666 [  3357] By: gsar                                  on 1999/05/10  04:07:07
5667         Log: applied suggested patch, modulo already applied parts
5668              From: Charles Bailey <BAILEY@newman.upenn.edu>
5669              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
5670              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
5671              Subject: [Patch 5.005_56] VMS consolidated patch #2
5672      Branch: perl
5673            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
5674            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
5675            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
5676            ! vms/subconfigure.com vms/test.com vms/vms.c
5677 ____________________________________________________________________________
5678 [  3356] By: gsar                                  on 1999/05/10  03:48:08
5679         Log: applied suggested patch, with win32 and PERL_OBJECT additions
5680              From: Tom Hughes <tom@compton.nu>
5681              Date: Sat, 24 Apr 1999 18:11:59 +0100
5682              Message-ID: <609bdff748.tom@compton.compton.nu>
5683              Subject: ByteLoader patch
5684      Branch: perl
5685            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
5686            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
5687            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
5688            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
5689            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
5690            ! utils/Makefile win32/Makefile win32/makefile.mk
5691 ____________________________________________________________________________
5692 [  3355] By: gsar                                  on 1999/05/10  03:22:49
5693         Log: document 'test' attribute (from Andreas Koenig)
5694      Branch: perl
5695            ! lib/ExtUtils/MakeMaker.pm
5696 ____________________________________________________________________________
5697 [  3354] By: gsar                                  on 1999/05/10  03:12:37
5698         Log: From: pmarquess@bfsec.bt.co.uk
5699              Date: Thu, 22 Apr 1999 23:12:08 +0100
5700              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
5701              Subject: PATCH for small bug in scan_bin
5702      Branch: perl
5703            ! util.c
5704 ____________________________________________________________________________
5705 [  3353] By: gsar                                  on 1999/05/10  02:39:33
5706         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
5707              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
5708      Branch: perl
5709            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
5710            ! win32/win32iop.h
5711 ____________________________________________________________________________
5712 [  3352] By: gsar                                  on 1999/05/09  22:47:39
5713         Log: flush all open output buffers before fork(), exec(), system, qx//
5714              and pipe open() operations, simplifying buffering headaches faced
5715              by users; uses fflush(NULL), which may need Configure test
5716      Branch: perl
5717            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
5718            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
5719 ____________________________________________________________________________
5720 [  3351] By: gsar                                  on 1999/05/09  21:11:51
5721         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
5722              Leroy <jll@skynet.be>)
5723      Branch: perl
5724            ! utils/perlcc.PL
5725 ____________________________________________________________________________
5726 [  3350] By: gsar                                  on 1999/05/09  20:39:11
5727         Log: normalize $^X to full pathname on win32
5728      Branch: perl
5729            ! win32/runperl.c
5730 ____________________________________________________________________________
5731 [  3349] By: gsar                                  on 1999/05/09  20:23:07
5732         Log: allow readline($globref), <$globref> already works
5733      Branch: perl
5734            ! pp_hot.c
5735 ____________________________________________________________________________
5736 [  3348] By: gsar                                  on 1999/05/09  20:00:09
5737         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
5738              <lemburg@online-club.de>)
5739      Branch: perl
5740            ! utils/perldoc.PL
5741 ____________________________________________________________________________
5742 [  3347] By: gsar                                  on 1999/05/09  18:47:21
5743         Log: additions to Thread.pm docs from Tuomas J. Lukka
5744              <lukka@fas.harvard.edu>
5745      Branch: perl
5746            ! ext/Thread/Thread.pm
5747 ____________________________________________________________________________
5748 [  3346] By: gsar                                  on 1999/05/09  18:38:00
5749         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5750              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
5751              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
5752              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
5753      Branch: perl
5754            ! ext/B/B/Xref.pm
5755 ____________________________________________________________________________
5756 [  3345] By: gsar                                  on 1999/05/09  18:22:43
5757         Log: work around mangled archname on win32 while finding privlib/sitelib;
5758              normalize lib paths to forward slashes internally
5759      Branch: perl
5760            ! win32/win32.c
5761 ____________________________________________________________________________
5762 [  3344] By: gsar                                  on 1999/05/09  03:20:06
5763         Log: fix typo in dbm filters that caused odbm.t to fail
5764      Branch: perl
5765            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
5766 ____________________________________________________________________________
5767 [  3343] By: gsar                                  on 1999/05/09  02:02:59
5768         Log: tweak test totals
5769      Branch: perl
5770            ! Changes t/lib/tie-stdhandle.t
5771 ____________________________________________________________________________
5772 [  3342] By: gsar                                  on 1999/05/09  01:42:06
5773         Log: import list propagation busted (pointed out by Ton Hospel
5774              <thospel@mail.dma.be>)
5775      Branch: perl
5776            ! lib/autouse.pm
5777 ____________________________________________________________________________
5778 [  3341] By: gsar                                  on 1999/05/09  00:54:18
5779         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
5780              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
5781      Branch: perl
5782            ! Configure Makefile.SH
5783 ____________________________________________________________________________
5784 [  3340] By: gsar                                  on 1999/05/09  00:40:41
5785         Log: generate manpages for newly added utils
5786      Branch: perl
5787            ! installman
5788 ____________________________________________________________________________
5789 [  3339] By: gsar                                  on 1999/05/09  00:33:50
5790         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5791              Date: Sun, 02 May 1999 17:59:24 +0100
5792              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
5793              Subject: [PATCH] Re: ptr to realloced memory in yylex
5794      Branch: perl
5795            ! toke.c
5796 ____________________________________________________________________________
5797 [  3338] By: jhi                                   on 1999/05/08  22:40:29
5798         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
5799      Branch: cfgperl
5800            ! INSTALL
5801 ____________________________________________________________________________
5802 [  3337] By: jhi                                   on 1999/05/08  22:22:26
5803         Log: Integrate from mainperl.
5804      Branch: cfgperl
5805           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
5806           !> (integrate 54 files)
5807 ____________________________________________________________________________
5808 [  3336] By: gsar                                  on 1999/05/08  21:48:22
5809         Log: make perldoc -f grok nested =items
5810      Branch: perl
5811            ! utils/perldoc.PL
5812 ____________________________________________________________________________
5813 [  3335] By: gsar                                  on 1999/05/08  19:48:11
5814         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
5815      Branch: perl
5816            ! op.c t/lib/fields.t
5817 ____________________________________________________________________________
5818 [  3334] By: gsar                                  on 1999/05/08  19:09:41
5819         Log: update test totals
5820      Branch: perl
5821            ! t/lib/bigintpm.t
5822 ____________________________________________________________________________
5823 [  3333] By: gsar                                  on 1999/05/08  16:56:02
5824         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
5825      Branch: perl
5826            ! pod/perlfunc.pod
5827 ____________________________________________________________________________
5828 [  3332] By: gsar                                  on 1999/05/08  16:46:44
5829         Log: applied suggested patch, added tests
5830              From: William Mann <wmann@avici.com>
5831              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
5832              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
5833              Subject: BigInt.pm extensions for logical operations
5834      Branch: perl
5835            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
5836 ____________________________________________________________________________
5837 [  3331] By: gsar                                  on 1999/05/08  16:09:33
5838         Log: avoid temporary files named 'tmp'
5839      Branch: perl
5840            ! Makefile.SH pp.c
5841 ____________________________________________________________________________
5842 [  3330] By: nick                                  on 1999/05/08  14:16:30
5843         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
5844              Provide Tie::StdHandle
5845              Basic update of docs.
5846      Branch: perl
5847            + t/lib/tie-stdhandle.t
5848            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
5849 ____________________________________________________________________________
5850 [  3329] By: nick                                  on 1999/05/08  12:03:45
5851         Log: Tweaks to open(my $fh,...) stuff
5852      Branch: perl
5853            ! op.c pp.c pp_sys.c t/io/open.t
5854 ____________________________________________________________________________
5855 [  3328] By: nick                                  on 1999/05/08  11:18:42
5856         Log: Bring SDBM_File.xs into line with new typemap
5857      Branch: perl
5858            ! ext/SDBM_File/SDBM_File.xs
5859 ____________________________________________________________________________
5860 [  3327] By: gsar                                  on 1999/05/08  00:07:11
5861         Log: add test case for AUTOLOAD reentrancy fix in change#3279
5862      Branch: perl
5863            ! t/lib/autoloader.t
5864 ____________________________________________________________________________
5865 [  3326] By: nick                                  on 1999/05/07  21:24:50
5866         Log: Implement open( my $fh, ...) and similar.
5867              Set flag in op.c for "constructor ops"
5868              In pp_rv2gv, if flag is set and arg is PADSV and uninit
5869              vivify as reference to a detached GV.
5870              (Name of GV is the pad name.)
5871              This scheme should "just work" for pipe/socket etc. too.
5872              
5873              #if 0 out the open(FH,undef) for now.
5874              Change t/io/open.t to test open(my $fh,...)
5875      Branch: perl
5876            ! op.c pp.c pp_sys.c t/io/open.t
5877 ____________________________________________________________________________
5878 [  3325] By: nick                                  on 1999/05/07  21:18:42
5879         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
5880      Branch: perl
5881            ! util.c
5882 ____________________________________________________________________________
5883 [  3324] By: gsar                                  on 1999/05/07  20:28:31
5884         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
5885              intervening code has to allocate SVs)
5886      Branch: perl
5887            ! util.c
5888 ____________________________________________________________________________
5889 [  3323] By: gsar                                  on 1999/05/07  19:45:08
5890         Log: allow line numbers to show in diagnostics during global destruction
5891      Branch: perl
5892            ! util.c
5893 ____________________________________________________________________________
5894 [  3322] By: gsar                                  on 1999/05/07  09:38:11
5895         Log: From: Dan Sugalski <sugalskd@ous.edu>
5896              Date: Fri, 09 Apr 1999 16:16:39 -0700
5897              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
5898              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
5899      Branch: perl
5900            ! lib/ExtUtils/MM_VMS.pm
5901 ____________________________________________________________________________
5902 [  3321] By: gsar                                  on 1999/05/07  09:08:23
5903         Log: From: kwzh@gnu.org (Karl Heuer)
5904              Date: Wed, 7 Apr 1999 23:58:58 -0400
5905              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
5906              Subject: [perl-5.005.02] detect lack of /dev/tty
5907      Branch: perl
5908            ! Makefile.SH
5909 ____________________________________________________________________________
5910 [  3320] By: gsar                                  on 1999/05/07  08:52:14
5911         Log: allow distinct prefix for versioned executables
5912              From: Roderick Schertler <roderick@argon.org>
5913              Date: Wed, 07 Apr 1999 15:34:56 -0400
5914              Message-ID: <3003.923513696@eeyore.ibcinc.com>
5915              Subject: perl55.00503 -> perl5.00503 patch for installperl
5916      Branch: perl
5917            ! INSTALL installperl
5918 ____________________________________________________________________________
5919 [  3319] By: gsar                                  on 1999/05/07  08:07:02
5920         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5921              Date: Mon, 05 Apr 1999 15:38:42 -0700
5922              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
5923              Subject: Re: chomp fails with $/ in fixed-length record mode
5924              --
5925              From: Roderick Schertler <roderick@argon.org>
5926              Date: Tue, 06 Apr 1999 21:11:37 -0400
5927              Message-ID: <2795.923447497@eeyore.ibcinc.com>
5928              Subject: Re: chomp fails with $/ in fixed-length record mode
5929      Branch: perl
5930            ! doop.c pod/perlfunc.pod t/op/chop.t
5931 ____________________________________________________________________________
5932 [  3318] By: gsar                                  on 1999/05/07  07:56:35
5933         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5934              Date: Tue, 6 Apr 1999 01:40:36 -0400
5935              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
5936              Subject: [PATCH 5.005_*] Make % use fmod()
5937      Branch: perl
5938            ! pp.c t/op/arith.t
5939 ____________________________________________________________________________
5940 [  3317] By: gsar                                  on 1999/05/07  04:18:11
5941         Log: DBM Filters (via private mail)
5942              From: pmarquess@bfsec.bt.co.uk
5943              Date: Sun, 18 Apr 1999 21:05:52 +0100
5944              Message-Id: <199904182009.NAA19152@activestate.com>
5945              Subject: DBM Filters
5946      Branch: perl
5947            + pod/perldbmfilter.pod
5948            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5949            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5950            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5951            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
5952            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
5953            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
5954            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
5955            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
5956            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
5957            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
5958            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
5959            ! t/lib/sdbm.t
5960 ____________________________________________________________________________
5961 [  3316] By: gsar                                  on 1999/05/07  03:28:53
5962         Log: avoid negative return value from Win32::GetTickCount()
5963              From: jan.dubois@ibm.net (Jan Dubois)
5964              Date: Sat, 03 Apr 1999 19:04:18 +0200
5965              Message-ID: <37084742.22824479@smtp1.ibm.net>
5966              Subject: Re: Win32::GetTickCount
5967      Branch: perl
5968            ! win32/win32.c
5969 ____________________________________________________________________________
5970 [  3315] By: nick                                  on 1999/05/06  21:44:38
5971         Log: open(FH,undef) # creates new_tmpfile opened read/write
5972              Add t/io/open.t with test for above.
5973      Branch: perl
5974            + t/io/open.t
5975            ! pp_sys.c
5976 ____________________________________________________________________________
5977 [  3314] By: gsar                                  on 1999/05/06  08:01:23
5978         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
5979              Date: Tue, 30 Mar 1999 23:40:34 PST
5980              Message-ID: <19990331074034.6117.qmail@hotmail.com>
5981              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
5982              --
5983              Date: Wed, 07 Apr 1999 00:28:23 -0800
5984              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
5985              Subject: [PATCH 5.005_56] function prototypes(B.pm)
5986              --
5987              Date: Thu, 22 Apr 1999 23:40:52 -0700
5988              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
5989              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
5990              --
5991              Date: Tue, 27 Apr 1999 01:14:49 PDT
5992              Message-ID: <19990427081449.28615.qmail@hotmail.com>
5993              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
5994      Branch: perl
5995            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
5996            ! t/op/ref.t
5997 ____________________________________________________________________________
5998 [  3313] By: jhi                                   on 1999/05/06  07:59:52
5999         Log: Integrate from mainperl.
6000      Branch: cfgperl
6001           !> (integrate 33 files)
6002 ____________________________________________________________________________
6003 [  3312] By: gsar                                  on 1999/05/06  07:11:50
6004         Log: add Ethiopic section to unicode master database (from Ken
6005              Whistler <kenw@sybase.com>)
6006      Branch: perl
6007            ! lib/unicode/UnicodeData-Latest.txt
6008 ____________________________________________________________________________
6009 [  3311] By: gsar                                  on 1999/05/06  05:37:55
6010         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
6011              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
6012              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
6013              Subject: Largefiles for Solaris
6014      Branch: perl
6015            ! hints/solaris_2.sh
6016 ____________________________________________________________________________
6017 [  3310] By: gsar                                  on 1999/05/06  05:14:35
6018         Log: emit more accurate diagnostic for syntax errors involving <>
6019              within eval""
6020      Branch: perl
6021            ! toke.c utils/perldoc.PL
6022 ____________________________________________________________________________
6023 [  3309] By: gsar                                  on 1999/05/06  04:36:31
6024         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
6025      Branch: perl
6026            ! t/lib/open3.t
6027 ____________________________________________________________________________
6028 [  3308] By: gsar                                  on 1999/05/06  03:19:16
6029         Log: applied first part of suggested patch (bug described cannot be
6030              reproduced any longer, so the second inconclusive part has not
6031              been applied)
6032              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6033              Date: Sun, 28 Mar 1999 04:51:34 +0100
6034              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
6035              Subject: [PATCH 5.005_56] Re: A core dump 
6036      Branch: perl
6037            ! toke.c
6038 ____________________________________________________________________________
6039 [  3307] By: gsar                                  on 1999/05/06  01:56:06
6040         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
6041              change#3180)
6042      Branch: perl
6043            ! op.c
6044 ____________________________________________________________________________
6045 [  3306] By: gsar                                  on 1999/05/05  17:17:34
6046         Log: applied non-conflicting parts of suggested patch
6047              From: Charles Bailey <BAILEY@newman.upenn.edu>
6048              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
6049              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
6050              Subject: [Patch 5.005_56] Revised VMS patch
6051      Branch: perl
6052            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
6053            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
6054 ____________________________________________________________________________
6055 [  3305] By: gsar                                  on 1999/05/05  16:20:19
6056         Log: make perldoc use backslashed pathnames within system() on win32
6057      Branch: perl
6058            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
6059 ____________________________________________________________________________
6060 [  3304] By: gsar                                  on 1999/05/05  07:29:43
6061         Log: upgrade Pod::Parser to v1.081 from CPAN
6062      Branch: perl
6063            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6064            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
6065            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
6066 ____________________________________________________________________________
6067 [  3303] By: gsar                                  on 1999/05/05  07:02:07
6068         Log: From: Andy Dougherty <doughera@lafayette.edu>
6069              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
6070              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
6071              Subject: [PATCH 5.005_03-MT3] INSTALL patches
6072      Branch: perl
6073            ! INSTALL
6074 ____________________________________________________________________________
6075 [  3302] By: gsar                                  on 1999/05/05  06:55:21
6076         Log: load base packages based on nonexistent $VERSION
6077              From: andreas.koenig@anima.de (Andreas J. Koenig)
6078              Date: 19 Mar 1999 06:00:28 +0100
6079              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
6080              Subject: Re: base.pm flaw
6081      Branch: perl
6082            ! lib/base.pm lib/locale.pm
6083 ____________________________________________________________________________
6084 [  3301] By: gsar                                  on 1999/05/04  05:41:08
6085         Log: pod2man outputs switched date and revision label (fix suggested by
6086              EthanSasiela@mede.com)
6087      Branch: perl
6088            ! pod/pod2man.PL
6089 ____________________________________________________________________________
6090 [  3300] By: gsar                                  on 1999/05/03  18:48:25
6091         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
6092              (makes opendir(D,"c:") work reliably)
6093      Branch: perl
6094            ! win32/win32.c
6095 ____________________________________________________________________________
6096 [  3299] By: gsar                                  on 1999/05/02  19:39:55
6097         Log: add test case for change#3298
6098      Branch: perl
6099            ! sv.c t/op/readdir.t
6100 ____________________________________________________________________________
6101 [  3298] By: gsar                                  on 1999/05/02  19:24:41
6102         Log: close directory handles properly when localized
6103      Branch: perl
6104            ! sv.c
6105 ____________________________________________________________________________
6106 [  3297] By: jhi                                   on 1999/04/30  11:42:14
6107         Log: Integrate from mainperl.
6108      Branch: cfgperl
6109           !> Changes config_h.SH configure.com lib/AutoLoader.pm
6110           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
6111           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
6112           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
6113           !> vms/subconfigure.com win32/win32.c
6114 ____________________________________________________________________________
6115 [  3293] By: chip                                  on 1999/04/29  18:50:49
6116         Log: Fix shebang lines.
6117      Branch: maint-5.004/perl
6118            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
6119            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
6120            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
6121            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
6122            ! x2p/find2perl.PL x2p/s2p.PL
6123 ____________________________________________________________________________
6124 [  3284] By: gsar                                  on 1999/04/27  00:48:42
6125         Log: integrate change#3279 from maint-5.004
6126      Branch: perl
6127            ! lib/AutoLoader.pm
6128 ____________________________________________________________________________
6129 [  3279] By: chip                                  on 1999/04/26  23:09:26
6130         Log: Make &AutoLoad::AUTOLOAD reentrant.
6131      Branch: maint-5.004/perl
6132            ! lib/AutoLoader.pm
6133 ____________________________________________________________________________
6134 [  3276] By: chip                                  on 1999/04/26  22:34:36
6135         Log: Make porting scripts executable.
6136      Branch: maint-5.004/perl
6137            ! Changes Porting/genlog Porting/makerel Porting/p4desc
6138            ! Porting/patchls
6139 ____________________________________________________________________________
6140 [  3274] By: gsar                                  on 1999/04/26  17:30:31
6141         Log: allow embedded null characters in diagnostics
6142      Branch: perl
6143            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
6144 ____________________________________________________________________________
6145 [  3273] By: gsar                                  on 1999/04/26  08:27:22
6146         Log: hand-applied conflicting parts of suggested patch
6147              From: Charles Bailey <BAILEY@newman.upenn.edu>
6148              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
6149              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
6150              Subject: [PATCH 5.005_56] VMS configuration/build
6151      Branch: perl
6152            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6153            ! vms/munchconfig.c vms/subconfigure.com
6154 ____________________________________________________________________________
6155 [  3272] By: gsar                                  on 1999/04/26  08:25:41
6156         Log: update Changes; tweak minor regressions
6157      Branch: perl
6158            ! Changes lib/AutoSplit.pm lib/File/Path.pm
6159 ____________________________________________________________________________
6160 [  3271] By: gsar                                  on 1999/04/26  07:52:51
6161         Log: integrate change#3229 from maint-5.004
6162      Branch: perl
6163            ! pp_ctl.c util.c
6164 ____________________________________________________________________________
6165 [  3270] By: gsar                                  on 1999/04/25  22:58:27
6166         Log: fix buggy reference count on refs to SVs with autoviv magic
6167              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
6168              accessing free()d memory)
6169      Branch: perl
6170            ! pp.c t/op/ref.t
6171 ____________________________________________________________________________
6172 [  3269] By: gsar                                  on 1999/04/24  17:07:55
6173         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
6174              on win32)
6175      Branch: perl
6176            ! win32/win32.c
6177 ____________________________________________________________________________
6178 [  3268] By: gsar                                  on 1999/04/24  16:38:25
6179         Log: kill dup hunk
6180      Branch: perl
6181            ! config_h.SH
6182 ____________________________________________________________________________
6183 [  3267] By: gsar                                  on 1999/04/24  16:35:57
6184         Log: integrate cfgperl changes into mainline
6185      Branch: perl
6186           +> myconfig.SH
6187            - myconfig
6188            ! pod/perlre.pod
6189           !> (integrate 38 files)
6190 ____________________________________________________________________________
6191 [  3266] By: jhi                                   on 1999/04/23  18:42:44
6192         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6193              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
6194              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
6195              Cc: Lionel Cons <lionel.cons@cern.ch>,
6196              Ilya Zakharevich <ilya@math.ohio-state.edu>,
6197              David Hayes <david@bdel.com>
6198              Subject: [PATCH] h2ph
6199              Date: Fri, 23 Apr 1999 12:37:23 -0400
6200              Message-ID: <19990423123723.A49550@O2.chapin.edu>
6201      Branch: cfgperl
6202            ! utils/h2ph.PL
6203 ____________________________________________________________________________
6204 [  3265] By: jhi                                   on 1999/04/21  18:17:12
6205         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
6206              To: perlbug@perl.org
6207              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
6208              Date: Wed, 21 Apr 1999 08:17:54 -0700
6209              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
6210      Branch: cfgperl
6211            ! vms/descrip_mms.template
6212 ____________________________________________________________________________
6213 [  3264] By: jhi                                   on 1999/04/20  08:50:54
6214         Log: From: Andy Dougherty <doughera@lafayette.edu>
6215              To: The Perl Porters Mailing List <perl5-porters@perl.org>
6216              Subject: [PATCH 5.005_56] Re: 5.006 Todo
6217              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
6218              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
6219      Branch: cfgperl
6220            ! Porting/pumpkin.pod
6221 ____________________________________________________________________________
6222 [  3263] By: jhi                                   on 1999/04/20  08:05:01
6223         Log: From: Chip Salzenberg <chip@perlsupport.com>
6224              To: Perl 5 Porters <perl5-porters@perl.org>
6225              Subject: [PATCH 5.005_56] Configure: $sig_count
6226              Date: Sun, 18 Apr 1999 17:54:36 -0400
6227              Message-ID: <19990418175436.A27496@perlsupport.com>
6228      Branch: cfgperl
6229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6230            ! config_h.SH
6231 ____________________________________________________________________________
6232 [  3262] By: jhi                                   on 1999/04/19  18:23:50
6233         Log: Subject: PATCH wrong faq reference in perlbook.pod
6234              From: Robin Barker <rmb1@cise.npl.co.uk>
6235              To: perlbug@perl.com
6236              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
6237              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
6238      Branch: cfgperl
6239            ! pod/perlbook.pod
6240 ____________________________________________________________________________
6241 [  3261] By: jhi                                   on 1999/04/15  13:59:04
6242         Log: From: Andy Dougherty <doughera@lafayette.edu>
6243              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
6244              Cc: Perl Porters <perl5-porters@perl.org>
6245              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
6246              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
6247              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
6248      Branch: cfgperl
6249            ! hints/solaris_2.sh
6250 ____________________________________________________________________________
6251 [  3260] By: jhi                                   on 1999/04/15  13:56:53
6252         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6253              To: pumpkings@jhereg.perl.com
6254              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
6255              Date: Thu, 15 Apr 1999 07:13:41 -0600
6256              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
6257      Branch: cfgperl
6258            ! pod/perldata.pod
6259 ____________________________________________________________________________
6260 [  3259] By: jhi                                   on 1999/04/13  23:12:52
6261         Log: LDLIBPTH also on 'clean' targets.
6262      Branch: cfgperl
6263            ! Makefile.SH
6264 ____________________________________________________________________________
6265 [  3258] By: jhi                                   on 1999/04/13  21:38:46
6266         Log: Add information about the two DEC C compiler optimizer bugs
6267              (what patch levels of the compilers fix them).
6268      Branch: cfgperl
6269            ! pp.c t/op/repeat.t
6270 ____________________________________________________________________________
6271 [  3257] By: jhi                                   on 1999/04/13  14:25:08
6272         Log: Be polite about ccdlflags and lddflags, too.
6273              Avoid Perl's malloc only when threaded.
6274      Branch: cfgperl
6275            ! hints/aix.sh
6276 ____________________________________________________________________________
6277 [  3256] By: jhi                                   on 1999/04/13  10:21:33
6278         Log: Croak if no known ways to semctl() (don't assume union semun).
6279      Branch: cfgperl
6280            ! doio.c perl.h
6281 ____________________________________________________________________________
6282 [  3255] By: jhi                                   on 1999/04/13  09:10:26
6283         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6284              To: perl5-porters@perl.org, vmsperl@perl.org
6285              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
6286              Date: Mon, 12 Apr 1999 13:36:48 -0700
6287              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
6288      Branch: cfgperl
6289            ! lib/ExtUtils/MM_VMS.pm
6290 ____________________________________________________________________________
6291 [  3254] By: jhi                                   on 1999/04/13  06:56:26
6292         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6293              To: perlbug@perl.com
6294              Subject: Update for OpenBSD hints
6295              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
6296              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
6297      Branch: cfgperl
6298            ! hints/openbsd.sh
6299 ____________________________________________________________________________
6300 [  3229] By: chip                                  on 1999/04/13  04:04:14
6301         Log: Preserve errno from importunities of sfio.
6302      Branch: maint-5.004/perl
6303            ! pp_ctl.c util.c
6304 ____________________________________________________________________________
6305 [  3226] By: jhi                                   on 1999/04/11  12:52:26
6306         Log: If both ways to call semctl are broken,    skip the tests.
6307      Branch: cfgperl
6308            ! t/lib/ipc_sysv.t
6309 ____________________________________________________________________________
6310 [  3225] By: jhi                                   on 1999/04/10  22:27:28
6311         Log: From: Andy Dougherty <doughera@lafayette.edu>
6312              To: dsembr01@ox.slug.louisville.edu
6313              Cc: perlbug@perl.com
6314              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
6315              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
6316              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
6317      Branch: cfgperl
6318            ! ext/POSIX/POSIX.xs
6319 ____________________________________________________________________________
6320 [  3224] By: jhi                                   on 1999/04/09  18:50:32
6321         Log: From: Andy Dougherty <doughera@lafayette.edu>
6322              To: Perl Porters <perl5-porters@perl.org>
6323              Subject: [PATCH 5.005_56] Re: prefix= in hints
6324              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
6325              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
6326              
6327              (Overrides change #3204 from Kurt)
6328      Branch: cfgperl
6329            ! hints/linux.sh
6330 ____________________________________________________________________________
6331 [  3223] By: jhi                                   on 1999/04/09  18:37:55
6332         Log: Understand Apollo's //node notation.
6333              
6334              From: Johann Klasek <jk@auto.tuwien.ac.at>
6335              To: jhi@iki.fi
6336              Subject: Re: DomainPerl
6337              Date: Fri, 9 Apr 1999 18:21:37 +0200
6338              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
6339      Branch: cfgperl
6340            ! lib/Cwd.pm
6341 ____________________________________________________________________________
6342 [  3220] By: jhi                                   on 1999/04/04  16:33:49
6343         Log: Integrate from mainperl.
6344      Branch: cfgperl
6345           !> (integrate 39 files)
6346 ____________________________________________________________________________
6347 [  3219] By: gsar                                  on 1999/04/04  02:48:17
6348         Log: tweak previous change
6349      Branch: maint-5.005/perl
6350            ! win32/win32.c
6351 ____________________________________________________________________________
6352 [  3218] By: gsar                                  on 1999/04/04  02:44:47
6353         Log: be careful about extending the stack for the Win32:: builtins
6354      Branch: maint-5.005/perl
6355            ! win32/win32.c
6356 ____________________________________________________________________________
6357 [  3217] By: gsar                                  on 1999/04/04  01:59:26
6358         Log: correct places that said newSVpv() when they meant newSVpvn()
6359      Branch: perl
6360            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
6361            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
6362            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6363            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
6364            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
6365            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
6366            ! win32/win32.c
6367 ____________________________________________________________________________
6368 [  3216] By: gsar                                  on 1999/04/03  23:58:27
6369         Log: avoid duplicate code
6370      Branch: perl
6371            ! sv.c
6372 ____________________________________________________________________________
6373 [  3215] By: gsar                                  on 1999/04/03  23:14:34
6374         Log: grow PL_tmps_stack more efficiently; make it more amenable to
6375              STRESS_REALLOC testing
6376      Branch: perl
6377            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
6378            ! sv.c
6379 ____________________________________________________________________________
6380 [  3214] By: gsar                                  on 1999/04/03  21:01:09
6381         Log: scrounge and save three extra branches in pp_entersub()
6382      Branch: perl
6383            ! cv.h pp_ctl.c pp_hot.c
6384 ____________________________________________________________________________
6385 [  3213] By: gsar                                  on 1999/04/03  17:43:23
6386         Log: remove duplicate code and an extra branch in sv_setsv() and
6387              other hot code by making SvTHINKFIRST() think about FAKE SVs
6388      Branch: perl
6389            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
6390            ! proto.h scope.c sv.c sv.h
6391 ____________________________________________________________________________
6392 [  3212] By: jhi                                   on 1999/04/03  16:20:09
6393         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
6394              
6395              From: John Bley <jbb6@acpub.duke.edu>
6396              To: perlbug@perl.org
6397              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
6398              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
6399              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
6400      Branch: cfgperl
6401            ! doio.c pp_sys.c
6402 ____________________________________________________________________________
6403 [  3211] By: jhi                                   on 1999/04/03  13:27:26
6404         Log: Change #3210 was rather unportable.  This is better.
6405      Branch: cfgperl
6406            ! Configure config_h.SH
6407 ____________________________________________________________________________
6408 [  3210] By: jhi                                   on 1999/04/03  13:16:20
6409         Log: Avoid Digital UNIX' ksh.
6410              
6411              From: Jarkko Hietaniemi <jhi@iki.fi> 
6412              To: Henrik Tougaard <ht000@siberut.foa.dk> 
6413              Cc: perlbug@perl.com, ht000@foa.dk 
6414              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
6415              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
6416              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
6417      Branch: cfgperl
6418            ! Configure config_h.SH
6419 ____________________________________________________________________________
6420 [  3209] By: jhi                                   on 1999/04/03  12:49:04
6421         Log: Integrate from mainperl.
6422      Branch: cfgperl
6423           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
6424 ____________________________________________________________________________
6425 [  3208] By: jhi                                   on 1999/04/03  12:27:24
6426         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
6427              
6428              From: Lionel Cons <lionel.cons@cern.ch>
6429              To: jhi@iki.fi
6430              Cc: perlbug@perl.com, kstar@isinet.com,
6431              Philippe Defert <philippe.defert@cern.ch>
6432              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
6433              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
6434              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
6435      Branch: cfgperl
6436            ! hints/irix_6.sh
6437 ____________________________________________________________________________
6438 [  3207] By: jhi                                   on 1999/04/03  12:20:21
6439         Log: Be polite about usemymalloc.
6440      Branch: cfgperl
6441            ! hints/aix.sh
6442 ____________________________________________________________________________
6443 [  3206] By: gsar                                  on 1999/04/02  23:31:59
6444         Log: a typo in change#3205
6445      Branch: perl
6446            ! t/lib/bigfloatpm.t
6447 ____________________________________________________________________________
6448 [  3205] By: gsar                                  on 1999/04/02  23:20:31
6449         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
6450              returns NaNs faithfully)
6451      Branch: perl
6452            ! t/lib/bigfloatpm.t
6453 ____________________________________________________________________________
6454 [  3204] By: jhi                                   on 1999/04/02  22:03:23
6455         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
6456              
6457              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6458              To: perl5-porters@perl.org
6459              Subject: linux hints nit
6460              Date: Fri, 2 Apr 1999 16:49:47 -0500
6461              Message-ID: <19990402164947.E80926@O2.chapin.edu>
6462      Branch: cfgperl
6463            ! hints/linux.sh
6464 ____________________________________________________________________________
6465 [  3203] By: jhi                                   on 1999/04/02  22:00:56
6466         Log: Display exact glibc version in Linux. 
6467              
6468              From: Andy Dougherty <doughera@lafayette.edu>
6469              To: Perl Porters <perl5-porters@perl.org>
6470              Subject: Displaying glibc version on Linux
6471              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
6472              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
6473      Branch: cfgperl
6474            ! hints/linux.sh
6475 ____________________________________________________________________________
6476 [  3202] By: gsar                                  on 1999/04/02  21:23:18
6477         Log: various little goofs
6478      Branch: perl
6479            ! Changes Makefile.SH README installperl
6480 ____________________________________________________________________________
6481 [  3201] By: jhi                                   on 1999/04/02  13:13:39
6482         Log: Configure regen.
6483              
6484              Add llseek + offset_t probing.
6485              Change CONFIG to CONFIGDOTSH.
6486              'unset foo' is unportable, use foo=''.
6487      Branch: cfgperl
6488            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
6489            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
6490            ! perl_exp.SH writemain.SH
6491 ____________________________________________________________________________
6492 [  3200] By: jhi                                   on 1999/04/02  12:06:22
6493         Log: Introduce myconfig.SH.
6494              
6495              From: Andy Dougherty <doughera@lafayette.edu>
6496              To: Jarkko Hietaniemi <jhi@iki.fi>
6497              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
6498              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
6499              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
6500              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
6501      Branch: cfgperl
6502            + myconfig.SH
6503            - myconfig
6504            ! MANIFEST
6505 ____________________________________________________________________________
6506 [  3195] By: jhi                                   on 1999/03/28  16:42:54
6507         Log: Update perlhist on 5_03.
6508      Branch: maint-5.005/perl
6509            ! pod/perlhist.pod
6510 ____________________________________________________________________________
6511 [  3194] By: jhi                                   on 1999/03/28  12:30:01
6512         Log: Integrate from mainperl.
6513      Branch: cfgperl
6514           +> t/op/grep.t
6515            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
6516            ! t/lib/bigintpm.t
6517           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
6518           !> t/lib/thread.t
6519 ____________________________________________________________________________
6520 [  3189] By: gsar                                  on 1999/03/28  08:22:00
6521         Log: various pod niggles
6522      Branch: maint-5.005/perl
6523            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
6524            ! pod/perlfunc.pod pod/perlhist.pod
6525 ____________________________________________________________________________
6526 [  3187] By: gsar                                  on 1999/03/28  07:31:16
6527         Log: regularize CAPI declarations (CAPI extensions now build under
6528              the Borland compiler)
6529      Branch: maint-5.005/perl
6530            ! win32/GenCAPI.pl
6531 ____________________________________________________________________________
6532 [  3186] By: gsar                                  on 1999/03/28  07:26:33
6533         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
6534              -DPERL_CAPI
6535      Branch: maint-5.005/perl
6536            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
6537 ____________________________________________________________________________
6538 [  3183] By: gsar                                  on 1999/03/28  06:00:46
6539         Log: update p4 utility to ignore non-text files
6540      Branch: perl
6541            ! Porting/p4desc
6542 ____________________________________________________________________________
6543 [  3181] By: gsar                                  on 1999/03/28  03:37:23
6544         Log: integrate change#3179 from maint-5.005
6545      Branch: perl
6546           !> ext/Thread/Thread.xs t/lib/thread.t
6547 ____________________________________________________________________________
6548 [  3180] By: gsar                                  on 1999/03/28  02:28:20
6549         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
6550              (sometimes caused bizarreness in the BLOCK)
6551      Branch: perl
6552            + t/op/grep.t
6553            ! MANIFEST op.c
6554 ____________________________________________________________________________
6555 [  3179] By: gsar                                  on 1999/03/28  02:14:04
6556         Log: fix thread segfault when passing large number of arguments to child
6557              a la C<Thread->new($foo, 1..1000)>
6558      Branch: maint-5.005/perl
6559            ! ext/Thread/Thread.xs t/lib/thread.t
6560 ____________________________________________________________________________
6561 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
6562         Log: fix $Config{'usethreads'} typo in perlthrtut
6563              
6564              From: Ian Maloney <szhmf9@wsblob.ubs.com>
6565              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
6566              Message-Id: <199903251540.QAA02439@wsblob.>
6567              Subject: perlthrtut documentation error
6568      Branch: maint-5.005/perl
6569            ! pod/perlthrtut.pod
6570 ____________________________________________________________________________
6571 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
6572         Log: Update Test.pm to VERSION 1.122 from CPAN
6573      Branch: maint-5.005/perl
6574            ! lib/Test.pm
6575 ____________________________________________________________________________
6576 [  3171] By: jhi                                   on 1999/03/26  22:38:28
6577         Log: Integrate from mainperl.
6578      Branch: cfgperl
6579           !> (integrate 37 files)
6580 ____________________________________________________________________________
6581 [  3170] By: gsar                                  on 1999/03/26  01:30:25
6582         Log: specify type of bracket in "Unmatched bracket" diagnostic;
6583              prefer 'brace' or 'curly bracket' over 'curly brace'
6584      Branch: perl
6585            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
6586            ! t/op/misc.t t/op/re_tests toke.c
6587 ____________________________________________________________________________
6588 [  3169] By: gsar                                  on 1999/03/26  00:50:51
6589         Log: better description of "Integer overflow" diagnostic
6590      Branch: perl
6591            ! pod/perldiag.pod
6592 ____________________________________________________________________________
6593 [  3168] By: gsar                                  on 1999/03/25  11:02:46
6594         Log: applied needful parts of suggested patch
6595              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
6596              Date: Tue, 23 Mar 1999 16:21:43 -0800
6597              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
6598              Subject: [PATCH 5.005_56] pp_formline correction
6599      Branch: perl
6600            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
6601 ____________________________________________________________________________
6602 [  3167] By: gsar                                  on 1999/03/25  10:39:02
6603         Log: clarify what a "comment" means (due to Mark-Jason Dominus
6604              <mjd@plover.com>)
6605      Branch: perl
6606            ! pod/perlsyn.pod
6607 ____________________________________________________________________________
6608 [  3166] By: gsar                                  on 1999/03/25  10:33:18
6609         Log: describe current behavior on local($foo{nothere}) (suggested by
6610              Lionel Cons <lionel.cons@cern.ch>)
6611      Branch: perl
6612            ! pod/perlsub.pod
6613 ____________________________________________________________________________
6614 [  3165] By: gsar                                  on 1999/03/25  06:21:05
6615         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
6616              <vishalb@hotmail.com>)
6617      Branch: perl
6618            ! ext/B/B/C.pm
6619 ____________________________________________________________________________
6620 [  3164] By: gsar                                  on 1999/03/25  06:17:27
6621         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6622              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
6623              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
6624              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
6625      Branch: perl
6626            ! ext/B/B.xs op.h opcode.pl
6627 ____________________________________________________________________________
6628 [  3163] By: gsar                                  on 1999/03/25  06:15:49
6629         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
6630              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
6631              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
6632              Subject: [PATCH _56] B::Deparse 0.57
6633              --
6634              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
6635              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
6636              Subject: Re: [PATCH _56] B::Deparse 0.57 
6637      Branch: perl
6638            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
6639 ____________________________________________________________________________
6640 [  3162] By: gsar                                  on 1999/03/25  06:11:46
6641         Log: fix a few places that said 'int', but meant 'STRLEN'
6642      Branch: perl
6643            ! pod/perlguts.pod proto.h sv.c
6644 ____________________________________________________________________________
6645 [  3161] By: gsar                                  on 1999/03/25  06:01:18
6646         Log: From: Russ Allbery <rra@stanford.edu>
6647              Date: 22 Mar 1999 04:26:26 -0800
6648              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
6649              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
6650      Branch: perl
6651            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
6652            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
6653            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
6654            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
6655 ____________________________________________________________________________
6656 [  3160] By: gsar                                  on 1999/03/25  02:26:31
6657         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
6658      Branch: perl
6659            ! opcode.h opcode.pl
6660 ____________________________________________________________________________
6661 [  3159] By: gsar                                  on 1999/03/25  02:18:17
6662         Log: add statement-modifier loops to :base_loop class
6663      Branch: perl
6664            ! ext/Opcode/Opcode.pm
6665 ____________________________________________________________________________
6666 [  3158] By: gsar                                  on 1999/03/25  00:36:57
6667         Log: integrate changes#3105,3130,3154 from maint-5.005
6668      Branch: perl
6669           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
6670 ____________________________________________________________________________
6671 [  3157] By: gsar                                  on 1999/03/25  00:24:17
6672         Log: remove bogus panic()
6673      Branch: perl
6674            ! Changes lib/Math/BigFloat.pm
6675 ____________________________________________________________________________
6676 [  3156] By: jhi                                   on 1999/03/24  22:43:43
6677         Log: Integrate from mainperl.
6678      Branch: cfgperl
6679           +> (branch 38 files)
6680           !> (integrate 68 files)
6681 ____________________________________________________________________________
6682 [  3155] By: jhi                                   on 1999/03/24  22:12:17
6683         Log: Configure regenerated because of changes #3130/#3154 and #3147.
6684      Branch: cfgperl
6685            ! Configure config_h.SH
6686 ____________________________________________________________________________
6687 [  3154] By: jhi                                   on 1999/03/24  21:40:51
6688         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
6689              based on suggestions from Andy Dougherty.
6690      Branch: maint-5.005/perl
6691            ! INSTALL
6692 ____________________________________________________________________________
6693 [  3153] By: gsar                                  on 1999/03/24  10:38:05
6694         Log: applied suggested patch, modulo superceded parts
6695              From: Charles Bailey <BAILEY@newman.upenn.edu>
6696              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
6697              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
6698              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
6699      Branch: perl
6700            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6701            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
6702            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
6703            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
6704 ____________________________________________________________________________
6705 [  3152] By: gsar                                  on 1999/03/24  10:30:51
6706         Log: applied suggested patch, modulo superceded parts
6707              From: Charles Bailey <BAILEY@newman.upenn.edu>
6708              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
6709              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
6710              Subject: [PATCH 5.005_56] Miscellaneous small fixes
6711      Branch: perl
6712            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
6713            ! lib/File/Basename.pm
6714 ____________________________________________________________________________
6715 [  3151] By: gsar                                  on 1999/03/24  10:15:00
6716         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
6717      Branch: perl
6718            ! pod/perlop.pod
6719 ____________________________________________________________________________
6720 [  3150] By: gsar                                  on 1999/03/24  10:09:13
6721         Log: missing integration in previous change
6722      Branch: perl
6723           !> README.apollo
6724 ____________________________________________________________________________
6725 [  3149] By: gsar                                  on 1999/03/24  10:06:44
6726         Log: integrate changes#3116,3119 from maint-5.005
6727      Branch: perl
6728            + README.apollo
6729           +> apollo/netinet/in.h
6730           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
6731 ____________________________________________________________________________
6732 [  3148] By: gsar                                  on 1999/03/24  10:01:56
6733         Log: integrate changes#3091-3094 from maint-5.005
6734      Branch: perl
6735           !> README.hurd vms/subconfigure.com vos/config.h
6736           !> vos/config_h.SH_orig
6737 ____________________________________________________________________________
6738 [  3147] By: gsar                                  on 1999/03/24  09:31:49
6739         Log: warn about newfangled vfork() caveats
6740      Branch: perl
6741            ! Configure
6742 ____________________________________________________________________________
6743 [  3146] By: jhi                                   on 1999/03/24  09:20:14
6744         Log: Bring in changes #2808 and #2812 (from mainline perl)
6745              that enhance the perlbug checklist.
6746      Branch: maint-5.005/perl
6747            ! utils/perlbug.PL
6748 ____________________________________________________________________________
6749 [  3145] By: gsar                                  on 1999/03/24  08:37:02
6750         Log: integrate change#3115 from maint-5.005
6751      Branch: perl
6752           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6753           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6754 ____________________________________________________________________________
6755 [  3144] By: gsar                                  on 1999/03/24  08:33:59
6756         Log: add note about map in scalar context
6757      Branch: perl
6758            ! pod/perlfunc.pod
6759 ____________________________________________________________________________
6760 [  3143] By: gsar                                  on 1999/03/24  08:25:59
6761         Log: doc tweak
6762      Branch: perl
6763            ! lib/Time/Local.pm
6764 ____________________________________________________________________________
6765 [  3142] By: gsar                                  on 1999/03/24  08:20:37
6766         Log: applied suggested patch, modulo bogus hunk
6767              From: "Vishal Bhatia" <vishalb@hotmail.com>
6768              Date: Thu, 11 Mar 1999 07:40:27 PST
6769              Message-ID: <19990311154027.25891.qmail@hotmail.com>
6770              Subject: [PATCH 5.005_56] Minor fixes in perlcc
6771      Branch: perl
6772            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
6773 ____________________________________________________________________________
6774 [  3141] By: gsar                                  on 1999/03/24  08:06:12
6775         Log: integrate change#3104 from maint-5.005
6776      Branch: perl
6777           !> README.os390 t/lib/posix.t
6778 ____________________________________________________________________________
6779 [  3140] By: gsar                                  on 1999/03/24  06:34:56
6780         Log: fix failure of C<&locked_sub;> under -Dusethreads
6781      Branch: perl
6782            ! pp_hot.c t/lib/thread.t
6783 ____________________________________________________________________________
6784 [  3139] By: gsar                                  on 1999/03/24  05:52:00
6785         Log: debugger tweak (wasn't printing a newline after recalled commands)
6786      Branch: perl
6787            ! lib/perl5db.pl
6788 ____________________________________________________________________________
6789 [  3138] By: gsar                                  on 1999/03/24  05:33:28
6790         Log: document OO exceptions (based on a suggestion by Andreas Koenig
6791              <andreas.koenig@anima.de>)
6792      Branch: perl
6793            ! pod/perlfunc.pod
6794 ____________________________________________________________________________
6795 [  3137] By: gsar                                  on 1999/03/24  02:50:20
6796         Log: better "Illegal %s digit ignored" warnings
6797      Branch: perl
6798            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
6799            ! toke.c util.c
6800 ____________________________________________________________________________
6801 [  3136] By: gsar                                  on 1999/03/24  02:26:38
6802         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
6803      Branch: perl
6804            + t/pragma/utf8.t
6805            ! regcomp.c
6806 ____________________________________________________________________________
6807 [  3135] By: gsar                                  on 1999/03/24  01:29:09
6808         Log: flip release & version in win32_uname()
6809      Branch: perl
6810            ! win32/win32.c
6811 ____________________________________________________________________________
6812 [  3134] By: gsar                                  on 1999/03/24  01:08:33
6813         Log: support POSIX::uname() via win32_uname()
6814      Branch: perl
6815            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
6816            ! win32/config.gc win32/config.vc win32/config_H.bc
6817            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
6818            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
6819 ____________________________________________________________________________
6820 [  3133] By: gsar                                  on 1999/03/23  22:20:10
6821         Log: From: jan.dubois@ibm.net (Jan Dubois)
6822              Date: Sat, 06 Mar 1999 21:42:56 +0100
6823              Message-ID: <36e49281.50337171@smtp1.ibm.net>
6824              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
6825      Branch: perl
6826            ! pod/perldelta.pod
6827 ____________________________________________________________________________
6828 [  3132] By: gsar                                  on 1999/03/23  22:17:45
6829         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
6830              Date: Sat, 06 Mar 1999 17:50:49 +0100
6831              Message-ID: <36e25209.33833760@smtp1.ibm.net>
6832              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
6833              --
6834              Date: Sat, 06 Mar 1999 18:15:00 +0100
6835              Message-ID: <36e36222.37954195@smtp1.ibm.net>
6836              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
6837      Branch: perl
6838            + t/lib/filefunc.t
6839            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
6840            ! pod/perldelta.pod pod/perlmodlib.pod
6841 ____________________________________________________________________________
6842 [  3131] By: gsar                                  on 1999/03/23  22:07:59
6843         Log: integrate cfgperl changes into mainline
6844      Branch: perl
6845           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
6846           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
6847           !> installperl malloc.c perl.c perl.h pod/perl.pod
6848           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
6849 ____________________________________________________________________________
6850 [  3130] By: jhi                                   on 1999/03/23  22:02:23
6851         Log: Don't use config.msg to remind about the
6852              LD_LIBRARY_PATH because Makefile.SH takes
6853              care of that.
6854              
6855              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
6856              This used to be the default but in some MT or another it
6857              was dropped because of some transient error or another.
6858      Branch: maint-5.005/perl
6859            ! Configure hints/dec_osf.sh
6860 ____________________________________________________________________________
6861 [  3129] By: gsar                                  on 1999/03/23  21:38:03
6862         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
6863              to size    and better maintainability)
6864      Branch: perl
6865            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6866            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
6867            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6868            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
6869            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
6870            + t/pod/include.xr t/pod/included.t t/pod/included.xr
6871            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
6872            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
6873            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
6874            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
6875            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
6876            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
6877            ! win32/Makefile win32/makefile.mk win32/pod.mak
6878 ____________________________________________________________________________
6879 [  3128] By: jhi                                   on 1999/03/23  10:14:54
6880         Log: Integrate from mainperl.
6881      Branch: cfgperl
6882           !> (integrate 46 files)
6883 ____________________________________________________________________________
6884 [  3127] By: gsar                                  on 1999/03/23  06:57:30
6885         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
6886              Date: Thu, 4 Mar 1999 10:54:01 -0800
6887              Message-Id: <9903041854.AA46868@frc0000>
6888              Subject: patch for useless Math::BigInt warnings
6889      Branch: perl
6890            ! lib/Math/BigInt.pm
6891 ____________________________________________________________________________
6892 [  3126] By: gsar                                  on 1999/03/23  05:54:37
6893         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
6894              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6895              Date: Fri, 19 Feb 1999 15:47:59 -0500
6896              Message-ID: <19990219154759.A32350@O2.chapin.edu>
6897              Subject: [PATCH] OSF/1 hints
6898      Branch: perl
6899            ! hints/dec_osf.sh
6900 ____________________________________________________________________________
6901 [  3125] By: gsar                                  on 1999/03/23  00:56:38
6902         Log: avoid typeglob persistence in pp_readline()
6903      Branch: perl
6904            ! sv.c t/op/gv.t
6905 ____________________________________________________________________________
6906 [  3124] By: gsar                                  on 1999/03/22  21:12:23
6907         Log: update copyright years
6908      Branch: perl
6909            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
6910            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
6911            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
6912            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
6913            ! sv.c sv.h toke.c utf8.c utf8.h util.c
6914 ____________________________________________________________________________
6915 [  3123] By: gsar                                  on 1999/03/22  07:07:06
6916         Log: implement win32_spawnvp() internally, making it return true PIDs
6917              for asynchronous spawns; fix win32_kill() to always deal with
6918              PIDs
6919      Branch: perl
6920            ! win32/win32.c win32/win32.h
6921 ____________________________________________________________________________
6922 [  3122] By: jhi                                   on 1999/03/19  21:12:14
6923         Log: Describe the new Benchmark feature in more detail.
6924      Branch: cfgperl
6925            ! pod/perldelta.pod
6926      Branch: maint-5.005/perl
6927            ! pod/perldelta.pod
6928 ____________________________________________________________________________
6929 [  3121] By: jhi                                   on 1999/03/19  08:16:12
6930         Log: AVAILABILITY tuning.
6931      Branch: cfgperl
6932            ! pod/perl.pod
6933      Branch: maint-5.005/perl
6934            ! pod/perl.pod
6935 ____________________________________________________________________________
6936 [  3120] By: jhi                                   on 1999/03/17  14:52:17
6937         Log: Rhapsody change assumed too much.
6938      Branch: cfgperl
6939            ! t/op/stat.t
6940 ____________________________________________________________________________
6941 [  3119] By: jhi                                   on 1999/03/17  14:33:43
6942         Log: More Apollo fixes.
6943      Branch: maint-5.005/perl
6944            ! README.apollo hints/apollo.sh t/lib/io_udp.t
6945 ____________________________________________________________________________
6946 [  3118] By: jhi                                   on 1999/03/16  17:23:39
6947         Log: Nada.
6948      Branch: maint-5.005/perl
6949            ! README.apollo
6950 ____________________________________________________________________________
6951 [  3117] By: jhi                                   on 1999/03/16  17:18:49
6952         Log: Apollo DomainOS AVAILABILITY.
6953      Branch: cfgperl
6954            ! pod/perl.pod
6955      Branch: maint-5.005/perl
6956            ! pod/perl.pod
6957 ____________________________________________________________________________
6958 [  3116] By: jhi                                   on 1999/03/16  17:14:00
6959         Log: Apollo DomainOS patch
6960              From: Johann Klasek <jk@auto.tuwien.ac.at>
6961              Subject: Re: DomainPerl
6962              Date: Tue, 16 Mar 1999 17:46:32 +0100
6963              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
6964      Branch: maint-5.005/perl
6965            + README.apollo apollo/netinet/in.h
6966            ! MANIFEST hints/apollo.sh
6967 ____________________________________________________________________________
6968 [  3115] By: jhi                                   on 1999/03/16  14:23:54
6969         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
6970              To: Gurusamy Sarathy <gsar@activestate.com>,
6971              Graham Barr <gbarr@pobox.com>
6972              Cc: Perl5 Porters <perl5-porters@perl.org>,
6973              "Paul.Marquess" <Paul.Marquess@btinternet.com>
6974              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
6975              Date: Sun, 14 Mar 1999 14:43:57 -0000
6976              Message-Id: <199903141841.NAA17040@defender.perl.org>
6977      Branch: maint-5.005/perl
6978            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6979            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6980 ____________________________________________________________________________
6981 [  3114] By: jhi                                   on 1999/03/16  12:42:20
6982         Log: Mention Rhapsody in 5.005_5X perldelta,
6983              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
6984              *planned* AVAILABILITY.
6985      Branch: cfgperl
6986            ! pod/perl.pod pod/perldelta.pod
6987      Branch: maint-5.005/perl
6988            ! pod/perl.pod
6989 ____________________________________________________________________________
6990 [  3113] By: jhi                                   on 1999/03/16  10:38:53
6991         Log: perldelta niggling.
6992      Branch: cfgperl
6993            ! pod/perldelta.pod
6994      Branch: maint-5.005/perl
6995            ! pod/perldelta.pod
6996 ____________________________________________________________________________
6997 [  3112] By: jhi                                   on 1999/03/16  10:35:21
6998         Log: Integrate from mainperl.
6999      Branch: cfgperl
7000           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
7001           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
7002 ____________________________________________________________________________
7003 [  3111] By: jhi                                   on 1999/03/16  10:28:10
7004         Log: AVAILABILITY update: still mention PowerUX,
7005              Novell Netware now has sources available.
7006      Branch: cfgperl
7007            ! pod/perl.pod
7008      Branch: maint-5.005/perl
7009            ! pod/perl.pod
7010 ____________________________________________________________________________
7011 [  3110] By: gsar                                  on 1999/03/16  04:34:23
7012         Log: sundry pod niggles
7013      Branch: perl
7014            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
7015            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
7016 ____________________________________________________________________________
7017 [  3109] By: jhi                                   on 1999/03/15  17:00:11
7018         Log: Integrate from mainperl.
7019      Branch: cfgperl
7020           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
7021           +> lib/unicode/Is/Syllable.pl
7022           +> lib/unicode/MakeEthiopicSyllables.PL
7023           +> lib/unicode/README.Ethiopic
7024           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
7025           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
7026           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
7027           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
7028           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
7029           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
7030           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
7031           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
7032 ____________________________________________________________________________
7033 [  3108] By: jhi                                   on 1999/03/15  16:58:12
7034         Log: First pass of integrating the Rhapsody port,
7035              
7036              From: Wilfredo Sanchez <wsanchez@apple.com> 
7037              Subject: Keeping the world in sync.
7038              Reply-To: wsanchez@apple.com 
7039              To: perlbug@perl.com 
7040              Date: Fri, 13 Nov 1998 17:11:30 -0800 
7041              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
7042      Branch: cfgperl
7043            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
7044            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
7045            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
7046            ! x2p/util.c
7047 ____________________________________________________________________________
7048 [  3107] By: gsar                                  on 1999/03/15  03:22:10
7049         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
7050              From: Daniel Yacob <dmulholl@cs.indiana.edu>
7051              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
7052              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
7053              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
7054      Branch: perl
7055            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
7056            + lib/unicode/Is/Syllable.pl
7057            + lib/unicode/MakeEthiopicSyllables.PL
7058            + lib/unicode/README.Ethiopic
7059            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
7060            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
7061            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
7062            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
7063            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
7064            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
7065            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
7066            ! lib/unicode/Name.pl lib/unicode/Number.pl
7067 ____________________________________________________________________________
7068 [  3106] By: gsar                                  on 1999/03/12  20:35:36
7069         Log: change#3067 failed package.t due to needless creation of $a and $b;
7070              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
7071      Branch: perl
7072            ! op.c
7073 ____________________________________________________________________________
7074 [  3105] By: jhi                                   on 1999/03/12  15:54:57
7075         Log: Recognize the NetBSD packages collection.
7076      Branch: maint-5.005/perl
7077            ! hints/netbsd.sh
7078 ____________________________________________________________________________
7079 [  3104] By: jhi                                   on 1999/03/12  09:07:04
7080         Log: From: pvhp@forte.com (Peter Prymmer)
7081              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
7082              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
7083              Date: Thu, 11 Mar 99 14:24:54 PST
7084              Message-Id: <9903112224.AA24346@forte.com>
7085      Branch: maint-5.005/perl
7086            ! README.os390 t/lib/posix.t
7087 ____________________________________________________________________________
7088 [  3103] By: jhi                                   on 1999/03/10  11:07:46
7089         Log: Integrate from mainperl.
7090      Branch: cfgperl
7091           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
7092           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
7093           !> t/pragma/warn/1global toke.c win32/makedef.pl
7094 ____________________________________________________________________________
7095 [  3102] By: jhi                                   on 1999/03/10  11:01:20
7096         Log: From: pvhp@forte.com (Peter Prymmer)
7097              To: perl5-porters@perl.org
7098              Subject: [5.005_03-MT6]Patch: time passes
7099              Date: Tue, 9 Mar 99 18:42:17 PST
7100              Message-Id: <9903100242.AA29057@forte.com>
7101      Branch: maint-5.005/perl
7102            ! perl.c
7103 ____________________________________________________________________________
7104 [  3101] By: jhi                                   on 1999/03/10  10:30:15
7105         Log: From: Mark-Jason Dominus <mjd@plover.com>
7106              To: perl5-porters@perl.com
7107              Subject: Minor fix to perlfunc.pod
7108              Date: Mon, 08 Mar 1999 20:05:53 -0500
7109              Message-ID: <19990309010553.13757.qmail@plover.com>
7110      Branch: maint-5.005/perl
7111            ! pod/perlfunc.pod
7112 ____________________________________________________________________________
7113 [  3100] By: gsar                                  on 1999/03/09  23:04:44
7114         Log: change#3060 had the wrong quotes
7115      Branch: perl
7116            ! pod/pod2man.PL
7117 ____________________________________________________________________________
7118 [  3099] By: jhi                                   on 1999/03/09  12:52:21
7119         Log: d_uname was broken (probably since _53), reported by
7120              
7121              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7122              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
7123              cpan-testers@perl.org
7124              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
7125              Date: Mon, 08 Mar 1999 13:22:31 +0000
7126              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
7127              
7128              and
7129              
7130              From: lvirden@cas.org (Larry W. Virden)
7131              To: perlbug@perl.com
7132              Subject: configure not correctly identifying uname posix compatibility
7133              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
7134              Message-Id: <199903081136.GAA23682@cas.org>
7135      Branch: cfgperl
7136            ! Configure config_h.SH
7137 ____________________________________________________________________________
7138 [  3098] By: gsar                                  on 1999/03/09  03:16:07
7139         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
7140      Branch: perl
7141            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
7142 ____________________________________________________________________________
7143 [  3097] By: gsar                                  on 1999/03/09  02:50:43
7144         Log: use yyerror() instead of croak() so that compile-time failures in
7145              my(LIST) don't confuse globals with lexicals
7146      Branch: perl
7147            ! op.c toke.c
7148 ____________________________________________________________________________
7149 [  3096] By: gsar                                  on 1999/03/09  02:47:36
7150         Log: adjust testsuite for change#3067
7151      Branch: perl
7152            ! t/pragma/warn/1global
7153 ____________________________________________________________________________
7154 [  3095] By: gsar                                  on 1999/03/08  21:04:48
7155         Log: remove bogus symbols from global.sym
7156      Branch: perl
7157            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
7158            ! perl.h win32/makedef.pl
7159 ____________________________________________________________________________
7160 [  3094] By: jhi                                   on 1999/03/06  16:16:15
7161         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
7162              To: jhi@iki.fi
7163              Subject: Oops
7164              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
7165              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
7166      Branch: maint-5.005/perl
7167            ! README.hurd
7168 ____________________________________________________________________________
7169 [  3093] By: jhi                                   on 1999/03/06  15:59:46
7170         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
7171              To: jhi@iki.fi
7172              Subject: New Hurd README
7173              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
7174              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
7175      Branch: maint-5.005/perl
7176            ! README.hurd
7177 ____________________________________________________________________________
7178 [  3092] By: jhi                                   on 1999/03/06  12:52:06
7179         Log: From: Paul_Green@stratus.com
7180              To: perl5-porters@perl.org
7181              Cc: jhi@iki.fi, Paul_Green@stratus.com
7182              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
7183              Date: Fri, 5 Mar 1999 18:08:49 -0500 
7184              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
7185      Branch: maint-5.005/perl
7186            ! vos/config.h vos/config_h.SH_orig
7187 ____________________________________________________________________________
7188 [  3091] By: jhi                                   on 1999/03/06  12:42:21
7189         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7190              To: perl5-porters@perl.org, vmsperl@perl.org
7191              Subject: [PATCH 5.005_03-MT6]VMS build patch
7192              Date: Fri, 05 Mar 1999 12:36:19 -0800
7193              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
7194      Branch: maint-5.005/perl
7195            ! vms/subconfigure.com
7196 ____________________________________________________________________________
7197 [  3090] By: gsar                                  on 1999/03/06  04:40:03
7198         Log: integrate change#3089 from mainline
7199              
7200              tolerate CRs after options
7201      Branch: maint-5.005/perl
7202           !> perl.c
7203 ____________________________________________________________________________
7204 [  3089] By: gsar                                  on 1999/03/06  04:30:40
7205         Log: tolerate CRs after options
7206      Branch: perl
7207            ! perl.c
7208 ____________________________________________________________________________
7209 [  3088] By: jhi                                   on 1999/03/05  12:49:01
7210         Log: Integrate from mainperl.
7211      Branch: cfgperl
7212           +> README.hurd
7213           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
7214 ____________________________________________________________________________
7215 [  3087] By: gsar                                  on 1999/03/05  06:41:16
7216         Log: adjust timeouts to accomodate slow/busy systems
7217      Branch: perl
7218            ! t/lib/io_sock.t
7219 ____________________________________________________________________________
7220 [  3083] By: gsar                                  on 1999/03/05  01:32:47
7221         Log: integrate change#3081 from maint-5.005
7222      Branch: perl
7223           !> ext/Errno/Errno_pm.PL
7224 ____________________________________________________________________________
7225 [  3082] By: gsar                                  on 1999/03/05  01:31:06
7226         Log: integrate change#2904 from maint-5.005
7227      Branch: perl
7228           +> README.hurd
7229           !> MANIFEST
7230 ____________________________________________________________________________
7231 [  3081] By: gsar                                  on 1999/03/05  00:14:33
7232         Log: protect against doubled backslashes
7233      Branch: maint-5.005/perl
7234            ! ext/Errno/Errno_pm.PL
7235 ____________________________________________________________________________
7236 [  3077] By: jhi                                   on 1999/03/04  08:10:13
7237         Log: Integrate from mainperl.
7238      Branch: cfgperl
7239           +> ext/B/B/Stash.pm
7240           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
7241           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
7242           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
7243           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
7244 ____________________________________________________________________________
7245 [  3076] By: jhi                                   on 1999/03/04  08:07:59
7246         Log: Regen config_h.SH once more because of *size, 
7247              noticed by
7248              
7249              From: Hans Mulder <hansm@icgned.icgroup.nl>
7250              To: Jarkko Hietaniemi <jhi@iki.fi>
7251              Cc: perl5-porters@perl.org
7252              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
7253              Date: Thu,  4 Mar 99 00:10:45 +0100
7254              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
7255      Branch: cfgperl
7256            ! Configure config_h.SH
7257 ____________________________________________________________________________
7258 [  3068] By: gsar                                  on 1999/03/04  05:48:03
7259         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
7260              Date: Thu,  4 Mar 99 00:10:45 +0100
7261              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
7262              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
7263      Branch: perl
7264            ! config_h.SH
7265 ____________________________________________________________________________
7266 [  3067] By: gsar                                  on 1999/03/04  05:44:32
7267         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
7268              From: Graham Barr <gbarr@ti.com>
7269              Date: Wed, 3 Mar 1999 17:23:56 -0600
7270              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
7271              Subject: Re: 'use strict' doesn't work for one-letter variables
7272      Branch: perl
7273            ! gv.c op.c
7274 ____________________________________________________________________________
7275 [  3066] By: gsar                                  on 1999/03/04  05:20:50
7276         Log: updates to compiler modules
7277              From: "Vishal Bhatia" <vishalb@hotmail.com>
7278              Date: Tue, 02 Mar 1999 23:27:25 PST
7279              Message-ID: <19990303072725.779.qmail@hotmail.com>
7280              Subject: PATCH 5.005_56 + Test procedure
7281      Branch: perl
7282            + ext/B/B/Stash.pm
7283            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
7284            ! lib/Test/Harness.pm utils/perlcc.PL
7285 ____________________________________________________________________________
7286 [  3065] By: gsar                                  on 1999/03/04  05:03:30
7287         Log: more s/s_/s!/ etc.
7288      Branch: perl
7289            ! pod/perldelta.pod pod/perlfunc.pod
7290 ____________________________________________________________________________
7291 [  3064] By: gsar                                  on 1999/03/04  04:50:45
7292         Log: integrate cfgperl contents into mainline
7293      Branch: perl
7294           !> Configure README.vms bytecode.h config_h.SH configure.com
7295           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
7296           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
7297           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
7298 ____________________________________________________________________________
7299 [  3063] By: gsar                                  on 1999/03/04  04:44:13
7300         Log: HP-UX has yet another spelling for /NaNQ?/
7301      Branch: perl
7302            ! t/lib/bigfloatpm.t
7303 ____________________________________________________________________________
7304 [  3062] By: gsar                                  on 1999/03/04  04:36:08
7305         Log: error-check for accept() test
7306      Branch: perl
7307            ! t/lib/io_sock.t
7308 ____________________________________________________________________________
7309 [  3061] By: gsar                                  on 1999/03/04  03:40:25
7310         Log: allow custom comparison function in File::Compare::compare_text()
7311              From: jan.dubois@ibm.net (Jan Dubois)
7312              Date: Fri, 26 Feb 1999 21:56:09 +0100
7313              Message-ID: <36db0838.8805651@smtp1.ibm.net>
7314              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
7315      Branch: perl
7316            ! lib/File/Compare.pm
7317 ____________________________________________________________________________
7318 [  3060] By: gsar                                  on 1999/03/04  03:37:38
7319         Log: better version of change#3038
7320              From: abigail@fnx.com
7321              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
7322              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
7323              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
7324      Branch: perl
7325            ! pod/pod2man.PL
7326 ____________________________________________________________________________
7327 [  3058] By: jhi                                   on 1999/03/03  22:30:40
7328         Log: Configure regen to
7329              (1) match maint-5.005 patches #3056 and #3057
7330              (2) better version of PHOSTNAME of #3050
7331              (3) the crosscompile/multiarch config_h.SH trouble solved for now
7332      Branch: cfgperl
7333            ! Configure config_h.SH
7334 ____________________________________________________________________________
7335 [  3054] By: jhi                                   on 1999/03/03  09:57:59
7336         Log: Change #3053 missed perldelta.
7337      Branch: cfgperl
7338            ! pod/perldelta.pod
7339 ____________________________________________________________________________
7340 [  3053] By: jhi                                   on 1999/03/03  08:29:43
7341         Log: Use '!' to mark native integer packings instead of '_'.
7342      Branch: cfgperl
7343            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
7344 ____________________________________________________________________________
7345 [  3052] By: jhi                                   on 1999/03/02  23:12:36
7346         Log: The HP-UX threads patch (change #3028) is needed also here.
7347      Branch: cfgperl
7348            ! hints/hpux.sh thread.h
7349 ____________________________________________________________________________
7350 [  3051] By: jhi                                   on 1999/03/02  08:24:52
7351         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7352              To: perl5-porters@perl.org, vmsperl@perl.org
7353              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
7354              Date: Mon, 01 Mar 1999 16:10:57 -0800
7355              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
7356      Branch: cfgperl
7357            ! README.vms
7358      Branch: maint-5.005/perl
7359            ! README.vms
7360 ____________________________________________________________________________
7361 [  3050] By: jhi                                   on 1999/03/02  08:22:29
7362         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7363              To: perl5-porters@perl.org, vmsperl@perl.org
7364              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
7365              Date: Mon, 01 Mar 1999 16:06:29 -0800
7366              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
7367              
7368              From: Dan Sugalski <sugalskd@osshe.edu>
7369              To: perl5-porters@perl.org, vmsperl@perl.org
7370              Subject: [PATCH 5.005_56]vmsish.pm patch
7371              Date: Mon, 01 Mar 1999 20:19:04 -0800
7372              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
7373              
7374              plus Configure regen containing a "solution" to the
7375              crosscompile/multiarch problem.
7376      Branch: cfgperl
7377            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
7378            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
7379 ____________________________________________________________________________
7380 [  3049] By: jhi                                   on 1999/03/02  07:34:21
7381         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
7382              To: perl5-porters@perl.org
7383              Subject: [PATCH] Eliminate (valid) warning in byterun.c
7384              Date: Mon, 01 Mar 1999 17:27:59 -0500
7385              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
7386      Branch: cfgperl
7387            ! bytecode.h
7388      Branch: maint-5.005/perl
7389            ! bytecode.h
7390 ____________________________________________________________________________
7391 [  3048] By: gsar                                  on 1999/03/02  06:41:21
7392         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7393      Branch: perl
7394            ! MANIFEST README.hpux
7395 ____________________________________________________________________________
7396 [  3047] By: jhi                                   on 1999/03/01  06:34:43
7397         Log: Integrate from mainperl.
7398      Branch: cfgperl
7399           +> README.hpux lib/File/Spec/Functions.pm
7400           !> (integrate 28 files)
7401 ____________________________________________________________________________
7402 [  3046] By: gsar                                  on 1999/03/01  05:34:28
7403         Log: this is 5.005_56
7404      Branch: perl
7405            ! Changes
7406
7407 ----------------
7408 Version 5.005_56
7409 ----------------
7410
7411 ____________________________________________________________________________
7412 [  3045] By: gsar                                  on 1999/03/01  03:32:30
7413         Log: destroy PL_svref_mutex in perl_destruct()
7414      Branch: perl
7415            ! perl.c
7416 ____________________________________________________________________________
7417 [  3044] By: gsar                                  on 1999/03/01  00:38:50
7418         Log: up patchlevel &c.
7419      Branch: perl
7420            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7421            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7422            ! win32/makefile.mk
7423 ____________________________________________________________________________
7424 [  3043] By: gsar                                  on 1999/03/01  00:14:15
7425         Log: integrate cfgperl contents into mainline
7426      Branch: perl
7427            ! pod/perldelta.pod
7428           !> Configure config_h.SH
7429 ____________________________________________________________________________
7430 [  3042] By: gsar                                  on 1999/02/28  23:55:08
7431         Log: slightly edited version of suggested patch
7432              From: jan.dubois@ibm.net (Jan Dubois)
7433              Date: Mon, 01 Mar 1999 00:32:05 +0100
7434              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
7435              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
7436      Branch: perl
7437            + lib/File/Spec/Functions.pm
7438            ! MANIFEST lib/File/Spec.pm
7439 ____________________________________________________________________________
7440 [  3041] By: gsar                                  on 1999/02/28  22:47:19
7441         Log: fix subtle bug in eval'' testsuite
7442      Branch: perl
7443            ! t/op/eval.t
7444 ____________________________________________________________________________
7445 [  3040] By: gsar                                  on 1999/02/28  22:46:24
7446         Log: avoid literal control characters in change#3039
7447      Branch: perl
7448            ! t/base/lex.t
7449 ____________________________________________________________________________
7450 [  3039] By: gsar                                  on 1999/02/28  21:47:18
7451         Log: todo item: permit extended control variables a la ${^Foo} (patch
7452              courtesy Mark-Jason Dominus <mjd@plover.com>)
7453      Branch: perl
7454            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
7455            ! t/base/lex.t toke.c
7456 ____________________________________________________________________________
7457 [  3038] By: gsar                                  on 1999/02/28  21:21:05
7458         Log: From: abigail@fnx.com
7459              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
7460              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
7461              Subject: Recognize -> and => inside [A-Z]<> sequences.
7462      Branch: perl
7463            ! pod/pod2man.PL
7464 ____________________________________________________________________________
7465 [  3037] By: gsar                                  on 1999/02/28  21:12:22
7466         Log: fix longstanding bug: searches for lexicals originating within eval''
7467              weren't stopping at the subroutine boundary correctly
7468      Branch: perl
7469            ! op.c proto.h t/op/eval.t
7470 ____________________________________________________________________________
7471 [  3036] By: gsar                                  on 1999/02/28  20:02:29
7472         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
7473              as stacked list values
7474              From: jan.dubois@ibm.net (Jan Dubois)
7475              Date: Sat, 27 Feb 1999 18:24:17 +0100
7476              Message-ID: <36e22849.36531259@smtp1.ibm.net>
7477              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
7478      Branch: perl
7479            ! win32/win32.c
7480 ____________________________________________________________________________
7481 [  3035] By: gsar                                  on 1999/02/28  19:48:54
7482         Log: remove superfluous stack_sp decl
7483      Branch: perl
7484            ! jpl/JNI/JNI.xs
7485 ____________________________________________________________________________
7486 [  3034] By: gsar                                  on 1999/02/28  19:34:58
7487         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
7488      Branch: perl
7489            ! lib/Getopt/Std.pm
7490 ____________________________________________________________________________
7491 [  3033] By: gsar                                  on 1999/02/28  19:23:41
7492         Log: add File::Compare::compare_text()
7493              From: jan.dubois@ibm.net (Jan Dubois)
7494              Date: Fri, 26 Feb 1999 00:20:41 +0100
7495              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
7496              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
7497      Branch: perl
7498            ! lib/File/Compare.pm pod/perltodo.pod
7499 ____________________________________________________________________________
7500 [  3032] By: gsar                                  on 1999/02/28  19:01:33
7501         Log: add README.hpux
7502      Branch: perl
7503            + README.hpux
7504            ! MAINTAIN MANIFEST
7505 ____________________________________________________________________________
7506 [  3031] By: gsar                                  on 1999/02/28  18:49:08
7507         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
7508              James Cromie <jcromie@fossil.uswc.uswest.com>
7509      Branch: perl
7510            ! lib/Pod/Html.pm
7511 ____________________________________________________________________________
7512 [  3030] By: gsar                                  on 1999/02/28  18:35:09
7513         Log: From: jan.dubois@ibm.net (Jan Dubois)
7514              Date: Wed, 24 Feb 1999 22:34:56 +0100
7515              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
7516              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
7517      Branch: perl
7518            ! lib/Test/Harness.pm
7519 ____________________________________________________________________________
7520 [  3029] By: gsar                                  on 1999/02/28  18:28:18
7521         Log: add note about env pollution
7522      Branch: perl
7523            ! INSTALL pod/perltodo.pod
7524 ____________________________________________________________________________
7525 [  3028] By: jhi                                   on 1999/02/26  14:40:00
7526         Log: HP-UX 11 threads.
7527              
7528              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7529              To: perl5-porters@perl.org
7530              Cc: jhi@cc.hut.fi
7531              Subject: Maint 5 and _54 with threading on HP-UX 11.00
7532              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
7533              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
7534              
7535              NOTE from jhi: the hpux hints could still be more robust by
7536              disabling gdbm when necessary.
7537              
7538              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
7539              linking -lgdbm -lpthread creates an executable that instantly
7540              core dumps on a pthreads internal panic:
7541              
7542              ./gdpt
7543              
7544              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
7545              Return Pointer is 0xc082bf33
7546              17639 quit (core dumped)  ./gdpt
7547              
7548              You don't have to *use* either gdbm or pthreads in the executable,
7549              just linking them together is enough.  Workaround is to recompile
7550              the GDBM under HP-UX 11, that makes the problem go away.
7551      Branch: maint-5.005/perl
7552            ! hints/hpux.sh thread.h
7553 ____________________________________________________________________________
7554 [  3025] By: jhi                                   on 1999/02/25  20:41:07
7555         Log: Temporary workaround for the config_h.SH versus
7556              crosscompile and multiarch plus introduce 'rt'
7557              to $libswanted: in UNIX98 sched_yield() lives there.
7558      Branch: cfgperl
7559            ! Configure config_h.SH
7560 ____________________________________________________________________________
7561 [  3024] By: jhi                                   on 1999/02/24  12:54:59
7562         Log: Integrate from mainperl.
7563      Branch: cfgperl
7564           +> t/lib/fatal.t
7565           !> (integrate 44 files)
7566 ____________________________________________________________________________
7567 [  3023] By: gsar                                  on 1999/02/24  07:02:12
7568         Log: integrate cfgperl contents
7569      Branch: perl
7570           !> (integrate 30 files)
7571 ____________________________________________________________________________
7572 [  3022] By: gsar                                  on 1999/02/24  05:59:47
7573         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
7574              Date: 23 Feb 1999 17:53:22 -0700
7575              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
7576              Subject: [PATCH: _55] perldoc -q broken
7577      Branch: perl
7578            ! utils/perldoc.PL
7579 ____________________________________________________________________________
7580 [  3021] By: gsar                                  on 1999/02/24  05:51:53
7581         Log: ansify perlio.c, fix PerlIO-ish typos
7582      Branch: perl
7583            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
7584            ! iperlsys.h perlio.c
7585 ____________________________________________________________________________
7586 [  3020] By: gsar                                  on 1999/02/24  05:28:06
7587         Log: adjust a Perl_malloc() flag for NeXT
7588              From: Hans Mulder <hansm@icgned.icgroup.nl>
7589              Date: Tue, 23 Feb 99 00:26:25 +0100
7590              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
7591              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
7592      Branch: perl
7593            ! perl.h
7594 ____________________________________________________________________________
7595 [  3019] By: gsar                                  on 1999/02/24  05:19:42
7596         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
7597      Branch: perl
7598            ! pod/perltodo.pod
7599 ____________________________________________________________________________
7600 [  3018] By: gsar                                  on 1999/02/24  04:15:18
7601         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7602              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
7603              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
7604              Subject: improved error message [PATCH _55] [RESEND]
7605      Branch: perl
7606            ! sv.c
7607 ____________________________________________________________________________
7608 [  3017] By: gsar                                  on 1999/02/24  03:50:34
7609         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
7610              Date: Sun, 21 Feb 1999 20:02:18 -0700
7611              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
7612              Subject: perlfunc updates (against 55)
7613      Branch: perl
7614            ! pod/perlfunc.pod
7615 ____________________________________________________________________________
7616 [  3016] By: gsar                                  on 1999/02/24  03:17:05
7617         Log: testsuite adjustments
7618              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7619              Date: Sat, 20 Feb 1999 15:24:57 +0000
7620              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
7621              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
7622      Branch: perl
7623            ! t/lib/io_sock.t t/op/lex_assign.t
7624 ____________________________________________________________________________
7625 [  3015] By: gsar                                  on 1999/02/24  02:54:47
7626         Log: avoid modifying readonly values from qw()
7627      Branch: perl
7628            ! lib/ExtUtils/MM_Unix.pm
7629 ____________________________________________________________________________
7630 [  3014] By: gsar                                  on 1999/02/24  02:49:04
7631         Log: more "correct" utbuf for utime()
7632      Branch: perl
7633            ! doio.c
7634 ____________________________________________________________________________
7635 [  3013] By: jhi                                   on 1999/02/22  19:27:44
7636         Log: Fix MacPerl version, change PowerUX to PowerMAX.
7637              
7638              From: Chris Nandor <pudge@pobox.com>
7639              To: jhi@iki.fi
7640              Cc: perl5-porters@perl.org
7641              Subject: Re: perl current availability as documented by perl.pod
7642              Date: Sun, 21 Feb 1999 11:06:03 -0500
7643              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
7644              
7645              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
7646              To: jhi@iki.fi
7647              Cc: perl5-porters@perl.org
7648              Subject: Re: perl current availability as documented by perl.pod
7649              Date: Mon, 22 Feb 1999 13:08:30 GMT
7650              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
7651      Branch: cfgperl
7652            ! pod/perl.pod
7653      Branch: maint-5.005/perl
7654            ! pod/perl.pod
7655 ____________________________________________________________________________
7656 [  3012] By: jhi                                   on 1999/02/22  10:26:11
7657         Log: Snapshot the cross-compilation/multiarchitecture stuff
7658              (currently broken in next)
7659      Branch: cfgperl
7660            ! Configure config_h.SH pp.c
7661 ____________________________________________________________________________
7662 [  3011] By: jhi                                   on 1999/02/22  10:24:51
7663         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7664              To: gsar@activestate.com (Gurusamy Sarathy)
7665              Cc: perl5-porters@perl.org (Perl5 Porters)
7666              Subject: [PATCH 5.005_55] DB_File 1.64 patch
7667              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
7668              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
7669      Branch: cfgperl
7670            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7671            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
7672 ____________________________________________________________________________
7673 [  3009] By: jhi                                   on 1999/02/22  09:14:26
7674         Log: Scratch #3008 and introduce $crosscompile and $multiarch
7675              also in non-Configure lands.
7676      Branch: cfgperl
7677            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
7678            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
7679            ! win32/config.gc win32/config.vc win32/config_H.bc
7680            ! win32/config_H.gc win32/config_H.vc
7681 ____________________________________________________________________________
7682 [  3008] By: jhi                                   on 1999/02/22  08:58:04
7683         Log: Add -DMULTIARCH (see change #3006).
7684      Branch: cfgperl
7685            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
7686 ____________________________________________________________________________
7687 [  3007] By: jhi                                   on 1999/02/22  08:54:06
7688         Log: Undo the references to local{lib,arch} introduced by #3006.
7689      Branch: cfgperl
7690            ! Configure config_h.SH
7691 ____________________________________________________________________________
7692 [  3006] By: jhi                                   on 1999/02/22  08:43:50
7693         Log: From: hansm@icgned.icgroup.nl
7694              To: perlbug@perl.com
7695              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
7696              Date: Sun, 21 Feb 1999 22:58:55 +0100
7697              Reply-To: hansmu@xs4all.nl
7698              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
7699              
7700              plus other Configure changes: prepare for cross-compilation/
7701              multiarchitecture builds.
7702      Branch: cfgperl
7703            ! Configure config_h.SH
7704 ____________________________________________________________________________
7705 [  3005] By: jhi                                   on 1999/02/22  08:35:30
7706         Log: Configure/Perl knew how to look for use Mach cthreads
7707              but Configure didn't let them to be used ($osname 'next').
7708      Branch: cfgperl
7709            ! Configure config_h.SH
7710      Branch: maint-5.005/perl
7711            ! Configure
7712 ____________________________________________________________________________
7713 [  3004] By: jhi                                   on 1999/02/21  15:46:02
7714         Log: Update Acorn AVAILABILITY.
7715      Branch: cfgperl
7716            ! pod/perl.pod
7717      Branch: maint-5.005/perl
7718            ! pod/perl.pod
7719 ____________________________________________________________________________
7720 [  3003] By: jhi                                   on 1999/02/21  14:50:42
7721         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
7722              To: perl5-porters@perl.org (Perl 5 Porters)
7723              Subject: PATCH: perlref.pod - symbolic ref example
7724              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
7725              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
7726      Branch: cfgperl
7727            ! pod/perlref.pod
7728      Branch: maint-5.005/perl
7729            ! pod/perlref.pod
7730 ____________________________________________________________________________
7731 [  3002] By: jhi                                   on 1999/02/21  14:35:22
7732         Log: Sync cfgperl with maint-5.005 change #3000.
7733      Branch: cfgperl
7734            ! pod/perlfunc.pod t/op/pack.t
7735 ____________________________________________________________________________
7736 [  2999] By: gsar                                  on 1999/02/20  22:48:30
7737         Log: From:    John Bley <jbb6@acpub.duke.edu>
7738              Date:    Sat, 20 Feb 1999 16:02:34 EST
7739              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
7740              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
7741      Branch: perl
7742            ! regcomp.c
7743 ____________________________________________________________________________
7744 [  2998] By: jhi                                   on 1999/02/20  14:13:06
7745         Log: Enhanced the endianness description.
7746      Branch: cfgperl
7747            ! pod/perlfunc.pod
7748 ____________________________________________________________________________
7749 [  2996] By: jhi                                   on 1999/02/20  13:55:41
7750         Log: Glossary now mostly fixed.
7751      Branch: cfgperl
7752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7753            ! config_h.SH
7754 ____________________________________________________________________________
7755 [  2994] By: jhi                                   on 1999/02/20  11:58:33
7756         Log: Perldeltify GNU/Hurd.
7757      Branch: cfgperl
7758            ! pod/perldelta.pod
7759 ____________________________________________________________________________
7760 [  2993] By: gsar                                  on 1999/02/20  00:59:10
7761         Log: fix typo in Perl_sbrk()
7762              From: hansm@icgned.icgroup.nl
7763              Date: Fri, 19 Feb 1999 23:19:31 +0100
7764              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
7765              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
7766      Branch: perl
7767            ! malloc.c
7768 ____________________________________________________________________________
7769 [  2992] By: gsar                                  on 1999/02/20  00:51:08
7770         Log: integrate change#2980 from maint-5.005
7771      Branch: perl
7772           !> utils/h2xs.PL
7773 ____________________________________________________________________________
7774 [  2991] By: gsar                                  on 1999/02/20  00:34:01
7775         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7776              Date: Thu, 18 Feb 1999 18:51:38 +0000
7777              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
7778              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
7779      Branch: perl
7780            ! pp_hot.c t/op/pat.t
7781 ____________________________________________________________________________
7782 [  2990] By: gsar                                  on 1999/02/20  00:30:48
7783         Log: From: jan.dubois@ibm.net (Jan Dubois)
7784              Date: Thu, 18 Feb 1999 19:14:07 +0100
7785              Message-ID: <36d15809.40853323@smtp1.ibm.net>
7786              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
7787      Branch: perl
7788            ! win32/win32.c
7789 ____________________________________________________________________________
7790 [  2989] By: gsar                                  on 1999/02/20  00:27:01
7791         Log: do poll() emulation unless HAS_POLL && I_POLL
7792      Branch: perl
7793            ! ext/IO/poll.h
7794 ____________________________________________________________________________
7795 [  2988] By: gsar                                  on 1999/02/19  23:52:12
7796         Log: tweak RE for NaNQ? recognition
7797      Branch: perl
7798            ! t/lib/bigfloatpm.t
7799 ____________________________________________________________________________
7800 [  2987] By: gsar                                  on 1999/02/19  23:29:59
7801         Log: mention C<use utf8> and C<use warning> in perldelta
7802      Branch: perl
7803            ! pod/perldelta.pod
7804 ____________________________________________________________________________
7805 [  2985] By: jhi                                   on 1999/02/19  20:43:19
7806         Log: pack/unpack better in (network-)short-non-16-bits and
7807              (network-)long-non-32-bits systems such as Cray C90.
7808      Branch: cfgperl
7809            ! perl.h pp.c t/op/pack.t
7810 ____________________________________________________________________________
7811 [  2984] By: jhi                                   on 1999/02/19  20:38:54
7812         Log: Regen Configure.
7813      Branch: cfgperl
7814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7815            ! perl.c
7816 ____________________________________________________________________________
7817 [  2982] By: jhi                                   on 1999/02/19  19:51:49
7818         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
7819              not probed for and         
7820              
7821              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7822              To: Chaim Frenkel <chaimf@pobox.com>,
7823              Russ Allbery <rra@stanford.edu>,
7824              Jarkko Hietaniemi <jhi@iki.fi>,
7825              Gurusamy Sarathy <gsar@activestate.com>,
7826              Graham Barr <gbarr@pobox.com>
7827              Cc: bdensch@ameritech.net, perlbug@perl.com
7828              Subject: [PATCH] Re: Solaris 7 for Intel
7829              Message-ID: <19990219124404.A30182@O2.chapin.edu>
7830              
7831              Glossary is still missing some terms because
7832              mkglossary is misbehaving (change #2981 updated
7833              Glossary manually)
7834      Branch: cfgperl
7835            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
7836            ! Porting/config_H
7837 ____________________________________________________________________________
7838 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
7839         Log: Make result of h2xs work when user adds C<use strict>
7840      Branch: maint-5.005/perl
7841            ! utils/h2xs.PL
7842 ____________________________________________________________________________
7843 [  2979] By: gsar                                  on 1999/02/19  05:24:29
7844         Log: doc for change#2978
7845      Branch: perl
7846            ! pod/perlsub.pod
7847 ____________________________________________________________________________
7848 [  2978] By: gsar                                  on 1999/02/19  05:08:29
7849         Log: bring '*' prototype closer to how it behaves internally
7850      Branch: perl
7851            + t/lib/fatal.t
7852            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
7853 ____________________________________________________________________________
7854 [  2977] By: gsar                                  on 1999/02/19  02:50:31
7855         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
7856      Branch: perl
7857            ! perly.h
7858 ____________________________________________________________________________
7859 [  2975] By: gsar                                  on 1999/02/18  21:41:57
7860         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
7861              of lexical searches in BEGIN|INIT|END)
7862      Branch: perl
7863            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
7864            ! vms/perly_c.vms
7865 ____________________________________________________________________________
7866 [  2974] By: gsar                                  on 1999/02/18  21:03:06
7867         Log: missing PERL_POLLUTE_MALLOC
7868      Branch: perl
7869            ! ext/SDBM_File/sdbm/sdbm.h
7870 ____________________________________________________________________________
7871 [  2973] By: gsar                                  on 1999/02/18  17:10:49
7872         Log: From:    Andy Dougherty <doughera@lafayette.edu>
7873              Date:    Wed, 17 Feb 1999 17:22:50 EST
7874              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
7875              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
7876      Branch: perl
7877            ! lib/dotsh.pl
7878 ____________________________________________________________________________
7879 [  2972] By: gsar                                  on 1999/02/18  17:04:12
7880         Log: s/#defined/#define/
7881      Branch: perl
7882            ! ext/Data/Dumper/Dumper.xs
7883 ____________________________________________________________________________
7884 [  2970] By: gsar                                  on 1999/02/18  03:26:43
7885         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
7886      Branch: perl
7887            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7888            ! ext/GDBM_File/typemap
7889 ____________________________________________________________________________
7890 [  2969] By: gsar                                  on 1999/02/17  23:30:47
7891         Log: correct slurp mode doc
7892      Branch: perl
7893            ! pod/perlfunc.pod pod/perlop.pod
7894 ____________________________________________________________________________
7895 [  2968] By: jhi                                   on 1999/02/17  23:15:49
7896         Log: Ultrix hints update.
7897              
7898              From: Spider Boardman <spider@zk3.dec.com>
7899              To: perlbug@perl.com
7900              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
7901              Date: Tue, 16 Feb 1999 23:04:28 -0500
7902              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
7903      Branch: cfgperl
7904            ! hints/ultrix_4.sh
7905 ____________________________________________________________________________
7906 [  2966] By: jhi                                   on 1999/02/17  23:09:21
7907         Log: Change #2965 wiped out some Sarathy's _55 changes.
7908              Now unwiped.
7909      Branch: cfgperl
7910            ! Configure pp.c t/op/pack.t
7911 ____________________________________________________________________________
7912 [  2965] By: jhi                                   on 1999/02/17  23:00:04
7913         Log: Configure tweaks.
7914              
7915              Fix the Unixware/SCO uname scan:
7916              
7917              From: Tom Hughes <thh@cyberscience.com>
7918              To: perlbug@perl.com
7919              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
7920              Date: 17 Feb 1999 15:34:15 +0000    
7921              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
7922              
7923              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
7924              
7925              From: Joe Buehler <jhpb@hekimian.com>
7926              To: perl5-porters@perl.org
7927              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
7928              Date: 12 Feb 1999 11:25:21 -0500
7929              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
7930              
7931              Make the pthreads joinable constant scan to output to fd 4, not 2.
7932      Branch: cfgperl
7933            ! Configure
7934 ____________________________________________________________________________
7935 [  2964] By: gsar                                  on 1999/02/17  21:30:07
7936         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
7937              Date: Wed, 17 Feb 1999 06:53:13 -0700
7938              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
7939              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
7940      Branch: perl
7941            ! lib/Pod/Functions.pm
7942 ____________________________________________________________________________
7943 [  2963] By: gsar                                  on 1999/02/17  21:18:21
7944         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
7945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7946              Date: Wed, 17 Feb 1999 10:06:01 +0000
7947              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
7948              Subject: Re: [5.005_53] panic: pad_free curpad 
7949      Branch: perl
7950            ! regcomp.c regexec.c t/op/misc.t
7951 ____________________________________________________________________________
7952 [  2962] By: gsar                                  on 1999/02/16  21:26:28
7953         Log: NaNQ? tweak
7954      Branch: perl
7955            ! t/lib/bigfloatpm.t
7956 ____________________________________________________________________________
7957 [  2961] By: jhi                                   on 1999/02/16  19:26:38
7958         Log: Integrate from mainperl.
7959      Branch: cfgperl
7960           !> (integrate 37 files)
7961 ____________________________________________________________________________
7962 [  2960] By: gsar                                  on 1999/02/16  18:04:29
7963         Log: undo change#2465 (qw[] is a real list now)
7964      Branch: perl
7965            ! pod/perlop.pod
7966 ____________________________________________________________________________
7967 [  2959] By: gsar                                  on 1999/02/16  07:09:33
7968         Log: this was 5.005_55
7969      Branch: perl
7970            ! Changes
7971
7972 ----------------
7973 Version 5.005_55
7974 ----------------
7975
7976 ____________________________________________________________________________
7977 [  2958] By: gsar                                  on 1999/02/16  06:18:27
7978         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
7979              elide dups and non-dependents from Changes
7980      Branch: perl
7981            ! Changes pod/perlhist.pod
7982           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
7983           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
7984           !> pod/perlport.pod pp.c t/op/pack.t
7985 ____________________________________________________________________________
7986 [  2957] By: gsar                                  on 1999/02/16  04:09:47
7987         Log: propagate PERL_VERSION everywhere, add to pod
7988      Branch: perl
7989            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
7990            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
7991            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
7992            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
7993            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
7994            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
7995            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
7996            ! win32/config.gc win32/config.vc win32/config_sh.PL
7997            ! win32/win32.c x2p/a2py.c
7998 ____________________________________________________________________________
7999 [  2955] By: jhi                                   on 1999/02/15  16:15:03
8000         Log: The pack tests now better in C90 (after the packnative patches).
8001      Branch: cfgperl
8002            ! t/op/pack.t
8003 ____________________________________________________________________________
8004 [  2954] By: gsar                                  on 1999/02/15  14:11:50
8005         Log: tweak Configure to follow new PERL_VERSION etc.
8006      Branch: perl
8007            ! Configure patchlevel.h pod/perlhist.pod
8008 ____________________________________________________________________________
8009 [  2953] By: jhi                                   on 1999/02/15  14:02:21
8010         Log: Integrate from mainperl.
8011      Branch: cfgperl
8012           !> MANIFEST Porting/makerel
8013 ____________________________________________________________________________
8014 [  2952] By: jhi                                   on 1999/02/15  13:50:07
8015         Log: Enhance the packnative patch: use the packnative code
8016              only if required.  Also added hefty testing (hopefully
8017              I didn't assume too much...).  Tested on alpha, ix86, sparc.
8018      Branch: cfgperl
8019            ! pod/perlfunc.pod pp.c t/op/pack.t
8020 ____________________________________________________________________________
8021 [  2951] By: jhi                                   on 1999/02/15  13:46:56
8022         Log: AVAILABILITY from 5.005_03-tobe, will of course
8023              require updating when 5.006 comes out.
8024      Branch: cfgperl
8025            ! pod/perl.pod
8026 ____________________________________________________________________________
8027 [  2949] By: gsar                                  on 1999/02/15  13:28:51
8028         Log: will this be it for 5.005_55?
8029      Branch: perl
8030            ! MANIFEST Porting/makerel
8031 ____________________________________________________________________________
8032 [  2948] By: jhi                                   on 1999/02/15  13:23:52
8033         Log: Integrate from mainperl.
8034      Branch: cfgperl
8035           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
8036           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8037           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8038           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
8039           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
8040           !> win32/config.gc win32/config.vc win32/config_H.bc
8041           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8042 ____________________________________________________________________________
8043 [  2947] By: jhi                                   on 1999/02/15  13:20:41
8044         Log: perlport.pod 1.39 from Chris.
8045      Branch: cfgperl
8046            ! pod/perlport.pod
8047 ____________________________________________________________________________
8048 [  2946] By: jhi                                   on 1999/02/15  13:09:58
8049         Log: Import Ultrix update, change #2864, 
8050              
8051              From: Spider Boardman <spider@zk3.dec.com>
8052              To: perlbug@perl.com
8053              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
8054              Date: Wed, 10 Feb 1999 23:33:31 -0500
8055              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
8056      Branch: cfgperl
8057            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
8058 ____________________________________________________________________________
8059 [  2945] By: jhi                                   on 1999/02/15  13:04:50
8060         Log: OpenBSD sparc SHMLBA.
8061      Branch: cfgperl
8062            ! ext/IPC/SysV/SysV.xs
8063 ____________________________________________________________________________
8064 [  2944] By: gsar                                  on 1999/02/15  12:09:52
8065         Log: update win32/config* stuff, Changes
8066      Branch: perl
8067            ! Changes win32/Makefile win32/config.bc win32/config.gc
8068            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8069            ! win32/config_H.vc win32/makefile.mk
8070 ____________________________________________________________________________
8071 [  2943] By: gsar                                  on 1999/02/15  11:54:08
8072         Log: #include patchlevel.h by default, provide
8073              PERL_{REVISION,VERSION,SUBVERSION}
8074      Branch: perl
8075            ! patchlevel.h perl.h
8076 ____________________________________________________________________________
8077 [  2942] By: gsar                                  on 1999/02/15  10:26:59
8078         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
8079              misc fixes
8080      Branch: perl
8081            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
8082 ____________________________________________________________________________
8083 [  2941] By: gsar                                  on 1999/02/15  10:24:37
8084         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
8085              Message-ID: <19990207002851.B9185@toldyouso.com>
8086              Message-ID: <19990207212152.A9765@toldyouso.com>
8087              Message-ID: <19990207212041.A9622@toldyouso.com>
8088              Message-ID: <19990207213127.A10244@toldyouso.com>
8089              Message-ID: <19990207212559.A9950@toldyouso.com>
8090              Message-ID: <19990207212842.A9994@toldyouso.com>
8091              Message-ID: <19990207212500.A9860@toldyouso.com>
8092              Message-ID: <19990207213013.A10105@toldyouso.com>
8093      Branch: perl
8094            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8095            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8096            ! pod/perlmodlib.pod pod/perltoc.pod
8097 ____________________________________________________________________________
8098 [  2940] By: gsar                                  on 1999/02/15  10:07:08
8099         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
8100              of suggested patch)
8101              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8102              Date: Mon, 08 Feb 1999 01:14:41 -0000
8103              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
8104              Subject: [PATCH 5.005_54] some pending C.pm stuff 
8105      Branch: perl
8106            ! ext/B/B/C.pm
8107 ____________________________________________________________________________
8108 [  2939] By: jhi                                   on 1999/02/15  08:40:18
8109         Log: Integrate from mainperl.
8110      Branch: cfgperl
8111           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
8112            - lib/File/PathConvert.pm
8113           !> (integrate 81 files)
8114 ____________________________________________________________________________
8115 [  2938] By: gsar                                  on 1999/02/15  06:56:39
8116         Log: change#2839 was bogus, redo
8117      Branch: perl
8118           !> t/lib/h2ph.pht
8119 ____________________________________________________________________________
8120 [  2937] By: gsar                                  on 1999/02/15  06:38:15
8121         Log: support Win32::GetFullPathName() and Win32::SetLastError()
8122              From: jan.dubois@ibm.net (Jan Dubois)
8123              Date: Tue, 09 Feb 1999 22:27:31 +0100
8124              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
8125              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
8126      Branch: perl
8127            ! win32/win32.c
8128 ____________________________________________________________________________
8129 [  2936] By: gsar                                  on 1999/02/15  06:26:39
8130         Log: support native integers, pack("L_",...) etc. (via private mail)
8131              From: Jarkko Hietaniemi <jhi@iki.fi>
8132              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
8133              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
8134              Subject: the "packnative" patch
8135      Branch: perl
8136            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
8137            ! t/lib/ipc_sysv.t t/op/pack.t
8138 ____________________________________________________________________________
8139 [  2935] By: gsar                                  on 1999/02/15  06:04:02
8140         Log: From: Michael G Schwern <schwern@pobox.com>
8141              Date: Tue, 9 Feb 1999 04:13:12 -0500
8142              Message-ID: <19990209041312.A15788@toldyouso.com>
8143              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
8144      Branch: perl
8145            ! utils/h2xs.PL
8146 ____________________________________________________________________________
8147 [  2934] By: gsar                                  on 1999/02/15  05:30:13
8148         Log: fix bugs in the handling of negative numbers, among other things
8149              From: Steven Knight <knight@theopera.baldmt.citilink.com>
8150              Date: Mon, 8 Feb 1999 01:16:24 -0600
8151              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
8152              Subject: Math::BigFloat and Math::BigInt
8153      Branch: perl
8154            + t/lib/bigfloat.t t/lib/bigfloatpm.t
8155            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8156            ! t/lib/bigintpm.t
8157 ____________________________________________________________________________
8158 [  2933] By: gsar                                  on 1999/02/15  04:57:52
8159         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
8160              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
8161              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
8162              Subject: s2p incorrectly handles hold space commands
8163      Branch: perl
8164            ! x2p/s2p.PL
8165 ____________________________________________________________________________
8166 [  2932] By: gsar                                  on 1999/02/15  04:45:55
8167         Log: clarify what a "line" is
8168      Branch: perl
8169            ! pod/perlfunc.pod pod/perlvar.pod
8170 ____________________________________________________________________________
8171 [  2931] By: gsar                                  on 1999/02/15  04:23:29
8172         Log: backout change#2811 and add newer version based on File::Spec
8173              From: Barrie Slaymaker <rbs@telerama.com>
8174              Date: Thu, 11 Feb 1999 16:29:24 -0500
8175              Message-ID: <36C34BB4.A62090E0@telerama.com>
8176              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
8177      Branch: perl
8178            - lib/File/PathConvert.pm
8179            ! MANIFEST installhtml lib/Pod/Html.pm
8180 ____________________________________________________________________________
8181 [  2930] By: gsar                                  on 1999/02/15  04:16:25
8182         Log: From: Barrie Slaymaker <rbs@telerama.com>
8183              Date: Thu, 11 Feb 1999 19:39:48 -0500
8184              Message-ID: <36C37854.707D139@telerama.com>
8185              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
8186      Branch: perl
8187            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
8188 ____________________________________________________________________________
8189 [  2929] By: gsar                                  on 1999/02/15  04:06:50
8190         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
8191              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
8192              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
8193              Subject: [PATCH]5.005_54 (DOC) fix many typos
8194              --
8195              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
8196              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
8197              Subject: [PATCH]5.005_54 (DOC) typos
8198      Branch: perl
8199            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
8200            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
8201            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8202            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8203            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
8204            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
8205            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
8206            ! pod/perlvar.pod pod/perlxs.pod
8207 ____________________________________________________________________________
8208 [  2928] By: gsar                                  on 1999/02/15  03:39:53
8209         Log: allow the Carp routines to pass through exception objects
8210      Branch: perl
8211            ! lib/Carp.pm
8212 ____________________________________________________________________________
8213 [  2927] By: gsar                                  on 1999/02/15  03:22:57
8214         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
8215      Branch: perl
8216            ! pod/perlfaq8.pod
8217 ____________________________________________________________________________
8218 [  2926] By: gsar                                  on 1999/02/15  03:19:39
8219         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
8220              have done that, but didn't)
8221      Branch: perl
8222           !> utils/h2ph.PL
8223 ____________________________________________________________________________
8224 [  2925] By: gsar                                  on 1999/02/15  03:17:01
8225         Log: integrate cfgperl changes into mainline
8226      Branch: perl
8227            ! Changes
8228           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8229           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
8230           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
8231           !> vms/subconfigure.com
8232 ____________________________________________________________________________
8233 [  2924] By: gsar                                  on 1999/02/15  03:07:08
8234         Log: add const qualifier to most char* prototypes, handle ripple effect
8235      Branch: perl
8236            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
8237            ! universal.c util.c
8238 ____________________________________________________________________________
8239 [  2923] By: gsar                                  on 1999/02/15  01:04:30
8240         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8241              Date: Thu, 04 Feb 1999 02:37:31 +0000
8242              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
8243              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
8244      Branch: perl
8245            ! pp_ctl.c t/op/range.t
8246 ____________________________________________________________________________
8247 [  2922] By: gsar                                  on 1999/02/15  00:24:34
8248         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8249              Date: Sun, 31 Jan 1999 01:50:06 +0000
8250              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
8251              Subject: [PATCH 5.005_03t4] regexp flags bug
8252      Branch: perl
8253            ! regcomp.c t/op/re_tests
8254 ____________________________________________________________________________
8255 [  2921] By: gsar                                  on 1999/02/15  00:13:02
8256         Log: use New() et al., rather than safemalloc() et al.
8257              From: jan.dubois@ibm.net (Jan Dubois)
8258              Date: Fri, 29 Jan 1999 23:27:22 +0100
8259              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
8260              Subject: [PATCH _03-MT5] POSIX.xs memory API
8261      Branch: perl
8262            ! ext/POSIX/POSIX.xs
8263 ____________________________________________________________________________
8264 [  2920] By: gsar                                  on 1999/02/15  00:05:33
8265         Log: tweak READ() docs to mention $buffer must be altered by reference
8266      Branch: perl
8267            ! pod/perltie.pod
8268 ____________________________________________________________________________
8269 [  2919] By: gsar                                  on 1999/02/14  23:50:39
8270         Log: applied suggested patch, with several language/readability tweaks
8271              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8272              Date: Fri, 29 Jan 1999 00:25:02 -0500
8273              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
8274              Subject: Re: [PATCH 5.005_*] Better parsing docs
8275      Branch: perl
8276            ! pod/perlop.pod
8277 ____________________________________________________________________________
8278 [  2918] By: gsar                                  on 1999/02/14  23:20:42
8279         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
8280              of silently returning bogus values)
8281              From: Peter Chines <pchines@nhgri.nih.gov>
8282              Date: Wed, 27 Jan 1999 16:11:31 -0500
8283              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
8284              Subject: Time::Local
8285      Branch: perl
8286            ! lib/Time/Local.pm pod/perldelta.pod
8287 ____________________________________________________________________________
8288 [  2917] By: gsar                                  on 1999/02/14  11:21:43
8289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8290              Date: Thu, 28 Jan 1999 10:02:20 -0500
8291              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
8292              Subject: Re: [PATCH 5.005_53] Better perldoc
8293      Branch: perl
8294            ! utils/perldoc.PL
8295 ____________________________________________________________________________
8296 [  2916] By: gsar                                  on 1999/02/14  10:59:38
8297         Log: back out change#2751, apply updated version 
8298              From: jan.dubois@ibm.net (Jan Dubois)
8299              Date: Sat, 06 Feb 1999 01:06:29 +0100
8300              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
8301              Subject: [PATCH] Cleanup of File::Spec module
8302      Branch: perl
8303            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8304            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8305            ! lib/File/Spec/Win32.pm
8306 ____________________________________________________________________________
8307 [  2915] By: gsar                                  on 1999/02/14  10:48:01
8308         Log: tweak select() test
8309      Branch: perl
8310            ! pod/perlipc.pod t/op/fh.t
8311 ____________________________________________________________________________
8312 [  2914] By: gsar                                  on 1999/02/14  10:25:55
8313         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
8314      Branch: perl
8315            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
8316 ____________________________________________________________________________
8317 [  2913] By: gsar                                  on 1999/02/14  10:03:51
8318         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
8319              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
8320              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
8321              Subject: Re: SvOPV() or SvPV_nolen() or ...
8322      Branch: perl
8323            ! pod/perlguts.pod
8324 ____________________________________________________________________________
8325 [  2912] By: gsar                                  on 1999/02/14  09:57:29
8326         Log: provide SvPV_nolen(sv) to avoid use of PL_na
8327              From: jan.dubois@ibm.net (Jan Dubois)
8328              Date: Sun, 24 Jan 1999 02:45:32 +0100
8329              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
8330              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
8331      Branch: perl
8332            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
8333            ! sv.h
8334 ____________________________________________________________________________
8335 [  2911] By: gsar                                  on 1999/02/14  06:51:05
8336         Log: elide stray effluvium
8337      Branch: perl
8338            ! pod/perldelta.pod
8339 ____________________________________________________________________________
8340 [  2910] By: gsar                                  on 1999/02/14  05:51:56
8341         Log: slurping an empty file should return '' rather than undef, with
8342              commensurate effects on ARGV processing
8343      Branch: perl
8344            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
8345            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
8346 ____________________________________________________________________________
8347 [  2909] By: gsar                                  on 1999/02/14  00:02:11
8348         Log: perly_c.diff typo
8349      Branch: perl
8350            ! perly.c perly_c.diff vms/perly_c.vms
8351 ____________________________________________________________________________
8352 [  2908] By: gsar                                  on 1999/02/13  18:20:13
8353         Log: From: jan.dubois@ibm.net (Jan Dubois)
8354              Date: Sat, 13 Feb 1999 13:25:53 +0100
8355              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
8356              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
8357      Branch: perl
8358            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
8359 ____________________________________________________________________________
8360 [  2907] By: jhi                                   on 1999/02/13  15:07:26
8361         Log: Integrate from mainperl.
8362      Branch: cfgperl
8363           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
8364           !> (integrate 150 files)
8365 ____________________________________________________________________________
8366 [  2903] By: gsar                                  on 1999/02/12  13:25:59
8367         Log: From: jan.dubois@ibm.net (Jan Dubois)
8368              Date: Sun, 24 Jan 1999 01:12:00 +0100
8369              Message-ID: <36b66479.62756298@smtp1.ibm.net>
8370              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
8371      Branch: perl
8372            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
8373            ! proto.h sv.c sv.h
8374 ____________________________________________________________________________
8375 [  2902] By: gsar                                  on 1999/02/12  12:55:11
8376         Log: script to generate ctags from etags
8377              From: Colin Kuskie <ckuskie@cadence.com>
8378              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
8379              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
8380              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
8381      Branch: perl
8382            + emacs/e2ctags.pl
8383            ! Makefile.SH pod/perlfaq3.pod
8384 ____________________________________________________________________________
8385 [  2901] By: gsar                                  on 1999/02/12  12:40:17
8386         Log: allow boolean assign ops to be lvalues
8387              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8388              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
8389              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
8390              --
8391              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8392              Date: Mon, 18 Jan 1999 10:04:00 +0000
8393              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
8394              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
8395      Branch: perl
8396            + t/op/lop.t
8397            ! MANIFEST op.c
8398 ____________________________________________________________________________
8399 [  2899] By: jhi                                   on 1999/02/12  12:03:48
8400         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
8401      Branch: cfgperl
8402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8403            ! config_h.SH hints/openbsd.sh
8404 ____________________________________________________________________________
8405 [  2898] By: gsar                                  on 1999/02/12  11:49:25
8406         Log: support win32_putenv()
8407      Branch: perl
8408            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
8409            ! win32/win32.c win32/win32iop.h
8410 ____________________________________________________________________________
8411 [  2894] By: gsar                                  on 1999/02/12  11:09:27
8412         Log: add missing hunk in change#2657
8413      Branch: perl
8414            ! ext/B/B/CC.pm
8415 ____________________________________________________________________________
8416 [  2893] By: gsar                                  on 1999/02/12  11:00:13
8417         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8418              Date: Tue, 19 Jan 1999 20:13:15 -0500
8419              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
8420              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
8421      Branch: perl
8422            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
8423            ! t/pragma/subs.t t/pragma/warning.t
8424 ____________________________________________________________________________
8425 [  2892] By: gsar                                  on 1999/02/12  10:44:38
8426         Log: update change#2670 to later version
8427              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8428              Date: Sun, 31 Jan 1999 16:16:14 +0000
8429              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
8430              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
8431      Branch: perl
8432            ! t/op/subst.t toke.c
8433 ____________________________________________________________________________
8434 [  2891] By: gsar                                  on 1999/02/12  10:31:17
8435         Log: make testsuite somewhat location independent
8436      Branch: perl
8437            ! (edit 117 files)
8438 ____________________________________________________________________________
8439 [  2890] By: gsar                                  on 1999/02/12  10:00:30
8440         Log: add $AutoLoader::VERSION
8441      Branch: perl
8442            ! lib/AutoLoader.pm
8443 ____________________________________________________________________________
8444 [  2889] By: gsar                                  on 1999/02/12  09:55:48
8445         Log: tweak PERL_STRICT_CR notes
8446      Branch: perl
8447            ! pod/perl5005delta.pod
8448 ____________________________________________________________________________
8449 [  2888] By: gsar                                  on 1999/02/12  09:41:45
8450         Log: add note about test-notty target
8451      Branch: perl
8452            ! README.win32
8453 ____________________________________________________________________________
8454 [  2887] By: gsar                                  on 1999/02/12  09:37:37
8455         Log: add perltodo.pod
8456      Branch: perl
8457            + pod/perltodo.pod
8458            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
8459            ! win32/pod.mak
8460 ____________________________________________________________________________
8461 [  2886] By: jhi                                   on 1999/02/12  08:52:14
8462         Log: Integrate from mainperl.
8463      Branch: cfgperl
8464           +> t/op/fh.t
8465           !> (integrate 30 files)
8466 ____________________________________________________________________________
8467 [  2885] By: gsar                                  on 1999/02/12  08:42:10
8468         Log: note how to find REG_INFTY limit
8469      Branch: perl
8470            ! pod/perlre.pod
8471 ____________________________________________________________________________
8472 [  2884] By: jhi                                   on 1999/02/12  08:36:14
8473         Log: OpenBSD pthreads awareness, thanks to
8474              David Leonard <david.leonard@csee.uq.edu.au>
8475      Branch: maint-5.005/perl
8476            ! Configure hints/openbsd.sh
8477 ____________________________________________________________________________
8478 [  2882] By: gsar                                  on 1999/02/12  08:05:20
8479         Log: IO is maintained by p5p (per Graham Barr's wishes)
8480      Branch: perl
8481            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
8482            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
8483            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8484            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8485 ____________________________________________________________________________
8486 [  2881] By: gsar                                  on 1999/02/12  07:57:13
8487         Log: fh.t typo
8488      Branch: perl
8489            ! t/op/fh.t
8490 ____________________________________________________________________________
8491 [  2880] By: gsar                                  on 1999/02/12  07:38:16
8492         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
8493      Branch: perl
8494            ! perl.c pod/perlrun.pod
8495 ____________________________________________________________________________
8496 [  2879] By: gsar                                  on 1999/02/12  05:39:29
8497         Log: fix ops that are not filehandle constructors to not create GV if it
8498              doesn't already exist (avoids leaks); extend semantics of defined()
8499              so that defined(*{$foo}) works (experimental)
8500      Branch: perl
8501            + t/op/fh.t
8502            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
8503            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
8504 ____________________________________________________________________________
8505 [  2877] By: jhi                                   on 1999/02/11  20:44:00
8506         Log: From: Chris Nandor <pudge@pobox.com>
8507              To: perl5-porters@perl.org
8508              Subject: [PATCH] perlport.pod 1.39
8509              Date: Thu, 11 Feb 1999 12:28:35 -0500
8510              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
8511      Branch: cfgperl
8512            ! pod/perlport.pod
8513 ____________________________________________________________________________
8514 [  2870] By: gsar                                  on 1999/02/11  11:17:08
8515         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
8516      Branch: perl
8517            ! ext/IO/lib/IO/Pipe.pm
8518 ____________________________________________________________________________
8519 [  2869] By: gsar                                  on 1999/02/11  11:00:56
8520         Log: update win32/pod.mak
8521      Branch: perl
8522            ! win32/pod.mak
8523 ____________________________________________________________________________
8524 [  2868] By: gsar                                  on 1999/02/11  10:42:44
8525         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
8526              Date: Fri, 08 Jan 1999 14:36:53 +1100
8527              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
8528              Subject: Re: [Fwd: IO::Socket::connect and blocking]
8529      Branch: perl
8530            ! ext/IO/lib/IO/Socket.pm
8531 ____________________________________________________________________________
8532 [  2867] By: gsar                                  on 1999/02/11  09:43:03
8533         Log: av_extend() doc tweak from Jan Dubois
8534      Branch: perl
8535            ! pod/perlguts.pod
8536 ____________________________________________________________________________
8537 [  2866] By: gsar                                  on 1999/02/11  09:27:17
8538         Log: display full pathname of unreadable files
8539      Branch: perl
8540            ! utils/perldoc.PL
8541 ____________________________________________________________________________
8542 [  2865] By: gsar                                  on 1999/02/11  09:02:31
8543         Log: missing patch in change#2522
8544      Branch: perl
8545            ! lib/Pod/Text.pm
8546 ____________________________________________________________________________
8547 [  2864] By: jhi                                   on 1999/02/11  08:45:00
8548         Log: From: Spider Boardman <spider@zk3.dec.com>
8549              To: perlbug@perl.com
8550              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
8551              Date: Wed, 10 Feb 1999 23:33:31 -0500
8552              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
8553      Branch: maint-5.005/perl
8554            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
8555 ____________________________________________________________________________
8556 [  2862] By: gsar                                  on 1999/02/11  08:14:34
8557         Log: integrate changes#2738,2740 from maint-5.005
8558      Branch: perl
8559           !> lib/ExtUtils/MakeMaker.pm
8560 ____________________________________________________________________________
8561 [  2861] By: jhi                                   on 1999/02/11  08:04:25
8562         Log: Integrate from mainperl.
8563      Branch: cfgperl
8564           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
8565           !> t/op/range.t win32/config.gc
8566 ____________________________________________________________________________
8567 [  2860] By: gsar                                  on 1999/02/11  07:30:08
8568         Log: binmode() support for cygwin32 (suggested by Steven Morlock
8569              <newspost@morlock.net>)
8570      Branch: perl
8571            ! perl.h
8572 ____________________________________________________________________________
8573 [  2859] By: gsar                                  on 1999/02/11  07:14:21
8574         Log: update Changes
8575      Branch: perl
8576            ! Changes
8577           !> pod/perl5005delta.pod
8578 ____________________________________________________________________________
8579 [  2856] By: gsar                                  on 1999/02/11  07:07:39
8580         Log: integrate perldelta changes from maint-5.005
8581      Branch: perl
8582           !> pod/perl5005delta.pod
8583 ____________________________________________________________________________
8584 [  2855] By: gsar                                  on 1999/02/11  06:31:50
8585         Log: applied suggested patch; added tests
8586              From: Adam Krolnik <adamk@gypsy.cyrix.com>
8587              Date: Sat, 12 Dec 98 15:30:18 -0600
8588              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
8589              Subject: Range operation doesn't handle IV_MAX
8590      Branch: perl
8591            ! pp_ctl.c t/op/range.t
8592 ____________________________________________________________________________
8593 [  2854] By: gsar                                  on 1999/02/11  05:00:55
8594         Log: compatibility fix: magic non-propagation in foreach implicit localization
8595      Branch: perl
8596            ! pp_ctl.c t/op/local.t win32/config.gc
8597 ____________________________________________________________________________
8598 [  2852] By: gsar                                  on 1999/02/10  23:17:49
8599         Log: fair warning about -Dusethreads
8600      Branch: maint-5.005/perl
8601            ! Configure INSTALL README.threads
8602 ____________________________________________________________________________
8603 [  2847] By: jhi                                   on 1999/02/09  19:13:28
8604         Log: Integrate from mainperl.
8605      Branch: cfgperl
8606           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
8607           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
8608 ____________________________________________________________________________
8609 [  2846] By: gsar                                  on 1999/02/09  13:53:28
8610         Log: a modified version of suggested patch for pack template 'Z'; added docs
8611              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
8612              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
8613              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
8614              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
8615      Branch: perl
8616            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
8617 ____________________________________________________________________________
8618 [  2845] By: gsar                                  on 1999/02/09  00:03:26
8619         Log: clarify docs for change#2835
8620      Branch: perl
8621            ! pod/perldelta.pod pod/perlop.pod
8622 ____________________________________________________________________________
8623 [  2844] By: gsar                                  on 1999/02/08  23:40:57
8624         Log: addendum to change#2823
8625              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8626              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
8627              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
8628              Subject: [PATCH] Docs and tests for method-call syntax
8629      Branch: perl
8630            ! pod/perlobj.pod t/op/method.t
8631 ____________________________________________________________________________
8632 [  2843] By: jhi                                   on 1999/02/08  21:06:28
8633         Log: Ultrix mmap tidbit.
8634      Branch: cfgperl
8635            ! hints/ultrix_4.sh
8636 ____________________________________________________________________________
8637 [  2842] By: jhi                                   on 1999/02/08  20:22:55
8638         Log: Integrate from mainperl.
8639      Branch: cfgperl
8640           +> t/op/subst_wamp.t
8641           !> (integrate 35 files)
8642 ____________________________________________________________________________
8643 [  2841] By: jhi                                   on 1999/02/08  18:23:26
8644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8645              To: Mailing list Perl5 <perl5-porters@perl.org>
8646              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
8647              Date: Sun, 7 Feb 1999 17:25:22 -0500
8648              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
8649      Branch: cfgperl
8650            + t/op/subst_amp.t
8651            ! MANIFEST regcomp.c t/op/subst.t
8652 ____________________________________________________________________________
8653 [  2840] By: jhi                                   on 1999/02/08  18:16:54
8654         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8655              To: Mailing list Perl5 <perl5-porters@perl.org>
8656              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
8657              Date: Sun, 7 Feb 1999 17:00:10 -0500
8658              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
8659      Branch: cfgperl
8660            ! pp_hot.c t/op/pat.t
8661 ____________________________________________________________________________
8662 [  2839] By: jhi                                   on 1999/02/08  17:25:30
8663         Log: A require was missing.
8664      Branch: cfgperl
8665            ! t/lib/h2ph.pht
8666 ____________________________________________________________________________
8667 [  2838] By: jhi                                   on 1999/02/08  16:38:41
8668         Log: Bring in the change #2809 (the Configure part has been
8669              modified rather a lot since the #2809, though.)
8670      Branch: cfgperl
8671            ! Configure utils/h2ph.PL
8672 ____________________________________________________________________________
8673 [  2835] By: gsar                                  on 1999/02/08  14:40:23
8674         Log: make qw() into a true list at compile time (slightly modified
8675              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
8676      Branch: perl
8677            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
8678 ____________________________________________________________________________
8679 [  2834] By: gsar                                  on 1999/02/08  13:23:16
8680         Log: make safesysmalloc() etc., always available; safemalloc() et al are
8681              now macros that point to the right malloc; fix various places in
8682              sources that need to always use safesysmalloc() et al
8683      Branch: perl
8684            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
8685            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
8686 ____________________________________________________________________________
8687 [  2833] By: gsar                                  on 1999/02/08  10:56:16
8688         Log: remove spurious #endif in last change
8689      Branch: perl
8690            ! perl.h
8691 ____________________________________________________________________________
8692 [  2832] By: gsar                                  on 1999/02/08  10:34:55
8693         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
8694              them ask for insanity (untested)
8695      Branch: perl
8696            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
8697            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
8698            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
8699 ____________________________________________________________________________
8700 [  2831] By: jhi                                   on 1999/02/08  08:33:33
8701         Log: Update vms/subconfigure.com along the lines of change #2829.
8702      Branch: cfgperl
8703            ! vms/subconfigure.com
8704 ____________________________________________________________________________
8705 [  2830] By: gsar                                  on 1999/02/08  00:19:46
8706         Log: integrate cfgperl changes into mainline
8707      Branch: perl
8708           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
8709           +> lib/File/PathConvert.pm pod/perlthrtut.pod
8710            ! Changes
8711           !> (integrate 93 files)
8712 ____________________________________________________________________________
8713 [  2829] By: jhi                                   on 1999/02/07  23:49:46
8714         Log: Configure update.
8715              
8716              Probe for mmap() et alia.
8717              The *cc*symbols patch (just Configure, no h2ph).
8718      Branch: cfgperl
8719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8720            ! config_h.SH perl.h
8721 ____________________________________________________________________________
8722 [  2828] By: gsar                                  on 1999/02/07  23:38:47
8723         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8724              Date: Sun, 7 Feb 1999 17:25:22 -0500
8725              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
8726              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
8727      Branch: perl
8728            + t/op/subst_amp.t t/op/subst_wamp.t
8729            ! MANIFEST regcomp.c t/op/subst.t
8730 ____________________________________________________________________________
8731 [  2827] By: gsar                                  on 1999/02/07  23:27:32
8732         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8733              Date: Sun, 7 Feb 1999 17:00:10 -0500
8734              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
8735              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
8736      Branch: perl
8737            ! pp_hot.c t/op/pat.t
8738 ____________________________________________________________________________
8739 [  2826] By: gsar                                  on 1999/02/07  23:26:04
8740         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
8741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8742              Date: Sun, 7 Feb 1999 15:07:27 -0500
8743              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
8744              Subject: Re: fixing memory leaks in REx compilation
8745      Branch: perl
8746            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
8747            ! regexec.c
8748 ____________________________________________________________________________
8749 [  2825] By: jhi                                   on 1999/02/07  18:05:13
8750         Log: Integrate from mainperl.
8751      Branch: cfgperl
8752           +> lib/DB.pm t/comp/bproto.t
8753           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
8754           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
8755           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
8756           !> toke.c vms/perly_c.vms
8757 ____________________________________________________________________________
8758 [  2824] By: gsar                                  on 1999/02/07  14:21:48
8759         Log: tweak doc on bitwise ops
8760      Branch: perl
8761            ! pod/perlop.pod
8762 ____________________________________________________________________________
8763 [  2823] By: gsar                                  on 1999/02/07  13:38:31
8764         Log: applied suggested patch; regen perly* and vms/perly*
8765              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8766              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
8767              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
8768              Subject: [PATCH] Re: Suggestion for perlobj man page
8769      Branch: perl
8770            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
8771 ____________________________________________________________________________
8772 [  2822] By: gsar                                  on 1999/02/07  12:39:09
8773         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
8774              disabled, fails tests)
8775      Branch: perl
8776            ! regcomp.h
8777 ____________________________________________________________________________
8778 [  2821] By: gsar                                  on 1999/02/07  11:09:39
8779         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
8780              <Alexander.Barilo@aexp.com>)
8781      Branch: perl
8782            ! lib/Pod/Html.pm
8783 ____________________________________________________________________________
8784 [  2820] By: gsar                                  on 1999/02/07  10:20:35
8785         Log: add draft debugging API implementation
8786      Branch: perl
8787            + lib/DB.pm
8788            ! MANIFEST
8789 ____________________________________________________________________________
8790 [  2819] By: gsar                                  on 1999/02/07  09:58:45
8791         Log: avoid garbage in db->dirbuf
8792              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
8793              Date: Sat, 05 Dec 1998 14:14:54 +0900
8794              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
8795              Subject: SDBM bug
8796      Branch: perl
8797            ! ext/SDBM_File/sdbm/sdbm.c
8798 ____________________________________________________________________________
8799 [  2818] By: gsar                                  on 1999/02/07  09:32:24
8800         Log: missing entry
8801      Branch: perl
8802            ! MANIFEST
8803 ____________________________________________________________________________
8804 [  2817] By: gsar                                  on 1999/02/07  09:30:47
8805         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
8806      Branch: perl
8807            + t/comp/bproto.t
8808            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
8809 ____________________________________________________________________________
8810 [  2816] By: gsar                                  on 1999/02/06  00:14:29
8811         Log: minor bug in dumping blessed subrefs
8812      Branch: perl
8813            ! ext/Data/Dumper/Dumper.pm
8814 ____________________________________________________________________________
8815 [  2812] By: jhi                                   on 1999/02/03  22:02:24
8816         Log: Enhance change #2808.
8817              
8818              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8819              To: perl5-porters@perl.org
8820              Subject: Re: [PATCH 5.00*]: perlbug checklist
8821              Date: Wed, 3 Feb 1999 19:02:27 +0000
8822              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
8823      Branch: cfgperl
8824            ! utils/perlbug.PL
8825 ____________________________________________________________________________
8826 [  2811] By: jhi                                   on 1999/02/03  21:53:23
8827         Log: From: Barrie Slaymaker <rbs@telerama.com>
8828              To: perl5-porters@perl.org
8829              CC: pod-people@perl.org
8830              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
8831              Date: Wed, 03 Feb 1999 10:34:18 -0500
8832              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
8833              
8834              Add File::PathConvert.pm.
8835              Fix Pod::Html and installhtml to understand relative urls.
8836      Branch: cfgperl
8837            + lib/File/PathConvert.pm
8838            ! MANIFEST installhtml lib/Pod/Html.pm
8839 ____________________________________________________________________________
8840 [  2810] By: jhi                                   on 1999/02/03  20:25:10
8841         Log: From: Francois Desarmenien <desar@club-internet.fr>
8842              To: Mailing list Perl5 <perl5-porters@perl.org>
8843              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
8844              Date: Wed, 03 Feb 1999 13:13:24 +0000
8845              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
8846              
8847              (note: this patch completely overrides Tom Wolfe's patch,
8848              change #2604)
8849      Branch: cfgperl
8850            + ext/GDBM_File/hints/sco.pl
8851            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
8852 ____________________________________________________________________________
8853 [  2809] By: jhi                                   on 1999/02/03  19:54:16
8854         Log: h2ph fixes + Configure patch to support them.
8855              
8856              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8857              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
8858              Gurusamy Sarathy <gsar@engin.umich.edu>
8859              Cc: perl5-porters@perl.org
8860              Subject: [PATCH 5.00503_MT5] h2ph.PL
8861              Date: Tue, 2 Feb 1999 19:48:06 -0500
8862              Message-ID: <19990202194806.E10647@O2.chapin.edu>
8863      Branch: maint-5.005/perl
8864            ! Configure utils/h2ph.PL
8865 ____________________________________________________________________________
8866 [  2808] By: jhi                                   on 1999/02/03  16:59:55
8867         Log: Enhance the perlbug checklist.
8868      Branch: cfgperl
8869            ! utils/perlbug.PL
8870 ____________________________________________________________________________
8871 [  2807] By: jhi                                   on 1999/02/03  14:01:37
8872         Log: Document the standard strftime %formats.
8873              
8874              From: Dominic Dunlop <domo@vo.lu>
8875              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
8876              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
8877              Date: Tue, 2 Feb 1999 15:55:29 +0100
8878              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
8879      Branch: cfgperl
8880            ! ext/POSIX/POSIX.pod
8881 ____________________________________________________________________________
8882 [  2806] By: jhi                                   on 1999/02/03  13:58:00
8883         Log: Integrate from mainperl.
8884      Branch: cfgperl
8885           !> perl.h
8886 ____________________________________________________________________________
8887 [  2805] By: gsar                                  on 1999/02/03  03:32:31
8888         Log: PL_uuemap[] init needs help for sizeof()
8889      Branch: perl
8890            ! perl.h
8891 ____________________________________________________________________________
8892 [  2804] By: jhi                                   on 1999/02/02  20:44:30
8893         Log: These should've been already in #2803.
8894      Branch: cfgperl
8895            ! Configure config_h.SH vms/subconfigure.com
8896 ____________________________________________________________________________
8897 [  2803] By: jhi                                   on 1999/02/02  20:38:45
8898         Log: telldir prototype issue, from mists of time...
8899      Branch: cfgperl
8900            ! hints/netbsd.sh pp_sys.c
8901 ____________________________________________________________________________
8902 [  2801] By: jhi                                   on 1999/02/02  17:40:14
8903         Log: From: John Bley <jbb6@acpub.duke.edu>
8904              To: perlbug@perl.org
8905              Subject: [PATCH]5.005_54 (DOC) fix minor typos
8906              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
8907              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
8908      Branch: cfgperl
8909            ! pod/perlre.pod
8910 ____________________________________________________________________________
8911 [  2800] By: jhi                                   on 1999/02/02  17:26:49
8912         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
8913      Branch: cfgperl
8914            ! Todo-5.005
8915 ____________________________________________________________________________
8916 [  2799] By: jhi                                   on 1999/02/02  17:18:51
8917         Log: Update FindBin from maint-5.005.
8918      Branch: cfgperl
8919            ! lib/FindBin.pm
8920 ____________________________________________________________________________
8921 [  2798] By: jhi                                   on 1999/02/02  17:16:07
8922         Log: Fix typecasts in #2797
8923              
8924              From: "G. Del Merritt" <del@intranetics.com>
8925              Date: Fri, 29 Jan 1999 11:47:25 -0700
8926              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
8927              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
8928      Branch: cfgperl
8929            ! ext/POSIX/POSIX.xs
8930 ____________________________________________________________________________
8931 [  2797] By: jhi                                   on 1999/02/02  17:14:37
8932         Log: From: Ted Law <tedlaw@cibcwg.com>
8933              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
8934              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
8935              Subject: POSIX::strftime buffer overflow problem
8936      Branch: cfgperl
8937            ! ext/POSIX/POSIX.xs
8938 ____________________________________________________________________________
8939 [  2796] By: jhi                                   on 1999/02/02  17:13:23
8940         Log: Do not use File::Slurp.
8941      Branch: cfgperl
8942            ! t/lib/textfill.t
8943 ____________________________________________________________________________
8944 [  2795] By: jhi                                   on 1999/02/02  17:11:48
8945         Log: perlhist update from maint-5.005.
8946      Branch: cfgperl
8947            ! pod/perlhist.pod
8948 ____________________________________________________________________________
8949 [  2794] By: jhi                                   on 1999/02/02  17:10:33
8950         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
8951      Branch: cfgperl
8952            ! ext/POSIX/POSIX.pm
8953 ____________________________________________________________________________
8954 [  2793] By: jhi                                   on 1999/02/02  17:08:39
8955         Log: Missed the html test from change #2787. 
8956      Branch: cfgperl
8957            ! t/lib/cgi-html.t
8958 ____________________________________________________________________________
8959 [  2792] By: jhi                                   on 1999/02/02  17:01:24
8960         Log: Update Getopt::Long to 2.19.
8961      Branch: cfgperl
8962            ! lib/Getopt/Long.pm
8963 ____________________________________________________________________________
8964 [  2791] By: jhi                                   on 1999/02/02  16:59:13
8965         Log: overload syntax is no longer experimental
8966      Branch: cfgperl
8967            ! lib/overload.pm
8968 ____________________________________________________________________________
8969 [  2789] By: jhi                                   on 1999/02/02  16:47:50
8970         Log: Still doc fixes.
8971      Branch: cfgperl
8972            ! lib/diagnostics.pm
8973 ____________________________________________________________________________
8974 [  2788] By: jhi                                   on 1999/02/02  16:47:07
8975         Log: Doc fixes.
8976      Branch: cfgperl
8977            ! lib/CGI.pm lib/diagnostics.pm
8978 ____________________________________________________________________________
8979 [  2787] By: jhi                                   on 1999/02/02  16:38:55
8980         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
8981              where applicable).
8982      Branch: cfgperl
8983            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
8984            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
8985            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
8986            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
8987            ! eg/cgi/frameset.cgi eg/cgi/index.html
8988            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
8989            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
8990            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
8991            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
8992            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8993            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
8994 ____________________________________________________________________________
8995 [  2786] By: jhi                                   on 1999/02/02  16:17:52
8996         Log: Update CPAN to 1.47.
8997      Branch: cfgperl
8998            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
8999 ____________________________________________________________________________
9000 [  2785] By: jhi                                   on 1999/02/02  16:09:03
9001         Log: From: Mark-Jason Dominus <mjd@plover.com>
9002              Date: Sat, 16 Jan 1999 17:22:06 -0500
9003              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
9004              Message-ID: <19990116222206.3674.qmail@plover.com>
9005      Branch: cfgperl
9006            ! pod/perlsub.pod
9007 ____________________________________________________________________________
9008 [  2784] By: jhi                                   on 1999/02/02  16:01:31
9009         Log: Fix incorrect "used only once" warnings
9010              
9011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9012              Date: Fri, 8 Jan 1999 04:37:10 -0500
9013              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
9014              Subject: Re: change#965 flakiness
9015      Branch: cfgperl
9016            ! gv.c
9017 ____________________________________________________________________________
9018 [  2783] By: jhi                                   on 1999/02/02  15:50:38
9019         Log: perldelta updates.
9020      Branch: cfgperl
9021            ! pod/perldelta.pod
9022 ____________________________________________________________________________
9023 [  2782] By: jhi                                   on 1999/02/02  14:28:26
9024         Log: Mirror change #2781.
9025      Branch: cfgperl
9026            ! hints/linux.sh
9027 ____________________________________________________________________________
9028 [  2781] By: jhi                                   on 1999/02/02  14:27:01
9029         Log: Update the MkLinux note.
9030      Branch: maint-5.005/perl
9031            ! hints/linux.sh
9032 ____________________________________________________________________________
9033 [  2780] By: jhi                                   on 1999/02/02  14:10:59
9034         Log: Update todo.
9035      Branch: cfgperl
9036            ! Todo-5.005
9037 ____________________________________________________________________________
9038 [  2779] By: jhi                                   on 1999/02/02  14:00:25
9039         Log: Integrate from mainperl.
9040      Branch: cfgperl
9041            ! t/lib/textfill.t t/lib/textwrap.t
9042           !> (integrate 32 files)
9043 ____________________________________________________________________________
9044 [  2778] By: jhi                                   on 1999/02/02  13:56:23
9045         Log: VMS update, applicable parts of
9046              
9047              From: Dan Sugalski <sugalskd@osshe.edu>
9048              To: perl5-porters@perl.org
9049              Subject: [PATCH 5.005_03MT3]VMS configure tweak
9050              Date: Wed, 20 Jan 1999 12:05:18 -0800
9051              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
9052              
9053              From: Dan Sugalski <sugalskd@osshe.edu>
9054              To: perlbug@perl.com, vmsperl@perl.org
9055              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
9056              Date: Tue, 26 Jan 1999 14:40:38 -0800
9057              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
9058              
9059              From: Dan Sugalski <sugalskd@osshe.edu>
9060              To: perl5-porters@perl.org, vmsperl@perl.org
9061              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
9062              Date: Tue, 26 Jan 1999 14:55:29 -0800
9063              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
9064      Branch: cfgperl
9065            ! vms/ext/Stdio/test.pl vms/subconfigure.com
9066 ____________________________________________________________________________
9067 [  2777] By: jhi                                   on 1999/02/02  13:43:24
9068         Log: Synch usethreads parts from maint-5.005.
9069      Branch: cfgperl
9070            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
9071            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
9072            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
9073            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
9074 ____________________________________________________________________________
9075 [  2776] By: jhi                                   on 1999/02/02  13:17:16
9076         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
9077      Branch: cfgperl
9078            ! Makefile.SH hints/freebsd.sh
9079 ____________________________________________________________________________
9080 [  2774] By: jhi                                   on 1999/02/02  13:10:39
9081         Log: Add perlthrtut, update pod/* machinery.
9082              (a pod/Makefile.SH is sorely needed)
9083      Branch: cfgperl
9084            + pod/perlthrtut.pod
9085            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
9086 ____________________________________________________________________________
9087 [  2773] By: jhi                                   on 1999/02/02  12:54:24
9088         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9089              To: perl5-porters@perl.org
9090              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
9091              Date: Tue, 26 Jan 1999 22:25:07 +0000
9092              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
9093      Branch: cfgperl
9094            ! pod/perlguts.pod
9095 ____________________________________________________________________________
9096 [  2771] By: jhi                                   on 1999/02/02  12:47:34
9097         Log: Use perlbug instead of personal email address.
9098      Branch: cfgperl
9099            ! Configure
9100 ____________________________________________________________________________
9101 [  2770] By: jhi                                   on 1999/02/02  12:42:06
9102         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
9103              
9104              From: "G. Del Merritt" <del@intranetics.com>
9105              To: perlbug@perl.com
9106              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9107              Date: Tue, 26 Jan 1999 12:09:09 -0700
9108              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9109      Branch: cfgperl
9110            ! iperlsys.h
9111 ____________________________________________________________________________
9112 [  2769] By: jhi                                   on 1999/02/02  12:37:57
9113         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9114              To: Mailing list Perl5 <perl5-porters@perl.org>
9115              Subject: [PATCH 5.005_*] OS/2 threads
9116              Date: Tue, 26 Jan 1999 13:39:46 -0500
9117              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
9118      Branch: cfgperl
9119            ! os2/os2ish.h
9120 ____________________________________________________________________________
9121 [  2768] By: jhi                                   on 1999/02/02  12:36:16
9122         Log: Apply change #2711 from maint-5.005:
9123              
9124              make ok", "make okfile", and "make nok" were broken
9125              with -Duseshrplib, because of a shared typo.
9126              
9127              From: Spider Boardman <spider@web.zk3.dec.com>
9128              To: perlbug@perl.com
9129              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9130              Date: Wed, 27 Jan 1999 12:27:15 -0500
9131              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
9132      Branch: cfgperl
9133            ! Makefile.SH
9134 ____________________________________________________________________________
9135 [  2766] By: jhi                                   on 1999/02/02  12:27:08
9136         Log: Make Configure use "int main()" instead of bare "main()".
9137              Like maint-5.005 change #2703 but now via metaconfig.
9138      Branch: cfgperl
9139            ! Configure
9140 ____________________________________________________________________________
9141 [  2765] By: jhi                                   on 1999/02/02  11:59:30
9142         Log: Undo part of change #2562.
9143      Branch: cfgperl
9144            ! Configure
9145 ____________________________________________________________________________
9146 [  2764] By: jhi                                   on 1999/02/02  11:52:39
9147         Log: NetBSD synch with maint-5.005.
9148      Branch: cfgperl
9149            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
9150 ____________________________________________________________________________
9151 [  2763] By: jhi                                   on 1999/02/02  11:44:07
9152         Log: $Config{installusrbinperl}
9153              (maint-5.005 changes #2614 and #2709)
9154      Branch: cfgperl
9155            ! Configure installperl
9156 ____________________________________________________________________________
9157 [  2762] By: jhi                                   on 1999/02/02  11:29:13
9158         Log: Errno update from maint-5.005 (changes #2583, #2710).
9159      Branch: cfgperl
9160            ! Configure ext/Errno/Errno_pm.PL
9161 ____________________________________________________________________________
9162 [  2759] By: jhi                                   on 1999/02/02  10:53:20
9163         Log: Update Trig.pm from maint-5.005.
9164      Branch: cfgperl
9165            ! lib/Math/Trig.pm
9166 ____________________________________________________________________________
9167 [  2757] By: jhi                                   on 1999/02/02  10:41:26
9168         Log: MPE/iX update (mirror maint-5.005 change #2715)
9169      Branch: cfgperl
9170            ! hints/mpeix.sh mpeix/relink
9171 ____________________________________________________________________________
9172 [  2756] By: jhi                                   on 1999/02/02  10:38:08
9173         Log: BeOS update (Mirror maint-5.005 change #2727).
9174      Branch: cfgperl
9175            + ext/DynaLoader/dl_beos.xs
9176            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
9177            ! lib/ExtUtils/MM_Unix.pm
9178 ____________________________________________________________________________
9179 [  2754] By: gsar                                  on 1999/02/02  08:52:13
9180         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
9181      Branch: perl
9182            ! Porting/pumpkin.pod Todo Todo-5.005
9183 ____________________________________________________________________________
9184 [  2753] By: gsar                                  on 1999/02/02  08:46:21
9185         Log: Todo tweaks
9186      Branch: perl
9187            ! Todo Todo-5.005
9188 ____________________________________________________________________________
9189 [  2752] By: jhi                                   on 1999/02/01  22:15:12
9190         Log: Add perlthrtut.pod.
9191              
9192              From: Dan Sugalski <sugalskd@osshe.edu>
9193              To: perl5-porters@perl.org
9194              Subject: perlthrtut.pod
9195              Date: Mon, 01 Feb 1999 10:57:11 -0800
9196              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
9197      Branch: maint-5.005/perl
9198            + pod/perlthrtut.pod
9199            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
9200            ! pod/roffitall
9201 ____________________________________________________________________________
9202 [  2751] By: gsar                                  on 1999/02/01  07:28:05
9203         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
9204      Branch: perl
9205            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9206            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9207 ____________________________________________________________________________
9208 [  2750] By: gsar                                  on 1999/02/01  07:09:20
9209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9210              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
9211              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
9212              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
9213      Branch: perl
9214            ! regexec.c
9215 ____________________________________________________________________________
9216 [  2749] By: gsar                                  on 1999/02/01  07:07:59
9217         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9218              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
9219              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
9220              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
9221      Branch: perl
9222            ! regexec.c
9223 ____________________________________________________________________________
9224 [  2748] By: gsar                                  on 1999/02/01  06:47:06
9225         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
9226              Date: Thu, 3 Dec 1998 15:10:17 -0500
9227              Message-Id: <199812032010.PAA09692@jik.shore.net>
9228              Subject: sample checksum code in "perlfunc" man page is wrong
9229      Branch: perl
9230            ! pod/perlfunc.pod
9231 ____________________________________________________________________________
9232 [  2747] By: gsar                                  on 1999/02/01  06:35:13
9233         Log: typos in Pod/Text.pm
9234              From: "Greg Chapman" <glc@well.com>
9235              Date: Tue, 1 Dec 1998 10:50:18 -0800
9236              Message-Id: <199812011849.KAA08816@smtp.well.com>
9237              Subject: Glitch in Pod::Text
9238      Branch: perl
9239            ! lib/Pod/Text.pm
9240 ____________________________________________________________________________
9241 [  2746] By: gsar                                  on 1999/02/01  06:27:35
9242         Log: various win32-ish changes merged from maint-5.005
9243      Branch: perl
9244            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
9245            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
9246            ! win32/Makefile win32/config.bc win32/config.vc
9247            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
9248            ! win32/win32.c
9249 ____________________________________________________________________________
9250 [  2745] By: gsar                                  on 1999/02/01  04:51:54
9251         Log: integrate cfgperl changes into mainline
9252      Branch: perl
9253           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
9254 ____________________________________________________________________________
9255 [  2744] By: gsar                                  on 1999/02/01  04:31:09
9256         Log: improved diagnostic on syntax errors at EOL
9257      Branch: perl
9258            ! toke.c
9259 ____________________________________________________________________________
9260 [  2743] By: gsar                                  on 1999/02/01  03:59:13
9261         Log: don't attempt connect() to bogus IP addresses
9262              From:    Graham Barr <gbarr@pobox.com>
9263              Date:    Sun, 31 Jan 1999 21:50:45 CST
9264              Message-Id: <19990131215045.A633@pobox.com>
9265      Branch: perl
9266            ! t/lib/io_multihomed.t
9267 ____________________________________________________________________________
9268 [  2742] By: gsar                                  on 1999/02/01  03:08:58
9269         Log: update Changes
9270      Branch: perl
9271            ! Changes pod/perldelta.pod
9272 ____________________________________________________________________________
9273 [  2740] By: gsar                                  on 1999/02/01  02:43:07
9274         Log: CAPI inheritance tweak and doc
9275      Branch: maint-5.005/perl
9276            ! lib/ExtUtils/MakeMaker.pm
9277 ____________________________________________________________________________
9278 [  2739] By: jhi                                   on 1999/01/31  18:31:54
9279         Log: Undo changes #2730 and #2731 and replace them
9280              with an extensively tested patch from
9281              Anton Berezin <tobez@plab.ku.dk> (via private email).
9282      Branch: maint-5.005/perl
9283            ! Makefile.SH hints/freebsd.sh
9284 ____________________________________________________________________________
9285 [  2738] By: gsar                                  on 1999/01/31  05:04:32
9286         Log: fix bogus CAPI inheritance from change#2541
9287      Branch: maint-5.005/perl
9288            ! lib/ExtUtils/MakeMaker.pm
9289 ____________________________________________________________________________
9290 [  2731] By: jhi                                   on 1999/01/29  14:33:12
9291         Log: FreeBSD version numbers can be like "2.2.8-release".
9292      Branch: maint-5.005/perl
9293            ! hints/freebsd.sh
9294 ____________________________________________________________________________
9295 [  2730] By: jhi                                   on 1999/01/29  12:40:38
9296         Log: FreeBSD hints iteration (hopefully convergent).
9297              usethreads: require at least FreeBSD 2.2.8.
9298              signal type: mirror change #2429 in cfgperl.
9299      Branch: maint-5.005/perl
9300            ! hints/freebsd.sh
9301 ____________________________________________________________________________
9302 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
9303         Log: From: Tom Spindler <dogcow@isi.net>
9304              Date: Thu, 28 Jan 1999 17:15:11 -0800
9305              Message-ID: <19990128171510.A11778@isi.net>
9306              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
9307      Branch: maint-5.005/perl
9308            + ext/DynaLoader/dl_beos.xs
9309            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
9310            ! lib/ExtUtils/MM_Unix.pm
9311 ____________________________________________________________________________
9312 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
9313         Log: Remove use of File::Slurp in t/lib/textfill.t
9314      Branch: maint-5.005/perl
9315            ! t/lib/textfill.t
9316 ____________________________________________________________________________
9317 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
9318         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
9319              Date: Wed, 27 Jan 1999 23:14:33 -0800
9320              Message-Id: <199901280714.XAA10176@activestate.com>
9321              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
9322      Branch: maint-5.005/perl
9323            ! win32/Makefile win32/makefile.mk
9324 ____________________________________________________________________________
9325 [  2720] By: gsar                                  on 1999/01/27  21:54:42
9326         Log: missing space while munging CCFLAGS for PERL_CAPI
9327      Branch: perl
9328            ! lib/ExtUtils/MM_Unix.pm
9329 ____________________________________________________________________________
9330 [  2718] By: jhi                                   on 1999/01/27  19:46:04
9331         Log: io/fs.t fails test #18 (sense of tests appears to have been
9332              changed incompletely; this patch just skips the test attached,
9333              a la test #17 preceding it).
9334              
9335              From: "G. Del Merritt" <del@intranetics.com>
9336              To: perlbug@perl.com
9337              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9338              Date: Tue, 26 Jan 1999 12:09:09 -0700
9339              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9340      Branch: maint-5.005/perl
9341            ! t/io/fs.t
9342 ____________________________________________________________________________
9343 [  2717] By: jhi                                   on 1999/01/27  19:44:46
9344         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
9345              
9346              From: "G. Del Merritt" <del@intranetics.com>
9347              To: perlbug@perl.com
9348              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9349              Date: Tue, 26 Jan 1999 12:09:09 -0700
9350              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9351      Branch: maint-5.005/perl
9352            ! iperlsys.h
9353 ____________________________________________________________________________
9354 [  2715] By: jhi                                   on 1999/01/27  19:34:28
9355         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
9356              To: perl5-porters@perl.org
9357              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
9358              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
9359              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
9360      Branch: maint-5.005/perl
9361            ! hints/mpeix.sh mpeix/relink
9362 ____________________________________________________________________________
9363 [  2710] By: jhi                                   on 1999/01/27  19:22:23
9364         Log: Errno fixes:
9365              
9366              From: Spider Boardman <spider@web.zk3.dec.com>
9367              To: perlbug@perl.com
9368              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9369              Date: Wed, 27 Jan 1999 12:27:15 -0500
9370              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
9371              
9372              From: Spider Boardman <spider@web.zk3.dec.com>
9373              To: perlbug@perl.com
9374              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9375              Date: Wed, 27 Jan 1999 13:31:16 -0500
9376              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
9377      Branch: maint-5.005/perl
9378            ! Configure ext/Errno/Errno_pm.PL
9379 ____________________________________________________________________________
9380 [  2709] By: jhi                                   on 1999/01/27  19:17:35
9381         Log: Fix Configure installusrbinperl:
9382              
9383              From: Spider Boardman <spider@web.zk3.dec.com>
9384              To: jhi@iki.fi
9385              cc: perl5-porters@perl.org
9386              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9387              Date: Wed, 27 Jan 1999 13:03:35 -0500
9388              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
9389      Branch: maint-5.005/perl
9390            ! Configure
9391 ____________________________________________________________________________
9392 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
9393         Log: Add redef IO::Handle::* for setv?buf()
9394      Branch: maint-5.005/perl
9395            ! ext/POSIX/POSIX.pm
9396 ____________________________________________________________________________
9397 [  2705] By: jhi                                   on 1999/01/24  15:14:30
9398         Log: Mention year-1900 and month 0..11.
9399      Branch: cfgperl
9400            ! lib/Time/Local.pm
9401 ____________________________________________________________________________
9402 [  2704] By: jhi                                   on 1999/01/24  15:13:36
9403         Log: Document Configure -Uinstallusrbinperl.
9404      Branch: cfgperl
9405            ! INSTALL pod/perldelta.pod
9406 ____________________________________________________________________________
9407 [  2698] By: jhi                                   on 1999/01/24  12:46:00
9408         Log: Use only xlc_r for usethreads.
9409      Branch: cfgperl
9410            ! hints/aix.sh
9411 ____________________________________________________________________________
9412 [  2695] By: gsar                                  on 1999/01/24  07:09:05
9413         Log: integrate cfgperl changes into mainline
9414      Branch: perl
9415           +> lib/Exporter/Heavy.pm
9416           !> (integrate 65 files)
9417 ____________________________________________________________________________
9418 [  2694] By: gsar                                  on 1999/01/24  01:28:49
9419         Log: better notes on 'make' on win32
9420      Branch: perl
9421            ! README.win32
9422 ____________________________________________________________________________
9423 [  2683] By: jhi                                   on 1999/01/22  15:41:00
9424         Log: More de-cut-and-pastos.
9425      Branch: cfgperl
9426            ! hints/irix_6.sh hints/os2.sh
9427 ____________________________________________________________________________
9428 [  2682] By: jhi                                   on 1999/01/22  15:30:51
9429         Log: usethreads.cbu cut-and-pasto.
9430      Branch: cfgperl
9431            ! hints/solaris_2.sh
9432 ____________________________________________________________________________
9433 [  2681] By: jhi                                   on 1999/01/22  14:54:55
9434         Log: Better (I hope) LANGUAGE documentation.
9435      Branch: cfgperl
9436            ! pod/perllocale.pod
9437 ____________________________________________________________________________
9438 [  2680] By: jhi                                   on 1999/01/22  09:20:29
9439         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9440              To: perl5-porters@perl.org
9441              Subject: [PATCH 5.005_03MT3]VMS configure tweak
9442              Date: Wed, 20 Jan 1999 12:05:18 -0800
9443              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
9444      Branch: cfgperl
9445            ! vms/subconfigure.com
9446 ____________________________________________________________________________
9447 [  2679] By: jhi                                   on 1999/01/22  09:13:18
9448         Log: nosuid getmntent() branch.
9449      Branch: cfgperl
9450            ! perl.c perl.h
9451 ____________________________________________________________________________
9452 [  2678] By: jhi                                   on 1999/01/22  08:54:19
9453         Log: nosuid patch continued: *BSD needs <sys/param.h>.
9454      Branch: cfgperl
9455            ! Configure config_h.SH
9456 ____________________________________________________________________________
9457 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
9458         Log: Fixup FindBin to use File::Spec
9459              
9460              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
9461              Date: Wed, 20 Jan 1999 18:51:57 +0000
9462              From: Paul Johnson <pjcj@transeda.com>
9463              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
9464      Branch: maint-5.005/perl
9465            ! lib/FindBin.pm
9466 ____________________________________________________________________________
9467 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
9468         Log: Fix win32 for Borland compiler and spaces in paths
9469              
9470              From: Gurusamy Sarathy <gsar@activestate.com>
9471              Date: Mon, 18 Jan 1999 20:33:17 -0800
9472              Message-Id: <199901190433.UAA03656@activestate.com>
9473              Subject: [PATCH] 5.005_03-trial3 win32 issues
9474      Branch: maint-5.005/perl
9475            ! README.win32 win32/Makefile win32/config_sh.PL
9476            ! win32/makefile.mk win32/runperl.c
9477 ____________________________________________________________________________
9478 [  2670] By: jhi                                   on 1999/01/21  16:12:38
9479         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9480              To: perl5-porters@perl.org
9481              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
9482              Date: Thu, 21 Jan 1999 12:08:01 +0000
9483              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
9484      Branch: cfgperl
9485            ! pod/perldiag.pod t/op/subst.t toke.c
9486 ____________________________________________________________________________
9487 [  2669] By: jhi                                   on 1999/01/21  16:11:46
9488         Log: To: perl5-porters@perl.org
9489              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
9490              From: Anton Berezin <tobez@plab.ku.dk>
9491              Date: 21 Jan 1999 17:07:28 +0100
9492              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
9493      Branch: cfgperl
9494            ! hints/freebsd.sh
9495 ____________________________________________________________________________
9496 [  2668] By: jhi                                   on 1999/01/21  15:38:34
9497         Log: Add Daniel Grisinger <dgris@dimensional.com>.
9498      Branch: cfgperl
9499            ! AUTHORS MAINTAIN
9500 ____________________________________________________________________________
9501 [  2667] By: jhi                                   on 1999/01/21  15:32:28
9502         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9503              To: Mailing list Perl5 <perl5-porters@perl.org>
9504              Subject: [PATCH 5.005_53] Lean Exporter.pm
9505              Date: Thu, 21 Jan 1999 03:25:23 -0500
9506              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
9507      Branch: cfgperl
9508            + lib/Exporter/Heavy.pm
9509            ! MANIFEST lib/Exporter.pm
9510 ____________________________________________________________________________
9511 [  2666] By: jhi                                   on 1999/01/21  15:24:10
9512         Log: From: "W. Phillip Moore" <wpm@ms.com>
9513              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
9514              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
9515              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
9516              Message-ID: <13988.46383.298992.97303@zappa>
9517      Branch: cfgperl
9518            ! lib/File/Path.pm
9519 ____________________________________________________________________________
9520 [  2665] By: jhi                                   on 1999/01/21  15:20:48
9521         Log: CPAN update (CPAN-1.44_54) from Andreas and
9522              jumbo doc patch from Abigail.
9523              
9524              From: abigail@fnx.com
9525              To: perl5-porters@perl.org (Perl Porters)
9526              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
9527              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
9528              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
9529              
9530              From: abigail@fnx.com
9531              To: perl5-porters@perl.org (Perl Porters)
9532              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
9533              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
9534              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
9535              
9536              From: abigail@fnx.com
9537              To: perl5-porters@perl.org (Perl Porters)
9538              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
9539              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
9540              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
9541              
9542              From: abigail@fnx.com
9543              To: perl5-porters@perl.org (Perl Porters)
9544              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
9545              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
9546              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
9547              
9548              From: abigail@fnx.com
9549              To: perl5-porters@perl.org (Perl Porters)
9550              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
9551              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
9552              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
9553              
9554              From: abigail@fnx.com
9555              To: perl5-porters@perl.org (Perl Porters)
9556              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
9557              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
9558              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
9559              
9560              From: abigail@fnx.com
9561              To: perl5-porters@perl.org (Perl Porters)
9562              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
9563              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
9564              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
9565              
9566              From: abigail@fnx.com
9567              To: perl5-porters@perl.org (Perl Porters)
9568              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
9569              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
9570              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
9571              
9572              From: abigail@fnx.com
9573              To: perl5-porters@perl.org (Perl Porters)
9574              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
9575              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
9576              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
9577              
9578              From: abigail@fnx.com
9579              To: perl5-porters@perl.org (Perl Porters)
9580              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
9581              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
9582              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
9583              
9584              From: abigail@fnx.com
9585              To: perl5-porters@perl.org (Perl Porters)
9586              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
9587              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
9588              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
9589              
9590              From: abigail@fnx.com
9591              To: perl5-porters@perl.org (Perl Porters)
9592              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
9593              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
9594              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
9595              
9596              From: abigail@fnx.com
9597              To: perl5-porters@perl.org (Perl Porters)
9598              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
9599              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
9600              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
9601      Branch: cfgperl
9602            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
9603            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9604            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
9605            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
9606 ____________________________________________________________________________
9607 [  2664] By: jhi                                   on 1999/01/21  14:47:43
9608         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9609              To: Mailing list Perl5 <perl5-porters@perl.org>
9610              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
9611              Date: Thu, 21 Jan 1999 03:58:29 -0500
9612              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
9613      Branch: cfgperl
9614            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
9615 ____________________________________________________________________________
9616 [  2663] By: jhi                                   on 1999/01/21  14:43:58
9617         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9618              To: Mailing list Perl5 <perl5-porters@perl.org>
9619              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
9620              Date: Thu, 21 Jan 1999 02:46:34 -0500
9621              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
9622      Branch: cfgperl
9623            ! ext/Errno/Errno_pm.PL
9624 ____________________________________________________________________________
9625 [  2662] By: jhi                                   on 1999/01/21  14:42:42
9626         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9627              To: Francois Desarmenien <desar@club-internet.fr>
9628              Cc: Gurusamy Sarathy <gsar@activestate.com>,
9629              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
9630              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
9631              Date: 21 Jan 1999 00:17:35 -0700
9632              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
9633      Branch: cfgperl
9634            ! Porting/patching.pod
9635 ____________________________________________________________________________
9636 [  2661] By: jhi                                   on 1999/01/21  14:41:13
9637         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9638              To: Mailing list Perl5 <perl5-porters@perl.org>
9639              Subject: [PATCH 5.00*] makedepend
9640              Date: Thu, 21 Jan 1999 02:08:27 -0500
9641              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
9642      Branch: cfgperl
9643            ! makedepend.SH
9644 ____________________________________________________________________________
9645 [  2660] By: jhi                                   on 1999/01/21  14:36:45
9646         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9647              To: Mailing list Perl5 <perl5-porters@perl.org>
9648              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
9649              Date: Tue, 19 Jan 1999 20:06:45 -0500
9650              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
9651      Branch: cfgperl
9652            ! os2/Changes os2/os2.c
9653 ____________________________________________________________________________
9654 [  2657] By: jhi                                   on 1999/01/21  11:40:35
9655         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9656              To: perl5-porters@perl.org
9657              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
9658              Date: Mon, 18 Jan 1999 01:32:31 PST
9659              Message-ID: <19990118093231.18443.qmail@hotmail.com>
9660      Branch: cfgperl
9661            ! ext/B/B/CC.pm
9662 ____________________________________________________________________________
9663 [  2656] By: jhi                                   on 1999/01/21  11:35:34
9664         Log: From: Achim Bohnet <ach@mpe.mpg.de>
9665              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
9666              Date: Wed, 20 Jan 1999 20:25:53 +0100
9667              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
9668      Branch: cfgperl
9669            ! pp.c
9670 ____________________________________________________________________________
9671 [  2655] By: jhi                                   on 1999/01/21  10:46:01
9672         Log: Handle NIS (and NetInfo) more robustly.
9673      Branch: cfgperl
9674            ! t/op/grent.t t/op/pwent.t
9675 ____________________________________________________________________________
9676 [  2654] By: jhi                                   on 1999/01/21  10:17:20
9677         Log: Two-argument eaccess() of SCO.
9678      Branch: cfgperl
9679            ! pp_sys.c
9680 ____________________________________________________________________________
9681 [  2653] By: jhi                                   on 1999/01/21  08:53:14
9682         Log: -DNO_NOSUID_CHECK for those platforms which have no way
9683              of checking for nosuid but still want suidperl.
9684      Branch: cfgperl
9685            ! perl.c
9686 ____________________________________________________________________________
9687 [  2652] By: jhi                                   on 1999/01/21  08:22:50
9688         Log: The LANGUAGE mirrors LC_ALL usage.
9689      Branch: cfgperl
9690            ! Configure config_h.SH
9691 ____________________________________________________________________________
9692 [  2651] By: jhi                                   on 1999/01/20  22:01:21
9693         Log: I_MNTENT was missing.
9694      Branch: cfgperl
9695            ! Configure config_h.SH
9696 ____________________________________________________________________________
9697 [  2650] By: jhi                                   on 1999/01/19  13:42:03
9698         Log: NetBSD update, based on patches from the NetBSD packages system.
9699      Branch: cfgperl
9700            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
9701 ____________________________________________________________________________
9702 [  2649] By: jhi                                   on 1999/01/19  12:44:02
9703         Log: Jumbo Configure update.
9704              * -Uinstallusrbinperl: disable /usr/bin/perl installation
9705              by installperl
9706              * usethreads.cbu
9707              * use64bits.cbu
9708              * "nosuid"
9709      Branch: cfgperl
9710            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
9711            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
9712            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
9713            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
9714            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
9715            ! pod/perldiag.pod
9716 ____________________________________________________________________________
9717 [  2648] By: jhi                                   on 1999/01/19  09:16:44
9718         Log: Mention /usr/share/locale.
9719      Branch: cfgperl
9720            ! pod/perllocale.pod
9721 ____________________________________________________________________________
9722 [  2647] By: jhi                                   on 1999/01/19  09:11:11
9723         Log: SHMLBA strikes back in NetBSD/sparc.
9724              
9725              From: Dave Nelson <David.Nelson@bellcow.com>
9726              To: jhi@iki.fi
9727              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
9728              Date: Mon, 18 Jan 1999 22:07:56 -0600
9729              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
9730      Branch: cfgperl
9731            ! ext/IPC/SysV/SysV.xs
9732 ____________________________________________________________________________
9733 [  2646] By: jhi                                   on 1999/01/19  08:58:17
9734         Log: Show LANGUAGE env var when needed. (Augment change #2645).
9735      Branch: cfgperl
9736            ! util.c utils/perlbug.PL
9737 ____________________________________________________________________________
9738 [  2645] By: jhi                                   on 1999/01/19  08:52:15
9739         Log: Document the GNU LANGUAGE env var.
9740      Branch: cfgperl
9741            ! pod/perllocale.pod
9742 ____________________________________________________________________________
9743 [  2644] By: jhi                                   on 1999/01/19  08:42:25
9744         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9745              To: Mailing list Perl5 <perl5-porters@perl.org>
9746              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
9747              Date: Mon, 18 Jan 1999 20:57:02 -0500
9748              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
9749      Branch: cfgperl
9750            ! pp_hot.c t/op/pat.t
9751 ____________________________________________________________________________
9752 [  2643] By: jhi                                   on 1999/01/18  11:23:41
9753         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
9754      Branch: cfgperl
9755            ! Makefile.SH
9756 ____________________________________________________________________________
9757 [  2642] By: jhi                                   on 1999/01/18  11:03:38
9758         Log: GNU libc locale system has LANGUAGE env var that partly
9759              overrides even LC_ALL.
9760      Branch: cfgperl
9761            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
9762 ____________________________________________________________________________
9763 [  2641] By: jhi                                   on 1999/01/18  10:55:04
9764         Log: Integrate from mainperl.
9765      Branch: cfgperl
9766           +> ext/B/defsubs.h.PL
9767            ! t/op/groups.t
9768           !> (integrate 38 files)
9769 ____________________________________________________________________________
9770 [  2640] By: gsar                                  on 1999/01/18  10:06:29
9771         Log: a few random cleanups
9772      Branch: perl
9773            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
9774 ____________________________________________________________________________
9775 [  2639] By: gsar                                  on 1999/01/18  05:56:21
9776         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
9777              Date:    Sun, 17 Jan 1999 16:41:10 PST
9778              Message-Id: <19990118004111.29667.qmail@hotmail.com>
9779              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
9780      Branch: perl
9781            ! ext/B/B/C.pm
9782 ____________________________________________________________________________
9783 [  2638] By: gsar                                  on 1999/01/18  05:41:21
9784         Log: From:    jan.dubois@ibm.net (Jan Dubois)
9785              Date:    Mon, 18 Jan 1999 00:37:41 +0100
9786              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
9787              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
9788      Branch: perl
9789            ! dump.c
9790 ____________________________________________________________________________
9791 [  2633] By: gsar                                  on 1999/01/17  13:39:59
9792         Log: bogus assert()
9793      Branch: perl
9794            ! pp.c t/op/groups.t
9795 ____________________________________________________________________________
9796 [  2632] By: gsar                                  on 1999/01/17  13:22:04
9797         Log: various tweaks for clean build and test on win32
9798      Branch: perl
9799            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
9800            ! op.c t/pragma/warn/doio
9801 ____________________________________________________________________________
9802 [  2631] By: gsar                                  on 1999/01/17  12:28:06
9803         Log: undo change#2336, and add clarification about subversive
9804              CPAN distributions from Andreas Koenig
9805      Branch: perl
9806            ! Porting/pumpkin.pod lib/CPAN.pm
9807 ____________________________________________________________________________
9808 [  2630] By: gsar                                  on 1999/01/17  12:04:06
9809         Log: fix silent taint failures under -U
9810      Branch: perl
9811            ! doio.c
9812 ____________________________________________________________________________
9813 [  2629] By: gsar                                  on 1999/01/17  12:00:23
9814         Log: sanity check piped opens (tweaked version of patch suggested
9815              by Mark-Jason Dominus)
9816      Branch: perl
9817            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
9818            ! t/op/taint.t t/pragma/warn/doio
9819 ____________________________________________________________________________
9820 [  2628] By: gsar                                  on 1999/01/17  11:26:21
9821         Log: regen headers
9822      Branch: perl
9823            ! embed.h embedvar.h objXSUB.h
9824 ____________________________________________________________________________
9825 [  2627] By: gsar                                  on 1999/01/17  11:23:37
9826         Log: PERL_OBJECTness for change#2595
9827      Branch: perl
9828            ! embed.pl op.c pod/perlport.pod proto.h
9829 ____________________________________________________________________________
9830 [  2626] By: gsar                                  on 1999/01/17  09:47:07
9831         Log: PERL_OBJECT tweaks for change#2426
9832      Branch: perl
9833            ! embed.pl proto.h regcomp.c
9834 ____________________________________________________________________________
9835 [  2625] By: gsar                                  on 1999/01/17  09:37:58
9836         Log: documentation in change#2596 is not quite right; fix it
9837      Branch: perl
9838            ! lib/Math/BigFloat.pm pod/perlguts.pod
9839 ____________________________________________________________________________
9840 [  2624] By: gsar                                  on 1999/01/17  09:28:34
9841         Log: undo change#2571; C<use File::Spec> instead
9842      Branch: perl
9843            ! lib/FindBin.pm
9844 ____________________________________________________________________________
9845 [  2623] By: gsar                                  on 1999/01/17  09:20:42
9846         Log: change#2572 is not applicable; undo, retaining scan_bin addition
9847              to global.sym
9848      Branch: perl
9849            ! global.sym perl.c proto.h
9850 ____________________________________________________________________________
9851 [  2622] By: gsar                                  on 1999/01/17  09:17:42
9852         Log: change#2576 is based on a wrong premise; undo it
9853      Branch: perl
9854            ! pp_ctl.c
9855 ____________________________________________________________________________
9856 [  2621] By: gsar                                  on 1999/01/17  09:12:42
9857         Log: fix change#2602 to not used hard coded constants
9858      Branch: perl
9859            ! ext/B/B/C.pm ext/B/defsubs.h.PL
9860 ____________________________________________________________________________
9861 [  2620] By: gsar                                  on 1999/01/17  09:02:07
9862         Log: integrate cfgperl changes into mainline, fix conflicts
9863      Branch: perl
9864           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
9865           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
9866           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
9867           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
9868           +> pod/perlopentut.pod
9869           !> (integrate 162 files)
9870 ____________________________________________________________________________
9871 [  2619] By: gsar                                  on 1999/01/17  08:42:04
9872         Log: a few doc typos
9873      Branch: perl
9874            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
9875 ____________________________________________________________________________
9876 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
9877         Log: Win32 changes from Jan
9878              
9879              From: jan.dubois@ibm.net (Jan Dubois)
9880              Date: Fri, 15 Jan 1999 23:38:35 +0100
9881              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
9882              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
9883              
9884              From: jan.dubois@ibm.net (Jan Dubois)
9885              Date: Sat, 16 Jan 1999 13:02:45 +0100
9886              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
9887              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
9888      Branch: maint-5.005/perl
9889            ! README.win32 win32/Makefile win32/makefile.mk
9890 ____________________________________________________________________________
9891 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
9892         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
9893              
9894              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9895              Date: Thu, 07 Jan 1999 00:12:00 -0500
9896              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
9897              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
9898              
9899              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9900              Date: Thu, 14 Jan 1999 19:21:46 -0500
9901              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
9902              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
9903      Branch: maint-5.005/perl
9904            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
9905            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
9906            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
9907            ! win32/makedef.pl win32/runperl.c win32/win32.c
9908 ____________________________________________________________________________
9909 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
9910         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9911              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
9912              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
9913              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
9914              
9915              From: Jarkko Hietaniemi <jhi@iki.fi>
9916              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
9917              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
9918              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
9919              
9920              From: Jarkko Hietaniemi <jhi@iki.fi>
9921              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
9922              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
9923              Subject: the promised "installusrbinperl + NetBSD" fix
9924      Branch: maint-5.005/perl
9925            ! Configure Makefile.SH hints/netbsd.sh installperl
9926            ! makedepend.SH unixish.h
9927 ____________________________________________________________________________
9928 [  2611] By: jhi                                   on 1999/01/14  12:16:14
9929         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9930              To: pumpkings@jhereg.perl.com
9931              Subject: perlopentut.pod
9932              Date: Sat, 09 Jan 1999 08:13:18 -0700
9933              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
9934      Branch: cfgperl
9935            + pod/perlopentut.pod
9936            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
9937 ____________________________________________________________________________
9938 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
9939         Log: Added Carp::cluck to perldelta.pod
9940      Branch: maint-5.005/perl
9941            ! pod/perldelta.pod
9942 ____________________________________________________________________________
9943 [  2605] By: jhi                                   on 1999/01/13  18:26:19
9944         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
9945              To: "'cpan@perl.org'" <cpan@perl.org>
9946              Subject: "Bug" fix for File::Find.pm
9947              Date:   Thu, 31 Dec 1998 13:01:50 -0500
9948              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
9949      Branch: cfgperl
9950            ! lib/File/Find.pm
9951 ____________________________________________________________________________
9952 [  2604] By: jhi                                   on 1999/01/13  18:08:45
9953         Log: From: Peter Wolfe <wolfe@teloseng.com>
9954              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
9955              To: perlbug@perl.com
9956              Date: 11 Jan 1999 23:00:05 +0200
9957              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
9958      Branch: cfgperl
9959            ! hints/sco.sh
9960 ____________________________________________________________________________
9961 [  2603] By: jhi                                   on 1999/01/13  18:06:56
9962         Log: From: hans@icgroup.nl (Hans Mulder)
9963              Subject: [Patch for 5.005_54] re::debugcolors dumps core
9964              To: perlbug@perl.com
9965              Cc: hansmu@xs4all.nl
9966              Date: 11 Jan 1999 22:22:45 +0200
9967              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
9968      Branch: cfgperl
9969            ! ext/re/re.pm regcomp.c
9970 ____________________________________________________________________________
9971 [  2602] By: jhi                                   on 1999/01/13  18:05:43
9972         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9973              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
9974              Date: 11 Jan 1999 08:02:41 +0200
9975              Lines: 134
9976              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
9977      Branch: cfgperl
9978            ! ext/B/B.xs ext/B/B/C.pm
9979 ____________________________________________________________________________
9980 [  2601] By: jhi                                   on 1999/01/13  18:01:53
9981         Log: From: James FitzGibbon <james@ican.net>
9982              Subject: Trivial patch for HP-UX 11 and shared libperl
9983              To: perl5-porters@perl.org
9984              Date: 8 Jan 1999 19:13:23 +0200
9985              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
9986      Branch: cfgperl
9987            ! Makefile.SH
9988 ____________________________________________________________________________
9989 [  2600] By: jhi                                   on 1999/01/13  17:59:45
9990         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9991              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
9992              To: perl5-porters@perl.org
9993              Date: 8 Jan 1999 12:43:36 +0200
9994              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
9995      Branch: cfgperl
9996            ! ext/B/B/CC.pm
9997 ____________________________________________________________________________
9998 [  2599] By: jhi                                   on 1999/01/13  17:50:11
9999         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
10000              Subject: PATCH to installperl
10001              To: perl5-porters@perl.org
10002              Date: 4 Jan 1999 16:15:18 +0200
10003              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
10004      Branch: cfgperl
10005            ! installperl
10006 ____________________________________________________________________________
10007 [  2598] By: jhi                                   on 1999/01/13  17:34:51
10008         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10009              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
10010              Cc: perl5-porters@perl.org
10011              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
10012              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
10013              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
10014      Branch: cfgperl
10015            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10016            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
10017 ____________________________________________________________________________
10018 [  2597] By: jhi                                   on 1999/01/13  17:30:33
10019         Log: From: David Dyck <dcd@tc.fluke.com>
10020              To: Perl Porters <perl5-porters@perl.org>,
10021              Gurusamy Sarathy <gsar@engin.umich.edu>
10022              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
10023              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
10024              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
10025      Branch: cfgperl
10026            ! pod/perldsc.pod
10027 ____________________________________________________________________________
10028 [  2596] By: jhi                                   on 1999/01/13  17:26:44
10029         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10030              To: perl5-porters@perl.org
10031              Subject: [PATCH] modglobal w/ spelling fixes
10032              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
10033              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
10034      Branch: cfgperl
10035            ! pod/perlguts.pod
10036 ____________________________________________________________________________
10037 [  2595] By: jhi                                   on 1999/01/13  17:24:59
10038         Log: From: Hans Mulder <hansm@icgroup.nl>
10039              Optimize common sort routines.  Thread started by the message
10040              
10041              From: Hans Mulder <hansm@icgroup.nl>
10042              Sender: owner-perl5-porters@perl.org
10043              To: perl5-porters@perl.org
10044              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
10045              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
10046              
10047              and the patch from the message
10048              
10049              From: Hans Mulder <hans@icgroup.nl>
10050              To: jhi@iki.fi
10051              Cc: perl5-porters@perl.org
10052              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
10053              $b }
10054              Date: Wed, 13 Jan 1999 17:39:35 +0100
10055              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
10056      Branch: cfgperl
10057            ! Todo op.c op.h pp_ctl.c t/op/sort.t
10058 ____________________________________________________________________________
10059 [  2594] By: jhi                                   on 1999/01/13  16:50:17
10060         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
10061              (the diffs were based on 5.004_02).  Tested by Guido
10062              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
10063      Branch: cfgperl
10064            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
10065            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
10066            + mint/sys/time.h mint/time.h
10067            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
10068            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
10069 ____________________________________________________________________________
10070 [  2593] By: jhi                                   on 1999/01/09  16:54:26
10071         Log: Detypo.
10072      Branch: cfgperl
10073            ! hints/dec_osf.sh
10074 ____________________________________________________________________________
10075 [  2592] By: jhi                                   on 1999/01/09  16:17:13
10076         Log: Move usethreads and use64bits logic from hints to Configure.
10077      Branch: cfgperl
10078            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
10079            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
10080            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
10081            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
10082 ____________________________________________________________________________
10083 [  2591] By: jhi                                   on 1999/01/09  14:45:24
10084         Log: Missing dTHRs added.
10085      Branch: cfgperl
10086            ! regcomp.c toke.c
10087 ____________________________________________________________________________
10088 [  2590] By: jhi                                   on 1999/01/08  15:27:17
10089         Log: Finalize change #2589 and add better AIX nm scanning from:
10090              
10091              Message-Id: <m0zyNW0-00017VC@gentoo.com>
10092              From: bll@gentoo.com (Brad Lanam)
10093              Subject: Re: mailhelp returned a non-zero status
10094              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
10095              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
10096      Branch: cfgperl
10097            ! Configure hints/freebsd.sh hints/linux.sh
10098 ____________________________________________________________________________
10099 [  2589] By: jhi                                   on 1999/01/08  15:14:54
10100         Log: Undo change #2581.
10101      Branch: cfgperl
10102            ! Configure hints/freebsd.sh hints/linux.sh
10103 ____________________________________________________________________________
10104 [  2588] By: jhi                                   on 1999/01/08  11:51:52
10105         Log: FAQ jumbo patch from tchrist.
10106              
10107              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
10108              From: Tom Christiansen <tchrist@jhereg.perl.com>
10109              To: pumpkings@jhereg.perl.com
10110              Subject: newest version of perlfaq.pod
10111              Date: Thu, 7 Jan 1999 23:05:02 -0700
10112              
10113              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
10114              From: Tom Christiansen <tchrist@jhereg.perl.com>
10115              To: pumpkings@jhereg.perl.com
10116              Subject: newest version of perlfaq1.pod
10117              Date: Thu, 7 Jan 1999 23:05:02 -0700
10118              
10119              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
10120              From: Tom Christiansen <tchrist@jhereg.perl.com>
10121              To: pumpkings@jhereg.perl.com
10122              Subject: newest version of perlfaq2.pod
10123              Date: Thu, 7 Jan 1999 23:05:02 -0700
10124              
10125              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
10126              From: Tom Christiansen <tchrist@jhereg.perl.com>
10127              To: pumpkings@jhereg.perl.com
10128              Subject: newest version of perlfaq3.pod
10129              Date: Thu, 7 Jan 1999 23:05:02 -0700
10130              
10131              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
10132              From: Tom Christiansen <tchrist@jhereg.perl.com>
10133              To: pumpkings@jhereg.perl.com
10134              Subject: newest version of perlfaq4.pod
10135              Date: Thu, 7 Jan 1999 23:05:02 -0700
10136              
10137              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
10138              From: Tom Christiansen <tchrist@jhereg.perl.com>
10139              To: pumpkings@jhereg.perl.com
10140              Subject: newest version of perlfaq5.pod
10141              Date: Thu, 7 Jan 1999 23:05:02 -0700
10142              
10143              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
10144              From: Tom Christiansen <tchrist@jhereg.perl.com>
10145              To: pumpkings@jhereg.perl.com
10146              Subject: newest version of perlfaq6.pod
10147              Date: Thu, 7 Jan 1999 23:05:02 -0700
10148              
10149              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
10150              From: Tom Christiansen <tchrist@jhereg.perl.com>
10151              To: pumpkings@jhereg.perl.com
10152              Subject: newest version of perlfaq7.pod
10153              Date: Thu, 7 Jan 1999 23:05:03 -0700
10154              
10155              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
10156              From: Tom Christiansen <tchrist@jhereg.perl.com>
10157              To: pumpkings@jhereg.perl.com
10158              Subject: newest version of perlfaq8.pod
10159              Date: Thu, 7 Jan 1999 23:05:03 -0700
10160              
10161              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
10162              From: Tom Christiansen <tchrist@jhereg.perl.com>
10163              To: pumpkings@jhereg.perl.com
10164              Subject: newest version of perlfaq9.pod
10165              Date: Thu, 7 Jan 1999 23:05:03 -0700
10166      Branch: cfgperl
10167            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10168            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10169            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10170            ! pod/perlfaq9.pod
10171 ____________________________________________________________________________
10172 [  2587] By: jhi                                   on 1999/01/08  11:17:43
10173         Log: More doc fixes from Abigail.
10174      Branch: cfgperl
10175            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
10176            ! lib/User/pwent.pm
10177 ____________________________________________________________________________
10178 [  2585] By: jhi                                   on 1999/01/08  08:31:02
10179         Log: Change #2584 from maint-5.005:
10180              
10181              implemented Ilya's suggested fix, and added a testcase
10182              
10183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10184              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
10185              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
10186              Subject: Re: Text::ParseWords: regex fix
10187      Branch: cfgperl
10188            ! lib/Text/ParseWords.pm t/lib/parsewords.t
10189 ____________________________________________________________________________
10190 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
10191         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10192              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
10193              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
10194              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
10195      Branch: maint-5.005/perl
10196            ! ext/Errno/Errno_pm.PL
10197 ____________________________________________________________________________
10198 [  2581] By: jhi                                   on 1999/01/07  16:38:03
10199         Log: Configure update:
10200              - usethreads, use64bits, and usemultiplicity
10201              are no more interactively asked by Configure
10202              - "int main()" (vs bare "main()") enforced in test programs
10203      Branch: cfgperl
10204            ! Configure hints/freebsd.sh hints/linux.sh
10205 ____________________________________________________________________________
10206 [  2580] By: jhi                                   on 1999/01/07  11:19:12
10207         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10208              Date: Wed, 06 Jan 1999 13:47:34 -0800
10209              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
10210              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
10211      Branch: cfgperl
10212            ! vms/vms.c
10213 ____________________________________________________________________________
10214 [  2579] By: jhi                                   on 1999/01/07  09:08:36
10215         Log: Another set of doc patches from Abigail
10216              
10217              From: abigail@fnx.com
10218              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
10219              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
10220              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
10221              
10222              From: abigail@fnx.com
10223              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
10224              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
10225              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
10226              
10227              From: abigail@fnx.com
10228              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
10229              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
10230              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
10231              
10232              From: abigail@fnx.com
10233              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
10234              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
10235              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
10236              
10237              From: abigail@fnx.com
10238              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
10239              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
10240              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
10241              
10242              From: abigail@fnx.com
10243              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
10244              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
10245              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
10246              
10247              From: abigail@fnx.com
10248              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
10249              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
10250              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
10251              
10252              From: abigail@fnx.com
10253              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
10254              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
10255              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
10256              
10257              From: abigail@fnx.com
10258              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
10259              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
10260              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
10261              
10262              From: abigail@fnx.com
10263              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
10264              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
10265              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
10266              
10267              From: abigail@fnx.com
10268              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
10269              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
10270              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
10271              
10272              From: abigail@fnx.com
10273              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
10274              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
10275              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
10276              
10277              From: abigail@fnx.com
10278              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
10279              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
10280              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
10281              
10282              From: abigail@fnx.com
10283              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
10284              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
10285              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
10286      Branch: cfgperl
10287            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
10288            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
10289            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
10290            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
10291            ! lib/Tie/Array.pm lib/Tie/Hash.pm
10292 ____________________________________________________________________________
10293 [  2576] By: jhi                                   on 1999/01/06  17:05:20
10294         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
10295      Branch: cfgperl
10296            ! pp_ctl.c
10297 ____________________________________________________________________________
10298 [  2575] By: jhi                                   on 1999/01/06  13:18:56
10299         Log: Enhance the great_circle_distance() documentation.
10300      Branch: cfgperl
10301            ! lib/Math/Trig.pm
10302 ____________________________________________________________________________
10303 [  2574] By: jhi                                   on 1999/01/06  12:58:03
10304         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10305              To: perlbug@perl.com
10306              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
10307              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
10308              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
10309      Branch: cfgperl
10310            ! t/op/sysio.t
10311 ____________________________________________________________________________
10312 [  2573] By: jhi                                   on 1999/01/06  12:40:19
10313         Log: From: "W. Phillip Moore" <wpm@ms.com>
10314              To: perlbug@perl.org
10315              Subject: [PATCH] POSIX getpgrp is not -w clean
10316              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
10317              Message-ID: <13970.20107.190314.549471@zappa>
10318      Branch: cfgperl
10319            ! ext/POSIX/POSIX.pm
10320 ____________________________________________________________________________
10321 [  2572] By: jhi                                   on 1999/01/06  12:25:24
10322         Log: Based on
10323              From: jan.dubois@ibm.net (Jan Dubois)
10324              To: perl5-porters@perl.org
10325              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10326              Date: Wed, 06 Jan 1999 01:24:09 +0100
10327              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
10328              except that
10329              - objXSUB.h was already okay
10330              - embed.h patching is futile, global.sym patched instead
10331              - objpp.h does not exist
10332              - proto.h addition applied manually
10333              - win32/GenCAPI.pl was already okay
10334              - win32/makedef.pl was already okay
10335      Branch: cfgperl
10336            ! global.sym perl.c proto.h
10337 ____________________________________________________________________________
10338 [  2571] By: jhi                                   on 1999/01/06  11:25:48
10339         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
10340              To: perlbug@perl.com
10341              Subject: FindBin.pm on Win32 systems
10342              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
10343              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
10344      Branch: cfgperl
10345            ! lib/FindBin.pm
10346 ____________________________________________________________________________
10347 [  2570] By: jhi                                   on 1999/01/06  11:21:48
10348         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10349              To: perl5-porters@perl.org, vmsperl@perl.org
10350              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
10351              Date: Tue, 05 Jan 1999 16:47:31 -0800
10352              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
10353              
10354              (the ext/IO/lib/IO/Socket.pm was not really changed here;
10355              it was a leftover from #2569)
10356      Branch: cfgperl
10357            ! ext/IO/lib/IO/Socket.pm taint.c
10358 ____________________________________________________________________________
10359 [  2569] By: jhi                                   on 1999/01/06  11:18:22
10360         Log: Jumbo doc patch from Abigail (almost identical to
10361              the 5.005-maint change #2562 except for the
10362              ext/IO/lib/IO/Socket.pm patch which was not
10363              applicable because the IO version of 5.005-devel
10364              is somewhat different (why?))
10365              
10366              From: abigail@fnx.com
10367              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
10368              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
10369              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
10370              
10371              From: abigail@fnx.com
10372              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
10373              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
10374              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
10375              
10376              From: abigail@fnx.com
10377              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
10378              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
10379              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
10380              
10381              From: abigail@fnx.com
10382              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
10383              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
10384              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
10385              
10386              From: abigail@fnx.com
10387              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
10388              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
10389              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
10390              
10391              From: abigail@fnx.com
10392              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
10393              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
10394              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
10395              
10396              From: abigail@fnx.com
10397              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
10398              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
10399              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
10400              
10401              From: abigail@fnx.com
10402              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
10403              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
10404              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
10405              
10406              From: abigail@fnx.com
10407              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
10408              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
10409              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
10410              
10411              From: abigail@fnx.com
10412              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
10413              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
10414              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
10415      Branch: cfgperl
10416            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10417            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
10418            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10419            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10420            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
10421 ____________________________________________________________________________
10422 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
10423         Log: From: jan.dubois@ibm.net (Jan Dubois)
10424              Date: Wed, 06 Jan 1999 01:24:09 +0100
10425              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
10426              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10427      Branch: maint-5.005/perl
10428            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
10429            ! win32/GenCAPI.pl win32/makedef.pl
10430 ____________________________________________________________________________
10431 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
10432         Log: From: "W. Phillip Moore" <wpm@ms.com>
10433              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
10434              Message-ID: <13970.20107.190314.549471@zappa>
10435              Subject: [PATCH] POSIX getpgrp is not -w clean
10436      Branch: maint-5.005/perl
10437            ! ext/POSIX/POSIX.pm
10438 ____________________________________________________________________________
10439 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
10440         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
10441              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
10442              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
10443              Subject: FindBin.pm on Win32 systems
10444      Branch: maint-5.005/perl
10445            ! lib/FindBin.pm
10446 ____________________________________________________________________________
10447 [  2561] By: jhi                                   on 1999/01/05  10:49:10
10448         Log: Reword the setlocale() 1-arg case better.
10449      Branch: cfgperl
10450            ! ext/POSIX/POSIX.pod
10451 ____________________________________________________________________________
10452 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
10453         Log: From: Blair Zajac <bzajac@geostaff.com>
10454              Date: Wed, 23 Dec 1998 17:13:32 -0800
10455              Message-ID: <3681953C.8B6A90AA@geostaff.com>
10456              Subject: Tie::SubstrHash patch
10457      Branch: maint-5.005/perl
10458            ! lib/Tie/SubstrHash.pm
10459 ____________________________________________________________________________
10460 [  2554] By: jhi                                   on 1999/01/02  14:55:06
10461         Log: Object destruction order testing.
10462      Branch: cfgperl
10463            ! t/op/misc.t
10464 ____________________________________________________________________________
10465 [  2553] By: jhi                                   on 1999/01/02  14:49:40
10466         Log: perldelta the Dumpvalue.pm of change #2513.
10467      Branch: cfgperl
10468            ! lib/Dumpvalue.pm pod/perldelta.pod
10469 ____________________________________________________________________________
10470 [  2552] By: nick                                  on 1999/01/02  14:45:38
10471         Log: Tone down Makefile.PL so it works on Win32
10472      Branch: perl
10473            ! ext/B/Makefile.PL
10474 ____________________________________________________________________________
10475 [  2551] By: nick                                  on 1999/01/02  14:06:30
10476         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
10477              Use them in various B::* rather than have local defs.
10478      Branch: perl
10479            + ext/B/defsubs.h.PL
10480            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
10481            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
10482            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
10483 ____________________________________________________________________________
10484 [  2550] By: nick                                  on 1999/01/02  10:04:02
10485         Log: Integrate ext/B changes from //depot/cfgperl
10486      Branch: perl
10487           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
10488 ____________________________________________________________________________
10489 [  2549] By: jhi                                   on 1999/01/01  13:54:16
10490         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
10491              To: perlbug@perl.com
10492              Subject: op/groups.t fails test 1 on HP-UX 10.20
10493              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
10494              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
10495      Branch: cfgperl
10496            ! t/op/groups.t
10497 ____________________________________________________________________________
10498 [  2548] By: jhi                                   on 1999/01/01  13:53:31
10499         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10500              To: perl5-porters@perl.org
10501              cc: hv@crypt0.demon.co.uk
10502              Subject: [bug 5.004_54] duplicate error message
10503              Date: Thu, 31 Dec 1998 04:05:25 +0000
10504              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
10505              
10506              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
10507              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10508              To: hv@crypt0.demon.co.uk
10509              Cc: perl5-porters@perl.org
10510              Subject: [PATCH _54] Re: duplicate error message
10511              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
10512              
10513              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
10514              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10515              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
10516              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
10517              Subject: [TEST PATCH _54] Re: duplicate error message 
10518              Date: Fri, 01 Jan 1999 07:32:14 +0000
10519      Branch: cfgperl
10520            ! op.c t/pragma/warn/op
10521 ____________________________________________________________________________
10522 [  2547] By: jhi                                   on 1998/12/31  14:15:04
10523         Log: From: Chris Nandor <pudge@pobox.com>
10524              To: jhi@iki.fi
10525              Cc: perl5-porters@perl.org
10526              Subject: Re: [PATCH] perlport.pod 1.38
10527              Date: Thu, 31 Dec 1998 09:06:48 -0500
10528              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
10529      Branch: cfgperl
10530            ! pod/perlport.pod
10531 ____________________________________________________________________________
10532 [  2546] By: jhi                                   on 1998/12/31  11:18:17
10533         Log: From: Wilson P. Snyder II
10534              To: perl5-porters@perl.org
10535              Subject: [PATCH v5.5.53] REV2: Binary number support
10536              Date: 1998/11/30
10537              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
10538      Branch: cfgperl
10539            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
10540            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
10541            ! toke.c util.c
10542 ____________________________________________________________________________
10543 [  2545] By: jhi                                   on 1998/12/31  09:27:40
10544         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10545              To: perlbug@perl.com
10546              Subject: "perl -T -P" dumps core on OpenBSD and Linux
10547              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
10548              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
10549      Branch: cfgperl
10550            ! taint.c
10551 ____________________________________________________________________________
10552 [  2544] By: jhi                                   on 1998/12/31  09:21:45
10553         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
10554              To: perlbug@perl.com 
10555              Subject: bug in pod2man search for perl binary [5.005_5x]
10556              Date: Sat, 12 Dec 1998 23:08:51 +0000 
10557              Message-ID: <19981212230851.A20578@ig.co.uk> 
10558      Branch: cfgperl
10559            ! pod/pod2man.PL
10560 ____________________________________________________________________________
10561 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
10562         Log: From: jan.dubois@ibm.net (Jan Dubois)
10563              Date: Wed, 23 Dec 1998 21:26:38 +0100
10564              Message-ID: <36895086.8849224@smtp1.ibm.net>
10565              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
10566      Branch: maint-5.005/perl
10567            ! lib/ExtUtils/MakeMaker.pm
10568 ____________________________________________________________________________
10569 [  2540] By: jhi                                   on 1998/12/30  08:42:04
10570         Log: Evermore AUTHORS and MAINTAIN.
10571      Branch: cfgperl
10572            ! AUTHORS MAINTAIN
10573 ____________________________________________________________________________
10574 [  2539] By: jhi                                   on 1998/12/29  15:10:34
10575         Log: More AUTHORS and MAINTAIN.
10576      Branch: cfgperl
10577            ! AUTHORS MAINTAIN
10578 ____________________________________________________________________________
10579 [  2537] By: jhi                                   on 1998/12/29  14:34:47
10580         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
10581              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
10582              Message-ID: <13942.32480.700000.640927@utensil>
10583              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
10584              (mirror change#2531 in the 5.005-maint)
10585      Branch: cfgperl
10586            ! lib/AutoSplit.pm
10587 ____________________________________________________________________________
10588 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
10589         Log: change in_pod pattern to /^=\w/ from /^=/
10590              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
10591              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
10592              Message-ID: <13942.32480.700000.640927@utensil>
10593              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
10594      Branch: maint-5.005/perl
10595            ! lib/AutoSplit.pm
10596 ____________________________________________________________________________
10597 [  2525] By: jhi                                   on 1998/12/29  13:06:26
10598         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10599              To: perl5-porters@perl.org
10600              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
10601              Date: 16 Dec 1998 03:17:03 +0200
10602              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
10603      Branch: cfgperl
10604            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
10605 ____________________________________________________________________________
10606 [  2524] By: jhi                                   on 1998/12/29  13:00:06
10607         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10608              To: perl5-porters@perl.org
10609              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
10610              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
10611              Date: 10 Dec 1998 08:30:02 +0200
10612              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
10613              
10614              (Nick's part was applied earlier, in change #2460)
10615      Branch: cfgperl
10616            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
10617 ____________________________________________________________________________
10618 [  2523] By: jhi                                   on 1998/12/29  12:41:31
10619         Log: From: "vishal bhatia" <vishalb@hotmail.com>
10620              To: nick@ni-s.u-net.com
10621              Cc: perl5-porters@perl.org
10622              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
10623              Date: 9 Dec 1998 06:50:30 +0200
10624              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
10625      Branch: cfgperl
10626            ! ext/B/B/CC.pm
10627 ____________________________________________________________________________
10628 [  2522] By: jhi                                   on 1998/12/29  12:15:18
10629         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
10630              To: perl5-porters@perl.org (Perl 5 Porters)
10631              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
10632              Date: 25 Dec 1998 23:02:28 +0200
10633              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
10634      Branch: cfgperl
10635            ! lib/Pod/Text.pm
10636 ____________________________________________________________________________
10637 [  2521] By: jhi                                   on 1998/12/29  12:07:54
10638         Log: Undo #2519 (breaks universal.c).
10639      Branch: cfgperl
10640            ! XSUB.h
10641 ____________________________________________________________________________
10642 [  2519] By: jhi                                   on 1998/12/29  11:41:10
10643         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10644              To: perl5-porters@perl.org
10645              Cc: perl-xs@perl.org
10646              Subject: XSUB.h refinement [PATCH]
10647              Date: 18 Dec 1998 03:58:44 +0200
10648              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
10649      Branch: cfgperl
10650            ! XSUB.h
10651 ____________________________________________________________________________
10652 [  2518] By: jhi                                   on 1998/12/29  11:36:19
10653         Log: From: abigail@fnx.com
10654              To: perl5-porters@perl.org (Perl Porters)
10655              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
10656              Date: 28 Dec 1998 21:39:15 +0200
10657              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
10658      Branch: cfgperl
10659            ! lib/fields.pm
10660 ____________________________________________________________________________
10661 [  2517] By: jhi                                   on 1998/12/29  11:35:03
10662         Log: Document change #2516.
10663      Branch: cfgperl
10664            ! pod/perldelta.pod
10665 ____________________________________________________________________________
10666 [  2516] By: jhi                                   on 1998/12/29  11:32:26
10667         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10668              To: perl5-porters@perl.org (Mailing list Perl5)
10669              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
10670              Date: 9 Dec 1998 10:39:31 +0200
10671              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
10672      Branch: cfgperl
10673            ! pod/perldiag.pod regcomp.c toke.c
10674 ____________________________________________________________________________
10675 [  2515] By: jhi                                   on 1998/12/29  11:27:11
10676         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10677              To: perl5-porters@perl.org (Mailing list Perl5)
10678              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
10679              Date: 8 Dec 1998 09:02:04 +0200
10680              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
10681              
10682              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
10683      Branch: cfgperl
10684            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
10685 ____________________________________________________________________________
10686 [  2514] By: jhi                                   on 1998/12/29  11:21:31
10687         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10688              To: perl5-porters@perl.org (Mailing list Perl5)
10689              Subject: [PATCH 5.005_53] Regexp tests and UTF8
10690              Date: 8 Dec 1998 07:02:01 +0200
10691              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
10692      Branch: cfgperl
10693            ! regcomp.c
10694 ____________________________________________________________________________
10695 [  2513] By: jhi                                   on 1998/12/29  11:18:34
10696         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10697              Subject: [PATCH 5.005_*] Dumpvar.pm
10698              To: perl5-porters@perl.org (Mailing list Perl5)
10699              Date: 7 Dec 1998 10:17:35 +0200
10700              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
10701      Branch: cfgperl
10702            + lib/Dumpvalue.pm
10703            ! MANIFEST
10704 ____________________________________________________________________________
10705 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
10706         Log: From: jan.dubois@ibm.net (Jan Dubois)
10707              Date: Tue, 01 Dec 1998 00:07:33 +0100
10708              Message-ID: <366921b5.14512598@smtp1.ibm.net>
10709              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
10710              
10711              From: jan.dubois@ibm.net (Jan Dubois)
10712              Date: Wed, 02 Dec 1998 00:24:54 +0100
10713              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
10714              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
10715      Branch: maint-5.005/perl
10716            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
10717            ! win32/config.bc win32/config.gc win32/config.vc
10718            ! win32/config_sh.PL win32/makedef.pl
10719 ____________________________________________________________________________
10720 [  2509] By: jhi                                   on 1998/12/28  13:00:31
10721     Log: Kickstart AUTHORS and MAINTAIN.
10722  Branch: cfgperl
10723        + AUTHORS MAINTAIN
10724        ! MANIFEST
10725 ____________________________________________________________________________
10726 [  2508] By: jhi                                   on 1998/12/28  08:04:00
10727     Log: From: Nathan Torkington <gnat@frii.com>
10728          To: perlbug@perl.com
10729          Subject: [PATCH] perlxstut.pod fix
10730          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
10731          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
10732  Branch: cfgperl
10733        ! pod/perlxstut.pod
10734 ____________________________________________________________________________
10735 [  2507] By: jhi                                   on 1998/12/28  07:59:00
10736     Log: From: abigail@fnx.com
10737          To: perlbug@perl.com
10738          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
10739          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
10740          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
10741          (slightly modified, a part of the patch was rejected)
10742          (strange, I thought I had already submitted this one
10743          but Perforce disagrees with me...)
10744  Branch: cfgperl
10745        ! pod/perlop.pod
10746 ____________________________________________________________________________
10747 [  2506] By: jhi                                   on 1998/12/28  07:56:59
10748     Log: From: Artur <artur@vogon-solutions.com>
10749          To: perlbug@perl.com
10750          Subject: PATCH: perlmodlib.pod
10751          Date: Fri, 25 Dec 1998 00:48:39 +0000
10752          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
10753  Branch: cfgperl
10754        ! pod/perlmodlib.pod pod/perlop.pod
10755 ____________________________________________________________________________
10756 [  2505] By: jhi                                   on 1998/12/28  07:46:06
10757     Log: From: abigail@fnx.com
10758          To: perl5-porters@perl.org (Perl Porters)
10759          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
10760          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
10761          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
10762  Branch: cfgperl
10763        ! pod/pod2html.PL
10764 ____________________________________________________________________________
10765 [  2504] By: jhi                                   on 1998/12/28  07:44:35
10766     Log: From: Jim Avera <avera@fjst.com>
10767          To: perlbug@perl.com
10768          Subject: perlbug bug - shows dates reversed
10769          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
10770          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
10771  Branch: cfgperl
10772        ! utils/perlbug.PL
10773 ____________________________________________________________________________
10774 [  2503] By: jhi                                   on 1998/12/28  07:41:39
10775     Log: From: jan.dubois@ibm.net (Jan Dubois)
10776          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
10777          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
10778          Date: Wed, 23 Dec 1998 21:26:38 +0100
10779          Message-ID: <36895086.8849224@smtp1.ibm.net>
10780  Branch: cfgperl
10781        ! lib/ExtUtils/MakeMaker.pm
10782 ____________________________________________________________________________
10783 [  2502] By: jhi                                   on 1998/12/28  07:39:20
10784     Log: From: Blair Zajac <bzajac@geostaff.com>
10785          To: perl5-porters@perl.org
10786          Subject: Tie::SubstrHash patch
10787          Date: Wed, 23 Dec 1998 17:13:32 -0800
10788          Message-ID: <3681953C.8B6A90AA@geostaff.com>
10789  Branch: cfgperl
10790        ! lib/Tie/SubstrHash.pm
10791 ____________________________________________________________________________
10792 [  2501] By: jhi                                   on 1998/12/28  07:37:16
10793     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
10794          To: perlbug@perl.com
10795          Subject: perlfaq9 minor error
10796          Date: Wed, 23 Dec 1998 14:54:19 -0800
10797          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
10798  Branch: cfgperl
10799        ! pod/perlfaq9.pod
10800 ____________________________________________________________________________
10801 [  2500] By: jhi                                   on 1998/12/23  10:38:18
10802     Log: More porting notes about filesystems, AmigaOS, and MiNT.
10803  Branch: cfgperl
10804        ! pod/perlport.pod
10805 ____________________________________________________________________________
10806 [  2499] By: jhi                                   on 1998/12/22  09:26:49
10807     Log: Add few MSG_ and uio constants.
10808  Branch: cfgperl
10809        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
10810 ____________________________________________________________________________
10811 [  2498] By: jhi                                   on 1998/12/22  08:39:30
10812     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
10813          a Digital C compiler optimizer bug that broke the 'x'
10814          operator under certain circumstances.  See t/op/repeat.t
10815          test #20 for graphic details.  Reported in
10816          
10817          From: Gisle Aas <gisle@aas.no>
10818          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
10819          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
10820          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
10821          Date: 18 Dec 1998 14:27:40 +0100
10822          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
10823          
10824          and discussed further in the thread
10825          
10826          From: Jarkko Hietaniemi <jhi@iki.fi>
10827          To: Gisle Aas <gisle@aas.no>
10828          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
10829          cpan-testers@perl.org, perl5-porters@perl.org
10830          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
10831          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
10832          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
10833  Branch: cfgperl
10834        ! t/op/repeat.t util.c
10835 ____________________________________________________________________________
10836 [  2497] By: jhi                                   on 1998/12/21  14:18:57
10837     Log: Change #2483 update.
10838  Branch: cfgperl
10839        ! t/op/tr.t
10840 ____________________________________________________________________________
10841 [  2496] By: jhi                                   on 1998/12/21  14:07:41
10842     Log: Update on change #2493.
10843  Branch: cfgperl
10844        ! t/pragma/warn/op
10845 ____________________________________________________________________________
10846 [  2495] By: jhi                                   on 1998/12/21  13:52:00
10847     Log: Change #2487 aftershock.
10848  Branch: cfgperl
10849        ! warning.pl
10850 ____________________________________________________________________________
10851 [  2494] By: jhi                                   on 1998/12/21  12:35:00
10852     Log: From: Chris Nandor <pudge@pobox.com>
10853          To: perl5-porters@perl.org
10854          Subject: [PATCH] perlport.pod v1.37
10855          Date: Sat, 19 Dec 1998 12:54:34 -0500
10856          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
10857  Branch: cfgperl
10858        ! pod/perlport.pod
10859 ____________________________________________________________________________
10860 [  2493] By: jhi                                   on 1998/12/21  12:22:44
10861     Log: From: Mark-Jason Dominus <mjd@plover.com>
10862          To: perl5-porters@perl.com
10863          Subject: PATCH (5.005_02): Dejargonizing
10864          Date: Sun, 20 Dec 1998 14:35:20 -0500
10865          Message-ID: <19981220193520.11230.qmail@plover.com>
10866          
10867          From: Mark-Jason Dominus <mjd@plover.com>
10868          To: perl5-porters@perl.com
10869          Subject: PATCH (5.005_02): Spelling correction in warning message
10870          Date: Sun, 20 Dec 1998 13:51:30 -0500
10871          Message-ID: <19981220185130.11067.qmail@plover.com>
10872  Branch: cfgperl
10873        ! doio.c op.c
10874 ____________________________________________________________________________
10875 [  2492] By: jhi                                   on 1998/12/21  09:00:05
10876     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10877          To: perl5-porters@perl.org
10878          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
10879          Date: Sun, 20 Dec 1998 19:03:25 PST
10880          Message-ID: <19981221030326.27660.qmail@hotmail.com>
10881          
10882          (slightly reformatted)
10883  Branch: cfgperl
10884        ! ext/B/B/CC.pm
10885 ____________________________________________________________________________
10886 [  2491] By: nick                                  on 1998/12/20  14:21:29
10887     Log: Save _all_ GV's which have SV, AV or HV set.
10888  Branch: perl
10889        ! ext/B/B/C.pm
10890 ____________________________________________________________________________
10891 [  2490] By: jhi                                   on 1998/12/18  15:13:19
10892     Log: Add idea about generalising cpp symbol probing of Errno.
10893  Branch: cfgperl
10894        ! Todo
10895 ____________________________________________________________________________
10896 [  2489] By: jhi                                   on 1998/12/18  14:47:57
10897     Log: Address some of the issues of:
10898          
10899          From: Tom Christiansen <tchrist@jhereg.perl.com>
10900          To: perl-porters-active@jhereg.perl.com
10901          Subject: Undocumentation Issues for 5.005
10902          Date: Thu, 17 Dec 1998 14:46:24 -0700
10903          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
10904  Branch: cfgperl
10905        ! pod/perl5005delta.pod
10906 ____________________________________________________________________________
10907 [  2488] By: jhi                                   on 1998/12/18  11:26:32
10908     Log: From: root <root@dubravka.in-berlin.de>
10909          To: perlbug@perl.com
10910          Cc: k@dubravka.in-berlin.de
10911          Subject: Please add no_modify to PERL_POLLUTE
10912          Date: Fri, 18 Dec 1998 10:45:52 +0100
10913          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
10914          
10915          (Really from Andreas König)
10916  Branch: cfgperl
10917        ! embed.pl
10918 ____________________________________________________________________________
10919 [  2487] By: jhi                                   on 1998/12/17  14:05:52
10920     Log: Some (by far not all) issues of the below message addressed.
10921          
10922          From: Tom Christiansen <tchrist@jhereg.perl.com>
10923          To: The Perl Porters Mailing List <perl5-porters@perl.org>
10924          Subject: important UNDOC issues for 5.005_54
10925          Date: Wed, 16 Dec 1998 21:14:53 -0700
10926          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
10927  Branch: cfgperl
10928        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
10929 ____________________________________________________________________________
10930 [  2486] By: jhi                                   on 1998/12/17  12:47:15
10931     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10932          To: domo@computer.org
10933          Cc: jhi@iki.fi, perl5-porters@perl.org
10934          Subject: Re: stuff related to malloc.c
10935          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
10936          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
10937  Branch: cfgperl
10938        ! malloc.c
10939 ____________________________________________________________________________
10940 [  2485] By: jhi                                   on 1998/12/17  12:17:19
10941     Log: More porting notes.
10942  Branch: cfgperl
10943        ! Porting/pumpkin.pod
10944 ____________________________________________________________________________
10945 [  2484] By: jhi                                   on 1998/12/15  08:38:05
10946     Log: Undo #2386 and #2205.
10947  Branch: cfgperl
10948        ! pod/perlfunc.pod
10949 ____________________________________________________________________________
10950 [  2483] By: jhi                                   on 1998/12/14  17:58:35
10951     Log: lib was missing from @INC.
10952  Branch: cfgperl
10953        ! t/op/tr.t
10954 ____________________________________________________________________________
10955 [  2482] By: jhi                                   on 1998/12/14  17:52:42
10956     Log: Was missing use Text::Wrap.
10957  Branch: cfgperl
10958        ! t/lib/textfill.t
10959 ____________________________________________________________________________
10960 [  2481] By: jhi                                   on 1998/12/14  16:00:22
10961     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
10962          
10963          From: Jonathan Roy <roy@idle.com>
10964          To: perl5-porters@perl.org
10965          Subject: nlist.h add to Configure checks?
10966          Date: Sun, 13 Dec 1998 22:22:49 -0500
10967          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
10968  Branch: cfgperl
10969        + ext/DynaLoader/hints/linux.pl
10970        ! MANIFEST
10971 ____________________________________________________________________________
10972 [  2480] By: jhi                                   on 1998/12/14  15:02:44
10973     Log: Give up completely using nm in AIX.
10974          
10975          From: "Kurt D. Starsinic" <kstar@chapin.edu>
10976          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
10977          Cc: perl5-porters@perl.org
10978          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
10979          Date: Thu, 10 Dec 1998 00:51:46 -0500
10980          Message-ID: <19981210005146.B29986@O2.chapin.edu>
10981  Branch: cfgperl
10982        ! hints/aix.sh
10983 ____________________________________________________________________________
10984 [  2479] By: jhi                                   on 1998/12/14  14:39:52
10985     Log: AIX' error messages are different.
10986          
10987          From: "Kurt D. Starsinic" <kstar@chapin.edu>
10988          To: Gurusamy Sarathy <gsar@engin.umich.edu>
10989          Cc: perl5-porters@perl.org
10990          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
10991          Date: Thu, 10 Dec 1998 00:42:36 -0500
10992          Message-ID: <19981210004236.A29986@O2.chapin.edu>
10993          
10994          From: Michael Engel <engel@nms1.cc.huji.ac.il>
10995          To: perlbug@perl.com
10996          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
10997          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
10998          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
10999  Branch: cfgperl
11000        ! t/pragma/warn/doio
11001 ____________________________________________________________________________
11002 [  2475] By: jhi                                   on 1998/12/13  12:35:55
11003     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11004          To: jhi@iki.fi
11005          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
11006          Subject: Re: stuff related to malloc.c
11007          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
11008          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
11009  Branch: cfgperl
11010        ! malloc.c
11011 ____________________________________________________________________________
11012 [  2474] By: jhi                                   on 1998/12/13  12:32:42
11013     Log: Some notes about porting issues.
11014  Branch: cfgperl
11015        ! Porting/pumpkin.pod
11016 ____________________________________________________________________________
11017 [  2473] By: jhi                                   on 1998/12/13  12:03:58
11018     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
11019          To: Perl 5 Porters <perl5-porters@perl.org>
11020          Subject: [patch 5.005_02] dos-djgpp update
11021          Date: Sun, 13 Dec 1998 00:08:44 +0100
11022          Message-ID: <19981213000844.C264@beeblebrox>
11023  Branch: cfgperl
11024        ! djgpp/config.over
11025 ____________________________________________________________________________
11026 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
11027     Log: undo changes to Exporter.pm from #2312
11028  Branch: maint-5.005/perl
11029        ! lib/Exporter.pm
11030 ____________________________________________________________________________
11031 [  2465] By: jhi                                   on 1998/12/12  12:31:21
11032     Log: Document that qw() taints.
11033          
11034          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
11035          To: perlbug@perl.com 
11036          Subject: taint problems
11037          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
11038          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
11039  Branch: cfgperl
11040        ! pod/perlop.pod
11041 ____________________________________________________________________________
11042 [  2464] By: jhi                                   on 1998/12/11  14:09:51
11043     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
11044          To: dist-users@foretune.co.jp
11045          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
11046          Date: Mon, 07 Dec 1998 20:13:04 -0400
11047          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
11048  Branch: cfgperl
11049        ! Configure
11050 ____________________________________________________________________________
11051 [  2463] By: jhi                                   on 1998/12/11  13:29:54
11052     Log: MAXPATHLEN.
11053  Branch: cfgperl
11054        ! perl.h
11055 ____________________________________________________________________________
11056 [  2462] By: jhi                                   on 1998/12/11  08:37:58
11057     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
11058          To: perl5-porters@perl.org
11059          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
11060          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
11061          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
11062  Branch: cfgperl
11063        + hints/gnu.sh
11064 ____________________________________________________________________________
11065 [  2461] By: nick                                  on 1998/12/10  21:00:50
11066     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
11067          From: Vishal Bhatia <vishalb@hotmail.com>
11068          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
11069          2. Fixes the bug  regarding return value of c-functions generated out 
11070          of perl subs. ( Just includes the patch I sent earlier)
11071          3. Incorporates the other changes that need to be done to get CC.pm
11072          use ISA search for packages and methods on the same lines as C.pm
11073          
11074          Vishal would appreciate comments about B::Stackobj changes from 
11075          someone knowing that module well.
11076  Branch: perl
11077        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
11078 ____________________________________________________________________________
11079 [  2460] By: jhi                                   on 1998/12/08  08:11:27
11080     Log: Integrate from mainperl.
11081  Branch: cfgperl
11082       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11083       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
11084       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
11085       !> toke.c util.c
11086 ____________________________________________________________________________
11087 [  2459] By: jhi                                   on 1998/12/07  07:50:11
11088     Log: From: hansm@icgroup.nl 
11089          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11090          Reply-To: hansmu@xs4all.nl 
11091          To: perlbug@perl.com 
11092          Date: Sun, 6 Dec 98 22:19:54 +0100 
11093          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
11094  Branch: cfgperl
11095        ! util.c
11096 ____________________________________________________________________________
11097 [  2458] By: gsar                                  on 1998/12/07  06:00:55
11098     Log: fix dup lexical
11099  Branch: perl
11100        ! ext/B/B/Deparse.pm t/lib/io_unix.t
11101 ____________________________________________________________________________
11102 [  2457] By: gsar                                  on 1998/12/06  14:38:59
11103     Log: mention limit on line numbers reported by diagnostics
11104  Branch: perl
11105        ! pod/perl.pod toke.c
11106 ____________________________________________________________________________
11107 [  2456] By: gsar                                  on 1998/12/06  13:49:02
11108     Log: branch perldelta.pod
11109  Branch: maint-5.005/perl
11110       +> pod/perldelta.pod
11111 ____________________________________________________________________________
11112 [  2455] By: gsar                                  on 1998/12/06  13:47:21
11113     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
11114  Branch: maint-5.005/perl
11115        - pod/perldelta.pod
11116 ____________________________________________________________________________
11117 [  2454] By: gsar                                  on 1998/12/06  13:35:31
11118     Log: fix outdated/incorrect info about arbitrary limits
11119  Branch: perl
11120        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
11121        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
11122 ____________________________________________________________________________
11123 [  2453] By: nick                                  on 1998/12/05  16:14:42
11124     Log: Avoid hard-coding op numbers
11125          Update CC.pm to save %INC, and to co-exist with new C.pm
11126  Branch: perl
11127        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11128 ____________________________________________________________________________
11129 [  2452] By: nick                                  on 1998/12/05  10:44:28
11130     Log: B.xs had its own code to calculate hash() which differed from
11131          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
11132          which meant that run-time require was re-done.
11133          Removed some debug from C.pm
11134  Branch: perl
11135        ! ext/B/B.xs ext/B/B/C.pm
11136 ____________________________________________________________________________
11137 [  2451] By: nick                                  on 1998/12/04  21:58:49
11138     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
11139          well as _54, but with pre-scan for classes and save the ISA scheme.
11140  Branch: perl
11141        ! ext/B/B/C.pm
11142 ____________________________________________________________________________
11143 [  2450] By: nick                                  on 1998/12/04  17:58:44
11144     Log: Vishal Bhatia's patch as a basis.
11145  Branch: perl
11146        ! ext/B/B/C.pm ext/B/B/CC.pm
11147 ____________________________________________________________________________
11148 [  2449] By: jhi                                   on 1998/12/04  16:39:21
11149     Log: Integrate from mainperl.
11150  Branch: cfgperl
11151       !> t/op/goto.t t/op/tr.t
11152 ____________________________________________________________________________
11153 [  2448] By: gsar                                  on 1998/12/04  06:06:49
11154     Log: tweak test for UTEST
11155  Branch: perl
11156        ! t/op/tr.t
11157 ____________________________________________________________________________
11158 [  2444] By: jhi                                   on 1998/12/03  14:37:22
11159     Log: s/\bthe the\b/the/g *.pod
11160  Branch: cfgperl
11161        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
11162 ____________________________________________________________________________
11163 [  2443] By: jhi                                   on 1998/12/03  13:39:53
11164     Log: Change#2441 aftermath.
11165  Branch: cfgperl
11166        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11167        ! config_h.SH thread.h vms/subconfigure.com
11168 ____________________________________________________________________________
11169 [  2441] By: jhi                                   on 1998/12/03  08:15:13
11170     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11171          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
11172          Subject: [PATCH 5.005_54]Initial VMS patches
11173          Date: 3 Dec 1998 01:05:55 +0200
11174          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
11175          
11176          The patch to config_h.SH requires more study because
11177          metaconfig needs to agree.
11178  Branch: cfgperl
11179        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
11180        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
11181        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
11182 ____________________________________________________________________________
11183 [  2440] By: gsar                                  on 1998/12/03  01:32:16
11184     Log: add failed check-in of goto.t from change#1867
11185  Branch: perl
11186        ! t/op/goto.t
11187 ____________________________________________________________________________
11188 [  2437] By: jhi                                   on 1998/12/02  18:03:51
11189     Log: Fix most of the bad L<> links of
11190          
11191          From: Tom Christiansen <tchrist@jhereg.perl.com> 
11192          Subject: bad L<> links
11193          Reply-to: tchrist@perl.com 
11194          To: perlbug@jhereg.perl.com 
11195          Date: Tue, 11 Aug 1998 10:58:07 -0500 
11196          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
11197          
11198          The ones not fixed may require darker Pod::HTML magic,
11199          for example the perlguts.html#tags should work fine, IMHO.
11200  Branch: cfgperl
11201        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
11202        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
11203        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
11204        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
11205        ! pod/perlvar.pod
11206 ____________________________________________________________________________
11207 [  2436] By: jhi                                   on 1998/12/02  16:35:04
11208     Log: One paste too many in #2345.
11209  Branch: cfgperl
11210        ! lib/Pod/Html.pm
11211 ____________________________________________________________________________
11212 [  2435] By: jhi                                   on 1998/12/02  16:32:33
11213     Log: Pod::Html and Pod::Text were not locale-savvy:
11214          for example in =head1 all non-ASCII-\w-runs were
11215          turned into underscores in NAME tags.  This could
11216          result in several NAME tags becoming identical.
11217          Reported by:
11218          
11219          From: Fyodor Krasnov <fyodor@aha.ru> 
11220          Subject: pod2html vs Russian Characters
11221          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
11222          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
11223          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
11224  Branch: cfgperl
11225        ! lib/Pod/Html.pm lib/Pod/Text.pm
11226 ____________________________________________________________________________
11227 [  2434] By: jhi                                   on 1998/12/02  10:29:00
11228     Log: The real Mc5_54 integration.
11229  Branch: cfgperl
11230       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
11231 ____________________________________________________________________________
11232 [  2433] By: jhi                                   on 1998/12/02  08:52:13
11233     Log: From: Andy Dougherty <doughera@lafayette.edu>
11234          To: Perl Porters <perl5-porters@perl.org>
11235          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
11236          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
11237          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
11238  Branch: cfgperl
11239        ! Configure
11240 ____________________________________________________________________________
11241 [  2432] By: jhi                                   on 1998/12/02  08:49:47
11242     Log: From: Andy Dougherty <doughera@lafayette.edu>
11243          To: Perl Porters <perl5-porters@perl.org>
11244          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
11245          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
11246          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
11247  Branch: cfgperl
11248        ! Configure
11249 ____________________________________________________________________________
11250 [  2431] By: jhi                                   on 1998/12/01  16:11:50
11251     Log: From: achampio@lehman.com (Alan Champion)
11252          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
11253          To: perlbug@perl.com
11254          Date: 1 Dec 1998 17:36:33 +0200
11255          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
11256          
11257          Skip NIS includes.
11258  Branch: cfgperl
11259        ! t/op/pwent.t
11260 ____________________________________________________________________________
11261 [  2430] By: gsar                                  on 1998/12/01  12:12:50
11262     Log: 5.005_54, as released
11263  Branch: perl
11264        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
11265 ____________________________________________________________________________
11266 [  2429] By: jhi                                   on 1998/12/01  11:28:39
11267     Log: From: Anton Berezin <tobez@plab.ku.dk>
11268          To: perl5-porters@perl.org
11269          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
11270          Date: 30 Nov 1998 19:46:24 +0100
11271          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
11272  Branch: cfgperl
11273        ! hints/freebsd.sh
11274 ____________________________________________________________________________
11275 [  2428] By: jhi                                   on 1998/12/01  11:08:16
11276     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
11277  Branch: cfgperl
11278       +> (branch 30 files)
11279       !> (integrate 71 files)
11280 ____________________________________________________________________________
11281 [  2427] By: jhi                                   on 1998/12/01  10:51:37
11282     Log: Default to accepting a hinted $randfunc even when $csym
11283          does not find it.  (the previous defaylt behaviour was not
11284          to accept).
11285  Branch: cfgperl
11286        ! Configure
11287 ____________________________________________________________________________
11288 [  2426] By: jhi                                   on 1998/12/01  10:13:03
11289     Log: Separated the [:foo:] parsing to its own function.
11290          Passes all tests.
11291  Branch: cfgperl
11292        ! regcomp.c
11293 ____________________________________________________________________________
11294 [  2425] By: jhi                                   on 1998/12/01  08:22:49
11295     Log: Typo in comments.
11296  Branch: cfgperl
11297        ! regexec.c
11298 ____________________________________________________________________________
11299 [  2424] By: jhi                                   on 1998/12/01  08:21:38
11300     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11301          Subject: [PATCH 5.005_*] Debugger 'v' command
11302          To: perl5-porters@perl.org (Mailing list Perl5)
11303          Date: 1 Dec 1998 07:55:11 +0200
11304          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
11305  Branch: cfgperl
11306        ! lib/perl5db.pl
11307 ____________________________________________________________________________
11308 [  2423] By: jhi                                   on 1998/12/01  08:19:08
11309     Log: From: pvhp@forte.com (Peter Prymmer)
11310          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
11311          To: perl5-porters@perl.org
11312          Date: 1 Dec 1998 07:27:11 +0200
11313          Message-ID: <MLIST_9812010508.AA07791@forte.com>
11314  Branch: cfgperl
11315        ! hints/os390.sh
11316 ____________________________________________________________________________
11317 [  2417] By: jhi                                   on 1998/11/30  08:14:00
11318     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
11319  Branch: cfgperl
11320        ! ext/Socket/Socket.xs
11321 ____________________________________________________________________________
11322 [  2416] By: jhi                                   on 1998/11/30  08:00:15
11323     Log: Undo #2395, seems more like a problem in netbsd-current.
11324  Branch: cfgperl
11325        ! util.c
11326
11327 ----------------
11328 Version 5.005_54
11329 ----------------
11330
11331 ____________________________________________________________________________
11332 [  2414] By: gsar                                  on 1998/11/30  02:23:55
11333     Log: more JPL tweaks
11334  Branch: perl
11335        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
11336        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
11337 ____________________________________________________________________________
11338 [  2413] By: gsar                                  on 1998/11/30  01:35:56
11339     Log: stub bin/jpl that just runs JPL::Compile::files()
11340  Branch: perl
11341        + jpl/bin/jpl
11342 ____________________________________________________________________________
11343 [  2412] By: gsar                                  on 1998/11/30  01:32:14
11344     Log: delete symlink
11345  Branch: perl
11346        - jpl/bin/jpl
11347 ____________________________________________________________________________
11348 [  2410] By: gsar                                  on 1998/11/30  01:30:44
11349     Log: branch jpl from perlext to perl
11350  Branch: perl
11351       +> (branch 30 files)
11352 ____________________________________________________________________________
11353 [  2407] By: gsar                                  on 1998/11/30  01:24:53
11354     Log: JPL tweaks to build with 5.005
11355  Branch: perlext
11356        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
11357        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
11358 ____________________________________________________________________________
11359 [  2406] By: gsar                                  on 1998/11/30  00:55:54
11360     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
11361  Branch: perl
11362        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
11363 ____________________________________________________________________________
11364 [  2405] By: gsar                                  on 1998/11/30  00:28:55
11365     Log: patchlevel up to 54
11366  Branch: perl
11367        ! patchlevel.h win32/Makefile win32/config_H.bc
11368        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11369 ____________________________________________________________________________
11370 [  2403] By: gsar                                  on 1998/11/29  23:35:50
11371     Log: integrate cfgperl changes into mainline
11372  Branch: perl
11373       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11374       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
11375 ____________________________________________________________________________
11376 [  2402] By: gsar                                  on 1998/11/29  23:08:42
11377     Log: sync Text::Wrap version number
11378  Branch: perl
11379        ! lib/Text/Wrap.pm
11380 ____________________________________________________________________________
11381 [  2401] By: gsar                                  on 1998/11/29  22:56:21
11382     Log: textfill.t tweak
11383  Branch: perl
11384        ! t/lib/textfill.t
11385 ____________________________________________________________________________
11386 [  2400] By: gsar                                  on 1998/11/29  22:50:41
11387     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
11388          <muir@idiom.com>
11389  Branch: perl
11390        + t/lib/textfill.t
11391        ! MANIFEST lib/Text/Wrap.pm
11392 ____________________________________________________________________________
11393 [  2399] By: gsar                                  on 1998/11/29  22:28:05
11394     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
11395          has happened without the authors knowledge or consent; the subversive
11396          version (which is in 5.00502) breaks one of the tests in the
11397          authors testsuite; attempts are being made to find a fix that
11398          avoids breaking code already running with the 5.005_02 version
11399          From:    David Muir Sharnoff <muir@idiom.com>
11400          Date:    Sat, 28 Nov 1998 04:34:17 PST
11401          Message-Id: <199811281234.EAA03082@idiom.com>
11402          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
11403  Branch: perl
11404        ! lib/Text/Wrap.pm t/lib/textwrap.t
11405 ____________________________________________________________________________
11406 [  2397] By: nick                                  on 1998/11/29  20:13:58
11407     Log: Update docs and English.pm for $^C
11408  Branch: perl
11409        ! lib/English.pm pod/perlvar.pod
11410 ____________________________________________________________________________
11411 [  2396] By: jhi                                   on 1998/11/29  20:13:03
11412     Log: Mirror #2384.
11413  Branch: cfgperl
11414        ! t/op/pwent.t
11415 ____________________________________________________________________________
11416 [  2395] By: jhi                                   on 1998/11/29  19:59:12
11417     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
11418  Branch: cfgperl
11419        ! util.c
11420 ____________________________________________________________________________
11421 [  2394] By: gsar                                  on 1998/11/29  19:49:08
11422     Log: updated perlreftut.pod
11423  Branch: perl
11424        ! pod/perlreftut.pod
11425 ____________________________________________________________________________
11426 [  2393] By: gsar                                  on 1998/11/29  19:31:56
11427     Log: misc tweaks
11428  Branch: perl
11429        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
11430 ____________________________________________________________________________
11431 [  2392] By: gsar                                  on 1998/11/29  19:31:18
11432     Log: notes about -DPERL_POLLUTE
11433  Branch: perl
11434        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
11435 ____________________________________________________________________________
11436 [  2391] By: gsar                                  on 1998/11/29  19:13:52
11437     Log: explain various win32 build caveats more clearly
11438  Branch: perl
11439        ! README.win32 win32/Makefile win32/makefile.mk
11440 ____________________________________________________________________________
11441 [  2390] By: gsar                                  on 1998/11/29  16:51:59
11442     Log: remove I_POLL detection (Configure will do that now)
11443  Branch: perl
11444        ! ext/IO/Makefile.PL
11445 ____________________________________________________________________________
11446 [  2389] By: jhi                                   on 1998/11/29  16:39:16
11447     Log: Add I_POLL for IO 1.20.
11448  Branch: cfgperl
11449        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11450        ! config_h.SH
11451 ____________________________________________________________________________
11452 [  2388] By: gsar                                  on 1998/11/29  16:23:30
11453     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
11454  Branch: perl
11455        + Porting/p4desc
11456        ! MANIFEST
11457 ____________________________________________________________________________
11458 [  2387] By: gsar                                  on 1998/11/29  16:08:03
11459     Log: another threads reliability fix: serialize writes to thr->threadsv
11460          avoid most uses of PL_na (which is much more inefficient than a
11461          simple local); update docs to suit; PL_na now being thr->Tna may
11462          be a minor compatibility issue for extensions--will require dTHR
11463          outside of XSUBs (those get automatic dTHR)
11464  Branch: perl
11465        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
11466        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
11467        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
11468        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
11469        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
11470        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
11471        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
11472        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
11473        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
11474 ____________________________________________________________________________
11475 [  2386] By: jhi                                   on 1998/11/29  15:40:42
11476     Log: Tune the "if" entry.
11477  Branch: cfgperl
11478        ! pod/perlfunc.pod
11479 ____________________________________________________________________________
11480 [  2385] By: gsar                                  on 1998/11/29  12:40:28
11481     Log: various fixes for race conditions under threads: mutex locks based
11482          on PL_threadnum were seriously flawed, since it means more than one
11483          thread could enter the critical region; PL_na was global instead of
11484          thread-local; child thread could finish and free thr structures
11485          before Thread->new() got around to creating the Thread object;
11486          cv_clone() needed locking, as it mucks with PL_comppad and other
11487          global data; new_struct_thread() needed to lock template-thread's
11488          mutex while copying its data
11489  Branch: perl
11490        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
11491        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
11492 ____________________________________________________________________________
11493 [  2384] By: gsar                                  on 1998/11/29  10:54:38
11494     Log: s/warn/print/ on multiply defined groups
11495  Branch: perl
11496        ! t/op/grent.t
11497 ____________________________________________________________________________
11498 [  2383] By: gsar                                  on 1998/11/29  10:48:39
11499     Log: backout change#2334
11500  Branch: perl
11501        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
11502 ____________________________________________________________________________
11503 [  2382] By: jhi                                   on 1998/11/29  10:33:40
11504     Log: Better NetInfo behaviour.
11505  Branch: cfgperl
11506        ! t/op/grent.t t/op/pwent.t
11507 ____________________________________________________________________________
11508 [  2381] By: jhi                                   on 1998/11/29  10:08:15
11509     Log: Integrate from mainperl.
11510  Branch: cfgperl
11511       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
11512       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11513       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
11514       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
11515       +> t/lib/io_poll.t t/lib/io_unix.t
11516       !> (integrate 58 files)
11517 ____________________________________________________________________________
11518 [  2380] By: gsar                                  on 1998/11/29  08:22:49
11519     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
11520          Tim Bunce)
11521  Branch: perl
11522        ! gv.c
11523 ____________________________________________________________________________
11524 [  2379] By: gsar                                  on 1998/11/29  07:06:43
11525     Log: fix for pat.t failure under USE_THREADS
11526  Branch: perl
11527        ! pp_ctl.c regexec.c
11528 ____________________________________________________________________________
11529 [  2378] By: nick                                  on 1998/11/28  22:46:57
11530     Log: More C.pm tweaks
11531          Save globs even if we have saved cv itself before - may be imported.
11532          
11533          While we don't save "bootstrap" CV we need to provide a stub,
11534          so that if we require it later we don't fall through and attempt
11535          to DynaLoad module again.
11536          
11537          Attempt to save %INC so that "require" does not reload things
11538          we have compiled-in (does not work right yet - seems to be due
11539          to PL_incgv being created in perl_parse() current scheme setting 
11540          GvHV() is "better" than saving the glob, but still does not 
11541          work as I expect). 
11542  Branch: perl
11543        ! ext/B/B/C.pm
11544 ____________________________________________________________________________
11545 [  2377] By: gsar                                  on 1998/11/28  22:30:38
11546     Log: various tweaks; result passes all tests for normal build on Solaris;
11547          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
11548          win32 due to lack of select() that works on non-socket fds
11549  Branch: perl
11550        ! ext/IO/poll.c regcomp.c regexec.c scope.c
11551        ! t/lib/io_multihomed.t win32/makefile.mk
11552 ____________________________________________________________________________
11553 [  2376] By: gsar                                  on 1998/11/28  20:44:39
11554     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
11555  Branch: perl
11556        ! myconfig
11557 ____________________________________________________________________________
11558 [  2375] By: gsar                                  on 1998/11/28  20:42:58
11559     Log: integrate cfgperl changes into mainline
11560  Branch: perl
11561       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
11562       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
11563 ____________________________________________________________________________
11564 [  2374] By: gsar                                  on 1998/11/28  20:02:03
11565     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11566          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
11567          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
11568          Subject: [PATCH 5.00553] Yet another OS/2 patch
11569  Branch: perl
11570        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
11571 ____________________________________________________________________________
11572 [  2373] By: gsar                                  on 1998/11/28  19:30:06
11573     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11574          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
11575          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
11576          Subject: [PATCH 5.005_53] Change $#+
11577  Branch: perl
11578        ! mg.c pod/perlvar.pod t/op/pat.t
11579 ____________________________________________________________________________
11580 [  2372] By: gsar                                  on 1998/11/28  19:28:00
11581     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11582          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
11583          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
11584          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
11585  Branch: perl
11586        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
11587        ! thrdvar.h
11588 ____________________________________________________________________________
11589 [  2371] By: gsar                                  on 1998/11/28  19:23:53
11590     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11591          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
11592          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
11593          Subject: [PATCH 5.005_53] better -Mre=debugcolor
11594  Branch: perl
11595        ! embedvar.h objXSUB.h regexec.c thrdvar.h
11596 ____________________________________________________________________________
11597 [  2370] By: gsar                                  on 1998/11/28  19:21:17
11598     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11599          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
11600          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
11601          Subject: [PATCH 5.005_*] regcolors
11602  Branch: perl
11603        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
11604 ____________________________________________________________________________
11605 [  2369] By: gsar                                  on 1998/11/28  19:00:15
11606     Log: allow final period in a file (not followed by a newline) to
11607          terminate format spec
11608  Branch: perl
11609        ! toke.c
11610 ____________________________________________________________________________
11611 [  2368] By: gsar                                  on 1998/11/28  18:58:25
11612     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
11613          add C<$Config{installarchlib}/CORE> to the default locations searched
11614          on win32
11615  Branch: perl
11616        ! lib/ExtUtils/Liblist.pm
11617 ____________________________________________________________________________
11618 [  2367] By: gsar                                  on 1998/11/28  18:46:05
11619     Log: applied suggested patch with PERL_OBJECT tweaks
11620          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11621          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
11622          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
11623          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
11624  Branch: perl
11625        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
11626        ! regexec.c t/op/pat.t thrdvar.h
11627 ____________________________________________________________________________
11628 [  2366] By: gsar                                  on 1998/11/28  18:38:34
11629     Log: additional documentation for qr//
11630          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11631          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
11632          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
11633          Subject: [PATCH 5.005_*] Documentation (fwd)
11634  Branch: perl
11635        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
11636 ____________________________________________________________________________
11637 [  2365] By: gsar                                  on 1998/11/28  18:35:35
11638     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11639          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
11640          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
11641          Subject: [PATCH 5.005_*] Fix \G in REx without //g
11642  Branch: perl
11643        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
11644        ! regexp.h t/op/pat.t thrdvar.h
11645 ____________________________________________________________________________
11646 [  2364] By: gsar                                  on 1998/11/28  18:24:20
11647     Log: update Test.pm to Test-1.12; tweak 're' detection
11648  Branch: perl
11649        ! lib/Test.pm
11650 ____________________________________________________________________________
11651 [  2363] By: gsar                                  on 1998/11/28  18:12:04
11652     Log: avoid command-line quoting portability problems in lex_assign.t
11653  Branch: perl
11654        ! t/op/lex_assign.t
11655 ____________________________________________________________________________
11656 [  2362] By: gsar                                  on 1998/11/28  18:08:50
11657     Log: From: John Tobey <jtobey@channel1.com>
11658          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
11659          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
11660          Subject: PATCH: document English.pm sawampersand and thread issues
11661  Branch: perl
11662        ! lib/English.pm pod/perlvar.pod
11663 ____________________________________________________________________________
11664 [  2361] By: gsar                                  on 1998/11/28  18:03:04
11665     Log: fix uninitialized warnings
11666          From: Brian Callaghan <callagh@itginc.com>
11667          Date: Thu, 19 Nov 1998 17:49:10 -0800
11668          Message-Id: <3654CA96.B64FCAEB@itginc.com>
11669          Subject: Complete.pm patch (version 1.1)
11670  Branch: perl
11671        ! lib/Term/Complete.pm
11672 ____________________________________________________________________________
11673 [  2360] By: gsar                                  on 1998/11/28  17:59:16
11674     Log: s/Array/List/ suggested by John Tobey
11675  Branch: perl
11676        ! pod/perldata.pod
11677 ____________________________________________________________________________
11678 [  2359] By: gsar                                  on 1998/11/28  17:47:48
11679     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
11680  Branch: perl
11681        ! lib/Tie/Handle.pm pod/perlfunc.pod
11682 ____________________________________________________________________________
11683 [  2358] By: jhi                                   on 1998/11/28  17:23:15
11684     Log: Revamp the locale tests.
11685          (0) Instead of rewiring a few locales scan for them.
11686          (1) Bogus test #101 removed.
11687          (2) All the locales are checked, the lists of failed
11688          and non-failed ones are displayed.
11689          (3) The test #103 is again 'active' so that it may fail.
11690          (4) To balance (3) a hopefully pacifying message is shown
11691          if the #103 fails.
11692  Branch: cfgperl
11693        ! t/pragma/locale.t
11694 ____________________________________________________________________________
11695 [  2357] By: gsar                                  on 1998/11/28  17:21:07
11696     Log: add perlreftut.pod
11697  Branch: perl
11698        + pod/perlreftut.pod
11699        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
11700        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
11701        ! win32/pod.mak
11702 ____________________________________________________________________________
11703 [  2356] By: jhi                                   on 1998/11/28  16:58:01
11704     Log: Change #2346 fallout.
11705  Branch: cfgperl
11706        ! t/op/undef.t
11707 ____________________________________________________________________________
11708 [  2355] By: gsar                                  on 1998/11/28  16:46:43
11709     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
11710          ANSI prototypes
11711  Branch: perl
11712        ! ext/IO/IO.xs
11713 ____________________________________________________________________________
11714 [  2354] By: gsar                                  on 1998/11/28  16:08:07
11715     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
11716          keep platform hacks that aren't in the 1.20 dist; add new files
11717          to MANIFEST; hack Makefile.PL; result hasn't been tested
11718          anywhere
11719  Branch: perl
11720        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
11721        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11722        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
11723        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
11724        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
11725        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11726        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
11727        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
11728        ! t/lib/io_sock.t t/lib/io_udp.t
11729 ____________________________________________________________________________
11730 [  2353] By: jhi                                   on 1998/11/28  15:51:03
11731     Log: Locale collation, ctype, and numeric, were initialized wrong
11732          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
11733          as reported by
11734          
11735          From: Ilya.Sandler@etak.com (Ilya Sandler)
11736          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
11737          To: perlbug@perl.com
11738          Date: 25 Nov 1998 04:53:52 +0200
11739          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
11740  Branch: cfgperl
11741        ! util.c
11742 ____________________________________________________________________________
11743 [  2352] By: nick                                  on 1998/11/28  15:21:59
11744     Log: Implement $^C to allow perl access to -c flag - I think this 
11745          was agreed once...
11746  Branch: perl
11747        ! gv.c mg.c
11748 ____________________________________________________________________________
11749 [  2351] By: jhi                                   on 1998/11/28  15:14:24
11750     Log: Change #2251 fixup.
11751  Branch: cfgperl
11752        ! myconfig
11753 ____________________________________________________________________________
11754 [  2350] By: jhi                                   on 1998/11/28  14:58:19
11755     Log: Integrate from mainperl.
11756  Branch: cfgperl
11757       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
11758       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11759       +> pod/perl5005delta.pod
11760       !> (integrate 49 files)
11761 ____________________________________________________________________________
11762 [  2349] By: jhi                                   on 1998/11/28  14:27:36
11763     Log: Passwd and group file groveling.
11764  Branch: cfgperl
11765        ! t/op/grent.t t/op/pwent.t
11766 ____________________________________________________________________________
11767 [  2348] By: gsar                                  on 1998/11/28  14:09:50
11768     Log: more conservative version of changes#2345,2346,2347; those break
11769          C<defined(@{"foo::ISA"})> which seems to be extensively used in
11770          the libs :-(
11771  Branch: perl
11772        ! pp.c t/op/method.t
11773 ____________________________________________________________________________
11774 [  2347] By: gsar                                  on 1998/11/28  13:36:08
11775     Log: tweak bogus test
11776  Branch: perl
11777        ! t/op/method.t
11778 ____________________________________________________________________________
11779 [  2346] By: gsar                                  on 1998/11/28  13:20:34
11780     Log: test cases for previous change
11781  Branch: perl
11782        ! t/op/undef.t
11783 ____________________________________________________________________________
11784 [  2345] By: gsar                                  on 1998/11/28  13:07:17
11785     Log: fix typo in pp_defined() causing C<defined %tied> to fail
11786  Branch: perl
11787        ! pp.c
11788 ____________________________________________________________________________
11789 [  2344] By: gsar                                  on 1998/11/28  13:03:29
11790     Log: s/comment/comment_t/ tweak (suggested by John Gorman
11791          <jgorman@webbysoft.com>)
11792  Branch: perl
11793        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
11794 ____________________________________________________________________________
11795 [  2343] By: gsar                                  on 1998/11/28  12:52:40
11796     Log: add (stub) perldelta.pod
11797  Branch: perl
11798        + pod/perldelta.pod
11799 ____________________________________________________________________________
11800 [  2342] By: gsar                                  on 1998/11/28  12:49:26
11801     Log: rename perldelta.pod to perl5005delta.pod in preparation for
11802          starting a new one
11803  Branch: perl
11804       +> pod/perl5005delta.pod
11805        - pod/perldelta.pod
11806        ! MANIFEST pod/perl.pod
11807 ____________________________________________________________________________
11808 [  2341] By: gsar                                  on 1998/11/28  12:41:55
11809     Log: fix MALLOC_LOCK #define
11810  Branch: perl
11811        ! malloc.c
11812 ____________________________________________________________________________
11813 [  2340] By: gsar                                  on 1998/11/28  12:18:23
11814     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11815          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
11816          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
11817          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
11818  Branch: perl
11819        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
11820 ____________________________________________________________________________
11821 [  2339] By: jhi                                   on 1998/11/28  11:59:01
11822     Log: Add -lm to dynix/ptx POSIX hints.
11823          From: "Martin J. Bligh" <mbligh@sequent.com>
11824          To: jhi@iki.fi
11825          Subject: Re: Making Perl work on DYNIX/ptx
11826          Date: Wed, 25 Nov 1998 10:34:41 -0800
11827          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
11828  Branch: cfgperl
11829        ! ext/POSIX/hints/dynixptx.pl
11830 ____________________________________________________________________________
11831 [  2338] By: jhi                                   on 1998/11/28  11:57:19
11832     Log: Detypo.
11833  Branch: cfgperl
11834        ! lib/filetest.pm
11835 ____________________________________________________________________________
11836 [  2337] By: jhi                                   on 1998/11/28  11:56:29
11837     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
11838  Branch: cfgperl
11839        ! Configure
11840 ____________________________________________________________________________
11841 [  2336] By: gsar                                  on 1998/11/28  11:41:14
11842     Log: teach CPAN.pm to ignore beta perl distributions when looking for
11843          modules
11844          From: root@dogberry.rutgers.edu (root)
11845          Date: Thu, 12 Nov 1998 23:08:39 -0500
11846          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
11847          Subject: recompile tries getting a perl distribution
11848  Branch: perl
11849        ! lib/CPAN.pm
11850 ____________________________________________________________________________
11851 [  2335] By: gsar                                  on 1998/11/28  11:27:46
11852     Log: make $1 et al readonly under threads; make C<undef $1> fail like
11853          C<$1 = undef> does
11854  Branch: perl
11855        ! op.c pp.c t/op/undef.t
11856 ____________________________________________________________________________
11857 [  2334] By: gsar                                  on 1998/11/28  10:24:52
11858     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
11859  Branch: perl
11860        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
11861 ____________________________________________________________________________
11862 [  2333] By: gsar                                  on 1998/11/28  09:36:40
11863     Log: document changed PERL_HASH()
11864  Branch: perl
11865        ! pod/perlfunc.pod pod/perlguts.pod
11866 ____________________________________________________________________________
11867 [  2332] By: nick                                  on 1998/11/27  21:10:27
11868     Log: Handle INIT list in C.pm
11869          1. Provide init_av() from B.xs
11870          2. Export it in B.pm
11871          3. Use it in C.pm
11872          Also disable some pruning in savecv() which seems to undo
11873          my previous patch.
11874          Experimental feature - save pathnames of .so files in easily 
11875          grep-able form for use in wrapper to feed to linker.  
11876  Branch: perl
11877        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
11878 ____________________________________________________________________________
11879 [  2327] By: gsar                                  on 1998/11/27  15:12:01
11880     Log: integrate change#2315 from maint-5.005
11881  Branch: perl
11882        ! t/op/sort.t
11883       !> op.c sv.c
11884 ____________________________________________________________________________
11885 [  2326] By: gsar                                  on 1998/11/27  15:00:42
11886     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
11887  Branch: perl
11888       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
11889       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11890       !> lib/ExtUtils/typemap
11891 ____________________________________________________________________________
11892 [  2325] By: gsar                                  on 1998/11/27  14:46:18
11893     Log: malloc bugfix and documentation from Ilya Zakharevich
11894          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
11895          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
11896          Subject: [PATCH 5.005_*] Re: Internal coredump
11897          --
11898          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
11899          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
11900          Subject: [PATCH 5.005_*] malloc.c documentation
11901  Branch: perl
11902        ! malloc.c
11903 ____________________________________________________________________________
11904 [  2324] By: gsar                                  on 1998/11/27  14:41:38
11905     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
11906  Branch: perl
11907        ! ext/B/B/C.pm
11908 ____________________________________________________________________________
11909 [  2323] By: gsar                                  on 1998/11/27  14:33:44
11910     Log: From: maeda@src.ricoh.co.jp
11911          Date: Tue, 24 Nov 1998 10:37:45 +0900
11912          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
11913          Subject: format "..." bug
11914  Branch: perl
11915        ! pp_ctl.c t/op/write.t
11916 ____________________________________________________________________________
11917 [  2322] By: gsar                                  on 1998/11/27  14:20:12
11918     Log: add ext/Devel/Peek
11919          From: jan.dubois@ibm.net (Jan Dubois)
11920          Date: Mon, 23 Nov 1998 00:48:11 +0100
11921          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
11922          Subject: [PATCH 5.005_53] Devel::Peek integration
11923  Branch: perl
11924        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
11925        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11926        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
11927        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
11928        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
11929 ____________________________________________________________________________
11930 [  2321] By: gsar                                  on 1998/11/27  13:03:08
11931     Log: ensure 'make regen_headers' even without perl installed
11932          (suggested by Ilya Zakharevich)
11933  Branch: perl
11934        ! bytecode.pl warning.pl
11935 ____________________________________________________________________________
11936 [  2320] By: gsar                                  on 1998/11/27  12:58:36
11937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11938          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
11939          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
11940          Subject: [PATCH 5.005_*] Cosmetic malloc patch
11941  Branch: perl
11942        ! malloc.c
11943 ____________________________________________________________________________
11944 [  2319] By: gsar                                  on 1998/11/27  12:56:13
11945     Log: eliminate dup hunk from integration
11946  Branch: perl
11947        ! lib/filetest.pm perl.h
11948 ____________________________________________________________________________
11949 [  2318] By: gsar                                  on 1998/11/27  12:50:08
11950     Log: integrate cfgperl changes into mainline
11951  Branch: perl
11952       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
11953        ! pod/perlfaq4.pod
11954       !> (integrate 30 files)
11955 ____________________________________________________________________________
11956 [  2317] By: jhi                                   on 1998/11/27  11:38:13
11957     Log: C<-x>.
11958  Branch: cfgperl
11959        ! lib/filetest.pm
11960 ____________________________________________________________________________
11961 [  2316] By: jhi                                   on 1998/11/27  11:10:22
11962     Log: Integrate from mainperl.
11963  Branch: cfgperl
11964       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
11965       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
11966       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
11967       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
11968       !> win32/win32sck.c
11969 ____________________________________________________________________________
11970 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
11971     Log: integrate change#2246 from mainline, while still allowing
11972          C<sort $globref @foo>
11973          
11974          allow C<sort $coderef @foo>
11975  Branch: maint-5.005/perl
11976        ! op.c sv.c
11977       !> t/op/sort.t
11978 ____________________________________________________________________________
11979 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
11980     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
11981          forwarded by Jarkko Hietaniemi from Mark Bixby
11982  Branch: maint-5.005/perl
11983        ! ext/DynaLoader/dl_mpeix.xs installperl
11984 ____________________________________________________________________________
11985 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
11986     Log: Allow PL_FILES to have multiple targets from one source by allowing
11987          an array ref as the value in the hash
11988  Branch: maint-5.005/perl
11989        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11990        ! lib/ExtUtils/MakeMaker.pm
11991 ____________________________________________________________________________
11992 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
11993     Log: fix unsigned variables to use SvUV and sv_setuv
11994  Branch: maint-5.005/perl
11995        ! lib/ExtUtils/typemap
11996 ____________________________________________________________________________
11997 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
11998     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
11999  Branch: maint-5.005/perl
12000        ! lib/ExtUtils/MM_Unix.pm
12001 ____________________________________________________________________________
12002 [  2301] By: gsar                                  on 1998/11/26  10:16:54
12003     Log: fix PL_defoutgv leak under threads
12004  Branch: perl
12005        ! ext/Thread/Thread.xs
12006 ____________________________________________________________________________
12007 [  2300] By: gsar                                  on 1998/11/26  09:04:44
12008     Log: properly free temporaries created by threads
12009  Branch: perl
12010        ! ext/Thread/Thread.xs
12011 ____________________________________________________________________________
12012 [  2299] By: gsar                                  on 1998/11/26  06:51:16
12013     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
12014          to set the package for the block properly
12015  Branch: perl
12016        ! op.c t/comp/package.t t/lib/dumper.t
12017 ____________________________________________________________________________
12018 [  2298] By: nick                                  on 1998/11/24  22:04:20
12019     Log: Part-1 of tweaks to allow Tk to be "compiled"
12020          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
12021          (May also need attention to exports etc. - to follow.)
12022  Branch: perl
12023        ! universal.c
12024 ____________________________________________________________________________
12025 [  2294] By: jhi                                   on 1998/11/23  10:44:26
12026     Log: The new socket tests need in some platforms
12027          to #include <sys/types.h>.
12028  Branch: cfgperl
12029        ! Configure
12030 ____________________________________________________________________________
12031 [  2293] By: jhi                                   on 1998/11/23  10:33:42
12032     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12033          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
12034          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12035          Date: Mon, 23 Nov 1998 10:07:04 +0100
12036          Message-Id: <9811230907.AA06484@AWT.nl>
12037          
12038          NeXTstep NetInfo uses nidump to get the user/group databases.
12039  Branch: cfgperl
12040        ! t/op/grent.t t/op/pwent.t
12041 ____________________________________________________________________________
12042 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
12043     Log: Updated Porting/patchls utility.
12044  Branch: maint-5.004/perl
12045        ! Porting/patchls
12046 ____________________________________________________________________________
12047 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
12048     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
12049          From:  Henrik Tougaard <ht.000@foa.dk>
12050          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
12051          Files:  lib/Sys/Syslog.pm
12052  Branch: maint-5.004/perl
12053        ! lib/Sys/Syslog.pm
12054 ____________________________________________________________________________
12055 [  2286] By: jhi                                   on 1998/11/22  19:08:42
12056     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
12057  Branch: cfgperl
12058        ! ext/Socket/Socket.xs
12059 ____________________________________________________________________________
12060 [  2285] By: jhi                                   on 1998/11/22  18:21:07
12061     Log: MSG_PROXY for GNU/Hurd (previously we believed that
12062          all GNU libc platforms have MSG_PROXY.  Untrue).
12063          In fact this ended up as a major MSG_* and SCM_*
12064          update.  The MSG_XXX known to be enums in some
12065          versions of the glibc are now probed for and respective
12066          HAS_MSG_XXX are defined.  While I was at it I noticed
12067          SCM_RIGHTS being similarly an enum.  This reminded me of
12068          an ancient discussion in perl5-porters:
12069          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
12070          The BSD socket interface has a nifty feature for passing
12071          file descriptors and credentials--via sockets.  It may be
12072          too late to add this functionality to the CORE but
12073          at least Configure now probes for the functions,
12074          structs, and includes, defining the appropriate
12075          HAS_YYY and I_ZZZ, and the Socket extension exports
12076          the constants, in case somebody wants to write an
12077          extension for this interface.
12078  Branch: cfgperl
12079        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12080        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
12081        ! iperlsys.h
12082 ____________________________________________________________________________
12083 [  2284] By: jhi                                   on 1998/11/22  18:13:21
12084     Log: perlhist.pod 1.54, containing 5_53.
12085  Branch: cfgperl
12086        ! pod/perlhist.pod
12087 ____________________________________________________________________________
12088 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
12089     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
12090  Branch: maint-5.004/perl
12091        ! doio.c
12092 ____________________________________________________________________________
12093 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
12094     Log: Improve op/die_exit.t test for implicit close changing $!
12095  Branch: maint-5.004/perl
12096        ! t/op/die_exit.t
12097 ____________________________________________________________________________
12098 [  2268] By: jhi                                   on 1998/11/22  14:44:11
12099     Log: Fix thinko.
12100  Branch: cfgperl
12101        ! hints/dynixptx.sh
12102 ____________________________________________________________________________
12103 [  2267] By: jhi                                   on 1998/11/22  13:19:41
12104     Log: Document the d_socket override.
12105  Branch: cfgperl
12106        ! hints/dynixptx.sh
12107 ____________________________________________________________________________
12108 [  2266] By: jhi                                   on 1998/11/22  12:12:29
12109     Log: From: John Tobey <jtobey@channel1.com>
12110          Subject: [PATCH] perlfaq typos
12111          To: perl5-porters@perl.com
12112          Date: 22 Nov 1998 04:25:15 +0200
12113          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
12114  Branch: cfgperl
12115        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12116        ! pod/perlfaq7.pod pod/perlfaq8.pod
12117 ____________________________________________________________________________
12118 [  2265] By: jhi                                   on 1998/11/22  12:06:29
12119     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12120          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
12121          Newsgroups: hut.lists.perl5-porters
12122          To: gsar@engin.umich.edu (Gurusamy Sarathy)
12123          Cc: perl5-porters@perl.org (Perl5 Porters)
12124          Date: 20 Nov 1998 12:20:41 +0200
12125  Branch: cfgperl
12126        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12127        ! ext/DB_File/DB_File.xs
12128 ____________________________________________________________________________
12129 [  2264] By: jhi                                   on 1998/11/22  11:55:09
12130     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
12131          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12132          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12133          To: perlbug@perl.com
12134          Date: 20 Nov 1998 18:39:06 +0200
12135          Lines: 47
12136          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
12137  Branch: cfgperl
12138        ! t/op/grent.t t/op/pwent.t
12139 ____________________________________________________________________________
12140 [  2263] By: jhi                                   on 1998/11/22  11:42:59
12141     Log: Permission testing is tricky when we have too much power.
12142          Problem reported in
12143          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12144          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12145          To: perlbug@perl.com
12146          Date: 20 Nov 1998 18:39:06 +0200
12147          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
12148  Branch: cfgperl
12149        ! t/op/filetest.t
12150 ____________________________________________________________________________
12151 [  2262] By: gsar                                  on 1998/11/22  11:37:02
12152     Log: fix broken CAPI generation
12153  Branch: perl
12154        ! win32/GenCAPI.pl
12155 ____________________________________________________________________________
12156 [  2261] By: jhi                                   on 1998/11/22  11:17:00
12157     Log: -x should be C<-x>, reported by Gerben Wierda.
12158  Branch: cfgperl
12159        ! pod/perlfunc.pod
12160 ____________________________________________________________________________
12161 [  2260] By: gsar                                  on 1998/11/22  11:12:02
12162     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
12163  Branch: perl
12164        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
12165        ! proto.h
12166 ____________________________________________________________________________
12167 [  2259] By: jhi                                   on 1998/11/22  11:06:40
12168     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12169          Subject: Re: [PATCH] Re: pod2man bug in date generated line
12170          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
12171          Cc: perlbug@perl.com
12172          Date: 20 Nov 1998 21:30:17 +0200
12173          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
12174  Branch: cfgperl
12175        ! pod/pod2man.PL
12176 ____________________________________________________________________________
12177 [  2256] By: jhi                                   on 1998/11/21  10:44:01
12178     Log: From: Thomas Bowditch <bowditch@inmet.com>
12179          Subject: Benchmark.pm suggestion
12180          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
12181          Date: Fri, 20 Nov 1998 17:43:46 -0500
12182          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
12183          
12184          Added timesum().
12185  Branch: cfgperl
12186        ! lib/Benchmark.pm
12187 ____________________________________________________________________________
12188 [  2255] By: gsar                                  on 1998/11/21  08:45:06
12189     Log: another win32 portability fix: make sysread() and syswrite()
12190          work on sockets
12191  Branch: perl
12192        ! pp_sys.c win32/win32.h
12193 ____________________________________________________________________________
12194 [  2254] By: gsar                                  on 1998/11/21  07:49:06
12195     Log: win32_recvfrom() compatibility fix
12196  Branch: perl
12197        ! win32/win32sck.c
12198 ____________________________________________________________________________
12199 [  2253] By: jhi                                   on 1998/11/20  08:22:06
12200     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12201          To: jhi@iki.fi
12202          Subject: MPE/iX Perl 5.005_02 oops
12203          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
12204          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
12205  Branch: cfgperl
12206        ! ext/DynaLoader/dl_mpeix.xs installperl
12207 ____________________________________________________________________________
12208 [  2252] By: gsar                                  on 1998/11/19  17:38:03
12209     Log: mess_sv tweak for change#2249
12210  Branch: perl
12211        ! util.c
12212 ____________________________________________________________________________
12213 [  2251] By: jhi                                   on 1998/11/18  12:32:19
12214     Log: Display use64bits and usemultiplicity but only if necessary.
12215  Branch: cfgperl
12216        ! myconfig
12217 ____________________________________________________________________________
12218 [  2250] By: jhi                                   on 1998/11/18  12:26:50
12219     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
12220          Subject: pp.c uses 'unsigned Quad_t'
12221          To: perlbug@perl.com 
12222          Date: Sun, 15 Nov 1998 20:57:05 -0300 
12223          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
12224  Branch: cfgperl
12225        ! perl.h pp.c
12226 ____________________________________________________________________________
12227 [  2249] By: gsar                                  on 1998/11/18  05:43:11
12228     Log: use PL_mess_sv only during global destruction (fixes problems with
12229          overlapping invocations of form()/warn()/die()/croak() trampling on
12230          each other's messages)
12231  Branch: perl
12232        ! mg.c util.c
12233 ____________________________________________________________________________
12234 [  2248] By: gsar                                  on 1998/11/18  05:39:36
12235     Log: tweak change#2245 to skip previous message if any
12236  Branch: perl
12237        ! pp_ctl.c t/pragma/warn/pp_ctl
12238 ____________________________________________________________________________
12239 [  2247] By: jhi                                   on 1998/11/17  11:46:56
12240     Log: Integrate from mainperl.
12241  Branch: cfgperl
12242       !> (integrate 26 files)
12243 ____________________________________________________________________________
12244 [  2246] By: gsar                                  on 1998/11/17  09:41:10
12245     Log: allow C<sort $coderef @foo>
12246  Branch: perl
12247        ! op.c t/op/sort.t t/pragma/overload.t
12248 ____________________________________________________________________________
12249 [  2245] By: gsar                                  on 1998/11/17  08:28:26
12250     Log: propagate failures in DESTROY() as (optional) warnings
12251  Branch: perl
12252        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
12253 ____________________________________________________________________________
12254 [  2244] By: gsar                                  on 1998/11/17  07:43:08
12255     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
12256  Branch: perl
12257        ! perl.c thrdvar.h
12258 ____________________________________________________________________________
12259 [  2243] By: gsar                                  on 1998/11/17  07:40:09
12260     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
12261  Branch: perl
12262        ! lib/warning.pm warning.h warning.pl
12263 ____________________________________________________________________________
12264 [  2242] By: gsar                                  on 1998/11/17  06:32:39
12265     Log: fix skipspace() to properly account for newlines in eval''-ed
12266          strings (caused bogus line numbers in diagnostics and debugger)
12267  Branch: perl
12268        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
12269 ____________________________________________________________________________
12270 [  2241] By: gsar                                  on 1998/11/17  03:48:12
12271     Log: s/Perl_utf8skip/PL_utf8skip/g
12272  Branch: perl
12273        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
12274 ____________________________________________________________________________
12275 [  2240] By: gsar                                  on 1998/11/14  06:09:06
12276     Log: rework op/groups.t
12277  Branch: perl
12278        ! t/op/filetest.t t/op/groups.t
12279 ____________________________________________________________________________
12280 [  2235] By: gsar                                  on 1998/11/14  00:17:05
12281     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
12282  Branch: perl
12283        ! op.c
12284 ____________________________________________________________________________
12285 [  2234] By: gsar                                  on 1998/11/14  00:14:02
12286     Log: update Changes
12287  Branch: perl
12288        ! Changes win32/config.bc win32/config.gc win32/config.vc
12289 ____________________________________________________________________________
12290 [  2233] By: gsar                                  on 1998/11/13  09:43:03
12291     Log: doc tweak
12292  Branch: perl
12293        ! README.win32
12294 ____________________________________________________________________________
12295 [  2230] By: jhi                                   on 1998/11/12  17:07:45
12296     Log: Allow hints file override for d_socket
12297          (based on Sequent-induced change #2229).
12298  Branch: cfgperl
12299        ! Configure
12300 ____________________________________________________________________________
12301 [  2229] By: jhi                                   on 1998/11/12  16:32:33
12302     Log: 
12303          From: "Martin J. Bligh" <mbligh@sequent.com>
12304          To: jhi@iki.fi
12305          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
12306          Subject: Re: Making Perl work on DYNIX/ptx
12307          Date: Tue, 10 Nov 1998 16:24:26 -0800
12308          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
12309  Branch: cfgperl
12310        ! hints/dynixptx.sh
12311 ____________________________________________________________________________
12312 [  2228] By: jhi                                   on 1998/11/12  11:40:37
12313     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
12314          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
12315          To: jhi@iki.fi
12316          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
12317          Subject: Re: Making Perl work on DYNIX/ptx
12318          Date: Tue, 10 Nov 1998 18:01:10 -0800
12319  Branch: cfgperl
12320        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
12321 ____________________________________________________________________________
12322 [  2227] By: jhi                                   on 1998/11/12  11:17:42
12323     Log: Integrate from mainperl.
12324  Branch: cfgperl
12325       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
12326       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
12327       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
12328       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
12329       !> win32/win32.c x2p/s2p.PL
12330 ____________________________________________________________________________
12331 [  2226] By: gsar                                  on 1998/11/11  21:05:42
12332     Log: provide -DPERL_POLLUTE
12333  Branch: perl
12334        ! embed.pl embedvar.h
12335 ____________________________________________________________________________
12336 [  2225] By: jhi                                   on 1998/11/09  07:45:12
12337     Log: From: Hans Mulder <hansm@icgroup.nl>
12338          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
12339          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
12340          perl5-porters@perl.org
12341          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
12342          (UNINSTALLED)
12343          Date: Sun,  8 Nov 98 22:20:23 +0100
12344          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
12345  Branch: cfgperl
12346        ! malloc.c perl.h
12347 ____________________________________________________________________________
12348 [  2224] By: gsar                                  on 1998/11/09  03:13:14
12349     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
12350          Christoph <lupe@alanya.m.isar.de>)
12351  Branch: perl
12352        ! lib/Text/Wrap.pm
12353 ____________________________________________________________________________
12354 [  2223] By: gsar                                  on 1998/11/09  02:09:06
12355     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
12356          <lionel.fourquaux@wanadoo.fr>)
12357  Branch: perl
12358        ! x2p/s2p.PL
12359 ____________________________________________________________________________
12360 [  2222] By: gsar                                  on 1998/11/09  01:56:24
12361     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
12362          Date: Wed, 04 Nov 1998 12:19:44 +0000
12363          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
12364          Subject: [PATCH] Re: [5.005_53] read overflow? 
12365          --
12366          Date: Wed, 04 Nov 1998 13:15:18 +0000
12367          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
12368          Subject: [PATCH 5.005_53] perl -V fix
12369  Branch: perl
12370        ! perl.c regexec.c
12371 ____________________________________________________________________________
12372 [  2221] By: gsar                                  on 1998/11/09  01:34:56
12373     Log: From: jan.dubois@ibm.net (Jan Dubois)
12374          Date: Sun, 01 Nov 1998 00:05:01 +0100
12375          Message-ID: <364294bd.18052307@smtp1.ibm.net>
12376          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
12377  Branch: perl
12378        ! Changes win32/makedef.pl
12379 ____________________________________________________________________________
12380 [  2220] By: gsar                                  on 1998/11/08  21:13:07
12381     Log: integrate changes#2120,2168,2218 from maint-5.005;
12382          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
12383          enum; make regen_headers
12384  Branch: perl
12385        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
12386        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
12387 ____________________________________________________________________________
12388 [  2219] By: gsar                                  on 1998/11/08  19:42:57
12389     Log: integrate cfgperl changes into mainline
12390  Branch: perl
12391       +> README.vmesa
12392       !> Configure MANIFEST Porting/Glossary Porting/config.sh
12393       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
12394       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
12395       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
12396       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
12397       !> thread.h vms/subconfigure.com vos/config.h
12398 ____________________________________________________________________________
12399 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
12400     Log: From: Graham Barr <gbarr@ti.com>
12401          Date: Mon, 2 Nov 1998 07:38:52 -0600
12402          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
12403          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
12404  Branch: maint-5.005/perl
12405        ! ext/IPC/SysV/Msg.pm
12406 ____________________________________________________________________________
12407 [  2215] By: gsar                                  on 1998/11/08  02:52:52
12408     Log: set close-on-exec bit on pipe() FDs
12409  Branch: perl
12410        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
12411 ____________________________________________________________________________
12412 [  2214] By: gsar                                  on 1998/11/08  02:27:57
12413     Log: typo in newHVhv()
12414  Branch: perl
12415        ! hv.c
12416 ____________________________________________________________________________
12417 [  2211] By: jhi                                   on 1998/11/07  21:14:18
12418     Log: Finalize the Mach CThreads support.
12419          
12420          From: Hans Mulder <hansm@icgroup.nl>
12421          Date: Sat,  7 Nov 98 22:06:20 +0100
12422          To: Gurusamy Sarathy <gsar@engin.umich.edu>
12423          Cc: jhi@iki.fi, perl5-porters@perl.org
12424          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
12425          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
12426  Branch: cfgperl
12427        ! malloc.c perl.h
12428 ____________________________________________________________________________
12429 [  2210] By: gsar                                  on 1998/11/06  20:36:50
12430     Log: fix AvREALISH bogusness
12431  Branch: perl
12432        ! av.c t/op/array.t
12433 ____________________________________________________________________________
12434 [  2209] By: jhi                                   on 1998/11/06  08:05:31
12435     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
12436          ASSERT() causes problems in {NeXTStep,OpenStep}.
12437          
12438          From: Hans Mulder <hansm@icgroup.nl>
12439          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
12440          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
12441          Date: Fri,  6 Nov 98 01:27:41 +0100
12442          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
12443          
12444          and
12445          
12446          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12447          Subject: Re: ASSERT() in malloc.c
12448          To: jhi@iki.fi
12449          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
12450          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
12451  Branch: cfgperl
12452        ! malloc.c
12453 ____________________________________________________________________________
12454 [  2208] By: jhi                                   on 1998/11/06  07:55:38
12455     Log: Mach CThreads needs #include <mach/cthreads.h>.
12456  Branch: cfgperl
12457        ! perl.h
12458 ____________________________________________________________________________
12459 [  2206] By: jhi                                   on 1998/11/05  14:54:52
12460     Log: PERL_BADLANG wrongly documented.
12461          
12462          From: ts <decoux@moulon.inra.fr>
12463          To: jhi@cc.hut.fi
12464          Subject: Re: Locale warning messages
12465          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
12466          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
12467          
12468          and
12469          
12470          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12471          Subject: Re: PERL_BADLANG
12472          To: jhi@iki.fi
12473          Subject: Re: PERL_BADLANG
12474          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
12475          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
12476  Branch: cfgperl
12477        ! pod/perllocale.pod
12478 ____________________________________________________________________________
12479 [  2205] By: jhi                                   on 1998/11/05  14:24:33
12480     Log: Document all the control flow keywords in perlfunc
12481          so that "perlfunc -f while" works.
12482  Branch: cfgperl
12483        ! pod/perlfunc.pod
12484 ____________________________________________________________________________
12485 [  2204] By: jhi                                   on 1998/11/05  12:46:02
12486     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
12487          (from vos/config.h).  Update Porting/{Glossary,config*}.
12488  Branch: cfgperl
12489        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12490        ! config_h.SH vos/config.h
12491 ____________________________________________________________________________
12492 [  2203] By: jhi                                   on 1998/11/05  08:34:39
12493     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
12494  Branch: cfgperl
12495        ! hints/vmesa.sh vms/subconfigure.com
12496 ____________________________________________________________________________
12497 [  2202] By: jhi                                   on 1998/11/05  08:03:20
12498     Log: Integrate from mainperl.
12499  Branch: cfgperl
12500       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
12501       !> win32/Makefile win32/makefile.mk win32/win32.c
12502 ____________________________________________________________________________
12503 [  2201] By: gsar                                  on 1998/11/05  04:40:44
12504     Log: another POPSTACK victim
12505  Branch: perl
12506        ! cop.h sv.c
12507 ____________________________________________________________________________
12508 [  2196] By: gsar                                  on 1998/11/05  02:07:54
12509     Log: fix a location affected by change#2191, add note about POPSTACK
12510  Branch: perl
12511        ! cop.h gv.c pp_ctl.c
12512 ____________________________________________________________________________
12513 [  2195] By: gsar                                  on 1998/11/05  02:04:45
12514     Log: makefile notes
12515  Branch: perl
12516        ! win32/Makefile win32/makefile.mk
12517 ____________________________________________________________________________
12518 [  2192] By: gsar                                  on 1998/11/04  23:48:53
12519     Log: indeterminate order-of-evaluation fixes
12520  Branch: perl
12521        ! mg.c
12522 ____________________________________________________________________________
12523 [  2191] By: gsar                                  on 1998/11/04  23:02:16
12524     Log: refetch local stack pointer in POPSTACK
12525  Branch: perl
12526        ! cop.h perl.c
12527 ____________________________________________________________________________
12528 [  2190] By: jhi                                   on 1998/11/04  08:50:40
12529     Log: Configure update.
12530          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
12531          
12532          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12533          To: Martin Bligh <mbligh@sequent.com>
12534          Cc: Jarkko Hietaniemi <jhi@iki.fi>
12535          Subject: Re: Perl 5's configure on DYNIX/ptx
12536          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
12537          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
12538          
12539          find sockets also from libsocket, not just libnet.
12540          OS390: $compile_ok instead of $compile for <inttypes.h>,
12541          
12542          From: pvhp@forte.com (Peter Prymmer)
12543          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
12544          Subject: _53 not OK on os390 but looking better than ever
12545          Date: Tue, 3 Nov 98 17:33:22 PST
12546          Message-Id: <9811040133.AA09450@forte.com>
12547  Branch: cfgperl
12548        ! Configure
12549 ____________________________________________________________________________
12550 [  2189] By: jhi                                   on 1998/11/04  07:43:58
12551     Log: sysio.t failure: fix undefined order of evaluation, from
12552          
12553          From: Spider Boardman <spider@web.zk3.dec.com>
12554          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
12555          To: perlbug@perl.com
12556          Date: 4 Nov 1998 01:22:30 +0200
12557          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
12558  Branch: cfgperl
12559        ! pp_sys.c
12560 ____________________________________________________________________________
12561 [  2188] By: gsar                                  on 1998/11/04  02:59:16
12562     Log: fix return value of win32_pclose()
12563  Branch: perl
12564        ! win32/win32.c
12565 ____________________________________________________________________________
12566 [  2187] By: gsar                                  on 1998/11/04  02:56:34
12567     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
12568  Branch: perl
12569        ! Changes doop.c gv.c util.c
12570 ____________________________________________________________________________
12571 [  2186] By: jhi                                   on 1998/11/03  08:17:52
12572     Log: Document quads in pack.
12573  Branch: cfgperl
12574        ! pod/perlfunc.pod
12575 ____________________________________________________________________________
12576 [  2185] By: jhi                                   on 1998/11/03  07:49:35
12577     Log: (IV) vs (I32) vs I_V()
12578          
12579          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
12580          From: Anton Berezin <tobez@plab.ku.dk> 
12581          To: "p5p" <perl5-porters@perl.org> 
12582          Date: 01 Nov 1998 15:09:11 +0100 
12583          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
12584          
12585          and
12586          
12587          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
12588          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
12589          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
12590  Branch: cfgperl
12591        ! sv.c
12592 ____________________________________________________________________________
12593 [  2184] By: jhi                                   on 1998/11/03  07:42:46
12594     Log: VM/ESA updates.
12595  Branch: cfgperl
12596        + README.vmesa
12597        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
12598 ____________________________________________________________________________
12599 [  2183] By: jhi                                   on 1998/11/02  12:58:13
12600     Log: The id(1)-parsing is real fun.
12601  Branch: cfgperl
12602        ! t/op/groups.t
12603 ____________________________________________________________________________
12604 [  2182] By: jhi                                   on 1998/11/02  12:07:43
12605     Log: Decommission the symlink test.
12606  Branch: cfgperl
12607        ! t/op/lex_assign.t
12608 ____________________________________________________________________________
12609 [  2181] By: jhi                                   on 1998/11/02  12:03:08
12610     Log: Replace ATTR_JOINABLE with true Configure probe
12611          for PTHREAD_CREATE_JOINABLE (or equivalent:
12612          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
12613          Remove ATTR_JOINABLE itself: Thread.xs uses
12614          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
12615          
12616          Really scan for <mach/cthreads.h> only if usethreads.
12617  Branch: cfgperl
12618        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
12619 ____________________________________________________________________________
12620 [  2180] By: jhi                                   on 1998/11/02  11:07:34
12621     Log: In HP-UX 10.X usethreads only if the required files are present.
12622  Branch: cfgperl
12623        ! hints/hpux.sh
12624 ____________________________________________________________________________
12625 [  2179] By: jhi                                   on 1998/11/02  09:10:33
12626     Log: Prefer groups(1).
12627          id -Gn can be broken.
12628          id -a can save the day.
12629  Branch: cfgperl
12630        ! t/op/groups.t
12631 ____________________________________________________________________________
12632 [  2178] By: jhi                                   on 1998/11/02  08:35:29
12633     Log: Detrail enum comma.
12634  Branch: cfgperl
12635        ! perl.h
12636 ____________________________________________________________________________
12637 [  2177] By: jhi                                   on 1998/11/02  08:24:12
12638     Log: 0**0 = 1, from
12639          
12640          From: d-lewart@uiuc.edu (Daniel S. Lewart)
12641          Subject: Math::Complex 0**0 patches
12642          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
12643          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
12644          To: jhi@iki.fi (Jarkko Hietaniemi),
12645          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
12646  Branch: cfgperl
12647        ! lib/Math/Complex.pm t/lib/complex.t
12648 ____________________________________________________________________________
12649 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
12650     Log: From: jan.dubois@ibm.net (Jan Dubois)   
12651          Date: Fri, 09 Oct 1998 23:28:31 +0200
12652          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
12653          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
12654  Branch: maint-5.005/perl
12655        ! XSUB.h
12656 ____________________________________________________________________________
12657 [  2164] By: jhi                                   on 1998/10/31  15:50:02
12658     Log: Integrate from mainperl.
12659  Branch: cfgperl
12660       +> t/op/lex_assign.t
12661       !> (integrate 45 files)
12662
12663 ----------------
12664 Version 5.005_53
12665 ----------------
12666
12667 ____________________________________________________________________________
12668 [  2163] By: gsar                                  on 1998/10/31  11:31:12
12669     Log: bump patchlevel; other minor fixes for clean build and test on
12670          Solaris and win32
12671  Branch: perl
12672        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
12673        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
12674        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
12675        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12676        ! x2p/a2p.c
12677 ____________________________________________________________________________
12678 [  2162] By: gsar                                  on 1998/10/31  09:40:31
12679     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12680          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
12681          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
12682          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
12683  Branch: perl
12684        ! pp.h
12685 ____________________________________________________________________________
12686 [  2161] By: gsar                                  on 1998/10/31  09:39:13
12687     Log: From: Albert Dvornik <bert@genscan.com>
12688          Date: 30 Oct 1998 17:50:04 -0500
12689          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
12690          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
12691  Branch: perl
12692        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
12693 ____________________________________________________________________________
12694 [  2160] By: gsar                                  on 1998/10/31  09:35:03
12695     Log: fix for bugs in -x mode
12696          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12697          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
12698          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
12699          Subject: [PATCH 5.00552] Fix h2xs
12700  Branch: perl
12701        ! utils/h2xs.PL
12702 ____________________________________________________________________________
12703 [  2159] By: gsar                                  on 1998/10/31  09:31:36
12704     Log: Data::Dumper update
12705  Branch: perl
12706        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
12707        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
12708 ____________________________________________________________________________
12709 [  2153] By: gsar                                  on 1998/10/30  21:40:09
12710     Log: add testsuite portion of patch
12711          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12712          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
12713          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
12714          Subject: [PATCH 5.00321 ;-)] 87% speedup
12715  Branch: perl
12716        + t/op/lex_assign.t
12717        ! MANIFEST
12718 ____________________________________________________________________________
12719 [  2152] By: gsar                                  on 1998/10/30  21:08:11
12720     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
12721  Branch: perl
12722        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
12723 ____________________________________________________________________________
12724 [  2151] By: gsar                                  on 1998/10/30  20:18:09
12725     Log: From: Mark-Jason Dominus <mjd@plover.com>
12726          Date: Fri, 30 Oct 1998 14:24:23 EST
12727          Message-Id: <19981030192423.27276.qmail@plover.com>
12728          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
12729  Branch: perl
12730        ! x2p/walk.c
12731 ____________________________________________________________________________
12732 [  2150] By: gsar                                  on 1998/10/30  20:08:57
12733     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12734          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
12735          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
12736          Subject: [PATCH 5.00552] Overloaded <> and deref again
12737  Branch: perl
12738        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
12739        ! t/pragma/overload.t toke.c
12740 ____________________________________________________________________________
12741 [  2149] By: gsar                                  on 1998/10/30  19:38:15
12742     Log: From: Roderick Schertler <roderick@argon.org>
12743          Date: Thu, 29 Oct 1998 14:50:18 -0500
12744          Message-ID: <17625.909690618@eeyore.ibcinc.com>
12745          Subject: patch for daemonization docs in perlipc
12746  Branch: perl
12747        ! pod/perlipc.pod
12748 ____________________________________________________________________________
12749 [  2148] By: gsar                                  on 1998/10/30  19:36:07
12750     Log: From: Anton Berezin <tobez@plab.ku.dk>
12751          Date: 29 Oct 1998 17:06:25 +0100
12752          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
12753          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
12754  Branch: perl
12755        ! win32/win32.c
12756 ____________________________________________________________________________
12757 [  2147] By: gsar                                  on 1998/10/30  19:31:37
12758     Log: tweaked version of suggested patch
12759          From: Anton Berezin <tobez@plab.ku.dk>
12760          Date: 29 Oct 1998 14:48:54 +0100
12761          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
12762          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
12763  Branch: perl
12764        ! win32/win32.c
12765 ____________________________________________________________________________
12766 [  2146] By: gsar                                  on 1998/10/30  19:03:50
12767     Log: hand-apply whitespace-mutiliated patch
12768          From: "vishal bhatia" <vishalb@hotmail.com>
12769          Date: Wed, 28 Oct 1998 23:45:32 PST
12770          Message-ID: <19981029074534.2334.qmail@hotmail.com>
12771          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
12772  Branch: perl
12773        ! ext/B/B/C.pm ext/B/B/CC.pm
12774 ____________________________________________________________________________
12775 [  2145] By: gsar                                  on 1998/10/30  18:46:58
12776     Log: remaining PL_foo stragglers
12777  Branch: perl
12778        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
12779        ! op.h os2/os2.c vms/gen_shrfls.pl
12780 ____________________________________________________________________________
12781 [  2144] By: gsar                                  on 1998/10/30  17:38:36
12782     Log: integrate cfgperl tweaks into mainline
12783  Branch: perl
12784       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
12785       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
12786 ____________________________________________________________________________
12787 [  2143] By: jhi                                   on 1998/10/30  13:27:39
12788     Log: There can be multiple yacc/bison errors.
12789  Branch: cfgperl
12790        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
12791 ____________________________________________________________________________
12792 [  2142] By: jhi                                   on 1998/10/30  13:18:43
12793     Log: README.posix-bc update.
12794  Branch: cfgperl
12795        ! README.posix-bc
12796 ____________________________________________________________________________
12797 [  2141] By: jhi                                   on 1998/10/30  09:12:59
12798     Log: #2133 fallout.
12799  Branch: cfgperl
12800        ! doio.c ext/POSIX/POSIX.xs
12801 ____________________________________________________________________________
12802 [  2140] By: jhi                                   on 1998/10/30  08:43:18
12803     Log: Integrate from mainperl.
12804  Branch: cfgperl
12805       +> globvar.sym pp.sym
12806        - objpp.h thread.sym
12807       !> (integrate 61 files)
12808 ____________________________________________________________________________
12809 [  2133] By: gsar                                  on 1998/10/30  02:51:39
12810     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
12811          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
12812          should soon be automated also; the global variables that
12813          escaped the PL_foo conversion are now reined in; renamed
12814          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
12815          type of same name; duplicated lists of pp_things in various
12816          places is now gone; result has only been tested on win32
12817  Branch: perl
12818        + globvar.sym pp.sym
12819        - objpp.h thread.sym
12820        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
12821        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
12822        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
12823        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
12824        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
12825        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
12826        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
12827        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
12828        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12829        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12830        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
12831 ____________________________________________________________________________
12832 [  2130] By: jhi                                   on 1998/10/29  15:31:26
12833     Log: Pure bison yylex() proto was broken.
12834  Branch: cfgperl
12835        ! proto.h
12836 ____________________________________________________________________________
12837 [  2126] By: jhi                                   on 1998/10/29  08:35:54
12838     Log: Integrate mainperl.
12839  Branch: cfgperl
12840       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
12841       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
12842       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
12843       !> t/pragma/warn/doio toke.c win32/makefile.mk
12844 ____________________________________________________________________________
12845 [  2125] By: jhi                                   on 1998/10/29  08:32:38
12846     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
12847  Branch: cfgperl
12848        ! Makefile.SH
12849 ____________________________________________________________________________
12850 [  2124] By: jhi                                   on 1998/10/29  08:06:44
12851     Log: EBCDIC Makefile.SH tuneup.
12852  Branch: cfgperl
12853        ! Makefile.SH
12854 ____________________________________________________________________________
12855 [  2119] By: gsar                                  on 1998/10/28  23:24:04
12856     Log: remove doubled hunk from integration
12857  Branch: perl
12858        ! pp.c
12859 ____________________________________________________________________________
12860 [  2118] By: gsar                                  on 1998/10/28  22:03:31
12861     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12862          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
12863          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
12864          Subject: [PATCH 5.00552] Minor debugger tweaks
12865  Branch: perl
12866        ! lib/perl5db.pl
12867 ____________________________________________________________________________
12868 [  2117] By: gsar                                  on 1998/10/28  22:02:30
12869     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12870          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
12871          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
12872          Subject: [PATCH 5.00552] Make sort respect overloading
12873  Branch: perl
12874        ! pp_ctl.c proto.h t/pragma/overload.t
12875 ____________________________________________________________________________
12876 [  2116] By: gsar                                  on 1998/10/28  21:51:11
12877     Log: MM patches from Ilya Zakharevich
12878          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
12879          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
12880          Subject: [PATCH 5.00552] Make MakeMaker more verbose
12881          --
12882          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
12883          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
12884          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
12885  Branch: perl
12886        ! lib/ExtUtils/MakeMaker.pm
12887 ____________________________________________________________________________
12888 [  2115] By: gsar                                  on 1998/10/28  21:46:19
12889     Log: add explicit references to perl source path in ld2 and gcc2
12890  Branch: perl
12891        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
12892 ____________________________________________________________________________
12893 [  2114] By: gsar                                  on 1998/10/28  21:39:56
12894     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12895          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
12896          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
12897          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
12898  Branch: perl
12899        ! INSTALL
12900 ____________________________________________________________________________
12901 [  2113] By: gsar                                  on 1998/10/28  21:21:16
12902     Log: integrate cfgperl into mainline
12903  Branch: perl
12904       +> t/op/filetest.t
12905       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
12906       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
12907       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
12908       !> thread.h toke.c vmesa/Makefile
12909 ____________________________________________________________________________
12910 [  2112] By: gsar                                  on 1998/10/28  21:14:18
12911     Log: minor cleanup
12912  Branch: perl
12913        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
12914 ____________________________________________________________________________
12915 [  2111] By: gsar                                  on 1998/10/28  18:52:10
12916     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
12917  Branch: perl
12918        ! toke.c
12919 ____________________________________________________________________________
12920 [  2110] By: jhi                                   on 1998/10/28  15:07:54
12921     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
12922  Branch: cfgperl
12923        ! Makefile.SH
12924 ____________________________________________________________________________
12925 [  2109] By: jhi                                   on 1998/10/28  13:39:54
12926     Log: a2p.y needs to generate also y.tab.h.
12927  Branch: cfgperl
12928        ! Makefile.SH
12929 ____________________________________________________________________________
12930 [  2108] By: jhi                                   on 1998/10/28  10:33:36
12931     Log: The "parse error" must be converted to "syntax error",
12932          just matching it aint' enough.
12933  Branch: cfgperl
12934        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
12935        ! t/pragma/warning.t
12936 ____________________________________________________________________________
12937 [  2107] By: jhi                                   on 1998/10/28  10:23:05
12938     Log: Regen sig_n{ame,umber}* if slightest doubt.
12939  Branch: cfgperl
12940        ! Configure
12941 ____________________________________________________________________________
12942 [  2106] By: jhi                                   on 1998/10/28  08:44:49
12943     Log: Bison says 'parse error', not 'parser error'.
12944  Branch: cfgperl
12945        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
12946        ! t/pragma/warning.t
12947 ____________________________________________________________________________
12948 [  2105] By: jhi                                   on 1998/10/28  08:42:09
12949     Log: yylex() parametrization.
12950  Branch: cfgperl
12951        ! proto.h toke.c
12952 ____________________________________________________________________________
12953 [  2104] By: jhi                                   on 1998/10/28  08:25:09
12954     Log: Bring in #2102.
12955  Branch: cfgperl
12956        ! pp.c
12957 ____________________________________________________________________________
12958 [  2103] By: jhi                                   on 1998/10/28  08:22:04
12959     Log: From: Dominic Dunlop <domo@vo.lu>
12960          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
12961          Date: 27 Oct 1998 20:47:25 +0200
12962          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
12963  Branch: cfgperl
12964        ! t/op/groups.t
12965 ____________________________________________________________________________
12966 [  2102] By: larry                                 on 1998/10/27  18:58:55
12967     Log: utf8 change to quotemeta broke EBCDIC
12968  Branch: perl
12969        ! pp.c
12970 ____________________________________________________________________________
12971 [  2101] By: jhi                                   on 1998/10/27  12:55:34
12972     Log: $Config{sig_num_init}.
12973          Also, a new approach to the 'pthreads-created-joinable': drop
12974          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
12975          directly. (See also #2096).
12976  Branch: cfgperl
12977        ! Configure config_h.SH
12978 ____________________________________________________________________________
12979 [  2100] By: jhi                                   on 1998/10/27  10:48:55
12980     Log: Regenerated perly_c.diff.
12981  Branch: cfgperl
12982        ! perly_c.diff
12983 ____________________________________________________________________________
12984 [  2099] By: jhi                                   on 1998/10/27  08:42:25
12985     Log: First the mangler was Netscape, then it was me.
12986  Branch: cfgperl
12987        ! vmesa/Makefile
12988 ____________________________________________________________________________
12989 [  2098] By: jhi                                   on 1998/10/27  08:34:40
12990     Log: `id -Gn` might be available where `groups` is not.
12991  Branch: cfgperl
12992        ! t/op/groups.t
12993 ____________________________________________________________________________
12994 [  2097] By: jhi                                   on 1998/10/27  08:05:17
12995     Log: Netscape had mangled the tabs.
12996  Branch: cfgperl
12997        ! vmesa/Makefile
12998 ____________________________________________________________________________
12999 [  2096] By: jhi                                   on 1998/10/27  08:03:05
13000     Log: ATTR_JOINABLE logic, based on (private email)
13001          
13002          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13003          Subject: Some little diffs
13004          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
13005          Date: Tue, 27 Oct 1998 13:44:42 +1300
13006  Branch: cfgperl
13007        ! thread.h
13008 ____________________________________________________________________________
13009 [  2095] By: jhi                                   on 1998/10/27  07:56:57
13010     Log: Mach cthreads support based on:
13011          
13012          From: brie@corp.home.net (Brian Harrison)
13013          Subject: perl5.005_02 patch for mthreads
13014          To: perl5-porters@perl.org
13015          Date: 24 Oct 1998 01:01:55 +0300
13016          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
13017          
13018          Pthread yield probe (dejavu)
13019          Cosmetic nanochange for the union semun output.
13020          Better inttypes.h probe.
13021          Undo the 'void *' $selecttype probe from #1971 because
13022          it breaks the $selectminbits test.
13023  Branch: cfgperl
13024        ! Configure config_h.SH perl.h thread.h
13025 ____________________________________________________________________________
13026 [  2094] By: jhi                                   on 1998/10/26  13:02:07
13027     Log: Also posix-bc wants to reyacc.
13028  Branch: cfgperl
13029        ! Makefile.SH
13030 ____________________________________________________________________________
13031 [  2093] By: jhi                                   on 1998/10/26  10:17:21
13032     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
13033          5_02 and really breaking things in non-ASCII worlds.
13034  Branch: cfgperl
13035        ! pp.c
13036 ____________________________________________________________________________
13037 [  2092] By: jhi                                   on 1998/10/26  09:08:00
13038     Log: More robustness.
13039  Branch: cfgperl
13040        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13041        ! t/pragma/warning.t
13042 ____________________________________________________________________________
13043 [  2091] By: jhi                                   on 1998/10/26  08:47:32
13044     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
13045          Bison really wants YYLEX_PARAM.
13046  Branch: cfgperl
13047        ! perly.y proto.h toke.c
13048 ____________________________________________________________________________
13049 [  2090] By: jhi                                   on 1998/10/26  08:21:25
13050     Log: s/YYLEX_PARAM/YYLEXPARAM/
13051  Branch: cfgperl
13052        ! perly.y
13053 ____________________________________________________________________________
13054 [  2089] By: jhi                                   on 1998/10/26  08:17:33
13055     Log: Indicate skipped subtests.
13056  Branch: cfgperl
13057        ! t/io/pipe.t
13058 ____________________________________________________________________________
13059 [  2088] By: jhi                                   on 1998/10/26  08:11:36
13060     Log: Integrate from mainperl.
13061  Branch: cfgperl
13062       !> (integrate 54 files)
13063 ____________________________________________________________________________
13064 [  2087] By: jhi                                   on 1998/10/26  08:08:02
13065     Log: Add test for filetests.
13066  Branch: cfgperl
13067        + t/op/filetest.t
13068        ! MANIFEST
13069 ____________________________________________________________________________
13070 [  2086] By: gsar                                  on 1998/10/26  02:44:44
13071     Log: various win32 tweaks; disable new xs_cpp section (it creates
13072          ambiguous inference graph for %.xs --> %.o)
13073  Branch: perl
13074        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
13075        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
13076        ! win32/config.gc win32/config_H.gc win32/makedef.pl
13077        ! win32/makefile.mk win32/win32.h
13078 ____________________________________________________________________________
13079 [  2085] By: gsar                                  on 1998/10/26  00:50:02
13080     Log: sanity-check $Config{drand01} in rand.t
13081  Branch: perl
13082        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
13083        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13084 ____________________________________________________________________________
13085 [  2078] By: gsar                                  on 1998/10/25  10:22:04
13086     Log: update win32/config*.?c
13087  Branch: perl
13088        ! Changes win32/config.bc win32/config.gc win32/config.vc
13089        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13090 ____________________________________________________________________________
13091 [  2077] By: gsar                                  on 1998/10/25  08:39:25
13092     Log: From: Graham Barr <gbarr@pobox.com>
13093          Date: Sat, 24 Oct 1998 21:45:50 -0500
13094          Message-ID: <19981024214550.C508@pobox.com>
13095          Subject: Re: die with a reference  should use overload "" operator
13096  Branch: perl
13097        ! pp_ctl.c
13098 ____________________________________________________________________________
13099 [  2076] By: gsar                                  on 1998/10/25  08:37:49
13100     Log: From: Graham Barr <gbarr@pobox.com>
13101          Date: Sat, 24 Oct 1998 12:45:21 -0500
13102          Message-ID: <19981024124521.C512@pobox.com>
13103          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
13104  Branch: perl
13105        ! sv.c
13106 ____________________________________________________________________________
13107 [  2075] By: gsar                                  on 1998/10/25  08:24:09
13108     Log: fix C<print $n += 5;> etc.
13109  Branch: perl
13110        ! toke.c
13111 ____________________________________________________________________________
13112 [  2074] By: gsar                                  on 1998/10/25  08:12:28
13113     Log: list builtins with portability caveats
13114          From: Jarkko Hietaniemi <jhi@iki.fi>
13115          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
13116          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
13117          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
13118  Branch: perl
13119        ! pod/perlfunc.pod
13120 ____________________________________________________________________________
13121 [  2073] By: gsar                                  on 1998/10/25  07:55:43
13122     Log: fix stack overrun in file test operators
13123  Branch: perl
13124        ! pp_sys.c
13125 ____________________________________________________________________________
13126 [  2072] By: gsar                                  on 1998/10/25  07:29:45
13127     Log: implement C<goto &func> and other fixes (via private mail)
13128          From:    "vishal bhatia" <vishalb@hotmail.com>
13129          Date:    Wed, 21 Oct 1998 22:59:03 PDT
13130          Message-Id: <19981022055904.20083.qmail@hotmail.com>
13131          Subject: [PATCH 5.005_52] More fixes for B
13132  Branch: perl
13133        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13134 ____________________________________________________________________________
13135 [  2071] By: gsar                                  on 1998/10/25  07:14:41
13136     Log: From: Graham Barr <gbarr@pobox.com>
13137          Date: Sat, 17 Oct 1998 20:42:41 -0500
13138          Message-ID: <19981017204241.G510@pobox.com>
13139          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
13140  Branch: perl
13141        ! pp_ctl.c
13142 ____________________________________________________________________________
13143 [  2070] By: gsar                                  on 1998/10/25  07:07:29
13144     Log: avoid bogus line number in XSUB redefined warnings
13145  Branch: perl
13146        ! op.c
13147 ____________________________________________________________________________
13148 [  2069] By: gsar                                  on 1998/10/25  06:59:03
13149     Log: From: Martijn Koster <mak@excitecorp.com>
13150          Date: Wed, 21 Oct 1998 13:12:03 +0100
13151          Message-ID: <19981021131203.A15661@excitecorp.com>
13152          Subject: File::Path::mkpath reports the wrong error
13153  Branch: perl
13154        ! lib/File/Path.pm
13155 ____________________________________________________________________________
13156 [  2068] By: gsar                                  on 1998/10/25  06:54:43
13157     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
13158          Date: Tue, 20 Oct 1998 20:52:20 -0500
13159          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
13160          Subject: Exporter.pm's export_to_level() argument handling buggy
13161  Branch: perl
13162        ! lib/Exporter.pm
13163 ____________________________________________________________________________
13164 [  2067] By: gsar                                  on 1998/10/25  06:50:19
13165     Log: From: jan.dubois@ibm.net (Jan Dubois)
13166          Date: Wed, 21 Oct 1998 00:55:51 +0200
13167          Message-ID: <36380269.55370608@smtp1.ibm.net>
13168          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
13169  Branch: perl
13170        ! ext/DynaLoader/DynaLoader_pm.PL
13171 ____________________________________________________________________________
13172 [  2066] By: gsar                                  on 1998/10/25  06:48:19
13173     Log: recognize '%' as a shell metachar for win32
13174          From: jan.dubois@ibm.net (Jan Dubois)
13175          Date: Tue, 20 Oct 1998 21:57:35 +0200
13176          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
13177          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
13178  Branch: perl
13179        ! win32/win32.c
13180 ____________________________________________________________________________
13181 [  2065] By: gsar                                  on 1998/10/25  06:46:30
13182     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
13183  Branch: perl
13184        ! sv.c
13185 ____________________________________________________________________________
13186 [  2064] By: gsar                                  on 1998/10/25  06:45:09
13187     Log: From: Gisle Aas <gisle@aas.no>
13188          Date: 20 Oct 1998 14:24:44 +0200
13189          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
13190          Subject: ord() and unpack("U*",...) should not be negative
13191  Branch: perl
13192        ! pp.c
13193 ____________________________________________________________________________
13194 [  2063] By: gsar                                  on 1998/10/25  06:42:29
13195     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13196          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
13197          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
13198          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
13199  Branch: perl
13200        ! os2/os2.c
13201 ____________________________________________________________________________
13202 [  2062] By: gsar                                  on 1998/10/25  06:41:26
13203     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13204          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
13205          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
13206          Subject: [PATCH 5.005_*] Speed up aassign
13207  Branch: perl
13208        ! pp_hot.c
13209 ____________________________________________________________________________
13210 [  2061] By: gsar                                  on 1998/10/25  06:39:04
13211     Log: From: Graham Barr <gbarr@pobox.com>
13212          Date: Sat, 17 Oct 1998 22:22:02 -0500
13213          Message-ID: <19981017222202.J510@pobox.com>
13214          Subject: Re: '*' prototype does not allow bareword with strict
13215  Branch: perl
13216        ! toke.c
13217 ____________________________________________________________________________
13218 [  2060] By: gsar                                  on 1998/10/25  06:37:34
13219     Log: handle '::' in section names properly
13220          From: Graham Barr <gbarr@pobox.com>
13221          Date: Sat, 17 Oct 1998 12:57:54 -0500
13222          Message-ID: <19981017125754.C510@pobox.com>
13223          Subject: Re: pod2html
13224  Branch: perl
13225        ! lib/Pod/Html.pm
13226 ____________________________________________________________________________
13227 [  2059] By: gsar                                  on 1998/10/25  06:33:43
13228     Log: integrate changes#1982,2014,2021 (from maint-5.005)
13229  Branch: perl
13230       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
13231       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
13232 ____________________________________________________________________________
13233 [  2058] By: gsar                                  on 1998/10/25  05:44:17
13234     Log: allow more win32 symbol exports (suggested by Jan Dubois)
13235  Branch: perl
13236        ! win32/makedef.pl
13237 ____________________________________________________________________________
13238 [  2057] By: gsar                                  on 1998/10/25  05:40:40
13239     Log: integrate change#2053 from maint-5.005
13240  Branch: perl
13241       !> cop.h t/cmd/while.t
13242 ____________________________________________________________________________
13243 [  2056] By: gsar                                  on 1998/10/25  05:16:41
13244     Log: commented version of a patch suggested by Drago Goricanec
13245          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13246          Date: 16 Oct 1998 15:24:45 +0300
13247          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
13248          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
13249  Branch: perl
13250        ! pp_sys.c
13251 ____________________________________________________________________________
13252 [  2055] By: gsar                                  on 1998/10/25  05:11:03
13253     Log: include eof() in description of buffering caveats
13254          From: Anton Berezin <tobez@plab.ku.dk>
13255          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
13256          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
13257          Subject: [DOCPATCH] pod/perlfunc.pod
13258  Branch: perl
13259        ! pod/perlfunc.pod
13260 ____________________________________________________________________________
13261 [  2054] By: gsar                                  on 1998/10/25  05:07:42
13262     Log: disallow 'x' in hex numbers (except leading '0x')
13263          From: Gisle Aas <gisle@aas.no>
13264          Date: 16 Oct 1998 16:33:12 +0200
13265          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
13266          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
13267  Branch: perl
13268        ! perlvars.h t/op/oct.t util.c
13269 ____________________________________________________________________________
13270 [  2052] By: gsar                                  on 1998/10/25  04:49:04
13271     Log: avoid the circular refcnt logic in magic_mutexfree()
13272  Branch: perl
13273        ! mg.c pp.c pp_hot.c
13274 ____________________________________________________________________________
13275 [  2051] By: gsar                                  on 1998/10/25  04:35:07
13276     Log: properly restore PL_rsfp_filters after require
13277  Branch: perl
13278        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
13279        ! scope.h
13280 ____________________________________________________________________________
13281 [  2050] By: gsar                                  on 1998/10/25  02:42:32
13282     Log: integrate cfgperl changes back into mainline
13283  Branch: perl
13284       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
13285       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
13286       !> (integrate 33 files)
13287 ____________________________________________________________________________
13288 [  2049] By: gsar                                  on 1998/10/25  01:30:48
13289     Log: avoid "mysterious" compile-time failures without messages
13290  Branch: perl
13291        ! gv.c
13292 ____________________________________________________________________________
13293 [  2041] By: gsar                                  on 1998/10/23  21:11:56
13294     Log: checkin jpl under //depot/perlext/jpl/...
13295  Branch: perlext
13296        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
13297        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
13298        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
13299        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
13300        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
13301        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
13302        + jpl/PerlInterpreter/Makefile.PL
13303        + jpl/PerlInterpreter/PerlInterpreter.c
13304        + jpl/PerlInterpreter/PerlInterpreter.h
13305        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
13306        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
13307        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
13308        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
13309        + jpl/get_jdk/jdk_hosts jpl/install-jpl
13310 ____________________________________________________________________________
13311 [  2040] By: larry                                 on 1998/10/23  19:31:42
13312     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
13313  Branch: perl
13314        ! pp.c
13315 ____________________________________________________________________________
13316 [  2039] By: larry                                 on 1998/10/23  18:48:34
13317     Log: tr///d does not seem to work
13318  Branch: perl
13319        ! lib/utf8_heavy.pl
13320 ____________________________________________________________________________
13321 [  2038] By: larry                                 on 1998/10/23  18:00:41
13322     Log: Program with utf8 identifiers fails to compile
13323  Branch: perl
13324        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
13325 ____________________________________________________________________________
13326 [  2037] By: jhi                                   on 1998/10/23  14:04:51
13327     Log: Test suite portability:
13328          - posix-bc does not write to broken pipes
13329          - filehand #11 only iff we have fork
13330          - warning.t can now match $expected using regular expressions
13331  Branch: cfgperl
13332        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
13333        ! t/pragma/warning.t
13334 ____________________________________________________________________________
13335 [  2036] By: jhi                                   on 1998/10/23  12:12:07
13336     Log: yacc clarification.
13337  Branch: cfgperl
13338        ! README.posix-bc
13339 ____________________________________________________________________________
13340 [  2035] By: jhi                                   on 1998/10/23  12:09:59
13341     Log: Some C compilers get upset about 8-bit characters in /* comments. */
13342  Branch: cfgperl
13343        ! mg.c
13344 ____________________________________________________________________________
13345 [  2034] By: jhi                                   on 1998/10/22  09:11:52
13346     Log: Configure update: both for pthread_yield more robust
13347          testing (all variants of pthread_attr_getdetachstate()) --
13348          and because Configure was broken in major way! About 1000
13349          last lines were truncated.
13350  Branch: cfgperl
13351        ! Configure
13352 ____________________________________________________________________________
13353 [  2033] By: jhi                                   on 1998/10/22  07:47:10
13354     Log: DJGPP feedback for #2028.
13355  Branch: cfgperl
13356        ! thread.h
13357 ____________________________________________________________________________
13358 [  2032] By: jhi                                   on 1998/10/21  13:03:57
13359     Log: yielding, the saga continues.
13360  Branch: cfgperl
13361        ! Configure config_h.SH
13362       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
13363       !> t/op/goto.t t/pragma/constant.t
13364 ____________________________________________________________________________
13365 [  2031] By: jhi                                   on 1998/10/21  09:15:42
13366     Log: VM/ESA feedback for #2028.
13367  Branch: cfgperl
13368        ! Configure config_h.SH thread.h
13369 ____________________________________________________________________________
13370 [  2030] By: gsar                                  on 1998/10/21  04:22:53
13371     Log: fix handling of mayhaps-extended @_ in goto &sub
13372  Branch: perl
13373        ! av.c pp_ctl.c t/op/goto.t
13374 ____________________________________________________________________________
13375 [  2029] By: gsar                                  on 1998/10/21  00:54:14
13376     Log: restore sanity to "constant" references
13377  Branch: perl
13378        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
13379 ____________________________________________________________________________
13380 [  2028] By: jhi                                   on 1998/10/20  15:01:20
13381     Log: OLD_PTHREADS_API reorganizing.
13382  Branch: cfgperl
13383        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
13384        ! vmesa/vmesaish.h
13385 ____________________________________________________________________________
13386 [  2027] By: jhi                                   on 1998/10/20  14:14:51
13387     Log: #2026 fallout.
13388  Branch: cfgperl
13389        ! Makefile.SH
13390 ____________________________________________________________________________
13391 [  2026] By: jhi                                   on 1998/10/20  11:47:21
13392     Log: VM/ESA update.
13393  Branch: cfgperl
13394        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
13395 ____________________________________________________________________________
13396 [  2025] By: jhi                                   on 1998/10/20  08:20:56
13397     Log: 64-bitness, based on
13398          
13399          From: Scott Henry <scotth@sgi.com>
13400          To: perl-64bit@perl.org
13401          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
13402          Subject: Re: Configure problems/questions...
13403          Date: 19 Oct 1998 22:38:06 -0700
13404  Branch: cfgperl
13405        ! hints/irix_6.sh perl.h
13406 ____________________________________________________________________________
13407 [  2024] By: jhi                                   on 1998/10/20  08:09:07
13408     Log: Add lseeksize.
13409  Branch: cfgperl
13410        ! config_h.SH
13411 ____________________________________________________________________________
13412 [  2023] By: jhi                                   on 1998/10/20  08:08:33
13413     Log: Mumble about _yields() only when threaded.
13414  Branch: cfgperl
13415        ! Configure
13416 ____________________________________________________________________________
13417 [  2022] By: jhi                                   on 1998/10/20  07:46:26
13418     Log: Thinko at PTHREADS_CREATED_JOINABLE.
13419  Branch: cfgperl
13420        ! thread.h
13421 ____________________________________________________________________________
13422 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
13423     Log: From: Chip Salzenberg <chip@perlsupport.com>
13424          Date: Tue, 6 Oct 1998 13:33:05 -0400
13425          Message-ID: <19981006133305.A2348@perlsupport.com>
13426          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
13427  Branch: maint-5.005/perl
13428        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
13429        ! t/op/tie.t
13430 ____________________________________________________________________________
13431 [  2020] By: jhi                                   on 1998/10/19  09:15:53
13432     Log: YIELD more robustly.
13433  Branch: cfgperl
13434        ! thread.h
13435 ____________________________________________________________________________
13436 [  2019] By: jhi                                   on 1998/10/19  08:48:33
13437     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
13438          the 'new' one (just like DJGPP, it seems).
13439  Branch: cfgperl
13440        ! thread.h
13441 ____________________________________________________________________________
13442 [  2018] By: jhi                                   on 1998/10/19  07:02:44
13443     Log: vmesaish.h doesn't exclude unixish.h.
13444  Branch: cfgperl
13445        ! perl.h
13446 ____________________________________________________________________________
13447 [  2017] By: jhi                                   on 1998/10/19  06:44:19
13448     Log: 1<<$randbits is not good for randbits=48.
13449  Branch: cfgperl
13450        ! t/op/rand.t
13451 ____________________________________________________________________________
13452 [  2016] By: jhi                                   on 1998/10/19  06:39:47
13453     Log: Make #2012 glob pattern more portable.
13454  Branch: cfgperl
13455        ! Makefile.SH
13456 ____________________________________________________________________________
13457 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
13458     Log: Fix POSIX::sigprocmask not to check type of $old parameter
13459          as it is output only
13460  Branch: maint-5.005/perl
13461        ! ext/POSIX/POSIX.xs
13462 ____________________________________________________________________________
13463 [  2012] By: jhi                                   on 1998/10/17  15:04:23
13464     Log: clean numbered core dumps and t/tmp[0-9]*.
13465  Branch: cfgperl
13466        ! Makefile.SH
13467 ____________________________________________________________________________
13468 [  2011] By: jhi                                   on 1998/10/17  14:59:15
13469     Log: More robust yacc/bison failure output handling.
13470  Branch: cfgperl
13471        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13472 ____________________________________________________________________________
13473 [  2010] By: jhi                                   on 1998/10/17  14:51:05
13474     Log: BC2000 POSIX update.
13475  Branch: cfgperl
13476        ! MANIFEST
13477 ____________________________________________________________________________
13478 [  2009] By: jhi                                   on 1998/10/17  14:49:46
13479     Log: POSIX BC2000 port from perl-mvs:
13480          
13481          Subject: Ported perl 5.005.02 to BS2000 / POSIX
13482          From: Dorner Thomas <Thomas.Dorner@start.de> 
13483          Date: Tue, 29 Sep 1998 13:29:36 +0100 
13484          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
13485  Branch: cfgperl
13486        + README.posix-bc hints/posix-bc.sh
13487        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
13488        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
13489        ! unixish.h
13490 ____________________________________________________________________________
13491 [  2008] By: jhi                                   on 1998/10/17  14:07:49
13492     Log: VM/ESA-update.
13493  Branch: cfgperl
13494        ! MANIFEST
13495 ____________________________________________________________________________
13496 [  2007] By: jhi                                   on 1998/10/17  13:55:34
13497     Log: Forgot few S_I* imports.
13498  Branch: cfgperl
13499        ! t/lib/ipc_sysv.t
13500 ____________________________________________________________________________
13501 [  2006] By: jhi                                   on 1998/10/17  13:43:54
13502     Log: The VM/ESA port essentials, based on
13503          
13504          perl-mvs:
13505          
13506          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13507          Subject: Re: Can't find Data/Dumper.pm
13508          Date: Mon, 28 Sep 1998 07:40:49 +1300
13509          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
13510          
13511          private email:
13512          
13513          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13514          Subject: Re: Perl thread problems in VM/ESA
13515          Date: Thu, 15 Oct 1998 07:18:35 +1300
13516          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
13517          
13518          and private email:
13519          
13520          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
13521          Subject:  perl archive
13522          Date:  Sun, 11 Oct 1998 19:28:54 EDT
13523          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
13524          which gave a pointer to
13525          
13526          http://pucc.princeton.edu/~neale/perl.tar
13527          
13528          (based on Perl 5.005_51)
13529  Branch: cfgperl
13530        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
13531        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
13532        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
13533        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
13534 ____________________________________________________________________________
13535 [  2005] By: jhi                                   on 1998/10/17  13:17:19
13536     Log: Integrate mainperl.
13537  Branch: cfgperl
13538       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
13539       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13540       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
13541       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
13542       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
13543       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
13544       !> win32/makefile.mk
13545 ____________________________________________________________________________
13546 [  2004] By: jhi                                   on 1998/10/17  11:19:06
13547     Log: Removed an extra ' from the int64_t test.
13548  Branch: cfgperl
13549        ! Configure
13550 ____________________________________________________________________________
13551 [  2003] By: gsar                                  on 1998/10/17  04:11:40
13552     Log: silence -w noises (suggested by Greg Bacon)
13553  Branch: perl
13554        ! lib/Term/Complete.pm
13555 ____________________________________________________________________________
13556 [  2002] By: gsar                                  on 1998/10/17  04:07:48
13557     Log: From: Gisle Aas <gisle@aas.no>
13558          Date: 14 Oct 1998 15:53:14 +0200
13559          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
13560          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
13561  Branch: perl
13562        ! util.c
13563 ____________________________________________________________________________
13564 [  2001] By: gsar                                  on 1998/10/17  04:06:10
13565     Log: From: Gisle Aas <gisle@aas.no>
13566          Date: 14 Oct 1998 15:17:44 +0200
13567          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
13568          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
13569  Branch: perl
13570        ! toke.c
13571 ____________________________________________________________________________
13572 [  2000] By: gsar                                  on 1998/10/17  03:06:33
13573     Log: From: Gisle Aas <gisle@aas.no>
13574          Date: 14 Oct 1998 00:38:06 +0200
13575          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
13576          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
13577  Branch: perl
13578        ! sv.c
13579 ____________________________________________________________________________
13580 [  1999] By: gsar                                  on 1998/10/17  03:04:48
13581     Log: From: Dan Sugalski <sugalskd@osshe.edu>
13582          Date: Tue, 13 Oct 1998 15:10:57 -0700
13583          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
13584          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
13585  Branch: perl
13586        ! vms/ext/Stdio/Stdio.pm
13587 ____________________________________________________________________________
13588 [  1998] By: gsar                                  on 1998/10/17  03:00:40
13589     Log: skip readonly vars and unref references when doing a reset()
13590  Branch: perl
13591        ! sv.c
13592 ____________________________________________________________________________
13593 [  1997] By: gsar                                  on 1998/10/17  02:49:19
13594     Log: fix buggy treatment of large checksums on unicode strings
13595          From: Gisle Aas <gisle@aas.no>
13596          Date: 13 Oct 1998 21:35:39 +0200
13597          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
13598          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
13599  Branch: perl
13600        ! pp.c
13601 ____________________________________________________________________________
13602 [  1996] By: gsar                                  on 1998/10/17  02:43:22
13603     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13604          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
13605          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
13606          Subject: [PATCH 5.005_52] Memory overrun in os2.c
13607  Branch: perl
13608        ! os2/Makefile.SHs os2/os2.c
13609 ____________________________________________________________________________
13610 [  1995] By: gsar                                  on 1998/10/17  02:42:01
13611     Log: clarify section name rules for typemaps
13612  Branch: perl
13613        ! pod/perlxs.pod
13614 ____________________________________________________________________________
13615 [  1994] By: gsar                                  on 1998/10/17  02:33:02
13616     Log: whitespace-proof grent.t
13617  Branch: perl
13618        ! t/op/grent.t
13619 ____________________________________________________________________________
13620 [  1993] By: gsar                                  on 1998/10/17  02:27:29
13621     Log: fix bug in B::CC::pp_sassign()
13622          From: "vishal bhatia" <vishalb@hotmail.com>
13623          Date: Sun, 11 Oct 1998 18:41:38 PDT
13624          Message-ID: <19981012014139.19614.qmail@hotmail.com>
13625          Subject: B::CC problems with pp_sassign routine
13626  Branch: perl
13627        ! ext/B/B/CC.pm
13628 ____________________________________________________________________________
13629 [  1992] By: gsar                                  on 1998/10/17  02:17:49
13630     Log: applied suggested patch with small doc tweak
13631          From: Gisle Aas <gisle@aas.no>
13632          Date: 11 Oct 1998 12:53:13 +0200
13633          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
13634          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
13635  Branch: perl
13636        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
13637        ! t/op/tiehandle.t
13638 ____________________________________________________________________________
13639 [  1991] By: gsar                                  on 1998/10/17  02:08:30
13640     Log: apply non-conflicting parts from suggested patch
13641          From: jan.dubois@ibm.net (Jan Dubois)
13642          Date: Sat, 10 Oct 1998 13:15:45 +0200
13643          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
13644          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
13645  Branch: perl
13646        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13647 ____________________________________________________________________________
13648 [  1990] By: gsar                                  on 1998/10/17  02:01:24
13649     Log: provide option to enable optimization with VC (suggested by Jan
13650          Dubois)
13651  Branch: perl
13652        ! win32/Makefile win32/makefile.mk
13653 ____________________________________________________________________________
13654 [  1989] By: gsar                                  on 1998/10/17  01:55:27
13655     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
13656          Dave Leppik <dleppik@gage.com>
13657  Branch: perl
13658        ! perl.h
13659 ____________________________________________________________________________
13660 [  1988] By: gsar                                  on 1998/10/17  01:49:05
13661     Log: stray typo found by Hugo van der Sanden
13662  Branch: perl
13663        ! op.c
13664 ____________________________________________________________________________
13665 [  1987] By: gsar                                  on 1998/10/17  01:45:52
13666     Log: perldoc pod update
13667          From: Daniel Grisinger <dgris@perrin.dimensional.com>
13668          Date: 06 Oct 1998 23:56:51 -0600
13669          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
13670          Subject: [PATCH _02 and _52] perldoc
13671  Branch: perl
13672        ! utils/perldoc.PL
13673 ____________________________________________________________________________
13674 [  1986] By: gsar                                  on 1998/10/17  01:41:40
13675     Log: qualify names of builtins
13676  Branch: perl
13677        ! ext/POSIX/POSIX.pm
13678 ____________________________________________________________________________
13679 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
13680     Log: From: Jochen Wiedmann <joe@ispsoft.de>
13681          Date: Thu, 17 Sep 1998 17:16:06 +0200
13682          Message-ID: <360127B6.E44564A@ispsoft.de>
13683          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
13684  Branch: maint-5.005/perl
13685        ! lib/ExtUtils/MakeMaker.pm
13686 ____________________________________________________________________________
13687 [  1978] By: gsar                                  on 1998/10/16  01:58:58
13688     Log: integrate cfgperl mods into mainline
13689  Branch: perl
13690       +> ext/DynaLoader/dl_vmesa.xs
13691        ! Porting/genlog
13692       !> Configure MANIFEST Makefile.SH config_h.SH
13693       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
13694       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
13695       !> x2p/Makefile.SH
13696 ____________________________________________________________________________
13697 [  1976] By: gsar                                  on 1998/10/16  00:10:52
13698     Log: stray tweak
13699  Branch: perl
13700        ! op.c
13701 ____________________________________________________________________________
13702 [  1975] By: gsar                                  on 1998/10/15  23:54:38
13703     Log: propagate typeness of lexicals while cloning them
13704  Branch: perl
13705        ! op.c
13706 ____________________________________________________________________________
13707 [  1974] By: gsar                                  on 1998/10/15  23:53:25
13708     Log: s/last/first/ typo in append_list()
13709  Branch: perl
13710        ! op.c
13711 ____________________________________________________________________________
13712 [  1973] By: gsar                                  on 1998/10/15  20:06:17
13713     Log: nuke confperl branch and contents
13714  Branch: confperl
13715        - (delete 1284 files)
13716 ____________________________________________________________________________
13717 [  1972] By: jhi                                   on 1998/10/15  07:07:35
13718     Log: Test #162 had been added but the "print 1..161" had not been updated.
13719  Branch: cfgperl
13720        ! t/op/pat.t
13721 ____________________________________________________________________________
13722 [  1971] By: gsar                                  on 1998/10/15  03:09:58
13723     Log: check in all confperl changes as of change#1964 into cfgperl
13724  Branch: cfgperl
13725        + ext/DynaLoader/dl_vmesa.xs
13726        ! Configure MANIFEST Makefile.SH config_h.SH
13727        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
13728        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
13729 ____________________________________________________________________________
13730 [  1970] By: gsar                                  on 1998/10/15  03:05:59
13731     Log: integrate mainline to get tr.t
13732  Branch: cfgperl
13733       +> t/op/tr.t
13734 ____________________________________________________________________________
13735 [  1969] By: gsar                                  on 1998/10/15  03:04:17
13736     Log: add missing tr.t to repository
13737  Branch: perl
13738        + t/op/tr.t
13739 ____________________________________________________________________________
13740 [  1968] By: gsar                                  on 1998/10/15  03:02:43
13741     Log: create cfgperl branch
13742  Branch: cfgperl
13743       +> (branch 1282 files)
13744 ____________________________________________________________________________
13745 [  1967] By: gsar                                  on 1998/10/15  02:46:08
13746     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
13747          (MAN3PODS cannot be set to ' '; stray stricture violation)
13748  Branch: perl
13749        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
13750        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
13751        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
13752        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
13753        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
13754        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
13755        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
13756        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
13757        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
13758        ! lib/ExtUtils/MM_Unix.pm
13759 ____________________________________________________________________________
13760 [  1966] By: gsar                                  on 1998/10/15  02:19:03
13761     Log: tweak to make fix in change#1944 behave correctly for closures
13762          created within eval''
13763  Branch: perl
13764        ! op.c t/op/eval.t
13765 ____________________________________________________________________________
13766 [  1965] By: gsar                                  on 1998/10/14  23:22:41
13767     Log: use better numbers for exitstatus test
13768  Branch: perl
13769        ! t/op/die_exit.t
13770 ____________________________________________________________________________
13771 [  1964] By: jhi                                   on 1998/10/14  17:25:41
13772     Log: Add VM/ESA dynaloading (uses <dll.h>).
13773  Branch: confperl
13774        + ext/DynaLoader/dl_vmesa.xs
13775        ! MANIFEST
13776 ____________________________________________________________________________
13777 [  1963] By: jhi                                   on 1998/10/14  17:17:10
13778     Log: Remove a2p.loadmap in 'clean' target.
13779  Branch: confperl
13780        ! x2p/Makefile.SH
13781 ____________________________________________________________________________
13782 [  1962] By: jhi                                   on 1998/10/14  17:13:11
13783     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
13784  Branch: confperl
13785        ! Makefile.SH
13786 ____________________________________________________________________________
13787 [  1961] By: jhi                                   on 1998/10/14  16:27:39
13788     Log: VM/ESA creates executable.loadmaps.
13789  Branch: confperl
13790        ! Makefile.SH
13791 ____________________________________________________________________________
13792 [  1960] By: jhi                                   on 1998/10/14  15:37:39
13793     Log: Introduce SCHED_YIELD (one of sched_yield(),
13794          pthread_yield(), or pthread_yield(NULL)).
13795          YIELD is then defined using SCHED_YIELD unless
13796          a platform-specific YIELD has already been defined.
13797          
13798          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
13799          
13800          The need for pthread_yield(NULL) and pthread_attr_setdet...
13801          introduced by (private email)
13802          
13803          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13804          Date: Sat, 10 Oct 1998 21:08:15 +1300
13805          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
13806          Subject: Re: Perl thread problems in VM/ESA
13807          
13808          Better select() protoprobe (for AIX), from (private email)
13809          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
13810          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
13811          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
13812          Subject: AIX select (fwd)
13813          From: Lars Hecking <lhecking@nmrc.ucc.ie>
13814          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
13815          Date: Fri, 2 Oct 1998 10:40:01 +0100
13816          Subject: AIX select
13817          
13818          Linux-avoid-so.X.Y, based on
13819          From: "Kurt D. Starsinic" <kstar@chapin.edu>
13820          Date: Tue, 13 Oct 1998 15:55:07 -0400
13821          Message-ID: <19981013155507.B4004@O2.chapin.edu>
13822          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
13823  Branch: confperl
13824        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
13825        ! thread.h
13826 ____________________________________________________________________________
13827 [  1959] By: jhi                                   on 1998/10/14  12:51:26
13828     Log: Some old pthread implementations have
13829          pthread_attr_setdetachstate(pthread_attr_t*, int*).
13830  Branch: confperl
13831        ! ext/Thread/Thread.xs
13832 ____________________________________________________________________________
13833 [  1958] By: jhi                                   on 1998/10/14  12:41:11
13834     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
13835          counterparts will follow soon.
13836  Branch: confperl
13837        ! thread.h
13838 ____________________________________________________________________________
13839 [  1957] By: jhi                                   on 1998/10/14  12:38:11
13840     Log: Add tr.t (MANIFEST already knew about it, strange)
13841  Branch: confperl
13842        + t/op/tr.t
13843 ____________________________________________________________________________
13844 [  1956] By: jhi                                   on 1998/10/14  12:24:35
13845     Log: Mutexen should be initialized only once.
13846  Branch: confperl
13847        ! gv.c op.c
13848 ____________________________________________________________________________
13849 [  1955] By: jhi                                   on 1998/10/14  12:19:38
13850     Log: os390 has its own cppstdin.
13851  Branch: confperl
13852        ! hints/os390.sh
13853 ____________________________________________________________________________
13854 [  1954] By: jhi                                   on 1998/10/14  12:15:06
13855     Log: Integrate with mainperl.
13856  Branch: confperl
13857       !> (integrate 1280 files)
13858 ____________________________________________________________________________
13859 [  1953] By: jhi                                   on 1998/10/14  11:48:08
13860     Log: Removed duplicate CMA threads code for HPUX 10.X.
13861          (probably residue of patch(1) being too understanding)
13862          Enhanced 64-bit settings. (redo change#1940)
13863  Branch: confperl
13864        ! hints/hpux.sh
13865 ____________________________________________________________________________
13866 [  1952] By: jhi                                   on 1998/10/14  11:45:16
13867     Log: (redo change#1949) Detypo in the d_open64 warning about
13868          the impending WHOA.
13869  Branch: confperl
13870        ! hints/irix_6.sh
13871 ____________________________________________________________________________
13872 [  1951] By: jhi                                   on 1998/10/14  10:54:16
13873     Log: Mutexen should only be inited once, after they have been New()ed.
13874  Branch: confperl
13875        ! gv.c op.c
13876 ____________________________________________________________________________
13877 [  1950] By: jhi                                   on 1998/10/14  10:41:43
13878     Log: Own cppstdin.
13879  Branch: confperl
13880        ! hints/os390.sh
13881 ____________________________________________________________________________
13882 [  1949] By: jhi                                   on 1998/10/14  10:34:23
13883     Log: Detypo in the d_open64 warning about the impending WHOA.
13884  Branch: confperl
13885        ! hints/irix_6.sh
13886 ____________________________________________________________________________
13887 [  1948] By: gsar                                  on 1998/10/14  05:38:01
13888     Log: two typos
13889  Branch: perl
13890        ! pp_hot.c t/op/eval.t
13891 ____________________________________________________________________________
13892 [  1947] By: gsar                                  on 1998/10/14  05:37:10
13893     Log: let docatch() pass the buck when restartop turns out to be null,
13894          making exceptions in BEGIN{} propagate as expected
13895  Branch: perl
13896        ! pp_ctl.c t/op/misc.t
13897 ____________________________________________________________________________
13898 [  1946] By: gsar                                  on 1998/10/13  03:41:49
13899     Log: add missing file from change#1943
13900  Branch: perl
13901        ! proto.h
13902 ____________________________________________________________________________
13903 [  1945] By: gsar                                  on 1998/10/13  03:32:02
13904     Log: defer "deep recursion" warnings until CXt_SUB context is properly
13905          set up
13906  Branch: perl
13907        ! pp_hot.c t/pragma/warn/pp_hot
13908 ____________________________________________________________________________
13909 [  1944] By: gsar                                  on 1998/10/13  03:15:50
13910     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
13911          fixup the cop_seq value that must be seen by lexical lookups that
13912          emanate within eval''
13913  Branch: perl
13914        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
13915 ____________________________________________________________________________
13916 [  1943] By: gsar                                  on 1998/10/13  02:06:09
13917     Log: ensure recursive attempts to findlex()icals know enough about where
13918          the last eval'' context was encountered
13919  Branch: perl
13920        ! op.c t/op/eval.t
13921 ____________________________________________________________________________
13922 [  1942] By: gsar                                  on 1998/10/13  02:01:24
13923     Log: force copy of substrings when matching against temporaries
13924  Branch: perl
13925        ! pp_hot.c t/op/pat.t
13926 ____________________________________________________________________________
13927 [  1941] By: gsar                                  on 1998/10/13  01:49:16
13928     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
13929          implementation)
13930  Branch: perl
13931        ! pp_ctl.c t/op/runlevel.t
13932 ____________________________________________________________________________
13933 [  1940] By: jhi                                   on 1998/10/12  09:57:44
13934     Log: Removed duplicate CMA threads code for HPUX 10.X.
13935          (probably residue of patch(1) being too understanding)
13936          Enhanced 64-bit settings.
13937  Branch: confperl
13938        ! hints/hpux.sh
13939 ____________________________________________________________________________
13940 [  1939] By: jhi                                   on 1998/10/12  09:53:11
13941     Log: Initial sync from mainline perl.
13942  Branch: confperl
13943        + (add 1282 files)
13944 ____________________________________________________________________________
13945 [  1937] By: gsar                                  on 1998/10/06  21:16:34
13946     Log: fix $/ init for USE_THREADS
13947  Branch: perl
13948        ! perl.c
13949 ____________________________________________________________________________
13950 [  1936] By: gsar                                  on 1998/10/06  07:19:39
13951     Log: fix globals caught by change#1927; builds and tests on Solaris
13952  Branch: perl
13953        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
13954        ! warning.h warning.pl
13955 ____________________________________________________________________________
13956 [  1935] By: gsar                                  on 1998/10/06  06:50:35
13957     Log: add test for previous fix
13958  Branch: perl
13959        ! ext/Thread/create.t
13960 ____________________________________________________________________________
13961 [  1934] By: gsar                                  on 1998/10/06  06:37:36
13962     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
13963  Branch: perl
13964        ! util.c
13965 ____________________________________________________________________________
13966 [  1933] By: gsar                                  on 1998/10/06  05:04:20
13967     Log: undo bogus part of change#1903 (as pointed out by Larry)
13968  Branch: perl
13969        ! pp_ctl.c
13970 ____________________________________________________________________________
13971 [  1932] By: gsar                                  on 1998/10/06  04:21:31
13972     Log: added tweaked version of suggested patch
13973          From: jan.dubois@ibm.net (Jan Dubois)
13974          Date: Sat, 03 Oct 1998 19:04:48 +0200
13975          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
13976          Subject: [PATCH 5.005_52] More MakeMaker  patches
13977  Branch: perl
13978        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13979        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
13980 ____________________________________________________________________________
13981 [  1931] By: gsar                                  on 1998/10/06  04:04:33
13982     Log: use cpp symbols instead of hardwired constants
13983          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13984          Date: Mon, 05 Oct 1998 09:23:33 +0100
13985          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
13986          Subject: [PATCH 5.005_52] By the numbers (resend)
13987  Branch: perl
13988        ! op.c
13989 ____________________________________________________________________________
13990 [  1930] By: gsar                                  on 1998/10/06  04:01:55
13991     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13992          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
13993          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
13994          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
13995  Branch: perl
13996        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
13997        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
13998 ____________________________________________________________________________
13999 [  1929] By: gsar                                  on 1998/10/06  03:50:36
14000     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14001          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
14002          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
14003          Subject: [PATCH 5.00552] Minor test improvement
14004  Branch: perl
14005        ! t/op/magic.t
14006 ____________________________________________________________________________
14007 [  1928] By: gsar                                  on 1998/10/06  03:49:03
14008     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14009          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
14010          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
14011          Subject: [PATCH 5.00552] emacs/ptags inprovements
14012  Branch: perl
14013        ! emacs/ptags
14014 ____________________________________________________________________________
14015 [  1927] By: gsar                                  on 1998/10/06  03:47:44
14016     Log: disable C<#define dirty PL_dirty> et al.
14017  Branch: perl
14018        ! embed.pl embedvar.h
14019 ____________________________________________________________________________
14020 [  1926] By: gsar                                  on 1998/10/06  03:43:32
14021     Log: From: Mark-Jason Dominus <mjd@plover.com>
14022          Date: Sun, 04 Oct 1998 14:48:11 -0400
14023          Message-ID: <19981004184811.16048.qmail@plover.com>
14024          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
14025  Branch: perl
14026        ! utils/perldoc.PL
14027 ____________________________________________________________________________
14028 [  1925] By: gsar                                  on 1998/10/06  03:27:35
14029     Log: disable USE_THREADS when PERL_OBJECT is enabled
14030  Branch: perl
14031        ! win32/Makefile win32/makefile.mk
14032 ____________________________________________________________________________
14033 [  1924] By: gsar                                  on 1998/10/06  03:26:54
14034     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
14035  Branch: perl
14036        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
14037        ! vms/perly_c.vms
14038 ____________________________________________________________________________
14039 [  1923] By: gsar                                  on 1998/10/03  05:19:56
14040     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
14041          overridden
14042  Branch: perl
14043        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
14044        ! proto.h vms/perly_c.vms
14045 ____________________________________________________________________________
14046 [  1922] By: gsar                                  on 1998/10/03  03:59:50
14047     Log: suppress manifypods leak in extensions
14048  Branch: perl
14049        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
14050 ____________________________________________________________________________
14051 [  1921] By: gsar                                  on 1998/10/02  22:30:15
14052     Log: os390 fixes (suggested by Peter Prymmer)
14053  Branch: perl
14054        ! Makefile.SH regcomp.c
14055 ____________________________________________________________________________
14056 [  1920] By: gsar                                  on 1998/10/02  21:41:19
14057     Log: squelch undef warnings
14058          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14059          Date: Fri, 02 Oct 1998 11:01:14 +0100
14060          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
14061          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
14062  Branch: perl
14063        ! Changes lib/Math/BigInt.pm
14064 ____________________________________________________________________________
14065 [  1919] By: gsar                                  on 1998/10/02  04:59:13
14066     Log: add note to INSTALL about ANSI C
14067  Branch: perl
14068        ! INSTALL
14069 ____________________________________________________________________________
14070 [  1918] By: gsar                                  on 1998/10/02  04:21:10
14071     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
14072          From: jan.dubois@ibm.net (Jan Dubois)
14073          Date: Wed, 30 Sep 1998 23:35:30 +0200
14074          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
14075          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
14076  Branch: perl
14077        ! lib/ExtUtils/xsubpp
14078 ____________________________________________________________________________
14079 [  1917] By: gsar                                  on 1998/10/02  04:16:02
14080     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14081          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
14082          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
14083          Subject: Re: Configure test for selectbits busted
14084  Branch: perl
14085        ! Configure
14086 ____________________________________________________________________________
14087 [  1916] By: gsar                                  on 1998/10/02  04:14:17
14088     Log: From: Dan Sugalski <sugalskd@osshe.edu>
14089          Date: Wed, 30 Sep 1998 17:15:20 -0700
14090          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
14091          Subject: [PATCH 5.005_02]VMS config tweaks
14092  Branch: perl
14093        ! vms/descrip_mms.template vms/subconfigure.com
14094 ____________________________________________________________________________
14095 [  1915] By: gsar                                  on 1998/10/02  04:10:47
14096     Log: use Off_t to permit 64-bit seek()
14097          From: Scott Henry <scotth@sgi.com>
14098          Date: 29 Sep 1998 17:38:46 -0700
14099          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
14100          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
14101          --
14102          Date: 28 Sep 1998 18:55:37 -0700
14103          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
14104          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
14105  Branch: perl
14106        ! doio.c pp_sys.c proto.h sv.c
14107 ____________________________________________________________________________
14108 [  1914] By: gsar                                  on 1998/10/02  04:05:36
14109     Log: normalize tm struct passed to strftime() with mktime()
14110          From: Spider Boardman <spider@orb.nashua.nh.us>
14111          Date: Wed, 30 Sep 1998 15:12:09 -0400
14112          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
14113          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
14114  Branch: perl
14115        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14116 ____________________________________________________________________________
14117 [  1913] By: gsar                                  on 1998/10/02  03:59:46
14118     Log: don't try to run foo_SH.orig etc.
14119  Branch: perl
14120        ! Configure
14121 ____________________________________________________________________________
14122 [  1912] By: gsar                                  on 1998/10/02  03:45:37
14123     Log: make warning about glob process failure optional
14124  Branch: perl
14125        ! pod/perldiag.pod pp_hot.c
14126 ____________________________________________________________________________
14127 [  1911] By: gsar                                  on 1998/10/02  02:52:21
14128     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
14129          From: Dominic Dunlop <domo@vo.lu>
14130          Date: Tue, 29 Sep 1998 21:06:30 +0000
14131          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
14132          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
14133          --
14134          Date: Wed, 30 Sep 1998 11:46:44 +0000
14135          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
14136          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
14137  Branch: perl
14138        ! pod/perldiag.pod regcomp.c
14139 ____________________________________________________________________________
14140 [  1910] By: gsar                                  on 1998/10/02  02:48:48
14141     Log: minor Configure tweaks (via private mail)
14142          From: Jarkko Hietaniemi <jhi@iki.fi>
14143          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
14144          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
14145          Subject: [PATCH] 5.005_52: the drizzle continues
14146  Branch: perl
14147        ! Configure config_h.SH handy.h
14148 ____________________________________________________________________________
14149 [  1909] By: gsar                                  on 1998/10/02  02:46:39
14150     Log: update SCO hints for dynamic loading
14151          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14152          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
14153          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
14154          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
14155          --
14156          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
14157          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
14158          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
14159  Branch: perl
14160        ! hints/sco.sh
14161 ____________________________________________________________________________
14162 [  1908] By: gsar                                  on 1998/10/02  02:33:39
14163     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
14164  Branch: perl
14165        ! lib/File/Find.pm
14166 ____________________________________________________________________________
14167 [  1907] By: gsar                                  on 1998/10/02  02:21:52
14168     Log: applied patches, but retained old behavior for win32 (where compilers
14169          can't read from stdin at all)
14170          From: Graham Barr <gbarr@ti.com>
14171          Date: Mon, 28 Sep 1998 09:41:49 -0500
14172          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
14173          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
14174          --
14175          Date: Tue, 29 Sep 1998 12:35:43 -0500
14176          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
14177          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
14178  Branch: perl
14179        ! ext/Errno/Errno_pm.PL
14180 ____________________________________________________________________________
14181 [  1906] By: gsar                                  on 1998/10/02  02:02:19
14182     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
14183          Hietaniemi)
14184  Branch: perl
14185        ! t/op/grent.t
14186 ____________________________________________________________________________
14187 [  1905] By: gsar                                  on 1998/10/02  01:59:56
14188     Log: win32 caveats about truncate()
14189  Branch: perl
14190        ! pod/perlport.pod
14191 ____________________________________________________________________________
14192 [  1904] By: gsar                                  on 1998/10/02  01:53:25
14193     Log: various Configure and hints updates (prefer drand48() or random()
14194          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
14195          applied modulo SCO hints superceded by later patch
14196          From: Jarkko Hietaniemi <jhi@iki.fi>
14197          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
14198          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
14199          Subject: [PATCH] 5.005_52: Configure et al:
14200  Branch: perl
14201        + ext/IPC/SysV/hints/next_3.pl
14202        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
14203        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
14204        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
14205 ____________________________________________________________________________
14206 [  1903] By: gsar                                  on 1998/10/02  01:42:37
14207     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
14208          Date: Mon, 28 Sep 1998 17:41:49 +0100
14209          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
14210          Subject: [PATCH 5.005_52] Re: More on ?p 
14211          --
14212          Date: Thu, 01 Oct 1998 09:10:58 +0100
14213          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
14214          Subject: [PATCH 5.005_52] ?p fix
14215          --
14216          Date: Thu, 01 Oct 1998 10:45:56 +0100
14217          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
14218          Subject: [PATCH 5.005_52] more on ?p
14219  Branch: perl
14220        ! pp_ctl.c
14221 ____________________________________________________________________________
14222 [  1902] By: gsar                                  on 1998/10/02  01:36:14
14223     Log: From: Kenneth Duda <kjd@cisco.com>
14224          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
14225          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
14226          Subject: writemain dies when there are more than 4000 characters of extensions
14227  Branch: perl
14228        ! writemain.SH
14229 ____________________________________________________________________________
14230 [  1901] By: gsar                                  on 1998/10/02  01:33:16
14231     Log: tweak run_byacc recipe
14232  Branch: perl
14233        ! Makefile.SH Porting/pumpkin.pod
14234 ____________________________________________________________________________
14235 [  1900] By: gsar                                  on 1998/10/02  01:02:09
14236     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
14237  Branch: perl
14238        ! perl.h pp_ctl.c
14239 ____________________________________________________________________________
14240 [  1899] By: gsar                                  on 1998/09/28  20:46:30
14241     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
14242          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
14243          Dvornik)
14244  Branch: perl
14245        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
14246 ____________________________________________________________________________
14247 [  1898] By: gsar                                  on 1998/09/28  20:42:52
14248     Log: flush unsubmitted 5.00552 change
14249  Branch: perl
14250        ! MANIFEST
14251 ____________________________________________________________________________
14252 [  1897] By: gsar                                  on 1998/09/27  04:43:06
14253     Log: run vms_yfix.pl
14254  Branch: perl
14255        ! vms/perly_c.vms
14256 ____________________________________________________________________________
14257 [  1896] By: gsar                                  on 1998/09/27  03:38:55
14258     Log: small tweak on last change
14259  Branch: perl
14260        ! win32/win32.c
14261 ____________________________________________________________________________
14262 [  1895] By: gsar                                  on 1998/09/27  03:17:17
14263     Log: fix win32_stat() to do the right thing for share names
14264  Branch: perl
14265        ! win32/win32.c
14266 ____________________________________________________________________________
14267 [  1891] By: larry                                 on 1998/09/25  18:50:40
14268     Log: Fixed apostrophe problem from Mark Knutsen.
14269  Branch: perl
14270        ! sv.h
14271
14272 ----------------
14273 Version 5.005_52
14274 ----------------
14275
14276 ____________________________________________________________________________
14277 [  1890] By: gsar                                  on 1998/09/25  10:25:00
14278     Log: update template config.sh, add new config vars to win32 stuff
14279  Branch: perl
14280        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
14281        ! pp_sys.c proto.h win32/config.bc win32/config.gc
14282        ! win32/config.vc win32/config_H.bc win32/config_H.gc
14283        ! win32/config_H.vc win32/win32.h
14284 ____________________________________________________________________________
14285 [  1889] By: gsar                                  on 1998/09/25  07:13:13
14286     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
14287          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
14288          of full-fledged 64-bit support (including support for: fseeko/ftello,
14289          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
14290          in Fcntl)
14291          From: Jarkko Hietaniemi <jhi@iki.fi>
14292          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
14293          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
14294          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
14295          --
14296          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14297          Date: 12 Sep 1998 09:44:25 +0300
14298          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
14299          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
14300  Branch: perl
14301        + lib/filetest.pm
14302        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
14303        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
14304        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
14305        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
14306        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
14307        ! win32/makedef.pl
14308 ____________________________________________________________________________
14309 [  1888] By: gsar                                  on 1998/09/25  06:27:12
14310     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
14311  Branch: perl
14312        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
14313        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14314        ! win32/makedef.pl win32/makefile.mk win32/win32.c
14315 ____________________________________________________________________________
14316 [  1887] By: gsar                                  on 1998/09/25  04:50:49
14317     Log: win32.c tweak
14318  Branch: perl
14319        ! win32/win32.c
14320 ____________________________________________________________________________
14321 [  1886] By: gsar                                  on 1998/09/25  04:47:32
14322     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
14323  Branch: perl
14324        ! lib/ExtUtils/MakeMaker.pm
14325 ____________________________________________________________________________
14326 [  1885] By: gsar                                  on 1998/09/25  04:05:09
14327     Log: From: Dominic Dunlop <domo@vo.lu>
14328          Date: Thu, 10 Sep 1998 11:02:46 +0000
14329          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
14330          Subject: MM_Unix::canonpath erroneously turns leading // into /
14331  Branch: perl
14332        ! lib/ExtUtils/MM_Unix.pm
14333 ____________________________________________________________________________
14334 [  1884] By: gsar                                  on 1998/09/25  03:06:10
14335     Log: temporarily disable perl malloc for a2p until we clean up
14336          conflicting malloc() declarations everywhere
14337  Branch: perl
14338        ! x2p/Makefile.SH
14339 ____________________________________________________________________________
14340 [  1883] By: gsar                                  on 1998/09/25  02:27:00
14341     Log: remove obsolete win32/bin/*.pl
14342  Branch: perl
14343        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
14344        ! Changes MANIFEST win32/Makefile win32/makefile.mk
14345 ____________________________________________________________________________
14346 [  1882] By: gsar                                  on 1998/09/25  02:04:43
14347     Log: missing file in last submit
14348  Branch: perl
14349        ! proto.h
14350 ____________________________________________________________________________
14351 [  1881] By: gsar                                  on 1998/09/25  01:56:54
14352     Log: serial access to PL_x[inpr]v_root for USE_THREADS
14353  Branch: perl
14354        ! sv.c
14355 ____________________________________________________________________________
14356 [  1880] By: gsar                                  on 1998/09/25  01:19:38
14357     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
14358          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
14359          Date: Thu, 24 Sep 1998 22:01:09 +0900
14360          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
14361          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
14362  Branch: perl
14363        ! hv.c proto.h
14364 ____________________________________________________________________________
14365 [  1879] By: gsar                                  on 1998/09/25  00:20:07
14366     Log: tweaks to enable PERL_OBJECT to build & test on win32
14367  Branch: perl
14368        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
14369        ! win32/GenCAPI.pl
14370 ____________________________________________________________________________
14371 [  1878] By: gsar                                  on 1998/09/25  00:13:36
14372     Log: fix change#1861, which breaks default boot_xxx symbol generation
14373  Branch: perl
14374        ! lib/ExtUtils/Mksymlists.pm
14375 ____________________________________________________________________________
14376 [  1877] By: gsar                                  on 1998/09/24  10:29:54
14377     Log: two tweaks for clean build and test on Solaris
14378  Branch: perl
14379        ! op.c t/op/subst.t
14380 ____________________________________________________________________________
14381 [  1876] By: gsar                                  on 1998/09/24  09:04:43
14382     Log: From: Colin Kuskie <ckuskie@cadence.com>
14383          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
14384          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
14385          Subject: [PATCH 5.005_51] perlform.pod
14386  Branch: perl
14387        ! pod/perlform.pod
14388 ____________________________________________________________________________
14389 [  1875] By: gsar                                  on 1998/09/24  08:47:47
14390     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14391          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
14392          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
14393          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
14394  Branch: perl
14395        ! regexec.c
14396 ____________________________________________________________________________
14397 [  1874] By: gsar                                  on 1998/09/24  08:44:55
14398     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14399          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
14400          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
14401          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
14402  Branch: perl
14403        ! toke.c
14404 ____________________________________________________________________________
14405 [  1873] By: gsar                                  on 1998/09/24  08:39:41
14406     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14407          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
14408          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
14409          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
14410  Branch: perl
14411        ! Changes regcomp.c
14412 ____________________________________________________________________________
14413 [  1872] By: gsar                                  on 1998/09/24  08:37:00
14414     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
14415          Date: Sun, 23 Aug 1998 23:18:38 PDT
14416          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
14417          Subject: new irix_6.sh hints file
14418  Branch: perl
14419        ! hints/irix_6.sh
14420 ____________________________________________________________________________
14421 [  1871] By: gsar                                  on 1998/09/24  07:26:37
14422     Log: correct FSF address in various places
14423  Branch: perl
14424        ! Copying README ext/B/README lib/Getopt/Long.pm
14425 ____________________________________________________________________________
14426 [  1870] By: gsar                                  on 1998/09/24  07:11:56
14427     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
14428          Date:    Fri, 14 Aug 1998 09:20:16 PDT
14429          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
14430          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
14431  Branch: perl
14432        ! configure.com
14433 ____________________________________________________________________________
14434 [  1869] By: gsar                                  on 1998/09/24  06:55:59
14435     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
14436          From:    Scott Henry <scotth@sgi.com>
14437          Date:    13 Aug 1998 09:52:15 PDT
14438          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
14439          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
14440  Branch: perl
14441        ! hints/irix_6.sh
14442 ____________________________________________________________________________
14443 [  1868] By: gsar                                  on 1998/09/24  06:51:23
14444     Log: From:    Nathan Torkington <gnat@frii.com>
14445          Date:    Thu, 13 Aug 1998 10:59:48 MDT
14446          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
14447          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
14448  Branch: perl
14449        ! pod/perlfunc.pod
14450 ____________________________________________________________________________
14451 [  1867] By: gsar                                  on 1998/09/24  06:45:13
14452     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
14453          that are autoloaded)
14454  Branch: perl
14455        ! pp_ctl.c
14456 ____________________________________________________________________________
14457 [  1866] By: gsar                                  on 1998/09/24  05:21:19
14458     Log: grandfather deprecated "$$<digit>" no more
14459  Branch: perl
14460        ! pod/perldiag.pod toke.c
14461 ____________________________________________________________________________
14462 [  1865] By: gsar                                  on 1998/09/24  04:52:48
14463     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
14464          low bits (suggested by Ilya Zakharevich)
14465  Branch: perl
14466        ! hv.h
14467 ____________________________________________________________________________
14468 [  1864] By: gsar                                  on 1998/09/24  04:29:14
14469     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
14470          perly_c.diff
14471  Branch: perl
14472        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
14473        ! perly_c.diff toke.c
14474 ____________________________________________________________________________
14475 [  1863] By: gsar                                  on 1998/09/24  03:36:30
14476     Log: provide locked access to string table for USE_THREADS
14477  Branch: perl
14478        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
14479 ____________________________________________________________________________
14480 [  1862] By: gsar                                  on 1998/09/24  03:30:32
14481     Log: remove bogus warn()
14482  Branch: perl
14483        ! embed.pl
14484 ____________________________________________________________________________
14485 [  1861] By: gsar                                  on 1998/09/24  02:58:51
14486     Log: applied suggested patch, adapted for all platforms
14487          From: jan.dubois@ibm.net (Jan Dubois)
14488          Date: Sun, 20 Sep 1998 12:56:38 +0200
14489          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
14490          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
14491  Branch: perl
14492        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14493        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14494        ! lib/ExtUtils/MakeMaker.pm
14495 ____________________________________________________________________________
14496 [  1860] By: gsar                                  on 1998/09/24  02:16:14
14497     Log: upgrade to CPAN-1.40
14498  Branch: perl
14499        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
14500 ____________________________________________________________________________
14501 [  1859] By: gsar                                  on 1998/09/24  02:08:59
14502     Log: use $ENV{MAKEMAKEROPT} to set default command line args
14503  Branch: perl
14504        ! lib/ExtUtils/MakeMaker.pm
14505 ____________________________________________________________________________
14506 [  1857] By: gsar                                  on 1998/09/23  10:58:36
14507     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14508          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
14509          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
14510          Subject: More verbose Test::Harness [PATCH]
14511  Branch: perl
14512        ! lib/Test/Harness.pm
14513 ____________________________________________________________________________
14514 [  1856] By: gsar                                  on 1998/09/23  10:56:24
14515     Log: update hints for OPENSTEP 4.2 on i386
14516          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
14517          Date: Sun, 20 Sep 1998 01:03:18 +0200
14518          Message-Id: <9809192303.AA29190@Spike>
14519          Subject: Perl 5.005_02 compilation problems
14520  Branch: perl
14521        ! hints/next_4.sh
14522 ____________________________________________________________________________
14523 [  1855] By: gsar                                  on 1998/09/23  10:52:27
14524     Log: reset errno after C<require> search (as suggested by Larry)
14525  Branch: perl
14526        ! pp_ctl.c
14527 ____________________________________________________________________________
14528 [  1854] By: gsar                                  on 1998/09/23  10:50:26
14529     Log: misc pod tweaks
14530  Branch: perl
14531        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
14532 ____________________________________________________________________________
14533 [  1853] By: gsar                                  on 1998/09/23  10:46:06
14534     Log: make Pod/Html.pm handle the --title option properly (as suggested
14535          by gml4410@ggr.co.uk)
14536  Branch: perl
14537        ! lib/Pod/Html.pm
14538 ____________________________________________________________________________
14539 [  1852] By: gsar                                  on 1998/09/23  10:41:39
14540     Log: SSNEW() API for allocating memory on the savestack
14541          From: Albert Dvornik <bert@genscan.com>
14542          Date: 17 Sep 1998 19:23:07 -0400
14543          Message-Id: <tqemtae338.fsf@puma.genscan.com>
14544          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
14545  Branch: perl
14546        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
14547        ! perl.h proto.h scope.c scope.h t/io/tell.t
14548 ____________________________________________________________________________
14549 [  1851] By: gsar                                  on 1998/09/23  10:37:05
14550     Log: From: Jochen Wiedmann <joe@ispsoft.de>
14551          Date: Thu, 17 Sep 1998 17:16:06 +0200
14552          Message-ID: <360127B6.E44564A@ispsoft.de>
14553          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
14554  Branch: perl
14555        ! lib/ExtUtils/MakeMaker.pm
14556 ____________________________________________________________________________
14557 [  1850] By: gsar                                  on 1998/09/23  10:33:05
14558     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
14559          Date: 15 Sep 1998 01:32:31 +0200
14560          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
14561          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
14562  Branch: perl
14563        ! lib/ExtUtils/MM_Unix.pm
14564 ____________________________________________________________________________
14565 [  1849] By: gsar                                  on 1998/09/23  10:29:04
14566     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
14567          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
14568          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
14569          Subject: Re: extralibs.ld problem in MM_VMS.pm
14570  Branch: perl
14571        ! lib/ExtUtils/MM_VMS.pm
14572 ____________________________________________________________________________
14573 [  1848] By: gsar                                  on 1998/09/23  10:25:24
14574     Log: From: Roderick Schertler <roderick@argon.org>
14575          Date: 11 Sep 1998 16:19:21 -0400
14576          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
14577          Subject: Re: Open2 and memory leaks
14578  Branch: perl
14579        ! lib/IPC/Open3.pm
14580 ____________________________________________________________________________
14581 [  1847] By: gsar                                  on 1998/09/23  10:18:31
14582     Log: From: Roderick Schertler <roderick@argon.org>
14583          Date: Wed, 09 Sep 1998 23:52:48 -0400
14584          Message-ID: <20567.905399568@eeyore.ibcinc.com>
14585          Subject: seed srand from /dev/urandom when possible
14586  Branch: perl
14587        ! pod/perlfunc.pod pp.c
14588 ____________________________________________________________________________
14589 [  1846] By: gsar                                  on 1998/09/23  10:12:22
14590     Log: From: Roderick Schertler <roderick@argon.org>
14591          Date: Thu, 10 Sep 1998 00:32:17 -0400
14592          Message-ID: <21142.905401937@eeyore.ibcinc.com>
14593          Subject: doc update for crypt()'s salt
14594  Branch: perl
14595        ! pod/perlfunc.pod
14596 ____________________________________________________________________________
14597 [  1845] By: gsar                                  on 1998/09/23  10:09:23
14598     Log: fix h2ph handling of C<#error "foo">
14599          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
14600          Date: Thu, 10 Sep 1998 09:59:33 +0900
14601          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
14602          Subject: [5.005_02] h2ph problem
14603  Branch: perl
14604        ! utils/h2ph.PL
14605 ____________________________________________________________________________
14606 [  1844] By: gsar                                  on 1998/09/23  10:06:13
14607     Log: plug strictly private function leaks in API listing
14608  Branch: perl
14609        ! pod/perlguts.pod
14610 ____________________________________________________________________________
14611 [  1843] By: gsar                                  on 1998/09/23  10:02:57
14612     Log: hide symbol for static build
14613          From: Dominic Dunlop <domo@vo.lu>
14614          Date: Tue, 8 Sep 1998 21:40:46 +0000
14615          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
14616          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
14617  Branch: perl
14618        ! regcomp.c
14619 ____________________________________________________________________________
14620 [  1842] By: gsar                                  on 1998/09/23  09:52:46
14621     Log: define PUT_svindex(), PUT_opindex()
14622  Branch: perl
14623        ! ext/B/B/Assembler.pm
14624 ____________________________________________________________________________
14625 [  1841] By: gsar                                  on 1998/09/23  09:44:25
14626     Log: From: Dominic Dunlop <domo@vo.lu>
14627          Date: Tue, 8 Sep 1998 15:34:53 +0000
14628          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
14629          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
14630  Branch: perl
14631        ! t/pragma/warn/regexec
14632 ____________________________________________________________________________
14633 [  1840] By: gsar                                  on 1998/09/23  09:42:17
14634     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
14635  Branch: perl
14636        ! win32/bin/pl2bat.pl
14637 ____________________________________________________________________________
14638 [  1839] By: gsar                                  on 1998/09/23  09:38:18
14639     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
14640          Date: Mon, 7 Sep 1998 17:36:09 +0900
14641          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
14642          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
14643  Branch: perl
14644        ! ext/Thread/Thread.xs
14645 ____________________________________________________________________________
14646 [  1838] By: gsar                                  on 1998/09/23  09:21:11
14647     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
14648          Date: Thu, 10 Sep 1998 00:02:07 -0400
14649          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
14650          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
14651  Branch: perl
14652        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
14653        + vos/config.h vos/config_h.SH_orig vos/perl.bind
14654        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
14655        ! MANIFEST perl.c perl.h pod/perlport.pod
14656 ____________________________________________________________________________
14657 [  1837] By: gsar                                  on 1998/09/23  08:45:58
14658     Log: (via private mail)
14659          From: Charles Bailey <BAILEY@newman.upenn.edu>
14660          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
14661          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
14662          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
14663  Branch: perl
14664        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
14665        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
14666        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
14667        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
14668        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
14669        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
14670        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
14671        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
14672        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
14673        ! vms/writemain.pl
14674 ____________________________________________________________________________
14675 [  1836] By: gsar                                  on 1998/09/23  08:17:42
14676     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14677          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
14678          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
14679          Subject: [PATCH 5.005_*] OS/2 spawning typos
14680  Branch: perl
14681        ! os2/os2.c
14682 ____________________________________________________________________________
14683 [  1835] By: gsar                                  on 1998/09/23  08:09:55
14684     Log: warn on C<my($foo,$foo)>
14685  Branch: perl
14686        ! op.c pod/perldiag.pod
14687 ____________________________________________________________________________
14688 [  1834] By: gsar                                  on 1998/09/23  07:35:56
14689     Log: From: pvhp@forte.com (Peter Prymmer)
14690          Date: Fri, 4 Sep 98 13:27:41 PDT
14691          Message-Id: <9809042027.AA04463@forte.com>
14692          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
14693  Branch: perl
14694        ! README.vms
14695 ____________________________________________________________________________
14696 [  1833] By: gsar                                  on 1998/09/23  07:27:34
14697     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14698          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
14699          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
14700          Subject: PATCH: 5.005_02 hint/hpux.sh
14701  Branch: perl
14702        ! hints/hpux.sh
14703 ____________________________________________________________________________
14704 [  1832] By: gsar                                  on 1998/09/23  07:22:40
14705     Log: fix (some) installhtml bugs
14706          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
14707          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
14708          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
14709          Subject: installhtml script needs work
14710  Branch: perl
14711        ! installhtml
14712 ____________________________________________________________________________
14713 [  1831] By: gsar                                  on 1998/09/23  07:19:30
14714     Log: document 'U' magic with examples
14715          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
14716          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
14717          Message-Id: <199809011455.PAA00631@sale-wts>
14718          Subject: Re: Looking for some XS MAGIC examples...
14719  Branch: perl
14720        ! pod/perlguts.pod
14721 ____________________________________________________________________________
14722 [  1830] By: gsar                                  on 1998/09/23  07:16:43
14723     Log: From: pvhp@forte.com (Peter Prymmer)
14724          Date: Mon, 31 Aug 98 17:13:49 PDT
14725          Message-Id: <9809010013.AA06737@forte.com>
14726          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
14727  Branch: perl
14728        ! README.os390
14729 ____________________________________________________________________________
14730 [  1829] By: gsar                                  on 1998/09/23  07:15:08
14731     Log: fix problematic typecast in filter_del()
14732          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
14733          Date: Mon, 31 Aug 1998 21:13:11 GMT
14734          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
14735          Subject: perl5.005_02 does not build on Cray T90
14736  Branch: perl
14737        ! toke.c
14738 ____________________________________________________________________________
14739 [  1828] By: gsar                                  on 1998/09/23  07:11:34
14740     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14741          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
14742          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
14743          Subject: [PATCH 5.005_5*] (?>) broken in RE
14744  Branch: perl
14745        ! regexec.c t/op/re_tests
14746 ____________________________________________________________________________
14747 [  1827] By: gsar                                  on 1998/09/23  07:09:50
14748     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
14749  Branch: perl
14750        ! t/op/grent.t t/op/groups.t
14751 ____________________________________________________________________________
14752 [  1826] By: gsar                                  on 1998/09/23  07:03:16
14753     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14754          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
14755          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
14756          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
14757  Branch: perl
14758        - interp.sym
14759        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
14760 ____________________________________________________________________________
14761 [  1825] By: gsar                                  on 1998/09/23  06:56:40
14762     Log: re-introduce change#1703
14763  Branch: perl
14764        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
14765 ____________________________________________________________________________
14766 [  1824] By: gsar                                  on 1998/09/23  06:44:19
14767     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14768          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
14769          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
14770          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
14771  Branch: perl
14772        ! lib/perl5db.pl
14773 ____________________________________________________________________________
14774 [  1823] By: gsar                                  on 1998/09/23  06:41:34
14775         Log: From: Joe Buehler <jhpb@hekimian.com>
14776              Date: 29 Aug 1998 17:13:28 -0400
14777              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
14778              Subject: patches for perl 5.005_51 under U/WIN
14779      Branch: perl
14780            + hints/uwin.sh
14781            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
14782            ! t/lib/posix.t
14783 ____________________________________________________________________________
14784 [  1822] By: gsar                                  on 1998/09/23  06:36:59
14785         Log: add missing C<no utf8;> tweak from Larry
14786      Branch: perl
14787            ! t/op/subst.t
14788 ____________________________________________________________________________
14789 [  1821] By: gsar                                  on 1998/09/23  06:27:51
14790         Log: s/runops/CALLRUNOPS/
14791      Branch: perl
14792            ! cc_runtime.h
14793 ____________________________________________________________________________
14794 [  1820] By: gsar                                  on 1998/09/23  06:24:49
14795         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
14796      Branch: perl
14797           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
14798           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
14799           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
14800           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
14801           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
14802           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
14803           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
14804           +> t/pragma/warn/util
14805            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
14806            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
14807            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
14808            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
14809            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
14810            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
14811            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
14812            - t/pragma/warn-util
14813            ! MANIFEST t/pragma/warning.t
14814 ____________________________________________________________________________
14815 [  1819] By: gsar                                  on 1998/09/23  06:08:46
14816         Log: make \(%foo) return refs to values (not copies of values)
14817              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14818              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
14819              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
14820              --
14821              From: Roderick Schertler <roderick@argon.org>
14822              Date: Sat, 29 Aug 1998 00:58:33 -0400
14823              Message-ID: <29894.904366713@eeyore.ibcinc.com>
14824              Subject: Re: \(%x) problems
14825      Branch: perl
14826            ! doop.c pod/perlref.pod
14827 ____________________________________________________________________________
14828 [  1818] By: gsar                                  on 1998/09/23  06:05:08
14829         Log: make h2xs generate ANSI prototypes
14830      Branch: perl
14831            ! utils/h2xs.PL
14832 ____________________________________________________________________________
14833 [  1817] By: gsar                                  on 1998/09/23  05:57:16
14834         Log: updated usethreads hints for hpux 10.X
14835              From: Matthew T Harden <mthard@mthard1.monsanto.com>
14836              Date: Fri, 28 Aug 1998 14:10:42 GMT
14837              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
14838              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
14839      Branch: perl
14840            ! hints/hpux.sh perl.h
14841 ____________________________________________________________________________
14842 [  1816] By: gsar                                  on 1998/09/23  05:53:31
14843         Log: don't create empty directories in installperl
14844              From: Robin Barker <rmb1@cise.npl.co.uk>
14845              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
14846              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
14847              Subject: [PATCH 5.005_02] install: empty dirs
14848      Branch: perl
14849            ! installperl
14850 ____________________________________________________________________________
14851 [  1815] By: gsar                                  on 1998/09/23  05:50:36
14852         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
14853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14854              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
14855              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
14856              Subject: Re: your mail
14857      Branch: perl
14858            ! regexec.c t/op/re_tests
14859 ____________________________________________________________________________
14860 [  1814] By: gsar                                  on 1998/09/23  05:45:17
14861         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14862              Date: Thu, 20 Aug 1998 20:59:03 -0400
14863              Message-ID: <19980820205903.A12908@O2.chapin.edu>
14864              Subject: [PATCH] h2ph misquotes #error directives
14865      Branch: perl
14866            ! t/lib/h2ph.pht utils/h2ph.PL
14867 ____________________________________________________________________________
14868 [  1813] By: gsar                                  on 1998/09/23  05:42:41
14869         Log: patch to support computed regular subexpressions
14870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14871              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
14872              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
14873              Subject: [5.005_5* PATCH] Postponed RE - now!
14874      Branch: perl
14875            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
14876            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
14877 ____________________________________________________________________________
14878 [  1812] By: gsar                                  on 1998/09/23  05:26:26
14879         Log: better CR-handling on shebang line and in formats (fixed variant of
14880              patch suggested by Igor Sysoev <igor@nitek.ru>)
14881      Branch: perl
14882            ! perl.c toke.c
14883 ____________________________________________________________________________
14884 [  1811] By: gsar                                  on 1998/09/23  04:35:46
14885         Log: document non-loopish blocks better
14886              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14887              Date: Tue, 18 Aug 1998 12:28:36 +0100
14888              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
14889              Subject: Re: next in do {} while block gives error message
14890      Branch: perl
14891            ! pod/perlfunc.pod
14892 ____________________________________________________________________________
14893 [  1810] By: gsar                                  on 1998/09/23  04:12:05
14894         Log: fix bogus integerization of pop()'s return value
14895              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14896              Date: Sat, 15 Aug 1998 23:27:54 -0400
14897              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
14898              Subject: Re: Complex expression does integer arithmetic 
14899      Branch: perl
14900            ! opcode.h opcode.pl
14901 ____________________________________________________________________________
14902 [  1809] By: gsar                                  on 1998/09/23  04:09:43
14903         Log: tweak README.win32
14904      Branch: perl
14905            ! README.win32
14906 ____________________________________________________________________________
14907 [  1808] By: gsar                                  on 1998/09/23  03:40:57
14908         Log: better diagnostic for do{} used as lvalue
14909      Branch: perl
14910            ! op.c pod/perlport.pod
14911 ____________________________________________________________________________
14912 [  1807] By: gsar                                  on 1998/09/23  03:38:30
14913         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
14914              From: hansm@icgroup.nl
14915              Date: Tue, 11 Aug 98 21:08:51 +0200
14916              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
14917              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14918      Branch: perl
14919            ! malloc.c
14920 ____________________________________________________________________________
14921 [  1806] By: gsar                                  on 1998/09/23  03:36:08
14922         Log: support make written in perl (aka "pmake") on win32
14923      Branch: perl
14924            ! lib/ExtUtils/MM_Win32.pm
14925 ____________________________________________________________________________
14926 [  1805] By: gsar                                  on 1998/09/23  03:30:07
14927         Log: fix mismatched UV/U32 types for to_utf8_*()
14928      Branch: perl
14929            ! utf8.c
14930 ____________________________________________________________________________
14931 [  1804] By: gsar                                  on 1998/09/23  03:22:22
14932         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
14933              Date: Sun, 9 Aug 1998 22:38:23 +0200
14934              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
14935              Subject: [PATCH 5.5002] dos-djgpp update
14936      Branch: perl
14937            ! t/io/fs.t
14938 ____________________________________________________________________________
14939 [  1803] By: gsar                                  on 1998/09/23  03:20:13
14940         Log: apply minimal variant of patch (sent via private mail)
14941              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
14942              Date: Wed, 12 Aug 1998 15:42:35 +0300
14943              Message-Id: <199808121242.PAA29761@comanche.spices>
14944              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
14945      Branch: perl
14946            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
14947            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
14948 ____________________________________________________________________________
14949 [  1802] By: gsar                                  on 1998/09/23  03:03:39
14950         Log: adjust searchdict.t for EBCDIC (still needs documenting)
14951              From: pvhp@forte.com (Peter Prymmer)
14952              Date: Thu, 6 Aug 98 18:09:39 PDT
14953              Message-Id: <9808070109.AA06158@forte.com>
14954              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
14955      Branch: perl
14956            ! README.os390 t/lib/searchdict.t
14957 ____________________________________________________________________________
14958 [  1801] By: gsar                                  on 1998/09/23  02:54:15
14959         Log: silence redefined warning for XS(INIT) {}
14960      Branch: perl
14961            ! op.c
14962 ____________________________________________________________________________
14963 [  1800] By: gsar                                  on 1998/09/23  02:42:23
14964         Log: support match indices via special variables @- and @+
14965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14966              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
14967              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
14968              Subject: [PATCH 5.004_76] @- and @+
14969      Branch: perl
14970            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
14971            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
14972 ____________________________________________________________________________
14973 [  1799] By: gsar                                  on 1998/09/23  01:44:31
14974         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14975              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
14976              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
14977              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
14978      Branch: perl
14979            ! regcomp.c t/op/re_tests
14980 ____________________________________________________________________________
14981 [  1798] By: gsar                                  on 1998/09/23  01:39:23
14982         Log: integrate maint-5.005 changes (except conflicting change#1794)
14983      Branch: perl
14984            ! Changes
14985           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
14986           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
14987           !> win32/win32.h
14988 ____________________________________________________________________________
14989 [  1797] By: gsar                                  on 1998/09/23  01:32:36
14990         Log: add note to win32/Makefile about setting CCHOME
14991      Branch: perl
14992            ! win32/Makefile win32/makefile.mk
14993 ____________________________________________________________________________
14994 [  1796] By: gsar                                  on 1998/09/23  01:31:32
14995         Log: perl.pod tweak
14996      Branch: perl
14997            ! pod/perl.pod
14998 ____________________________________________________________________________
14999 [  1795] By: gsar                                  on 1998/09/21  20:34:10
15000         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
15001      Branch: perl
15002            ! lib/ExtUtils/xsubpp
15003 ____________________________________________________________________________
15004 [  1789] By: gsar                                  on 1998/09/18  18:01:37
15005         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
15006      Branch: perl
15007            ! cop.h t/cmd/for.t
15008 ____________________________________________________________________________
15009 [  1788] By: gsar                                  on 1998/09/17  02:19:11
15010         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
15011      Branch: perl
15012            ! win32/config.bc win32/config.gc win32/config.vc
15013 ____________________________________________________________________________
15014 [  1787] By: gsar                                  on 1998/09/17  01:45:14
15015         Log: suppress bogus warning on C<sub x {} x()>
15016      Branch: perl
15017            ! toke.c
15018 ____________________________________________________________________________
15019 [  1786] By: gsar                                  on 1998/09/17  01:42:51
15020         Log: ntohl typo in objXSUB.h
15021      Branch: perl
15022            ! objXSUB.h
15023 ____________________________________________________________________________
15024 [  1785] By: gsar                                  on 1998/09/17  01:41:48
15025         Log: fill gaps in sig_* entries in win32/config.?c
15026      Branch: perl
15027            ! win32/config.bc win32/config.gc win32/config.vc
15028 ____________________________________________________________________________
15029 [  1781] By: larry                                 on 1998/09/05  23:48:24
15030         Log: tr/// logic was hosed under utf8
15031      Branch: perl
15032            ! doop.c op.c op.h pp.c proto.h
15033 ____________________________________________________________________________
15034 [  1780] By: larry                                 on 1998/09/05  23:44:16
15035         Log: several new tests needed tweaking to work under utf8
15036      Branch: perl
15037            ! t/comp/require.t t/op/pack.t t/op/substr.t
15038 ____________________________________________________________________________
15039 [  1779] By: larry                                 on 1998/09/05  23:41:42
15040         Log: index() applied BM optimization to wrong argument
15041      Branch: perl
15042            ! op.c util.c
15043 ____________________________________________________________________________
15044 [  1778] By: larry                                 on 1998/09/05  23:38:29
15045         Log: Implicit require during compile reset line numbering
15046      Branch: perl
15047            ! pp_ctl.c
15048
15049 ----------------
15050 Version 5.005_51
15051 ----------------
15052
15053 ____________________________________________________________________________
15054 [  1777] By: gsar                                  on 1998/08/10  07:02:38
15055         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
15056              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
15057              lexical warning testsuite for win32
15058      Branch: perl
15059            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
15060            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
15061            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
15062            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
15063            ! win32/Makefile win32/makefile.mk
15064 ____________________________________________________________________________
15065 [  1776] By: gsar                                  on 1998/08/09  17:53:48
15066         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
15067      Branch: perl
15068            ! Changes MANIFEST perl.c pod/perlhist.pod
15069 ____________________________________________________________________________
15070 [  1775] By: gsar                                  on 1998/08/09  14:35:33
15071         Log: tweak warning test
15072      Branch: perl
15073            ! t/pragma/warn-toke
15074 ____________________________________________________________________________
15075 [  1774] By: gsar                                  on 1998/08/09  14:13:46
15076         Log: add missing dTHR; notes for test failures due to small stacksize
15077      Branch: perl
15078            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
15079            ! toke.c universal.c util.c
15080 ____________________________________________________________________________
15081 [  1773] By: gsar                                  on 1998/08/09  11:31:53
15082         Log: lexical warnings; tweaks to places that didn't apply correctly
15083              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
15084              Date:    Wed, 29 Jul 1998 09:28:45 BST
15085              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
15086              Subject: lexical warnings patch for 5.005_50
15087      Branch: perl
15088            + README.lexwarn lib/warning.pm t/pragma/warn-2use
15089            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
15090            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
15091            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
15092            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
15093            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
15094            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
15095            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
15096            + warning.h warning.pl
15097            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
15098            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
15099            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
15100            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
15101            ! universal.c util.c
15102 ____________________________________________________________________________
15103 [  1772] By: gsar                                  on 1998/08/08  23:06:00
15104         Log: bump patchlevel to 5.005_51
15105      Branch: perl
15106            ! patchlevel.h win32/Makefile win32/config_H.bc
15107            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15108 ____________________________________________________________________________
15109 [  1771] By: gsar                                  on 1998/08/08  23:01:57
15110         Log: fix bogus warning on "\x{123}"
15111              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
15112              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
15113              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
15114              Subject: [5.005_50 PATCH] Some unicode problems
15115      Branch: perl
15116            ! regcomp.c toke.c
15117 ____________________________________________________________________________
15118 [  1770] By: gsar                                  on 1998/08/08  22:56:55
15119         Log: hide dup symbol for static build of ext/re
15120              From: Dominic Dunlop <domo@ppp72.vo.lu>
15121              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
15122              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
15123              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
15124      Branch: perl
15125            ! regcomp.c
15126 ____________________________________________________________________________
15127 [  1769] By: gsar                                  on 1998/08/08  22:45:06
15128         Log: fix double free on -Mutf8 -e '$b=uc("")'
15129              From: larry@wall.org (Larry Wall)
15130              Date: Fri, 7 Aug 1998 14:42:43 -0700
15131              Message-Id: <199808072142.OAA14920@wall.org>
15132              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
15133      Branch: perl
15134            ! pp.c
15135 ____________________________________________________________________________
15136 [  1768] By: gsar                                  on 1998/08/08  22:42:29
15137         Log: substr() assumes utf8 without say-so
15138              From: larry@wall.org (Larry Wall)
15139              Date: Fri, 7 Aug 1998 12:25:12 -0700
15140              Message-Id: <199808071925.MAA13436@wall.org>
15141              Subject: [PATCH 5.005_50] substr bug?
15142      Branch: perl
15143            ! pp.c
15144 ____________________________________________________________________________
15145 [  1767] By: gsar                                  on 1998/08/08  22:38:25
15146         Log: fix intolerance of SWASHes for blank lines
15147              From: Gisle Aas <aas@sn.no>
15148              Date: 06 Aug 1998 23:28:57 +0200
15149              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
15150              Subject: Re: Re[2]: another joyride begins
15151      Branch: perl
15152            ! lib/utf8_heavy.pl
15153 ____________________________________________________________________________
15154 [  1766] By: gsar                                  on 1998/08/08  22:33:10
15155         Log: utf8 doc tweak
15156              From: Gisle Aas <aas@sn.no>
15157              Date: 05 Aug 1998 00:41:04 +0200
15158              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
15159              Subject: Matching clumps
15160      Branch: perl
15161            ! lib/utf8.pm
15162 ____________________________________________________________________________
15163 [  1765] By: gsar                                  on 1998/08/08  22:31:37
15164         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
15165              From: Gisle Aas <aas@sn.no>
15166              Date: 04 Aug 1998 22:56:11 +0200
15167              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
15168              Subject: Re: another joyride begins
15169      Branch: perl
15170            ! lib/utf8_heavy.pl
15171 ____________________________________________________________________________
15172 [  1764] By: gsar                                  on 1998/08/08  22:28:43
15173         Log: From: larry@wall.org (Larry Wall)
15174              Date: Tue, 4 Aug 1998 17:04:51 -0700
15175              Message-Id: <199808050004.RAA22592@wall.org>
15176              Subject: [PATCH 5.005_50] \pX not implemented!
15177      Branch: perl
15178            ! regcomp.c
15179 ____________________________________________________________________________
15180 [  1763] By: gsar                                  on 1998/08/08  22:27:15
15181         Log: From: Stephen McCamant <alias@mcs.com>
15182              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
15183              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
15184              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
15185      Branch: perl
15186            ! op.c
15187 ____________________________________________________________________________
15188 [  1762] By: gsar                                  on 1998/08/08  22:26:09
15189         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15190              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
15191              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
15192              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
15193      Branch: perl
15194            + t/op/grent.t t/op/pwent.t
15195            ! MANIFEST
15196 ____________________________________________________________________________
15197 [  1761] By: gsar                                  on 1998/08/08  22:21:52
15198         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15199              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
15200              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
15201              Subject: [5.005_50 PATCH] misprint in RE engine
15202      Branch: perl
15203            ! regexec.c t/op/re_tests
15204 ____________________________________________________________________________
15205 [  1760] By: gsar                                  on 1998/08/08  22:18:54
15206         Log: integrate maint-5.005 changes into mainline
15207      Branch: perl
15208           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
15209           !> (integrate 138 files)
15210 ____________________________________________________________________________
15211 [  1672] By: gsar                                  on 1998/07/27  18:35:28
15212         Log: create new Changes
15213      Branch: perl
15214            + Changes
15215            ! Changes5.005 MANIFEST
15216 ____________________________________________________________________________
15217 [  1671] By: gsar                                  on 1998/07/27  18:30:57
15218         Log: rename Changes --> Changes5.005
15219      Branch: perl
15220           +> Changes5.005
15221            - Changes
15222 ____________________________________________________________________________
15223 [  1670] By: gsar                                  on 1998/07/27  18:10:14
15224         Log: integrate 5.005_01 changes from maint
15225      Branch: perl
15226            ! Changes
15227           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
15228           !> win32/win32.c
15229 ____________________________________________________________________________
15230 [  1667] By: nick                                  on 1998/07/26  14:31:01
15231         Log: Add dTHR so that it compiles miniperl in threaded mode
15232      Branch: perl
15233            ! doop.c mg.c regcomp.c regexec.c
15234 ____________________________________________________________________________
15235 [  1666] By: nick                                  on 1998/07/26  13:01:10
15236         Log: Resolve ansiperl against mainline (@1648?)
15237              Unclear that change number has "taken".
15238      Branch: ansiperl
15239           +> (branch 169 files)
15240            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
15241           !> (integrate 131 files)
15242
15243 ----------------
15244 Version 5.005_50
15245 ----------------
15246
15247 ____________________________________________________________________________
15248 [  1665] By: gsar                                  on 1998/07/26  05:38:48
15249         Log: add trailing newline to file
15250      Branch: perl
15251            ! Changes lib/unicode/blocks.txt
15252 ____________________________________________________________________________
15253 [  1664] By: gsar                                  on 1998/07/26  05:08:48
15254         Log: integrate proto.h additions from maint-5.005
15255      Branch: perl
15256           !> pod/perlhist.pod proto.h
15257 ____________________________________________________________________________
15258 [  1663] By: gsar                                  on 1998/07/26  05:07:05
15259         Log: add new files to MANIFEST; add missing prototypes to proto.h;
15260              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
15261              add typecasts to silence warnings; tweaks for win32 builds
15262      Branch: perl
15263            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
15264            ! win32/Makefile win32/makefile.mk
15265 ____________________________________________________________________________
15266 [  1662] By: gsar                                  on 1998/07/26  05:01:52
15267         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
15268      Branch: maint-5.005/perl
15269            ! pod/perlhist.pod proto.h
15270 ____________________________________________________________________________
15271 [  1661] By: gsar                                  on 1998/07/26  02:52:48
15272         Log: up patchlevel to 5.005_50
15273      Branch: perl
15274            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
15275            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15276 ____________________________________________________________________________
15277 [  1660] By: gsar                                  on 1998/07/26  02:43:57
15278         Log: integrate utfperl
15279      Branch: perl
15280           +> (branch 162 files)
15281           !> (integrate 29 files)
15282 ____________________________________________________________________________
15283 [  1659] By: gsar                                  on 1998/07/26  02:38:22
15284         Log: integrate maint-5.005 changes
15285      Branch: perl
15286           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
15287           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
15288           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
15289           !> vms/descrip_mms.template vms/subconfigure.com
15290 ____________________________________________________________________________
15291 [  1658] By: gsar                                  on 1998/07/26  02:23:46
15292         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
15293              Date: Fri, 24 Jul 1998 11:38:25 -0700
15294              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
15295              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
15296              --
15297              Date: Fri, 24 Jul 1998 12:30:36 -0700
15298              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
15299              Subject: [PATCH 5.005]Tweaks to README.vms
15300              --
15301              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
15302              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
15303              Subject: [PATCH 5.005] Final build cleanup patch
15304      Branch: maint-5.005/perl
15305            ! README.vms vms/descrip_mms.template vms/subconfigure.com
15306 ____________________________________________________________________________
15307 [  1657] By: gsar                                  on 1998/07/26  02:19:50
15308         Log: another platform where pp_sselect() needs a whole fd_set buffer
15309              From: Lupe Christoph <lupe@alanya.m.isar.de>
15310              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
15311              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
15312              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
15313      Branch: maint-5.005/perl
15314            ! pp_sys.c
15315 ____________________________________________________________________________
15316 [  1656] By: gsar                                  on 1998/07/26  02:12:46
15317         Log: fix problem building modules on dos-djgpp
15318              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15319              Date: Sat, 25 Jul 1998 00:53:39 +0200
15320              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
15321              Subject: [PATCH 5.005] dos-djgpp and modules problem
15322      Branch: maint-5.005/perl
15323            ! djgpp/fixpmain
15324 ____________________________________________________________________________
15325 [  1655] By: gsar                                  on 1998/07/26  02:11:09
15326         Log: From: Tom Spindler <dogcow@home.merit.edu>
15327              Date: Wed, 22 Jul 1998 16:11:07 -0400
15328              Message-ID: <19980722161107.A16813@home.merit.edu>
15329              Subject: [PATCH 5.005] BeOS tweak
15330      Branch: maint-5.005/perl
15331            ! hints/beos.sh
15332 ____________________________________________________________________________
15333 [  1654] By: gsar                                  on 1998/07/26  02:09:29
15334         Log: various pod tweaks
15335      Branch: maint-5.005/perl
15336            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
15337            ! pod/perltoc.pod
15338 ____________________________________________________________________________
15339 [  1653] By: gsar                                  on 1998/07/26  02:05:46
15340         Log: fix emacs/ptags for PL_* changes
15341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15342              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
15343              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
15344              Subject: [PATCH 5.004_76] Yet better ptags
15345      Branch: maint-5.005/perl
15346            ! emacs/ptags
15347 ____________________________________________________________________________
15348 [  1652] By: gsar                                  on 1998/07/26  02:03:01
15349         Log: fix behavior of <=> on bigints
15350              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15351              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
15352              Date: Fri, 24 Jul 1998 18:29:53 +0100
15353              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
15354      Branch: maint-5.005/perl
15355            ! lib/Math/BigInt.pm t/lib/bigintpm.t
15356 ____________________________________________________________________________
15357 [  1651] By: larry                                 on 1998/07/24  05:44:33
15358         Log: Here are the long-expected Unicode/UTF-8 modifications.
15359      Branch: utfperl
15360            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
15361            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
15362            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
15363            + lib/unicode/Decomposition.pl
15364            + lib/unicode/In/AlphabeticPresentationForms.pl
15365            + lib/unicode/In/Arabic.pl
15366            + lib/unicode/In/ArabicPresentationForms-A.pl
15367            + lib/unicode/In/ArabicPresentationForms-B.pl
15368            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15369            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15370            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15371            + lib/unicode/In/BoxDrawing.pl
15372            + lib/unicode/In/CJKCompatibility.pl
15373            + lib/unicode/In/CJKCompatibilityForms.pl
15374            + lib/unicode/In/CJKCompatibilityIdeographs.pl
15375            + lib/unicode/In/CJKSymbolsandPunctuation.pl
15376            + lib/unicode/In/CJKUnifiedIdeographs.pl
15377            + lib/unicode/In/CombiningDiacriticalMarks.pl
15378            + lib/unicode/In/CombiningHalfMarks.pl
15379            + lib/unicode/In/CombiningMarksforSymbols.pl
15380            + lib/unicode/In/ControlPictures.pl
15381            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15382            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15383            + lib/unicode/In/EnclosedAlphanumerics.pl
15384            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
15385            + lib/unicode/In/GeneralPunctuation.pl
15386            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15387            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15388            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15389            + lib/unicode/In/HalfwidthandFullwidthForms.pl
15390            + lib/unicode/In/HangulCompatibilityJamo.pl
15391            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15392            + lib/unicode/In/Hebrew.pl
15393            + lib/unicode/In/HighPrivateUseSurrogates.pl
15394            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15395            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
15396            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15397            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
15398            + lib/unicode/In/LatinExtended-A.pl
15399            + lib/unicode/In/LatinExtended-B.pl
15400            + lib/unicode/In/LatinExtendedAdditional.pl
15401            + lib/unicode/In/LetterlikeSymbols.pl
15402            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15403            + lib/unicode/In/MathematicalOperators.pl
15404            + lib/unicode/In/MiscellaneousSymbols.pl
15405            + lib/unicode/In/MiscellaneousTechnical.pl
15406            + lib/unicode/In/NumberForms.pl
15407            + lib/unicode/In/OpticalCharacterRecognition.pl
15408            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15409            + lib/unicode/In/SmallFormVariants.pl
15410            + lib/unicode/In/SpacingModifierLetters.pl
15411            + lib/unicode/In/Specials.pl
15412            + lib/unicode/In/SuperscriptsandSubscripts.pl
15413            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
15414            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15415            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15416            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
15417            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
15418            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
15419            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
15420            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
15421            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
15422            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
15423            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
15424            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
15425            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
15426            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
15427            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
15428            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
15429            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
15430            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
15431            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
15432            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
15433            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
15434            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
15435            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
15436            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
15437            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
15438            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
15439            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
15440            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
15441            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
15442            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
15443            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
15444            + lib/unicode/JamoShort.pl lib/unicode/Makefile
15445            + lib/unicode/Name.pl lib/unicode/Number.pl
15446            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
15447            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
15448            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
15449            + lib/unicode/blocks.txt lib/unicode/index2.txt
15450            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
15451            + lib/unicode/names2.txt lib/unicode/props2.txt
15452            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
15453            + utf8.c utf8.h
15454            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
15455            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
15456            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
15457            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
15458            ! t/op/vec.t toke.c util.c vms/vmsish.h
15459 ____________________________________________________________________________
15460 [  1650] By: gsar                                  on 1998/07/24  04:06:48
15461         Log: create utfperl branch
15462      Branch: utfperl
15463           +> (branch 1079 files)
15464 ____________________________________________________________________________
15465 [  1649] By: gsar                                  on 1998/07/24  03:56:56
15466         Log: create maint-5.005 branch
15467      Branch: maint-5.005/perl
15468           +> (branch 1079 files)
15469 ____________________________________________________________________________
15470 [  1648] By: gsar                                  on 1998/07/24  03:36:35
15471         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
15472      Branch: perl
15473            ! Changes
15474