This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
change#3612 is buggy when quotemeta argument matches target
[perl5.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 [  4086] By: gsar                                  on 1999/09/06  17:57:52
83         Log: misc tweaks
84      Branch: perl
85            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
86 ____________________________________________________________________________
87 [  4085] By: gsar                                  on 1999/09/06  03:54:23
88         Log: applied patch suggested by Hans Mulder to fix problems on
89              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
90              when they ask for bincompat (platforms that used to default
91              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
92              (appears unsalvageable on some platforms)
93      Branch: perl
94            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
95 ____________________________________________________________________________
96 [  4084] By: bailey                                on 1999/09/06  02:39:11
97         Log: Integrate mainline 5.05_61
98      Branch: vmsperl
99           +> (branch 32 files)
100            - lib/unicode/EthiopicSyllables.txt
101            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
102            - warning.pl
103            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
104            ! vms/perly_h.vms vms/vms.c
105           !> (integrate 346 files)
106 ____________________________________________________________________________
107 [  4083] By: gsar                                  on 1999/09/06  00:10:40
108         Log: optional warning on join(/foo/...) (reworked suggested patch
109              by Mark-Jason Dominus <mjd@plover.com>)
110      Branch: perl
111            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
112            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
113            ! pp_proto.h t/pragma/warn/op
114 ____________________________________________________________________________
115 [  4082] By: gsar                                  on 1999/09/05  22:28:57
116         Log: fix data loss when more than one block is read from SDBM
117              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
118      Branch: perl
119            ! ext/SDBM_File/sdbm/sdbm.c
120 ____________________________________________________________________________
121 [  4081] By: gsar                                  on 1999/09/05  22:07:18
122         Log: initial implementation of lvalue subroutines (slightly fixed
123              version of patch suggested by Ilya Zakharevich, which in turn
124              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
125      Branch: perl
126            + t/pragma/sub_lval.t
127            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
128            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
129            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
130            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
131            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
132 ____________________________________________________________________________
133 [  4080] By: jhi                                   on 1999/09/05  22:02:18
134         Log: Undo #4055 (related to #4079).
135      Branch: cfgperl
136            ! pod/perlop.pod
137 ____________________________________________________________________________
138 [  4079] By: jhi                                   on 1999/09/05  21:30:54
139         Log: Time is not yet ripe.
140      Branch: cfgperl
141            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
142 ____________________________________________________________________________
143 [  4078] By: gsar                                  on 1999/09/05  18:17:32
144         Log: modified suggested patch to handle cross-refs and qr// objects
145              correctly; unfollowed refs are represented as simple string
146              value, not just the bare type; $VERSION stays the same until
147              it is ready for prime time (avoids CPAN confustication)
148              From:    John Nolan <jpnolan@Op.Net>
149              Date:    Wed, 04 Aug 1999 20:21:10 EDT
150              Message-Id: <199908050021.UAA09693@monet.op.net>
151              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
152      Branch: perl
153            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
154            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
155 ____________________________________________________________________________
156 [  4077] By: jhi                                   on 1999/09/04  21:54:42
157         Log: timesum() wasn't @EXPORTed as promised by the documentation.
158              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
159      Branch: cfgperl
160            ! lib/Benchmark.pm
161 ____________________________________________________________________________
162 [  4076] By: gsar                                  on 1999/09/04  20:21:59
163         Log: integrate cfgperl contents into mainline
164      Branch: perl
165           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
166           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
167           +> warnings.h warnings.pl xsutils.c
168            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
169           !> (integrate 109 files)
170 ____________________________________________________________________________
171 [  4075] By: jhi                                   on 1999/09/04  18:04:47
172         Log: use integer on the problematic subtest.
173      Branch: cfgperl
174            ! t/op/misc.t
175 ____________________________________________________________________________
176 [  4074] By: jhi                                   on 1999/09/04  17:57:40
177         Log: Warn about numconvert.t in case somebody
178              wants to make sv_2pv more 64-bit aware.
179      Branch: cfgperl
180            ! sv.c
181 ____________________________________________________________________________
182 [  4073] By: jhi                                   on 1999/09/04  17:54:51
183         Log: Comment upgrading: the quad situation isn't quite as
184              bad as it used to be.
185      Branch: cfgperl
186            ! perl.h
187 ____________________________________________________________________________
188 [  4072] By: jhi                                   on 1999/09/04  15:35:37
189         Log: Integrate with Sarathy.
190      Branch: cfgperl
191           !> win32/win32.c
192 ____________________________________________________________________________
193 [  4071] By: jhi                                   on 1999/09/04  15:28:11
194         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
195              
196              From: Robin Barker <rmb1@cise.npl.co.uk>
197              To: perl5-porters@perl.org
198              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
199              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
200              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
201              
202              and later (in private email) found to be dependent
203              on useperlio.
204              
205              Mental note: the cpp magic done in perlsdio.h (and assumedly
206              also in perlsfio.h) may cause trouble later with lfs because
207              both the perlio scheme by Perl and the lfs support by vendors
208              like to play cpp games to map the stdio namespace back and forth.
209              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
210              just the beginning.
211      Branch: cfgperl
212            ! perlio.c
213 ____________________________________________________________________________
214 [  4070] By: jhi                                   on 1999/09/04  13:12:14
215         Log: Enable 64-bit clean bit ops.
216              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
217      Branch: cfgperl
218            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
219            ! t/op/misc.t
220 ____________________________________________________________________________
221 [  4069] By: jhi                                   on 1999/09/03  21:17:30
222         Log: Turn on USE_64_BIT_OFFSETS implicitly.
223      Branch: cfgperl
224            ! perl.h
225 ____________________________________________________________________________
226 [  4068] By: jhi                                   on 1999/09/03  08:19:59
227         Log: Fix from Spider for the sub attributes (there was an undocumented
228              dependency between force_word() and skipspace()).
229      Branch: cfgperl
230            ! toke.c
231 ____________________________________________________________________________
232 [  4067] By: jhi                                   on 1999/09/01  23:17:06
233         Log: From: John Tobey <spam@john-edwin-tobey.org>
234              To: ilya@math.ohio-state.edu
235              CC: perl5-porters@perl.org
236              Subject: Re: [PATCH 5.005_60] distclean forgot two
237              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
238              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
239      Branch: cfgperl
240            ! t/lib/dprof.t
241 ____________________________________________________________________________
242 [  4066] By: jhi                                   on 1999/09/01  23:14:50
243         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
244              To: perl5-porters@perl.org
245              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
246              Date: Fri, 20 Aug 1999 15:37:27 +0100
247              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
248      Branch: cfgperl
249            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
250            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
251            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
252 ____________________________________________________________________________
253 [  4065] By: jhi                                   on 1999/09/01  22:06:43
254         Log: From: Dominic Dunlop <domo@vo.lu>
255              To: perl5-porters@perl.org
256              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
257              (UNINSTALLED) [PATCH]
258              Date: Thu, 19 Aug 1999 09:48:03 +0200
259              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
260              
261              The PERL_POLLUTE_MALLOC part had to be manually applied.
262      Branch: cfgperl
263            ! hints/machten.sh perl.h
264 ____________________________________________________________________________
265 [  4064] By: jhi                                   on 1999/09/01  13:56:14
266         Log: From: Martin Lichtin <lichtin@bivio.com>
267              To: jhi@iki.fi
268              CC: perl5-porters@perl.org
269              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
270              Date: Wed, 01 Sep 1999 15:50:04 +0200
271              Message-ID: <37CD2F0C.944BFACE@bivio.com>
272      Branch: cfgperl
273            ! lib/ExtUtils/Install.pm
274 ____________________________________________________________________________
275 [  4063] By: jhi                                   on 1999/09/01  13:16:11
276         Log: Enhance lfs tests: check every seek and sysseek
277              and test also that -e and -f detect largefiles.
278      Branch: cfgperl
279            ! t/lib/syslfs.t t/op/lfs.t
280 ____________________________________________________________________________
281 [  4062] By: jhi                                   on 1999/09/01  12:08:04
282         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
283              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
284              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
285              The Perl Porters Mailing List <perl5-porters@perl.org>
286              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
287              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
288              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
289      Branch: cfgperl
290            ! pod/perldiag.pod
291 ____________________________________________________________________________
292 [  4061] By: jhi                                   on 1999/09/01  12:03:03
293         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
294              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
295              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
296              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
297              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
298              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
299      Branch: cfgperl
300            ! op.c t/op/join.t
301 ____________________________________________________________________________
302 [  4060] By: jhi                                   on 1999/09/01  07:59:42
303         Log: IV_DIG and NV_DIG fixes.
304      Branch: cfgperl
305            ! perl.h
306 ____________________________________________________________________________
307 [  4059] By: jhi                                   on 1999/08/31  14:47:18
308         Log: \C{} -> \N{} residue.
309      Branch: cfgperl
310            ! toke.c
311 ____________________________________________________________________________
312 [  4058] By: jhi                                   on 1999/08/31  08:57:35
313         Log: For some odd reason #4056 didn't undo #3922 completely.
314      Branch: cfgperl
315            ! pp.c
316 ____________________________________________________________________________
317 [  4057] By: gsar                                  on 1999/08/30  22:08:19
318         Log: avoid hiding child process window
319      Branch: perl
320            ! win32/win32.c
321 ____________________________________________________________________________
322 [  4056] By: jhi                                   on 1999/08/30  21:36:24
323         Log: Retract #3922 (Rule #1 was invoked).
324              (See also #4058).
325      Branch: cfgperl
326            ! pod/perldiag.pod pp.c regexp.h
327 ____________________________________________________________________________
328 [  4055] By: jhi                                   on 1999/08/30  21:20:50
329         Log: Document the undefinedness of overshifting.
330      Branch: cfgperl
331            ! pod/perlop.pod
332 ____________________________________________________________________________
333 [  4054] By: jhi                                   on 1999/08/30  20:18:18
334         Log: History fixes and updates.
335      Branch: cfgperl
336            ! pod/perlhist.pod
337 ____________________________________________________________________________
338 [  4053] By: jhi                                   on 1999/08/30  19:34:02
339         Log: Shell quoting thinko broke installdirs.
340              From: JVromans@Squirrel.nl (Johan Vromans)
341              To: perl5-porters@perl.org
342              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
343              installprefix
344              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
345              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
346      Branch: cfgperl
347            ! Configure config_h.SH
348      Branch: metaconfig
349            ! U/installdirs/archlib.U U/installdirs/bin.U
350            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
351            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
352            ! U/installdirs/man3dir.U U/installdirs/privlib.U
353            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
354            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
355            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
356            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
357            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
358            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
359            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
360            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
361            ! U/installdirs/vendorscriptdir.U
362 ____________________________________________________________________________
363 [  4052] By: jhi                                   on 1999/08/30  02:57:05
364         Log: Use \N{named characters} instead of \C.
365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
366              To: jhi@iki.fi
367              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
368              perl5-porters@perl.org (Mailing list Perl5)
369              Subject: Re: [PATCH 5.005_58] Named characters in Perl
370              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
371              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
372      Branch: cfgperl
373            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
374            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
375 ____________________________________________________________________________
376 [  4051] By: jhi                                   on 1999/08/30  02:54:20
377         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
378              To: perl5-porters@perl.org
379              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
380              don't mix
381              Date: Sun, 29 Aug 1999 19:04:53 -0400
382              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
383      Branch: cfgperl
384            ! universal.c
385 ____________________________________________________________________________
386 [  4050] By: jhi                                   on 1999/08/29  16:38:58
387         Log: Conditionally socksify the LIBS of Socket.
388      Branch: cfgperl
389            ! ext/Socket/Makefile.PL
390 ____________________________________________________________________________
391 [  4049] By: jhi                                   on 1999/08/29  15:33:30
392         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
393              To: Mailing list Perl5 <perl5-porters@perl.org>
394              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
395              Date: Wed, 25 Aug 1999 16:19:58 -0400
396              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
397      Branch: cfgperl
398            ! lib/perl5db.pl
399 ____________________________________________________________________________
400 [  4048] By: jhi                                   on 1999/08/29  15:31:36
401         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
402              To: perl5-porters@perl.org
403              Subject: [PATCH _61] Lost arguments to simplified sort
404              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
405              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
406      Branch: cfgperl
407            ! op.c t/op/sort.t
408 ____________________________________________________________________________
409 [  4047] By: jhi                                   on 1999/08/29  15:29:29
410         Log: From: Olaf Flebbe <olaf@science-computing.de>
411              Sender: owner-perl5-porters@perl.org
412              To: perl5-porters@perl.org
413              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
414              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
415      Branch: cfgperl
416            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
417            ! epoc/perl.mmp epoc/perl.pkg
418 ____________________________________________________________________________
419 [  4046] By: jhi                                   on 1999/08/29  15:21:18
420         Log: From: pvhp@forte.com (Peter Prymmer)
421              To: perl5-porters@perl.org
422              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
423              Date: Fri, 27 Aug 99 18:51:04 PDT
424              Message-Id: <9908280151.AA05010@forte.com>
425      Branch: cfgperl
426            ! t/lib/cgi-html.t
427 ____________________________________________________________________________
428 [  4045] By: jhi                                   on 1999/08/29  15:18:38
429         Log: Fix scalar gmtime (and localtime) in quad environments,
430              bug reported by Robin Parker.
431              
432              From: Robin Barker <rmb1@cise.npl.co.uk>
433              To: jhi@iki.fi
434              Cc: perl5-porters@perl.org
435              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
436              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
437              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
438      Branch: cfgperl
439            ! pp_sys.c t/op/time.t
440 ____________________________________________________________________________
441 [  4044] By: jhi                                   on 1999/08/29  11:24:03
442         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
443              To: perl5-porters@perl.org (Mailing list Perl5)
444              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
445              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
446              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
447              
448              Addendum: it's "only" 33% speedup.
449      Branch: cfgperl
450            ! dump.c op.c op.h pp.h
451 ____________________________________________________________________________
452 [  4043] By: jhi                                   on 1999/08/29  11:10:33
453         Log: From: spider-perl@Orb.Nashua.NH.US
454              To: Mailing list Perl5 <perl5-porters@perl.org>
455              Subject: [PATCH 5.005_61 CORE] sub : attrlist
456              Date: Sun, 29 Aug 1999 03:02:11 -0400
457              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
458      Branch: cfgperl
459            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
460            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
461            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
462            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
463            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
464            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
465            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
466 ____________________________________________________________________________
467 [  4042] By: jhi                                   on 1999/08/29  11:08:50
468         Log: Turn off gcc-2.95's strict-alias optimization.
469              This, of course, should be only temporary.
470              From Andy Dougherty.
471      Branch: cfgperl
472            ! Configure config_h.SH
473      Branch: metaconfig
474            ! U/compline/ccflags.U U/modified/cc.U
475 ____________________________________________________________________________
476 [  4041] By: jhi                                   on 1999/08/29  10:47:30
477         Log: Fix a typo in #4036.
478      Branch: cfgperl
479            ! mg.c
480 ____________________________________________________________________________
481 [  4040] By: jhi                                   on 1999/08/29  10:34:58
482         Log: Add a missing #endif forgotten by #4035.
483      Branch: cfgperl
484            ! doop.c
485 ____________________________________________________________________________
486 [  4039] By: jhi                                   on 1999/08/29  10:31:19
487         Log: Remove an extra #endif introduced by #4036.
488      Branch: cfgperl
489            ! perl.h
490 ____________________________________________________________________________
491 [  4038] By: jhi                                   on 1999/08/29  10:18:59
492         Log: Rename warning to warnings, from Paul Marquess.
493      Branch: cfgperl
494            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
495            + t/pragma/warnings.t warnings.h warnings.pl
496            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
497            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
498            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
499            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
500            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
501            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
502            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
503            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
504            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
505            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
506            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
507            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
508            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
509 ____________________________________________________________________________
510 [  4037] By: jhi                                   on 1999/08/29  10:08:47
511         Log: Create the equivalence tables based on
512              the real Unicode decomposition, not on
513              the character name.
514      Branch: cfgperl
515            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
516            ! lib/unicode/mktables.PL
517 ____________________________________________________________________________
518 [  4036] By: jhi                                   on 1999/08/29  09:29:08
519         Log: Integrate with Sarathy.
520      Branch: cfgperl
521           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
522           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
523           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
524           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
525           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
526           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
527           !> (integrate 190 files)
528 ____________________________________________________________________________
529 [  4035] By: jhi                                   on 1999/08/29  08:56:15
530         Log: Implement 64-bit vec().
531      Branch: cfgperl
532            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
533            ! pp.h t/op/64bit.t
534 ____________________________________________________________________________
535 [  4034] By: gsar                                  on 1999/08/29  03:35:18
536         Log: deadcode removal
537      Branch: perl
538            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
539            ! pp_ctl.c proto.h run.c sv.c
540 ____________________________________________________________________________
541 [  4033] By: jhi                                   on 1999/08/28  17:31:07
542         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
543              To: perl5-porters@perl.org
544              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
545              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
546              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
547      Branch: cfgperl
548            ! perl.h
549 ____________________________________________________________________________
550 [  4032] By: gsar                                  on 1999/08/26  23:53:33
551         Log: new thread should set current interp in TLS
552      Branch: perl
553            ! ext/Thread/Thread.xs
554 ____________________________________________________________________________
555 [  4031] By: bailey                                on 1999/08/23  03:40:07
556         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
557      Branch: vmsperl
558            ! lib/ExtUtils/MM_VMS.pm
559 ____________________________________________________________________________
560 [  4030] By: bailey                                on 1999/08/23  03:37:43
561         Log: Patch up holes in realclean target
562      Branch: vmsperl
563            ! vms/descrip_mms.template
564 ____________________________________________________________________________
565 [  4029] By: bailey                                on 1999/08/23  03:36:24
566         Log: Fix handling of PERL_POLLUTE
567      Branch: vmsperl
568            ! lib/ExtUtils/MM_VMS.pm
569 ____________________________________________________________________________
570 [  4028] By: bailey                                on 1999/08/23  03:34:08
571         Log: Update VMS version of perly.h
572      Branch: vmsperl
573            ! vms/perly_h.vms
574 ____________________________________________________________________________
575 [  4027] By: bailey                                on 1999/08/23  03:32:45
576         Log: Update dependencies in Descrip.MMS
577      Branch: vmsperl
578            ! vms/descrip_mms.template
579 ____________________________________________________________________________
580 [  4026] By: bailey                                on 1999/08/23  03:30:01
581         Log: Fix prototypes in perlapi.c (64-bit?)
582              Clear prior definition of getenv_len before defining VMS-specific macro
583      Branch: vmsperl
584            ! perlapi.c vms/vmsish.h
585 ____________________________________________________________________________
586 [  4025] By: bailey                                on 1999/08/23  03:25:51
587         Log: Add '-m' option to Configure.com which skips the MANIFEST check
588      Branch: vmsperl
589            ! configure.com
590 ____________________________________________________________________________
591 [  4024] By: bailey                                on 1999/08/23  03:23:34
592         Log: Skip open() tests that rely on Unix fork semantics
593      Branch: vmsperl
594            ! t/io/open.t
595 ____________________________________________________________________________
596 [  4023] By: bailey                                on 1999/08/23  03:21:46
597         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
598      Branch: vmsperl
599            ! vms/gen_shrfls.pl
600 ____________________________________________________________________________
601 [  4022] By: bailey                                on 1999/08/23  03:17:33
602         Log: update MM_VMS to use new File::Spec routines
603      Branch: vmsperl
604            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
605 ____________________________________________________________________________
606 [  4021] By: bailey                                on 1999/08/23  03:13:40
607         Log: byteperl is now part of the ByteLoader ext
608      Branch: vmsperl
609            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
610 ____________________________________________________________________________
611 [  4020] By: bailey                                on 1999/08/23  03:10:41
612         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
613      Branch: vmsperl
614            ! vms/vms.c
615 ____________________________________________________________________________
616 [  4019] By: bailey                                on 1999/08/23  03:07:28
617         Log: Update calls for new thread context handling
618      Branch: vmsperl
619            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
620            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
621 ____________________________________________________________________________
622 [  4018] By: bailey                                on 1999/08/23  03:01:31
623         Log: Allow for file versions in library when looking for .bs files
624      Branch: vmsperl
625            ! ext/DynaLoader/DynaLoader_pm.PL
626 ____________________________________________________________________________
627 [  4017] By: bailey                                on 1999/08/23  02:58:55
628         Log: Update VMS configuration procedures for 5.005_60
629      Branch: vmsperl
630            ! configure.com vms/subconfigure.com
631 ____________________________________________________________________________
632 [  4016] By: gsar                                  on 1999/08/20  22:19:56
633         Log: update Changes
634      Branch: perl
635            ! Changes
636
637 ----------------
638 Version 5.005_61
639 ----------------
640
641 ____________________________________________________________________________
642 [  4015] By: gsar                                  on 1999/08/20  22:17:41
643         Log: perl_free() should use PerlMem_free()
644      Branch: perl
645            ! perl.c
646 ____________________________________________________________________________
647 [  4014] By: gsar                                  on 1999/08/20  22:10:46
648         Log: win32 tweaks
649      Branch: perl
650            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
651            ! win32/config.vc win32/config_H.bc win32/config_H.gc
652            ! win32/config_H.vc
653 ____________________________________________________________________________
654 [  4013] By: gsar                                  on 1999/08/20  22:09:56
655         Log: DEBUG_m() adjusted to internalize dTHX
656      Branch: perl
657            ! malloc.c perl.h util.c
658 ____________________________________________________________________________
659 [  4012] By: gsar                                  on 1999/08/20  17:51:06
660         Log: make autogenerated files writable
661      Branch: perl
662            ! (edit 171 files)
663 ____________________________________________________________________________
664 [  4011] By: gsar                                  on 1999/08/20  17:43:47
665         Log: update Changes
666      Branch: perl
667            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
668 ____________________________________________________________________________
669 [  4010] By: gsar                                  on 1999/08/20  17:21:53
670         Log: up patchlevel &c
671      Branch: perl
672            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
673            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
674 ____________________________________________________________________________
675 [  4009] By: gsar                                  on 1999/08/20  16:46:26
676         Log: add missing Is/Syl*.pl files
677      Branch: perl
678            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
679            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
680            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
681            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
682            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
683            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
684 ____________________________________________________________________________
685 [  4008] By: gsar                                  on 1999/08/20  16:31:02
686         Log: integrate cfgperl contents into mainline
687      Branch: perl
688           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
689           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
690           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
691           +> t/op/lfs.t
692            - lib/unicode/EthiopicSyllables.txt
693            - lib/unicode/MakeEthiopicSyllables.PL
694           !> (integrate 261 files)
695 ____________________________________________________________________________
696 [  4007] By: gsar                                  on 1999/08/20  15:24:08
697         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
698              USE_THREADS and MULTIPLICITY; minor pod adjustments
699      Branch: perl
700            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
701            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
702 ____________________________________________________________________________
703 [  4006] By: jhi                                   on 1999/08/19  19:01:41
704         Log: Tighten the vec() code so that naughty BITS cause an error.
705      Branch: cfgperl
706            ! doop.c
707 ____________________________________________________________________________
708 [  4005] By: jhi                                   on 1999/08/19  15:55:09
709         Log: Don't document ill-defined vec() bits cases
710              (for which the code doesn't work right in any case)
711      Branch: cfgperl
712            ! pod/perldiag.pod pod/perlfunc.pod
713 ____________________________________________________________________________
714 [  4004] By: jhi                                   on 1999/08/19  12:49:41
715         Log: Removed duplicated code (in pp.c and mg.c) by introducing
716              do_vecget().  NOTE: the calling convention of do_vecset()
717              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
718              in pp_vec() is no more multiplied by `size' in pp_vec(),
719              the multiplication is now done in do_vecset().
720              
721              Also fix a cpp thinko in change #4002.
722      Branch: cfgperl
723            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
724            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
725            ! proto.h
726 ____________________________________________________________________________
727 [  4003] By: jhi                                   on 1999/08/18  08:27:22
728         Log: Warn about small spherical distances.
729      Branch: cfgperl
730            ! lib/Math/Trig.pm
731 ____________________________________________________________________________
732 [  4002] By: jhi                                   on 1999/08/17  09:11:51
733         Log: Enhance IV_FITS_IN_IV (though it's still unused).
734      Branch: cfgperl
735            ! perl.h
736 ____________________________________________________________________________
737 [  4001] By: jhi                                   on 1999/08/17  08:13:34
738         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
739              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
740              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
741              Subject: [PATCH] overload.pm str/num confu
742              Date: 17 Aug 1999 08:21:12 +0200
743      Branch: cfgperl
744            ! lib/overload.pm
745 ____________________________________________________________________________
746 [  4000] By: jhi                                   on 1999/08/17  07:20:23
747         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
748              To: perl5-porters@perl.org
749              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
750              Date: 16 Aug 1999 14:24:28 -0700
751              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
752      Branch: cfgperl
753            ! pod/perlobj.pod
754 ____________________________________________________________________________
755 [  3999] By: jhi                                   on 1999/08/16  19:49:09
756         Log: Integrate with Nick.
757      Branch: cfgperl
758           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
759 ____________________________________________________________________________
760 [  3998] By: jhi                                   on 1999/08/16  19:44:29
761         Log: Fix most of the pod2man moanings reported in
762              
763              From: "Larry W. Virden" <lvirden@cas.org>
764              To: perl5-porters@perl.org
765              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
766              (UNINSTALLED)
767              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
768              Message-Id: <199908031935.PAA27692@cas.org>
769              
770              Configure regen'ed.
771      Branch: cfgperl
772            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
773            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
774            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
775            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
776            ! utils/h2xs.PL utils/perlcc.PL
777 ____________________________________________________________________________
778 [  3997] By: jhi                                   on 1999/08/16  19:20:37
779         Log: A fix of sorts for the flush-before-dup scenario.
780      Branch: cfgperl
781            ! doio.c
782 ____________________________________________________________________________
783 [  3996] By: jhi                                   on 1999/08/16  19:14:37
784         Log: More paranoia.
785      Branch: cfgperl
786            ! sv.c
787 ____________________________________________________________________________
788 [  3995] By: jhi                                   on 1999/08/16  18:55:35
789         Log: Batch of small 64-bit/long double/large file support tweaks:
790              - scan for LDBL_DIG
791              - from DBL_DIG and LDBL_DIG select NV_DIG
792              - introduce IVSIZE, UVSIZE, NVSIZE
793              - introduce IV_DIG
794              - remove stdio64
795              - AIX uses `oslevel` when others use `uname -r`
796              - already AIX 4.2 goes 64-bit
797              - in HP-UX require the 64-bit libc, just the directory isn't enough
798              - group ids are not NVs
799              - #undef USE_LONG_DOUBLE if long double is no better than double
800              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
801              - mention large file support in perldelta
802              - introduce quad TOPpin' and POPpin'
803              - the svcat... buffer was tiny for printing quads in %b
804              - fix the multiplication test in 64bit.t
805              - try to make VMS to comply with all this removal and "introducal"
806              of symbols
807      Branch: cfgperl
808            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
809            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
810            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
811      Branch: metaconfig
812            ! U/modified/d_longdbl.U
813      Branch: metaconfig/U/perl
814            + d_ldbl_dig.U
815 ____________________________________________________________________________
816 [  3994] By: jhi                                   on 1999/08/16  07:53:44
817         Log: More Configure/subconfigure.com syncing.
818      Branch: cfgperl
819            ! vms/subconfigure.com
820 ____________________________________________________________________________
821 [  3993] By: jhi                                   on 1999/08/14  22:09:26
822         Log: Remove from VMS what the change #3982 took away from Configure lands.
823      Branch: cfgperl
824            ! vms/subconfigure.com
825 ____________________________________________________________________________
826 [  3992] By: jhi                                   on 1999/08/14  13:29:13
827         Log: Small test tweaks.
828      Branch: cfgperl
829            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
830 ____________________________________________________________________________
831 [  3991] By: jhi                                   on 1999/08/14  13:08:41
832         Log: Augment filesize limit note.
833      Branch: cfgperl
834            ! doio.c
835 ____________________________________________________________________________
836 [  3990] By: jhi                                   on 1999/08/14  13:06:12
837         Log: Note about filesize limits.
838      Branch: cfgperl
839            ! doio.c pp_sys.c
840 ____________________________________________________________________________
841 [  3989] By: jhi                                   on 1999/08/14  11:31:58
842         Log: Catch the case of filesize limits.
843      Branch: cfgperl
844            ! t/lib/syslfs.t t/op/lfs.t
845 ____________________________________________________________________________
846 [  3988] By: nick                                  on 1999/08/14  09:20:58
847         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
848              this causes a POPSTACK panic. The problem seems to be that although
849              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
850              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
851              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
852              messing with CATCH_SET() in call_sv, use it in perl_vdie().
853              Add test to op/eval.t which will fail (panic) if bug comes back.
854              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
855      Branch: perl
856            ! cop.h perl.c t/op/eval.t util.c
857 ____________________________________________________________________________
858 [  3987] By: jhi                                   on 1999/08/13  23:57:52
859         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
860              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
861              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
862              Date: Fri, 13 Aug 1999 17:42:47 -0500
863              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
864      Branch: cfgperl
865            ! lib/ExtUtils/MM_VMS.pm
866 ____________________________________________________________________________
867 [  3986] By: jhi                                   on 1999/08/13  23:56:44
868         Log: Don't quit before printing out the message.
869      Branch: cfgperl
870            ! t/lib/syslfs.t t/op/lfs.t
871 ____________________________________________________________________________
872 [  3985] By: jhi                                   on 1999/08/13  23:35:49
873         Log: Remove more t/ trash on target "clean".
874      Branch: cfgperl
875            ! Makefile.SH
876 ____________________________________________________________________________
877 [  3984] By: jhi                                   on 1999/08/13  23:02:53
878         Log: Avoid double long double. 
879      Branch: cfgperl
880            ! Configure config_h.SH
881      Branch: metaconfig/U/perl
882            ! uselongdbl.U
883 ____________________________________________________________________________
884 [  3983] By: jhi                                   on 1999/08/13  22:59:56
885         Log: BYTEORDER fix.
886      Branch: cfgperl
887            ! Configure config_h.SH
888      Branch: metaconfig
889            ! U/compline/byteorder.U
890 ____________________________________________________________________________
891 [  3982] By: jhi                                   on 1999/08/13  22:48:40
892         Log: Jumbo Configure and large file support update.
893              Remove a lot of unneeded 64-bitness cruft;
894              re-introduce BYTEORDER; update 64-bitness hints;
895              lfs should now work in Solaris; long doubles in AIX.
896      Branch: cfgperl
897            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
898            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
899            ! perlsdio.h pp.h pp_sys.c
900      Branch: metaconfig
901            ! U/compline/byteorder.U U/compline/ccflags.U
902      Branch: metaconfig/U/perl
903            ! d_dlsymun.U io64.U uselongdbl.U
904 ____________________________________________________________________________
905 [  3981] By: jhi                                   on 1999/08/13  15:11:51
906         Log: Retract change #3977 (do_open9() adds O_LARGEFILE automagically).
907      Branch: cfgperl
908            ! t/lib/syslfs.t
909 ____________________________________________________________________________
910 [  3980] By: jhi                                   on 1999/08/13  15:09:11
911         Log: Introduce HAS_LLSEEK.
912      Branch: cfgperl
913            ! Configure config_h.SH perl.h
914 ____________________________________________________________________________
915 [  3979] By: jhi                                   on 1999/08/13  14:29:47
916         Log: From: <dan@sidhe.org>
917              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
918              sarathy@activestate.com
919              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
920              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
921              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
922      Branch: cfgperl
923            ! vms/vms.c
924 ____________________________________________________________________________
925 [  3978] By: jhi                                   on 1999/08/13  09:56:46
926         Log: Make the 64-bit tests more paranoid.
927      Branch: cfgperl
928            ! t/op/64bit.t
929 ____________________________________________________________________________
930 [  3977] By: jhi                                   on 1999/08/13  09:56:25
931         Log: Use O_LARGEFILE if available.
932      Branch: cfgperl
933            ! t/lib/syslfs.t
934 ____________________________________________________________________________
935 [  3976] By: jhi                                   on 1999/08/12  21:49:16
936         Log: IRIX64 needs more -mabi=64 with gcc.
937      Branch: cfgperl
938            ! hints/irix_6.sh
939 ____________________________________________________________________________
940 [  3975] By: jhi                                   on 1999/08/12  21:02:03
941         Log: Reincarnate change #3967, now in more modest form.
942      Branch: cfgperl
943            ! hints/irix_6.sh
944 ____________________________________________________________________________
945 [  3974] By: jhi                                   on 1999/08/12  20:49:36
946         Log: Remove rt from libswanted (I added it many moons ago
947              when I thought it would be useful in Digital UNIX,
948              I was wrong); undo the recent IRIX hints changes,
949              getting rid of one warning brought new ones.
950      Branch: cfgperl
951            ! Configure config_h.SH hints/irix_6.sh
952      Branch: metaconfig
953            ! U/modified/Myinit.U
954 ____________________________________________________________________________
955 [  3973] By: jhi                                   on 1999/08/12  19:42:53
956         Log: st_blocks is in 512 byte blocks.
957      Branch: cfgperl
958            ! t/lib/syslfs.t t/op/lfs.t
959 ____________________________________________________________________________
960 [  3972] By: jhi                                   on 1999/08/12  19:27:31
961         Log: Don't claim defeat too early.
962      Branch: cfgperl
963            ! Configure config_h.SH
964      Branch: metaconfig/U/perl
965            ! longdblfio.U
966 ____________________________________________________________________________
967 [  3971] By: jhi                                   on 1999/08/12  19:24:14
968         Log: IRIX 64-bit hint tweak. 
969      Branch: cfgperl
970            ! hints/irix_6.sh
971 ____________________________________________________________________________
972 [  3970] By: nick                                  on 1999/08/12  19:17:20
973         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
974              tests i.e. RV2AV and RV2HV
975      Branch: perl
976            ! op.c t/pragma/warn/op
977 ____________________________________________________________________________
978 [  3969] By: jhi                                   on 1999/08/12  19:06:17
979         Log: Add Configure -Duselongdouble and add a missing semicolon.
980      Branch: cfgperl
981            ! Configure config_h.SH sv.c
982      Branch: metaconfig/U/perl
983            + uselongdbl.U
984 ____________________________________________________________________________
985 [  3968] By: jhi                                   on 1999/08/12  18:46:00
986         Log: Simply exit() early if lfs support seems unlikely.
987      Branch: cfgperl
988            ! t/lib/syslfs.t t/op/lfs.t
989 ____________________________________________________________________________
990 [  3967] By: jhi                                   on 1999/08/12  18:44:05
991         Log: Suffer silently for unused libraries.
992      Branch: cfgperl
993            ! hints/irix_6.sh
994 ____________________________________________________________________________
995 [  3966] By: jhi                                   on 1999/08/12  13:18:44
996         Log: Update MANIFEST to follow change #3965.
997      Branch: cfgperl
998            ! MANIFEST
999 ____________________________________________________________________________
1000 [  3965] By: jhi                                   on 1999/08/12  13:15:38
1001         Log: Regenerate Unicode tables based on new syllable lists
1002              from Daniel Yacob.
1003      Branch: cfgperl
1004            ! (edit 159 files)
1005 ____________________________________________________________________________
1006 [  3964] By: jhi                                   on 1999/08/12  10:06:24
1007         Log: Remove more spurious casting.
1008      Branch: cfgperl
1009            ! pp_sys.c
1010 ____________________________________________________________________________
1011 [  3963] By: jhi                                   on 1999/08/12  08:18:53
1012         Log: Minor niggles on the lfs tests.
1013      Branch: cfgperl
1014            ! t/lib/syslfs.t t/op/lfs.t
1015 ____________________________________________________________________________
1016 [  3962] By: jhi                                   on 1999/08/11  22:48:25
1017         Log: Don't bother with lfs testing if off_t is too small.
1018      Branch: cfgperl
1019            ! t/lib/syslfs.t t/op/lfs.t
1020 ____________________________________________________________________________
1021 [  3961] By: jhi                                   on 1999/08/11  22:22:54
1022         Log: Long double patches from Dan Sugalski.
1023      Branch: cfgperl
1024            ! sv.c
1025 ____________________________________________________________________________
1026 [  3960] By: jhi                                   on 1999/08/11  22:17:55
1027         Log: Flush buffer before duplicating file descriptor.
1028              
1029              From: Mark-Jason Dominus <mjd@plover.com>
1030              To: Graham Barr <gbarr@pobox.com>
1031              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
1032              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
1033              Date: Wed, 11 Aug 1999 15:56:09 -0400
1034              Message-ID: <19990811195610.5933.qmail@plover.com>
1035              
1036              From: Mark-Jason Dominus <mjd@plover.com>
1037              To: perl5-porters@perl.org
1038              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
1039              Date: Wed, 11 Aug 1999 16:05:46 -0400
1040              Message-ID: <19990811200546.6165.qmail@plover.com>
1041      Branch: cfgperl
1042            ! doio.c pod/perldelta.pod
1043 ____________________________________________________________________________
1044 [  3959] By: jhi                                   on 1999/08/11  22:11:35
1045         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
1046              
1047              From: "Craig A. Berry" <craig.berry@metamor.com>
1048              Sender: owner-perl5-porters@perl.org
1049              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
1050              bailey@newman.upenn.edu
1051              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
1052              problem
1053              Date: Wed, 11 Aug 1999 14:31:11 -0500
1054              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
1055      Branch: cfgperl
1056            ! vms/vms.c
1057 ____________________________________________________________________________
1058 [  3958] By: jhi                                   on 1999/08/11  15:35:45
1059         Log: Add a hopefully comforting message if there seems to be no LFS. 
1060              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
1061              The tests will fail on lfs tests only if quad is available,
1062              if ENOQUAD, the lfs tests will be skipped.
1063      Branch: cfgperl
1064            ! t/lib/syslfs.t t/op/lfs.t
1065 ____________________________________________________________________________
1066 [  3957] By: jhi                                   on 1999/08/11  12:25:59
1067         Log: Unapply an experimental patch that accidentally escaped
1068              from the lab by piggybacking with the change #3955.
1069      Branch: cfgperl
1070            ! pp.c pp.h pp_hot.c
1071 ____________________________________________________________________________
1072 [  3956] By: jhi                                   on 1999/08/11  08:19:23
1073         Log: Add sysio large file support testing.
1074      Branch: cfgperl
1075            + t/lib/syslfs.t
1076            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
1077 ____________________________________________________________________________
1078 [  3955] By: jhi                                   on 1999/08/10  22:39:11
1079         Log: From: <dan@sidhe.org>
1080              To: vmsperl@perl.org, perl5-porters@perl.org,
1081              sarathy@activestate.com, bailey@newman.upenn.edu
1082              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
1083              threads on VMS
1084              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
1085              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
1086      Branch: cfgperl
1087            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
1088            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
1089            ! vms/writemain.pl
1090 ____________________________________________________________________________
1091 [  3954] By: jhi                                   on 1999/08/10  20:37:55
1092         Log: LFS testing robustness.
1093      Branch: cfgperl
1094            ! t/op/lfs.t
1095 ____________________________________________________________________________
1096 [  3953] By: jhi                                   on 1999/08/10  19:54:50
1097         Log: From: <dan@sidhe.org>
1098              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
1099              sarathy@activestate.com
1100              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
1101              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
1102              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
1103      Branch: cfgperl
1104            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
1105            ! vms/subconfigure.com vms/vmsish.h
1106 ____________________________________________________________________________
1107 [  3952] By: jhi                                   on 1999/08/10  17:18:57
1108         Log: AIX is different, again.  Now in cc -E output.
1109      Branch: cfgperl
1110            ! Configure config_h.SH
1111      Branch: metaconfig
1112            ! U/modified/cppstdin.U
1113 ____________________________________________________________________________
1114 [  3951] By: jhi                                   on 1999/08/10  14:37:08
1115         Log: Use Pid_t on pgrp matters.
1116      Branch: cfgperl
1117            ! pp_sys.c
1118 ____________________________________________________________________________
1119 [  3950] By: jhi                                   on 1999/08/10  14:35:30
1120         Log: Use Pid_t.
1121      Branch: cfgperl
1122            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
1123            ! pp_sys.c proto.h util.c
1124 ____________________________________________________________________________
1125 [  3949] By: jhi                                   on 1999/08/10  14:11:15
1126         Log: Use Mode_t.
1127      Branch: cfgperl
1128            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
1129            ! perlapi.h pp_sys.c proto.h
1130 ____________________________________________________________________________
1131 [  3948] By: jhi                                   on 1999/08/10  13:53:19
1132         Log: Small perlbug doc tweaks from Jon Orwant.
1133      Branch: cfgperl
1134            ! utils/perlbug.PL
1135 ____________________________________________________________________________
1136 [  3947] By: jhi                                   on 1999/08/10  09:55:11
1137         Log: Large file support testing.
1138      Branch: cfgperl
1139            + t/op/lfs.t
1140            ! MANIFEST t/op/64bit.t
1141 ____________________________________________________________________________
1142 [  3946] By: jhi                                   on 1999/08/10  09:13:54
1143         Log: Remove I32 casting from time-related functions.
1144      Branch: cfgperl
1145            ! pp_sys.c
1146 ____________________________________________________________________________
1147 [  3945] By: jhi                                   on 1999/08/10  09:06:42
1148         Log: Gratuitous uid and gid casts to I32s and ints removed.
1149              There are still problem spots in printfing such ids:
1150              width (%d vs %ld) and signedness %d vs %u.
1151      Branch: cfgperl
1152            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1153            ! perl.c perlapi.c pp_hot.c proto.h
1154 ____________________________________________________________________________
1155 [  3944] By: jhi                                   on 1999/08/10  07:43:03
1156         Log: Remove I32 casts from pp_stat, these make stat()
1157              very broken e.g. on files larger than 2 gigabytes.
1158              Reported by
1159              From: Phil Lobbes <phil@finchcomputer.com>
1160              To: perl5-porters@perl.org
1161              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
1162              UNIX Perl 5.005_03
1163              Date: Mon, 09 Aug 1999 21:38:54 -0700
1164              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
1165              
1166              There are more of these I32 casts all over pp_sys.c,
1167              all of them should be checked.
1168      Branch: cfgperl
1169            ! pp_sys.c
1170 ____________________________________________________________________________
1171 [  3943] By: jhi                                   on 1999/08/10  07:38:30
1172         Log: Remove blathering.
1173      Branch: cfgperl
1174            ! lib/unicode/mktables.PL
1175 ____________________________________________________________________________
1176 [  3942] By: jhi                                   on 1999/08/09  20:35:13
1177         Log: lexwarn maintenance: new warning class unsafe
1178              subclasses 'overflow' and 'portable' created,
1179              used by the recent integer overflow warnings.
1180              Class syntax subclass 'octal' renamed to 'digit',
1181              binary and hexadecimal parsing errors also 'digit' warnings.
1182      Branch: cfgperl
1183            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
1184            ! util.c warning.h warning.pl
1185 ____________________________________________________________________________
1186 [  3941] By: jhi                                   on 1999/08/09  10:40:47
1187         Log: Integrate with Nick.
1188      Branch: cfgperl
1189           +> opnames.h
1190           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
1191           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
1192 ____________________________________________________________________________
1193 [  3940] By: jhi                                   on 1999/08/09  10:32:43
1194         Log: Regenerate the Unicode tables after having updated the Unicode
1195              database (change #3939).
1196      Branch: cfgperl
1197            ! (edit 157 files)
1198 ____________________________________________________________________________
1199 [  3939] By: jhi                                   on 1999/08/09  10:27:22
1200         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
1201      Branch: cfgperl
1202            ! lib/unicode/UnicodeData-Latest.txt
1203 ____________________________________________________________________________
1204 [  3938] By: jhi                                   on 1999/08/09  10:25:54
1205         Log: Ethiopic changes via private email from Daniel Yacob,
1206              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
1207              Canadian Syllabics and Yi under construction.
1208      Branch: cfgperl
1209            + lib/unicode/syllables.txt
1210            - lib/unicode/EthiopicSyllables.txt
1211            - lib/unicode/MakeEthiopicSyllables.PL
1212            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
1213            ! lib/unicode/mktables.PL
1214 ____________________________________________________________________________
1215 [  3937] By: jhi                                   on 1999/08/09  10:21:51
1216         Log: Move the equivalence class creation last.
1217      Branch: cfgperl
1218            ! lib/unicode/mktables.PL
1219 ____________________________________________________________________________
1220 [  3936] By: jhi                                   on 1999/08/09  10:20:40
1221         Log: Compute equivalence classes (diacritics stripping) only
1222              for letters, not for ligatures.
1223      Branch: cfgperl
1224            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1225            ! lib/unicode/mktables.PL
1226 ____________________________________________________________________________
1227 [  3935] By: nick                                  on 1999/08/08  13:53:57
1228         Log: Will now correctly re-call 
1229              bootstrap "Foo";
1230              if requested. This should allow build on Win32 and other
1231              platforms where you cannot link to loadables directly.
1232      Branch: perl
1233            ! ext/B/B/C.pm
1234 ____________________________________________________________________________
1235 [  3934] By: nick                                  on 1999/08/07  12:23:55
1236         Log: Vishal Bhatia <vishalb@my-deja.com>
1237              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
1238              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
1239      Branch: perl
1240            ! ext/B/B/CC.pm
1241 ____________________________________________________________________________
1242 [  3933] By: nick                                  on 1999/08/07  12:19:46
1243         Log: B::C changes to get simple Tk app. compiling again
1244      Branch: perl
1245            ! ext/B/B/C.pm
1246 ____________________________________________________________________________
1247 [  3932] By: jhi                                   on 1999/08/06  21:17:16
1248         Log: Regen Configure to include change #3915.
1249      Branch: cfgperl
1250            ! Configure config_h.SH
1251 ____________________________________________________________________________
1252 [  3931] By: jhi                                   on 1999/08/06  18:52:57
1253         Log: Todo update.
1254      Branch: cfgperl
1255            ! Todo Todo-5.005 lib/unicode/mktables.PL
1256 ____________________________________________________________________________
1257 [  3930] By: jhi                                   on 1999/08/06  13:13:05
1258         Log: Character class equivalence tables.
1259      Branch: cfgperl
1260            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1261            ! MANIFEST lib/unicode/mktables.PL
1262 ____________________________________________________________________________
1263 [  3929] By: jhi                                   on 1999/08/06  11:59:11
1264         Log: More Fcntl constants.  (This process really needs
1265              to be automated, at least partly, see the Errno extension.)
1266              Now also the SEEK_ constants are available via the Fcntl.
1267              Yes, this is redundant (IO::Seekable and POSIX supply them already),
1268              but now Fcntl is a one-stop shopping mall for all your
1269              file-related constants.    
1270      Branch: cfgperl
1271            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
1272 ____________________________________________________________________________
1273 [  3928] By: jhi                                   on 1999/08/06  08:08:03
1274         Log: Protect against pack/unpack repeat count overflows,
1275              based on:
1276              
1277              From: Nathan Torkington <gnat@frii.com>
1278              To: Brian Keefer <mgomes@cwix.com>
1279              Cc: perl5-porters@perl.org
1280              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
1281              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
1282              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
1283      Branch: cfgperl
1284            ! pod/perldiag.pod pp.c
1285 ____________________________________________________________________________
1286 [  3927] By: jhi                                   on 1999/08/06  07:32:20
1287         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
1288              
1289              From: Nathan Torkington <gnat@frii.com>
1290              To: perl5-porters@perl.org
1291              Subject: Bugfix for my bugfix
1292              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
1293              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
1294      Branch: cfgperl
1295            ! ext/B/B/Assembler.pm
1296 ____________________________________________________________________________
1297 [  3926] By: jhi                                   on 1999/08/05  17:25:19
1298         Log: Fix regex charclass parsing so that bogus ranges
1299              like [0-\d] and [[:word:]-z] are no more allowed.
1300              The anomaly was noticed by Guy Decoux.
1301      Branch: cfgperl
1302            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
1303 ____________________________________________________________________________
1304 [  3925] By: jhi                                   on 1999/08/05  10:31:47
1305         Log: split /^/ deprecation warning should not be on by default.
1306      Branch: cfgperl
1307            ! pp.c
1308 ____________________________________________________________________________
1309 [  3924] By: jhi                                   on 1999/08/05  09:23:00
1310         Log: Warning fix to change #3922.
1311              From: paul.marquess@bt.com
1312              To: ilya@math.ohio-state.edu, gsar@activestate.com
1313              Cc: tchrist@jhereg.perl.com, chaimf@pobox.com, ed@chronos.net,
1314              perl5-porters@perl.org
1315              Subject: RE: [PATCH 5.00557] split /^/
1316              Date: Thu, 5 Aug 1999 09:01:15 +0100
1317              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B23@mbtlipnt02.btlabs.bt.co.uk>
1318      Branch: cfgperl
1319            ! pp.c
1320 ____________________________________________________________________________
1321 [  3923] By: jhi                                   on 1999/08/05  09:16:57
1322         Log: From: paul.marquess@bt.com
1323              To: jhi@iki.fi, paul.marquess@bt.com
1324              Cc: gsar@ActiveState.com, perl5-porters@perl.org
1325              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
1326              Date: Thu, 5 Aug 1999 09:33:14 +0100
1327              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
1328      Branch: cfgperl
1329            ! t/lib/anydbm.t
1330 ____________________________________________________________________________
1331 [  3922] By: jhi                                   on 1999/08/05  08:09:59
1332         Log: Deprecate /^/ implictly meaning /^/m.
1333              
1334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1335              To: Gurusamy Sarathy <gsar@activestate.com>
1336              Cc: Tom Christiansen <tchrist@jhereg.perl.com>, chaimf@pobox.com,
1337              ed@chronos.net, perl5-porters@perl.org
1338              Subject: [PATCH 5.00557] split /^/
1339              Date: Wed, 4 Aug 1999 16:46:57 -0400
1340              Message-ID: <19990804164657.A3776@monk.mps.ohio-state.edu>
1341      Branch: cfgperl
1342            ! pod/perldiag.pod pp.c regexp.h
1343 ____________________________________________________________________________
1344 [  3921] By: jhi                                   on 1999/08/05  08:05:13
1345         Log: From: paul.marquess@bt.com
1346              To: perl5-porters@perl.org
1347              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
1348              randy@theoryx5.uwinnipeg.ca
1349              Subject:  [PATCH 5.005_60] DB_File 1.70
1350              Date: Wed, 4 Aug 1999 23:22:22 +0100
1351              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
1352              
1353              (Replaces change #3917)
1354      Branch: cfgperl
1355            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1356            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1357 ____________________________________________________________________________
1358 [  3920] By: jhi                                   on 1999/08/04  19:02:58
1359         Log: From: Nathan Torkington <gnat@frii.com>
1360              To: perl5-porters@perl.org
1361              Subject: [5.005_60 PATCH] Make B::Bytecode work
1362              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
1363              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
1364      Branch: cfgperl
1365            ! ext/B/B/Assembler.pm
1366 ____________________________________________________________________________
1367 [  3919] By: jhi                                   on 1999/08/04  10:56:26
1368         Log: Update history records.
1369      Branch: cfgperl
1370            ! pod/perlhist.pod
1371 ____________________________________________________________________________
1372 [  3918] By: jhi                                   on 1999/08/04  09:36:13
1373         Log: Minor fixes to linux -Dusethreads -Duseperlio.
1374      Branch: cfgperl
1375            ! perlio.c
1376 ____________________________________________________________________________
1377 [  3917] By: jhi                                   on 1999/08/04  08:13:20
1378         Log: (Replaced by change #3921)
1379              From: paul.marquess@bt.com
1380              To: gsar@activestate.com
1381              Cc: perl5-porters@perl.org
1382              Subject: [PATCH 5.005_60] DB_File 1.69
1383              Date: Tue, 3 Aug 1999 22:55:00 +0100
1384              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
1385      Branch: cfgperl
1386            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1387            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1388 ____________________________________________________________________________
1389 [  3916] By: jhi                                   on 1999/08/04  07:59:05
1390         Log: Introduce the charnames pragma.
1391              
1392              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
1393              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
1394              To: Chip Salzenberg <[11]chip@perlsupport.com>
1395              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
1396              Date: Sat, 31 Jul 1999 05:44:05 -0400
1397              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
1398              
1399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1400              To: Mailing list Perl5 <perl5-porters@perl.org>
1401              Subject: [PATCH 5.005_58] Named characters in Perl
1402              Date: Mon, 2 Aug 1999 19:25:40 -0400
1403              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
1404      Branch: cfgperl
1405            + lib/charnames.pm t/lib/charnames.t
1406            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
1407            ! pod/perlre.pod regcomp.c toke.c
1408 ____________________________________________________________________________
1409 [  3915] By: jhi                                   on 1999/08/03  21:18:49
1410         Log: Support Configure -Dmake=pmake.
1411              Via private email from Andy.
1412              NOTE: assumes "basename" command.
1413      Branch: metaconfig
1414            ! U/modified/Config_sh.U
1415 ____________________________________________________________________________
1416 [  3914] By: jhi                                   on 1999/08/03  21:11:11
1417         Log: The op/filetest.t failed subtest 7 if testing as root.
1418              
1419              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
1420              To: perl5-porters@perl.org
1421              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
1422              Date: Tue, 27 Jul 1999 22:54:05 +0200
1423              Message-Id: <379E1C6D.626DC765@club-internet.fr>
1424      Branch: cfgperl
1425            ! t/op/filetest.t
1426 ____________________________________________________________________________
1427 [  3913] By: jhi                                   on 1999/08/03  21:07:57
1428         Log: Retract #3912, much too many compilation warnings
1429              under Digital UNIX.
1430      Branch: cfgperl
1431            ! doio.c iperlsys.h perl.h perlio.c perlsdio.h perlsfio.h
1432            ! pp_sys.c sv.c
1433 ____________________________________________________________________________
1434 [  3912] By: jhi                                   on 1999/08/03  20:13:59
1435         Log: (Retracted).  See #3913.
1436              
1437              From: Sven Verdoolaege <skimo@kotnet.org>
1438              To: perl5-porters@perl.org
1439              Subject: [ID 19990803.003] Not OK: perl 5.00560 on i586-linux-thread
1440              2.1.125 [PATCH]
1441              Date: Tue, 3 Aug 1999 13:14:07 +0200
1442              Message-Id: <19990803131407.A30911@pool.kotnet.org>
1443      Branch: cfgperl
1444            ! doio.c iperlsys.h perl.h perlio.c perlsdio.h perlsfio.h
1445            ! pp_sys.c sv.c
1446 ____________________________________________________________________________
1447 [  3911] By: jhi                                   on 1999/08/03  19:52:38
1448         Log: The "-Dusethreads -Duseperlio" combination failed.
1449              
1450              From: Spider Boardman <spider@leggy.zk3.dec.com>
1451              To: perl5-porters@perl.org
1452              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
1453              4.0 (UNINSTALLED)
1454              Date: Tue, 3 Aug 1999 14:25:00 -0400
1455              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
1456              
1457              See also change #3912.
1458      Branch: cfgperl
1459            ! perlio.c
1460 ____________________________________________________________________________
1461 [  3910] By: jhi                                   on 1999/08/03  10:44:24
1462         Log: From: Chris Nandor <pudge@pobox.com>
1463              To: perl5-porters@perl.org
1464              Subject: [PATCH 5.005_58] perlbug.PL 1.27
1465              Date: Wed, 28 Jul 1999 23:42:49 -0400
1466              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
1467      Branch: cfgperl
1468            ! utils/perlbug.PL
1469 ____________________________________________________________________________
1470 [  3909] By: jhi                                   on 1999/08/03  10:41:04
1471         Log: Hints for building ByteLoader in SunoS.  Based on
1472              From: Andy Dougherty <doughera@lafayette.edu>
1473              To: Gurusamy Sarathy <gsar@activestate.com>
1474              Cc: Perl Porters <perl5-porters@perl.org>
1475              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
1476              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
1477              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
1478      Branch: cfgperl
1479            + ext/ByteLoader/hints/sunos.pl
1480            ! MANIFEST ext/ByteLoader/ByteLoader.xs
1481 ____________________________________________________________________________
1482 [  3908] By: jhi                                   on 1999/08/03  09:29:22
1483         Log: Clarify RE engine code; inline a static function to a macro;
1484              make exact string nodes smaller.
1485              
1486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1487              To: perl5-porters@perl.org (Mailing list Perl5)
1488              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
1489              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
1490              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
1491      Branch: cfgperl
1492            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
1493            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
1494            ! regnodes.h warning.h
1495 ____________________________________________________________________________
1496 [  3907] By: jhi                                   on 1999/08/03  08:11:49
1497         Log: 5_59 configured with -Dd_bincompat5005 can't be made
1498              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
1499              
1500              From: Spider Boardman <spider@leggy.zk3.dec.com>
1501              To: perl5-porters@perl.org
1502              Subject: [ID 19990802.016] Not OK: perl 5.00559
1503              Date: Mon, 2 Aug 1999 16:11:13 -0400
1504              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
1505      Branch: cfgperl
1506            ! embed.pl
1507 ____________________________________________________________________________
1508 [  3906] By: jhi                                   on 1999/08/03  07:48:59
1509         Log: Change #3790 redemption: with a little additional
1510              patch from Ilya it works okay.
1511      Branch: cfgperl
1512            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1513            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
1514 ____________________________________________________________________________
1515 [  3905] By: gsar                                  on 1999/08/02  21:03:23
1516         Log: this will be 5.005_60
1517      Branch: perl
1518            ! Changes
1519
1520 ----------------
1521 Version 5.005_60
1522 ----------------
1523
1524 ____________________________________________________________________________
1525 [  3904] By: gsar                                  on 1999/08/02  20:30:23
1526         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
1527              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
1528              regen headers
1529      Branch: perl
1530            ! embed.h embed.pl global.sym opcode.h perlapi.c
1531 ____________________________________________________________________________
1532 [  3903] By: gsar                                  on 1999/08/02  20:26:07
1533         Log: native int pack/unpack fixes (from Spider Boardman
1534              <spider@leggy.zk3.dec.com>)
1535      Branch: perl
1536            ! pp.c
1537 ____________________________________________________________________________
1538 [  3902] By: gsar                                  on 1999/08/02  20:24:41
1539         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
1540              <spider@leggy.zk3.dec.com>)
1541      Branch: perl
1542            + opnames.h
1543            ! Changes MANIFEST opcode.pl perl.h
1544 ____________________________________________________________________________
1545 [  3901] By: gsar                                  on 1999/08/02  18:51:18
1546         Log: integrate cfgperl contents
1547      Branch: perl
1548           !> INSTALL README pod/perldelta.pod
1549 ____________________________________________________________________________
1550 [  3900] By: jhi                                   on 1999/08/02  18:46:21
1551         Log: Update README and INSTALL; partly based on the message
1552              
1553              From: "John L. Allen" <allen@grumman.com>
1554              To: Jarkko Hietaniemi <jhi@iki.fi>
1555              cc: perl5-porters@perl.org
1556              Subject: Re: Perl Installation Problem
1557              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
1558              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
1559              
1560              and private email from Andy Dougherty.
1561      Branch: cfgperl
1562            ! INSTALL README
1563 ____________________________________________________________________________
1564 [  3899] By: jhi                                   on 1999/08/02  18:36:35
1565         Log: Integrate with Sarathy.
1566      Branch: cfgperl
1567           !> op.c
1568 ____________________________________________________________________________
1569 [  3898] By: jhi                                   on 1999/08/02  18:34:49
1570         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
1571      Branch: cfgperl
1572            ! pod/perldelta.pod
1573 ____________________________________________________________________________
1574 [  3897] By: gsar                                  on 1999/08/02  18:18:37
1575         Log: optimizations could sometimes bypass bareword check
1576      Branch: perl
1577            ! op.c
1578 ____________________________________________________________________________
1579 [  3896] By: jhi                                   on 1999/08/02  18:18:34
1580         Log: Integrate with Sarathy.
1581      Branch: cfgperl
1582           !> Changes makedef.pl patchlevel.h win32/Makefile
1583           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1584           !> win32/makefile.mk
1585 ____________________________________________________________________________
1586 [  3895] By: gsar                                  on 1999/08/02  17:22:40
1587         Log: up patchlevel etc.
1588      Branch: perl
1589            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1590            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1591 ____________________________________________________________________________
1592 [  3894] By: gsar                                  on 1999/08/02  17:12:31
1593         Log: integrate change#3893, make it conditional on bincompat5005
1594      Branch: perl
1595            ! makedef.pl
1596 ____________________________________________________________________________
1597 [  3893] By: jhi                                   on 1999/08/02  16:49:08
1598         Log: PERL_BINCOMPAT_5005 symbol translation.
1599              (AIX wouldn't link neither perl nor extensions.)
1600      Branch: cfgperl
1601            ! makedef.pl
1602 ____________________________________________________________________________
1603 [  3892] By: gsar                                  on 1999/08/02  16:09:13
1604         Log: integrate cfgperl contents into mainline
1605      Branch: perl
1606           +> t/op/64bit.t
1607            ! Changes
1608           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
1609           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
1610           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
1611 ____________________________________________________________________________
1612 [  3891] By: jhi                                   on 1999/08/02  14:52:40
1613         Log: AIX long long probing requires LL suffix for
1614              the ll constant.  The suffix doesn't seem
1615              to bother other ll platforms.
1616      Branch: cfgperl
1617            ! Configure config_h.SH hints/aix.sh
1618      Branch: metaconfig/U/perl
1619            ! quadfio.U
1620 ____________________________________________________________________________
1621 [  3890] By: jhi                                   on 1999/08/02  14:21:55
1622         Log: Exact path to perl for open -|.
1623      Branch: cfgperl
1624            ! t/io/open.t
1625 ____________________________________________________________________________
1626 [  3889] By: jhi                                   on 1999/08/02  14:18:03
1627         Log: Integrate with Sarathy.
1628      Branch: cfgperl
1629           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
1630           !> win32/Makefile win32/config_H.bc win32/config_H.gc
1631           !> win32/config_H.vc win32/makefile.mk win32/win32.c
1632 ____________________________________________________________________________
1633 [  3888] By: jhi                                   on 1999/08/02  14:14:29
1634         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
1635      Branch: cfgperl
1636            ! hints/aix.sh
1637 ____________________________________________________________________________
1638 [  3887] By: jhi                                   on 1999/08/02  12:53:10
1639         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1640              emacs code indentation doesn't get wrong ideas--
1641              in other words, introduce a couple of "redundant" if:s.
1642      Branch: cfgperl
1643            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
1644            ! util.c
1645 ____________________________________________________________________________
1646 [  3886] By: jhi                                   on 1999/08/02  12:43:16
1647         Log: Mention that also *BSD systems with glibc are known to stumble.
1648      Branch: cfgperl
1649            ! t/pragma/warn/pp_hot
1650 ____________________________________________________________________________
1651 [  3885] By: jhi                                   on 1999/08/02  12:34:15
1652         Log: Allow also non-long long but still quad platforms print quads.
1653      Branch: cfgperl
1654            ! Configure config_h.SH
1655      Branch: metaconfig/U/perl
1656            ! longdblfio.U quadfio.U
1657 ____________________________________________________________________________
1658 [  3884] By: jhi                                   on 1999/08/02  11:56:14
1659         Log: Fix regclass utf8 hex ranges for quads.
1660      Branch: cfgperl
1661            ! regcomp.c
1662 ____________________________________________________________________________
1663 [  3883] By: jhi                                   on 1999/08/02  11:42:14
1664         Log: Enhance the description of how to detect quad support.
1665      Branch: cfgperl
1666            ! pod/perlfunc.pod
1667 ____________________________________________________________________________
1668 [  3882] By: jhi                                   on 1999/08/02  11:22:19
1669         Log: Fix printf %D %U %O for quads.
1670      Branch: cfgperl
1671            ! sv.c t/op/64bit.t
1672 ____________________________________________________________________________
1673 [  3881] By: jhi                                   on 1999/08/02  11:16:12
1674         Log: Document quad printing.
1675      Branch: cfgperl
1676            ! pod/perlfunc.pod
1677 ____________________________________________________________________________
1678 [  3880] By: jhi                                   on 1999/08/02  10:32:01
1679         Log: More 64-bit fixing.  One known bug of that kind
1680              remains, 32-bit platforms using long long in
1681              the test t/pragma/utf8 subtests 1-3 fail.
1682              (Update: change    #3884 fixed that one.)
1683      Branch: cfgperl
1684            + t/op/64bit.t
1685            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
1686
1687 ----------------
1688 Version 5.005_59
1689 ----------------
1690
1691 ____________________________________________________________________________
1692 [  3879] By: gsar                                  on 1999/08/02  08:18:58
1693         Log: integrate cfgperl changes into mainline
1694      Branch: perl
1695           !> Configure config_h.SH sv.c
1696 ____________________________________________________________________________
1697 [  3878] By: gsar                                  on 1999/08/02  08:13:16
1698         Log: change#3692 had an unintentional patch leak through!
1699              (this would explain the mysterious C<next LABEL> failures
1700              people have seen)
1701      Branch: perl
1702            ! pp_ctl.c
1703 ____________________________________________________________________________
1704 [  3877] By: gsar                                  on 1999/08/02  08:00:29
1705         Log: up patchlevel to 59
1706      Branch: perl
1707            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1708            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1709            ! win32/makefile.mk
1710 ____________________________________________________________________________
1711 [  3876] By: gsar                                  on 1999/08/02  07:51:18
1712         Log: fix coredump under usethreads+debug
1713      Branch: perl
1714            ! util.c
1715 ____________________________________________________________________________
1716 [  3875] By: jhi                                   on 1999/08/02  07:50:51
1717         Log: d_bincompat5005 could be left empty.
1718      Branch: cfgperl
1719            ! Configure config_h.SH
1720      Branch: metaconfig/U/perl
1721            ! bincompat5005.U
1722 ____________________________________________________________________________
1723 [  3874] By: jhi                                   on 1999/08/02  07:42:45
1724         Log: Fix printf %d when IV is quad.
1725      Branch: cfgperl
1726            ! sv.c
1727 ____________________________________________________________________________
1728 [  3873] By: gsar                                  on 1999/08/02  07:41:03
1729         Log: fix d_bincompat5005='' junking config.h
1730      Branch: perl
1731            ! Configure
1732 ____________________________________________________________________________
1733 [  3872] By: gsar                                  on 1999/08/02  07:38:48
1734         Log: C needs parameter list, not merely type
1735      Branch: perl
1736            ! win32/win32.c
1737 ____________________________________________________________________________
1738 [  3871] By: jhi                                   on 1999/08/02  07:20:51
1739         Log: Integrate with Sarathy.
1740      Branch: cfgperl
1741           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
1742 ____________________________________________________________________________
1743 [  3870] By: gsar                                  on 1999/08/02  07:12:18
1744         Log: integrate cfgperl changes into mainline
1745      Branch: perl
1746            ! Changes
1747           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1748           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
1749           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
1750           !> toke.c util.c
1751 ____________________________________________________________________________
1752 [  3869] By: gsar                                  on 1999/08/02  06:59:09
1753         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1754              Date: Sat, 31 Jul 1999 19:08:33 -0700
1755              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
1756              Subject: [PATCH 5.005_58] "use constant" in the compiler
1757      Branch: perl
1758            ! ext/B/B/C.pm ext/B/B/CC.pm
1759 ____________________________________________________________________________
1760 [  3868] By: gsar                                  on 1999/08/02  06:55:51
1761         Log: debug build tweak
1762      Branch: perl
1763            ! regexec.c
1764 ____________________________________________________________________________
1765 [  3867] By: gsar                                  on 1999/08/02  06:35:18
1766         Log: create vmsperl branch (to be owned and operated by: cbailey)
1767      Branch: vmsperl
1768           +> (branch 1476 files)
1769 ____________________________________________________________________________
1770 [  3866] By: jhi                                   on 1999/08/01  23:34:40
1771         Log: so_locations once is enough.
1772      Branch: cfgperl
1773            ! Makefile.SH
1774 ____________________________________________________________________________
1775 [  3865] By: jhi                                   on 1999/08/01  23:13:05
1776         Log: Simplicate duplicated code.
1777      Branch: cfgperl
1778            ! util.c
1779 ____________________________________________________________________________
1780 [  3864] By: jhi                                   on 1999/08/01  22:41:41
1781         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
1782      Branch: cfgperl
1783           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
1784           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
1785            - README.cygwin32 cygwin32/Makefile.SHs
1786            - cygwin32/build-instructions.READFIRST
1787            - cygwin32/build-instructions.charles-wilson
1788            - cygwin32/build-instructions.sebastien-barre
1789            - cygwin32/build-instructions.steven-morlock
1790            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
1791            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
1792            - hints/cygwin32.sh
1793           !> (integrate 61 files)
1794 ____________________________________________________________________________
1795 [  3863] By: jhi                                   on 1999/08/01  22:36:02
1796         Log: Regen Configure and Glossary once again.
1797      Branch: cfgperl
1798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1799            ! config_h.SH
1800 ____________________________________________________________________________
1801 [  3862] By: jhi                                   on 1999/08/01  22:26:09
1802         Log: Glossary update for #3861.
1803      Branch: cfgperl
1804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1805            ! config_h.SH
1806 ____________________________________________________________________________
1807 [  3861] By: jhi                                   on 1999/08/01  22:22:51
1808         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
1809              with -Duse64bits (using long long).
1810              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
1811              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
1812              'print unpack "q", pack "q", 12345678901'
1813              should work on such 32-bit platforms.
1814              Still a lot of printf()s behind -D which wrongly assume
1815              that %ld/%lx and (long) are a good combination.
1816              Introducing a slew of new macros intended to be used in printf()
1817              format strings: e. g. PERL_PRId64 is the string to be used
1818              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
1819              The PRI... naming follows the C9X naming of <inttypes.h> macros.
1820      Branch: cfgperl
1821            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1822            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
1823            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
1824      Branch: metaconfig/U/perl
1825            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
1826 ____________________________________________________________________________
1827 [  3860] By: gsar                                  on 1999/08/01  21:23:18
1828         Log: integrate cfgperl contents into mainline
1829      Branch: perl
1830            ! toke.c
1831           !> (integrate 29 files)
1832 ____________________________________________________________________________
1833 [  3859] By: gsar                                  on 1999/08/01  21:13:09
1834         Log: From: Nathan Torkington <gnat@frii.com>
1835              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
1836              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
1837              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
1838      Branch: perl
1839            ! ext/B/B/Disassembler.pm
1840 ____________________________________________________________________________
1841 [  3858] By: gsar                                  on 1999/08/01  21:09:15
1842         Log: DB_File 1.68 update from Paul Marquess
1843      Branch: perl
1844            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1845            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1846            ! t/lib/db-recno.t
1847 ____________________________________________________________________________
1848 [  3857] By: gsar                                  on 1999/08/01  21:05:54
1849         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1850              Date: Sat, 31 Jul 1999 05:13:38 -0400
1851              Message-Id: <199907311407.IAA25038@localhost.frii.com>
1852              Subject: [PATCH 5.005_58] More optimizations to REx engine
1853      Branch: perl
1854            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
1855            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
1856 ____________________________________________________________________________
1857 [  3856] By: gsar                                  on 1999/08/01  20:59:59
1858         Log: slightly modified version of suggested patch
1859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1860              Date: Sat, 31 Jul 1999 04:45:12 -0400
1861              Message-Id: <199907311406.IAA25034@localhost.frii.com>
1862              Subject: [PATCH 5.005_58] Fix OS/2 build
1863      Branch: perl
1864            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
1865            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
1866 ____________________________________________________________________________
1867 [  3855] By: gsar                                  on 1999/08/01  20:49:06
1868         Log: cygwin update
1869              From: "Fifer, Eric" <EFifer@sanwaint.com>
1870              Date: Fri, 30 Jul 1999 18:31:48 +0100
1871              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
1872              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
1873      Branch: perl
1874            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
1875            ! pp_sys.c unixish.h util.c
1876 ____________________________________________________________________________
1877 [  3854] By: gsar                                  on 1999/08/01  20:41:53
1878         Log: fixes from Stephen McCamant that address bugs in change#3612
1879              (the optimization shouldn't be enabled in expressions where
1880              the variable is introduced), and fix Deparse to grok the
1881              optimization
1882              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
1883              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
1884              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
1885              --
1886              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
1887              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
1888              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
1889              --
1890              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
1891              Message-Id: <199907310326.VAA24376@localhost.frii.com>
1892              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
1893      Branch: perl
1894            ! ext/B/B/Deparse.pm op.c
1895 ____________________________________________________________________________
1896 [  3853] By: gsar                                  on 1999/08/01  20:31:32
1897         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1898              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
1899              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
1900              Subject: [PATCH _58] Two one-liner LOGOP tweaks
1901      Branch: perl
1902            ! op.c opcode.h opcode.pl
1903 ____________________________________________________________________________
1904 [  3852] By: gsar                                  on 1999/08/01  20:29:17
1905         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
1906      Branch: perl
1907            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
1908            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
1909            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
1910            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
1911            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
1912            ! pod/perlport.pod pp_sys.c util.c
1913 ____________________________________________________________________________
1914 [  3851] By: gsar                                  on 1999/08/01  20:20:05
1915         Log: move files around for s/cygwin32/cygwin/ renaming
1916      Branch: perl
1917           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
1918           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
1919            - README.cygwin32 cygwin32/Makefile.SHs
1920            - cygwin32/build-instructions.READFIRST
1921            - cygwin32/build-instructions.charles-wilson
1922            - cygwin32/build-instructions.sebastien-barre
1923            - cygwin32/build-instructions.steven-morlock
1924            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
1925            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
1926            - hints/cygwin32.sh
1927            ! MANIFEST
1928 ____________________________________________________________________________
1929 [  3850] By: gsar                                  on 1999/08/01  20:05:14
1930         Log: posix-bc hints tweak (via private mail from Thomas Dorner
1931              <Thomas.Dorner@start.de>)
1932      Branch: perl
1933            ! Changes hints/posix-bc.sh
1934 ____________________________________________________________________________
1935 [  3849] By: gsar                                  on 1999/08/01  19:50:20
1936         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
1937              <gnat@frii.com>)
1938      Branch: perl
1939            ! perl.h pod/perldelta.pod pod/perlguts.pod
1940 ____________________________________________________________________________
1941 [  3848] By: gsar                                  on 1999/08/01  18:34:41
1942         Log: fix defined(@foo) encarpments
1943      Branch: perl
1944            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
1945            ! pod/perltrap.pod
1946 ____________________________________________________________________________
1947 [  3847] By: jhi                                   on 1999/08/01  17:17:07
1948         Log: Undo #3790 and the patches that attempted to fix it
1949              (#3837, #3838, #3845).  The #3790 caused linkage failures
1950              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
1951              IRIX 6.5.
1952      Branch: cfgperl
1953            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
1954            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1955            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
1956 ____________________________________________________________________________
1957 [  3846] By: jhi                                   on 1999/08/01  11:41:52
1958         Log: Reading 64-bit decimal numbers was broken because
1959              the NV was cast to an I32, not an IV.
1960      Branch: cfgperl
1961            ! toke.c
1962 ____________________________________________________________________________
1963 [  3845] By: jhi                                   on 1999/08/01  11:00:24
1964         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
1965      Branch: cfgperl
1966            + ext/SDBM_File/hints/solaris.pl
1967 ____________________________________________________________________________
1968 [  3844] By: jhi                                   on 1999/08/01  10:55:44
1969         Log: Enable Solaris largefiles support only if -Duse64bits is used.
1970              (Effectively removes #3311).
1971      Branch: cfgperl
1972            ! hints/solaris_2.sh
1973 ____________________________________________________________________________
1974 [  3843] By: jhi                                   on 1999/07/31  22:44:56
1975         Log: Integer overflow iteration.
1976      Branch: cfgperl
1977            ! t/op/oct.t toke.c util.c
1978 ____________________________________________________________________________
1979 [  3842] By: jhi                                   on 1999/07/31  22:11:03
1980         Log: Remove a lot of unused regnode codes.
1981              Noticed by Ilya.
1982      Branch: cfgperl
1983            ! regcomp.c regcomp.sym regexec.c regnodes.h
1984 ____________________________________________________________________________
1985 [  3841] By: jhi                                   on 1999/07/31  21:53:54
1986         Log: Make the use64bits and usethreads friendlier/braver;
1987              they no more wimp out if the platform is unknown.
1988              On use64bits if gcc used -DUSE_LONG_LONG is added
1989              to the ccflags (this dependency on gcc caused a slightly weird
1990              reordering of Configure, but things still seem to work.)
1991      Branch: cfgperl
1992            ! Configure README.threads config_h.SH
1993      Branch: metaconfig
1994            ! U/threads/usethreads.U
1995      Branch: metaconfig/U/perl
1996            ! use64bits.U
1997 ____________________________________________________________________________
1998 [  3840] By: jhi                                   on 1999/07/31  20:26:22
1999         Log: Hack the "integer overflow" code some more.
2000      Branch: cfgperl
2001            ! perl.h toke.c util.c
2002 ____________________________________________________________________________
2003 [  3839] By: jhi                                   on 1999/07/31  20:22:00
2004         Log: Test oct() at the 2^32-1 limit.
2005      Branch: cfgperl
2006            ! t/op/oct.t
2007 ____________________________________________________________________________
2008 [  3838] By: jhi                                   on 1999/07/31  20:08:43
2009         Log: Update MANIFEST for #3837.
2010      Branch: cfgperl
2011            ! MANIFEST
2012 ____________________________________________________________________________
2013 [  3837] By: jhi                                   on 1999/07/31  20:02:40
2014         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
2015              (a core dump with a corrput stack ensues).
2016      Branch: cfgperl
2017            + ext/SDBM_File/hints/dec_osf.pl
2018 ____________________________________________________________________________
2019 [  3836] By: jhi                                   on 1999/07/29  21:09:01
2020         Log: Allow for Configure -Ubincompat5005 override.
2021      Branch: cfgperl
2022            ! Configure config_h.SH
2023      Branch: metaconfig/U/perl
2024            ! bincompat5005.U
2025 ____________________________________________________________________________
2026 [  3835] By: jhi                                   on 1999/07/29  21:04:02
2027         Log: Make Configure support PERL_BINCOMPAT_5005.
2028      Branch: cfgperl
2029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2030            ! config_h.SH
2031      Branch: metaconfig/U/perl
2032            + bincompat5005.U
2033 ____________________________________________________________________________
2034 [  3834] By: jhi                                   on 1999/07/29  19:25:35
2035         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
2036      Branch: cfgperl
2037            ! Makefile.SH
2038 ____________________________________________________________________________
2039 [  3833] By: jhi                                   on 1999/07/29  14:07:09
2040         Log: Integrate with Sarathy.  I overruled on perldelta
2041              and perldiag.
2042      Branch: cfgperl
2043           !> README.win32 emacs/cperl-mode.el globals.c installperl
2044           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
2045           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
2046           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
2047           !> win32/perllib.c win32/win32.c
2048 ____________________________________________________________________________
2049 [  3832] By: jhi                                   on 1999/07/29  14:02:50
2050         Log: Repent and make overly large integerish
2051              constants non-fatal.  They are now promoted
2052              to NVs, accompanied by an overflow warning that
2053              is by default on.
2054      Branch: cfgperl
2055            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
2056            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
2057            ! toke.c util.c
2058 ____________________________________________________________________________
2059 [  3831] By: jhi                                   on 1999/07/29  11:40:04
2060         Log: AIX exhibits different error on failed system().
2061              Slightly modified patch via private email from
2062              David R. Favor <dfavor@austin.ibm.com>
2063      Branch: cfgperl
2064            ! t/op/exec.t
2065 ____________________________________________________________________________
2066 [  3830] By: gsar                                  on 1999/07/29  07:46:11
2067         Log: cperl-mode.el v4.19
2068      Branch: perl
2069            ! emacs/cperl-mode.el
2070 ____________________________________________________________________________
2071 [  3829] By: gsar                                  on 1999/07/29  07:30:35
2072         Log: From: jan.dubois@ibm.net (Jan Dubois)
2073              Date: Wed, 28 Jul 1999 22:01:42 +0200
2074              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
2075              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
2076      Branch: perl
2077            ! win32/bin/pl2bat.pl
2078 ____________________________________________________________________________
2079 [  3828] By: gsar                                  on 1999/07/29  07:19:27
2080         Log: tweak previous change for multiple hits
2081      Branch: perl
2082            ! utils/perldoc.PL
2083 ____________________________________________________________________________
2084 [  3827] By: gsar                                  on 1999/07/29  07:10:00
2085         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
2086              really needs a pod2text() compatibility function)
2087      Branch: perl
2088            ! utils/perldoc.PL
2089 ____________________________________________________________________________
2090 [  3826] By: gsar                                  on 1999/07/29  01:33:46
2091         Log: minor tweaks to pods and toke.c comments
2092      Branch: perl
2093            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
2094 ____________________________________________________________________________
2095 [  3825] By: gsar                                  on 1999/07/29  00:12:52
2096         Log: integrate cfgperl changes into mainline
2097      Branch: perl
2098           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2099           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
2100           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2101           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
2102           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2103           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
2104           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
2105           !> t/pragma/warn/util toke.c util.c
2106 ____________________________________________________________________________
2107 [  3824] By: jhi                                   on 1999/07/28  21:15:04
2108         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
2109      Branch: cfgperl
2110            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
2111            ! ext/IO/lib/IO/Socket/INET.pm
2112 ____________________________________________________________________________
2113 [  3823] By: jhi                                   on 1999/07/28  20:29:17
2114         Log: Continue pack() doc honing.
2115      Branch: cfgperl
2116            ! pod/perlfunc.pod
2117 ____________________________________________________________________________
2118 [  3822] By: jhi                                   on 1999/07/28  20:17:37
2119         Log: Enhance pack() doc.
2120      Branch: cfgperl
2121            ! pod/perlfunc.pod
2122 ____________________________________________________________________________
2123 [  3821] By: jhi                                   on 1999/07/28  18:34:50
2124         Log: UNIX Domain Sockets are not implemented under QNX.
2125              
2126              From: Norton Allen <allen@huarp.harvard.edu>
2127              To: perl5-porters@perl.org
2128              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
2129              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
2130              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
2131      Branch: cfgperl
2132            ! t/lib/io_unix.t
2133 ____________________________________________________________________________
2134 [  3820] By: jhi                                   on 1999/07/28  18:13:37
2135         Log: IO::* enhancements.
2136              
2137              1) write() and syswrite() will now accept a single-argument
2138              form of the call, for consistency with Perl's syswrite().
2139              2) You can create a TCP-based IO::Socket::INET without forcing
2140              a connect attempt.  This allows you to configure its options
2141              (like making it non-blocking) and then call connect() manually.
2142              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
2143              from ever returning the correct value.
2144              
2145              From: Lincoln Stein <lstein@formaggio.cshl.org>
2146              To: Graham Barr <gbarr@pobox.com>
2147              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
2148              Subject: Re: patch for IO::*
2149              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
2150              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
2151      Branch: cfgperl
2152            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
2153            ! ext/IO/lib/IO/Socket/INET.pm
2154 ____________________________________________________________________________
2155 [  3819] By: gsar                                  on 1999/07/28  18:08:06
2156         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
2157      Branch: perl
2158            ! README.win32 globals.c installperl iperlsys.h makedef.pl
2159            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
2160            ! win32/win32.c
2161 ____________________________________________________________________________
2162 [  3818] By: jhi                                   on 1999/07/28  17:48:16
2163         Log: Need to add QNX to the list for DONT_DECLARE_STD.
2164              (The elimination of use of the _() macro apparently triggered
2165              an incompatability with a #define of atof)
2166              
2167              From: Norton Allen <allen@huarp.harvard.edu>
2168              To: perl5-porters@perl.org
2169              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
2170              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
2171              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
2172      Branch: cfgperl
2173            ! perl.h
2174 ____________________________________________________________________________
2175 [  3817] By: jhi                                   on 1999/07/28  17:46:30
2176         Log: Need to add some more conditions to deal with the case
2177              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
2178              which is true for QNX4.
2179              From: Norton Allen <allen@huarp.harvard.edu>
2180              To: perl5-porters@perl.org
2181              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
2182              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
2183              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
2184      Branch: cfgperl
2185            ! pp_sys.c
2186 ____________________________________________________________________________
2187 [  3816] By: jhi                                   on 1999/07/28  17:43:40
2188         Log: The QNX shell needs a couple more semicolons.
2189              
2190              From: Norton Allen <allen@huarp.harvard.edu>
2191              To: perl5-porters@perl.org
2192              Subject: [ID 19990728.007] Patch:Configure _58 QNX
2193              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
2194              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
2195              
2196              plus silence metalint moanings on vendorprefix.
2197      Branch: cfgperl
2198            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2199            ! config_h.SH
2200 ____________________________________________________________________________
2201 [  3815] By: jhi                                   on 1999/07/28  17:31:11
2202         Log: Silence metalint on vendorprefix.U.
2203      Branch: metaconfig
2204            ! U/installdirs/vendorprefix.U
2205 ____________________________________________________________________________
2206 [  3814] By: jhi                                   on 1999/07/28  17:13:29
2207         Log: QNX shell needs more semicolons.
2208      Branch: metaconfig/U/perl
2209            ! Extensions.U
2210 ____________________________________________________________________________
2211 [  3813] By: jhi                                   on 1999/07/28  17:05:08
2212         Log: Integrate with Sarathy.
2213      Branch: cfgperl
2214           !> lib/ExtUtils/MM_Unix.pm
2215 ____________________________________________________________________________
2216 [  3812] By: jhi                                   on 1999/07/28  16:20:17
2217         Log: Fix a typo, un-shout, and reformat the installation output.
2218      Branch: cfgperl
2219            ! lib/ExtUtils/Install.pm
2220 ____________________________________________________________________________
2221 [  3811] By: gsar                                  on 1999/07/28  15:41:11
2222         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
2223      Branch: perl
2224            ! lib/ExtUtils/MM_Unix.pm
2225 ____________________________________________________________________________
2226 [  3810] By: jhi                                   on 1999/07/28  13:55:57
2227         Log: Talk more about subsecond things in perlfunc.
2228              (Yes, redundant with perlfaq8.)
2229      Branch: cfgperl
2230            ! pod/perlfunc.pod
2231 ____________________________________________________________________________
2232 [  3809] By: jhi                                   on 1999/07/28  07:23:48
2233         Log: Integrate with Sarathy.
2234      Branch: cfgperl
2235           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
2236           !> t/op/pwent.t
2237 ____________________________________________________________________________
2238 [  3808] By: jhi                                   on 1999/07/28  07:23:03
2239         Log: Document toke.c.
2240              From: Nathan Torkington <gnat@frii.com>
2241              To: perl5-porters@perl.org
2242              Subject: Re: toke.c patch, work in progress
2243              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
2244              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
2245      Branch: cfgperl
2246            ! toke.c
2247 ____________________________________________________________________________
2248 [  3807] By: jhi                                   on 1999/07/28  07:10:56
2249         Log: perlre clarification.
2250              
2251              From: Ian Phillipps <ian@dial.pipex.com>
2252              To: Perl 5 Porters <perl5-porters@perl.org>
2253              Subject: [PATCH 5.00557] Add definite article to perlre.pod
2254              Date: Tue, 27 Jul 1999 10:46:29 +0100
2255              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
2256      Branch: cfgperl
2257            ! pod/perlre.pod
2258 ____________________________________________________________________________
2259 [  3806] By: gsar                                  on 1999/07/28  07:07:46
2260         Log: fix the perl -V breakage
2261              
2262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2263              To: Jarkko Hietaniemi <jhi@iki.fi>
2264              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
2265              gsar@activestate.com
2266              Subject: Re: Follow up to: _58 on AIX 431
2267              Date: Tue, 27 Jul 1999 17:42:00 -0400
2268              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
2269      Branch: perl
2270            ! configpm
2271 ____________________________________________________________________________
2272 [  3805] By: gsar                                  on 1999/07/28  07:03:34
2273         Log: avoid warning (from Doug MacEachern)
2274      Branch: perl
2275            ! perl.h
2276 ____________________________________________________________________________
2277 [  3804] By: gsar                                  on 1999/07/28  06:59:30
2278         Log: Pod::Html tweak
2279              
2280              From: jan.dubois@ibm.net (Jan Dubois)
2281              To: perl5-porters@perl.org
2282              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
2283              Date: Tue, 27 Jul 1999 22:14:12 +0200
2284              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
2285      Branch: perl
2286            ! lib/Pod/Html.pm
2287 ____________________________________________________________________________
2288 [  3803] By: gsar                                  on 1999/07/28  06:56:38
2289         Log: freebsd hints update
2290              
2291              From: Anton Berezin <tobez@plab.ku.dk>
2292              To: perl5-porters@perl.org
2293              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
2294              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
2295              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
2296      Branch: perl
2297            ! hints/freebsd.sh
2298 ____________________________________________________________________________
2299 [  3802] By: gsar                                  on 1999/07/28  06:51:32
2300         Log: cosmetic testsuite patch
2301              
2302              From: Graham Barr <gbarr@ti.com>
2303              To: Perl5 Porters <perl5-porters@perl.org>
2304              Subject: 5.005_58 build
2305              Date: Tue, 27 Jul 1999 08:09:25 -0500
2306              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
2307      Branch: perl
2308            ! t/op/grent.t t/op/pwent.t
2309 ____________________________________________________________________________
2310 [  3801] By: jhi                                   on 1999/07/27  13:49:39
2311         Log: Minuscule cleanup of the integer overflow patch.
2312      Branch: cfgperl
2313            ! util.c
2314 ____________________________________________________________________________
2315 [  3800] By: jhi                                   on 1999/07/27  13:37:23
2316         Log: Test hex('x...').
2317      Branch: cfgperl
2318            ! t/op/oct.t
2319 ____________________________________________________________________________
2320 [  3799] By: jhi                                   on 1999/07/27  12:45:45
2321         Log: Integrate with Sarathy (5.005_58).
2322      Branch: cfgperl
2323            - ext/B/byteperl.c
2324           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
2325           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
2326           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
2327           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2328           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
2329           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
2330           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
2331           !> win32/config_H.vc
2332 ____________________________________________________________________________
2333 [  3798] By: jhi                                   on 1999/07/27  12:42:43
2334         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
2335              they used to be just optional lexical warnings.
2336              Also, with warnings turned on, constants > 2**32-1
2337              trigger a non-portability warning.
2338      Branch: cfgperl
2339            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
2340            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
2341            ! util.c
2342 ____________________________________________________________________________
2343 [  3797] By: gsar                                  on 1999/07/27  10:48:27
2344         Log: here lies 5.005_58
2345      Branch: perl
2346            - ext/B/byteperl.c
2347            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
2348            ! pod/perlfaq9.pod pod/perlhist.pod
2349
2350 ----------------
2351 Version 5.005_58
2352 ----------------
2353
2354 ____________________________________________________________________________
2355 [  3796] By: gsar                                  on 1999/07/27  09:23:42
2356         Log: regenerate win32/config_H.?c
2357      Branch: perl
2358            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2359 ____________________________________________________________________________
2360 [  3795] By: gsar                                  on 1999/07/27  09:02:31
2361         Log: From: Tye McQueen <tye@metronet.com>
2362              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
2363              Message-Id: <199907270019.AA08223@metronet.com>
2364              Subject: Patch pl2bat.pl so batch file can fail
2365      Branch: perl
2366            ! win32/bin/pl2bat.pl
2367 ____________________________________________________________________________
2368 [  3794] By: gsar                                  on 1999/07/27  08:59:58
2369         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2370              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
2371              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
2372              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
2373      Branch: perl
2374            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
2375            ! lib/SelfLoader.pm
2376 ____________________________________________________________________________
2377 [  3793] By: gsar                                  on 1999/07/27  08:19:16
2378         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
2379              (from Andy Dougherty)
2380      Branch: perl
2381            ! embed.h embed.pl
2382 ____________________________________________________________________________
2383 [  3792] By: gsar                                  on 1999/07/27  08:04:19
2384         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
2385              and Brad Appleton)
2386      Branch: perl
2387            ! lib/Pod/Parser.pm
2388 ____________________________________________________________________________
2389 [  3791] By: gsar                                  on 1999/07/27  07:50:54
2390         Log: cover case where CLK_TCK is a float, not integer (from
2391              alexander smishlajev <als@turnhere.com>)
2392      Branch: perl
2393            ! ext/Devel/DProf/DProf.xs
2394 ____________________________________________________________________________
2395 [  3790] By: gsar                                  on 1999/07/27  07:45:08
2396         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
2397              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
2398      Branch: perl
2399            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2400            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
2401 ____________________________________________________________________________
2402 [  3789] By: jhi                                   on 1999/07/27  07:44:55
2403         Log: Integrate with Sarathy.
2404      Branch: cfgperl
2405           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2406           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
2407           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
2408           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
2409           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
2410           !> proto.h t/comp/proto.t t/io/open.t
2411 ____________________________________________________________________________
2412 [  3788] By: gsar                                  on 1999/07/27  07:29:59
2413         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
2414              to Russ Allbery <rra@stanford.edu>); s/Simple// and
2415              s/pod2txt/pod2text/ etc.
2416      Branch: perl
2417            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2418            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
2419 ____________________________________________________________________________
2420 [  3787] By: gsar                                  on 1999/07/27  06:48:40
2421         Log: From: Andy Dougherty <doughera@lafayette.edu>
2422              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
2423              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
2424              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
2425      Branch: perl
2426            ! ext/SDBM_File/sdbm/sdbm.h
2427 ____________________________________________________________________________
2428 [  3786] By: gsar                                  on 1999/07/27  06:30:09
2429         Log: applied suggested patch; added missing prototype changes to
2430              opcode.pl along with documentation typos (feature still needs
2431              to be described in perlopentut.pod and summarized in
2432              perldelta.pod)
2433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2434              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
2435              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
2436              Subject: [PATCH 5.00557] 3-arg open
2437      Branch: perl
2438            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2439            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2440            ! proto.h t/comp/proto.t t/io/open.t
2441 ____________________________________________________________________________
2442 [  3785] By: gsar                                  on 1999/07/27  04:36:39
2443         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
2444              <roland.bauer@fff.at>)
2445      Branch: perl
2446            ! lib/Pod/Html.pm
2447 ____________________________________________________________________________
2448 [  3784] By: gsar                                  on 1999/07/27  03:56:17
2449         Log: change#3762 wasn't needed
2450      Branch: perl
2451            ! ext/B/B/CC.pm
2452 ____________________________________________________________________________
2453 [  3783] By: jhi                                   on 1999/07/26  19:08:21
2454         Log: Integrate with Sarathy.
2455      Branch: cfgperl
2456           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
2457           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
2458           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2459 ____________________________________________________________________________
2460 [  3782] By: gsar                                  on 1999/07/26  18:16:50
2461         Log: update Changes, patchlevel &c.
2462      Branch: perl
2463            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2464            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2465 ____________________________________________________________________________
2466 [  3781] By: gsar                                  on 1999/07/26  17:54:47
2467         Log: a more correct fix for change#2744
2468              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2469              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
2470              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
2471              Subject: [PATCH _57] Re: toke.c questions 
2472      Branch: perl
2473            ! toke.c
2474 ____________________________________________________________________________
2475 [  3780] By: gsar                                  on 1999/07/26  17:37:04
2476         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
2477      Branch: perl
2478            ! pod/perlfunc.pod
2479 ____________________________________________________________________________
2480 [  3779] By: jhi                                   on 1999/07/26  16:37:23
2481         Log: Dusting off.
2482      Branch: cfgperl
2483            ! README.threads
2484 ____________________________________________________________________________
2485 [  3778] By: gsar                                  on 1999/07/26  13:28:46
2486         Log: avoid DIVZERO
2487      Branch: perl
2488            ! utils/dprofpp.PL
2489 ____________________________________________________________________________
2490 [  3777] By: gsar                                  on 1999/07/26  13:18:53
2491         Log: warnings identified by Borland compiler
2492      Branch: perl
2493            ! makedef.pl pp_ctl.c
2494 ____________________________________________________________________________
2495 [  3776] By: jhi                                   on 1999/07/26  13:07:36
2496         Log: Integrate with Sarathy.
2497      Branch: cfgperl
2498           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
2499 ____________________________________________________________________________
2500 [  3775] By: gsar                                  on 1999/07/26  12:55:43
2501         Log: avoid infinite recursion when Thread.pm croaks during
2502              bootstrap
2503      Branch: perl
2504            ! lib/Carp/Heavy.pm
2505 ____________________________________________________________________________
2506 [  3774] By: gsar                                  on 1999/07/26  12:43:02
2507         Log: integrate cfgperl contents into mainline
2508      Branch: perl
2509           +> lib/Carp/Heavy.pm
2510           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
2511           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
2512           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
2513           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
2514           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
2515 ____________________________________________________________________________
2516 [  3773] By: jhi                                   on 1999/07/26  12:40:29
2517         Log: Use long doubles only if they are useful.
2518      Branch: cfgperl
2519            ! ext/POSIX/POSIX.xs
2520 ____________________________________________________________________________
2521 [  3772] By: gsar                                  on 1999/07/26  12:33:11
2522         Log: typo in change#3768
2523      Branch: perl
2524            ! pp_hot.c
2525 ____________________________________________________________________________
2526 [  3771] By: gsar                                  on 1999/07/26  12:08:27
2527         Log: alpha-stage support for user-hooks in @INC
2528              From: Ken Fox <kfox@ford.com>
2529              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
2530              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
2531              Subject: Re: loading remote modules
2532      Branch: perl
2533            ! pp_ctl.c
2534 ____________________________________________________________________________
2535 [  3770] By: jhi                                   on 1999/07/26  11:38:36
2536         Log: Back out #3735.  Needs more work.
2537      Branch: cfgperl
2538            ! Makefile.SH cflags.SH configpm ext/util/make_ext
2539            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
2540            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
2541            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
2542            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
2543 ____________________________________________________________________________
2544 [  3769] By: jhi                                   on 1999/07/26  11:24:45
2545         Log: Integrate with Sarathy.
2546      Branch: cfgperl
2547           !> (integrate 35 files)
2548 ____________________________________________________________________________
2549 [  3768] By: gsar                                  on 1999/07/26  11:03:07
2550         Log: optimize method name lookup
2551              From: Chip Salzenberg <chip@perlsupport.com>
2552              Date: Thu, 22 Jul 1999 13:43:36 -0400
2553              Message-ID: <19990722134336.Q391@perlsupport.com>
2554              Subject: [PATCH] OP_METHOD_NAMED
2555      Branch: perl
2556            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
2557            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
2558            ! proto.h
2559 ____________________________________________________________________________
2560 [  3767] By: gsar                                  on 1999/07/26  10:44:11
2561         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
2562              foo()->()); rework grammar to remove conflicts
2563              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2564              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
2565              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
2566              Subject: [PATCH _57, long] Re: optional arrow asymmetry
2567      Branch: perl
2568            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
2569            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
2570            ! vms/perly_c.vms vms/perly_h.vms
2571 ____________________________________________________________________________
2572 [  3766] By: jhi                                   on 1999/07/26  10:18:56
2573         Log: Use $< instead of $*.c in *perlmain.o rules.
2574      Branch: cfgperl
2575            ! Makefile.SH
2576 ____________________________________________________________________________
2577 [  3765] By: gsar                                  on 1999/07/26  09:28:48
2578         Log: From: Ian Phillipps <ian@dial.pipex.com>
2579              Date: Fri, 23 Jul 1999 23:35:56 +0100
2580              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
2581              Subject: (Version 2) Extending unpack to deal with counted strings
2582      Branch: perl
2583            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
2584 ____________________________________________________________________________
2585 [  3764] By: jhi                                   on 1999/07/26  09:17:26
2586         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2587              To: perl5-porters@perl.org (Mailing list Perl5)
2588              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
2589              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
2590              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
2591              
2592              The patch was based on 5_57 so had to re-apply lib/Carp.pm
2593              parts of changes #3498, #3696, and #3702 for the new
2594              lib/Carp/Heavy.pm.
2595      Branch: cfgperl
2596            + lib/Carp/Heavy.pm
2597            ! MANIFEST lib/Carp.pm
2598 ____________________________________________________________________________
2599 [  3763] By: gsar                                  on 1999/07/26  09:03:17
2600         Log: ~ isn't valid in VMS filenames
2601      Branch: perl
2602            ! lib/Pod/Html.pm
2603 ____________________________________________________________________________
2604 [  3762] By: gsar                                  on 1999/07/26  08:59:47
2605         Log: setstate stop-gap from Vishal Bhatia
2606      Branch: perl
2607            ! ext/B/B/CC.pm
2608 ____________________________________________________________________________
2609 [  3761] By: gsar                                  on 1999/07/26  08:06:39
2610         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
2611              add B::OP::name() method that returns just the op_name;
2612              convert Deparse et all to use that instead of B::OP::ppaddr();
2613              add support for OP_SETSTATE in Deparse
2614      Branch: perl
2615            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
2616            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
2617            ! ext/B/B/Xref.pm opcode.h opcode.pl
2618 ____________________________________________________________________________
2619 [  3760] By: jhi                                   on 1999/07/26  07:14:43
2620         Log: Integrate with Sarathy.
2621      Branch: cfgperl
2622           !> (integrate 43 files)
2623 ____________________________________________________________________________
2624 [  3759] By: gsar                                  on 1999/07/26  05:12:24
2625         Log: add disclaimer about perl 4 libraries (modified version of
2626              patch suggested by Clinton Pierce <cpierce1@ford.com>)
2627      Branch: perl
2628            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
2629            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
2630            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
2631            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
2632            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
2633 ____________________________________________________________________________
2634 [  3758] By: gsar                                  on 1999/07/26  04:48:35
2635         Log: make reset() behave with high-bit characters
2636              From: Ian Phillipps <ian@dial.pipex.com>
2637              Date: Thu, 22 Jul 1999 22:48:59 +0100
2638              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
2639              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
2640      Branch: perl
2641            ! sv.c
2642 ____________________________________________________________________________
2643 [  3757] By: gsar                                  on 1999/07/26  04:40:32
2644         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
2645      Branch: perl
2646            ! pod/perlport.pod
2647 ____________________________________________________________________________
2648 [  3756] By: gsar                                  on 1999/07/26  04:20:37
2649         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
2650      Branch: perl
2651            ! utils/dprofpp.PL
2652 ____________________________________________________________________________
2653 [  3755] By: gsar                                  on 1999/07/26  04:18:00
2654         Log: disable VPATH for now (breaks x2p build)
2655      Branch: perl
2656            ! x2p/Makefile.SH
2657 ____________________________________________________________________________
2658 [  3754] By: gsar                                  on 1999/07/26  03:15:33
2659         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
2660              (%! has the necessary magic); misc typos
2661      Branch: perl
2662            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2663            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
2664            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
2665            ! utils/h2xs.PL
2666 ____________________________________________________________________________
2667 [  3753] By: gsar                                  on 1999/07/26  02:38:28
2668         Log: integrate cfgperl contents into mainline
2669      Branch: perl
2670           +> t/pragma/locale/latin1 t/pragma/locale/utf8
2671           !> (integrate 53 files)
2672 ____________________________________________________________________________
2673 [  3752] By: gsar                                  on 1999/07/26  02:11:31
2674         Log: ensure implicitly closed handles don't set $? or $!
2675      Branch: perl
2676            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
2677 ____________________________________________________________________________
2678 [  3751] By: gsar                                  on 1999/07/26  01:28:34
2679         Log: change#3534 didn't preserve undef return values from caller()
2680      Branch: perl
2681            ! Changes pp_ctl.c
2682 ____________________________________________________________________________
2683 [  3750] By: jhi                                   on 1999/07/25  20:59:29
2684         Log: Back up a tiny bit from #3735.
2685              This may break builds outside the source directory
2686              but then again, they do not work that ell yet anyway.
2687      Branch: cfgperl
2688            ! Makefile.SH
2689 ____________________________________________________________________________
2690 [  3750] By: jhi                                   on 1999/07/25  20:59:29
2691         Log: Back up a tiny bit from #3735.
2692              This may break builds outside the source directory
2693              but then again, they do not work that ell yet anyway.
2694      Branch: cfgperl
2695            ! Makefile.SH
2696 ____________________________________________________________________________
2697 [  3749] By: jhi                                   on 1999/07/25  19:15:55
2698         Log: Integrate with Sarathy.
2699      Branch: cfgperl
2700           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
2701 ____________________________________________________________________________
2702 [  3748] By: jhi                                   on 1999/07/25  19:06:59
2703         Log: Recode locale.t so that the change in #3730
2704              is not needed and locale.t works both without
2705              and with the utf8 pragma.
2706      Branch: cfgperl
2707            + t/pragma/locale/latin1 t/pragma/locale/utf8
2708            ! MANIFEST t/pragma/locale.t
2709 ____________________________________________________________________________
2710 [  3747] By: jhi                                   on 1999/07/25  19:01:46
2711         Log: Like #3743.
2712      Branch: cfgperl
2713            ! utils/perlbug.PL
2714 ____________________________________________________________________________
2715 [  3746] By: gsar                                  on 1999/07/25  18:08:58
2716         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
2717              append a HISTORY section to POD if option is used
2718      Branch: perl
2719            ! utils/h2xs.PL
2720 ____________________________________________________________________________
2721 [  3745] By: gsar                                  on 1999/07/25  17:40:03
2722         Log: warn rather than die when parse_version() can't cut it (from
2723              Michael G Schwern <schwern@pobox.com>)
2724      Branch: perl
2725            ! lib/ExtUtils/MM_Unix.pm
2726 ____________________________________________________________________________
2727 [  3744] By: gsar                                  on 1999/07/25  16:32:48
2728         Log: make map behave like grep wrt indirect object slot when
2729              there are parentheses; revert an experimental mod by Larry
2730              in change#2038 that failed to parse %{{qw(a b c)}} properly
2731              (this means C<map {use Foo; ...} ...> still needs a proper
2732              fix)
2733      Branch: perl
2734            ! toke.c
2735 ____________________________________________________________________________
2736 [  3743] By: jhi                                   on 1999/07/25  16:24:55
2737         Log: Fix a typo in #3725.
2738      Branch: cfgperl
2739            ! utils/perlbug.PL
2740 ____________________________________________________________________________
2741 [  3742] By: jhi                                   on 1999/07/25  16:14:39
2742         Log: Integrate with Sarathy.
2743      Branch: cfgperl
2744           !> (integrate 26 files)
2745 ____________________________________________________________________________
2746 [  3741] By: jhi                                   on 1999/07/25  16:02:28
2747         Log: Cut-and-pasto in #3737.
2748      Branch: cfgperl
2749            ! perl.c
2750 ____________________________________________________________________________
2751 [  3740] By: gsar                                  on 1999/07/25  15:59:34
2752         Log: add note about glibc bug
2753      Branch: perl
2754            ! t/pragma/warn/pp_hot
2755 ____________________________________________________________________________
2756 [  3739] By: gsar                                  on 1999/07/25  15:48:40
2757         Log: fix bug in change#3728 that might free COPs prematurely;
2758              null(op) now does more thorough scrubbing of the op, which
2759              fixes a few compile-time memory "leaks"
2760      Branch: perl
2761            ! dump.c embed.h embed.pl op.c proto.h
2762 ____________________________________________________________________________
2763 [  3738] By: jhi                                   on 1999/07/25  14:15:26
2764         Log: In accordance with #3737.
2765      Branch: metaconfig
2766            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
2767            ! U/modified/Oldconfig.U
2768      Branch: metaconfig/U/perl
2769            ! Extensions.U
2770 ____________________________________________________________________________
2771 [  3737] By: jhi                                   on 1999/07/25  14:12:34
2772         Log: Use vendorprefixlib.
2773      Branch: cfgperl
2774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2775            ! config_h.SH perl.c
2776 ____________________________________________________________________________
2777 [  3736] By: jhi                                   on 1999/07/25  13:10:03
2778         Log: Populate metaconfig branch.
2779      Branch: metaconfig
2780            + (add 1468 files)
2781      Branch: metaconfig/U/perl
2782            + (add 101 files)
2783 ____________________________________________________________________________
2784 [  3735] By: jhi                                   on 1999/07/25  12:27:20
2785         Log: First steps of making builds outside the source
2786              directory possible.  These should get us as far
2787              as miniperl, then building DynaLoader falls into
2788              tiny twinkling pieces as MakeMaker knows nothing
2789              of VPATH mindset.
2790      Branch: cfgperl
2791            ! Configure Makefile.SH cflags.SH config_h.SH configpm
2792            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
2793            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
2794            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
2795            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
2796 ____________________________________________________________________________
2797 [  3734] By: jhi                                   on 1999/07/25  11:19:28
2798         Log: Poor Glossary--are we fixed yet?
2799      Branch: cfgperl
2800            ! Porting/Glossary
2801 ____________________________________________________________________________
2802 [  3733] By: jhi                                   on 1999/07/25  11:15:06
2803         Log: Change #3732 mistakenly clobbered Glossary.
2804      Branch: cfgperl
2805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2806            ! config_h.SH
2807 ____________________________________________________________________________
2808 [  3732] By: jhi                                   on 1999/07/25  10:46:39
2809         Log: Andy's new installation scheme (note: a lot of this
2810              leaked in already with change #3731).  The vendor*
2811              stuff is not used anywhere (in *.SH, say), so it
2812              isn't in Configure, either.
2813      Branch: cfgperl
2814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2815            ! config_h.SH
2816 ____________________________________________________________________________
2817 [  3731] By: jhi                                   on 1999/07/25  10:12:07
2818         Log: Circumcode a strange shell(?) bug in AIX found
2819              while trying to do -Duse64bits (which I couldn't do
2820              in the end because the CPU isn't 64-bit in that box,
2821              but at least now the probing doesn't crash.)
2822      Branch: cfgperl
2823            ! Configure config_h.SH hints/aix.sh
2824 ____________________________________________________________________________
2825 [  3730] By: gsar                                  on 1999/07/25  04:56:56
2826         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
2827              a utf8 bug in one of the new RE optimizations
2828      Branch: perl
2829            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
2830            ! t/pragma/locale.t
2831 ____________________________________________________________________________
2832 [  3729] By: jhi                                   on 1999/07/23  19:56:27
2833         Log: From: Andy Dougherty <doughera@lafayette.edu>
2834              To: Perl Porters <perl5-porters@perl.org>
2835              Subject: [PATCH 5.005_57] INSTALL-1.58
2836              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
2837              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
2838              
2839              plus
2840              
2841              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2842              To: Andy Dougherty <doughera@lafayette.edu>
2843              Cc: Perl Porters <perl5-porters@perl.org>
2844              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
2845              Date: Fri, 23 Jul 1999 13:38:25 -0400
2846              Message-ID: <19990723133825.A12033@O2.chapin.edu>
2847      Branch: cfgperl
2848            ! INSTALL
2849 ____________________________________________________________________________
2850 [  3728] By: gsar                                  on 1999/07/23  17:24:42
2851         Log: applied suggested patch for tracking line numbers correctly in
2852              optimized blocks with a single statement; changed setcop to
2853              setstate and added code for -Dx dumps
2854              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2855              Date: Wed, 23 Jun 1999 17:27:42 +0100
2856              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
2857              Subject: [PATCH 5.005_57] Line number error in optimised else() 
2858      Branch: perl
2859            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
2860            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
2861            ! pp_proto.h t/op/misc.t
2862 ____________________________________________________________________________
2863 [  3727] By: gsar                                  on 1999/07/23  15:56:04
2864         Log: avoid useless use of target for pp_each(); also fixes bugs due to
2865              refcount held by the target
2866      Branch: perl
2867            ! opcode.h opcode.pl pp.c t/op/each.t
2868 ____________________________________________________________________________
2869 [  3726] By: jhi                                   on 1999/07/23  12:08:30
2870         Log: Change #3725 aftershock.
2871      Branch: cfgperl
2872            ! INSTALL jpl/JNI/JNI.pm
2873 ____________________________________________________________________________
2874 [  3725] By: jhi                                   on 1999/07/23  11:58:49
2875         Log: Introduce $Config{ldlibpthname} which contains
2876              the name of the environment variable holding the
2877              dynamic library search path, often LD_LIBRARY_PATH.
2878              Use this new feature all over.
2879              Also removed remnants of admonition "add LD_LIBRARY_PATH
2880              before running make" because Makefile.SH does this for you. 
2881      Branch: cfgperl
2882            ! Configure Makefile.SH config_h.SH
2883            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
2884            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
2885            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
2886            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
2887            ! jpl/install-jpl utils/perlbug.PL
2888 ____________________________________________________________________________
2889 [  3724] By: jhi                                   on 1999/07/23  08:03:36
2890         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
2891              To: perl5-porters@perl.org
2892              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
2893              Date: Thu, 22 Jul 1999 19:58:34 -0400
2894              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
2895      Branch: cfgperl
2896            ! av.c
2897 ____________________________________________________________________________
2898 [  3723] By: gsar                                  on 1999/07/23  00:01:29
2899         Log: emit warning about function calls that were encountered too early
2900              to enforce their prototype
2901      Branch: perl
2902            ! op.c op.h pod/perldiag.pod
2903 ____________________________________________________________________________
2904 [  3722] By: jhi                                   on 1999/07/22  21:19:59
2905         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2906              To: perl5-porters@perl.org
2907              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
2908              Subject: [PATCH] MakeMaker documentation
2909              Date: Wed, 21 Jul 1999 14:15:42 -0400
2910              Message-ID: <19990721141542.A1800@O2.chapin.edu>
2911      Branch: cfgperl
2912            ! lib/ExtUtils/MakeMaker.pm
2913 ____________________________________________________________________________
2914 [  3721] By: jhi                                   on 1999/07/22  21:05:19
2915         Log: From: pvhp@forte.com (Peter Prymmer)
2916              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
2917              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
2918              Date: Wed, 21 Jul 99 17:15:39 PDT
2919              Message-Id: <9907220015.AA11931@forte.com>
2920      Branch: cfgperl
2921            ! hints/os390.sh
2922 ____________________________________________________________________________
2923 [  3720] By: jhi                                   on 1999/07/22  20:51:17
2924         Log: AIX magic: ccdlflags needs to be different for
2925              Perl itself and for extra-core extensions
2926              (as used by ExtUtilss::embed::ldopts).
2927              Based on the problems described in
2928              
2929              From: Mike W Ellwood <mwe@rl.ac.uk>
2930              To: perl5-porters@perl.org
2931              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
2932              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
2933              Reply-To: m.w.ellwood@rl.ac.uk
2934              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
2935      Branch: cfgperl
2936            ! Configure Makefile.SH config_h.SH hints/aix.sh
2937 ____________________________________________________________________________
2938 [  3719] By: jhi                                   on 1999/07/22  08:23:53
2939         Log: Update history records.
2940      Branch: cfgperl
2941            ! pod/perlhist.pod
2942 ____________________________________________________________________________
2943 [  3718] By: jhi                                   on 1999/07/21  13:54:42
2944         Log: Todododobedobedo.
2945      Branch: cfgperl
2946            ! Todo
2947 ____________________________________________________________________________
2948 [  3717] By: jhi                                   on 1999/07/21  12:10:48
2949         Log: Even more Todo.
2950      Branch: cfgperl
2951            ! Todo
2952 ____________________________________________________________________________
2953 [  3716] By: jhi                                   on 1999/07/21  11:40:39
2954         Log: Use Errno more extensively so that error
2955              messages are more portable (another way
2956              would be to muck around with LC_MESSAGES).
2957              Problem reported in
2958              
2959              From: oracle@pcr8.pcr.com
2960              To: perl5-porters@perl.org
2961              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
2962              Date: Mon, 19 Jul 1999 18:39:13 -0400
2963              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
2964      Branch: cfgperl
2965            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2966            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
2967            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
2968 ____________________________________________________________________________
2969 [  3715] By: jhi                                   on 1999/07/21  11:05:36
2970         Log: Slightly modified patch.
2971              From: Sean Sheedy <seans@ncube.com>
2972              To: perl5-porters@perl.org
2973              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
2974              Date: Tue, 20 Jul 1999 09:52:06 -0700
2975              Message-Id: <3794A935.1C150E54@ncube.com>
2976      Branch: cfgperl
2977            ! cflags.SH x2p/cflags.SH
2978 ____________________________________________________________________________
2979 [  3714] By: jhi                                   on 1999/07/20  21:26:19
2980         Log: More Todo.
2981      Branch: cfgperl
2982            ! Todo
2983 ____________________________________________________________________________
2984 [  3713] By: jhi                                   on 1999/07/20  18:02:45
2985         Log: Integrate with Sarathy.
2986      Branch: cfgperl
2987           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
2988           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
2989           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
2990           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
2991           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
2992           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
2993           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
2994           +> utils/dprofpp.PL
2995           !> INSTALL MAINTAIN MANIFEST configure.com
2996           !> ext/Devel/Peek/Makefile.PL installman installperl
2997           !> pod/roffitall utils/Makefile vms/descrip_mms.template
2998           !> win32/Makefile win32/makefile.mk win32/win32.h
2999 ____________________________________________________________________________
3000 [  3712] By: gsar                                  on 1999/07/20  15:29:01
3001         Log: DProf tweak
3002      Branch: perl
3003            ! ext/Devel/DProf/DProf.xs
3004 ____________________________________________________________________________
3005 [  3711] By: gsar                                  on 1999/07/20  07:56:19
3006         Log: another DProf build tweak
3007      Branch: perl
3008            ! utils/dprofpp.PL
3009 ____________________________________________________________________________
3010 [  3710] By: gsar                                  on 1999/07/20  07:36:36
3011         Log: move DProf things around to where they are supposed to be
3012      Branch: perl
3013            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
3014            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
3015            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
3016            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
3017            + t/lib/dprof/test6_t t/lib/dprof/test6_v
3018           +> utils/dprofpp.PL
3019            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
3020            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
3021            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
3022            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
3023            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
3024            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
3025            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
3026            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
3027            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
3028            ! installperl pod/roffitall utils/Makefile
3029            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3030 ____________________________________________________________________________
3031 [  3709] By: gsar                                  on 1999/07/20  06:13:16
3032         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
3033      Branch: perl
3034            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
3035            ! ext/Devel/Peek/Makefile.PL
3036 ____________________________________________________________________________
3037 [  3708] By: gsar                                  on 1999/07/20  06:01:22
3038         Log: move DProf to Devel/DProf
3039      Branch: perl
3040           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
3041           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
3042           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
3043           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
3044           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
3045           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
3046           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
3047           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
3048           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
3049           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
3050           +> ext/Devel/DProf/test.pl
3051            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
3052            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
3053            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
3054            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
3055            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
3056            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
3057            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
3058            ! MAINTAIN MANIFEST configure.com win32/Makefile
3059            ! win32/makefile.mk
3060 ____________________________________________________________________________
3061 [  3707] By: gsar                                  on 1999/07/20  05:39:11
3062         Log: add Devel::DProf v19990108 from CPAN, as it was
3063      Branch: perl
3064            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
3065            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
3066            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
3067            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
3068            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
3069            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
3070            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
3071            ! MANIFEST
3072 ____________________________________________________________________________
3073 [  3706] By: gsar                                  on 1999/07/20  04:52:25
3074         Log: C<union any> needs no PERL_OBJECT-treatment
3075      Branch: perl
3076            ! win32/win32.h
3077 ____________________________________________________________________________
3078 [  3705] By: gsar                                  on 1999/07/20  04:11:54
3079         Log: fix problem in default build
3080      Branch: perl
3081            ! win32/Makefile win32/makefile.mk
3082 ____________________________________________________________________________
3083 [  3704] By: jhi                                   on 1999/07/19  07:06:36
3084         Log: Integrate with Sarathy.
3085      Branch: cfgperl
3086           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
3087           !> win32/win32.c
3088 ____________________________________________________________________________
3089 [  3703] By: gsar                                  on 1999/07/19  05:55:57
3090         Log: win32 nits
3091      Branch: perl
3092            ! makedef.pl sv.h
3093 ____________________________________________________________________________
3094 [  3702] By: gsar                                  on 1999/07/19  04:29:34
3095         Log: don't display tid from main thread (or testsuite breaks)
3096      Branch: perl
3097            ! lib/Carp.pm util.c
3098 ____________________________________________________________________________
3099 [  3701] By: gsar                                  on 1999/07/19  00:47:52
3100         Log: remove several doubled (and tripled!) entries
3101      Branch: perl
3102            ! pod/perldiag.pod
3103 ____________________________________________________________________________
3104 [  3700] By: gsar                                  on 1999/07/19  00:42:34
3105         Log: integrate cfgperl contents into mainline
3106      Branch: perl
3107           +> makedef.pl
3108            - perl_exp.SH win32/makedef.pl
3109           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
3110           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
3111           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
3112           !> utf8.c util.c win32/Makefile win32/makefile.mk
3113 ____________________________________________________________________________
3114 [  3699] By: gsar                                  on 1999/07/19  00:33:59
3115         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
3116      Branch: perl
3117            ! Changes win32/win32.c
3118 ____________________________________________________________________________
3119 [  3698] By: jhi                                   on 1999/07/18  21:33:57
3120         Log: Integrate with Sarathy.
3121      Branch: cfgperl
3122           +> t/op/chars.t
3123           !> (integrate 57 files)
3124 ____________________________________________________________________________
3125 [  3697] By: gsar                                  on 1999/07/18  05:22:36
3126         Log: From: pvhp@forte.com (Peter Prymmer)
3127              Date: Thu, 1 Jul 99 19:31:24 PDT
3128              Message-Id: <9907020231.AA16942@forte.com>
3129              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
3130      Branch: perl
3131            + t/op/chars.t
3132            ! MANIFEST ebcdic.c t/op/ord.t
3133 ____________________________________________________________________________
3134 [  3696] By: gsar                                  on 1999/07/18  05:11:02
3135         Log: display thread id in diagnostics (suggested by Dan Sugalski)
3136      Branch: perl
3137            ! lib/Carp.pm util.c
3138 ____________________________________________________________________________
3139 [  3695] By: gsar                                  on 1999/07/18  04:57:47
3140         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
3141      Branch: perl
3142            ! pod/perldiag.pod
3143 ____________________________________________________________________________
3144 [  3694] By: gsar                                  on 1999/07/18  04:56:28
3145         Log: cache [NIUP]V conversions of defined READONLY values
3146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3147              Date: Sun, 11 Jul 1999 04:39:44 -0400
3148              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
3149              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
3150      Branch: perl
3151            ! sv.c
3152 ____________________________________________________________________________
3153 [  3693] By: gsar                                  on 1999/07/18  03:53:38
3154         Log: From: jan.dubois@ibm.net (Jan Dubois)
3155              Date: Sat, 17 Jul 1999 10:58:29 +0200
3156              Message-ID: <379144ad.13616689@smtp1.ibm.net>
3157              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
3158      Branch: perl
3159            ! lib/ExtUtils/Manifest.pm
3160 ____________________________________________________________________________
3161 [  3692] By: gsar                                  on 1999/07/18  03:51:03
3162         Log: remove spurious newSTATEOP() that causes goto to enter one too many
3163              contexts when jumping between if and elsif blocks
3164      Branch: perl
3165            ! perly.c perly.y pp_ctl.c t/op/goto.t
3166 ____________________________________________________________________________
3167 [  3691] By: gsar                                  on 1999/07/18  01:49:59
3168         Log: detypo, update Changes
3169      Branch: perl
3170            ! Changes doio.c
3171 ____________________________________________________________________________
3172 [  3690] By: gsar                                  on 1999/07/18  01:16:59
3173         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
3174      Branch: perl
3175            ! lib/integer.pm
3176 ____________________________________________________________________________
3177 [  3689] By: gsar                                  on 1999/07/18  00:47:17
3178         Log: ensure __END__ appears on a line by itself in wrapped
3179              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
3180              mention caveat about successfull kill()
3181      Branch: perl
3182            ! pod/perlfunc.pod win32/bin/pl2bat.pl
3183 ____________________________________________________________________________
3184 [  3688] By: gsar                                  on 1999/07/17  20:47:44
3185         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
3186      Branch: perl
3187            ! ext/SDBM_File/sdbm/Makefile.PL
3188 ____________________________________________________________________________
3189 [  3687] By: gsar                                  on 1999/07/17  20:43:27
3190         Log: make CC.pm use a distinct CCPP() macro rather than PP()
3191              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
3192      Branch: perl
3193            ! cc_runtime.h ext/B/B/CC.pm
3194 ____________________________________________________________________________
3195 [  3686] By: gsar                                  on 1999/07/17  20:39:08
3196         Log: tiny bug in vars.pm (from John Dlugosz)
3197      Branch: perl
3198            ! lib/vars.pm
3199 ____________________________________________________________________________
3200 [  3685] By: gsar                                  on 1999/07/17  20:37:27
3201         Log: applied suggested patch, along with later tweak
3202              From: jan.dubois@ibm.net (Jan Dubois)
3203              Date: Wed, 14 Jul 1999 23:53:43 +0200
3204              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
3205              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
3206      Branch: perl
3207            ! lib/Pod/Html.pm
3208 ____________________________________________________________________________
3209 [  3684] By: gsar                                  on 1999/07/17  20:24:32
3210         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
3211      Branch: perl
3212            ! thrdvar.h
3213 ____________________________________________________________________________
3214 [  3683] By: gsar                                  on 1999/07/17  20:21:01
3215         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3216              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
3217              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
3218              Subject: [PATCH 5.005_57] Segfaults if $^P
3219      Branch: perl
3220            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
3221            ! proto.h
3222 ____________________________________________________________________________
3223 [  3682] By: gsar                                  on 1999/07/17  20:04:17
3224         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
3225              and prefix/lib/perl5/man are ass_u_med only if those directories
3226              actually exist; else prefix/{lib,man} are used)
3227      Branch: perl
3228            ! lib/ExtUtils/MM_Unix.pm
3229 ____________________________________________________________________________
3230 [  3681] By: gsar                                  on 1999/07/17  19:12:33
3231         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
3232      Branch: perl
3233            ! op.c t/comp/proto.t
3234 ____________________________________________________________________________
3235 [  3680] By: gsar                                  on 1999/07/17  18:23:55
3236         Log: fix vec() on magic values
3237              From: Ian Phillipps <ian@dial.pipex.com>
3238              Date: Mon, 12 Jul 1999 12:30:05 +0100
3239              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
3240              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
3241      Branch: perl
3242            ! doop.c t/op/tie.t
3243 ____________________________________________________________________________
3244 [  3679] By: gsar                                  on 1999/07/17  18:10:44
3245         Log: make system() return -1 and set $! if exec of child failed
3246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3247              Date: Fri, 9 Jul 1999 05:21:13 -0400
3248              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
3249              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
3250      Branch: perl
3251            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
3252            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
3253 ____________________________________________________________________________
3254 [  3678] By: gsar                                  on 1999/07/17  17:54:01
3255         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3256              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
3257              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
3258              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
3259      Branch: perl
3260            ! util.c
3261 ____________________________________________________________________________
3262 [  3677] By: gsar                                  on 1999/07/17  17:34:38
3263         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
3264              converted Ken's documentation outline into pod
3265      Branch: perl
3266            ! x2p/find2perl.PL
3267 ____________________________________________________________________________
3268 [  3676] By: gsar                                  on 1999/07/17  16:34:09
3269         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
3270              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
3271              Steve Lidie
3272      Branch: perl
3273            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
3274            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3275            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
3276            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
3277            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
3278            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
3279 ____________________________________________________________________________
3280 [  3675] By: gsar                                  on 1999/07/17  00:16:53
3281         Log: backout redundant change#3628
3282      Branch: perl
3283            ! Changes hints/bsdos.sh
3284 ____________________________________________________________________________
3285 [  3674] By: jhi                                   on 1999/07/15  14:26:03
3286         Log: Fix the bin/oct/hex constant overflow tests for
3287              long long platforms.
3288      Branch: cfgperl
3289            ! t/pragma/warn/util
3290 ____________________________________________________________________________
3291 [  3673] By: jhi                                   on 1999/07/14  21:59:11
3292         Log: Fixed AIX dynamic loading and AIX shared Perl library.
3293              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
3294              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
3295              Hijacked win32/makedef.pl for more general purpose export
3296              list building, now it is used (as toplevel makedef.pl)
3297              for win32 and AIX (perl_exp.SH made unnecessary).
3298              Because the export lists are now correct in AIX, no more linker
3299              warnings about "Exported symbol not defined" should appear.
3300      Branch: cfgperl
3301            + makedef.pl
3302            - perl_exp.SH win32/makedef.pl
3303            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
3304            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
3305            ! win32/makefile.mk
3306 ____________________________________________________________________________
3307 [  3672] By: gsar                                  on 1999/07/14  17:12:13
3308         Log: minor efficiency tweak
3309      Branch: perl
3310            ! pp_ctl.c
3311 ____________________________________________________________________________
3312 [  3671] By: jhi                                   on 1999/07/14  16:22:39
3313         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
3314              if its caller re_intuit_start() was entered with strend == strpos
3315              because end_shift ended up as -1.  The patch ain't necessarily
3316              correct but least the core dump is avoided.
3317      Branch: cfgperl
3318            ! regexec.c
3319 ____________________________________________________________________________
3320 [  3670] By: jhi                                   on 1999/07/13  07:59:09
3321         Log: Integrate with Sarathy.
3322      Branch: cfgperl
3323            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3324            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
3325           !> (integrate 67 files)
3326 ____________________________________________________________________________
3327 [  3669] By: gsar                                  on 1999/07/12  06:14:54
3328         Log: fixups for sundry warnings about function pointers
3329      Branch: perl
3330            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
3331            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
3332            ! win32/win32.c win32/win32.h
3333 ____________________________________________________________________________
3334 [  3668] By: gsar                                  on 1999/07/12  04:11:58
3335         Log: tweaks for win32/borland
3336      Branch: perl
3337            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
3338 ____________________________________________________________________________
3339 [  3667] By: gsar                                  on 1999/07/12  01:55:15
3340         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
3341              builds; passing the implicit context is unified among the three
3342              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
3343              flavors (see the top of perl.h) for testing; all varargs functions
3344              foo() have a va_list-taking variant vfoo() for generating the
3345              context-free versions; the PERL_OBJECT build should now be
3346              hyper-compatible with CPAN extensions (C++ is totally out of
3347              the picture)
3348              
3349              result has only been tested on Windows
3350              
3351              TODO: write docs on the THX rationale and idiomatic usage of
3352              the Perl API
3353      Branch: perl
3354            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3355            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
3356            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
3357            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3358            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
3359            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
3360            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3361            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
3362            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
3363            ! global.sym globals.c intrpvar.h iperlsys.h
3364            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3365            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
3366            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
3367            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
3368            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
3369            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
3370            ! win32/dl_win32.xs win32/include/dirent.h
3371            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
3372            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
3373            ! win32/win32iop.h win32/win32sck.c
3374 ____________________________________________________________________________
3375 [  3666] By: jhi                                   on 1999/07/11  22:00:13
3376         Log: Integrate with Sarathy.
3377      Branch: cfgperl
3378           !> op.c t/op/lex_assign.t
3379 ____________________________________________________________________________
3380 [  3665] By: jhi                                   on 1999/07/11  21:59:01
3381         Log: More manual sync.
3382      Branch: cfgperl
3383            ! pod/perldelta.pod
3384 ____________________________________________________________________________
3385 [  3664] By: gsar                                  on 1999/07/11  19:11:07
3386         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
3387              remedy and related tests via private mail
3388      Branch: perl
3389            ! op.c t/op/lex_assign.t
3390 ____________________________________________________________________________
3391 [  3663] By: jhi                                   on 1999/07/11  15:04:37
3392         Log: Manual synchronization with Sarathy (some files
3393              had drifted apart for no apparent reason), plus
3394              I had a typo in dl_vms.xs Sarathy had fixed.
3395      Branch: cfgperl
3396            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
3397 ____________________________________________________________________________
3398 [  3662] By: jhi                                   on 1999/07/10  12:23:21
3399         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
3400              to adapt to the underlying platform (the binary, 0b1..., test
3401              was broken in 64-bit platforms).  Also change "hex" in the
3402              warning messages to "hexadecimal" to match "binary" and "octal".
3403      Branch: cfgperl
3404            ! pod/perldiag.pod t/pragma/warn/util util.c
3405 ____________________________________________________________________________
3406 [  3661] By: jhi                                   on 1999/07/08  21:54:55
3407         Log: Integrate with Sarathy.
3408      Branch: cfgperl
3409           +> perlapi.c perlapi.h
3410           !> (integrate 43 files)
3411 ____________________________________________________________________________
3412 [  3660] By: gsar                                  on 1999/07/08  18:47:35
3413         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
3414      Branch: perl
3415            + perlapi.c perlapi.h
3416            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
3417            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
3418            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
3419            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
3420            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
3421            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
3422            ! win32/win32.h
3423 ____________________________________________________________________________
3424 [  3659] By: gsar                                  on 1999/07/08  18:41:45
3425         Log: sundry cleanups for clean build on windows
3426      Branch: perl
3427            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
3428 ____________________________________________________________________________
3429 [  3658] By: gsar                                  on 1999/07/08  01:24:25
3430         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
3431              type mismatch problems
3432      Branch: perl
3433            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
3434            ! t/pragma/warn/op toke.c utf8.c util.c
3435 ____________________________________________________________________________
3436 [  3657] By: jhi                                   on 1999/07/07  23:01:16
3437         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
3438      Branch: cfgperl
3439            ! pod/perldiag.pod
3440           !> Changes configure.com ext/B/B/Deparse.pm
3441           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
3442           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
3443           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
3444           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
3445           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
3446           !> t/pragma/overload.t thread.h vms/vms.c
3447 ____________________________________________________________________________
3448 [  3656] By: gsar                                  on 1999/07/07  21:04:38
3449         Log: integrate cfgperl contents
3450      Branch: perl
3451           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
3452           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
3453           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
3454            ! Changes
3455           !> (integrate 45 files)
3456 ____________________________________________________________________________
3457 [  3655] By: gsar                                  on 1999/07/07  18:55:45
3458         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
3459              <pvhp@forte.com>
3460      Branch: perl
3461            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
3462 ____________________________________________________________________________
3463 [  3654] By: gsar                                  on 1999/07/07  18:47:03
3464         Log: change#1889 mistakenly removed F_SETLK
3465      Branch: perl
3466            ! ext/Fcntl/Fcntl.xs
3467 ____________________________________________________________________________
3468 [  3653] By: gsar                                  on 1999/07/07  18:42:42
3469         Log: B::Deparse update
3470              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3471              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
3472              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
3473              Subject: [PATCH _57, long] B::Deparse 0.58
3474      Branch: perl
3475            ! ext/B/B/Deparse.pm
3476 ____________________________________________________________________________
3477 [  3652] By: gsar                                  on 1999/07/07  18:41:07
3478         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3479              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
3480              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
3481              Subject: Re: [ID 19990705.001] Overloading boolean conversion
3482      Branch: perl
3483            ! gv.c t/pragma/overload.t
3484 ____________________________________________________________________________
3485 [  3651] By: gsar                                  on 1999/07/07  17:47:30
3486         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
3487      Branch: perl
3488            ! perlsfio.h
3489 ____________________________________________________________________________
3490 [  3650] By: gsar                                  on 1999/07/07  17:45:52
3491         Log: applied new parts of suggested patch
3492              From: Charles Bailey <BAILEY@newman.upenn.edu>
3493              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
3494              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
3495              Subject: [PATCH 5.005_57] Consolidated VMS patch
3496      Branch: perl
3497            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
3498            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
3499            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
3500            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
3501            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
3502 ____________________________________________________________________________
3503 [  3649] By: jhi                                   on 1999/07/07  13:38:02
3504         Log: Sync regcomp warn with reality.
3505      Branch: cfgperl
3506            ! t/pragma/warn/regcomp
3507 ____________________________________________________________________________
3508 [  3648] By: jhi                                   on 1999/07/07  13:04:55
3509         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
3510              resolved manually.
3511      Branch: cfgperl
3512           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
3513           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
3514           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
3515            - README.lexwarn
3516           !> (integrate 79 files)
3517 ____________________________________________________________________________
3518 [  3647] By: gsar                                  on 1999/07/07  10:32:03
3519         Log: From: jan.dubois@ibm.net (Jan Dubois)
3520              Date: Thu, 01 Jul 1999 11:17:53 +0200
3521              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
3522              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
3523      Branch: perl
3524            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3525            ! lib/ExtUtils/MakeMaker.pm
3526 ____________________________________________________________________________
3527 [  3646] By: gsar                                  on 1999/07/07  10:27:55
3528         Log: fix undocumented IO::Handle functions as suggested
3529              by cj10@cam.ac.uk
3530      Branch: perl
3531            ! ext/IO/lib/IO/Handle.pm
3532 ____________________________________________________________________________
3533 [  3645] By: gsar                                  on 1999/07/07  10:18:55
3534         Log: prohibit thread join()ing itself (from Dan Sugalski)
3535      Branch: perl
3536            ! ext/Thread/Thread.xs
3537 ____________________________________________________________________________
3538 [  3644] By: gsar                                  on 1999/07/07  10:14:26
3539         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3540              Date: Wed, 30 Jun 1999 14:02:42 -0700
3541              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
3542              Subject:  [PATCH 5.005_57] Compiler and XSUBS
3543      Branch: perl
3544            ! ext/B/B/C.pm
3545 ____________________________________________________________________________
3546 [  3643] By: gsar                                  on 1999/07/07  10:08:38
3547         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
3548              (from François Désarménien <desar@club-internet.fr>)
3549      Branch: perl
3550            ! pod/perlsyn.pod
3551 ____________________________________________________________________________
3552 [  3642] By: gsar                                  on 1999/07/07  10:03:24
3553         Log: From: Doug MacEachern <dougm@cp.net>
3554              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
3555              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
3556              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
3557      Branch: perl
3558            ! ext/B/B.xs
3559 ____________________________________________________________________________
3560 [  3641] By: gsar                                  on 1999/07/07  10:00:57
3561         Log: slightly modified version of suggested patch
3562              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
3563              Date: Mon, 28 Jun 1999 14:23:59 -0400
3564              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
3565              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
3566      Branch: perl
3567            ! ext/POSIX/POSIX.xs
3568 ____________________________________________________________________________
3569 [  3640] By: gsar                                  on 1999/07/07  09:45:43
3570         Log: lexical warnings update (warning.t fails one test
3571              due to leaked scalar, investigation pending)
3572              From: paul.marquess@bt.com
3573              Date: Sat, 26 Jun 1999 23:19:52 +0100
3574              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
3575              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
3576      Branch: perl
3577            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
3578            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
3579            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
3580            - README.lexwarn
3581            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
3582            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3583            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
3584            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
3585            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3586            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
3587            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
3588            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
3589            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
3590            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
3591            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
3592            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
3593            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
3594            ! warning.h warning.pl win32/win32.c
3595 ____________________________________________________________________________
3596 [  3639] By: gsar                                  on 1999/07/07  08:09:30
3597         Log: From: Brian Jepson <bjepson@home.com>
3598              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
3599              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
3600              Subject: Patch to JPL example program
3601      Branch: perl
3602            ! jpl/JPL_Rolo/JPL_Rolo.jpl
3603 ____________________________________________________________________________
3604 [  3638] By: jhi                                   on 1999/07/07  08:07:58
3605         Log: Integrate with Sarathy.
3606      Branch: cfgperl
3607           !> (integrate 34 files)
3608 ____________________________________________________________________________
3609 [  3637] By: gsar                                  on 1999/07/07  08:07:49
3610         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3611              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
3612              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
3613              Subject: [PATCH _57, long] Eliminate CONDOPs
3614      Branch: perl
3615            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
3616            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
3617            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
3618            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
3619            ! pod/perltoc.pod pp_ctl.c pp_hot.c
3620 ____________________________________________________________________________
3621 [  3636] By: gsar                                  on 1999/07/07  07:50:51
3622         Log: adapted suggested patch for IO-1.20x
3623              From: ian@dial.pipex.com
3624              Date:  Fri, 25 Jun 1999 10:39:42 +0100
3625              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
3626              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
3627      Branch: perl
3628            ! ext/IO/lib/IO/Socket.pm
3629 ____________________________________________________________________________
3630 [  3635] By: gsar                                  on 1999/07/07  07:26:05
3631         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
3632      Branch: perl
3633            ! hints/powerux.sh
3634 ____________________________________________________________________________
3635 [  3634] By: gsar                                  on 1999/07/07  07:20:02
3636         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3637              Date: Wed, 23 Jun 1999 16:16:05 +0100
3638              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
3639              Subject: [PATCH 5.005_57] memleak in optimizer
3640      Branch: perl
3641            ! embed.h embed.pl objXSUB.h op.c proto.h
3642 ____________________________________________________________________________
3643 [  3633] By: gsar                                  on 1999/07/07  07:10:52
3644         Log: add do-not-edit caveats for files generated by opcode.pl
3645              (suggested by Hugo van der Sanden)
3646      Branch: perl
3647            ! opcode.h opcode.pl pp.sym pp_proto.h
3648 ____________________________________________________________________________
3649 [  3632] By: gsar                                  on 1999/07/07  06:41:13
3650         Log: better diagnostics on read operations from write-only
3651              filehandles
3652      Branch: perl
3653            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
3654            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
3655 ____________________________________________________________________________
3656 [  3631] By: gsar                                  on 1999/07/07  02:03:34
3657         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
3658              by David Muir Sharnoff <muir@idiom.com>)
3659      Branch: perl
3660            ! lib/Sys/Hostname.pm
3661 ____________________________________________________________________________
3662 [  3630] By: gsar                                  on 1999/07/07  01:57:16
3663         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3664              Date: Sun, 20 Jun 1999 17:17:17 -0700
3665              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
3666              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
3667      Branch: perl
3668            ! ext/B/B/CC.pm
3669 ____________________________________________________________________________
3670 [  3629] By: gsar                                  on 1999/07/07  01:46:03
3671         Log: installperl should write normal messages to STDOUT, not STDERR
3672      Branch: perl
3673            ! installperl
3674 ____________________________________________________________________________
3675 [  3628] By: gsar                                  on 1999/07/07  01:41:25
3676         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
3677      Branch: perl
3678            ! hints/bsdos.sh
3679 ____________________________________________________________________________
3680 [  3627] By: gsar                                  on 1999/07/07  00:27:10
3681         Log: make diagnostic on C<my $^I> etc., more readable
3682      Branch: perl
3683            ! op.c
3684 ____________________________________________________________________________
3685 [  3626] By: gsar                                  on 1999/07/06  23:47:27
3686         Log: From: Andy Dougherty <doughera@lafayette.edu>
3687              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
3688              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
3689              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
3690      Branch: perl
3691            ! Makefile.SH utils/Makefile
3692 ____________________________________________________________________________
3693 [  3625] By: jhi                                   on 1999/07/06  21:50:46
3694         Log: Some new files of #3624 missing from MANIFEST.
3695      Branch: cfgperl
3696            ! MANIFEST
3697 ____________________________________________________________________________
3698 [  3624] By: jhi                                   on 1999/07/06  21:47:04
3699         Log: POSIX [[:character class:]] support for standard, locale,
3700              and utf8.  If both utf8 and locale are on, utf8 wins.
3701              I don't fully understand why so many tables changed in
3702              lib/unicode because of "make" -- maybe it was just overdue.
3703      Branch: cfgperl
3704            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
3705            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
3706            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
3707            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
3708            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
3709            ! lib/unicode/Block.pl lib/unicode/Category.pl
3710            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3711            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
3712            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
3713            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
3714            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
3715            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
3716            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
3717            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
3718            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
3719            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
3720            ! t/pragma/warn/regcomp utf8.c
3721 ____________________________________________________________________________
3722 [  3623] By: gsar                                  on 1999/07/06  20:52:48
3723         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3724              Date: Wed, 16 Jun 1999 14:57:22 -0400
3725              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
3726              Subject: [PATCH 5.00557] Devel::Peek
3727      Branch: perl
3728            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
3729 ____________________________________________________________________________
3730 [  3622] By: gsar                                  on 1999/07/06  20:22:59
3731         Log: applied patch after demunging headers with appropriate paths
3732              From: "Vishal Bhatia" <vishalb@my-deja.com>
3733              Date: Sat, 12 Jun 1999 08:23:59 -0700
3734              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
3735              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
3736      Branch: perl
3737            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
3738            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
3739 ____________________________________________________________________________
3740 [  3621] By: gsar                                  on 1999/07/06  20:10:50
3741         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3742              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
3743              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
3744              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
3745      Branch: perl
3746            ! doio.c
3747 ____________________________________________________________________________
3748 [  3620] By: jhi                                   on 1999/07/06  19:16:47
3749         Log: Mention EPOC and SOCKS.
3750      Branch: cfgperl
3751            ! pod/perldelta.pod
3752 ____________________________________________________________________________
3753 [  3619] By: gsar                                  on 1999/07/06  16:52:37
3754         Log: fix int vs STRLEN issue
3755      Branch: perl
3756            ! pp.c
3757 ____________________________________________________________________________
3758 [  3618] By: jhi                                   on 1999/07/06  16:52:20
3759         Log: There ain't Perl_atonv().
3760      Branch: cfgperl
3761            ! ext/ByteLoader/bytecode.h
3762 ____________________________________________________________________________
3763 [  3617] By: jhi                                   on 1999/07/06  15:55:22
3764         Log: Integrate with Sarathy.
3765      Branch: cfgperl
3766           !> Makefile.SH
3767 ____________________________________________________________________________
3768 [  3616] By: jhi                                   on 1999/07/06  15:54:09
3769         Log: Tweak for #3613.
3770      Branch: cfgperl
3771            ! Configure config_h.SH
3772 ____________________________________________________________________________
3773 [  3615] By: gsar                                  on 1999/07/06  11:00:21
3774         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3775              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
3776              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
3777              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
3778      Branch: perl
3779            ! Makefile.SH
3780 ____________________________________________________________________________
3781 [  3614] By: jhi                                   on 1999/07/06  10:44:48
3782         Log: Integrate with Sarathy.
3783      Branch: cfgperl
3784           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
3785           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
3786 ____________________________________________________________________________
3787 [  3613] By: jhi                                   on 1999/07/06  10:43:20
3788         Log: From: Nathan Kurz <nate@valleytel.net>
3789              Subject: [ID 19990612.001 compiling three deep modules within ext/]
3790              ply-To: nate@valleytel.net
3791              erl5-porters@perl.org
3792              Date: Sat, 12 Jun 1999 01:26:04 -0500
3793              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
3794      Branch: cfgperl
3795            ! Configure config_h.SH
3796 ____________________________________________________________________________
3797 [  3612] By: gsar                                  on 1999/07/06  10:17:52
3798         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3799              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
3800              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
3801              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
3802      Branch: perl
3803            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
3804 ____________________________________________________________________________
3805 [  3611] By: gsar                                  on 1999/07/06  09:51:20
3806         Log: From: pvhp@forte.com (Peter Prymmer)
3807              Date: Fri, 11 Jun 99 17:07:19 PDT
3808              Message-Id: <9906120007.AA13802@forte.com>
3809              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
3810      Branch: perl
3811            ! ext/IO/lib/IO/File.pm
3812 ____________________________________________________________________________
3813 [  3610] By: gsar                                  on 1999/07/06  09:37:37
3814         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
3815              tweak)
3816              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3817              Date: Wed, 09 Jun 1999 18:27:51 +0100
3818              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
3819              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
3820      Branch: perl
3821            ! perl.h t/base/rs.t
3822 ____________________________________________________________________________
3823 [  3609] By: jhi                                   on 1999/07/06  09:28:48
3824         Log: Integrate with Sarathy.
3825      Branch: cfgperl
3826           !> (integrate 49 files)
3827 ____________________________________________________________________________
3828 [  3608] By: gsar                                  on 1999/07/06  09:28:21
3829         Log: test tweak
3830      Branch: perl
3831            ! t/pragma/warn/op
3832 ____________________________________________________________________________
3833 [  3607] By: jhi                                   on 1999/07/06  09:22:48
3834         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
3835      Branch: cfgperl
3836            ! Configure config_h.SH
3837 ____________________________________________________________________________
3838 [  3606] By: gsar                                  on 1999/07/06  09:05:02
3839         Log: applied slightly tweaked version of suggested patch for
3840              improved RE API
3841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3842              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
3843              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
3844              Subject: [PATCH 5.005_57] REx engine rehash
3845      Branch: perl
3846            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
3847            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
3848            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
3849            ! util.c
3850 ____________________________________________________________________________
3851 [  3605] By: gsar                                  on 1999/07/06  08:54:03
3852         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
3853      Branch: perl
3854            ! sv.c
3855 ____________________________________________________________________________
3856 [  3604] By: gsar                                  on 1999/07/06  07:08:30
3857         Log: From: paul.marquess@bt.com
3858              Date: Tue, 8 Jun 1999 22:37:58 +0100 
3859              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
3860              Subject: [PATCH 5.005_57] DB_File 1.67
3861      Branch: perl
3862            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3863            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3864 ____________________________________________________________________________
3865 [  3603] By: gsar                                  on 1999/07/06  07:04:50
3866         Log: From: paul.marquess@bt.com
3867              Date: Tue, 8 Jun 1999 22:34:01 +0100 
3868              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
3869              Subject: [PATCH 5.005_57] DBM Filters
3870      Branch: perl
3871            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3872            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
3873            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
3874            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs