Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_62        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  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
3875 ____________________________________________________________________________
3876 [  3602] By: gsar                                  on 1999/07/06  07:00:01
3877         Log: slightly tweaked version of suggested patch
3878              From: Dan Sugalski <sugalskd@ous.edu>
3879              Date: Tue, 08 Jun 1999 14:09:38 -0700
3880              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
3881              Subject: [PATCH 5.005_57]Use NV instead of double in the core
3882      Branch: perl
3883            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
3884            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
3885            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
3886            ! proto.h sv.c sv.h toke.c universal.c util.c
3887 ____________________________________________________________________________
3888 [  3601] By: gsar                                  on 1999/07/06  06:52:57
3889         Log: integrate cfgperl contents into mainline
3890      Branch: perl
3891           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
3892           +> epoc/perl.mmp epoc/perl.pkg
3893           !> (integrate 30 files)
3894 ____________________________________________________________________________
3895 [  3598] By: jhi                                   on 1999/07/05  20:02:55
3896         Log: Integrate with mainperl.
3897      Branch: cfgperl
3898           +> lib/CGI/Pretty.pm
3899           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
3900           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
3901           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
3902           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
3903           !> vms/vmsish.h
3904 ____________________________________________________________________________
3905 [  3597] By: jhi                                   on 1999/07/05  19:59:48
3906         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
3907              that addresses the notorious "Additional libraries" question.
3908      Branch: cfgperl
3909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3910            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
3911            ! pp_sys.c
3912 ____________________________________________________________________________
3913 [  3596] By: gsar                                  on 1999/07/05  18:30:51
3914         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3915              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
3916              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
3917              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
3918      Branch: perl
3919            ! pp_sys.c t/lib/io_udp.t
3920 ____________________________________________________________________________
3921 [  3595] By: gsar                                  on 1999/07/05  18:29:08
3922         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3923              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
3924              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
3925              Subject: [PATCH 5.00557] Setting $^E wipes out $!
3926      Branch: perl
3927            ! mg.c
3928 ____________________________________________________________________________
3929 [  3594] By: gsar                                  on 1999/07/05  18:24:53
3930         Log: hand-apply whitespace mutiliated patch
3931              From: Dan Sugalski <sugalskd@osshe.edu>
3932              Date: Mon, 07 Jun 1999 14:46:42 -0700
3933              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
3934              Subject: [PATCH 5.005_57]Updated VMS patch
3935      Branch: perl
3936            ! thread.h vms/descrip_mms.template vms/subconfigure.com
3937            ! vms/vms.c vms/vmsish.h
3938 ____________________________________________________________________________
3939 [  3593] By: gsar                                  on 1999/07/05  17:53:04
3940         Log: applied parts not duplicated by previous patches
3941              From: "Vishal Bhatia" <vishalb@my-deja.com>
3942              Date: Sat, 05 Jun 1999 08:42:17 -0700
3943              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
3944              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
3945      Branch: perl
3946            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
3947            ! ext/B/B/Stackobj.pm
3948 ____________________________________________________________________________
3949 [  3592] By: jhi                                   on 1999/07/05  17:17:22
3950         Log: AIX threaded build, plus few more on the side.
3951      Branch: cfgperl
3952            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
3953            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
3954            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
3955            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
3956 ____________________________________________________________________________
3957 [  3591] By: gsar                                  on 1999/07/05  16:52:34
3958         Log: "\e" and "\a" didn't produce right escape under EBCDIC
3959              From: pvhp@forte.com (Peter Prymmer)
3960              Date: Fri, 4 Jun 99 12:00:27 PDT
3961              Message-Id: <9906041900.AA28387@forte.com>
3962              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
3963      Branch: perl
3964            ! toke.c
3965 ____________________________________________________________________________
3966 [  3590] By: gsar                                  on 1999/07/05  16:40:01
3967         Log: s/scalar ref constructor/single ref constructor/ (suggested
3968              by Stephen McCamant)
3969      Branch: perl
3970            ! opcode.h opcode.pl
3971 ____________________________________________________________________________
3972 [  3589] By: gsar                                  on 1999/07/05  16:34:06
3973         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
3974      Branch: perl
3975            ! ext/GDBM_File/GDBM_File.xs
3976 ____________________________________________________________________________
3977 [  3588] By: gsar                                  on 1999/07/05  16:29:39
3978         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
3979              is unchanged still)
3980      Branch: perl
3981            ! op.c
3982 ____________________________________________________________________________
3983 [  3587] By: jhi                                   on 1999/07/05  10:31:43
3984         Log: Make perl_exp.SH smarter about what to include and what to exclude.
3985      Branch: cfgperl
3986            ! perl_exp.SH
3987 ____________________________________________________________________________
3988 [  3586] By: jhi                                   on 1999/07/05  09:29:31
3989         Log: Remove unnecessary and extraneous my $i = 0.
3990      Branch: cfgperl
3991            ! bytecode.pl
3992 ____________________________________________________________________________
3993 [  3585] By: jhi                                   on 1999/07/05  07:28:59
3994         Log: Integrate with mainperl.
3995      Branch: cfgperl
3996           !> (integrate 30 files)
3997 ____________________________________________________________________________
3998 [  3584] By: gsar                                  on 1999/07/05  05:36:28
3999         Log: From: Vishal Bhatia <vishalb@hotmail.com>
4000              Date: Thu, 03 Jun 1999 00:57:48 PDT
4001              Message-ID: <19990603075749.86665.qmail@hotmail.com>
4002              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
4003      Branch: perl
4004            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
4005 ____________________________________________________________________________
4006 [  3583] By: gsar                                  on 1999/07/05  05:31:19
4007         Log: suppress fancy display when in verbose mode (suggested by
4008              Paul Johnson <pjcj@transeda.com>)
4009      Branch: perl
4010            ! lib/Test/Harness.pm
4011 ____________________________________________________________________________
4012 [  3582] By: gsar                                  on 1999/07/05  05:17:12
4013         Log: cygwin32 update
4014              From: "Fifer, Eric" <EFifer@sanwaint.com>
4015              Date:  Wed, 2 Jun 1999 15:16:05 +0100
4016              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
4017              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
4018      Branch: perl
4019            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
4020            ! cygwin32/build-instructions.READFIRST
4021            ! cygwin32/build-instructions.charles-wilson
4022            ! cygwin32/build-instructions.sebastien-barre
4023            ! cygwin32/build-instructions.steven-morlock
4024            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
4025            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
4026            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
4027            ! t/op/magic.t util.c
4028 ____________________________________________________________________________
4029 [  3581] By: gsar                                  on 1999/07/05  02:46:18
4030         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
4031      Branch: perl
4032            ! util.c
4033 ____________________________________________________________________________
4034 [  3580] By: gsar                                  on 1999/07/05  02:38:03
4035         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
4036              Date: Mon, 31 May 1999 18:18:13 -0600
4037              Message-ID: <19990601001813.AAA17834@csgsystems.com>
4038              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
4039      Branch: perl
4040            ! t/TEST t/UTEST t/harness utils/perlcc.PL
4041 ____________________________________________________________________________
4042 [  3579] By: gsar                                  on 1999/07/05  01:20:58
4043         Log: compatibility tweak for Class::Struct
4044      Branch: perl
4045            ! lib/Class/Struct.pm
4046 ____________________________________________________________________________
4047 [  3578] By: jhi                                   on 1999/07/04  23:26:01
4048         Log: Miscellaneus AIX fixes + SOCKS support.
4049      Branch: cfgperl
4050            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4051            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
4052            ! hints/aix.sh pp_sys.c
4053 ____________________________________________________________________________
4054 [  3577] By: gsar                                  on 1999/07/04  23:07:39
4055         Log: test tweak
4056      Branch: perl
4057            ! t/io/openpid.t
4058 ____________________________________________________________________________
4059 [  3576] By: jhi                                   on 1999/07/04  22:39:23
4060         Log: Integrate with mainperl.
4061      Branch: cfgperl
4062           +> t/io/openpid.t
4063            - win32/perlhost.h
4064           !> (integrate 51 files)
4065 ____________________________________________________________________________
4066 [  3575] By: jhi                                   on 1999/07/04  22:26:48
4067         Log: Added 64-bit support for AIX 4.3 or better
4068              based on Martin H. Rusoff's observations.
4069      Branch: cfgperl
4070            ! Configure config_h.SH hints/aix.sh
4071 ____________________________________________________________________________
4072 [  3574] By: jhi                                   on 1999/07/04  21:34:47
4073         Log: Do not throw away gccvers compilation errors.
4074              From: Andy Dougherty <doughera@lafayette.edu>
4075              To: Ron Seguin <rseguin@on.bell.ca>
4076              Cc: Perl Porters <perl5-porters@perl.org>
4077              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
4078              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
4079              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
4080      Branch: cfgperl
4081            ! Configure config_h.SH
4082 ____________________________________________________________________________
4083 [  3573] By: gsar                                  on 1999/07/04  21:10:32
4084         Log: adapted suggested tests for addition to testsuite
4085              From: RonaldWS@aol.com
4086              Date:  Sun, 30 May 1999 16:27:28 EDT
4087              Message-Id:  <25cd799f.2482f930@aol.com>
4088              Subject: [19990530.007] Open with pipe | does not return pid under win32
4089      Branch: perl
4090            + t/io/openpid.t
4091            ! MANIFEST win32/win32.c
4092 ____________________________________________________________________________
4093 [  3572] By: gsar                                  on 1999/07/04  20:29:32
4094         Log: perl_run() should call my_exit(0) for normal completion
4095      Branch: perl
4096            ! perl.c
4097 ____________________________________________________________________________
4098 [  3571] By: jhi                                   on 1999/07/04  20:10:44
4099         Log: Add test for change #3568 plus general cleanup.
4100      Branch: cfgperl
4101            ! t/pragma/locale.t
4102 ____________________________________________________________________________
4103 [  3570] By: gsar                                  on 1999/07/04  20:03:21
4104         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
4105              overloading
4106      Branch: perl
4107            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4108            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
4109 ____________________________________________________________________________
4110 [  3569] By: gsar                                  on 1999/07/04  18:04:48
4111         Log: make AIX dynaloading work when libperl is shared (and thus under
4112              mod_perl etc.)
4113              From: Jens-Uwe Mager <jum@helios.de>
4114              Date:  Sat, 29 May 1999 17:09:52 +0200
4115              Message-Id:  <199905291509.RAA43978@ans.helios.de>
4116              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
4117      Branch: perl
4118            ! ext/DynaLoader/dl_aix.xs
4119 ____________________________________________________________________________
4120 [  3568] By: jhi                                   on 1999/07/04  14:54:23
4121         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
4122              This resulted for example in the 'o' magic not being cleared by
4123              magic_setcollxfrm(), which resulted in strange cmp results.
4124              The bug was reported originally in the message
4125              Subject: Bug with locale
4126              From: Jan Starzynski <jan@planet.de> 
4127              To: perlbug@perl.com 
4128              Date: Fri, 09 Apr 1999 13:23:07 +0200 
4129              Message-ID: <370DE31B.DAEE1332@planet.de> 
4130      Branch: cfgperl
4131            ! pp.c
4132 ____________________________________________________________________________
4133 [  3567] By: gsar                                  on 1999/07/04  02:38:34
4134         Log: remove misleading info on defined(&func), unclutter deprecation
4135              about defined(@array)
4136      Branch: perl
4137            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4138            ! t/pragma/warn/op
4139 ____________________________________________________________________________
4140 [  3566] By: gsar                                  on 1999/07/04  01:46:31
4141         Log: From: jan.dubois@ibm.net (Jan Dubois)
4142              Date: Wed, 26 May 1999 22:07:17 +0200
4143              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
4144              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
4145      Branch: perl
4146            ! Changes win32/win32.c win32/win32.h
4147 ____________________________________________________________________________
4148 [  3565] By: gsar                                  on 1999/07/04  01:26:02
4149         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
4150              for win32 issues)
4151      Branch: perl
4152            ! pod/perlxstut.pod
4153 ____________________________________________________________________________
4154 [  3564] By: gsar                                  on 1999/07/02  03:09:04
4155         Log: avoid warnings
4156      Branch: perl
4157            ! ext/Thread/Thread/Specific.pm lib/fields.pm
4158 ____________________________________________________________________________
4159 [  3563] By: gsar                                  on 1999/06/28  19:23:47
4160         Log: inc version (for CPAN.pm sanity)
4161      Branch: perl
4162            ! lib/Text/ParseWords.pm
4163 ____________________________________________________________________________
4164 [  3562] By: gsar                                  on 1999/06/28  19:19:01
4165         Log: regen perltoc
4166      Branch: perl
4167            ! pod/perltoc.pod
4168 ____________________________________________________________________________
4169 [  3561] By: gsar                                  on 1999/06/28  19:08:41
4170         Log: From: Damian Conway <damian@cs.monash.edu.au>
4171              Date: Wed, 26 May 1999 00:58:35 -0400
4172              Message-Id: <199905260458.AAA06411@defender.perl.org>
4173              Subject: [19990526.002] Misc. improvements to Class:Struct
4174      Branch: perl
4175            ! MANIFEST lib/Class/Struct.pm
4176 ____________________________________________________________________________
4177 [  3560] By: gsar                                  on 1999/06/28  18:50:52
4178         Log: remove bogus PL_optype_size
4179      Branch: perl
4180            ! bytecode.pl ext/ByteLoader/byterun.h
4181 ____________________________________________________________________________
4182 [  3559] By: gsar                                  on 1999/06/28  18:22:26
4183         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
4184      Branch: perl
4185            + lib/CGI/Pretty.pm
4186            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
4187            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
4188            ! t/lib/cgi-html.t t/lib/cgi-request.t
4189 ____________________________________________________________________________
4190 [  3558] By: jhi                                   on 1999/06/28  07:30:21
4191         Log: Change Olaf Lebbe's email address.
4192      Branch: cfgperl
4193            ! README.epoc
4194 ____________________________________________________________________________
4195 [  3557] By: gsar                                  on 1999/06/28  00:07:33
4196         Log: make autogenerated files writable
4197      Branch: perl
4198            - win32/perlhost.h
4199            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
4200            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
4201            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
4202            ! proto.h regnodes.h warning.h win32/config_H.bc
4203            ! win32/config_H.gc win32/config_H.vc
4204 ____________________________________________________________________________
4205 [  3556] By: jhi                                   on 1999/06/27  19:22:53
4206         Log: Update MANIFEST to match #3555.
4207      Branch: cfgperl
4208            ! MANIFEST
4209 ____________________________________________________________________________
4210 [  3555] By: jhi                                   on 1999/06/27  19:16:22
4211         Log: EPOC port to Psion5.
4212              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4213              To: Jarkko Hietaniemi <jhi@iki.fi>
4214              Cc: perl5-porters@perl.org
4215              Subject: Re: Psion5
4216              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
4217              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
4218      Branch: cfgperl
4219            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4220            + epoc/perl.mmp epoc/perl.pkg
4221            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
4222            ! perl.h sv.c util.c
4223 ____________________________________________________________________________
4224 [  3554] By: jhi                                   on 1999/06/27  18:50:52
4225         Log: Integrate from mainperl.
4226      Branch: cfgperl
4227           !> (integrate 48 files)
4228 ____________________________________________________________________________
4229 [  3553] By: gsar                                  on 1999/06/27  14:28:49
4230         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
4231              gone from the public API); PERL_OBJECT builds again on
4232              windows
4233              
4234              TODO: namespace-clean the typedefs in iperlsys.h and
4235              elsewhere; remove C++ remnants from public headers
4236      Branch: perl
4237            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
4238            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4239            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4240            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
4241            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
4242            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
4243            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
4244            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
4245            ! win32/config.gc win32/config.vc win32/dl_win32.xs
4246            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
4247            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
4248            ! win32/win32sck.c
4249 ____________________________________________________________________________
4250 [  3552] By: gsar                                  on 1999/06/27  13:49:31
4251         Log: integrate cfgperl changes into mainline
4252      Branch: perl
4253           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
4254           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
4255           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
4256           !> util.c
4257 ____________________________________________________________________________
4258 [  3551] By: gsar                                  on 1999/06/27  13:31:11
4259         Log: fix indents
4260      Branch: perl
4261            ! op.c
4262 ____________________________________________________________________________
4263 [  3550] By: gsar                                  on 1999/06/24  22:42:53
4264         Log: update Changes
4265      Branch: perl
4266            ! Changes
4267 ____________________________________________________________________________
4268 [  3549] By: gsar                                  on 1999/06/24  22:41:17
4269         Log: avoid race condition in the CAPI extension bootstrap handler
4270      Branch: perl
4271            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
4272 ____________________________________________________________________________
4273 [  3548] By: gsar                                  on 1999/06/24  22:39:53
4274         Log: sanity check to cover the case when perl is installed into the
4275              X:\ (drive root)
4276      Branch: perl
4277            ! win32/win32.c
4278 ____________________________________________________________________________
4279 [  3547] By: gsar                                  on 1999/06/22  19:30:32
4280         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
4281      Branch: perl
4282            ! lib/Tie/RefHash.pm
4283 ____________________________________________________________________________
4284 [  3544] By: jhi                                   on 1999/06/18  19:24:28
4285         Log: Tidy up #3542 and #3543. 
4286      Branch: cfgperl
4287            ! t/pragma/locale.t util.c
4288 ____________________________________________________________________________
4289 [  3543] By: jhi                                   on 1999/06/18  10:28:45
4290         Log: Spice up locale.t.
4291      Branch: cfgperl
4292            ! t/pragma/locale.t
4293 ____________________________________________________________________________
4294 [  3542] By: jhi                                   on 1999/06/17  22:42:03
4295         Log: Fixed two long-standing locale bugs.
4296              
4297              Both problems were related to numeric locale which
4298              controls the radix character aka the decimal separator.
4299              (1) printf (and sprintf) were resetting the numeric locale to C.
4300              (2) Using locale-numerically formatted floating point
4301              numbers (e.g. "1,23") together with -w caused warnings about
4302              "isn't numeric".  The operations were working fine, though,
4303              because atof() was using the local locale.
4304              Both problems reported by Stefan Vogtner.
4305              
4306              Introduced a wrapper for atof() that attempts to convert
4307              the string both ways.  This helps Perl to understand
4308              numbers like this "4.56" even when using a local locale
4309              makes atof() understand only numbers like this "7,89".
4310              
4311              Remaining related problems, both of which existed before
4312              this patch and continue to exist after this patch:
4313              (a) The behaviour of print() is _not_ as documented by perllocale.
4314              Instead of always using the C locale, print() does use the
4315              local locale, just like the *printf() do.  This may be fixable
4316              now that switching to-and-fro between locales has been made
4317              more consistent, but fixing print() would change existing
4318              behaviour.  perllocale is not changed by this patch.
4319              (b) If a number has been stringified (say, via "$number") under
4320              a local locale, the cached string value persists even under
4321              "no locale".  This may or may not be a problem: operations
4322              work fine because the original number is still there, but
4323              that the string form keeps its locale-ish outlook may be
4324              somewhat confusing.
4325      Branch: cfgperl
4326            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
4327            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
4328            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
4329            ! util.c
4330 ____________________________________________________________________________
4331 [  3541] By: jhi                                   on 1999/06/17  20:00:16
4332         Log: Integrate from mainperl.
4333      Branch: cfgperl
4334           !> ext/Data/Dumper/Dumper.pm op.c
4335 ____________________________________________________________________________
4336 [  3540] By: gsar                                  on 1999/06/16  16:49:55
4337         Log: dump C<0> as such, not C<'0'>
4338      Branch: perl
4339            ! ext/Data/Dumper/Dumper.pm
4340 ____________________________________________________________________________
4341 [  3539] By: gsar                                  on 1999/06/13  04:04:40
4342         Log: fix coredumper in change#3498
4343      Branch: perl
4344            ! op.c
4345 ____________________________________________________________________________
4346 [  3538] By: jhi                                   on 1999/06/12  22:01:26
4347         Log: Integrate from mainperl.
4348      Branch: cfgperl
4349           +> lib/caller.pm
4350           !> (integrate 36 files)
4351 ____________________________________________________________________________
4352 [  3537] By: gsar                                  on 1999/06/12  06:43:03
4353         Log: EXTERN_C declarations for global arrays in various
4354              headers, so perl can be built even in C++ mode; win32
4355              build fixups; regen headers
4356      Branch: perl
4357            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
4358            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
4359 ____________________________________________________________________________
4360 [  3536] By: gsar                                  on 1999/06/12  06:38:21
4361         Log: caller.pm typos
4362      Branch: perl
4363            ! lib/caller.pm
4364 ____________________________________________________________________________
4365 [  3535] By: gsar                                  on 1999/06/11  23:13:54
4366         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
4367              is temporarily gone
4368      Branch: perl
4369            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
4370            ! pod/perldelta.pod proto.h win32/perllib.c
4371 ____________________________________________________________________________
4372 [  3534] By: gsar                                  on 1999/06/11  20:41:51
4373         Log: implement C<use caller 'encoding'>
4374      Branch: perl
4375            + lib/caller.pm
4376            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
4377 ____________________________________________________________________________
4378 [  3533] By: gsar                                  on 1999/06/11  16:51:04
4379         Log: truncate() has a peculiar exemption from strict barewords, even
4380              though it has a non-filehandle prototype
4381      Branch: perl
4382            ! op.c t/io/fs.t
4383 ____________________________________________________________________________
4384 [  3532] By: gsar                                  on 1999/06/11  09:09:16
4385         Log: GDBM tweak
4386      Branch: perl
4387            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
4388 ____________________________________________________________________________
4389 [  3531] By: gsar                                  on 1999/06/10  23:34:19
4390         Log: part of the platform changes for IMPLICIT_CONTEXT
4391      Branch: perl
4392            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
4393            ! jpl/PerlInterpreter/PerlInterpreter.c
4394            ! jpl/PerlInterpreter/PerlInterpreter.h
4395            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
4396            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
4397 ____________________________________________________________________________
4398 [  3530] By: jhi                                   on 1999/06/10  20:55:56
4399         Log: Integrate from mainperl.
4400      Branch: cfgperl
4401           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
4402 ____________________________________________________________________________
4403 [  3529] By: gsar                                  on 1999/06/10  20:40:01
4404         Log: DB_File tweaks for IMPLICIT CONTEXT
4405      Branch: perl
4406            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4407 ____________________________________________________________________________
4408 [  3528] By: jhi                                   on 1999/06/10  10:18:15
4409         Log: Integrate from mainperl.
4410      Branch: cfgperl
4411           !> (integrate 105 files)
4412 ____________________________________________________________________________
4413 [  3527] By: gsar                                  on 1999/06/10  09:30:35
4414         Log: most globals are now interpreter local; locale initialization
4415              was too early, defer it until interpreter is allocated and
4416              initialized; multiple interpreters should now be
4417              concurrency-safe (untested)
4418      Branch: perl
4419            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
4420            ! perlvars.h
4421 ____________________________________________________________________________
4422 [  3526] By: gsar                                  on 1999/06/10  08:38:00
4423         Log: fix small nits
4424      Branch: perl
4425            ! cc_runtime.h ext/B/B/CC.pm run.c
4426 ____________________________________________________________________________
4427 [  3525] By: gsar                                  on 1999/06/10  04:41:38
4428         Log: win32 build fixes
4429      Branch: perl
4430            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
4431            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4432            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
4433            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
4434            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4435            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
4436            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
4437            ! win32/win32.c win32/win32.h win32/win32sck.c
4438            ! win32/win32thread.c win32/win32thread.h
4439 ____________________________________________________________________________
4440 [  3524] By: gsar                                  on 1999/06/09  18:03:01
4441         Log: more complete support for implicit thread/interpreter pointer,
4442              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
4443              without that enabled):
4444              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
4445              is a noop; tests pass on Solaris; should be faster now!
4446              - MULTIPLICITY has been tested with and without
4447              PERL_IMPLICIT_CONTEXT on Solaris
4448              - improved function database now merged with embed.pl
4449              - everything except the varargs functions have foo(a,b,c) macros
4450              to provide compatibility
4451              - varargs functions default to compatibility variants that
4452              get the context pointer using dTHX
4453              - there should be almost no source compatibility issues as a
4454              result of all this
4455              - dl_foo.xs changes other than dl_dlopen.xs untested
4456              - still needs documentation, fixups for win32 etc
4457              Next step: migrate most non-mutex variables from perlvars.h
4458              to intrpvar.h
4459      Branch: perl
4460            - proto.pl
4461            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
4462            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
4463            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4464            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4465            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
4466            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4467            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
4468            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4469            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4470            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
4471            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4472            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
4473            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
4474            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
4475            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
4476            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
4477            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
4478            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
4479            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
4480            ! util.c win32/Makefile win32/makefile.mk writemain.SH
4481 ____________________________________________________________________________
4482 [  3523] By: gsar                                  on 1999/06/07  05:24:13
4483         Log: missed a file
4484      Branch: perl
4485            + proto.pl
4486            ! MANIFEST
4487 ____________________________________________________________________________
4488 [  3522] By: gsar                                  on 1999/06/07  05:18:34
4489         Log: initial stub implementation of implicit thread/this
4490              pointer    argument; builds/tests on Solaris, win32
4491              hasn't been fixed up yet; proto.h, global.sym and
4492              static function decls are now generated from a common
4493              database in proto.pl; some inconsistently named
4494              perl_foo() things are now Perl_foo(), compatibility
4495              #defines provided; perl_foo() (lowercase 'p') reserved
4496              for functions that take an explicit context argument;
4497              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
4498      Branch: perl
4499            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
4500            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
4501            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
4502            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
4503            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
4504            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
4505            ! universal.c utf8.c util.c
4506 ____________________________________________________________________________
4507 [  3521] By: gsar                                  on 1999/06/04  23:00:22
4508         Log: clean up some stray "global" symbols
4509      Branch: perl
4510            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
4511            ! pp_proto.h proto.h
4512 ____________________________________________________________________________
4513 [  3520] By: jhi                                   on 1999/06/02  21:33:28
4514         Log: Integrate from mainperl.
4515      Branch: cfgperl
4516           !> (integrate 94 files)
4517 ____________________________________________________________________________
4518 [  3519] By: gsar                                  on 1999/06/02  07:16:10
4519         Log: avoid dereferencing null pointer from getpwent() et al
4520      Branch: perl
4521            ! pp_sys.c
4522 ____________________________________________________________________________
4523 [  3518] By: gsar                                  on 1999/06/02  04:47:10
4524         Log: remove _() non-ansism
4525      Branch: perl
4526            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
4527            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
4528            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
4529            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
4530            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
4531            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
4532            ! ext/re/re.xs handy.h hv.c iperlsys.h
4533            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
4534            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
4535            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
4536            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
4537            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
4538            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
4539            ! vms/vmsish.h vms/writemain.pl vos/config.h
4540            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
4541            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
4542            ! win32/perllib.c win32/runperl.c win32/win32.h
4543            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
4544            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
4545 ____________________________________________________________________________
4546 [  3517] By: gsar                                  on 1999/06/02  02:17:51
4547         Log: missed a few files
4548      Branch: perl
4549            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
4550 ____________________________________________________________________________
4551 [  3516] By: gsar                                  on 1999/06/02  01:37:33
4552         Log: integrate cfgperl contents into mainline
4553      Branch: perl
4554           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4555           +> ext/ByteLoader/byterun.h
4556            - bytecode.h byterun.c byterun.h
4557            ! Changes
4558           !> (integrate 58 files)
4559 ____________________________________________________________________________
4560 [  3515] By: gsar                                  on 1999/06/02  00:48:50
4561         Log: remove stray K&R-isms
4562      Branch: perl
4563            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
4564            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
4565            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
4566            ! toke.c util.c win32/win32.c x2p/hash.c
4567 ____________________________________________________________________________
4568 [  3514] By: gsar                                  on 1999/06/01  15:55:55
4569         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
4570              strict 'subs'
4571      Branch: perl
4572            ! op.c t/pragma/strict-subs
4573 ____________________________________________________________________________
4574 [  3513] By: jhi                                   on 1999/06/01  07:17:05
4575         Log: Patch applying of #3499 had gone awry.
4576      Branch: cfgperl
4577            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
4578 ____________________________________________________________________________
4579 [  3512] By: gsar                                  on 1999/05/31  19:21:30
4580         Log: tighter -help output
4581      Branch: perl
4582            ! perl.c
4583 ____________________________________________________________________________
4584 [  3511] By: gsar                                  on 1999/05/31  17:18:23
4585         Log: fix memory leak in C<eval 'return sub {...}'>
4586      Branch: perl
4587            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
4588 ____________________________________________________________________________
4589 [  3510] By: gsar                                  on 1999/05/31  14:11:46
4590         Log: tweak C++isms
4591      Branch: perl
4592            ! win32/dl_win32.xs win32/win32.c
4593 ____________________________________________________________________________
4594 [  3509] By: jhi                                   on 1999/05/30  13:02:26
4595         Log: Cleanup of #3488.
4596      Branch: cfgperl
4597            ! Configure config_h.SH
4598 ____________________________________________________________________________
4599 [  3508] By: jhi                                   on 1999/05/30  11:16:01
4600         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4601              To: Mailing list Perl5 <perl5-porters@perl.org>
4602              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
4603              Date: Sat, 29 May 1999 20:18:13 -0400
4604              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
4605      Branch: cfgperl
4606            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
4607 ____________________________________________________________________________
4608 [  3507] By: jhi                                   on 1999/05/29  20:05:40
4609         Log: From: Mark-Jason Dominus <mjd@plover.com>
4610              To: perl5-porters@perl.com
4611              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
4612              Date: Sat, 29 May 1999 14:45:10 -0400
4613              Message-ID: <19990529184510.27557.qmail@plover.com>
4614      Branch: cfgperl
4615            ! op.h
4616 ____________________________________________________________________________
4617 [  3506] By: gsar                                  on 1999/05/29  16:49:39
4618         Log: avoid gv_check() recursive pit
4619      Branch: perl
4620            ! gv.c
4621 ____________________________________________________________________________
4622 [  3505] By: jhi                                   on 1999/05/29  11:38:16
4623         Log: From: jan.dubois@ibm.net (Jan Dubois)
4624              To: Gurusamy Sarathy <gsar@activestate.com>
4625              Cc: perl5-porters@perl.org
4626              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
4627              Date: Sat, 29 May 1999 08:46:22 +0200
4628              Message-ID: <374f8007.2016008@smtp1.ibm.net>
4629      Branch: cfgperl
4630            ! t/op/grent.t t/op/pwent.t
4631 ____________________________________________________________________________
4632 [  3504] By: jhi                                   on 1999/05/29  11:07:10
4633         Log: QNX needs <sys/select.h> to define fd_set.
4634              
4635              From: Norton Allen <allen@huarp.harvard.edu>
4636              To: perl5-porters@perl.org
4637              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
4638              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
4639              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
4640      Branch: cfgperl
4641            ! ext/IO/poll.c
4642 ____________________________________________________________________________
4643 [  3503] By: jhi                                   on 1999/05/29  10:53:31
4644         Log: From: jan.dubois@ibm.net (Jan Dubois)
4645              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
4646              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
4647              Date: Fri, 28 May 1999 20:14:35 +0200
4648              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
4649      Branch: cfgperl
4650            ! lib/Math/BigFloat.pm
4651 ____________________________________________________________________________
4652 [  3502] By: jhi                                   on 1999/05/29  10:44:44
4653         Log: Make Configure support the change #3367,
4654              SysV shadow passwords.
4655      Branch: cfgperl
4656            ! Configure config_h.SH pp_sys.c
4657 ____________________________________________________________________________
4658 [  3501] By: gsar                                  on 1999/05/28  21:22:23
4659         Log: add wide versions of win32 system calls (first step in
4660              globalization); delayload winsock for performance if compiling
4661              with VC 6.0
4662      Branch: perl
4663            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
4664            ! win32/win32.c win32/win32.h
4665 ____________________________________________________________________________
4666 [  3500] By: jhi                                   on 1999/05/28  21:17:24
4667         Log: The new t/lib/io_linenum.t was using stricture
4668              before @INC was set up.
4669      Branch: cfgperl
4670            ! t/lib/io_linenum.t
4671 ____________________________________________________________________________
4672 [  3499] By: jhi                                   on 1999/05/28  17:13:23
4673         Log: From: Tom Hughes <tom@compton.nu>
4674              To: perl5-porters@perl.org
4675              Subject: [PATCH 5.005_57] ByteLoader mark 2
4676              Date: Wed, 26 May 1999 23:59:49 +0100
4677              Message-ID: <bf337a0849.tom@compton.compton.nu>
4678              
4679              plus resolve tiny conflict with #3479
4680              plus regen_headers.
4681      Branch: cfgperl
4682            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4683            + ext/ByteLoader/byterun.h
4684            - bytecode.h byterun.c byterun.h
4685            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
4686            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
4687            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4688            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
4689            ! perl.h perlvars.h proto.h util.c utils/Makefile
4690 ____________________________________________________________________________
4691 [  3498] By: jhi                                   on 1999/05/28  16:53:04
4692         Log: From: Mark-Jason Dominus <mjd@plover.com>
4693              To: perl5-porters@perl.com
4694              Subject: PATCH (5.005_57): defined(@a) now deprecated
4695              Date: Thu, 27 May 1999 16:05:44 -0400
4696              Message-ID: <19990527200544.13330.qmail@plover.com>
4697      Branch: cfgperl
4698            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
4699            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
4700 ____________________________________________________________________________
4701 [  3497] By: jhi                                   on 1999/05/28  16:50:54
4702         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4703              To: perl5-porters@perl.org (Mailing list Perl5)
4704              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
4705              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
4706              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
4707      Branch: cfgperl
4708            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
4709            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
4710 ____________________________________________________________________________
4711 [  3496] By: jhi                                   on 1999/05/28  16:48:39
4712         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4713              To: perl5-porters@perl.org (Mailing list Perl5)
4714              Subject: [PATCH 5.00557] Required OS/2-related patches
4715              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
4716              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
4717      Branch: cfgperl
4718            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
4719            ! t/op/stat.t util.c
4720 ____________________________________________________________________________
4721 [  3495] By: jhi                                   on 1999/05/28  16:45:56
4722         Log: From: Paul Johnson <pjcj@transeda.com>
4723              To: perl5-porters <perl5-porters@perl.org>
4724              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
4725              Date: Fri, 28 May 1999 15:13:54 +0100
4726              Message-ID: <19990528151354.B289@west-tip.transeda.com>
4727      Branch: cfgperl
4728            ! t/TEST
4729 ____________________________________________________________________________
4730 [  3494] By: jhi                                   on 1999/05/28  16:44:34
4731         Log: From: Paul Johnson <pjcj@transeda.com>
4732              To: perl5-porters <perl5-porters@perl.org>
4733              Subject: [PATCH 5.005_57] Fixes related to working local $.
4734              Date: Fri, 28 May 1999 15:11:18 +0100
4735              Message-ID: <19990528151118.A289@west-tip.transeda.com>
4736      Branch: cfgperl
4737            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
4738 ____________________________________________________________________________
4739 [  3493] By: gsar                                  on 1999/05/28  16:37:26
4740         Log: change#3449 wasn't doing enough
4741      Branch: perl
4742            ! op.c t/comp/proto.t
4743 ____________________________________________________________________________
4744 [  3492] By: jhi                                   on 1999/05/28  08:12:23
4745         Log: From: paul.marquess@bt.com
4746              To: doughera@lafayette.edu
4747              Cc: perl5-porters@perl.org
4748              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
4749              Date: Thu, 27 May 1999 23:31:38 +0100
4750              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
4751              
4752              Had to be applied manually; some mailer had munged the patch slightly.
4753      Branch: cfgperl
4754            ! ext/NDBM_File/NDBM_File.xs
4755 ____________________________________________________________________________
4756 [  3491] By: jhi                                   on 1999/05/28  07:51:17
4757         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
4758              To: perl5-porters@perl.org
4759              Subject: [PATCH 5.005_57] fixing eval in the compiler
4760              Date: Thu, 27 May 1999 07:56:54 -0700
4761              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
4762      Branch: cfgperl
4763            ! cc_runtime.h scope.h
4764 ____________________________________________________________________________
4765 [  3490] By: jhi                                   on 1999/05/28  07:47:06
4766         Log: From: Andy Dougherty <doughera@lafayette.edu>
4767              To: perlbug@perl.com
4768              Cc: Jarkko Hietaniemi <jhi@iki.fi>
4769              Subject: [PATCH] Configure updates for ISC 4.1
4770              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
4771              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
4772      Branch: cfgperl
4773            ! Configure config_h.SH
4774 ____________________________________________________________________________
4775 [  3489] By: jhi                                   on 1999/05/28  07:39:17
4776         Log: Integrate from mainperl.
4777      Branch: cfgperl
4778           !> malloc.c win32/makedef.pl win32/win32.c
4779 ____________________________________________________________________________
4780 [  3488] By: jhi                                   on 1999/05/27  16:57:19
4781         Log: From: Andy Dougherty <doughera@lafayette.edu>
4782              To: Perl Porters <perl5-porters@perl.org>
4783              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
4784              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
4785              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
4786      Branch: cfgperl
4787            ! Configure config_h.SH hints/sunos_4_1.sh util.c
4788 ____________________________________________________________________________
4789 [  3487] By: gsar                                  on 1999/05/27  03:56:20
4790         Log: make win32_spawnvp() inherit standard handles even when they
4791              may be redirected
4792      Branch: perl
4793            ! win32/win32.c
4794 ____________________________________________________________________________
4795 [  3486] By: jhi                                   on 1999/05/26  19:55:52
4796         Log: From: Andy Dougherty <doughera@lafayette.edu>
4797              To: perl5-porters@perl.org
4798              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
4799              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
4800              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
4801      Branch: cfgperl
4802            ! util.c
4803 ____________________________________________________________________________
4804 [  3485] By: chip                                  on 1999/05/26  17:19:11
4805         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
4806      Branch: maint-5.004/perl
4807            ! Configure
4808 ____________________________________________________________________________
4809 [  3484] By: gsar                                  on 1999/05/26  01:56:28
4810         Log: fix missing exported symbol
4811      Branch: perl
4812            ! malloc.c win32/makedef.pl
4813 ____________________________________________________________________________
4814 [  3483] By: jhi                                   on 1999/05/25  23:08:07
4815         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
4816              
4817              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4818              To: perlbug@perl.com
4819              Subject: OpenBSD hints file update
4820              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
4821              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
4822      Branch: cfgperl
4823            ! hints/openbsd.sh
4824 ____________________________________________________________________________
4825 [  3482] By: jhi                                   on 1999/05/25  23:01:25
4826         Log: From: Tom Hughes <tom@compton.nu>
4827              To: perl5-porters@perl.org
4828              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
4829              Date: Tue, 25 May 1999 23:10:23 +0100
4830              Message-ID: <1ed7f10749.tom@compton.compton.nu>
4831      Branch: cfgperl
4832            ! Configure config_h.SH
4833 ____________________________________________________________________________
4834 [  3481] By: jhi                                   on 1999/05/25  22:31:50
4835         Log: 3479, 3480, 3481 seems logical.
4836      Branch: cfgperl
4837           !> hints/aix.sh
4838 ____________________________________________________________________________
4839 [  3480] By: jhi                                   on 1999/05/25  22:13:39
4840         Log: The change #3479 wasn't perfect.
4841      Branch: perl
4842            ! hints/aix.sh
4843 ____________________________________________________________________________
4844 [  3479] By: jhi                                   on 1999/05/25  21:59:21
4845         Log: Cures for _57 in AIX 4.1.5.0.
4846              (1) The lddlflags lost its -lc by change #3660
4847              (and the politeness of change #3257).
4848              (2) optype_size must end up in perl.exp (as PL_optype_size).
4849              Added it to perlvars.h, fixed bytecode.pl,
4850              regen'ed the relevant headers.
4851      Branch: cfgperl
4852            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
4853            ! perlvars.h
4854      Branch: perl
4855            ! hints/aix.sh
4856 ____________________________________________________________________________
4857 [  3478] By: jhi                                   on 1999/05/25  20:13:47
4858         Log: Integrate from mainperl.
4859      Branch: cfgperl
4860           +> pod/perltootc.pod
4861           !> (integrate 101 files)
4862 ____________________________________________________________________________
4863 [  3477] By: gsar                                  on 1999/05/25  10:43:48
4864         Log: here be 5.005_57
4865      Branch: perl
4866            ! Changes MANIFEST Porting/makerel
4867           !> Changes5.005
4868
4869 ----------------
4870 Version 5.005_57
4871 ----------------
4872
4873 ____________________________________________________________________________
4874 [  3476] By: gsar                                  on 1999/05/25  09:23:43
4875         Log: up patchlevel &c
4876      Branch: perl
4877            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
4878            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4879            ! win32/makefile.mk
4880 ____________________________________________________________________________
4881 [  3475] By: gsar                                  on 1999/05/25  09:14:51
4882         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4883              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
4884              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
4885              Subject: [PATCH 5.005_56] REx engine improvements
4886      Branch: perl
4887            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
4888            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
4889            ! thrdvar.h util.c
4890 ____________________________________________________________________________
4891 [  3474] By: gsar                                  on 1999/05/25  08:39:56
4892         Log: test case for change#3470
4893      Branch: perl
4894            ! t/lib/bigintpm.t
4895 ____________________________________________________________________________
4896 [  3473] By: gsar                                  on 1999/05/25  08:36:52
4897         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
4898      Branch: perl
4899            ! Changes pod/perlport.pod
4900 ____________________________________________________________________________
4901 [  3472] By: gsar                                  on 1999/05/25  08:28:57
4902         Log: assorted tweaks
4903      Branch: perl
4904            ! doio.c iperlsys.h win32/config.bc win32/config.gc
4905            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4906            ! win32/config_H.vc win32/makedef.pl
4907 ____________________________________________________________________________
4908 [  3471] By: gsar                                  on 1999/05/25  06:06:04
4909         Log: perlref update from Tom Christiansen
4910      Branch: perl
4911            ! pod/perlref.pod
4912 ____________________________________________________________________________
4913 [  3470] By: gsar                                  on 1999/05/25  06:03:27
4914         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4915              Date: Mon, 24 May 1999 17:43:56 -0400
4916              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
4917              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
4918      Branch: perl
4919            ! hv.c
4920 ____________________________________________________________________________
4921 [  3469] By: gsar                                  on 1999/05/25  05:59:22
4922         Log: avoid temporary files that have a constant name (from a suggestion
4923              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
4924      Branch: perl
4925            ! lib/ExtUtils/MM_Unix.pm
4926 ____________________________________________________________________________
4927 [  3468] By: gsar                                  on 1999/05/25  05:54:29
4928         Log: From: pvhp@forte.com (Peter Prymmer)
4929              Date: Mon, 24 May 99 11:20:25 PDT
4930              Message-Id: <9905241820.AA28071@forte.com>
4931              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
4932      Branch: perl
4933            ! lib/Pod/Text.pm
4934 ____________________________________________________________________________
4935 [  3467] By: gsar                                  on 1999/05/25  04:08:50
4936         Log: fix glob() bug that resulted in missing symlinks that don't point
4937              anywhere
4938      Branch: perl
4939            ! pp_hot.c
4940 ____________________________________________________________________________
4941 [  3466] By: gsar                                  on 1999/05/25  03:00:00
4942         Log: avoid enumerating @INC contents in diagnostic if @INC was never
4943              searched
4944      Branch: perl
4945            ! pod/perldiag.pod pp_ctl.c
4946 ____________________________________________________________________________
4947 [  3465] By: gsar                                  on 1999/05/25  02:24:08
4948         Log: add caveat about close(PIPE) carelessness
4949      Branch: perl
4950            ! pod/perlfunc.pod
4951 ____________________________________________________________________________
4952 [  3464] By: gsar                                  on 1999/05/24  23:55:53
4953         Log: fix bogus line numbers for void context warnings
4954              (change#2548 was overeager)
4955      Branch: perl
4956            ! op.c
4957 ____________________________________________________________________________
4958 [  3463] By: gsar                                  on 1999/05/24  23:31:58
4959         Log: change#3455 had a typo
4960      Branch: perl
4961            ! pp_ctl.c
4962 ____________________________________________________________________________
4963 [  3462] By: gsar                                  on 1999/05/24  17:32:20
4964         Log: more pod updates from Tom Christiansen; regen perltoc
4965      Branch: perl
4966            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
4967            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
4968 ____________________________________________________________________________
4969 [  3461] By: gsar                                  on 1999/05/24  07:41:32
4970         Log: perlmod notes from Damian Conway (via Tom Christiansen)
4971      Branch: perl
4972            ! pod/perlmod.pod
4973 ____________________________________________________________________________
4974 [  3460] By: gsar                                  on 1999/05/24  07:24:11
4975         Log: major pod update from Tom Christiansen
4976      Branch: perl
4977            + pod/perltootc.pod
4978            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
4979            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
4980            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
4981            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
4982            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
4983            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
4984            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
4985            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
4986            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
4987            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
4988            ! pod/perlxs.pod pod/pod2man.PL
4989 ____________________________________________________________________________
4990 [  3459] By: gsar                                  on 1999/05/24  06:26:48
4991         Log: perlfaq update from Tom Christiansen
4992      Branch: perl
4993            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4994            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4995            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4996            ! pod/perlfaq9.pod
4997 ____________________________________________________________________________
4998 [  3458] By: gsar                                  on 1999/05/24  05:55:11
4999         Log: updated to v1.50 from CPAN
5000      Branch: perl
5001            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5002 ____________________________________________________________________________
5003 [  3457] By: gsar                                  on 1999/05/24  05:46:20
5004         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5005              Date: Sun, 23 May 1999 16:35:07 +0100
5006              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
5007              Subject: [PATCH 5.005_56] name PL_in_eval bits
5008      Branch: perl
5009            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
5010 ____________________________________________________________________________
5011 [  3456] By: gsar                                  on 1999/05/24  05:18:06
5012         Log: make -t mode the default on emacs/dumb terminals
5013      Branch: perl
5014            ! Changes utils/perldoc.PL
5015 ____________________________________________________________________________
5016 [  3455] By: gsar                                  on 1999/05/24  05:05:19
5017         Log: return 0 rather than "" when scalar grep has nothing to iterate
5018              on (brings behavior in line with documentation)
5019      Branch: perl
5020            ! pp_ctl.c
5021 ____________________________________________________________________________
5022 [  3454] By: gsar                                  on 1999/05/24  04:52:52
5023         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
5024              Date: Thu, 20 May 1999 13:27:02 -1000
5025              Message-Id: <E10kcDN-0007TA-00@lapaki>
5026              Subject: Problem with MM_Unix in 5.005_03
5027      Branch: perl
5028            ! lib/ExtUtils/MM_Unix.pm
5029 ____________________________________________________________________________
5030 [  3453] By: gsar                                  on 1999/05/24  04:39:49
5031         Log: avoid removing duplicates in user-generated warnings
5032              From: byron@omix.com (Byron Brummer)
5033              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
5034              Message-Id: <199905201101.EAA91175@thrush.omix.com>
5035              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
5036      Branch: perl
5037            ! lib/diagnostics.pm
5038 ____________________________________________________________________________
5039 [  3452] By: gsar                                  on 1999/05/24  04:23:10
5040         Log: straighten some code to avoid NeXT compiler bugs (from
5041              Geoff Kuenning <geoff@cs.hmc.edu>)
5042      Branch: perl
5043            ! pp_ctl.c
5044 ____________________________________________________________________________
5045 [  3451] By: gsar                                  on 1999/05/24  03:03:05
5046         Log: minor logic tweak for reserved word warning
5047      Branch: perl
5048            ! lib/Test/Harness.pm toke.c
5049 ____________________________________________________________________________
5050 [  3450] By: gsar                                  on 1999/05/24  02:34:20
5051         Log: oops, some files missing in change#3449
5052      Branch: perl
5053            ! op.c op.h toke.c
5054 ____________________________________________________________________________
5055 [  3449] By: gsar                                  on 1999/05/24  02:33:12
5056         Log: allow '*' prototype to autoquote even barewords that happen to be
5057              function names; parens or ampersand continue to force the other
5058              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
5059              do the right thing, for example
5060      Branch: perl
5061            ! t/comp/proto.t
5062 ____________________________________________________________________________
5063 [  3448] By: gsar                                  on 1999/05/24  01:51:24
5064         Log: remove vestiges of PL_last_proto
5065      Branch: perl
5066            ! embedvar.h intrpvar.h objXSUB.h
5067 ____________________________________________________________________________
5068 [  3447] By: gsar                                  on 1999/05/24  01:49:20
5069         Log: redo change#2061 and parts of change#1169 with code in the
5070              parser; PL_last_proto hackery gone, strict 'subs' in now
5071              implemented in the optimizer where specifying the exceptional
5072              cases is much more robust; '*' (bareword) prototype now works
5073              reliably when used in second and subsequent arguments
5074      Branch: perl
5075            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
5076 ____________________________________________________________________________
5077 [  3446] By: gsar                                  on 1999/05/23  05:00:55
5078         Log: remove redundant part of change#1169 superceded by change#2061;
5079              avoid "future reserved word" warning on prototypical bearwords
5080      Branch: perl
5081            ! t/lib/fatal.t toke.c
5082 ____________________________________________________________________________
5083 [  3445] By: gsar                                  on 1999/05/21  23:36:49
5084         Log: s/isspace/isSPACE/g and make sure the CRT version is always
5085              passed an unsigned char (fixes random occurrence of spaces in
5086              arguments containing high-bit chars passed to spawned children,
5087              on win32)
5088      Branch: perl
5089            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
5090 ____________________________________________________________________________
5091 [  3444] By: gsar                                  on 1999/05/21  23:08:55
5092         Log: integrate Configure changes from cfgperl
5093      Branch: perl
5094           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5095           !> config_h.SH
5096 ____________________________________________________________________________
5097 [  3443] By: jhi                                   on 1999/05/21  22:00:56
5098         Log: Integrate from mainperl.
5099      Branch: cfgperl
5100           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
5101           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
5102           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
5103           !> win32/perlhost.h win32/win32.c x2p/walk.c
5104 ____________________________________________________________________________
5105 [  3442] By: jhi                                   on 1999/05/21  21:59:46
5106         Log: fflush.
5107      Branch: cfgperl
5108            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5109            ! config_h.SH
5110 ____________________________________________________________________________
5111 [  3441] By: gsar                                  on 1999/05/21  17:48:55
5112         Log: integrate cfgperl changes
5113      Branch: perl
5114           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5115           !> config_h.SH hints/sunos_4_1.sh installperl
5116 ____________________________________________________________________________
5117 [  3440] By: gsar                                  on 1999/05/21  17:42:49
5118         Log: test tweak
5119      Branch: perl
5120            ! t/comp/proto.t
5121 ____________________________________________________________________________
5122 [  3439] By: gsar                                  on 1999/05/21  17:31:26
5123         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
5124              (Configure fflush(NULL) detection seems broken on Solaris, which
5125              is why I hit the problem)
5126      Branch: perl
5127            ! Changes perl.h
5128 ____________________________________________________________________________
5129 [  3438] By: gsar                                  on 1999/05/20  16:41:01
5130         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
5131      Branch: perl
5132            ! pod/perlport.pod
5133 ____________________________________________________________________________
5134 [  3437] By: jhi                                   on 1999/05/20  07:14:39
5135         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
5136              (via private email).
5137      Branch: cfgperl
5138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5139            ! config_h.SH hints/sunos_4_1.sh
5140 ____________________________________________________________________________
5141 [  3436] By: gsar                                  on 1999/05/20  05:18:26
5142         Log: various little nits
5143      Branch: perl
5144            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
5145            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
5146            ! win32/perlhost.h win32/win32.c x2p/walk.c
5147 ____________________________________________________________________________
5148 [  3435] By: jhi                                   on 1999/05/18  16:25:49
5149         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5150              To: perl5-porters@perl.org
5151              Subject: installperl
5152              Date: Fri, 14 May 1999 21:34:58 +0100
5153              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
5154      Branch: cfgperl
5155            ! installperl
5156 ____________________________________________________________________________
5157 [  3434] By: jhi                                   on 1999/05/17  21:25:54
5158         Log: Integrate from mainperl.
5159      Branch: cfgperl
5160           +> lib/ExtUtils/MM_Cygwin.pm
5161            - cygwin32/impure_ptr.c
5162           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
5163           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
5164           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
5165           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
5166           !> x2p/find2perl.PL
5167 ____________________________________________________________________________
5168 [  3433] By: gsar                                  on 1999/05/17  09:49:01
5169         Log: integrate cfgperl changes into mainline
5170      Branch: perl
5171           !> Configure INSTALL config_h.SH configure.com embed.h
5172           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
5173           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
5174           !> util.c
5175 ____________________________________________________________________________
5176 [  3432] By: gsar                                  on 1999/05/17  09:06:45
5177         Log: emit more appropriate diagnostic for failed glob (variant
5178              of patch suggested by Graham Barr)
5179      Branch: perl
5180            ! gv.c pod/perldiag.pod pp.c pp_hot.c
5181 ____________________________________________________________________________
5182 [  3431] By: gsar                                  on 1999/05/17  08:38:09
5183         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5184              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
5185              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
5186              Subject: find2perl does not grok the 'c' suffix to the -size argument
5187      Branch: perl
5188            ! x2p/find2perl.PL
5189 ____________________________________________________________________________
5190 [  3430] By: gsar                                  on 1999/05/17  08:26:21
5191         Log: additional cleanups for cygwin32 port
5192              From: "Fifer, Eric" <EFifer@sanwaint.com>
5193              Date: Wed, 12 May 1999 20:25:54 +0100
5194              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
5195              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
5196      Branch: perl
5197            + lib/ExtUtils/MM_Cygwin.pm
5198            - cygwin32/impure_ptr.c
5199            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
5200            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
5201            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
5202            ! perl.h util.c
5203 ____________________________________________________________________________
5204 [  3429] By: gsar                                  on 1999/05/17  08:01:04
5205         Log: From: Andy Dougherty <doughera@lafayette.edu>
5206              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
5207              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
5208              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
5209      Branch: perl
5210            ! INSTALL
5211 ____________________________________________________________________________
5212 [  3428] By: jhi                                   on 1999/05/17  07:03:26
5213         Log: Integrate from mainperl modulo the Socket.xs change.
5214      Branch: cfgperl
5215           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
5216           !> win32/win32.c win32/win32.h
5217 ____________________________________________________________________________
5218 [  3427] By: jhi                                   on 1999/05/16  22:09:11
5219         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5220              To: perl5-porters@perl.org (Mailing list Perl5)
5221              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
5222              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
5223              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
5224      Branch: cfgperl
5225            ! ext/Devel/Peek/Peek.xs
5226 ____________________________________________________________________________
5227 [  3426] By: jhi                                   on 1999/05/16  22:07:11
5228         Log: From: Mark-Jason Dominus <mjd@plover.com>
5229              To: perl5-porters@perl.com
5230              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
5231              Date: Sat, 15 May 1999 12:43:47 -0400
5232              Message-ID: <19990515164348.7313.qmail@plover.com>
5233      Branch: cfgperl
5234            ! pod/perldiag.pod
5235 ____________________________________________________________________________
5236 [  3425] By: nick                                  on 1999/05/15  15:56:10
5237         Log: Mingw32 + w32api-0.1.5 tweaks
5238              - now more like other Win32 compilers
5239      Branch: perl
5240            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
5241            ! win32/win32.h
5242 ____________________________________________________________________________
5243 [  3424] By: nick                                  on 1999/05/14  21:04:22
5244         Log: Experimental "slab" allocator for ops.
5245              To try it -DPL_OP_SLAB_ALLOC for op.c 
5246              This is for proof of concept only, it leaks memory 
5247              (ops are not free'd) so don't use in embedded apps.
5248              If this minimalist version does not show performance 
5249              gain then whole idea is worthless. 
5250              Nick see's approx 12% speed up vs perlmalloc running
5251              perl -Ilib -MCPAN -e '' 
5252              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
5253      Branch: perl
5254            ! op.c
5255 ____________________________________________________________________________
5256 [  3423] By: gsar                                  on 1999/05/14  19:55:04
5257         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
5258              found (brings sitelib intuition in line with privlib)
5259      Branch: perl
5260            ! win32/win32.c
5261 ____________________________________________________________________________
5262 [  3422] By: jhi                                   on 1999/05/14  08:08:01
5263         Log: From: pvhp@forte.com (Peter Prymmer)
5264              To: perl5-porters@perl.org, vmsperl@perl.org
5265              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
5266              Date: Thu, 13 May 99 15:29:57 PDT
5267              Message-Id: <9905132229.AA15854@forte.com>
5268      Branch: cfgperl
5269            ! configure.com
5270 ____________________________________________________________________________
5271 [  3421] By: jhi                                   on 1999/05/14  07:34:20
5272         Log: Integrate from mainperl.
5273      Branch: cfgperl
5274           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
5275 ____________________________________________________________________________
5276 [  3420] By: jhi                                   on 1999/05/14  07:33:26
5277         Log: Still fflushing.
5278      Branch: cfgperl
5279            ! Configure config_h.SH util.c
5280 ____________________________________________________________________________
5281 [  3419] By: gsar                                  on 1999/05/14  03:08:29
5282         Log: mortalize string allocations by win32_get_{priv,site}lib()
5283              (fixes small memory leak in interpreter)
5284      Branch: perl
5285            ! win32/win32.c
5286 ____________________________________________________________________________
5287 [  3418] By: gsar                                  on 1999/05/14  03:06:50
5288         Log: make win32_longname() preserve kind of slashes in argument
5289      Branch: perl
5290            ! win32/win32.c
5291 ____________________________________________________________________________
5292 [  3417] By: gsar                                  on 1999/05/14  03:04:44
5293         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
5294      Branch: perl
5295            ! lib/ExtUtils/MM_Unix.pm
5296 ____________________________________________________________________________
5297 [  3416] By: jhi                                   on 1999/05/13  21:18:06
5298         Log: Integrate from mainperl.
5299      Branch: cfgperl
5300           !> pp_ctl.c
5301 ____________________________________________________________________________
5302 [  3415] By: jhi                                   on 1999/05/13  21:16:49
5303         Log: Fixes from Andy Dougherty (via private email).
5304      Branch: cfgperl
5305            ! Configure config_h.SH
5306 ____________________________________________________________________________
5307 [  3414] By: nick                                  on 1999/05/13  20:04:26
5308         Log: valist vs va_list typo
5309      Branch: perl
5310            ! pp_ctl.c
5311 ____________________________________________________________________________
5312 [  3413] By: jhi                                   on 1999/05/13  15:04:05
5313         Log: From: Andy Dougherty <doughera@lafayette.edu>
5314              To: perlbug@perl.com
5315              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
5316              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
5317              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
5318      Branch: cfgperl
5319            ! INSTALL
5320 ____________________________________________________________________________
5321 [  3412] By: jhi                                   on 1999/05/13  14:20:17
5322         Log: Integrate from mainperl.
5323      Branch: cfgperl
5324           !> pp_ctl.c
5325 ____________________________________________________________________________
5326 [  3411] By: gsar                                  on 1999/05/13  14:16:56
5327         Log: docatch_body() declaration mismatch
5328      Branch: perl
5329            ! pp_ctl.c
5330 ____________________________________________________________________________
5331 [  3410] By: jhi                                   on 1999/05/13  13:51:44
5332         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
5333      Branch: cfgperl
5334            ! Configure config_h.SH perl.h
5335 ____________________________________________________________________________
5336 [  3409] By: jhi                                   on 1999/05/13  13:31:53
5337         Log: Still fflushing strong.
5338      Branch: cfgperl
5339            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
5340            ! proto.h util.c
5341 ____________________________________________________________________________
5342 [  3408] By: jhi                                   on 1999/05/12  14:30:23
5343         Log: Integrate from mainperl.
5344      Branch: cfgperl
5345           !> (integrate 30 files)
5346 ____________________________________________________________________________
5347 [  3407] By: jhi                                   on 1999/05/12  12:28:31
5348         Log: Be tidier with fflush(NULL) testing.
5349      Branch: cfgperl
5350            ! Configure config_h.SH
5351 ____________________________________________________________________________
5352 [  3406] By: gsar                                  on 1999/05/12  11:26:03
5353         Log: better range-checking on list slices, with test
5354              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5355              Date: Sun, 02 May 1999 17:02:53 +0100
5356              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
5357              Subject: Re: List slice of undefs returns 0 items 
5358      Branch: perl
5359            ! pp.c t/op/list.t
5360 ____________________________________________________________________________
5361 [  3405] By: gsar                                  on 1999/05/12  11:22:27
5362         Log: change#3397 needs test tweak
5363      Branch: perl
5364            ! Changes t/pragma/warn/sv
5365 ____________________________________________________________________________
5366 [  3404] By: gsar                                  on 1999/05/12  11:07:44
5367         Log: typo in change#3397
5368      Branch: perl
5369            ! doop.c
5370 ____________________________________________________________________________
5371 [  3403] By: gsar                                  on 1999/05/12  10:49:01
5372         Log: From: Stephen Zander <gibreel@pobox.com>
5373              Date: 12 May 1999 01:22:31 -0700
5374              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
5375              Subject: Re: Test::Harness runs tainted tests with wrong library path
5376      Branch: perl
5377            ! lib/Test/Harness.pm
5378 ____________________________________________________________________________
5379 [  3402] By: gsar                                  on 1999/05/12  10:42:06
5380         Log: typo in change#3400
5381      Branch: perl
5382            ! ext/B/B/Deparse.pm
5383 ____________________________________________________________________________
5384 [  3401] By: jhi                                   on 1999/05/12  10:40:42
5385         Log: A better, shinier, and possibly even correctly working
5386              reincarnation of #3398.
5387      Branch: cfgperl
5388            ! Configure config_h.SH
5389 ____________________________________________________________________________
5390 [  3400] By: gsar                                  on 1999/05/12  10:40:11
5391         Log: deparse \&func() as \(&func()) for clarity
5392              From: Albert Dvornik <bert@genscan.com>
5393              Date: 11 May 1999 13:32:04 -0400
5394              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
5395              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
5396      Branch: perl
5397            ! ext/B/B/Deparse.pm
5398 ____________________________________________________________________________
5399 [  3399] By: gsar                                  on 1999/05/12  10:36:02
5400         Log: more testsuite smarts (many of them courtesy Ilya)
5401      Branch: perl
5402            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
5403            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
5404            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
5405            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
5406            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
5407            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
5408            ! t/op/pwent.t
5409 ____________________________________________________________________________
5410 [  3398] By: jhi                                   on 1999/05/12  09:33:08
5411         Log: Detect whether fflush(NULL) works as per change #3352.
5412      Branch: cfgperl
5413            ! Configure config_h.SH perl.h
5414 ____________________________________________________________________________
5415 [  3397] By: gsar                                  on 1999/05/12  08:56:03
5416         Log: From: jan.dubois@ibm.net (Jan Dubois)
5417              Date: Wed, 12 May 1999 01:01:00 +0200
5418              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
5419              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
5420      Branch: perl
5421            ! doop.c
5422 ____________________________________________________________________________
5423 [  3396] By: gsar                                  on 1999/05/12  08:23:27
5424         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
5425              stat() behaves similarly
5426      Branch: perl
5427            ! win32/win32.c
5428 ____________________________________________________________________________
5429 [  3395] By: jhi                                   on 1999/05/11  22:21:32
5430         Log: Redo parts of #3341 and #3358 that #3394 undid.
5431      Branch: cfgperl
5432            ! Configure config_h.SH
5433 ____________________________________________________________________________
5434 [  3394] By: jhi                                   on 1999/05/11  22:03:48
5435         Log: Add I_NETINET_TCP to help change #3391.
5436      Branch: cfgperl
5437            ! Configure config_h.SH ext/Socket/Socket.xs
5438 ____________________________________________________________________________
5439 [  3393] By: jhi                                   on 1999/05/11  21:44:59
5440         Log: Integrate from mainperl.
5441      Branch: cfgperl
5442           !> (integrate 55 files)
5443 ____________________________________________________________________________
5444 [  3392] By: gsar                                  on 1999/05/11  20:56:43
5445         Log: update embedvar.h
5446      Branch: perl
5447            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
5448 ____________________________________________________________________________
5449 [  3391] By: gsar                                  on 1999/05/11  16:32:05
5450         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5451              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
5452              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
5453              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
5454      Branch: perl
5455            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
5456 ____________________________________________________________________________
5457 [  3390] By: gsar                                  on 1999/05/11  15:27:40
5458         Log: display more frequent progress messages when STDOUT is a tty
5459      Branch: perl
5460            ! lib/Test/Harness.pm
5461 ____________________________________________________________________________
5462 [  3389] By: gsar                                  on 1999/05/11  14:40:58
5463         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5464              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
5465              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
5466              Subject: [PATCH 5.005_53] Explanations by Test::Harness
5467      Branch: perl
5468            ! lib/Test/Harness.pm
5469 ____________________________________________________________________________
5470 [  3388] By: gsar                                  on 1999/05/11  14:08:14
5471         Log: avoid creating spurious subroutine stubs on failed subroutine
5472              call and other places of sv_2cv() misuse; fixes problems with
5473              failed subroutine calls "hiding" later attempts to lookup methods
5474              in base classes
5475      Branch: perl
5476            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
5477 ____________________________________________________________________________
5478 [  3387] By: gsar                                  on 1999/05/11  09:34:13
5479         Log: various fixes for clean build and test on win32; configpm broken,
5480              needed to open myconfig.SH rather than myconfig; sundry adjustments
5481              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
5482              work under win32; getenv_sv() changed to getenv_len() since SVs
5483              aren't visible in the lower echelons; remove bogus exports from
5484              config.sym; PERL_OBJECT-ness for C++ exception support; null out
5485              IoDIRP in filter_del() or sv_free() will attempt to close it
5486      Branch: perl
5487            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
5488            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
5489            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
5490            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
5491            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
5492            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
5493            ! win32/config.gc win32/config.vc win32/makedef.pl
5494            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
5495            ! win32/win32.c win32/win32.h
5496 ____________________________________________________________________________
5497 [  3386] By: gsar                                  on 1999/05/11  02:49:07
5498         Log: gutsupport for C++ exceptions
5499              From: Chip Salzenberg <chip@perlsupport.com>
5500              Date: Tue, 9 Mar 1999 11:51:57 -0500
5501              Message-ID: <19990309115157.E7911@perlsupport.com>
5502              Subject: [PATCH 5.005] Flexible Exceptions
5503      Branch: perl
5504            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
5505            ! scope.c scope.h thrdvar.h util.c
5506 ____________________________________________________________________________
5507 [  3385] By: gsar                                  on 1999/05/10  19:33:36
5508         Log: "weak" references internals, still needs perlguts documentation
5509              (somewhat modified version of patch suggested by Tuomas J. Lukka
5510              <lukka@fas.harvard.edu>)
5511      Branch: perl
5512            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
5513            ! pod/perldiag.pod proto.h sv.c sv.h util.c
5514 ____________________________________________________________________________
5515 [  3384] By: jhi                                   on 1999/05/10  18:21:43
5516         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
5517              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
5518      Branch: cfgperl
5519            ! INSTALL hints/dec_osf.sh
5520 ____________________________________________________________________________
5521 [  3381] By: jhi                                   on 1999/05/10  14:39:28
5522         Log: Integrate from mainperl.
5523      Branch: cfgperl
5524           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
5525           +> cygwin32/build-instructions.charles-wilson
5526           +> cygwin32/build-instructions.sebastien-barre
5527           +> cygwin32/build-instructions.steven-morlock
5528           +> cygwin32/build-instructions.steven-morlock2
5529           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
5530           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
5531           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
5532           +> t/op/numconvert.t utils/perlbc.PL
5533            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5534            - cygwin32/perlld
5535           !> (integrate 105 files)
5536 ____________________________________________________________________________
5537 [  3380] By: gsar                                  on 1999/05/10  12:27:14
5538         Log: regen regnodes.h
5539      Branch: perl
5540            ! Changes regnodes.h
5541 ____________________________________________________________________________
5542 [  3379] By: gsar                                  on 1999/05/10  12:17:26
5543         Log: From: jan.dubois@ibm.net (Jan Dubois)
5544              Date: Sat, 01 May 1999 22:55:36 +0200
5545              Message-ID: <373067e9.56194713@smtp1.ibm.net>
5546              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
5547      Branch: perl
5548            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
5549            ! win32/config_H.vc
5550 ____________________________________________________________________________
5551 [  3378] By: gsar                                  on 1999/05/10  12:07:13
5552         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5553              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
5554              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
5555              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
5556      Branch: perl
5557            + t/op/numconvert.t
5558            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
5559            ! util.c
5560 ____________________________________________________________________________
5561 [  3377] By: gsar                                  on 1999/05/10  11:39:48
5562         Log: pp_modulo comment tweak from Ilya
5563      Branch: perl
5564            ! pp.c
5565 ____________________________________________________________________________
5566 [  3376] By: gsar                                  on 1999/05/10  11:30:40
5567         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5568              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
5569              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
5570              Subject: Test.pm update [PATCH _56]
5571      Branch: perl
5572            ! lib/Test.pm
5573 ____________________________________________________________________________
5574 [  3375] By: gsar                                  on 1999/05/10  11:28:30
5575         Log: From: jan.dubois@ibm.net (Jan Dubois)
5576              Date: Fri, 07 May 1999 00:59:54 +0200
5577              Message-ID: <373318ae.19292461@smtp1.ibm.net>
5578              Subject: Re: Using existing memory for an SV's PV 
5579      Branch: perl
5580            ! sv.c
5581 ____________________________________________________________________________
5582 [  3374] By: gsar                                  on 1999/05/10  11:23:44
5583         Log: From: jan.dubois@ibm.net (Jan Dubois)
5584              Date: Fri, 07 May 1999 00:59:52 +0200
5585              Message-ID: <37321800.19118320@smtp1.ibm.net>
5586              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
5587      Branch: perl
5588            ! perl.h
5589 ____________________________________________________________________________
5590 [  3373] By: gsar                                  on 1999/05/10  11:22:10
5591         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5592              Date: Thu, 6 May 1999 18:17:28 -0400
5593              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
5594              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
5595      Branch: perl
5596            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
5597            ! util.c
5598 ____________________________________________________________________________
5599 [  3372] By: gsar                                  on 1999/05/10  10:57:49
5600         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5601              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
5602              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
5603              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
5604      Branch: perl
5605            ! regcomp.c regcomp.pl
5606 ____________________________________________________________________________
5607 [  3371] By: gsar                                  on 1999/05/10  10:54:01
5608         Log: From: lane@duphy4.physics.drexel.edu
5609              Date: Tue, 04 May 1999 10:19:25 -0700
5610              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
5611              Subject: [PATCH 5.005.56] pod->html VMS fixes
5612      Branch: perl
5613            ! installhtml lib/Pod/Html.pm
5614 ____________________________________________________________________________
5615 [  3370] By: gsar                                  on 1999/05/10  10:45:52
5616         Log: testsuite nits
5617      Branch: perl
5618            ! t/lib/io_linenum.t t/op/filetest.t
5619 ____________________________________________________________________________
5620 [  3369] By: gsar                                  on 1999/05/10  10:35:22
5621         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5622              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
5623              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
5624              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
5625      Branch: perl
5626            ! os2/os2ish.h os2/os2thread.h
5627 ____________________________________________________________________________
5628 [  3368] By: gsar                                  on 1999/05/10  10:00:11
5629         Log: From: Albert Dvornik <bert@genscan.com>
5630              Date: 03 May 1999 12:20:57 -0400
5631              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
5632              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
5633      Branch: perl
5634            ! dump.c
5635 ____________________________________________________________________________
5636 [  3367] By: gsar                                  on 1999/05/10  09:55:51
5637         Log: shadow password support for Solaris (needs Configure help to
5638              determine HAS_GETSPENT)
5639              From: "Patrick O'Brien" <pdo@cs.umd.edu>
5640              Date: Sat, 01 May 1999 19:41:17 -0400
5641              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
5642              Subject: getpwent() under solaris
5643      Branch: perl
5644            ! pp_sys.c
5645 ____________________________________________________________________________
5646 [  3366] By: gsar                                  on 1999/05/10  09:45:58
5647         Log: From: jan.dubois@ibm.net (Jan Dubois)
5648              Date: Sat, 01 May 1999 23:45:47 +0200
5649              Message-ID: <373373fb.59284266@smtp1.ibm.net>
5650              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
5651      Branch: perl
5652            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5653            ! pod/perldelta.pod
5654 ____________________________________________________________________________
5655 [  3365] By: gsar                                  on 1999/05/10  09:34:22
5656         Log: test suite and fix input_line_number()
5657              From: Paul Johnson <pjcj@transeda.com>
5658              Date: Thu, 29 Apr 1999 06:28:14 +0100
5659              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
5660              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
5661      Branch: perl
5662            + t/lib/io_linenum.t
5663            ! MANIFEST ext/IO/lib/IO/Handle.pm
5664 ____________________________________________________________________________
5665 [  3364] By: gsar                                  on 1999/05/10  09:20:56
5666         Log: fix overeager [:foo:] parsing
5667              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5668              Date: Fri, 30 Apr 1999 09:26:18 +0100
5669              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
5670              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
5671      Branch: perl
5672            ! regcomp.c t/op/re_tests
5673 ____________________________________________________________________________
5674 [  3363] By: gsar                                  on 1999/05/10  09:09:21
5675         Log: documentation for Win32 builtins (somewhat modified)
5676              From: jan.dubois@ibm.net (Jan Dubois)
5677              Date: Tue, 30 Mar 1999 08:05:03 +0200
5678              Message-ID: <37006783.1926460@smtp1.ibm.net>
5679              Subject: Re: Issues with build 509 
5680      Branch: perl
5681            + pod/Win32.pod
5682            ! MANIFEST
5683 ____________________________________________________________________________
5684 [  3362] By: gsar                                  on 1999/05/10  08:22:07
5685         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
5686      Branch: perl
5687            ! lib/File/Copy.pm win32/win32.c
5688 ____________________________________________________________________________
5689 [  3361] By: gsar                                  on 1999/05/10  08:11:29
5690         Log: escape ampersands in <pre> sections
5691      Branch: perl
5692            ! Changes lib/Pod/Html.pm
5693 ____________________________________________________________________________
5694 [  3360] By: gsar                                  on 1999/05/10  08:04:14
5695         Log: AIX hints enhancements (threads build, SOCKS support)
5696              From: "David R. Favor" <dfavor@austin.ibm.com>
5697              Date: Wed, 28 Apr 1999 08:45:28 -0500
5698              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
5699              Subject: Working build for AIX + gcc + threading
5700      Branch: perl
5701            ! hints/aix.sh
5702 ____________________________________________________________________________
5703 [  3359] By: gsar                                  on 1999/05/10  07:49:26
5704         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
5705              Date: Tue, 27 Apr 1999 23:47:24 PDT
5706              Message-ID: <19990428064724.95244.qmail@hotmail.com>
5707              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
5708              --
5709              Date: Thu, 29 Apr 1999 18:21:06 -0700
5710              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
5711              Subject: [PATCH 5.005_56] double constants ( C.pm)
5712              --
5713              Date: Mon, 03 May 1999 20:21:31 PDT
5714              Message-ID: <19990504032131.81113.qmail@hotmail.com>
5715              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
5716              --
5717              Date: Thu, 06 May 1999 17:57:09 -0700
5718              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
5719              Subject: Stash.pm
5720      Branch: perl
5721            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
5722            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
5723 ____________________________________________________________________________
5724 [  3358] By: gsar                                  on 1999/05/10  04:39:15
5725         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
5726              From: alexander smishlajev <als@turnhere.com>
5727              Date: Sun, 25 Apr 1999 14:58:29 +0300
5728              Message-ID: <37230365.5F68B460@turnhere.com>
5729              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
5730      Branch: perl
5731            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
5732            + cygwin32/build-instructions.charles-wilson
5733            + cygwin32/build-instructions.sebastien-barre
5734            + cygwin32/build-instructions.steven-morlock
5735            + cygwin32/build-instructions.steven-morlock2
5736            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
5737            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5738            - cygwin32/perlld
5739            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
5740            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
5741            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
5742            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
5743            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
5744            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
5745 ____________________________________________________________________________
5746 [  3357] By: gsar                                  on 1999/05/10  04:07:07
5747         Log: applied suggested patch, modulo already applied parts
5748              From: Charles Bailey <BAILEY@newman.upenn.edu>
5749              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
5750              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
5751              Subject: [Patch 5.005_56] VMS consolidated patch #2
5752      Branch: perl
5753            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
5754            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
5755            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
5756            ! vms/subconfigure.com vms/test.com vms/vms.c
5757 ____________________________________________________________________________
5758 [  3356] By: gsar                                  on 1999/05/10  03:48:08
5759         Log: applied suggested patch, with win32 and PERL_OBJECT additions
5760              From: Tom Hughes <tom@compton.nu>
5761              Date: Sat, 24 Apr 1999 18:11:59 +0100
5762              Message-ID: <609bdff748.tom@compton.compton.nu>
5763              Subject: ByteLoader patch
5764      Branch: perl
5765            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
5766            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
5767            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
5768            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
5769            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
5770            ! utils/Makefile win32/Makefile win32/makefile.mk
5771 ____________________________________________________________________________
5772 [  3355] By: gsar                                  on 1999/05/10  03:22:49
5773         Log: document 'test' attribute (from Andreas Koenig)
5774      Branch: perl
5775            ! lib/ExtUtils/MakeMaker.pm
5776 ____________________________________________________________________________
5777 [  3354] By: gsar                                  on 1999/05/10  03:12:37
5778         Log: From: pmarquess@bfsec.bt.co.uk
5779              Date: Thu, 22 Apr 1999 23:12:08 +0100
5780              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
5781              Subject: PATCH for small bug in scan_bin
5782      Branch: perl
5783            ! util.c
5784 ____________________________________________________________________________
5785 [  3353] By: gsar                                  on 1999/05/10  02:39:33
5786         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
5787              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
5788      Branch: perl
5789            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
5790            ! win32/win32iop.h
5791 ____________________________________________________________________________
5792 [  3352] By: gsar                                  on 1999/05/09  22:47:39
5793         Log: flush all open output buffers before fork(), exec(), system, qx//
5794              and pipe open() operations, simplifying buffering headaches faced
5795              by users; uses fflush(NULL), which may need Configure test
5796      Branch: perl
5797            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
5798            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
5799 ____________________________________________________________________________
5800 [  3351] By: gsar                                  on 1999/05/09  21:11:51
5801         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
5802              Leroy <jll@skynet.be>)
5803      Branch: perl
5804            ! utils/perlcc.PL
5805 ____________________________________________________________________________
5806 [  3350] By: gsar                                  on 1999/05/09  20:39:11
5807         Log: normalize $^X to full pathname on win32
5808      Branch: perl
5809            ! win32/runperl.c
5810 ____________________________________________________________________________
5811 [  3349] By: gsar                                  on 1999/05/09  20:23:07
5812         Log: allow readline($globref), <$globref> already works
5813      Branch: perl
5814            ! pp_hot.c
5815 ____________________________________________________________________________
5816 [  3348] By: gsar                                  on 1999/05/09  20:00:09
5817         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
5818              <lemburg@online-club.de>)
5819      Branch: perl
5820            ! utils/perldoc.PL
5821 ____________________________________________________________________________
5822 [  3347] By: gsar                                  on 1999/05/09  18:47:21
5823         Log: additions to Thread.pm docs from Tuomas J. Lukka
5824              <lukka@fas.harvard.edu>
5825      Branch: perl
5826            ! ext/Thread/Thread.pm
5827 ____________________________________________________________________________
5828 [  3346] By: gsar                                  on 1999/05/09  18:38:00
5829         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5830              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
5831              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
5832              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
5833      Branch: perl
5834            ! ext/B/B/Xref.pm
5835 ____________________________________________________________________________
5836 [  3345] By: gsar                                  on 1999/05/09  18:22:43
5837         Log: work around mangled archname on win32 while finding privlib/sitelib;
5838              normalize lib paths to forward slashes internally
5839      Branch: perl
5840            ! win32/win32.c
5841 ____________________________________________________________________________
5842 [  3344] By: gsar                                  on 1999/05/09  03:20:06
5843         Log: fix typo in dbm filters that caused odbm.t to fail
5844      Branch: perl
5845            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
5846 ____________________________________________________________________________
5847 [  3343] By: gsar                                  on 1999/05/09  02:02:59
5848         Log: tweak test totals
5849      Branch: perl
5850            ! Changes t/lib/tie-stdhandle.t
5851 ____________________________________________________________________________
5852 [  3342] By: gsar                                  on 1999/05/09  01:42:06
5853         Log: import list propagation busted (pointed out by Ton Hospel
5854              <thospel@mail.dma.be>)
5855      Branch: perl
5856            ! lib/autouse.pm
5857 ____________________________________________________________________________
5858 [  3341] By: gsar                                  on 1999/05/09  00:54:18
5859         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
5860              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
5861      Branch: perl
5862            ! Configure Makefile.SH
5863 ____________________________________________________________________________
5864 [  3340] By: gsar                                  on 1999/05/09  00:40:41
5865         Log: generate manpages for newly added utils
5866      Branch: perl
5867            ! installman
5868 ____________________________________________________________________________
5869 [  3339] By: gsar                                  on 1999/05/09  00:33:50
5870         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5871              Date: Sun, 02 May 1999 17:59:24 +0100
5872              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
5873              Subject: [PATCH] Re: ptr to realloced memory in yylex
5874      Branch: perl
5875            ! toke.c
5876 ____________________________________________________________________________
5877 [  3338] By: jhi                                   on 1999/05/08  22:40:29
5878         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
5879      Branch: cfgperl
5880            ! INSTALL
5881 ____________________________________________________________________________
5882 [  3337] By: jhi                                   on 1999/05/08  22:22:26
5883         Log: Integrate from mainperl.
5884      Branch: cfgperl
5885           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
5886           !> (integrate 54 files)
5887 ____________________________________________________________________________
5888 [  3336] By: gsar                                  on 1999/05/08  21:48:22
5889         Log: make perldoc -f grok nested =items
5890      Branch: perl
5891            ! utils/perldoc.PL
5892 ____________________________________________________________________________
5893 [  3335] By: gsar                                  on 1999/05/08  19:48:11
5894         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
5895      Branch: perl
5896            ! op.c t/lib/fields.t
5897 ____________________________________________________________________________
5898 [  3334] By: gsar                                  on 1999/05/08  19:09:41
5899         Log: update test totals
5900      Branch: perl
5901            ! t/lib/bigintpm.t
5902 ____________________________________________________________________________
5903 [  3333] By: gsar                                  on 1999/05/08  16:56:02
5904         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
5905      Branch: perl
5906            ! pod/perlfunc.pod
5907 ____________________________________________________________________________
5908 [  3332] By: gsar                                  on 1999/05/08  16:46:44
5909         Log: applied suggested patch, added tests
5910              From: William Mann <wmann@avici.com>
5911              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
5912              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
5913              Subject: BigInt.pm extensions for logical operations
5914      Branch: perl
5915            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
5916 ____________________________________________________________________________
5917 [  3331] By: gsar                                  on 1999/05/08  16:09:33
5918         Log: avoid temporary files named 'tmp'
5919      Branch: perl
5920            ! Makefile.SH pp.c
5921 ____________________________________________________________________________
5922 [  3330] By: nick                                  on 1999/05/08  14:16:30
5923         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
5924              Provide Tie::StdHandle
5925              Basic update of docs.
5926      Branch: perl
5927            + t/lib/tie-stdhandle.t
5928            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
5929 ____________________________________________________________________________
5930 [  3329] By: nick                                  on 1999/05/08  12:03:45
5931         Log: Tweaks to open(my $fh,...) stuff
5932      Branch: perl
5933            ! op.c pp.c pp_sys.c t/io/open.t
5934 ____________________________________________________________________________
5935 [  3328] By: nick                                  on 1999/05/08  11:18:42
5936         Log: Bring SDBM_File.xs into line with new typemap
5937      Branch: perl
5938            ! ext/SDBM_File/SDBM_File.xs
5939 ____________________________________________________________________________
5940 [  3327] By: gsar                                  on 1999/05/08  00:07:11
5941         Log: add test case for AUTOLOAD reentrancy fix in change#3279
5942      Branch: perl
5943            ! t/lib/autoloader.t
5944 ____________________________________________________________________________
5945 [  3326] By: nick                                  on 1999/05/07  21:24:50
5946         Log: Implement open( my $fh, ...) and similar.
5947              Set flag in op.c for "constructor ops"
5948              In pp_rv2gv, if flag is set and arg is PADSV and uninit
5949              vivify as reference to a detached GV.
5950              (Name of GV is the pad name.)
5951              This scheme should "just work" for pipe/socket etc. too.
5952              
5953              #if 0 out the open(FH,undef) for now.
5954              Change t/io/open.t to test open(my $fh,...)
5955      Branch: perl
5956            ! op.c pp.c pp_sys.c t/io/open.t
5957 ____________________________________________________________________________
5958 [  3325] By: nick                                  on 1999/05/07  21:18:42
5959         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
5960      Branch: perl
5961            ! util.c
5962 ____________________________________________________________________________
5963 [  3324] By: gsar                                  on 1999/05/07  20:28:31
5964         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
5965              intervening code has to allocate SVs)
5966      Branch: perl
5967            ! util.c
5968 ____________________________________________________________________________
5969 [  3323] By: gsar                                  on 1999/05/07  19:45:08
5970         Log: allow line numbers to show in diagnostics during global destruction
5971      Branch: perl
5972            ! util.c
5973 ____________________________________________________________________________
5974 [  3322] By: gsar                                  on 1999/05/07  09:38:11
5975         Log: From: Dan Sugalski <sugalskd@ous.edu>
5976              Date: Fri, 09 Apr 1999 16:16:39 -0700
5977              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
5978              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
5979      Branch: perl
5980            ! lib/ExtUtils/MM_VMS.pm
5981 ____________________________________________________________________________
5982 [  3321] By: gsar                                  on 1999/05/07  09:08:23
5983         Log: From: kwzh@gnu.org (Karl Heuer)
5984              Date: Wed, 7 Apr 1999 23:58:58 -0400
5985              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
5986              Subject: [perl-5.005.02] detect lack of /dev/tty
5987      Branch: perl
5988            ! Makefile.SH
5989 ____________________________________________________________________________
5990 [  3320] By: gsar                                  on 1999/05/07  08:52:14
5991         Log: allow distinct prefix for versioned executables
5992              From: Roderick Schertler <roderick@argon.org>
5993              Date: Wed, 07 Apr 1999 15:34:56 -0400
5994              Message-ID: <3003.923513696@eeyore.ibcinc.com>
5995              Subject: perl55.00503 -> perl5.00503 patch for installperl
5996      Branch: perl
5997            ! INSTALL installperl
5998 ____________________________________________________________________________
5999 [  3319] By: gsar                                  on 1999/05/07  08:07:02
6000         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6001              Date: Mon, 05 Apr 1999 15:38:42 -0700
6002              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
6003              Subject: Re: chomp fails with $/ in fixed-length record mode
6004              --
6005              From: Roderick Schertler <roderick@argon.org>
6006              Date: Tue, 06 Apr 1999 21:11:37 -0400
6007              Message-ID: <2795.923447497@eeyore.ibcinc.com>
6008              Subject: Re: chomp fails with $/ in fixed-length record mode
6009      Branch: perl
6010            ! doop.c pod/perlfunc.pod t/op/chop.t
6011 ____________________________________________________________________________
6012 [  3318] By: gsar                                  on 1999/05/07  07:56:35
6013         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6014              Date: Tue, 6 Apr 1999 01:40:36 -0400
6015              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
6016              Subject: [PATCH 5.005_*] Make % use fmod()
6017      Branch: perl
6018            ! pp.c t/op/arith.t
6019 ____________________________________________________________________________
6020 [  3317] By: gsar                                  on 1999/05/07  04:18:11
6021         Log: DBM Filters (via private mail)
6022              From: pmarquess@bfsec.bt.co.uk
6023              Date: Sun, 18 Apr 1999 21:05:52 +0100
6024              Message-Id: <199904182009.NAA19152@activestate.com>
6025              Subject: DBM Filters
6026      Branch: perl
6027            + pod/perldbmfilter.pod
6028            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6029            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6030            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6031            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
6032            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
6033            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
6034            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
6035            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
6036            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
6037            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
6038            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6039            ! t/lib/sdbm.t
6040 ____________________________________________________________________________
6041 [  3316] By: gsar                                  on 1999/05/07  03:28:53
6042         Log: avoid negative return value from Win32::GetTickCount()
6043              From: jan.dubois@ibm.net (Jan Dubois)
6044              Date: Sat, 03 Apr 1999 19:04:18 +0200
6045              Message-ID: <37084742.22824479@smtp1.ibm.net>
6046              Subject: Re: Win32::GetTickCount
6047      Branch: perl
6048            ! win32/win32.c
6049 ____________________________________________________________________________
6050 [  3315] By: nick                                  on 1999/05/06  21:44:38
6051         Log: open(FH,undef) # creates new_tmpfile opened read/write
6052              Add t/io/open.t with test for above.
6053      Branch: perl
6054            + t/io/open.t
6055            ! pp_sys.c
6056 ____________________________________________________________________________
6057 [  3314] By: gsar                                  on 1999/05/06  08:01:23
6058         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
6059              Date: Tue, 30 Mar 1999 23:40:34 PST
6060              Message-ID: <19990331074034.6117.qmail@hotmail.com>
6061              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
6062              --
6063              Date: Wed, 07 Apr 1999 00:28:23 -0800
6064              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
6065              Subject: [PATCH 5.005_56] function prototypes(B.pm)
6066              --
6067              Date: Thu, 22 Apr 1999 23:40:52 -0700
6068              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
6069              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
6070              --
6071              Date: Tue, 27 Apr 1999 01:14:49 PDT
6072              Message-ID: <19990427081449.28615.qmail@hotmail.com>
6073              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
6074      Branch: perl
6075            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
6076            ! t/op/ref.t
6077 ____________________________________________________________________________
6078 [  3313] By: jhi                                   on 1999/05/06  07:59:52
6079         Log: Integrate from mainperl.
6080      Branch: cfgperl
6081           !> (integrate 33 files)
6082 ____________________________________________________________________________
6083 [  3312] By: gsar                                  on 1999/05/06  07:11:50
6084         Log: add Ethiopic section to unicode master database (from Ken
6085              Whistler <kenw@sybase.com>)
6086      Branch: perl
6087            ! lib/unicode/UnicodeData-Latest.txt
6088 ____________________________________________________________________________
6089 [  3311] By: gsar                                  on 1999/05/06  05:37:55
6090         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
6091              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
6092              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
6093              Subject: Largefiles for Solaris
6094      Branch: perl
6095            ! hints/solaris_2.sh
6096 ____________________________________________________________________________
6097 [  3310] By: gsar                                  on 1999/05/06  05:14:35
6098         Log: emit more accurate diagnostic for syntax errors involving <>
6099              within eval""
6100      Branch: perl
6101            ! toke.c utils/perldoc.PL
6102 ____________________________________________________________________________
6103 [  3309] By: gsar                                  on 1999/05/06  04:36:31
6104         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
6105      Branch: perl
6106            ! t/lib/open3.t
6107 ____________________________________________________________________________
6108 [  3308] By: gsar                                  on 1999/05/06  03:19:16
6109         Log: applied first part of suggested patch (bug described cannot be
6110              reproduced any longer, so the second inconclusive part has not
6111              been applied)
6112              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6113              Date: Sun, 28 Mar 1999 04:51:34 +0100
6114              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
6115              Subject: [PATCH 5.005_56] Re: A core dump 
6116      Branch: perl
6117            ! toke.c
6118 ____________________________________________________________________________
6119 [  3307] By: gsar                                  on 1999/05/06  01:56:06
6120         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
6121              change#3180)
6122      Branch: perl
6123            ! op.c
6124 ____________________________________________________________________________
6125 [  3306] By: gsar                                  on 1999/05/05  17:17:34
6126         Log: applied non-conflicting parts of suggested patch
6127              From: Charles Bailey <BAILEY@newman.upenn.edu>
6128              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
6129              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
6130              Subject: [Patch 5.005_56] Revised VMS patch
6131      Branch: perl
6132            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
6133            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
6134 ____________________________________________________________________________
6135 [  3305] By: gsar                                  on 1999/05/05  16:20:19
6136         Log: make perldoc use backslashed pathnames within system() on win32
6137      Branch: perl
6138            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
6139 ____________________________________________________________________________
6140 [  3304] By: gsar                                  on 1999/05/05  07:29:43
6141         Log: upgrade Pod::Parser to v1.081 from CPAN
6142      Branch: perl
6143            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6144            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
6145            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
6146 ____________________________________________________________________________
6147 [  3303] By: gsar                                  on 1999/05/05  07:02:07
6148         Log: From: Andy Dougherty <doughera@lafayette.edu>
6149              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
6150              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
6151              Subject: [PATCH 5.005_03-MT3] INSTALL patches
6152      Branch: perl
6153            ! INSTALL
6154 ____________________________________________________________________________
6155 [  3302] By: gsar                                  on 1999/05/05  06:55:21
6156         Log: load base packages based on nonexistent $VERSION
6157              From: andreas.koenig@anima.de (Andreas J. Koenig)
6158              Date: 19 Mar 1999 06:00:28 +0100
6159              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
6160              Subject: Re: base.pm flaw
6161      Branch: perl
6162            ! lib/base.pm lib/locale.pm
6163 ____________________________________________________________________________
6164 [  3301] By: gsar                                  on 1999/05/04  05:41:08
6165         Log: pod2man outputs switched date and revision label (fix suggested by
6166              EthanSasiela@mede.com)
6167      Branch: perl
6168            ! pod/pod2man.PL
6169 ____________________________________________________________________________
6170 [  3300] By: gsar                                  on 1999/05/03  18:48:25
6171         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
6172              (makes opendir(D,"c:") work reliably)
6173      Branch: perl
6174            ! win32/win32.c
6175 ____________________________________________________________________________
6176 [  3299] By: gsar                                  on 1999/05/02  19:39:55
6177         Log: add test case for change#3298
6178      Branch: perl
6179            ! sv.c t/op/readdir.t
6180 ____________________________________________________________________________
6181 [  3298] By: gsar                                  on 1999/05/02  19:24:41
6182         Log: close directory handles properly when localized
6183      Branch: perl
6184            ! sv.c
6185 ____________________________________________________________________________
6186 [  3297] By: jhi                                   on 1999/04/30  11:42:14
6187         Log: Integrate from mainperl.
6188      Branch: cfgperl
6189           !> Changes config_h.SH configure.com lib/AutoLoader.pm
6190           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
6191           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
6192           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
6193           !> vms/subconfigure.com win32/win32.c
6194 ____________________________________________________________________________
6195 [  3293] By: chip                                  on 1999/04/29  18:50:49
6196         Log: Fix shebang lines.
6197      Branch: maint-5.004/perl
6198            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
6199            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
6200            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
6201            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
6202            ! x2p/find2perl.PL x2p/s2p.PL
6203 ____________________________________________________________________________
6204 [  3284] By: gsar                                  on 1999/04/27  00:48:42
6205         Log: integrate change#3279 from maint-5.004
6206      Branch: perl
6207            ! lib/AutoLoader.pm
6208 ____________________________________________________________________________
6209 [  3279] By: chip                                  on 1999/04/26  23:09:26
6210         Log: Make &AutoLoad::AUTOLOAD reentrant.
6211      Branch: maint-5.004/perl
6212            ! lib/AutoLoader.pm
6213 ____________________________________________________________________________
6214 [  3276] By: chip                                  on 1999/04/26  22:34:36
6215         Log: Make porting scripts executable.
6216      Branch: maint-5.004/perl
6217            ! Changes Porting/genlog Porting/makerel Porting/p4desc
6218            ! Porting/patchls
6219 ____________________________________________________________________________
6220 [  3274] By: gsar                                  on 1999/04/26  17:30:31
6221         Log: allow embedded null characters in diagnostics
6222      Branch: perl
6223            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
6224 ____________________________________________________________________________
6225 [  3273] By: gsar                                  on 1999/04/26  08:27:22
6226         Log: hand-applied conflicting parts of suggested patch
6227              From: Charles Bailey <BAILEY@newman.upenn.edu>
6228              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
6229              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
6230              Subject: [PATCH 5.005_56] VMS configuration/build
6231      Branch: perl
6232            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6233            ! vms/munchconfig.c vms/subconfigure.com
6234 ____________________________________________________________________________
6235 [  3272] By: gsar                                  on 1999/04/26  08:25:41
6236         Log: update Changes; tweak minor regressions
6237      Branch: perl
6238            ! Changes lib/AutoSplit.pm lib/File/Path.pm
6239 ____________________________________________________________________________
6240 [  3271] By: gsar                                  on 1999/04/26  07:52:51
6241         Log: integrate change#3229 from maint-5.004
6242      Branch: perl
6243            ! pp_ctl.c util.c
6244 ____________________________________________________________________________
6245 [  3270] By: gsar                                  on 1999/04/25  22:58:27
6246         Log: fix buggy reference count on refs to SVs with autoviv magic
6247              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
6248              accessing free()d memory)
6249      Branch: perl
6250            ! pp.c t/op/ref.t
6251 ____________________________________________________________________________
6252 [  3269] By: gsar                                  on 1999/04/24  17:07:55
6253         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
6254              on win32)
6255      Branch: perl
6256            ! win32/win32.c
6257 ____________________________________________________________________________
6258 [  3268] By: gsar                                  on 1999/04/24  16:38:25
6259         Log: kill dup hunk
6260      Branch: perl
6261            ! config_h.SH
6262 ____________________________________________________________________________
6263 [  3267] By: gsar                                  on 1999/04/24  16:35:57
6264         Log: integrate cfgperl changes into mainline
6265      Branch: perl
6266           +> myconfig.SH
6267            - myconfig
6268            ! pod/perlre.pod
6269           !> (integrate 38 files)
6270 ____________________________________________________________________________
6271 [  3266] By: jhi                                   on 1999/04/23  18:42:44
6272         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6273              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
6274              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
6275              Cc: Lionel Cons <lionel.cons@cern.ch>,
6276              Ilya Zakharevich <ilya@math.ohio-state.edu>,
6277              David Hayes <david@bdel.com>
6278              Subject: [PATCH] h2ph
6279              Date: Fri, 23 Apr 1999 12:37:23 -0400
6280              Message-ID: <19990423123723.A49550@O2.chapin.edu>
6281      Branch: cfgperl
6282            ! utils/h2ph.PL
6283 ____________________________________________________________________________
6284 [  3265] By: jhi                                   on 1999/04/21  18:17:12
6285         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
6286              To: perlbug@perl.org
6287              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
6288              Date: Wed, 21 Apr 1999 08:17:54 -0700
6289              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
6290      Branch: cfgperl
6291            ! vms/descrip_mms.template
6292 ____________________________________________________________________________
6293 [  3264] By: jhi                                   on 1999/04/20  08:50:54
6294         Log: From: Andy Dougherty <doughera@lafayette.edu>
6295              To: The Perl Porters Mailing List <perl5-porters@perl.org>
6296              Subject: [PATCH 5.005_56] Re: 5.006 Todo
6297              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
6298              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
6299      Branch: cfgperl
6300            ! Porting/pumpkin.pod
6301 ____________________________________________________________________________
6302 [  3263] By: jhi                                   on 1999/04/20  08:05:01
6303         Log: From: Chip Salzenberg <chip@perlsupport.com>
6304              To: Perl 5 Porters <perl5-porters@perl.org>
6305              Subject: [PATCH 5.005_56] Configure: $sig_count
6306              Date: Sun, 18 Apr 1999 17:54:36 -0400
6307              Message-ID: <19990418175436.A27496@perlsupport.com>
6308      Branch: cfgperl
6309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6310            ! config_h.SH
6311 ____________________________________________________________________________
6312 [  3262] By: jhi                                   on 1999/04/19  18:23:50
6313         Log: Subject: PATCH wrong faq reference in perlbook.pod
6314              From: Robin Barker <rmb1@cise.npl.co.uk>
6315              To: perlbug@perl.com
6316              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
6317              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
6318      Branch: cfgperl
6319            ! pod/perlbook.pod
6320 ____________________________________________________________________________
6321 [  3261] By: jhi                                   on 1999/04/15  13:59:04
6322         Log: From: Andy Dougherty <doughera@lafayette.edu>
6323              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
6324              Cc: Perl Porters <perl5-porters@perl.org>
6325              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
6326              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
6327              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
6328      Branch: cfgperl
6329            ! hints/solaris_2.sh
6330 ____________________________________________________________________________
6331 [  3260] By: jhi                                   on 1999/04/15  13:56:53
6332         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6333              To: pumpkings@jhereg.perl.com
6334              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
6335              Date: Thu, 15 Apr 1999 07:13:41 -0600
6336              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
6337      Branch: cfgperl
6338            ! pod/perldata.pod
6339 ____________________________________________________________________________
6340 [  3259] By: jhi                                   on 1999/04/13  23:12:52
6341         Log: LDLIBPTH also on 'clean' targets.
6342      Branch: cfgperl
6343            ! Makefile.SH
6344 ____________________________________________________________________________
6345 [  3258] By: jhi                                   on 1999/04/13  21:38:46
6346         Log: Add information about the two DEC C compiler optimizer bugs
6347              (what patch levels of the compilers fix them).
6348      Branch: cfgperl
6349            ! pp.c t/op/repeat.t
6350 ____________________________________________________________________________
6351 [  3257] By: jhi                                   on 1999/04/13  14:25:08
6352         Log: Be polite about ccdlflags and lddflags, too.
6353              Avoid Perl's malloc only when threaded.
6354      Branch: cfgperl
6355            ! hints/aix.sh
6356 ____________________________________________________________________________
6357 [  3256] By: jhi                                   on 1999/04/13  10:21:33
6358         Log: Croak if no known ways to semctl() (don't assume union semun).
6359      Branch: cfgperl
6360            ! doio.c perl.h
6361 ____________________________________________________________________________
6362 [  3255] By: jhi                                   on 1999/04/13  09:10:26
6363         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6364              To: perl5-porters@perl.org, vmsperl@perl.org
6365              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
6366              Date: Mon, 12 Apr 1999 13:36:48 -0700
6367              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
6368      Branch: cfgperl
6369            ! lib/ExtUtils/MM_VMS.pm
6370 ____________________________________________________________________________
6371 [  3254] By: jhi                                   on 1999/04/13  06:56:26
6372         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6373              To: perlbug@perl.com
6374              Subject: Update for OpenBSD hints
6375              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
6376              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
6377      Branch: cfgperl
6378            ! hints/openbsd.sh
6379 ____________________________________________________________________________
6380 [  3229] By: chip                                  on 1999/04/13  04:04:14
6381         Log: Preserve errno from importunities of sfio.
6382      Branch: maint-5.004/perl
6383            ! pp_ctl.c util.c
6384 ____________________________________________________________________________
6385 [  3226] By: jhi                                   on 1999/04/11  12:52:26
6386         Log: If both ways to call semctl are broken,    skip the tests.
6387      Branch: cfgperl
6388            ! t/lib/ipc_sysv.t
6389 ____________________________________________________________________________
6390 [  3225] By: jhi                                   on 1999/04/10  22:27:28
6391         Log: From: Andy Dougherty <doughera@lafayette.edu>
6392              To: dsembr01@ox.slug.louisville.edu
6393              Cc: perlbug@perl.com
6394              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
6395              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
6396              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
6397      Branch: cfgperl
6398            ! ext/POSIX/POSIX.xs
6399 ____________________________________________________________________________
6400 [  3224] By: jhi                                   on 1999/04/09  18:50:32
6401         Log: From: Andy Dougherty <doughera@lafayette.edu>
6402              To: Perl Porters <perl5-porters@perl.org>
6403              Subject: [PATCH 5.005_56] Re: prefix= in hints
6404              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
6405              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
6406              
6407              (Overrides change #3204 from Kurt)
6408      Branch: cfgperl
6409            ! hints/linux.sh
6410 ____________________________________________________________________________
6411 [  3223] By: jhi                                   on 1999/04/09  18:37:55
6412         Log: Understand Apollo's //node notation.
6413              
6414              From: Johann Klasek <jk@auto.tuwien.ac.at>
6415              To: jhi@iki.fi
6416              Subject: Re: DomainPerl
6417              Date: Fri, 9 Apr 1999 18:21:37 +0200
6418              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
6419      Branch: cfgperl
6420            ! lib/Cwd.pm
6421 ____________________________________________________________________________
6422 [  3220] By: jhi                                   on 1999/04/04  16:33:49
6423         Log: Integrate from mainperl.
6424      Branch: cfgperl
6425           !> (integrate 39 files)
6426 ____________________________________________________________________________
6427 [  3219] By: gsar                                  on 1999/04/04  02:48:17
6428         Log: tweak previous change
6429      Branch: maint-5.005/perl
6430            ! win32/win32.c
6431 ____________________________________________________________________________
6432 [  3218] By: gsar                                  on 1999/04/04  02:44:47
6433         Log: be careful about extending the stack for the Win32:: builtins
6434      Branch: maint-5.005/perl
6435            ! win32/win32.c
6436 ____________________________________________________________________________
6437 [  3217] By: gsar                                  on 1999/04/04  01:59:26
6438         Log: correct places that said newSVpv() when they meant newSVpvn()
6439      Branch: perl
6440            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
6441            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
6442            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6443            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
6444            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
6445            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
6446            ! win32/win32.c
6447 ____________________________________________________________________________
6448 [  3216] By: gsar                                  on 1999/04/03  23:58:27
6449         Log: avoid duplicate code
6450      Branch: perl
6451            ! sv.c
6452 ____________________________________________________________________________
6453 [  3215] By: gsar                                  on 1999/04/03  23:14:34
6454         Log: grow PL_tmps_stack more efficiently; make it more amenable to
6455              STRESS_REALLOC testing
6456      Branch: perl
6457            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
6458            ! sv.c
6459 ____________________________________________________________________________
6460 [  3214] By: gsar                                  on 1999/04/03  21:01:09
6461         Log: scrounge and save three extra branches in pp_entersub()
6462      Branch: perl
6463            ! cv.h pp_ctl.c pp_hot.c
6464 ____________________________________________________________________________
6465 [  3213] By: gsar                                  on 1999/04/03  17:43:23
6466         Log: remove duplicate code and an extra branch in sv_setsv() and
6467              other hot code by making SvTHINKFIRST() think about FAKE SVs
6468      Branch: perl
6469            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
6470            ! proto.h scope.c sv.c sv.h
6471 ____________________________________________________________________________
6472 [  3212] By: jhi                                   on 1999/04/03  16:20:09
6473         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
6474              
6475              From: John Bley <jbb6@acpub.duke.edu>
6476              To: perlbug@perl.org
6477              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
6478              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
6479              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
6480      Branch: cfgperl
6481            ! doio.c pp_sys.c
6482 ____________________________________________________________________________
6483 [  3211] By: jhi                                   on 1999/04/03  13:27:26
6484         Log: Change #3210 was rather unportable.  This is better.
6485      Branch: cfgperl
6486            ! Configure config_h.SH
6487 ____________________________________________________________________________
6488 [  3210] By: jhi                                   on 1999/04/03  13:16:20
6489         Log: Avoid Digital UNIX' ksh.
6490              
6491              From: Jarkko Hietaniemi <jhi@iki.fi> 
6492              To: Henrik Tougaard <ht000@siberut.foa.dk> 
6493              Cc: perlbug@perl.com, ht000@foa.dk 
6494              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
6495              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
6496              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
6497      Branch: cfgperl
6498            ! Configure config_h.SH
6499 ____________________________________________________________________________
6500 [  3209] By: jhi                                   on 1999/04/03  12:49:04
6501         Log: Integrate from mainperl.
6502      Branch: cfgperl
6503           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
6504 ____________________________________________________________________________
6505 [  3208] By: jhi                                   on 1999/04/03  12:27:24
6506         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
6507              
6508              From: Lionel Cons <lionel.cons@cern.ch>
6509              To: jhi@iki.fi
6510              Cc: perlbug@perl.com, kstar@isinet.com,
6511              Philippe Defert <philippe.defert@cern.ch>
6512              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
6513              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
6514              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
6515      Branch: cfgperl
6516            ! hints/irix_6.sh
6517 ____________________________________________________________________________
6518 [  3207] By: jhi                                   on 1999/04/03  12:20:21
6519         Log: Be polite about usemymalloc.
6520      Branch: cfgperl
6521            ! hints/aix.sh
6522 ____________________________________________________________________________
6523 [  3206] By: gsar                                  on 1999/04/02  23:31:59
6524         Log: a typo in change#3205
6525      Branch: perl
6526            ! t/lib/bigfloatpm.t
6527 ____________________________________________________________________________
6528 [  3205] By: gsar                                  on 1999/04/02  23:20:31
6529         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
6530              returns NaNs faithfully)
6531      Branch: perl
6532            ! t/lib/bigfloatpm.t
6533 ____________________________________________________________________________
6534 [  3204] By: jhi                                   on 1999/04/02  22:03:23
6535         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
6536              
6537              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6538              To: perl5-porters@perl.org
6539              Subject: linux hints nit
6540              Date: Fri, 2 Apr 1999 16:49:47 -0500
6541              Message-ID: <19990402164947.E80926@O2.chapin.edu>
6542      Branch: cfgperl
6543            ! hints/linux.sh
6544 ____________________________________________________________________________
6545 [  3203] By: jhi                                   on 1999/04/02  22:00:56
6546         Log: Display exact glibc version in Linux. 
6547              
6548              From: Andy Dougherty <doughera@lafayette.edu>
6549              To: Perl Porters <perl5-porters@perl.org>
6550              Subject: Displaying glibc version on Linux
6551              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
6552              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
6553      Branch: cfgperl
6554            ! hints/linux.sh
6555 ____________________________________________________________________________
6556 [  3202] By: gsar                                  on 1999/04/02  21:23:18
6557         Log: various little goofs
6558      Branch: perl
6559            ! Changes Makefile.SH README installperl
6560 ____________________________________________________________________________
6561 [  3201] By: jhi                                   on 1999/04/02  13:13:39
6562         Log: Configure regen.
6563              
6564              Add llseek + offset_t probing.
6565              Change CONFIG to CONFIGDOTSH.
6566              'unset foo' is unportable, use foo=''.
6567      Branch: cfgperl
6568            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
6569            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
6570            ! perl_exp.SH writemain.SH
6571 ____________________________________________________________________________
6572 [  3200] By: jhi                                   on 1999/04/02  12:06:22
6573         Log: Introduce myconfig.SH.
6574              
6575              From: Andy Dougherty <doughera@lafayette.edu>
6576              To: Jarkko Hietaniemi <jhi@iki.fi>
6577              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
6578              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
6579              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
6580              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
6581      Branch: cfgperl
6582            + myconfig.SH
6583            - myconfig
6584            ! MANIFEST
6585 ____________________________________________________________________________
6586 [  3195] By: jhi                                   on 1999/03/28  16:42:54
6587         Log: Update perlhist on 5_03.
6588      Branch: maint-5.005/perl
6589            ! pod/perlhist.pod
6590 ____________________________________________________________________________
6591 [  3194] By: jhi                                   on 1999/03/28  12:30:01
6592         Log: Integrate from mainperl.
6593      Branch: cfgperl
6594           +> t/op/grep.t
6595            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
6596            ! t/lib/bigintpm.t
6597           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
6598           !> t/lib/thread.t
6599 ____________________________________________________________________________
6600 [  3189] By: gsar                                  on 1999/03/28  08:22:00
6601         Log: various pod niggles
6602      Branch: maint-5.005/perl
6603            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
6604            ! pod/perlfunc.pod pod/perlhist.pod
6605 ____________________________________________________________________________
6606 [  3187] By: gsar                                  on 1999/03/28  07:31:16
6607         Log: regularize CAPI declarations (CAPI extensions now build under
6608              the Borland compiler)
6609      Branch: maint-5.005/perl
6610            ! win32/GenCAPI.pl
6611 ____________________________________________________________________________
6612 [  3186] By: gsar                                  on 1999/03/28  07:26:33
6613         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
6614              -DPERL_CAPI
6615      Branch: maint-5.005/perl
6616            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
6617 ____________________________________________________________________________
6618 [  3183] By: gsar                                  on 1999/03/28  06:00:46
6619         Log: update p4 utility to ignore non-text files
6620      Branch: perl
6621            ! Porting/p4desc
6622 ____________________________________________________________________________
6623 [  3181] By: gsar                                  on 1999/03/28  03:37:23
6624         Log: integrate change#3179 from maint-5.005
6625      Branch: perl
6626           !> ext/Thread/Thread.xs t/lib/thread.t
6627 ____________________________________________________________________________
6628 [  3180] By: gsar                                  on 1999/03/28  02:28:20
6629         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
6630              (sometimes caused bizarreness in the BLOCK)
6631      Branch: perl
6632            + t/op/grep.t
6633            ! MANIFEST op.c
6634 ____________________________________________________________________________
6635 [  3179] By: gsar                                  on 1999/03/28  02:14:04
6636         Log: fix thread segfault when passing large number of arguments to child
6637              a la C<Thread->new($foo, 1..1000)>
6638      Branch: maint-5.005/perl
6639            ! ext/Thread/Thread.xs t/lib/thread.t
6640 ____________________________________________________________________________
6641 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
6642         Log: fix $Config{'usethreads'} typo in perlthrtut
6643              
6644              From: Ian Maloney <szhmf9@wsblob.ubs.com>
6645              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
6646              Message-Id: <199903251540.QAA02439@wsblob.>
6647              Subject: perlthrtut documentation error
6648      Branch: maint-5.005/perl
6649            ! pod/perlthrtut.pod
6650 ____________________________________________________________________________
6651 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
6652         Log: Update Test.pm to VERSION 1.122 from CPAN
6653      Branch: maint-5.005/perl
6654            ! lib/Test.pm
6655 ____________________________________________________________________________
6656 [  3171] By: jhi                                   on 1999/03/26  22:38:28
6657         Log: Integrate from mainperl.
6658      Branch: cfgperl
6659           !> (integrate 37 files)
6660 ____________________________________________________________________________
6661 [  3170] By: gsar                                  on 1999/03/26  01:30:25
6662         Log: specify type of bracket in "Unmatched bracket" diagnostic;
6663              prefer 'brace' or 'curly bracket' over 'curly brace'
6664      Branch: perl
6665            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
6666            ! t/op/misc.t t/op/re_tests toke.c
6667 ____________________________________________________________________________
6668 [  3169] By: gsar                                  on 1999/03/26  00:50:51
6669         Log: better description of "Integer overflow" diagnostic
6670      Branch: perl
6671            ! pod/perldiag.pod
6672 ____________________________________________________________________________
6673 [  3168] By: gsar                                  on 1999/03/25  11:02:46
6674         Log: applied needful parts of suggested patch
6675              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
6676              Date: Tue, 23 Mar 1999 16:21:43 -0800
6677              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
6678              Subject: [PATCH 5.005_56] pp_formline correction
6679      Branch: perl
6680            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
6681 ____________________________________________________________________________
6682 [  3167] By: gsar                                  on 1999/03/25  10:39:02
6683         Log: clarify what a "comment" means (due to Mark-Jason Dominus
6684              <mjd@plover.com>)
6685      Branch: perl
6686            ! pod/perlsyn.pod
6687 ____________________________________________________________________________
6688 [  3166] By: gsar                                  on 1999/03/25  10:33:18
6689         Log: describe current behavior on local($foo{nothere}) (suggested by
6690              Lionel Cons <lionel.cons@cern.ch>)
6691      Branch: perl
6692            ! pod/perlsub.pod
6693 ____________________________________________________________________________
6694 [  3165] By: gsar                                  on 1999/03/25  06:21:05
6695         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
6696              <vishalb@hotmail.com>)
6697      Branch: perl
6698            ! ext/B/B/C.pm
6699 ____________________________________________________________________________
6700 [  3164] By: gsar                                  on 1999/03/25  06:17:27
6701         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6702              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
6703              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
6704              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
6705      Branch: perl
6706            ! ext/B/B.xs op.h opcode.pl
6707 ____________________________________________________________________________
6708 [  3163] By: gsar                                  on 1999/03/25  06:15:49
6709         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
6710              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
6711              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
6712              Subject: [PATCH _56] B::Deparse 0.57
6713              --
6714              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
6715              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
6716              Subject: Re: [PATCH _56] B::Deparse 0.57 
6717      Branch: perl
6718            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
6719 ____________________________________________________________________________
6720 [  3162] By: gsar                                  on 1999/03/25  06:11:46
6721         Log: fix a few places that said 'int', but meant 'STRLEN'
6722      Branch: perl
6723            ! pod/perlguts.pod proto.h sv.c
6724 ____________________________________________________________________________
6725 [  3161] By: gsar                                  on 1999/03/25  06:01:18
6726         Log: From: Russ Allbery <rra@stanford.edu>
6727              Date: 22 Mar 1999 04:26:26 -0800
6728              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
6729              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
6730      Branch: perl
6731            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
6732            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
6733            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
6734            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
6735 ____________________________________________________________________________
6736 [  3160] By: gsar                                  on 1999/03/25  02:26:31
6737         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
6738      Branch: perl
6739            ! opcode.h opcode.pl
6740 ____________________________________________________________________________
6741 [  3159] By: gsar                                  on 1999/03/25  02:18:17
6742         Log: add statement-modifier loops to :base_loop class
6743      Branch: perl
6744            ! ext/Opcode/Opcode.pm
6745 ____________________________________________________________________________
6746 [  3158] By: gsar                                  on 1999/03/25  00:36:57
6747         Log: integrate changes#3105,3130,3154 from maint-5.005
6748      Branch: perl
6749           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
6750 ____________________________________________________________________________
6751 [  3157] By: gsar                                  on 1999/03/25  00:24:17
6752         Log: remove bogus panic()
6753      Branch: perl
6754            ! Changes lib/Math/BigFloat.pm
6755 ____________________________________________________________________________
6756 [  3156] By: jhi                                   on 1999/03/24  22:43:43
6757         Log: Integrate from mainperl.
6758      Branch: cfgperl
6759           +> (branch 38 files)
6760           !> (integrate 68 files)
6761 ____________________________________________________________________________
6762 [  3155] By: jhi                                   on 1999/03/24  22:12:17
6763         Log: Configure regenerated because of changes #3130/#3154 and #3147.
6764      Branch: cfgperl
6765            ! Configure config_h.SH
6766 ____________________________________________________________________________
6767 [  3154] By: jhi                                   on 1999/03/24  21:40:51
6768         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
6769              based on suggestions from Andy Dougherty.
6770      Branch: maint-5.005/perl
6771            ! INSTALL
6772 ____________________________________________________________________________
6773 [  3153] By: gsar                                  on 1999/03/24  10:38:05
6774         Log: applied suggested patch, modulo superceded parts
6775              From: Charles Bailey <BAILEY@newman.upenn.edu>
6776              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
6777              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
6778              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
6779      Branch: perl
6780            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6781            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
6782            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
6783            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
6784 ____________________________________________________________________________
6785 [  3152] By: gsar                                  on 1999/03/24  10:30:51
6786         Log: applied suggested patch, modulo superceded parts
6787              From: Charles Bailey <BAILEY@newman.upenn.edu>
6788              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
6789              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
6790              Subject: [PATCH 5.005_56] Miscellaneous small fixes
6791      Branch: perl
6792            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
6793            ! lib/File/Basename.pm
6794 ____________________________________________________________________________
6795 [  3151] By: gsar                                  on 1999/03/24  10:15:00
6796         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
6797      Branch: perl
6798            ! pod/perlop.pod
6799 ____________________________________________________________________________
6800 [  3150] By: gsar                                  on 1999/03/24  10:09:13
6801         Log: missing integration in previous change
6802      Branch: perl
6803           !> README.apollo
6804 ____________________________________________________________________________
6805 [  3149] By: gsar                                  on 1999/03/24  10:06:44
6806         Log: integrate changes#3116,3119 from maint-5.005
6807      Branch: perl
6808            + README.apollo
6809           +> apollo/netinet/in.h
6810           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
6811 ____________________________________________________________________________
6812 [  3148] By: gsar                                  on 1999/03/24  10:01:56
6813         Log: integrate changes#3091-3094 from maint-5.005
6814      Branch: perl
6815           !> README.hurd vms/subconfigure.com vos/config.h
6816           !> vos/config_h.SH_orig
6817 ____________________________________________________________________________
6818 [  3147] By: gsar                                  on 1999/03/24  09:31:49
6819         Log: warn about newfangled vfork() caveats
6820      Branch: perl
6821            ! Configure
6822 ____________________________________________________________________________
6823 [  3146] By: jhi                                   on 1999/03/24  09:20:14
6824         Log: Bring in changes #2808 and #2812 (from mainline perl)
6825              that enhance the perlbug checklist.
6826      Branch: maint-5.005/perl
6827            ! utils/perlbug.PL
6828 ____________________________________________________________________________
6829 [  3145] By: gsar                                  on 1999/03/24  08:37:02
6830         Log: integrate change#3115 from maint-5.005
6831      Branch: perl
6832           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6833           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6834 ____________________________________________________________________________
6835 [  3144] By: gsar                                  on 1999/03/24  08:33:59
6836         Log: add note about map in scalar context
6837      Branch: perl
6838            ! pod/perlfunc.pod
6839 ____________________________________________________________________________
6840 [  3143] By: gsar                                  on 1999/03/24  08:25:59
6841         Log: doc tweak
6842      Branch: perl
6843            ! lib/Time/Local.pm
6844 ____________________________________________________________________________
6845 [  3142] By: gsar                                  on 1999/03/24  08:20:37
6846         Log: applied suggested patch, modulo bogus hunk
6847              From: "Vishal Bhatia" <vishalb@hotmail.com>
6848              Date: Thu, 11 Mar 1999 07:40:27 PST
6849              Message-ID: <19990311154027.25891.qmail@hotmail.com>
6850              Subject: [PATCH 5.005_56] Minor fixes in perlcc
6851      Branch: perl
6852            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
6853 ____________________________________________________________________________
6854 [  3141] By: gsar                                  on 1999/03/24  08:06:12
6855         Log: integrate change#3104 from maint-5.005
6856      Branch: perl
6857           !> README.os390 t/lib/posix.t
6858 ____________________________________________________________________________
6859 [  3140] By: gsar                                  on 1999/03/24  06:34:56
6860         Log: fix failure of C<&locked_sub;> under -Dusethreads
6861      Branch: perl
6862            ! pp_hot.c t/lib/thread.t
6863 ____________________________________________________________________________
6864 [  3139] By: gsar                                  on 1999/03/24  05:52:00
6865         Log: debugger tweak (wasn't printing a newline after recalled commands)
6866      Branch: perl
6867            ! lib/perl5db.pl
6868 ____________________________________________________________________________
6869 [  3138] By: gsar                                  on 1999/03/24  05:33:28
6870         Log: document OO exceptions (based on a suggestion by Andreas Koenig
6871              <andreas.koenig@anima.de>)
6872      Branch: perl
6873            ! pod/perlfunc.pod
6874 ____________________________________________________________________________
6875 [  3137] By: gsar                                  on 1999/03/24  02:50:20
6876         Log: better "Illegal %s digit ignored" warnings
6877      Branch: perl
6878            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
6879            ! toke.c util.c
6880 ____________________________________________________________________________
6881 [  3136] By: gsar                                  on 1999/03/24  02:26:38
6882         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
6883      Branch: perl
6884            + t/pragma/utf8.t
6885            ! regcomp.c
6886 ____________________________________________________________________________
6887 [  3135] By: gsar                                  on 1999/03/24  01:29:09
6888         Log: flip release & version in win32_uname()
6889      Branch: perl
6890            ! win32/win32.c
6891 ____________________________________________________________________________
6892 [  3134] By: gsar                                  on 1999/03/24  01:08:33
6893         Log: support POSIX::uname() via win32_uname()
6894      Branch: perl
6895            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
6896            ! win32/config.gc win32/config.vc win32/config_H.bc
6897            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
6898            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
6899 ____________________________________________________________________________
6900 [  3133] By: gsar                                  on 1999/03/23  22:20:10
6901         Log: From: jan.dubois@ibm.net (Jan Dubois)
6902              Date: Sat, 06 Mar 1999 21:42:56 +0100
6903              Message-ID: <36e49281.50337171@smtp1.ibm.net>
6904              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
6905      Branch: perl
6906            ! pod/perldelta.pod
6907 ____________________________________________________________________________
6908 [  3132] By: gsar                                  on 1999/03/23  22:17:45
6909         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
6910              Date: Sat, 06 Mar 1999 17:50:49 +0100
6911              Message-ID: <36e25209.33833760@smtp1.ibm.net>
6912              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
6913              --
6914              Date: Sat, 06 Mar 1999 18:15:00 +0100
6915              Message-ID: <36e36222.37954195@smtp1.ibm.net>
6916              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
6917      Branch: perl
6918            + t/lib/filefunc.t
6919            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
6920            ! pod/perldelta.pod pod/perlmodlib.pod
6921 ____________________________________________________________________________
6922 [  3131] By: gsar                                  on 1999/03/23  22:07:59
6923         Log: integrate cfgperl changes into mainline
6924      Branch: perl
6925           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
6926           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
6927           !> installperl malloc.c perl.c perl.h pod/perl.pod
6928           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
6929 ____________________________________________________________________________
6930 [  3130] By: jhi                                   on 1999/03/23  22:02:23
6931         Log: Don't use config.msg to remind about the
6932              LD_LIBRARY_PATH because Makefile.SH takes
6933              care of that.
6934              
6935              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
6936              This used to be the default but in some MT or another it
6937              was dropped because of some transient error or another.
6938      Branch: maint-5.005/perl
6939            ! Configure hints/dec_osf.sh
6940 ____________________________________________________________________________
6941 [  3129] By: gsar                                  on 1999/03/23  21:38:03
6942         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
6943              to size    and better maintainability)
6944      Branch: perl
6945            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6946            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
6947            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6948            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
6949            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
6950            + t/pod/include.xr t/pod/included.t t/pod/included.xr
6951            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
6952            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
6953            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
6954            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
6955            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
6956            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
6957            ! win32/Makefile win32/makefile.mk win32/pod.mak
6958 ____________________________________________________________________________
6959 [  3128] By: jhi                                   on 1999/03/23  10:14:54
6960         Log: Integrate from mainperl.
6961      Branch: cfgperl
6962           !> (integrate 46 files)
6963 ____________________________________________________________________________
6964 [  3127] By: gsar                                  on 1999/03/23  06:57:30
6965         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
6966              Date: Thu, 4 Mar 1999 10:54:01 -0800
6967              Message-Id: <9903041854.AA46868@frc0000>
6968              Subject: patch for useless Math::BigInt warnings
6969      Branch: perl
6970            ! lib/Math/BigInt.pm
6971 ____________________________________________________________________________
6972 [  3126] By: gsar                                  on 1999/03/23  05:54:37
6973         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
6974              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6975              Date: Fri, 19 Feb 1999 15:47:59 -0500
6976              Message-ID: <19990219154759.A32350@O2.chapin.edu>
6977              Subject: [PATCH] OSF/1 hints
6978      Branch: perl
6979            ! hints/dec_osf.sh
6980 ____________________________________________________________________________
6981 [  3125] By: gsar                                  on 1999/03/23  00:56:38
6982         Log: avoid typeglob persistence in pp_readline()
6983      Branch: perl
6984            ! sv.c t/op/gv.t
6985 ____________________________________________________________________________
6986 [  3124] By: gsar                                  on 1999/03/22  21:12:23
6987         Log: update copyright years
6988      Branch: perl
6989            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
6990            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
6991            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
6992            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
6993            ! sv.c sv.h toke.c utf8.c utf8.h util.c
6994 ____________________________________________________________________________
6995 [  3123] By: gsar                                  on 1999/03/22  07:07:06
6996         Log: implement win32_spawnvp() internally, making it return true PIDs
6997              for asynchronous spawns; fix win32_kill() to always deal with
6998              PIDs
6999      Branch: perl
7000            ! win32/win32.c win32/win32.h
7001 ____________________________________________________________________________
7002 [  3122] By: jhi                                   on 1999/03/19  21:12:14
7003         Log: Describe the new Benchmark feature in more detail.
7004      Branch: cfgperl
7005            ! pod/perldelta.pod
7006      Branch: maint-5.005/perl
7007            ! pod/perldelta.pod
7008 ____________________________________________________________________________
7009 [  3121] By: jhi                                   on 1999/03/19  08:16:12
7010         Log: AVAILABILITY tuning.
7011      Branch: cfgperl
7012            ! pod/perl.pod
7013      Branch: maint-5.005/perl
7014            ! pod/perl.pod
7015 ____________________________________________________________________________
7016 [  3120] By: jhi                                   on 1999/03/17  14:52:17
7017         Log: Rhapsody change assumed too much.
7018      Branch: cfgperl
7019            ! t/op/stat.t
7020 ____________________________________________________________________________
7021 [  3119] By: jhi                                   on 1999/03/17  14:33:43
7022         Log: More Apollo fixes.
7023      Branch: maint-5.005/perl
7024            ! README.apollo hints/apollo.sh t/lib/io_udp.t
7025 ____________________________________________________________________________
7026 [  3118] By: jhi                                   on 1999/03/16  17:23:39
7027         Log: Nada.
7028      Branch: maint-5.005/perl
7029            ! README.apollo
7030 ____________________________________________________________________________
7031 [  3117] By: jhi                                   on 1999/03/16  17:18:49
7032         Log: Apollo DomainOS AVAILABILITY.
7033      Branch: cfgperl
7034            ! pod/perl.pod
7035      Branch: maint-5.005/perl
7036            ! pod/perl.pod
7037 ____________________________________________________________________________
7038 [  3116] By: jhi                                   on 1999/03/16  17:14:00
7039         Log: Apollo DomainOS patch
7040              From: Johann Klasek <jk@auto.tuwien.ac.at>
7041              Subject: Re: DomainPerl
7042              Date: Tue, 16 Mar 1999 17:46:32 +0100
7043              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
7044      Branch: maint-5.005/perl
7045            + README.apollo apollo/netinet/in.h
7046            ! MANIFEST hints/apollo.sh
7047 ____________________________________________________________________________
7048 [  3115] By: jhi                                   on 1999/03/16  14:23:54
7049         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
7050              To: Gurusamy Sarathy <gsar@activestate.com>,
7051              Graham Barr <gbarr@pobox.com>
7052              Cc: Perl5 Porters <perl5-porters@perl.org>,
7053              "Paul.Marquess" <Paul.Marquess@btinternet.com>
7054              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
7055              Date: Sun, 14 Mar 1999 14:43:57 -0000
7056              Message-Id: <199903141841.NAA17040@defender.perl.org>
7057      Branch: maint-5.005/perl
7058            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7059            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7060 ____________________________________________________________________________
7061 [  3114] By: jhi                                   on 1999/03/16  12:42:20
7062         Log: Mention Rhapsody in 5.005_5X perldelta,
7063              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
7064              *planned* AVAILABILITY.
7065      Branch: cfgperl
7066            ! pod/perl.pod pod/perldelta.pod
7067      Branch: maint-5.005/perl
7068            ! pod/perl.pod
7069 ____________________________________________________________________________
7070 [  3113] By: jhi                                   on 1999/03/16  10:38:53
7071         Log: perldelta niggling.
7072      Branch: cfgperl
7073            ! pod/perldelta.pod
7074      Branch: maint-5.005/perl
7075            ! pod/perldelta.pod
7076 ____________________________________________________________________________
7077 [  3112] By: jhi                                   on 1999/03/16  10:35:21
7078         Log: Integrate from mainperl.
7079      Branch: cfgperl
7080           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
7081           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
7082 ____________________________________________________________________________
7083 [  3111] By: jhi                                   on 1999/03/16  10:28:10
7084         Log: AVAILABILITY update: still mention PowerUX,
7085              Novell Netware now has sources available.
7086      Branch: cfgperl
7087            ! pod/perl.pod
7088      Branch: maint-5.005/perl
7089            ! pod/perl.pod
7090 ____________________________________________________________________________
7091 [  3110] By: gsar                                  on 1999/03/16  04:34:23
7092         Log: sundry pod niggles
7093      Branch: perl
7094            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
7095            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
7096 ____________________________________________________________________________
7097 [  3109] By: jhi                                   on 1999/03/15  17:00:11
7098         Log: Integrate from mainperl.
7099      Branch: cfgperl
7100           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
7101           +> lib/unicode/Is/Syllable.pl
7102           +> lib/unicode/MakeEthiopicSyllables.PL
7103           +> lib/unicode/README.Ethiopic
7104           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
7105           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
7106           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
7107           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
7108           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
7109           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
7110           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
7111           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
7112 ____________________________________________________________________________
7113 [  3108] By: jhi                                   on 1999/03/15  16:58:12
7114         Log: First pass of integrating the Rhapsody port,
7115              
7116              From: Wilfredo Sanchez <wsanchez@apple.com> 
7117              Subject: Keeping the world in sync.
7118              Reply-To: wsanchez@apple.com 
7119              To: perlbug@perl.com 
7120              Date: Fri, 13 Nov 1998 17:11:30 -0800 
7121              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
7122      Branch: cfgperl
7123            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
7124            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
7125            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
7126            ! x2p/util.c
7127 ____________________________________________________________________________
7128 [  3107] By: gsar                                  on 1999/03/15  03:22:10
7129         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
7130              From: Daniel Yacob <dmulholl@cs.indiana.edu>
7131              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
7132              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
7133              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
7134      Branch: perl
7135            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
7136            + lib/unicode/Is/Syllable.pl
7137            + lib/unicode/MakeEthiopicSyllables.PL
7138            + lib/unicode/README.Ethiopic
7139            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
7140            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
7141            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
7142            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
7143            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
7144            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
7145            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
7146            ! lib/unicode/Name.pl lib/unicode/Number.pl
7147 ____________________________________________________________________________
7148 [  3106] By: gsar                                  on 1999/03/12  20:35:36
7149         Log: change#3067 failed package.t due to needless creation of $a and $b;
7150              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
7151      Branch: perl
7152            ! op.c
7153 ____________________________________________________________________________
7154 [  3105] By: jhi                                   on 1999/03/12  15:54:57
7155         Log: Recognize the NetBSD packages collection.
7156      Branch: maint-5.005/perl
7157            ! hints/netbsd.sh
7158 ____________________________________________________________________________
7159 [  3104] By: jhi                                   on 1999/03/12  09:07:04
7160         Log: From: pvhp@forte.com (Peter Prymmer)
7161              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
7162              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
7163              Date: Thu, 11 Mar 99 14:24:54 PST
7164              Message-Id: <9903112224.AA24346@forte.com>
7165      Branch: maint-5.005/perl
7166            ! README.os390 t/lib/posix.t
7167 ____________________________________________________________________________
7168 [  3103] By: jhi                                   on 1999/03/10  11:07:46
7169         Log: Integrate from mainperl.
7170      Branch: cfgperl
7171           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
7172           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
7173           !> t/pragma/warn/1global toke.c win32/makedef.pl
7174 ____________________________________________________________________________
7175 [  3102] By: jhi                                   on 1999/03/10  11:01:20
7176         Log: From: pvhp@forte.com (Peter Prymmer)
7177              To: perl5-porters@perl.org
7178              Subject: [5.005_03-MT6]Patch: time passes
7179              Date: Tue, 9 Mar 99 18:42:17 PST
7180              Message-Id: <9903100242.AA29057@forte.com>
7181      Branch: maint-5.005/perl
7182            ! perl.c
7183 ____________________________________________________________________________
7184 [  3101] By: jhi                                   on 1999/03/10  10:30:15
7185         Log: From: Mark-Jason Dominus <mjd@plover.com>
7186              To: perl5-porters@perl.com
7187              Subject: Minor fix to perlfunc.pod
7188              Date: Mon, 08 Mar 1999 20:05:53 -0500
7189              Message-ID: <19990309010553.13757.qmail@plover.com>
7190      Branch: maint-5.005/perl
7191            ! pod/perlfunc.pod
7192 ____________________________________________________________________________
7193 [  3100] By: gsar                                  on 1999/03/09  23:04:44
7194         Log: change#3060 had the wrong quotes
7195      Branch: perl
7196            ! pod/pod2man.PL
7197 ____________________________________________________________________________
7198 [  3099] By: jhi                                   on 1999/03/09  12:52:21
7199         Log: d_uname was broken (probably since _53), reported by
7200              
7201              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7202              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
7203              cpan-testers@perl.org
7204              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
7205              Date: Mon, 08 Mar 1999 13:22:31 +0000
7206              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
7207              
7208              and
7209              
7210              From: lvirden@cas.org (Larry W. Virden)
7211              To: perlbug@perl.com
7212              Subject: configure not correctly identifying uname posix compatibility
7213              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
7214              Message-Id: <199903081136.GAA23682@cas.org>
7215      Branch: cfgperl
7216            ! Configure config_h.SH
7217 ____________________________________________________________________________
7218 [  3098] By: gsar                                  on 1999/03/09  03:16:07
7219         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
7220      Branch: perl
7221            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
7222 ____________________________________________________________________________
7223 [  3097] By: gsar                                  on 1999/03/09  02:50:43
7224         Log: use yyerror() instead of croak() so that compile-time failures in
7225              my(LIST) don't confuse globals with lexicals
7226      Branch: perl
7227            ! op.c toke.c
7228 ____________________________________________________________________________
7229 [  3096] By: gsar                                  on 1999/03/09  02:47:36
7230         Log: adjust testsuite for change#3067
7231      Branch: perl
7232            ! t/pragma/warn/1global
7233 ____________________________________________________________________________
7234 [  3095] By: gsar                                  on 1999/03/08  21:04:48
7235         Log: remove bogus symbols from global.sym
7236      Branch: perl
7237            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
7238            ! perl.h win32/makedef.pl
7239 ____________________________________________________________________________
7240 [  3094] By: jhi                                   on 1999/03/06  16:16:15
7241         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
7242              To: jhi@iki.fi
7243              Subject: Oops
7244              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
7245              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
7246      Branch: maint-5.005/perl
7247            ! README.hurd
7248 ____________________________________________________________________________
7249 [  3093] By: jhi                                   on 1999/03/06  15:59:46
7250         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
7251              To: jhi@iki.fi
7252              Subject: New Hurd README
7253              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
7254              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
7255      Branch: maint-5.005/perl
7256            ! README.hurd
7257 ____________________________________________________________________________
7258 [  3092] By: jhi                                   on 1999/03/06  12:52:06
7259         Log: From: Paul_Green@stratus.com
7260              To: perl5-porters@perl.org
7261              Cc: jhi@iki.fi, Paul_Green@stratus.com
7262              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
7263              Date: Fri, 5 Mar 1999 18:08:49 -0500 
7264              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
7265      Branch: maint-5.005/perl
7266            ! vos/config.h vos/config_h.SH_orig
7267 ____________________________________________________________________________
7268 [  3091] By: jhi                                   on 1999/03/06  12:42:21
7269         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7270              To: perl5-porters@perl.org, vmsperl@perl.org
7271              Subject: [PATCH 5.005_03-MT6]VMS build patch
7272              Date: Fri, 05 Mar 1999 12:36:19 -0800
7273              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
7274      Branch: maint-5.005/perl
7275            ! vms/subconfigure.com
7276 ____________________________________________________________________________
7277 [  3090] By: gsar                                  on 1999/03/06  04:40:03
7278         Log: integrate change#3089 from mainline
7279              
7280              tolerate CRs after options
7281      Branch: maint-5.005/perl
7282           !> perl.c
7283 ____________________________________________________________________________
7284 [  3089] By: gsar                                  on 1999/03/06  04:30:40
7285         Log: tolerate CRs after options
7286      Branch: perl
7287            ! perl.c
7288 ____________________________________________________________________________
7289 [  3088] By: jhi                                   on 1999/03/05  12:49:01
7290         Log: Integrate from mainperl.
7291      Branch: cfgperl
7292           +> README.hurd
7293           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
7294 ____________________________________________________________________________
7295 [  3087] By: gsar                                  on 1999/03/05  06:41:16
7296         Log: adjust timeouts to accomodate slow/busy systems
7297      Branch: perl
7298            ! t/lib/io_sock.t
7299 ____________________________________________________________________________
7300 [  3083] By: gsar                                  on 1999/03/05  01:32:47
7301         Log: integrate change#3081 from maint-5.005
7302      Branch: perl
7303           !> ext/Errno/Errno_pm.PL
7304 ____________________________________________________________________________
7305 [  3082] By: gsar                                  on 1999/03/05  01:31:06
7306         Log: integrate change#2904 from maint-5.005
7307      Branch: perl
7308           +> README.hurd
7309           !> MANIFEST
7310 ____________________________________________________________________________
7311 [  3081] By: gsar                                  on 1999/03/05  00:14:33
7312         Log: protect against doubled backslashes
7313      Branch: maint-5.005/perl
7314            ! ext/Errno/Errno_pm.PL
7315 ____________________________________________________________________________
7316 [  3077] By: jhi                                   on 1999/03/04  08:10:13
7317         Log: Integrate from mainperl.
7318      Branch: cfgperl
7319           +> ext/B/B/Stash.pm
7320           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
7321           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
7322           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
7323           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
7324 ____________________________________________________________________________
7325 [  3076] By: jhi                                   on 1999/03/04  08:07:59
7326         Log: Regen config_h.SH once more because of *size, 
7327              noticed by
7328              
7329              From: Hans Mulder <hansm@icgned.icgroup.nl>
7330              To: Jarkko Hietaniemi <jhi@iki.fi>
7331              Cc: perl5-porters@perl.org
7332              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
7333              Date: Thu,  4 Mar 99 00:10:45 +0100
7334              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
7335      Branch: cfgperl
7336            ! Configure config_h.SH
7337 ____________________________________________________________________________
7338 [  3068] By: gsar                                  on 1999/03/04  05:48:03
7339         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
7340              Date: Thu,  4 Mar 99 00:10:45 +0100
7341              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
7342              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
7343      Branch: perl
7344            ! config_h.SH
7345 ____________________________________________________________________________
7346 [  3067] By: gsar                                  on 1999/03/04  05:44:32
7347         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
7348              From: Graham Barr <gbarr@ti.com>
7349              Date: Wed, 3 Mar 1999 17:23:56 -0600
7350              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
7351              Subject: Re: 'use strict' doesn't work for one-letter variables
7352      Branch: perl
7353            ! gv.c op.c
7354 ____________________________________________________________________________
7355 [  3066] By: gsar                                  on 1999/03/04  05:20:50
7356         Log: updates to compiler modules
7357              From: "Vishal Bhatia" <vishalb@hotmail.com>
7358              Date: Tue, 02 Mar 1999 23:27:25 PST
7359              Message-ID: <19990303072725.779.qmail@hotmail.com>
7360              Subject: PATCH 5.005_56 + Test procedure
7361      Branch: perl
7362            + ext/B/B/Stash.pm
7363            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
7364            ! lib/Test/Harness.pm utils/perlcc.PL
7365 ____________________________________________________________________________
7366 [  3065] By: gsar                                  on 1999/03/04  05:03:30
7367         Log: more s/s_/s!/ etc.
7368      Branch: perl
7369            ! pod/perldelta.pod pod/perlfunc.pod
7370 ____________________________________________________________________________
7371 [  3064] By: gsar                                  on 1999/03/04  04:50:45
7372         Log: integrate cfgperl contents into mainline
7373      Branch: perl
7374           !> Configure README.vms bytecode.h config_h.SH configure.com
7375           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
7376           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
7377           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
7378 ____________________________________________________________________________
7379 [  3063] By: gsar                                  on 1999/03/04  04:44:13
7380         Log: HP-UX has yet another spelling for /NaNQ?/
7381      Branch: perl
7382            ! t/lib/bigfloatpm.t
7383 ____________________________________________________________________________
7384 [  3062] By: gsar                                  on 1999/03/04  04:36:08
7385         Log: error-check for accept() test
7386      Branch: perl
7387            ! t/lib/io_sock.t
7388 ____________________________________________________________________________
7389 [  3061] By: gsar                                  on 1999/03/04  03:40:25
7390         Log: allow custom comparison function in File::Compare::compare_text()
7391              From: jan.dubois@ibm.net (Jan Dubois)
7392              Date: Fri, 26 Feb 1999 21:56:09 +0100
7393              Message-ID: <36db0838.8805651@smtp1.ibm.net>
7394              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
7395      Branch: perl
7396            ! lib/File/Compare.pm
7397 ____________________________________________________________________________
7398 [  3060] By: gsar                                  on 1999/03/04  03:37:38
7399         Log: better version of change#3038
7400              From: abigail@fnx.com
7401              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
7402              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
7403              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
7404      Branch: perl
7405            ! pod/pod2man.PL
7406 ____________________________________________________________________________
7407 [  3058] By: jhi                                   on 1999/03/03  22:30:40
7408         Log: Configure regen to
7409              (1) match maint-5.005 patches #3056 and #3057
7410              (2) better version of PHOSTNAME of #3050
7411              (3) the crosscompile/multiarch config_h.SH trouble solved for now
7412      Branch: cfgperl
7413            ! Configure config_h.SH
7414 ____________________________________________________________________________
7415 [  3054] By: jhi                                   on 1999/03/03  09:57:59
7416         Log: Change #3053 missed perldelta.
7417      Branch: cfgperl
7418            ! pod/perldelta.pod
7419 ____________________________________________________________________________
7420 [  3053] By: jhi                                   on 1999/03/03  08:29:43
7421         Log: Use '!' to mark native integer packings instead of '_'.
7422      Branch: cfgperl
7423            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
7424 ____________________________________________________________________________
7425 [  3052] By: jhi                                   on 1999/03/02  23:12:36
7426         Log: The HP-UX threads patch (change #3028) is needed also here.
7427      Branch: cfgperl
7428            ! hints/hpux.sh thread.h
7429 ____________________________________________________________________________
7430 [  3051] By: jhi                                   on 1999/03/02  08:24:52
7431         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7432              To: perl5-porters@perl.org, vmsperl@perl.org
7433              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
7434              Date: Mon, 01 Mar 1999 16:10:57 -0800
7435              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
7436      Branch: cfgperl
7437            ! README.vms
7438      Branch: maint-5.005/perl
7439            ! README.vms
7440 ____________________________________________________________________________
7441 [  3050] By: jhi                                   on 1999/03/02  08:22:29
7442         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7443              To: perl5-porters@perl.org, vmsperl@perl.org
7444              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
7445              Date: Mon, 01 Mar 1999 16:06:29 -0800
7446              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
7447              
7448              From: Dan Sugalski <sugalskd@osshe.edu>
7449              To: perl5-porters@perl.org, vmsperl@perl.org
7450              Subject: [PATCH 5.005_56]vmsish.pm patch
7451              Date: Mon, 01 Mar 1999 20:19:04 -0800
7452              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
7453              
7454              plus Configure regen containing a "solution" to the
7455              crosscompile/multiarch problem.
7456      Branch: cfgperl
7457            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
7458            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
7459 ____________________________________________________________________________
7460 [  3049] By: jhi                                   on 1999/03/02  07:34:21
7461         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
7462              To: perl5-porters@perl.org
7463              Subject: [PATCH] Eliminate (valid) warning in byterun.c
7464              Date: Mon, 01 Mar 1999 17:27:59 -0500
7465              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
7466      Branch: cfgperl
7467            ! bytecode.h
7468      Branch: maint-5.005/perl
7469            ! bytecode.h
7470 ____________________________________________________________________________
7471 [  3048] By: gsar                                  on 1999/03/02  06:41:21
7472         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7473      Branch: perl
7474            ! MANIFEST README.hpux
7475 ____________________________________________________________________________
7476 [  3047] By: jhi                                   on 1999/03/01  06:34:43
7477         Log: Integrate from mainperl.
7478      Branch: cfgperl
7479           +> README.hpux lib/File/Spec/Functions.pm
7480           !> (integrate 28 files)
7481 ____________________________________________________________________________
7482 [  3046] By: gsar                                  on 1999/03/01  05:34:28
7483         Log: this is 5.005_56
7484      Branch: perl
7485            ! Changes
7486
7487 ----------------
7488 Version 5.005_56
7489 ----------------
7490
7491 ____________________________________________________________________________
7492 [  3045] By: gsar                                  on 1999/03/01  03:32:30
7493         Log: destroy PL_svref_mutex in perl_destruct()
7494      Branch: perl
7495            ! perl.c
7496 ____________________________________________________________________________
7497 [  3044] By: gsar                                  on 1999/03/01  00:38:50
7498         Log: up patchlevel &c.
7499      Branch: perl
7500            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7501            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7502            ! win32/makefile.mk
7503 ____________________________________________________________________________
7504 [  3043] By: gsar                                  on 1999/03/01  00:14:15
7505         Log: integrate cfgperl contents into mainline
7506      Branch: perl
7507            ! pod/perldelta.pod
7508           !> Configure config_h.SH
7509 ____________________________________________________________________________
7510 [  3042] By: gsar                                  on 1999/02/28  23:55:08
7511         Log: slightly edited version of suggested patch
7512              From: jan.dubois@ibm.net (Jan Dubois)
7513              Date: Mon, 01 Mar 1999 00:32:05 +0100
7514              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
7515              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
7516      Branch: perl
7517            + lib/File/Spec/Functions.pm
7518            ! MANIFEST lib/File/Spec.pm
7519 ____________________________________________________________________________
7520 [  3041] By: gsar                                  on 1999/02/28  22:47:19
7521         Log: fix subtle bug in eval'' testsuite
7522      Branch: perl
7523            ! t/op/eval.t
7524 ____________________________________________________________________________
7525 [  3040] By: gsar                                  on 1999/02/28  22:46:24
7526         Log: avoid literal control characters in change#3039
7527      Branch: perl
7528            ! t/base/lex.t
7529 ____________________________________________________________________________
7530 [  3039] By: gsar                                  on 1999/02/28  21:47:18
7531         Log: todo item: permit extended control variables a la ${^Foo} (patch
7532              courtesy Mark-Jason Dominus <mjd@plover.com>)
7533      Branch: perl
7534            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
7535            ! t/base/lex.t toke.c
7536 ____________________________________________________________________________
7537 [  3038] By: gsar                                  on 1999/02/28  21:21:05
7538         Log: From: abigail@fnx.com
7539              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
7540              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
7541              Subject: Recognize -> and => inside [A-Z]<> sequences.
7542      Branch: perl
7543            ! pod/pod2man.PL
7544 ____________________________________________________________________________
7545 [  3037] By: gsar                                  on 1999/02/28  21:12:22
7546         Log: fix longstanding bug: searches for lexicals originating within eval''
7547              weren't stopping at the subroutine boundary correctly
7548      Branch: perl
7549            ! op.c proto.h t/op/eval.t
7550 ____________________________________________________________________________
7551 [  3036] By: gsar                                  on 1999/02/28  20:02:29
7552         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
7553              as stacked list values
7554              From: jan.dubois@ibm.net (Jan Dubois)
7555              Date: Sat, 27 Feb 1999 18:24:17 +0100
7556              Message-ID: <36e22849.36531259@smtp1.ibm.net>
7557              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
7558      Branch: perl
7559            ! win32/win32.c
7560 ____________________________________________________________________________
7561 [  3035] By: gsar                                  on 1999/02/28  19:48:54
7562         Log: remove superfluous stack_sp decl
7563      Branch: perl
7564            ! jpl/JNI/JNI.xs
7565 ____________________________________________________________________________
7566 [  3034] By: gsar                                  on 1999/02/28  19:34:58
7567         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
7568      Branch: perl
7569            ! lib/Getopt/Std.pm
7570 ____________________________________________________________________________
7571 [  3033] By: gsar                                  on 1999/02/28  19:23:41
7572         Log: add File::Compare::compare_text()
7573              From: jan.dubois@ibm.net (Jan Dubois)
7574              Date: Fri, 26 Feb 1999 00:20:41 +0100
7575              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
7576              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
7577      Branch: perl
7578            ! lib/File/Compare.pm pod/perltodo.pod
7579 ____________________________________________________________________________
7580 [  3032] By: gsar                                  on 1999/02/28  19:01:33
7581         Log: add README.hpux
7582      Branch: perl
7583            + README.hpux
7584            ! MAINTAIN MANIFEST
7585 ____________________________________________________________________________
7586 [  3031] By: gsar                                  on 1999/02/28  18:49:08
7587         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
7588              James Cromie <jcromie@fossil.uswc.uswest.com>
7589      Branch: perl
7590            ! lib/Pod/Html.pm
7591 ____________________________________________________________________________
7592 [  3030] By: gsar                                  on 1999/02/28  18:35:09
7593         Log: From: jan.dubois@ibm.net (Jan Dubois)
7594              Date: Wed, 24 Feb 1999 22:34:56 +0100
7595              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
7596              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
7597      Branch: perl
7598            ! lib/Test/Harness.pm
7599 ____________________________________________________________________________
7600 [  3029] By: gsar                                  on 1999/02/28  18:28:18
7601         Log: add note about env pollution
7602      Branch: perl
7603            ! INSTALL pod/perltodo.pod
7604 ____________________________________________________________________________
7605 [  3028] By: jhi                                   on 1999/02/26  14:40:00
7606         Log: HP-UX 11 threads.
7607              
7608              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7609              To: perl5-porters@perl.org
7610              Cc: jhi@cc.hut.fi
7611              Subject: Maint 5 and _54 with threading on HP-UX 11.00
7612              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
7613              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
7614              
7615              NOTE from jhi: the hpux hints could still be more robust by
7616              disabling gdbm when necessary.
7617              
7618              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
7619              linking -lgdbm -lpthread creates an executable that instantly
7620              core dumps on a pthreads internal panic:
7621              
7622              ./gdpt
7623              
7624              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
7625              Return Pointer is 0xc082bf33
7626              17639 quit (core dumped)  ./gdpt
7627              
7628              You don't have to *use* either gdbm or pthreads in the executable,
7629              just linking them together is enough.  Workaround is to recompile
7630              the GDBM under HP-UX 11, that makes the problem go away.
7631      Branch: maint-5.005/perl
7632            ! hints/hpux.sh thread.h
7633 ____________________________________________________________________________
7634 [  3025] By: jhi                                   on 1999/02/25  20:41:07
7635         Log: Temporary workaround for the config_h.SH versus
7636              crosscompile and multiarch plus introduce 'rt'
7637              to $libswanted: in UNIX98 sched_yield() lives there.
7638      Branch: cfgperl
7639            ! Configure config_h.SH
7640 ____________________________________________________________________________
7641 [  3024] By: jhi                                   on 1999/02/24  12:54:59
7642         Log: Integrate from mainperl.
7643      Branch: cfgperl
7644           +> t/lib/fatal.t
7645           !> (integrate 44 files)
7646 ____________________________________________________________________________
7647 [  3023] By: gsar                                  on 1999/02/24  07:02:12
7648         Log: integrate cfgperl contents
7649      Branch: perl
7650           !> (integrate 30 files)
7651 ____________________________________________________________________________
7652 [  3022] By: gsar                                  on 1999/02/24  05:59:47
7653         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
7654              Date: 23 Feb 1999 17:53:22 -0700
7655              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
7656              Subject: [PATCH: _55] perldoc -q broken
7657      Branch: perl
7658            ! utils/perldoc.PL
7659 ____________________________________________________________________________
7660 [  3021] By: gsar                                  on 1999/02/24  05:51:53
7661         Log: ansify perlio.c, fix PerlIO-ish typos
7662      Branch: perl
7663            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
7664            ! iperlsys.h perlio.c
7665 ____________________________________________________________________________
7666 [  3020] By: gsar                                  on 1999/02/24  05:28:06
7667         Log: adjust a Perl_malloc() flag for NeXT
7668              From: Hans Mulder <hansm@icgned.icgroup.nl>
7669              Date: Tue, 23 Feb 99 00:26:25 +0100
7670              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
7671              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
7672      Branch: perl
7673            ! perl.h
7674 ____________________________________________________________________________
7675 [  3019] By: gsar                                  on 1999/02/24  05:19:42
7676         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
7677      Branch: perl
7678            ! pod/perltodo.pod
7679 ____________________________________________________________________________
7680 [  3018] By: gsar                                  on 1999/02/24  04:15:18
7681         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7682              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
7683              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
7684              Subject: improved error message [PATCH _55] [RESEND]
7685      Branch: perl
7686            ! sv.c
7687 ____________________________________________________________________________
7688 [  3017] By: gsar                                  on 1999/02/24  03:50:34
7689         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
7690              Date: Sun, 21 Feb 1999 20:02:18 -0700
7691              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
7692              Subject: perlfunc updates (against 55)
7693      Branch: perl
7694            ! pod/perlfunc.pod
7695 ____________________________________________________________________________
7696 [  3016] By: gsar                                  on 1999/02/24  03:17:05
7697         Log: testsuite adjustments
7698              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7699              Date: Sat, 20 Feb 1999 15:24:57 +0000
7700              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
7701              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
7702      Branch: perl
7703            ! t/lib/io_sock.t t/op/lex_assign.t
7704 ____________________________________________________________________________
7705 [  3015] By: gsar                                  on 1999/02/24  02:54:47
7706         Log: avoid modifying readonly values from qw()
7707      Branch: perl
7708            ! lib/ExtUtils/MM_Unix.pm
7709 ____________________________________________________________________________
7710 [  3014] By: gsar                                  on 1999/02/24  02:49:04
7711         Log: more "correct" utbuf for utime()
7712      Branch: perl
7713            ! doio.c
7714 ____________________________________________________________________________
7715 [  3013] By: jhi                                   on 1999/02/22  19:27:44
7716         Log: Fix MacPerl version, change PowerUX to PowerMAX.
7717              
7718              From: Chris Nandor <pudge@pobox.com>
7719              To: jhi@iki.fi
7720              Cc: perl5-porters@perl.org
7721              Subject: Re: perl current availability as documented by perl.pod
7722              Date: Sun, 21 Feb 1999 11:06:03 -0500
7723              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
7724              
7725              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
7726              To: jhi@iki.fi
7727              Cc: perl5-porters@perl.org
7728              Subject: Re: perl current availability as documented by perl.pod
7729              Date: Mon, 22 Feb 1999 13:08:30 GMT
7730              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
7731      Branch: cfgperl
7732            ! pod/perl.pod
7733      Branch: maint-5.005/perl
7734            ! pod/perl.pod
7735 ____________________________________________________________________________
7736 [  3012] By: jhi                                   on 1999/02/22  10:26:11
7737         Log: Snapshot the cross-compilation/multiarchitecture stuff
7738              (currently broken in next)
7739      Branch: cfgperl
7740            ! Configure config_h.SH pp.c
7741 ____________________________________________________________________________
7742 [  3011] By: jhi                                   on 1999/02/22  10:24:51
7743         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7744              To: gsar@activestate.com (Gurusamy Sarathy)
7745              Cc: perl5-porters@perl.org (Perl5 Porters)
7746              Subject: [PATCH 5.005_55] DB_File 1.64 patch
7747              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
7748              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
7749      Branch: cfgperl
7750            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7751            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
7752 ____________________________________________________________________________
7753 [  3009] By: jhi                                   on 1999/02/22  09:14:26
7754         Log: Scratch #3008 and introduce $crosscompile and $multiarch
7755              also in non-Configure lands.
7756      Branch: cfgperl
7757            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
7758            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
7759            ! win32/config.gc win32/config.vc win32/config_H.bc
7760            ! win32/config_H.gc win32/config_H.vc
7761 ____________________________________________________________________________
7762 [  3008] By: jhi                                   on 1999/02/22  08:58:04
7763         Log: Add -DMULTIARCH (see change #3006).
7764      Branch: cfgperl
7765            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
7766 ____________________________________________________________________________
7767 [  3007] By: jhi                                   on 1999/02/22  08:54:06
7768         Log: Undo the references to local{lib,arch} introduced by #3006.
7769      Branch: cfgperl
7770            ! Configure config_h.SH
7771 ____________________________________________________________________________
7772 [  3006] By: jhi                                   on 1999/02/22  08:43:50
7773         Log: From: hansm@icgned.icgroup.nl
7774              To: perlbug@perl.com
7775              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
7776              Date: Sun, 21 Feb 1999 22:58:55 +0100
7777              Reply-To: hansmu@xs4all.nl
7778              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
7779              
7780              plus other Configure changes: prepare for cross-compilation/
7781              multiarchitecture builds.
7782      Branch: cfgperl
7783            ! Configure config_h.SH
7784 ____________________________________________________________________________
7785 [  3005] By: jhi                                   on 1999/02/22  08:35:30
7786         Log: Configure/Perl knew how to look for use Mach cthreads
7787              but Configure didn't let them to be used ($osname 'next').
7788      Branch: cfgperl
7789            ! Configure config_h.SH
7790      Branch: maint-5.005/perl
7791            ! Configure
7792 ____________________________________________________________________________
7793 [  3004] By: jhi                                   on 1999/02/21  15:46:02
7794         Log: Update Acorn AVAILABILITY.
7795      Branch: cfgperl
7796            ! pod/perl.pod
7797      Branch: maint-5.005/perl
7798            ! pod/perl.pod
7799 ____________________________________________________________________________
7800 [  3003] By: jhi                                   on 1999/02/21  14:50:42
7801         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
7802              To: perl5-porters@perl.org (Perl 5 Porters)
7803              Subject: PATCH: perlref.pod - symbolic ref example
7804              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
7805              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
7806      Branch: cfgperl
7807            ! pod/perlref.pod
7808      Branch: maint-5.005/perl
7809            ! pod/perlref.pod
7810 ____________________________________________________________________________
7811 [  3002] By: jhi                                   on 1999/02/21  14:35:22
7812         Log: Sync cfgperl with maint-5.005 change #3000.
7813      Branch: cfgperl
7814            ! pod/perlfunc.pod t/op/pack.t
7815 ____________________________________________________________________________
7816 [  2999] By: gsar                                  on 1999/02/20  22:48:30
7817         Log: From:    John Bley <jbb6@acpub.duke.edu>
7818              Date:    Sat, 20 Feb 1999 16:02:34 EST
7819              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
7820              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
7821      Branch: perl
7822            ! regcomp.c
7823 ____________________________________________________________________________
7824 [  2998] By: jhi                                   on 1999/02/20  14:13:06
7825         Log: Enhanced the endianness description.
7826      Branch: cfgperl
7827            ! pod/perlfunc.pod
7828 ____________________________________________________________________________
7829 [  2996] By: jhi                                   on 1999/02/20  13:55:41
7830         Log: Glossary now mostly fixed.
7831      Branch: cfgperl
7832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7833            ! config_h.SH
7834 ____________________________________________________________________________
7835 [  2994] By: jhi                                   on 1999/02/20  11:58:33
7836         Log: Perldeltify GNU/Hurd.
7837      Branch: cfgperl
7838            ! pod/perldelta.pod
7839 ____________________________________________________________________________
7840 [  2993] By: gsar                                  on 1999/02/20  00:59:10
7841         Log: fix typo in Perl_sbrk()
7842              From: hansm@icgned.icgroup.nl
7843              Date: Fri, 19 Feb 1999 23:19:31 +0100
7844              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
7845              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
7846      Branch: perl
7847            ! malloc.c
7848 ____________________________________________________________________________
7849 [  2992] By: gsar                                  on 1999/02/20  00:51:08
7850         Log: integrate change#2980 from maint-5.005
7851      Branch: perl
7852           !> utils/h2xs.PL
7853 ____________________________________________________________________________
7854 [  2991] By: gsar                                  on 1999/02/20  00:34:01
7855         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7856              Date: Thu, 18 Feb 1999 18:51:38 +0000
7857              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
7858              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
7859      Branch: perl
7860            ! pp_hot.c t/op/pat.t
7861 ____________________________________________________________________________
7862 [  2990] By: gsar                                  on 1999/02/20  00:30:48
7863         Log: From: jan.dubois@ibm.net (Jan Dubois)
7864              Date: Thu, 18 Feb 1999 19:14:07 +0100
7865              Message-ID: <36d15809.40853323@smtp1.ibm.net>
7866              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
7867      Branch: perl
7868            ! win32/win32.c
7869 ____________________________________________________________________________
7870 [  2989] By: gsar                                  on 1999/02/20  00:27:01
7871         Log: do poll() emulation unless HAS_POLL && I_POLL
7872      Branch: perl
7873            ! ext/IO/poll.h
7874 ____________________________________________________________________________
7875 [  2988] By: gsar                                  on 1999/02/19  23:52:12
7876         Log: tweak RE for NaNQ? recognition
7877      Branch: perl
7878            ! t/lib/bigfloatpm.t
7879 ____________________________________________________________________________
7880 [  2987] By: gsar                                  on 1999/02/19  23:29:59
7881         Log: mention C<use utf8> and C<use warning> in perldelta
7882      Branch: perl
7883            ! pod/perldelta.pod
7884 ____________________________________________________________________________
7885 [  2985] By: jhi                                   on 1999/02/19  20:43:19
7886         Log: pack/unpack better in (network-)short-non-16-bits and
7887              (network-)long-non-32-bits systems such as Cray C90.
7888      Branch: cfgperl
7889            ! perl.h pp.c t/op/pack.t
7890 ____________________________________________________________________________
7891 [  2984] By: jhi                                   on 1999/02/19  20:38:54
7892         Log: Regen Configure.
7893      Branch: cfgperl
7894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7895            ! perl.c
7896 ____________________________________________________________________________
7897 [  2982] By: jhi                                   on 1999/02/19  19:51:49
7898         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
7899              not probed for and         
7900              
7901              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7902              To: Chaim Frenkel <chaimf@pobox.com>,
7903              Russ Allbery <rra@stanford.edu>,
7904              Jarkko Hietaniemi <jhi@iki.fi>,
7905              Gurusamy Sarathy <gsar@activestate.com>,
7906              Graham Barr <gbarr@pobox.com>
7907              Cc: bdensch@ameritech.net, perlbug@perl.com
7908              Subject: [PATCH] Re: Solaris 7 for Intel
7909              Message-ID: <19990219124404.A30182@O2.chapin.edu>
7910              
7911              Glossary is still missing some terms because
7912              mkglossary is misbehaving (change #2981 updated
7913              Glossary manually)
7914      Branch: cfgperl
7915            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
7916            ! Porting/config_H
7917 ____________________________________________________________________________
7918 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
7919         Log: Make result of h2xs work when user adds C<use strict>
7920      Branch: maint-5.005/perl
7921            ! utils/h2xs.PL
7922 ____________________________________________________________________________
7923 [  2979] By: gsar                                  on 1999/02/19  05:24:29
7924         Log: doc for change#2978
7925      Branch: perl
7926            ! pod/perlsub.pod
7927 ____________________________________________________________________________
7928 [  2978] By: gsar                                  on 1999/02/19  05:08:29
7929         Log: bring '*' prototype closer to how it behaves internally
7930      Branch: perl
7931            + t/lib/fatal.t
7932            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
7933 ____________________________________________________________________________
7934 [  2977] By: gsar                                  on 1999/02/19  02:50:31
7935         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
7936      Branch: perl
7937            ! perly.h
7938 ____________________________________________________________________________
7939 [  2975] By: gsar                                  on 1999/02/18  21:41:57
7940         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
7941              of lexical searches in BEGIN|INIT|END)
7942      Branch: perl
7943            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
7944            ! vms/perly_c.vms
7945 ____________________________________________________________________________
7946 [  2974] By: gsar                                  on 1999/02/18  21:03:06
7947         Log: missing PERL_POLLUTE_MALLOC
7948      Branch: perl
7949            ! ext/SDBM_File/sdbm/sdbm.h
7950 ____________________________________________________________________________
7951 [  2973] By: gsar                                  on 1999/02/18  17:10:49
7952         Log: From:    Andy Dougherty <doughera@lafayette.edu>
7953              Date:    Wed, 17 Feb 1999 17:22:50 EST
7954              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
7955              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
7956      Branch: perl
7957            ! lib/dotsh.pl
7958 ____________________________________________________________________________
7959 [  2972] By: gsar                                  on 1999/02/18  17:04:12
7960         Log: s/#defined/#define/
7961      Branch: perl
7962            ! ext/Data/Dumper/Dumper.xs
7963 ____________________________________________________________________________
7964 [  2970] By: gsar                                  on 1999/02/18  03:26:43
7965         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
7966      Branch: perl
7967            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7968            ! ext/GDBM_File/typemap
7969 ____________________________________________________________________________
7970 [  2969] By: gsar                                  on 1999/02/17  23:30:47
7971         Log: correct slurp mode doc
7972      Branch: perl
7973            ! pod/perlfunc.pod pod/perlop.pod
7974 ____________________________________________________________________________
7975 [  2968] By: jhi                                   on 1999/02/17  23:15:49
7976         Log: Ultrix hints update.
7977              
7978              From: Spider Boardman <spider@zk3.dec.com>
7979              To: perlbug@perl.com
7980              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
7981              Date: Tue, 16 Feb 1999 23:04:28 -0500
7982              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
7983      Branch: cfgperl
7984            ! hints/ultrix_4.sh
7985 ____________________________________________________________________________
7986 [  2966] By: jhi                                   on 1999/02/17  23:09:21
7987         Log: Change #2965 wiped out some Sarathy's _55 changes.
7988              Now unwiped.
7989      Branch: cfgperl
7990            ! Configure pp.c t/op/pack.t
7991 ____________________________________________________________________________
7992 [  2965] By: jhi                                   on 1999/02/17  23:00:04
7993         Log: Configure tweaks.
7994              
7995              Fix the Unixware/SCO uname scan:
7996              
7997              From: Tom Hughes <thh@cyberscience.com>
7998              To: perlbug@perl.com
7999              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
8000              Date: 17 Feb 1999 15:34:15 +0000    
8001              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
8002              
8003              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
8004              
8005              From: Joe Buehler <jhpb@hekimian.com>
8006              To: perl5-porters@perl.org
8007              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
8008              Date: 12 Feb 1999 11:25:21 -0500
8009              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
8010              
8011              Make the pthreads joinable constant scan to output to fd 4, not 2.
8012      Branch: cfgperl
8013            ! Configure
8014 ____________________________________________________________________________
8015 [  2964] By: gsar                                  on 1999/02/17  21:30:07
8016         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8017              Date: Wed, 17 Feb 1999 06:53:13 -0700
8018              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
8019              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
8020      Branch: perl
8021            ! lib/Pod/Functions.pm
8022 ____________________________________________________________________________
8023 [  2963] By: gsar                                  on 1999/02/17  21:18:21
8024         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
8025              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8026              Date: Wed, 17 Feb 1999 10:06:01 +0000
8027              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
8028              Subject: Re: [5.005_53] panic: pad_free curpad 
8029      Branch: perl
8030            ! regcomp.c regexec.c t/op/misc.t
8031 ____________________________________________________________________________
8032 [  2962] By: gsar                                  on 1999/02/16  21:26:28
8033         Log: NaNQ? tweak
8034      Branch: perl
8035            ! t/lib/bigfloatpm.t
8036 ____________________________________________________________________________
8037 [  2961] By: jhi                                   on 1999/02/16  19:26:38
8038         Log: Integrate from mainperl.
8039      Branch: cfgperl
8040           !> (integrate 37 files)
8041 ____________________________________________________________________________
8042 [  2960] By: gsar                                  on 1999/02/16  18:04:29
8043         Log: undo change#2465 (qw[] is a real list now)
8044      Branch: perl
8045            ! pod/perlop.pod
8046 ____________________________________________________________________________
8047 [  2959] By: gsar                                  on 1999/02/16  07:09:33
8048         Log: this was 5.005_55
8049      Branch: perl
8050            ! Changes
8051
8052 ----------------
8053 Version 5.005_55
8054 ----------------
8055
8056 ____________________________________________________________________________
8057 [  2958] By: gsar                                  on 1999/02/16  06:18:27
8058         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
8059              elide dups and non-dependents from Changes
8060      Branch: perl
8061            ! Changes pod/perlhist.pod
8062           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
8063           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
8064           !> pod/perlport.pod pp.c t/op/pack.t
8065 ____________________________________________________________________________
8066 [  2957] By: gsar                                  on 1999/02/16  04:09:47
8067         Log: propagate PERL_VERSION everywhere, add to pod
8068      Branch: perl
8069            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
8070            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
8071            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
8072            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
8073            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
8074            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
8075            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
8076            ! win32/config.gc win32/config.vc win32/config_sh.PL
8077            ! win32/win32.c x2p/a2py.c
8078 ____________________________________________________________________________
8079 [  2955] By: jhi                                   on 1999/02/15  16:15:03
8080         Log: The pack tests now better in C90 (after the packnative patches).
8081      Branch: cfgperl
8082            ! t/op/pack.t
8083 ____________________________________________________________________________
8084 [  2954] By: gsar                                  on 1999/02/15  14:11:50
8085         Log: tweak Configure to follow new PERL_VERSION etc.
8086      Branch: perl
8087            ! Configure patchlevel.h pod/perlhist.pod
8088 ____________________________________________________________________________
8089 [  2953] By: jhi                                   on 1999/02/15  14:02:21
8090         Log: Integrate from mainperl.
8091      Branch: cfgperl
8092           !> MANIFEST Porting/makerel
8093 ____________________________________________________________________________
8094 [  2952] By: jhi                                   on 1999/02/15  13:50:07
8095         Log: Enhance the packnative patch: use the packnative code
8096              only if required.  Also added hefty testing (hopefully
8097              I didn't assume too much...).  Tested on alpha, ix86, sparc.
8098      Branch: cfgperl
8099            ! pod/perlfunc.pod pp.c t/op/pack.t
8100 ____________________________________________________________________________
8101 [  2951] By: jhi                                   on 1999/02/15  13:46:56
8102         Log: AVAILABILITY from 5.005_03-tobe, will of course
8103              require updating when 5.006 comes out.
8104      Branch: cfgperl
8105            ! pod/perl.pod
8106 ____________________________________________________________________________
8107 [  2949] By: gsar                                  on 1999/02/15  13:28:51
8108         Log: will this be it for 5.005_55?
8109      Branch: perl
8110            ! MANIFEST Porting/makerel
8111 ____________________________________________________________________________
8112 [  2948] By: jhi                                   on 1999/02/15  13:23:52
8113         Log: Integrate from mainperl.
8114      Branch: cfgperl
8115           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
8116           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8117           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8118           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
8119           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
8120           !> win32/config.gc win32/config.vc win32/config_H.bc
8121           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8122 ____________________________________________________________________________
8123 [  2947] By: jhi                                   on 1999/02/15  13:20:41
8124         Log: perlport.pod 1.39 from Chris.
8125      Branch: cfgperl
8126            ! pod/perlport.pod
8127 ____________________________________________________________________________
8128 [  2946] By: jhi                                   on 1999/02/15  13:09:58
8129         Log: Import Ultrix update, change #2864, 
8130              
8131              From: Spider Boardman <spider@zk3.dec.com>
8132              To: perlbug@perl.com
8133              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
8134              Date: Wed, 10 Feb 1999 23:33:31 -0500
8135              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
8136      Branch: cfgperl
8137            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
8138 ____________________________________________________________________________
8139 [  2945] By: jhi                                   on 1999/02/15  13:04:50
8140         Log: OpenBSD sparc SHMLBA.
8141      Branch: cfgperl
8142            ! ext/IPC/SysV/SysV.xs
8143 ____________________________________________________________________________
8144 [  2944] By: gsar                                  on 1999/02/15  12:09:52
8145         Log: update win32/config* stuff, Changes
8146      Branch: perl
8147            ! Changes win32/Makefile win32/config.bc win32/config.gc
8148            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8149            ! win32/config_H.vc win32/makefile.mk
8150 ____________________________________________________________________________
8151 [  2943] By: gsar                                  on 1999/02/15  11:54:08
8152         Log: #include patchlevel.h by default, provide
8153              PERL_{REVISION,VERSION,SUBVERSION}
8154      Branch: perl
8155            ! patchlevel.h perl.h
8156 ____________________________________________________________________________
8157 [  2942] By: gsar                                  on 1999/02/15  10:26:59
8158         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
8159              misc fixes
8160      Branch: perl
8161            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
8162 ____________________________________________________________________________
8163 [  2941] By: gsar                                  on 1999/02/15  10:24:37
8164         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
8165              Message-ID: <19990207002851.B9185@toldyouso.com>
8166              Message-ID: <19990207212152.A9765@toldyouso.com>
8167              Message-ID: <19990207212041.A9622@toldyouso.com>
8168              Message-ID: <19990207213127.A10244@toldyouso.com>
8169              Message-ID: <19990207212559.A9950@toldyouso.com>
8170              Message-ID: <19990207212842.A9994@toldyouso.com>
8171              Message-ID: <19990207212500.A9860@toldyouso.com>
8172              Message-ID: <19990207213013.A10105@toldyouso.com>
8173      Branch: perl
8174            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8175            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8176            ! pod/perlmodlib.pod pod/perltoc.pod
8177 ____________________________________________________________________________
8178 [  2940] By: gsar                                  on 1999/02/15  10:07:08
8179         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
8180              of suggested patch)
8181              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8182              Date: Mon, 08 Feb 1999 01:14:41 -0000
8183              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
8184              Subject: [PATCH 5.005_54] some pending C.pm stuff 
8185      Branch: perl
8186            ! ext/B/B/C.pm
8187 ____________________________________________________________________________
8188 [  2939] By: jhi                                   on 1999/02/15  08:40:18
8189         Log: Integrate from mainperl.
8190      Branch: cfgperl
8191           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
8192            - lib/File/PathConvert.pm
8193           !> (integrate 81 files)
8194 ____________________________________________________________________________
8195 [  2938] By: gsar                                  on 1999/02/15  06:56:39
8196         Log: change#2839 was bogus, redo
8197      Branch: perl
8198           !> t/lib/h2ph.pht
8199 ____________________________________________________________________________
8200 [  2937] By: gsar                                  on 1999/02/15  06:38:15
8201         Log: support Win32::GetFullPathName() and Win32::SetLastError()
8202              From: jan.dubois@ibm.net (Jan Dubois)
8203              Date: Tue, 09 Feb 1999 22:27:31 +0100
8204              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
8205              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
8206      Branch: perl
8207            ! win32/win32.c
8208 ____________________________________________________________________________
8209 [  2936] By: gsar                                  on 1999/02/15  06:26:39
8210         Log: support native integers, pack("L_",...) etc. (via private mail)
8211              From: Jarkko Hietaniemi <jhi@iki.fi>
8212              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
8213              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
8214              Subject: the "packnative" patch
8215      Branch: perl
8216            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
8217            ! t/lib/ipc_sysv.t t/op/pack.t
8218 ____________________________________________________________________________
8219 [  2935] By: gsar                                  on 1999/02/15  06:04:02
8220         Log: From: Michael G Schwern <schwern@pobox.com>
8221              Date: Tue, 9 Feb 1999 04:13:12 -0500
8222              Message-ID: <19990209041312.A15788@toldyouso.com>
8223              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
8224      Branch: perl
8225            ! utils/h2xs.PL
8226 ____________________________________________________________________________
8227 [  2934] By: gsar                                  on 1999/02/15  05:30:13
8228         Log: fix bugs in the handling of negative numbers, among other things
8229              From: Steven Knight <knight@theopera.baldmt.citilink.com>
8230              Date: Mon, 8 Feb 1999 01:16:24 -0600
8231              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
8232              Subject: Math::BigFloat and Math::BigInt
8233      Branch: perl
8234            + t/lib/bigfloat.t t/lib/bigfloatpm.t
8235            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8236            ! t/lib/bigintpm.t
8237 ____________________________________________________________________________
8238 [  2933] By: gsar                                  on 1999/02/15  04:57:52
8239         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
8240              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
8241              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
8242              Subject: s2p incorrectly handles hold space commands
8243      Branch: perl
8244            ! x2p/s2p.PL
8245 ____________________________________________________________________________
8246 [  2932] By: gsar                                  on 1999/02/15  04:45:55
8247         Log: clarify what a "line" is
8248      Branch: perl
8249            ! pod/perlfunc.pod pod/perlvar.pod
8250 ____________________________________________________________________________
8251 [  2931] By: gsar                                  on 1999/02/15  04:23:29
8252         Log: backout change#2811 and add newer version based on File::Spec
8253              From: Barrie Slaymaker <rbs@telerama.com>
8254              Date: Thu, 11 Feb 1999 16:29:24 -0500
8255              Message-ID: <36C34BB4.A62090E0@telerama.com>
8256              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
8257      Branch: perl
8258            - lib/File/PathConvert.pm
8259            ! MANIFEST installhtml lib/Pod/Html.pm
8260 ____________________________________________________________________________
8261 [  2930] By: gsar                                  on 1999/02/15  04:16:25
8262         Log: From: Barrie Slaymaker <rbs@telerama.com>
8263              Date: Thu, 11 Feb 1999 19:39:48 -0500
8264              Message-ID: <36C37854.707D139@telerama.com>
8265              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
8266      Branch: perl
8267            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
8268 ____________________________________________________________________________
8269 [  2929] By: gsar                                  on 1999/02/15  04:06:50
8270         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
8271              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
8272              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
8273              Subject: [PATCH]5.005_54 (DOC) fix many typos
8274              --
8275              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
8276              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
8277              Subject: [PATCH]5.005_54 (DOC) typos
8278      Branch: perl
8279            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
8280            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
8281            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8282            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8283            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
8284            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
8285            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
8286            ! pod/perlvar.pod pod/perlxs.pod
8287 ____________________________________________________________________________
8288 [  2928] By: gsar                                  on 1999/02/15  03:39:53
8289         Log: allow the Carp routines to pass through exception objects
8290      Branch: perl
8291            ! lib/Carp.pm
8292 ____________________________________________________________________________
8293 [  2927] By: gsar                                  on 1999/02/15  03:22:57
8294         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
8295      Branch: perl
8296            ! pod/perlfaq8.pod
8297 ____________________________________________________________________________
8298 [  2926] By: gsar                                  on 1999/02/15  03:19:39
8299         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
8300              have done that, but didn't)
8301      Branch: perl
8302           !> utils/h2ph.PL
8303 ____________________________________________________________________________
8304 [  2925] By: gsar                                  on 1999/02/15  03:17:01
8305         Log: integrate cfgperl changes into mainline
8306      Branch: perl
8307            ! Changes
8308           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8309           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
8310           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
8311           !> vms/subconfigure.com
8312 ____________________________________________________________________________
8313 [  2924] By: gsar                                  on 1999/02/15  03:07:08
8314         Log: add const qualifier to most char* prototypes, handle ripple effect
8315      Branch: perl
8316            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
8317            ! universal.c util.c
8318 ____________________________________________________________________________
8319 [  2923] By: gsar                                  on 1999/02/15  01:04:30
8320         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8321              Date: Thu, 04 Feb 1999 02:37:31 +0000
8322              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
8323              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
8324      Branch: perl
8325            ! pp_ctl.c t/op/range.t
8326 ____________________________________________________________________________
8327 [  2922] By: gsar                                  on 1999/02/15  00:24:34
8328         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8329              Date: Sun, 31 Jan 1999 01:50:06 +0000
8330              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
8331              Subject: [PATCH 5.005_03t4] regexp flags bug
8332      Branch: perl
8333            ! regcomp.c t/op/re_tests
8334 ____________________________________________________________________________
8335 [  2921] By: gsar                                  on 1999/02/15  00:13:02
8336         Log: use New() et al., rather than safemalloc() et al.
8337              From: jan.dubois@ibm.net (Jan Dubois)
8338              Date: Fri, 29 Jan 1999 23:27:22 +0100
8339              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
8340              Subject: [PATCH _03-MT5] POSIX.xs memory API
8341      Branch: perl
8342            ! ext/POSIX/POSIX.xs
8343 ____________________________________________________________________________
8344 [  2920] By: gsar                                  on 1999/02/15  00:05:33
8345         Log: tweak READ() docs to mention $buffer must be altered by reference
8346      Branch: perl
8347            ! pod/perltie.pod
8348 ____________________________________________________________________________
8349 [  2919] By: gsar                                  on 1999/02/14  23:50:39
8350         Log: applied suggested patch, with several language/readability tweaks
8351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8352              Date: Fri, 29 Jan 1999 00:25:02 -0500
8353              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
8354              Subject: Re: [PATCH 5.005_*] Better parsing docs
8355      Branch: perl
8356            ! pod/perlop.pod
8357 ____________________________________________________________________________
8358 [  2918] By: gsar                                  on 1999/02/14  23:20:42
8359         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
8360              of silently returning bogus values)
8361              From: Peter Chines <pchines@nhgri.nih.gov>
8362              Date: Wed, 27 Jan 1999 16:11:31 -0500
8363              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
8364              Subject: Time::Local
8365      Branch: perl
8366            ! lib/Time/Local.pm pod/perldelta.pod
8367 ____________________________________________________________________________
8368 [  2917] By: gsar                                  on 1999/02/14  11:21:43
8369         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8370              Date: Thu, 28 Jan 1999 10:02:20 -0500
8371              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
8372              Subject: Re: [PATCH 5.005_53] Better perldoc
8373      Branch: perl
8374            ! utils/perldoc.PL
8375 ____________________________________________________________________________
8376 [  2916] By: gsar                                  on 1999/02/14  10:59:38
8377         Log: back out change#2751, apply updated version 
8378              From: jan.dubois@ibm.net (Jan Dubois)
8379              Date: Sat, 06 Feb 1999 01:06:29 +0100
8380              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
8381              Subject: [PATCH] Cleanup of File::Spec module
8382      Branch: perl
8383            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8384            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8385            ! lib/File/Spec/Win32.pm
8386 ____________________________________________________________________________
8387 [  2915] By: gsar                                  on 1999/02/14  10:48:01
8388         Log: tweak select() test
8389      Branch: perl
8390            ! pod/perlipc.pod t/op/fh.t
8391 ____________________________________________________________________________
8392 [  2914] By: gsar                                  on 1999/02/14  10:25:55
8393         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
8394      Branch: perl
8395            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
8396 ____________________________________________________________________________
8397 [  2913] By: gsar                                  on 1999/02/14  10:03:51
8398         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
8399              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
8400              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
8401              Subject: Re: SvOPV() or SvPV_nolen() or ...
8402      Branch: perl
8403            ! pod/perlguts.pod
8404 ____________________________________________________________________________
8405 [  2912] By: gsar                                  on 1999/02/14  09:57:29
8406         Log: provide SvPV_nolen(sv) to avoid use of PL_na
8407              From: jan.dubois@ibm.net (Jan Dubois)
8408              Date: Sun, 24 Jan 1999 02:45:32 +0100
8409              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
8410              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
8411      Branch: perl
8412            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
8413            ! sv.h
8414 ____________________________________________________________________________
8415 [  2911] By: gsar                                  on 1999/02/14  06:51:05
8416         Log: elide stray effluvium
8417      Branch: perl
8418            ! pod/perldelta.pod
8419 ____________________________________________________________________________
8420 [  2910] By: gsar                                  on 1999/02/14  05:51:56
8421         Log: slurping an empty file should return '' rather than undef, with
8422              commensurate effects on ARGV processing
8423      Branch: perl
8424            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
8425            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
8426 ____________________________________________________________________________
8427 [  2909] By: gsar                                  on 1999/02/14  00:02:11
8428         Log: perly_c.diff typo
8429      Branch: perl
8430            ! perly.c perly_c.diff vms/perly_c.vms
8431 ____________________________________________________________________________
8432 [  2908] By: gsar                                  on 1999/02/13  18:20:13
8433         Log: From: jan.dubois@ibm.net (Jan Dubois)
8434              Date: Sat, 13 Feb 1999 13:25:53 +0100
8435              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
8436              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
8437      Branch: perl
8438            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
8439 ____________________________________________________________________________
8440 [  2907] By: jhi                                   on 1999/02/13  15:07:26
8441         Log: Integrate from mainperl.
8442      Branch: cfgperl
8443           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
8444           !> (integrate 150 files)
8445 ____________________________________________________________________________
8446 [  2903] By: gsar                                  on 1999/02/12  13:25:59
8447         Log: From: jan.dubois@ibm.net (Jan Dubois)
8448              Date: Sun, 24 Jan 1999 01:12:00 +0100
8449              Message-ID: <36b66479.62756298@smtp1.ibm.net>
8450              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
8451      Branch: perl
8452            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
8453            ! proto.h sv.c sv.h
8454 ____________________________________________________________________________
8455 [  2902] By: gsar                                  on 1999/02/12  12:55:11
8456         Log: script to generate ctags from etags
8457              From: Colin Kuskie <ckuskie@cadence.com>
8458              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
8459              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
8460              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
8461      Branch: perl
8462            + emacs/e2ctags.pl
8463            ! Makefile.SH pod/perlfaq3.pod
8464 ____________________________________________________________________________
8465 [  2901] By: gsar                                  on 1999/02/12  12:40:17
8466         Log: allow boolean assign ops to be lvalues
8467              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8468              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
8469              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
8470              --
8471              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8472              Date: Mon, 18 Jan 1999 10:04:00 +0000
8473              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
8474              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
8475      Branch: perl
8476            + t/op/lop.t
8477            ! MANIFEST op.c
8478 ____________________________________________________________________________
8479 [  2899] By: jhi                                   on 1999/02/12  12:03:48
8480         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
8481      Branch: cfgperl
8482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8483            ! config_h.SH hints/openbsd.sh
8484 ____________________________________________________________________________
8485 [  2898] By: gsar                                  on 1999/02/12  11:49:25
8486         Log: support win32_putenv()
8487      Branch: perl
8488            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
8489            ! win32/win32.c win32/win32iop.h
8490 ____________________________________________________________________________
8491 [  2894] By: gsar                                  on 1999/02/12  11:09:27
8492         Log: add missing hunk in change#2657
8493      Branch: perl
8494            ! ext/B/B/CC.pm
8495 ____________________________________________________________________________
8496 [  2893] By: gsar                                  on 1999/02/12  11:00:13
8497         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8498              Date: Tue, 19 Jan 1999 20:13:15 -0500
8499              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
8500              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
8501      Branch: perl
8502            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
8503            ! t/pragma/subs.t t/pragma/warning.t
8504 ____________________________________________________________________________
8505 [  2892] By: gsar                                  on 1999/02/12  10:44:38
8506         Log: update change#2670 to later version
8507              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8508              Date: Sun, 31 Jan 1999 16:16:14 +0000
8509              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
8510              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
8511      Branch: perl
8512            ! t/op/subst.t toke.c
8513 ____________________________________________________________________________
8514 [  2891] By: gsar                                  on 1999/02/12  10:31:17
8515         Log: make testsuite somewhat location independent
8516      Branch: perl
8517            ! (edit 117 files)
8518 ____________________________________________________________________________
8519 [  2890] By: gsar                                  on 1999/02/12  10:00:30
8520         Log: add $AutoLoader::VERSION
8521      Branch: perl
8522            ! lib/AutoLoader.pm
8523 ____________________________________________________________________________
8524 [  2889] By: gsar                                  on 1999/02/12  09:55:48
8525         Log: tweak PERL_STRICT_CR notes
8526      Branch: perl
8527            ! pod/perl5005delta.pod
8528 ____________________________________________________________________________
8529 [  2888] By: gsar                                  on 1999/02/12  09:41:45
8530         Log: add note about test-notty target
8531      Branch: perl
8532            ! README.win32
8533 ____________________________________________________________________________
8534 [  2887] By: gsar                                  on 1999/02/12  09:37:37
8535         Log: add perltodo.pod
8536      Branch: perl
8537            + pod/perltodo.pod
8538            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
8539            ! win32/pod.mak
8540 ____________________________________________________________________________
8541 [  2886] By: jhi                                   on 1999/02/12  08:52:14
8542         Log: Integrate from mainperl.
8543      Branch: cfgperl
8544           +> t/op/fh.t
8545           !> (integrate 30 files)
8546 ____________________________________________________________________________
8547 [  2885] By: gsar                                  on 1999/02/12  08:42:10
8548         Log: note how to find REG_INFTY limit
8549      Branch: perl
8550            ! pod/perlre.pod
8551 ____________________________________________________________________________
8552 [  2884] By: jhi                                   on 1999/02/12  08:36:14
8553         Log: OpenBSD pthreads awareness, thanks to
8554              David Leonard <david.leonard@csee.uq.edu.au>
8555      Branch: maint-5.005/perl
8556            ! Configure hints/openbsd.sh
8557 ____________________________________________________________________________
8558 [  2882] By: gsar                                  on 1999/02/12  08:05:20
8559         Log: IO is maintained by p5p (per Graham Barr's wishes)
8560      Branch: perl
8561            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
8562            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
8563            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8564            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8565 ____________________________________________________________________________
8566 [  2881] By: gsar                                  on 1999/02/12  07:57:13
8567         Log: fh.t typo
8568      Branch: perl
8569            ! t/op/fh.t
8570 ____________________________________________________________________________
8571 [  2880] By: gsar                                  on 1999/02/12  07:38:16
8572         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
8573      Branch: perl
8574            ! perl.c pod/perlrun.pod
8575 ____________________________________________________________________________
8576 [  2879] By: gsar                                  on 1999/02/12  05:39:29
8577         Log: fix ops that are not filehandle constructors to not create GV if it
8578              doesn't already exist (avoids leaks); extend semantics of defined()
8579              so that defined(*{$foo}) works (experimental)
8580      Branch: perl
8581            + t/op/fh.t
8582            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
8583            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
8584 ____________________________________________________________________________
8585 [  2877] By: jhi                                   on 1999/02/11  20:44:00
8586         Log: From: Chris Nandor <pudge@pobox.com>
8587              To: perl5-porters@perl.org
8588              Subject: [PATCH] perlport.pod 1.39
8589              Date: Thu, 11 Feb 1999 12:28:35 -0500
8590              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
8591      Branch: cfgperl
8592            ! pod/perlport.pod
8593 ____________________________________________________________________________
8594 [  2870] By: gsar                                  on 1999/02/11  11:17:08
8595         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
8596      Branch: perl
8597            ! ext/IO/lib/IO/Pipe.pm
8598 ____________________________________________________________________________
8599 [  2869] By: gsar                                  on 1999/02/11  11:00:56
8600         Log: update win32/pod.mak
8601      Branch: perl
8602            ! win32/pod.mak
8603 ____________________________________________________________________________
8604 [  2868] By: gsar                                  on 1999/02/11  10:42:44
8605         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
8606              Date: Fri, 08 Jan 1999 14:36:53 +1100
8607              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
8608              Subject: Re: [Fwd: IO::Socket::connect and blocking]
8609      Branch: perl
8610            ! ext/IO/lib/IO/Socket.pm
8611 ____________________________________________________________________________
8612 [  2867] By: gsar                                  on 1999/02/11  09:43:03
8613         Log: av_extend() doc tweak from Jan Dubois
8614      Branch: perl
8615            ! pod/perlguts.pod
8616 ____________________________________________________________________________
8617 [  2866] By: gsar                                  on 1999/02/11  09:27:17
8618         Log: display full pathname of unreadable files
8619      Branch: perl
8620            ! utils/perldoc.PL
8621 ____________________________________________________________________________
8622 [  2865] By: gsar                                  on 1999/02/11  09:02:31
8623         Log: missing patch in change#2522
8624      Branch: perl
8625            ! lib/Pod/Text.pm
8626 ____________________________________________________________________________
8627 [  2864] By: jhi                                   on 1999/02/11  08:45:00
8628         Log: From: Spider Boardman <spider@zk3.dec.com>
8629              To: perlbug@perl.com
8630              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
8631              Date: Wed, 10 Feb 1999 23:33:31 -0500
8632              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
8633      Branch: maint-5.005/perl
8634            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
8635 ____________________________________________________________________________
8636 [  2862] By: gsar                                  on 1999/02/11  08:14:34
8637         Log: integrate changes#2738,2740 from maint-5.005
8638      Branch: perl
8639           !> lib/ExtUtils/MakeMaker.pm
8640 ____________________________________________________________________________
8641 [  2861] By: jhi                                   on 1999/02/11  08:04:25
8642         Log: Integrate from mainperl.
8643      Branch: cfgperl
8644           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
8645           !> t/op/range.t win32/config.gc
8646 ____________________________________________________________________________
8647 [  2860] By: gsar                                  on 1999/02/11  07:30:08
8648         Log: binmode() support for cygwin32 (suggested by Steven Morlock
8649              <newspost@morlock.net>)
8650      Branch: perl
8651            ! perl.h
8652 ____________________________________________________________________________
8653 [  2859] By: gsar                                  on 1999/02/11  07:14:21
8654         Log: update Changes
8655      Branch: perl
8656            ! Changes
8657           !> pod/perl5005delta.pod
8658 ____________________________________________________________________________
8659 [  2856] By: gsar                                  on 1999/02/11  07:07:39
8660         Log: integrate perldelta changes from maint-5.005
8661      Branch: perl
8662           !> pod/perl5005delta.pod
8663 ____________________________________________________________________________
8664 [  2855] By: gsar                                  on 1999/02/11  06:31:50
8665         Log: applied suggested patch; added tests
8666              From: Adam Krolnik <adamk@gypsy.cyrix.com>
8667              Date: Sat, 12 Dec 98 15:30:18 -0600
8668              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
8669              Subject: Range operation doesn't handle IV_MAX
8670      Branch: perl
8671            ! pp_ctl.c t/op/range.t
8672 ____________________________________________________________________________
8673 [  2854] By: gsar                                  on 1999/02/11  05:00:55
8674         Log: compatibility fix: magic non-propagation in foreach implicit localization
8675      Branch: perl
8676            ! pp_ctl.c t/op/local.t win32/config.gc
8677 ____________________________________________________________________________
8678 [  2852] By: gsar                                  on 1999/02/10  23:17:49
8679         Log: fair warning about -Dusethreads
8680      Branch: maint-5.005/perl
8681            ! Configure INSTALL README.threads
8682 ____________________________________________________________________________
8683 [  2847] By: jhi                                   on 1999/02/09  19:13:28
8684         Log: Integrate from mainperl.
8685      Branch: cfgperl
8686           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
8687           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
8688 ____________________________________________________________________________
8689 [  2846] By: gsar                                  on 1999/02/09  13:53:28
8690         Log: a modified version of suggested patch for pack template 'Z'; added docs
8691              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
8692              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
8693              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
8694              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
8695      Branch: perl
8696            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
8697 ____________________________________________________________________________
8698 [  2845] By: gsar                                  on 1999/02/09  00:03:26
8699         Log: clarify docs for change#2835
8700      Branch: perl
8701            ! pod/perldelta.pod pod/perlop.pod
8702 ____________________________________________________________________________
8703 [  2844] By: gsar                                  on 1999/02/08  23:40:57
8704         Log: addendum to change#2823
8705              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8706              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
8707              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
8708              Subject: [PATCH] Docs and tests for method-call syntax
8709      Branch: perl
8710            ! pod/perlobj.pod t/op/method.t
8711 ____________________________________________________________________________
8712 [  2843] By: jhi                                   on 1999/02/08  21:06:28
8713         Log: Ultrix mmap tidbit.
8714      Branch: cfgperl
8715            ! hints/ultrix_4.sh
8716 ____________________________________________________________________________
8717 [  2842] By: jhi                                   on 1999/02/08  20:22:55
8718         Log: Integrate from mainperl.
8719      Branch: cfgperl
8720           +> t/op/subst_wamp.t
8721           !> (integrate 35 files)
8722 ____________________________________________________________________________
8723 [  2841] By: jhi                                   on 1999/02/08  18:23:26
8724         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8725              To: Mailing list Perl5 <perl5-porters@perl.org>
8726              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
8727              Date: Sun, 7 Feb 1999 17:25:22 -0500
8728              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
8729      Branch: cfgperl
8730            + t/op/subst_amp.t
8731            ! MANIFEST regcomp.c t/op/subst.t
8732 ____________________________________________________________________________
8733 [  2840] By: jhi                                   on 1999/02/08  18:16:54
8734         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8735              To: Mailing list Perl5 <perl5-porters@perl.org>
8736              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
8737              Date: Sun, 7 Feb 1999 17:00:10 -0500
8738              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
8739      Branch: cfgperl
8740            ! pp_hot.c t/op/pat.t
8741 ____________________________________________________________________________
8742 [  2839] By: jhi                                   on 1999/02/08  17:25:30
8743         Log: A require was missing.
8744      Branch: cfgperl
8745            ! t/lib/h2ph.pht
8746 ____________________________________________________________________________
8747 [  2838] By: jhi                                   on 1999/02/08  16:38:41
8748         Log: Bring in the change #2809 (the Configure part has been
8749              modified rather a lot since the #2809, though.)
8750      Branch: cfgperl
8751            ! Configure utils/h2ph.PL
8752 ____________________________________________________________________________
8753 [  2835] By: gsar                                  on 1999/02/08  14:40:23
8754         Log: make qw() into a true list at compile time (slightly modified
8755              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
8756      Branch: perl
8757            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
8758 ____________________________________________________________________________
8759 [  2834] By: gsar                                  on 1999/02/08  13:23:16
8760         Log: make safesysmalloc() etc., always available; safemalloc() et al are
8761              now macros that point to the right malloc; fix various places in
8762              sources that need to always use safesysmalloc() et al
8763      Branch: perl
8764            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
8765            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
8766 ____________________________________________________________________________
8767 [  2833] By: gsar                                  on 1999/02/08  10:56:16
8768         Log: remove spurious #endif in last change
8769      Branch: perl
8770            ! perl.h
8771 ____________________________________________________________________________
8772 [  2832] By: gsar                                  on 1999/02/08  10:34:55
8773         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
8774              them ask for insanity (untested)
8775      Branch: perl
8776            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
8777            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
8778            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
8779 ____________________________________________________________________________
8780 [  2831] By: jhi                                   on 1999/02/08  08:33:33
8781         Log: Update vms/subconfigure.com along the lines of change #2829.
8782      Branch: cfgperl
8783            ! vms/subconfigure.com
8784 ____________________________________________________________________________
8785 [  2830] By: gsar                                  on 1999/02/08  00:19:46
8786         Log: integrate cfgperl changes into mainline
8787      Branch: perl
8788           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
8789           +> lib/File/PathConvert.pm pod/perlthrtut.pod
8790            ! Changes
8791           !> (integrate 93 files)
8792 ____________________________________________________________________________
8793 [  2829] By: jhi                                   on 1999/02/07  23:49:46
8794         Log: Configure update.
8795              
8796              Probe for mmap() et alia.
8797              The *cc*symbols patch (just Configure, no h2ph).
8798      Branch: cfgperl
8799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8800            ! config_h.SH perl.h
8801 ____________________________________________________________________________
8802 [  2828] By: gsar                                  on 1999/02/07  23:38:47
8803         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8804              Date: Sun, 7 Feb 1999 17:25:22 -0500
8805              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
8806              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
8807      Branch: perl
8808            + t/op/subst_amp.t t/op/subst_wamp.t
8809            ! MANIFEST regcomp.c t/op/subst.t
8810 ____________________________________________________________________________
8811 [  2827] By: gsar                                  on 1999/02/07  23:27:32
8812         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8813              Date: Sun, 7 Feb 1999 17:00:10 -0500
8814              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
8815              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
8816      Branch: perl
8817            ! pp_hot.c t/op/pat.t
8818 ____________________________________________________________________________
8819 [  2826] By: gsar                                  on 1999/02/07  23:26:04
8820         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
8821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8822              Date: Sun, 7 Feb 1999 15:07:27 -0500
8823              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
8824              Subject: Re: fixing memory leaks in REx compilation
8825      Branch: perl
8826            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
8827            ! regexec.c
8828 ____________________________________________________________________________
8829 [  2825] By: jhi                                   on 1999/02/07  18:05:13
8830         Log: Integrate from mainperl.
8831      Branch: cfgperl
8832           +> lib/DB.pm t/comp/bproto.t
8833           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
8834           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
8835           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
8836           !> toke.c vms/perly_c.vms
8837 ____________________________________________________________________________
8838 [  2824] By: gsar                                  on 1999/02/07  14:21:48
8839         Log: tweak doc on bitwise ops
8840      Branch: perl
8841            ! pod/perlop.pod
8842 ____________________________________________________________________________
8843 [  2823] By: gsar                                  on 1999/02/07  13:38:31
8844         Log: applied suggested patch; regen perly* and vms/perly*
8845              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8846              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
8847              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
8848              Subject: [PATCH] Re: Suggestion for perlobj man page
8849      Branch: perl
8850            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
8851 ____________________________________________________________________________
8852 [  2822] By: gsar                                  on 1999/02/07  12:39:09
8853         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
8854              disabled, fails tests)
8855      Branch: perl
8856            ! regcomp.h
8857 ____________________________________________________________________________
8858 [  2821] By: gsar                                  on 1999/02/07  11:09:39
8859         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
8860              <Alexander.Barilo@aexp.com>)
8861      Branch: perl
8862            ! lib/Pod/Html.pm
8863 ____________________________________________________________________________
8864 [  2820] By: gsar                                  on 1999/02/07  10:20:35
8865         Log: add draft debugging API implementation
8866      Branch: perl
8867            + lib/DB.pm
8868            ! MANIFEST
8869 ____________________________________________________________________________
8870 [  2819] By: gsar                                  on 1999/02/07  09:58:45
8871         Log: avoid garbage in db->dirbuf
8872              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
8873              Date: Sat, 05 Dec 1998 14:14:54 +0900
8874              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
8875              Subject: SDBM bug
8876      Branch: perl
8877            ! ext/SDBM_File/sdbm/sdbm.c
8878 ____________________________________________________________________________
8879 [  2818] By: gsar                                  on 1999/02/07  09:32:24
8880         Log: missing entry
8881      Branch: perl
8882            ! MANIFEST
8883 ____________________________________________________________________________
8884 [  2817] By: gsar                                  on 1999/02/07  09:30:47
8885         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
8886      Branch: perl
8887            + t/comp/bproto.t
8888            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
8889 ____________________________________________________________________________
8890 [  2816] By: gsar                                  on 1999/02/06  00:14:29
8891         Log: minor bug in dumping blessed subrefs
8892      Branch: perl
8893            ! ext/Data/Dumper/Dumper.pm
8894 ____________________________________________________________________________
8895 [  2812] By: jhi                                   on 1999/02/03  22:02:24
8896         Log: Enhance change #2808.
8897              
8898              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8899              To: perl5-porters@perl.org
8900              Subject: Re: [PATCH 5.00*]: perlbug checklist
8901              Date: Wed, 3 Feb 1999 19:02:27 +0000
8902              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
8903      Branch: cfgperl
8904            ! utils/perlbug.PL
8905 ____________________________________________________________________________
8906 [  2811] By: jhi                                   on 1999/02/03  21:53:23
8907         Log: From: Barrie Slaymaker <rbs@telerama.com>
8908              To: perl5-porters@perl.org
8909              CC: pod-people@perl.org
8910              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
8911              Date: Wed, 03 Feb 1999 10:34:18 -0500
8912              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
8913              
8914              Add File::PathConvert.pm.
8915              Fix Pod::Html and installhtml to understand relative urls.
8916      Branch: cfgperl
8917            + lib/File/PathConvert.pm
8918            ! MANIFEST installhtml lib/Pod/Html.pm
8919 ____________________________________________________________________________
8920 [  2810] By: jhi                                   on 1999/02/03  20:25:10
8921         Log: From: Francois Desarmenien <desar@club-internet.fr>
8922              To: Mailing list Perl5 <perl5-porters@perl.org>
8923              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
8924              Date: Wed, 03 Feb 1999 13:13:24 +0000
8925              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
8926              
8927              (note: this patch completely overrides Tom Wolfe's patch,
8928              change #2604)
8929      Branch: cfgperl
8930            + ext/GDBM_File/hints/sco.pl
8931            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
8932 ____________________________________________________________________________
8933 [  2809] By: jhi                                   on 1999/02/03  19:54:16
8934         Log: h2ph fixes + Configure patch to support them.
8935              
8936              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8937              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
8938              Gurusamy Sarathy <gsar@engin.umich.edu>
8939              Cc: perl5-porters@perl.org
8940              Subject: [PATCH 5.00503_MT5] h2ph.PL
8941              Date: Tue, 2 Feb 1999 19:48:06 -0500
8942              Message-ID: <19990202194806.E10647@O2.chapin.edu>
8943      Branch: maint-5.005/perl
8944            ! Configure utils/h2ph.PL
8945 ____________________________________________________________________________
8946 [  2808] By: jhi                                   on 1999/02/03  16:59:55
8947         Log: Enhance the perlbug checklist.
8948      Branch: cfgperl
8949            ! utils/perlbug.PL
8950 ____________________________________________________________________________
8951 [  2807] By: jhi                                   on 1999/02/03  14:01:37
8952         Log: Document the standard strftime %formats.
8953              
8954              From: Dominic Dunlop <domo@vo.lu>
8955              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
8956              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
8957              Date: Tue, 2 Feb 1999 15:55:29 +0100
8958              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
8959      Branch: cfgperl
8960            ! ext/POSIX/POSIX.pod
8961 ____________________________________________________________________________
8962 [  2806] By: jhi                                   on 1999/02/03  13:58:00
8963         Log: Integrate from mainperl.
8964      Branch: cfgperl
8965           !> perl.h
8966 ____________________________________________________________________________
8967 [  2805] By: gsar                                  on 1999/02/03  03:32:31
8968         Log: PL_uuemap[] init needs help for sizeof()
8969      Branch: perl
8970            ! perl.h
8971 ____________________________________________________________________________
8972 [  2804] By: jhi                                   on 1999/02/02  20:44:30
8973         Log: These should've been already in #2803.
8974      Branch: cfgperl
8975            ! Configure config_h.SH vms/subconfigure.com
8976 ____________________________________________________________________________
8977 [  2803] By: jhi                                   on 1999/02/02  20:38:45
8978         Log: telldir prototype issue, from mists of time...
8979      Branch: cfgperl
8980            ! hints/netbsd.sh pp_sys.c
8981 ____________________________________________________________________________
8982 [  2801] By: jhi                                   on 1999/02/02  17:40:14
8983         Log: From: John Bley <jbb6@acpub.duke.edu>
8984              To: perlbug@perl.org
8985              Subject: [PATCH]5.005_54 (DOC) fix minor typos
8986              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
8987              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
8988      Branch: cfgperl
8989            ! pod/perlre.pod
8990 ____________________________________________________________________________
8991 [  2800] By: jhi                                   on 1999/02/02  17:26:49
8992         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
8993      Branch: cfgperl
8994            ! Todo-5.005
8995 ____________________________________________________________________________
8996 [  2799] By: jhi                                   on 1999/02/02  17:18:51
8997         Log: Update FindBin from maint-5.005.
8998      Branch: cfgperl
8999            ! lib/FindBin.pm
9000 ____________________________________________________________________________
9001 [  2798] By: jhi                                   on 1999/02/02  17:16:07
9002         Log: Fix typecasts in #2797
9003              
9004              From: "G. Del Merritt" <del@intranetics.com>
9005              Date: Fri, 29 Jan 1999 11:47:25 -0700
9006              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
9007              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
9008      Branch: cfgperl
9009            ! ext/POSIX/POSIX.xs
9010 ____________________________________________________________________________
9011 [  2797] By: jhi                                   on 1999/02/02  17:14:37
9012         Log: From: Ted Law <tedlaw@cibcwg.com>
9013              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
9014              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
9015              Subject: POSIX::strftime buffer overflow problem
9016      Branch: cfgperl
9017            ! ext/POSIX/POSIX.xs
9018 ____________________________________________________________________________
9019 [  2796] By: jhi                                   on 1999/02/02  17:13:23
9020         Log: Do not use File::Slurp.
9021      Branch: cfgperl
9022            ! t/lib/textfill.t
9023 ____________________________________________________________________________
9024 [  2795] By: jhi                                   on 1999/02/02  17:11:48
9025         Log: perlhist update from maint-5.005.
9026      Branch: cfgperl
9027            ! pod/perlhist.pod
9028 ____________________________________________________________________________
9029 [  2794] By: jhi                                   on 1999/02/02  17:10:33
9030         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
9031      Branch: cfgperl
9032            ! ext/POSIX/POSIX.pm
9033 ____________________________________________________________________________
9034 [  2793] By: jhi                                   on 1999/02/02  17:08:39
9035         Log: Missed the html test from change #2787. 
9036      Branch: cfgperl
9037            ! t/lib/cgi-html.t
9038 ____________________________________________________________________________
9039 [  2792] By: jhi                                   on 1999/02/02  17:01:24
9040         Log: Update Getopt::Long to 2.19.
9041      Branch: cfgperl
9042            ! lib/Getopt/Long.pm
9043 ____________________________________________________________________________
9044 [  2791] By: jhi                                   on 1999/02/02  16:59:13
9045         Log: overload syntax is no longer experimental
9046      Branch: cfgperl
9047            ! lib/overload.pm
9048 ____________________________________________________________________________
9049 [  2789] By: jhi                                   on 1999/02/02  16:47:50
9050         Log: Still doc fixes.
9051      Branch: cfgperl
9052            ! lib/diagnostics.pm
9053 ____________________________________________________________________________
9054 [  2788] By: jhi                                   on 1999/02/02  16:47:07
9055         Log: Doc fixes.
9056      Branch: cfgperl
9057            ! lib/CGI.pm lib/diagnostics.pm
9058 ____________________________________________________________________________
9059 [  2787] By: jhi                                   on 1999/02/02  16:38:55
9060         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
9061              where applicable).
9062      Branch: cfgperl
9063            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
9064            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
9065            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
9066            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
9067            ! eg/cgi/frameset.cgi eg/cgi/index.html
9068            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9069            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9070            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9071            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
9072            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9073            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
9074 ____________________________________________________________________________
9075 [  2786] By: jhi                                   on 1999/02/02  16:17:52
9076         Log: Update CPAN to 1.47.
9077      Branch: cfgperl
9078            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9079 ____________________________________________________________________________
9080 [  2785] By: jhi                                   on 1999/02/02  16:09:03
9081         Log: From: Mark-Jason Dominus <mjd@plover.com>
9082              Date: Sat, 16 Jan 1999 17:22:06 -0500
9083              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
9084              Message-ID: <19990116222206.3674.qmail@plover.com>
9085      Branch: cfgperl
9086            ! pod/perlsub.pod
9087 ____________________________________________________________________________
9088 [  2784] By: jhi                                   on 1999/02/02  16:01:31
9089         Log: Fix incorrect "used only once" warnings
9090              
9091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9092              Date: Fri, 8 Jan 1999 04:37:10 -0500
9093              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
9094              Subject: Re: change#965 flakiness
9095      Branch: cfgperl
9096            ! gv.c
9097 ____________________________________________________________________________
9098 [  2783] By: jhi                                   on 1999/02/02  15:50:38
9099         Log: perldelta updates.
9100      Branch: cfgperl
9101            ! pod/perldelta.pod
9102 ____________________________________________________________________________
9103 [  2782] By: jhi                                   on 1999/02/02  14:28:26
9104         Log: Mirror change #2781.
9105      Branch: cfgperl
9106            ! hints/linux.sh
9107 ____________________________________________________________________________
9108 [  2781] By: jhi                                   on 1999/02/02  14:27:01
9109         Log: Update the MkLinux note.
9110      Branch: maint-5.005/perl
9111            ! hints/linux.sh
9112 ____________________________________________________________________________
9113 [  2780] By: jhi                                   on 1999/02/02  14:10:59
9114         Log: Update todo.
9115      Branch: cfgperl
9116            ! Todo-5.005
9117 ____________________________________________________________________________
9118 [  2779] By: jhi                                   on 1999/02/02  14:00:25
9119         Log: Integrate from mainperl.
9120      Branch: cfgperl
9121            ! t/lib/textfill.t t/lib/textwrap.t
9122           !> (integrate 32 files)
9123 ____________________________________________________________________________
9124 [  2778] By: jhi                                   on 1999/02/02  13:56:23
9125         Log: VMS update, applicable parts of
9126              
9127              From: Dan Sugalski <sugalskd@osshe.edu>
9128              To: perl5-porters@perl.org
9129              Subject: [PATCH 5.005_03MT3]VMS configure tweak
9130              Date: Wed, 20 Jan 1999 12:05:18 -0800
9131              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
9132              
9133              From: Dan Sugalski <sugalskd@osshe.edu>
9134              To: perlbug@perl.com, vmsperl@perl.org
9135              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
9136              Date: Tue, 26 Jan 1999 14:40:38 -0800
9137              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
9138              
9139              From: Dan Sugalski <sugalskd@osshe.edu>
9140              To: perl5-porters@perl.org, vmsperl@perl.org
9141              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
9142              Date: Tue, 26 Jan 1999 14:55:29 -0800
9143              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
9144      Branch: cfgperl
9145            ! vms/ext/Stdio/test.pl vms/subconfigure.com
9146 ____________________________________________________________________________
9147 [  2777] By: jhi                                   on 1999/02/02  13:43:24
9148         Log: Synch usethreads parts from maint-5.005.
9149      Branch: cfgperl
9150            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
9151            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
9152            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
9153            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
9154 ____________________________________________________________________________
9155 [  2776] By: jhi                                   on 1999/02/02  13:17:16
9156         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
9157      Branch: cfgperl
9158            ! Makefile.SH hints/freebsd.sh
9159 ____________________________________________________________________________
9160 [  2774] By: jhi                                   on 1999/02/02  13:10:39
9161         Log: Add perlthrtut, update pod/* machinery.
9162              (a pod/Makefile.SH is sorely needed)
9163      Branch: cfgperl
9164            + pod/perlthrtut.pod
9165            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
9166 ____________________________________________________________________________
9167 [  2773] By: jhi                                   on 1999/02/02  12:54:24
9168         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9169              To: perl5-porters@perl.org
9170              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
9171              Date: Tue, 26 Jan 1999 22:25:07 +0000
9172              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
9173      Branch: cfgperl
9174            ! pod/perlguts.pod
9175 ____________________________________________________________________________
9176 [  2771] By: jhi                                   on 1999/02/02  12:47:34
9177         Log: Use perlbug instead of personal email address.
9178      Branch: cfgperl
9179            ! Configure
9180 ____________________________________________________________________________
9181 [  2770] By: jhi                                   on 1999/02/02  12:42:06
9182         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
9183              
9184              From: "G. Del Merritt" <del@intranetics.com>
9185              To: perlbug@perl.com
9186              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9187              Date: Tue, 26 Jan 1999 12:09:09 -0700
9188              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9189      Branch: cfgperl
9190            ! iperlsys.h
9191 ____________________________________________________________________________
9192 [  2769] By: jhi                                   on 1999/02/02  12:37:57
9193         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9194              To: Mailing list Perl5 <perl5-porters@perl.org>
9195              Subject: [PATCH 5.005_*] OS/2 threads
9196              Date: Tue, 26 Jan 1999 13:39:46 -0500
9197              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
9198      Branch: cfgperl
9199            ! os2/os2ish.h
9200 ____________________________________________________________________________
9201 [  2768] By: jhi                                   on 1999/02/02  12:36:16
9202         Log: Apply change #2711 from maint-5.005:
9203              
9204              make ok", "make okfile", and "make nok" were broken
9205              with -Duseshrplib, because of a shared typo.
9206              
9207              From: Spider Boardman <spider@web.zk3.dec.com>
9208              To: perlbug@perl.com
9209              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9210              Date: Wed, 27 Jan 1999 12:27:15 -0500
9211              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
9212      Branch: cfgperl
9213            ! Makefile.SH
9214 ____________________________________________________________________________
9215 [  2766] By: jhi                                   on 1999/02/02  12:27:08
9216         Log: Make Configure use "int main()" instead of bare "main()".
9217              Like maint-5.005 change #2703 but now via metaconfig.
9218      Branch: cfgperl
9219            ! Configure
9220 ____________________________________________________________________________
9221 [  2765] By: jhi                                   on 1999/02/02  11:59:30
9222         Log: Undo part of change #2562.
9223      Branch: cfgperl
9224            ! Configure
9225 ____________________________________________________________________________
9226 [  2764] By: jhi                                   on 1999/02/02  11:52:39
9227         Log: NetBSD synch with maint-5.005.
9228      Branch: cfgperl
9229            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
9230 ____________________________________________________________________________
9231 [  2763] By: jhi                                   on 1999/02/02  11:44:07
9232         Log: $Config{installusrbinperl}
9233              (maint-5.005 changes #2614 and #2709)
9234      Branch: cfgperl
9235            ! Configure installperl
9236 ____________________________________________________________________________
9237 [  2762] By: jhi                                   on 1999/02/02  11:29:13
9238         Log: Errno update from maint-5.005 (changes #2583, #2710).
9239      Branch: cfgperl
9240            ! Configure ext/Errno/Errno_pm.PL
9241 ____________________________________________________________________________
9242 [  2759] By: jhi                                   on 1999/02/02  10:53:20
9243         Log: Update Trig.pm from maint-5.005.
9244      Branch: cfgperl
9245            ! lib/Math/Trig.pm
9246 ____________________________________________________________________________
9247 [  2757] By: jhi                                   on 1999/02/02  10:41:26
9248         Log: MPE/iX update (mirror maint-5.005 change #2715)
9249      Branch: cfgperl
9250            ! hints/mpeix.sh mpeix/relink
9251 ____________________________________________________________________________
9252 [  2756] By: jhi                                   on 1999/02/02  10:38:08
9253         Log: BeOS update (Mirror maint-5.005 change #2727).
9254      Branch: cfgperl
9255            + ext/DynaLoader/dl_beos.xs
9256            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
9257            ! lib/ExtUtils/MM_Unix.pm
9258 ____________________________________________________________________________
9259 [  2754] By: gsar                                  on 1999/02/02  08:52:13
9260         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
9261      Branch: perl
9262            ! Porting/pumpkin.pod Todo Todo-5.005
9263 ____________________________________________________________________________
9264 [  2753] By: gsar                                  on 1999/02/02  08:46:21
9265         Log: Todo tweaks
9266      Branch: perl
9267            ! Todo Todo-5.005
9268 ____________________________________________________________________________
9269 [  2752] By: jhi                                   on 1999/02/01  22:15:12
9270         Log: Add perlthrtut.pod.
9271              
9272              From: Dan Sugalski <sugalskd@osshe.edu>
9273              To: perl5-porters@perl.org
9274              Subject: perlthrtut.pod
9275              Date: Mon, 01 Feb 1999 10:57:11 -0800
9276              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
9277      Branch: maint-5.005/perl
9278            + pod/perlthrtut.pod
9279            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
9280            ! pod/roffitall
9281 ____________________________________________________________________________
9282 [  2751] By: gsar                                  on 1999/02/01  07:28:05
9283         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
9284      Branch: perl
9285            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9286            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9287 ____________________________________________________________________________
9288 [  2750] By: gsar                                  on 1999/02/01  07:09:20
9289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9290              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
9291              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
9292              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
9293      Branch: perl
9294            ! regexec.c
9295 ____________________________________________________________________________
9296 [  2749] By: gsar                                  on 1999/02/01  07:07:59
9297         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9298              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
9299              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
9300              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
9301      Branch: perl
9302            ! regexec.c
9303 ____________________________________________________________________________
9304 [  2748] By: gsar                                  on 1999/02/01  06:47:06
9305         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
9306              Date: Thu, 3 Dec 1998 15:10:17 -0500
9307              Message-Id: <199812032010.PAA09692@jik.shore.net>
9308              Subject: sample checksum code in "perlfunc" man page is wrong
9309      Branch: perl
9310            ! pod/perlfunc.pod
9311 ____________________________________________________________________________
9312 [  2747] By: gsar                                  on 1999/02/01  06:35:13
9313         Log: typos in Pod/Text.pm
9314              From: "Greg Chapman" <glc@well.com>
9315              Date: Tue, 1 Dec 1998 10:50:18 -0800
9316              Message-Id: <199812011849.KAA08816@smtp.well.com>
9317              Subject: Glitch in Pod::Text
9318      Branch: perl
9319            ! lib/Pod/Text.pm
9320 ____________________________________________________________________________
9321 [  2746] By: gsar                                  on 1999/02/01  06:27:35
9322         Log: various win32-ish changes merged from maint-5.005
9323      Branch: perl
9324            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
9325            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
9326            ! win32/Makefile win32/config.bc win32/config.vc
9327            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
9328            ! win32/win32.c
9329 ____________________________________________________________________________
9330 [  2745] By: gsar                                  on 1999/02/01  04:51:54
9331         Log: integrate cfgperl changes into mainline
9332      Branch: perl
9333           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
9334 ____________________________________________________________________________
9335 [  2744] By: gsar                                  on 1999/02/01  04:31:09
9336         Log: improved diagnostic on syntax errors at EOL
9337      Branch: perl
9338            ! toke.c
9339 ____________________________________________________________________________
9340 [  2743] By: gsar                                  on 1999/02/01  03:59:13
9341         Log: don't attempt connect() to bogus IP addresses
9342              From:    Graham Barr <gbarr@pobox.com>
9343              Date:    Sun, 31 Jan 1999 21:50:45 CST
9344              Message-Id: <19990131215045.A633@pobox.com>
9345      Branch: perl
9346            ! t/lib/io_multihomed.t
9347 ____________________________________________________________________________
9348 [  2742] By: gsar                                  on 1999/02/01  03:08:58
9349         Log: update Changes
9350      Branch: perl
9351            ! Changes pod/perldelta.pod
9352 ____________________________________________________________________________
9353 [  2740] By: gsar                                  on 1999/02/01  02:43:07
9354         Log: CAPI inheritance tweak and doc
9355      Branch: maint-5.005/perl
9356            ! lib/ExtUtils/MakeMaker.pm
9357 ____________________________________________________________________________
9358 [  2739] By: jhi                                   on 1999/01/31  18:31:54
9359         Log: Undo changes #2730 and #2731 and replace them
9360              with an extensively tested patch from
9361              Anton Berezin <tobez@plab.ku.dk> (via private email).
9362      Branch: maint-5.005/perl
9363            ! Makefile.SH hints/freebsd.sh
9364 ____________________________________________________________________________
9365 [  2738] By: gsar                                  on 1999/01/31  05:04:32
9366         Log: fix bogus CAPI inheritance from change#2541
9367      Branch: maint-5.005/perl
9368            ! lib/ExtUtils/MakeMaker.pm
9369 ____________________________________________________________________________
9370 [  2731] By: jhi                                   on 1999/01/29  14:33:12
9371         Log: FreeBSD version numbers can be like "2.2.8-release".
9372      Branch: maint-5.005/perl
9373            ! hints/freebsd.sh
9374 ____________________________________________________________________________
9375 [  2730] By: jhi                                   on 1999/01/29  12:40:38
9376         Log: FreeBSD hints iteration (hopefully convergent).
9377              usethreads: require at least FreeBSD 2.2.8.
9378              signal type: mirror change #2429 in cfgperl.
9379      Branch: maint-5.005/perl
9380            ! hints/freebsd.sh
9381 ____________________________________________________________________________
9382 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
9383         Log: From: Tom Spindler <dogcow@isi.net>
9384              Date: Thu, 28 Jan 1999 17:15:11 -0800
9385              Message-ID: <19990128171510.A11778@isi.net>
9386              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
9387      Branch: maint-5.005/perl
9388            + ext/DynaLoader/dl_beos.xs
9389            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
9390            ! lib/ExtUtils/MM_Unix.pm
9391 ____________________________________________________________________________
9392 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
9393         Log: Remove use of File::Slurp in t/lib/textfill.t
9394      Branch: maint-5.005/perl
9395            ! t/lib/textfill.t
9396 ____________________________________________________________________________
9397 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
9398         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
9399              Date: Wed, 27 Jan 1999 23:14:33 -0800
9400              Message-Id: <199901280714.XAA10176@activestate.com>
9401              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
9402      Branch: maint-5.005/perl
9403            ! win32/Makefile win32/makefile.mk
9404 ____________________________________________________________________________
9405 [  2720] By: gsar                                  on 1999/01/27  21:54:42
9406         Log: missing space while munging CCFLAGS for PERL_CAPI
9407      Branch: perl
9408            ! lib/ExtUtils/MM_Unix.pm
9409 ____________________________________________________________________________
9410 [  2718] By: jhi                                   on 1999/01/27  19:46:04
9411         Log: io/fs.t fails test #18 (sense of tests appears to have been
9412              changed incompletely; this patch just skips the test attached,
9413              a la test #17 preceding it).
9414              
9415              From: "G. Del Merritt" <del@intranetics.com>
9416              To: perlbug@perl.com
9417              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9418              Date: Tue, 26 Jan 1999 12:09:09 -0700
9419              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9420      Branch: maint-5.005/perl
9421            ! t/io/fs.t
9422 ____________________________________________________________________________
9423 [  2717] By: jhi                                   on 1999/01/27  19:44:46
9424         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
9425              
9426              From: "G. Del Merritt" <del@intranetics.com>
9427              To: perlbug@perl.com
9428              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9429              Date: Tue, 26 Jan 1999 12:09:09 -0700
9430              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9431      Branch: maint-5.005/perl
9432            ! iperlsys.h
9433 ____________________________________________________________________________
9434 [  2715] By: jhi                                   on 1999/01/27  19:34:28
9435         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
9436              To: perl5-porters@perl.org
9437              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
9438              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
9439              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
9440      Branch: maint-5.005/perl
9441            ! hints/mpeix.sh mpeix/relink
9442 ____________________________________________________________________________
9443 [  2710] By: jhi                                   on 1999/01/27  19:22:23
9444         Log: Errno fixes:
9445              
9446              From: Spider Boardman <spider@web.zk3.dec.com>
9447              To: perlbug@perl.com
9448              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9449              Date: Wed, 27 Jan 1999 12:27:15 -0500
9450              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
9451              
9452              From: Spider Boardman <spider@web.zk3.dec.com>
9453              To: perlbug@perl.com
9454              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9455              Date: Wed, 27 Jan 1999 13:31:16 -0500
9456              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
9457      Branch: maint-5.005/perl
9458            ! Configure ext/Errno/Errno_pm.PL
9459 ____________________________________________________________________________
9460 [  2709] By: jhi                                   on 1999/01/27  19:17:35
9461         Log: Fix Configure installusrbinperl:
9462              
9463              From: Spider Boardman <spider@web.zk3.dec.com>
9464              To: jhi@iki.fi
9465              cc: perl5-porters@perl.org
9466              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9467              Date: Wed, 27 Jan 1999 13:03:35 -0500
9468              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
9469      Branch: maint-5.005/perl
9470            ! Configure
9471 ____________________________________________________________________________
9472 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
9473         Log: Add redef IO::Handle::* for setv?buf()
9474      Branch: maint-5.005/perl
9475            ! ext/POSIX/POSIX.pm
9476 ____________________________________________________________________________
9477 [  2705] By: jhi                                   on 1999/01/24  15:14:30
9478         Log: Mention year-1900 and month 0..11.
9479      Branch: cfgperl
9480            ! lib/Time/Local.pm
9481 ____________________________________________________________________________
9482 [  2704] By: jhi                                   on 1999/01/24  15:13:36
9483         Log: Document Configure -Uinstallusrbinperl.
9484      Branch: cfgperl
9485            ! INSTALL pod/perldelta.pod
9486 ____________________________________________________________________________
9487 [  2698] By: jhi                                   on 1999/01/24  12:46:00
9488         Log: Use only xlc_r for usethreads.
9489      Branch: cfgperl
9490            ! hints/aix.sh
9491 ____________________________________________________________________________
9492 [  2695] By: gsar                                  on 1999/01/24  07:09:05
9493         Log: integrate cfgperl changes into mainline
9494      Branch: perl
9495           +> lib/Exporter/Heavy.pm
9496           !> (integrate 65 files)
9497 ____________________________________________________________________________
9498 [  2694] By: gsar                                  on 1999/01/24  01:28:49
9499         Log: better notes on 'make' on win32
9500      Branch: perl
9501            ! README.win32
9502 ____________________________________________________________________________
9503 [  2683] By: jhi                                   on 1999/01/22  15:41:00
9504         Log: More de-cut-and-pastos.
9505      Branch: cfgperl
9506            ! hints/irix_6.sh hints/os2.sh
9507 ____________________________________________________________________________
9508 [  2682] By: jhi                                   on 1999/01/22  15:30:51
9509         Log: usethreads.cbu cut-and-pasto.
9510      Branch: cfgperl
9511            ! hints/solaris_2.sh
9512 ____________________________________________________________________________
9513 [  2681] By: jhi                                   on 1999/01/22  14:54:55
9514         Log: Better (I hope) LANGUAGE documentation.
9515      Branch: cfgperl
9516            ! pod/perllocale.pod
9517 ____________________________________________________________________________
9518 [  2680] By: jhi                                   on 1999/01/22  09:20:29
9519         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9520              To: perl5-porters@perl.org
9521              Subject: [PATCH 5.005_03MT3]VMS configure tweak
9522              Date: Wed, 20 Jan 1999 12:05:18 -0800
9523              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
9524      Branch: cfgperl
9525            ! vms/subconfigure.com
9526 ____________________________________________________________________________
9527 [  2679] By: jhi                                   on 1999/01/22  09:13:18
9528         Log: nosuid getmntent() branch.
9529      Branch: cfgperl
9530            ! perl.c perl.h
9531 ____________________________________________________________________________
9532 [  2678] By: jhi                                   on 1999/01/22  08:54:19
9533         Log: nosuid patch continued: *BSD needs <sys/param.h>.
9534      Branch: cfgperl
9535            ! Configure config_h.SH
9536 ____________________________________________________________________________
9537 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
9538         Log: Fixup FindBin to use File::Spec
9539              
9540              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
9541              Date: Wed, 20 Jan 1999 18:51:57 +0000
9542              From: Paul Johnson <pjcj@transeda.com>
9543              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
9544      Branch: maint-5.005/perl
9545            ! lib/FindBin.pm
9546 ____________________________________________________________________________
9547 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
9548         Log: Fix win32 for Borland compiler and spaces in paths
9549              
9550              From: Gurusamy Sarathy <gsar@activestate.com>
9551              Date: Mon, 18 Jan 1999 20:33:17 -0800
9552              Message-Id: <199901190433.UAA03656@activestate.com>
9553              Subject: [PATCH] 5.005_03-trial3 win32 issues
9554      Branch: maint-5.005/perl
9555            ! README.win32 win32/Makefile win32/config_sh.PL
9556            ! win32/makefile.mk win32/runperl.c
9557 ____________________________________________________________________________
9558 [  2670] By: jhi                                   on 1999/01/21  16:12:38
9559         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9560              To: perl5-porters@perl.org
9561              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
9562              Date: Thu, 21 Jan 1999 12:08:01 +0000
9563              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
9564      Branch: cfgperl
9565            ! pod/perldiag.pod t/op/subst.t toke.c
9566 ____________________________________________________________________________
9567 [  2669] By: jhi                                   on 1999/01/21  16:11:46
9568         Log: To: perl5-porters@perl.org
9569              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
9570              From: Anton Berezin <tobez@plab.ku.dk>
9571              Date: 21 Jan 1999 17:07:28 +0100
9572              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
9573      Branch: cfgperl
9574            ! hints/freebsd.sh
9575 ____________________________________________________________________________
9576 [  2668] By: jhi                                   on 1999/01/21  15:38:34
9577         Log: Add Daniel Grisinger <dgris@dimensional.com>.
9578      Branch: cfgperl
9579            ! AUTHORS MAINTAIN
9580 ____________________________________________________________________________
9581 [  2667] By: jhi                                   on 1999/01/21  15:32:28
9582         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9583              To: Mailing list Perl5 <perl5-porters@perl.org>
9584              Subject: [PATCH 5.005_53] Lean Exporter.pm
9585              Date: Thu, 21 Jan 1999 03:25:23 -0500
9586              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
9587      Branch: cfgperl
9588            + lib/Exporter/Heavy.pm
9589            ! MANIFEST lib/Exporter.pm
9590 ____________________________________________________________________________
9591 [  2666] By: jhi                                   on 1999/01/21  15:24:10
9592         Log: From: "W. Phillip Moore" <wpm@ms.com>
9593              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
9594              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
9595              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
9596              Message-ID: <13988.46383.298992.97303@zappa>
9597      Branch: cfgperl
9598            ! lib/File/Path.pm
9599 ____________________________________________________________________________
9600 [  2665] By: jhi                                   on 1999/01/21  15:20:48
9601         Log: CPAN update (CPAN-1.44_54) from Andreas and
9602              jumbo doc patch from Abigail.
9603              
9604              From: abigail@fnx.com
9605              To: perl5-porters@perl.org (Perl Porters)
9606              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
9607              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
9608              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
9609              
9610              From: abigail@fnx.com
9611              To: perl5-porters@perl.org (Perl Porters)
9612              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
9613              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
9614              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
9615              
9616              From: abigail@fnx.com
9617              To: perl5-porters@perl.org (Perl Porters)
9618              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
9619              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
9620              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
9621              
9622              From: abigail@fnx.com
9623              To: perl5-porters@perl.org (Perl Porters)
9624              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
9625              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
9626              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
9627              
9628              From: abigail@fnx.com
9629              To: perl5-porters@perl.org (Perl Porters)
9630              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
9631              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
9632              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
9633              
9634              From: abigail@fnx.com
9635              To: perl5-porters@perl.org (Perl Porters)
9636              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
9637              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
9638              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
9639              
9640              From: abigail@fnx.com
9641              To: perl5-porters@perl.org (Perl Porters)
9642              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
9643              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
9644              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
9645              
9646              From: abigail@fnx.com
9647              To: perl5-porters@perl.org (Perl Porters)
9648              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
9649              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
9650              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
9651              
9652              From: abigail@fnx.com
9653              To: perl5-porters@perl.org (Perl Porters)
9654              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
9655              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
9656              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
9657              
9658              From: abigail@fnx.com
9659              To: perl5-porters@perl.org (Perl Porters)
9660              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
9661              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
9662              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
9663              
9664              From: abigail@fnx.com
9665              To: perl5-porters@perl.org (Perl Porters)
9666              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
9667              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
9668              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
9669              
9670              From: abigail@fnx.com
9671              To: perl5-porters@perl.org (Perl Porters)
9672              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
9673              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
9674              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
9675              
9676              From: abigail@fnx.com
9677              To: perl5-porters@perl.org (Perl Porters)
9678              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
9679              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
9680              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
9681      Branch: cfgperl
9682            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
9683            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9684            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
9685            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
9686 ____________________________________________________________________________
9687 [  2664] By: jhi                                   on 1999/01/21  14:47:43
9688         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9689              To: Mailing list Perl5 <perl5-porters@perl.org>
9690              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
9691              Date: Thu, 21 Jan 1999 03:58:29 -0500
9692              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
9693      Branch: cfgperl
9694            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
9695 ____________________________________________________________________________
9696 [  2663] By: jhi                                   on 1999/01/21  14:43:58
9697         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9698              To: Mailing list Perl5 <perl5-porters@perl.org>
9699              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
9700              Date: Thu, 21 Jan 1999 02:46:34 -0500
9701              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
9702      Branch: cfgperl
9703            ! ext/Errno/Errno_pm.PL
9704 ____________________________________________________________________________
9705 [  2662] By: jhi                                   on 1999/01/21  14:42:42
9706         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9707              To: Francois Desarmenien <desar@club-internet.fr>
9708              Cc: Gurusamy Sarathy <gsar@activestate.com>,
9709              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
9710              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
9711              Date: 21 Jan 1999 00:17:35 -0700
9712              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
9713      Branch: cfgperl
9714            ! Porting/patching.pod
9715 ____________________________________________________________________________
9716 [  2661] By: jhi                                   on 1999/01/21  14:41:13
9717         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9718              To: Mailing list Perl5 <perl5-porters@perl.org>
9719              Subject: [PATCH 5.00*] makedepend
9720              Date: Thu, 21 Jan 1999 02:08:27 -0500
9721              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
9722      Branch: cfgperl
9723            ! makedepend.SH
9724 ____________________________________________________________________________
9725 [  2660] By: jhi                                   on 1999/01/21  14:36:45
9726         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9727              To: Mailing list Perl5 <perl5-porters@perl.org>
9728              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
9729              Date: Tue, 19 Jan 1999 20:06:45 -0500
9730              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
9731      Branch: cfgperl
9732            ! os2/Changes os2/os2.c
9733 ____________________________________________________________________________
9734 [  2657] By: jhi                                   on 1999/01/21  11:40:35
9735         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9736              To: perl5-porters@perl.org
9737              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
9738              Date: Mon, 18 Jan 1999 01:32:31 PST
9739              Message-ID: <19990118093231.18443.qmail@hotmail.com>
9740      Branch: cfgperl
9741            ! ext/B/B/CC.pm
9742 ____________________________________________________________________________
9743 [  2656] By: jhi                                   on 1999/01/21  11:35:34
9744         Log: From: Achim Bohnet <ach@mpe.mpg.de>
9745              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
9746              Date: Wed, 20 Jan 1999 20:25:53 +0100
9747              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
9748      Branch: cfgperl
9749            ! pp.c
9750 ____________________________________________________________________________
9751 [  2655] By: jhi                                   on 1999/01/21  10:46:01
9752         Log: Handle NIS (and NetInfo) more robustly.
9753      Branch: cfgperl
9754            ! t/op/grent.t t/op/pwent.t
9755 ____________________________________________________________________________
9756 [  2654] By: jhi                                   on 1999/01/21  10:17:20
9757         Log: Two-argument eaccess() of SCO.
9758      Branch: cfgperl
9759            ! pp_sys.c
9760 ____________________________________________________________________________
9761 [  2653] By: jhi                                   on 1999/01/21  08:53:14
9762         Log: -DNO_NOSUID_CHECK for those platforms which have no way
9763              of checking for nosuid but still want suidperl.
9764      Branch: cfgperl
9765            ! perl.c
9766 ____________________________________________________________________________
9767 [  2652] By: jhi                                   on 1999/01/21  08:22:50
9768         Log: The LANGUAGE mirrors LC_ALL usage.
9769      Branch: cfgperl
9770            ! Configure config_h.SH
9771 ____________________________________________________________________________
9772 [  2651] By: jhi                                   on 1999/01/20  22:01:21
9773         Log: I_MNTENT was missing.
9774      Branch: cfgperl
9775            ! Configure config_h.SH
9776 ____________________________________________________________________________
9777 [  2650] By: jhi                                   on 1999/01/19  13:42:03
9778         Log: NetBSD update, based on patches from the NetBSD packages system.
9779      Branch: cfgperl
9780            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
9781 ____________________________________________________________________________
9782 [  2649] By: jhi                                   on 1999/01/19  12:44:02
9783         Log: Jumbo Configure update.
9784              * -Uinstallusrbinperl: disable /usr/bin/perl installation
9785              by installperl
9786              * usethreads.cbu
9787              * use64bits.cbu
9788              * "nosuid"
9789      Branch: cfgperl
9790            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
9791            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
9792            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
9793            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
9794            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
9795            ! pod/perldiag.pod
9796 ____________________________________________________________________________
9797 [  2648] By: jhi                                   on 1999/01/19  09:16:44
9798         Log: Mention /usr/share/locale.
9799      Branch: cfgperl
9800            ! pod/perllocale.pod
9801 ____________________________________________________________________________
9802 [  2647] By: jhi                                   on 1999/01/19  09:11:11
9803         Log: SHMLBA strikes back in NetBSD/sparc.
9804              
9805              From: Dave Nelson <David.Nelson@bellcow.com>
9806              To: jhi@iki.fi
9807              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
9808              Date: Mon, 18 Jan 1999 22:07:56 -0600
9809              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
9810      Branch: cfgperl
9811            ! ext/IPC/SysV/SysV.xs
9812 ____________________________________________________________________________
9813 [  2646] By: jhi                                   on 1999/01/19  08:58:17
9814         Log: Show LANGUAGE env var when needed. (Augment change #2645).
9815      Branch: cfgperl
9816            ! util.c utils/perlbug.PL
9817 ____________________________________________________________________________
9818 [  2645] By: jhi                                   on 1999/01/19  08:52:15
9819         Log: Document the GNU LANGUAGE env var.
9820      Branch: cfgperl
9821            ! pod/perllocale.pod
9822 ____________________________________________________________________________
9823 [  2644] By: jhi                                   on 1999/01/19  08:42:25
9824         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9825              To: Mailing list Perl5 <perl5-porters@perl.org>
9826              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
9827              Date: Mon, 18 Jan 1999 20:57:02 -0500
9828              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
9829      Branch: cfgperl
9830            ! pp_hot.c t/op/pat.t
9831 ____________________________________________________________________________
9832 [  2643] By: jhi                                   on 1999/01/18  11:23:41
9833         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
9834      Branch: cfgperl
9835            ! Makefile.SH
9836 ____________________________________________________________________________
9837 [  2642] By: jhi                                   on 1999/01/18  11:03:38
9838         Log: GNU libc locale system has LANGUAGE env var that partly
9839              overrides even LC_ALL.
9840      Branch: cfgperl
9841            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
9842 ____________________________________________________________________________
9843 [  2641] By: jhi                                   on 1999/01/18  10:55:04
9844         Log: Integrate from mainperl.
9845      Branch: cfgperl
9846           +> ext/B/defsubs.h.PL
9847            ! t/op/groups.t
9848           !> (integrate 38 files)
9849 ____________________________________________________________________________
9850 [  2640] By: gsar                                  on 1999/01/18  10:06:29
9851         Log: a few random cleanups
9852      Branch: perl
9853            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
9854 ____________________________________________________________________________
9855 [  2639] By: gsar                                  on 1999/01/18  05:56:21
9856         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
9857              Date:    Sun, 17 Jan 1999 16:41:10 PST
9858              Message-Id: <19990118004111.29667.qmail@hotmail.com>
9859              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
9860      Branch: perl
9861            ! ext/B/B/C.pm
9862 ____________________________________________________________________________
9863 [  2638] By: gsar                                  on 1999/01/18  05:41:21
9864         Log: From:    jan.dubois@ibm.net (Jan Dubois)
9865              Date:    Mon, 18 Jan 1999 00:37:41 +0100
9866              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
9867              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
9868      Branch: perl
9869            ! dump.c
9870 ____________________________________________________________________________
9871 [  2633] By: gsar                                  on 1999/01/17  13:39:59
9872         Log: bogus assert()
9873      Branch: perl
9874            ! pp.c t/op/groups.t
9875 ____________________________________________________________________________
9876 [  2632] By: gsar                                  on 1999/01/17  13:22:04
9877         Log: various tweaks for clean build and test on win32
9878      Branch: perl
9879            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
9880            ! op.c t/pragma/warn/doio
9881 ____________________________________________________________________________
9882 [  2631] By: gsar                                  on 1999/01/17  12:28:06
9883         Log: undo change#2336, and add clarification about subversive
9884              CPAN distributions from Andreas Koenig
9885      Branch: perl
9886            ! Porting/pumpkin.pod lib/CPAN.pm
9887 ____________________________________________________________________________
9888 [  2630] By: gsar                                  on 1999/01/17  12:04:06
9889         Log: fix silent taint failures under -U
9890      Branch: perl
9891            ! doio.c
9892 ____________________________________________________________________________
9893 [  2629] By: gsar                                  on 1999/01/17  12:00:23
9894         Log: sanity check piped opens (tweaked version of patch suggested
9895              by Mark-Jason Dominus)
9896      Branch: perl
9897            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
9898            ! t/op/taint.t t/pragma/warn/doio
9899 ____________________________________________________________________________
9900 [  2628] By: gsar                                  on 1999/01/17  11:26:21
9901         Log: regen headers
9902      Branch: perl
9903            ! embed.h embedvar.h objXSUB.h
9904 ____________________________________________________________________________
9905 [  2627] By: gsar                                  on 1999/01/17  11:23:37
9906         Log: PERL_OBJECTness for change#2595
9907      Branch: perl
9908            ! embed.pl op.c pod/perlport.pod proto.h
9909 ____________________________________________________________________________
9910 [  2626] By: gsar                                  on 1999/01/17  09:47:07
9911         Log: PERL_OBJECT tweaks for change#2426
9912      Branch: perl
9913            ! embed.pl proto.h regcomp.c
9914 ____________________________________________________________________________
9915 [  2625] By: gsar                                  on 1999/01/17  09:37:58
9916         Log: documentation in change#2596 is not quite right; fix it
9917      Branch: perl
9918            ! lib/Math/BigFloat.pm pod/perlguts.pod
9919 ____________________________________________________________________________
9920 [  2624] By: gsar                                  on 1999/01/17  09:28:34
9921         Log: undo change#2571; C<use File::Spec> instead
9922      Branch: perl
9923            ! lib/FindBin.pm
9924 ____________________________________________________________________________
9925 [  2623] By: gsar                                  on 1999/01/17  09:20:42
9926         Log: change#2572 is not applicable; undo, retaining scan_bin addition
9927              to global.sym
9928      Branch: perl
9929            ! global.sym perl.c proto.h
9930 ____________________________________________________________________________
9931 [  2622] By: gsar                                  on 1999/01/17  09:17:42
9932         Log: change#2576 is based on a wrong premise; undo it
9933      Branch: perl
9934            ! pp_ctl.c
9935 ____________________________________________________________________________
9936 [  2621] By: gsar                                  on 1999/01/17  09:12:42
9937         Log: fix change#2602 to not used hard coded constants
9938      Branch: perl
9939            ! ext/B/B/C.pm ext/B/defsubs.h.PL
9940 ____________________________________________________________________________
9941 [  2620] By: gsar                                  on 1999/01/17  09:02:07
9942         Log: integrate cfgperl changes into mainline, fix conflicts
9943      Branch: perl
9944           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
9945           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
9946           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
9947           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
9948           +> pod/perlopentut.pod
9949           !> (integrate 162 files)
9950 ____________________________________________________________________________
9951 [  2619] By: gsar                                  on 1999/01/17  08:42:04
9952         Log: a few doc typos
9953      Branch: perl
9954            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
9955 ____________________________________________________________________________
9956 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
9957         Log: Win32 changes from Jan
9958              
9959              From: jan.dubois@ibm.net (Jan Dubois)
9960              Date: Fri, 15 Jan 1999 23:38:35 +0100
9961              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
9962              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
9963              
9964              From: jan.dubois@ibm.net (Jan Dubois)
9965              Date: Sat, 16 Jan 1999 13:02:45 +0100
9966              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
9967              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
9968      Branch: maint-5.005/perl
9969            ! README.win32 win32/Makefile win32/makefile.mk
9970 ____________________________________________________________________________
9971 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
9972         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
9973              
9974              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9975              Date: Thu, 07 Jan 1999 00:12:00 -0500
9976              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
9977              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
9978              
9979              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9980              Date: Thu, 14 Jan 1999 19:21:46 -0500
9981              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
9982              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
9983      Branch: maint-5.005/perl
9984            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
9985            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
9986            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
9987            ! win32/makedef.pl win32/runperl.c win32/win32.c
9988 ____________________________________________________________________________
9989 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
9990         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9991              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
9992              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
9993              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
9994              
9995              From: Jarkko Hietaniemi <jhi@iki.fi>
9996              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
9997              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
9998              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
9999              
10000              From: Jarkko Hietaniemi <jhi@iki.fi>
10001              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
10002              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
10003              Subject: the promised "installusrbinperl + NetBSD" fix
10004      Branch: maint-5.005/perl
10005            ! Configure Makefile.SH hints/netbsd.sh installperl
10006            ! makedepend.SH unixish.h
10007 ____________________________________________________________________________
10008 [  2611] By: jhi                                   on 1999/01/14  12:16:14
10009         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10010              To: pumpkings@jhereg.perl.com
10011              Subject: perlopentut.pod
10012              Date: Sat, 09 Jan 1999 08:13:18 -0700
10013              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
10014      Branch: cfgperl
10015            + pod/perlopentut.pod
10016            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
10017 ____________________________________________________________________________
10018 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
10019         Log: Added Carp::cluck to perldelta.pod
10020      Branch: maint-5.005/perl
10021            ! pod/perldelta.pod
10022 ____________________________________________________________________________
10023 [  2605] By: jhi                                   on 1999/01/13  18:26:19
10024         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
10025              To: "'cpan@perl.org'" <cpan@perl.org>
10026              Subject: "Bug" fix for File::Find.pm
10027              Date:   Thu, 31 Dec 1998 13:01:50 -0500
10028              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
10029      Branch: cfgperl
10030            ! lib/File/Find.pm
10031 ____________________________________________________________________________
10032 [  2604] By: jhi                                   on 1999/01/13  18:08:45
10033         Log: From: Peter Wolfe <wolfe@teloseng.com>
10034              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
10035              To: perlbug@perl.com
10036              Date: 11 Jan 1999 23:00:05 +0200
10037              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
10038      Branch: cfgperl
10039            ! hints/sco.sh
10040 ____________________________________________________________________________
10041 [  2603] By: jhi                                   on 1999/01/13  18:06:56
10042         Log: From: hans@icgroup.nl (Hans Mulder)
10043              Subject: [Patch for 5.005_54] re::debugcolors dumps core
10044              To: perlbug@perl.com
10045              Cc: hansmu@xs4all.nl
10046              Date: 11 Jan 1999 22:22:45 +0200
10047              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
10048      Branch: cfgperl
10049            ! ext/re/re.pm regcomp.c
10050 ____________________________________________________________________________
10051 [  2602] By: jhi                                   on 1999/01/13  18:05:43
10052         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10053              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
10054              Date: 11 Jan 1999 08:02:41 +0200
10055              Lines: 134
10056              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
10057      Branch: cfgperl
10058            ! ext/B/B.xs ext/B/B/C.pm
10059 ____________________________________________________________________________
10060 [  2601] By: jhi                                   on 1999/01/13  18:01:53
10061         Log: From: James FitzGibbon <james@ican.net>
10062              Subject: Trivial patch for HP-UX 11 and shared libperl
10063              To: perl5-porters@perl.org
10064              Date: 8 Jan 1999 19:13:23 +0200
10065              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
10066      Branch: cfgperl
10067            ! Makefile.SH
10068 ____________________________________________________________________________
10069 [  2600] By: jhi                                   on 1999/01/13  17:59:45
10070         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10071              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
10072              To: perl5-porters@perl.org
10073              Date: 8 Jan 1999 12:43:36 +0200
10074              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
10075      Branch: cfgperl
10076            ! ext/B/B/CC.pm
10077 ____________________________________________________________________________
10078 [  2599] By: jhi                                   on 1999/01/13  17:50:11
10079         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
10080              Subject: PATCH to installperl
10081              To: perl5-porters@perl.org
10082              Date: 4 Jan 1999 16:15:18 +0200
10083              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
10084      Branch: cfgperl
10085            ! installperl
10086 ____________________________________________________________________________
10087 [  2598] By: jhi                                   on 1999/01/13  17:34:51
10088         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10089              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
10090              Cc: perl5-porters@perl.org
10091              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
10092              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
10093              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
10094      Branch: cfgperl
10095            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10096            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
10097 ____________________________________________________________________________
10098 [  2597] By: jhi                                   on 1999/01/13  17:30:33
10099         Log: From: David Dyck <dcd@tc.fluke.com>
10100              To: Perl Porters <perl5-porters@perl.org>,
10101              Gurusamy Sarathy <gsar@engin.umich.edu>
10102              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
10103              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
10104              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
10105      Branch: cfgperl
10106            ! pod/perldsc.pod
10107 ____________________________________________________________________________
10108 [  2596] By: jhi                                   on 1999/01/13  17:26:44
10109         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10110              To: perl5-porters@perl.org
10111              Subject: [PATCH] modglobal w/ spelling fixes
10112              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
10113              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
10114      Branch: cfgperl
10115            ! pod/perlguts.pod
10116 ____________________________________________________________________________
10117 [  2595] By: jhi                                   on 1999/01/13  17:24:59
10118         Log: From: Hans Mulder <hansm@icgroup.nl>
10119              Optimize common sort routines.  Thread started by the message
10120              
10121              From: Hans Mulder <hansm@icgroup.nl>
10122              Sender: owner-perl5-porters@perl.org
10123              To: perl5-porters@perl.org
10124              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
10125              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
10126              
10127              and the patch from the message
10128              
10129              From: Hans Mulder <hans@icgroup.nl>
10130              To: jhi@iki.fi
10131              Cc: perl5-porters@perl.org
10132              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
10133              $b }
10134              Date: Wed, 13 Jan 1999 17:39:35 +0100
10135              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
10136      Branch: cfgperl
10137            ! Todo op.c op.h pp_ctl.c t/op/sort.t
10138 ____________________________________________________________________________
10139 [  2594] By: jhi                                   on 1999/01/13  16:50:17
10140         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
10141              (the diffs were based on 5.004_02).  Tested by Guido
10142              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
10143      Branch: cfgperl
10144            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
10145            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
10146            + mint/sys/time.h mint/time.h
10147            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
10148            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
10149 ____________________________________________________________________________
10150 [  2593] By: jhi                                   on 1999/01/09  16:54:26
10151         Log: Detypo.
10152      Branch: cfgperl
10153            ! hints/dec_osf.sh
10154 ____________________________________________________________________________
10155 [  2592] By: jhi                                   on 1999/01/09  16:17:13
10156         Log: Move usethreads and use64bits logic from hints to Configure.
10157      Branch: cfgperl
10158            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
10159            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
10160            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
10161            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
10162 ____________________________________________________________________________
10163 [  2591] By: jhi                                   on 1999/01/09  14:45:24
10164         Log: Missing dTHRs added.
10165      Branch: cfgperl
10166            ! regcomp.c toke.c
10167 ____________________________________________________________________________
10168 [  2590] By: jhi                                   on 1999/01/08  15:27:17
10169         Log: Finalize change #2589 and add better AIX nm scanning from:
10170              
10171              Message-Id: <m0zyNW0-00017VC@gentoo.com>
10172              From: bll@gentoo.com (Brad Lanam)
10173              Subject: Re: mailhelp returned a non-zero status
10174              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
10175              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
10176      Branch: cfgperl
10177            ! Configure hints/freebsd.sh hints/linux.sh
10178 ____________________________________________________________________________
10179 [  2589] By: jhi                                   on 1999/01/08  15:14:54
10180         Log: Undo change #2581.
10181      Branch: cfgperl
10182            ! Configure hints/freebsd.sh hints/linux.sh
10183 ____________________________________________________________________________
10184 [  2588] By: jhi                                   on 1999/01/08  11:51:52
10185         Log: FAQ jumbo patch from tchrist.
10186              
10187              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
10188              From: Tom Christiansen <tchrist@jhereg.perl.com>
10189              To: pumpkings@jhereg.perl.com
10190              Subject: newest version of perlfaq.pod
10191              Date: Thu, 7 Jan 1999 23:05:02 -0700
10192              
10193              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
10194              From: Tom Christiansen <tchrist@jhereg.perl.com>
10195              To: pumpkings@jhereg.perl.com
10196              Subject: newest version of perlfaq1.pod
10197              Date: Thu, 7 Jan 1999 23:05:02 -0700
10198              
10199              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
10200              From: Tom Christiansen <tchrist@jhereg.perl.com>
10201              To: pumpkings@jhereg.perl.com
10202              Subject: newest version of perlfaq2.pod
10203              Date: Thu, 7 Jan 1999 23:05:02 -0700
10204              
10205              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
10206              From: Tom Christiansen <tchrist@jhereg.perl.com>
10207              To: pumpkings@jhereg.perl.com
10208              Subject: newest version of perlfaq3.pod
10209              Date: Thu, 7 Jan 1999 23:05:02 -0700
10210              
10211              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
10212              From: Tom Christiansen <tchrist@jhereg.perl.com>
10213              To: pumpkings@jhereg.perl.com
10214              Subject: newest version of perlfaq4.pod
10215              Date: Thu, 7 Jan 1999 23:05:02 -0700
10216              
10217              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
10218              From: Tom Christiansen <tchrist@jhereg.perl.com>
10219              To: pumpkings@jhereg.perl.com
10220              Subject: newest version of perlfaq5.pod
10221              Date: Thu, 7 Jan 1999 23:05:02 -0700
10222              
10223              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
10224              From: Tom Christiansen <tchrist@jhereg.perl.com>
10225              To: pumpkings@jhereg.perl.com
10226              Subject: newest version of perlfaq6.pod
10227              Date: Thu, 7 Jan 1999 23:05:02 -0700
10228              
10229              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
10230              From: Tom Christiansen <tchrist@jhereg.perl.com>
10231              To: pumpkings@jhereg.perl.com
10232              Subject: newest version of perlfaq7.pod
10233              Date: Thu, 7 Jan 1999 23:05:03 -0700
10234              
10235              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
10236              From: Tom Christiansen <tchrist@jhereg.perl.com>
10237              To: pumpkings@jhereg.perl.com
10238              Subject: newest version of perlfaq8.pod
10239              Date: Thu, 7 Jan 1999 23:05:03 -0700
10240              
10241              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
10242              From: Tom Christiansen <tchrist@jhereg.perl.com>
10243              To: pumpkings@jhereg.perl.com
10244              Subject: newest version of perlfaq9.pod
10245              Date: Thu, 7 Jan 1999 23:05:03 -0700
10246      Branch: cfgperl
10247            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10248            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10249            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10250            ! pod/perlfaq9.pod
10251 ____________________________________________________________________________
10252 [  2587] By: jhi                                   on 1999/01/08  11:17:43
10253         Log: More doc fixes from Abigail.
10254      Branch: cfgperl
10255            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
10256            ! lib/User/pwent.pm
10257 ____________________________________________________________________________
10258 [  2585] By: jhi                                   on 1999/01/08  08:31:02
10259         Log: Change #2584 from maint-5.005:
10260              
10261              implemented Ilya's suggested fix, and added a testcase
10262              
10263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10264              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
10265              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
10266              Subject: Re: Text::ParseWords: regex fix
10267      Branch: cfgperl
10268            ! lib/Text/ParseWords.pm t/lib/parsewords.t
10269 ____________________________________________________________________________
10270 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
10271         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10272              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
10273              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
10274              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
10275      Branch: maint-5.005/perl
10276            ! ext/Errno/Errno_pm.PL
10277 ____________________________________________________________________________
10278 [  2581] By: jhi                                   on 1999/01/07  16:38:03
10279         Log: Configure update:
10280              - usethreads, use64bits, and usemultiplicity
10281              are no more interactively asked by Configure
10282              - "int main()" (vs bare "main()") enforced in test programs
10283      Branch: cfgperl
10284            ! Configure hints/freebsd.sh hints/linux.sh
10285 ____________________________________________________________________________
10286 [  2580] By: jhi                                   on 1999/01/07  11:19:12
10287         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10288              Date: Wed, 06 Jan 1999 13:47:34 -0800
10289              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
10290              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
10291      Branch: cfgperl
10292            ! vms/vms.c
10293 ____________________________________________________________________________
10294 [  2579] By: jhi                                   on 1999/01/07  09:08:36
10295         Log: Another set of doc patches from Abigail
10296              
10297              From: abigail@fnx.com
10298              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
10299              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
10300              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
10301              
10302              From: abigail@fnx.com
10303              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
10304              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
10305              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
10306              
10307              From: abigail@fnx.com
10308              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
10309              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
10310              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
10311              
10312              From: abigail@fnx.com
10313              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
10314              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
10315              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
10316              
10317              From: abigail@fnx.com
10318              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
10319              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
10320              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
10321              
10322              From: abigail@fnx.com
10323              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
10324              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
10325              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
10326              
10327              From: abigail@fnx.com
10328              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
10329              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
10330              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
10331              
10332              From: abigail@fnx.com
10333              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
10334              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
10335              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
10336              
10337              From: abigail@fnx.com
10338              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
10339              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
10340              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
10341              
10342              From: abigail@fnx.com
10343              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
10344              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
10345              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
10346              
10347              From: abigail@fnx.com
10348              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
10349              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
10350              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
10351              
10352              From: abigail@fnx.com
10353              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
10354              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
10355              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
10356              
10357              From: abigail@fnx.com
10358              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
10359              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
10360              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
10361              
10362              From: abigail@fnx.com
10363              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
10364              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
10365              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
10366      Branch: cfgperl
10367            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
10368            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
10369            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
10370            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
10371            ! lib/Tie/Array.pm lib/Tie/Hash.pm
10372 ____________________________________________________________________________
10373 [  2576] By: jhi                                   on 1999/01/06  17:05:20
10374         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
10375      Branch: cfgperl
10376            ! pp_ctl.c
10377 ____________________________________________________________________________
10378 [  2575] By: jhi                                   on 1999/01/06  13:18:56
10379         Log: Enhance the great_circle_distance() documentation.
10380      Branch: cfgperl
10381            ! lib/Math/Trig.pm
10382 ____________________________________________________________________________
10383 [  2574] By: jhi                                   on 1999/01/06  12:58:03
10384         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10385              To: perlbug@perl.com
10386              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
10387              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
10388              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
10389      Branch: cfgperl
10390            ! t/op/sysio.t
10391 ____________________________________________________________________________
10392 [  2573] By: jhi                                   on 1999/01/06  12:40:19
10393         Log: From: "W. Phillip Moore" <wpm@ms.com>
10394              To: perlbug@perl.org
10395              Subject: [PATCH] POSIX getpgrp is not -w clean
10396              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
10397              Message-ID: <13970.20107.190314.549471@zappa>
10398      Branch: cfgperl
10399            ! ext/POSIX/POSIX.pm
10400 ____________________________________________________________________________
10401 [  2572] By: jhi                                   on 1999/01/06  12:25:24
10402         Log: Based on
10403              From: jan.dubois@ibm.net (Jan Dubois)
10404              To: perl5-porters@perl.org
10405              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10406              Date: Wed, 06 Jan 1999 01:24:09 +0100
10407              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
10408              except that
10409              - objXSUB.h was already okay
10410              - embed.h patching is futile, global.sym patched instead
10411              - objpp.h does not exist
10412              - proto.h addition applied manually
10413              - win32/GenCAPI.pl was already okay
10414              - win32/makedef.pl was already okay
10415      Branch: cfgperl
10416            ! global.sym perl.c proto.h
10417 ____________________________________________________________________________
10418 [  2571] By: jhi                                   on 1999/01/06  11:25:48
10419         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
10420              To: perlbug@perl.com
10421              Subject: FindBin.pm on Win32 systems
10422              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
10423              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
10424      Branch: cfgperl
10425            ! lib/FindBin.pm
10426 ____________________________________________________________________________
10427 [  2570] By: jhi                                   on 1999/01/06  11:21:48
10428         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10429              To: perl5-porters@perl.org, vmsperl@perl.org
10430              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
10431              Date: Tue, 05 Jan 1999 16:47:31 -0800
10432              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
10433              
10434              (the ext/IO/lib/IO/Socket.pm was not really changed here;
10435              it was a leftover from #2569)
10436      Branch: cfgperl
10437            ! ext/IO/lib/IO/Socket.pm taint.c
10438 ____________________________________________________________________________
10439 [  2569] By: jhi                                   on 1999/01/06  11:18:22
10440         Log: Jumbo doc patch from Abigail (almost identical to
10441              the 5.005-maint change #2562 except for the
10442              ext/IO/lib/IO/Socket.pm patch which was not
10443              applicable because the IO version of 5.005-devel
10444              is somewhat different (why?))
10445              
10446              From: abigail@fnx.com
10447              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
10448              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
10449              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
10450              
10451              From: abigail@fnx.com
10452              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
10453              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
10454              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
10455              
10456              From: abigail@fnx.com
10457              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
10458              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
10459              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
10460              
10461              From: abigail@fnx.com
10462              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
10463              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
10464              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
10465              
10466              From: abigail@fnx.com
10467              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
10468              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
10469              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
10470              
10471              From: abigail@fnx.com
10472              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
10473              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
10474              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
10475              
10476              From: abigail@fnx.com
10477              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
10478              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
10479              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
10480              
10481              From: abigail@fnx.com
10482              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
10483              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
10484              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
10485              
10486              From: abigail@fnx.com
10487              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
10488              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
10489              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
10490              
10491              From: abigail@fnx.com
10492              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
10493              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
10494              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
10495      Branch: cfgperl
10496            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10497            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
10498            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10499            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10500            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
10501 ____________________________________________________________________________
10502 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
10503         Log: From: jan.dubois@ibm.net (Jan Dubois)
10504              Date: Wed, 06 Jan 1999 01:24:09 +0100
10505              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
10506              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10507      Branch: maint-5.005/perl
10508            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
10509            ! win32/GenCAPI.pl win32/makedef.pl
10510 ____________________________________________________________________________
10511 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
10512         Log: From: "W. Phillip Moore" <wpm@ms.com>
10513              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
10514              Message-ID: <13970.20107.190314.549471@zappa>
10515              Subject: [PATCH] POSIX getpgrp is not -w clean
10516      Branch: maint-5.005/perl
10517            ! ext/POSIX/POSIX.pm
10518 ____________________________________________________________________________
10519 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
10520         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
10521              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
10522              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
10523              Subject: FindBin.pm on Win32 systems
10524      Branch: maint-5.005/perl
10525            ! lib/FindBin.pm
10526 ____________________________________________________________________________
10527 [  2561] By: jhi                                   on 1999/01/05  10:49:10
10528         Log: Reword the setlocale() 1-arg case better.
10529      Branch: cfgperl
10530            ! ext/POSIX/POSIX.pod
10531 ____________________________________________________________________________
10532 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
10533         Log: From: Blair Zajac <bzajac@geostaff.com>
10534              Date: Wed, 23 Dec 1998 17:13:32 -0800
10535              Message-ID: <3681953C.8B6A90AA@geostaff.com>
10536              Subject: Tie::SubstrHash patch
10537      Branch: maint-5.005/perl
10538            ! lib/Tie/SubstrHash.pm
10539 ____________________________________________________________________________
10540 [  2554] By: jhi                                   on 1999/01/02  14:55:06
10541         Log: Object destruction order testing.
10542      Branch: cfgperl
10543            ! t/op/misc.t
10544 ____________________________________________________________________________
10545 [  2553] By: jhi                                   on 1999/01/02  14:49:40
10546         Log: perldelta the Dumpvalue.pm of change #2513.
10547      Branch: cfgperl
10548            ! lib/Dumpvalue.pm pod/perldelta.pod
10549 ____________________________________________________________________________
10550 [  2552] By: nick                                  on 1999/01/02  14:45:38
10551         Log: Tone down Makefile.PL so it works on Win32
10552      Branch: perl
10553            ! ext/B/Makefile.PL
10554 ____________________________________________________________________________
10555 [  2551] By: nick                                  on 1999/01/02  14:06:30
10556         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
10557              Use them in various B::* rather than have local defs.
10558      Branch: perl
10559            + ext/B/defsubs.h.PL
10560            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
10561            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
10562            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
10563 ____________________________________________________________________________
10564 [  2550] By: nick                                  on 1999/01/02  10:04:02
10565         Log: Integrate ext/B changes from //depot/cfgperl
10566      Branch: perl
10567           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
10568 ____________________________________________________________________________
10569 [  2549] By: jhi                                   on 1999/01/01  13:54:16
10570         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
10571              To: perlbug@perl.com
10572              Subject: op/groups.t fails test 1 on HP-UX 10.20
10573              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
10574              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
10575      Branch: cfgperl
10576            ! t/op/groups.t
10577 ____________________________________________________________________________
10578 [  2548] By: jhi                                   on 1999/01/01  13:53:31
10579         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10580              To: perl5-porters@perl.org
10581              cc: hv@crypt0.demon.co.uk
10582              Subject: [bug 5.004_54] duplicate error message
10583              Date: Thu, 31 Dec 1998 04:05:25 +0000
10584              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
10585              
10586              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
10587              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10588              To: hv@crypt0.demon.co.uk
10589              Cc: perl5-porters@perl.org
10590              Subject: [PATCH _54] Re: duplicate error message
10591              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
10592              
10593              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
10594              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10595              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
10596              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
10597              Subject: [TEST PATCH _54] Re: duplicate error message 
10598              Date: Fri, 01 Jan 1999 07:32:14 +0000
10599      Branch: cfgperl
10600            ! op.c t/pragma/warn/op
10601 ____________________________________________________________________________
10602 [  2547] By: jhi                                   on 1998/12/31  14:15:04
10603         Log: From: Chris Nandor <pudge@pobox.com>
10604              To: jhi@iki.fi
10605              Cc: perl5-porters@perl.org
10606              Subject: Re: [PATCH] perlport.pod 1.38
10607              Date: Thu, 31 Dec 1998 09:06:48 -0500
10608              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
10609      Branch: cfgperl
10610            ! pod/perlport.pod
10611 ____________________________________________________________________________
10612 [  2546] By: jhi                                   on 1998/12/31  11:18:17
10613         Log: From: Wilson P. Snyder II
10614              To: perl5-porters@perl.org
10615              Subject: [PATCH v5.5.53] REV2: Binary number support
10616              Date: 1998/11/30
10617              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
10618      Branch: cfgperl
10619            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
10620            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
10621            ! toke.c util.c
10622 ____________________________________________________________________________
10623 [  2545] By: jhi                                   on 1998/12/31  09:27:40
10624         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10625              To: perlbug@perl.com
10626              Subject: "perl -T -P" dumps core on OpenBSD and Linux
10627              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
10628              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
10629      Branch: cfgperl
10630            ! taint.c
10631 ____________________________________________________________________________
10632 [  2544] By: jhi                                   on 1998/12/31  09:21:45
10633         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
10634              To: perlbug@perl.com 
10635              Subject: bug in pod2man search for perl binary [5.005_5x]
10636              Date: Sat, 12 Dec 1998 23:08:51 +0000 
10637              Message-ID: <19981212230851.A20578@ig.co.uk> 
10638      Branch: cfgperl
10639            ! pod/pod2man.PL
10640 ____________________________________________________________________________
10641 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
10642         Log: From: jan.dubois@ibm.net (Jan Dubois)
10643              Date: Wed, 23 Dec 1998 21:26:38 +0100
10644              Message-ID: <36895086.8849224@smtp1.ibm.net>
10645              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
10646      Branch: maint-5.005/perl
10647            ! lib/ExtUtils/MakeMaker.pm
10648 ____________________________________________________________________________
10649 [  2540] By: jhi                                   on 1998/12/30  08:42:04
10650         Log: Evermore AUTHORS and MAINTAIN.
10651      Branch: cfgperl
10652            ! AUTHORS MAINTAIN
10653 ____________________________________________________________________________
10654 [  2539] By: jhi                                   on 1998/12/29  15:10:34
10655         Log: More AUTHORS and MAINTAIN.
10656      Branch: cfgperl
10657            ! AUTHORS MAINTAIN
10658 ____________________________________________________________________________
10659 [  2537] By: jhi                                   on 1998/12/29  14:34:47
10660         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
10661              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
10662              Message-ID: <13942.32480.700000.640927@utensil>
10663              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
10664              (mirror change#2531 in the 5.005-maint)
10665      Branch: cfgperl
10666            ! lib/AutoSplit.pm
10667 ____________________________________________________________________________
10668 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
10669         Log: change in_pod pattern to /^=\w/ from /^=/
10670              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
10671              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
10672              Message-ID: <13942.32480.700000.640927@utensil>
10673              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
10674      Branch: maint-5.005/perl
10675            ! lib/AutoSplit.pm
10676 ____________________________________________________________________________
10677 [  2525] By: jhi                                   on 1998/12/29  13:06:26
10678         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10679              To: perl5-porters@perl.org
10680              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
10681              Date: 16 Dec 1998 03:17:03 +0200
10682              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
10683      Branch: cfgperl
10684            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
10685 ____________________________________________________________________________
10686 [  2524] By: jhi                                   on 1998/12/29  13:00:06
10687         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10688              To: perl5-porters@perl.org
10689              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
10690              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
10691              Date: 10 Dec 1998 08:30:02 +0200
10692              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
10693              
10694              (Nick's part was applied earlier, in change #2460)
10695      Branch: cfgperl
10696            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
10697 ____________________________________________________________________________
10698 [  2523] By: jhi                                   on 1998/12/29  12:41:31
10699         Log: From: "vishal bhatia" <vishalb@hotmail.com>
10700              To: nick@ni-s.u-net.com
10701              Cc: perl5-porters@perl.org
10702              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
10703              Date: 9 Dec 1998 06:50:30 +0200
10704              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
10705      Branch: cfgperl
10706            ! ext/B/B/CC.pm
10707 ____________________________________________________________________________
10708 [  2522] By: jhi                                   on 1998/12/29  12:15:18
10709         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
10710              To: perl5-porters@perl.org (Perl 5 Porters)
10711              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
10712              Date: 25 Dec 1998 23:02:28 +0200
10713              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
10714      Branch: cfgperl
10715            ! lib/Pod/Text.pm
10716 ____________________________________________________________________________
10717 [  2521] By: jhi                                   on 1998/12/29  12:07:54
10718         Log: Undo #2519 (breaks universal.c).
10719      Branch: cfgperl
10720            ! XSUB.h
10721 ____________________________________________________________________________
10722 [  2519] By: jhi                                   on 1998/12/29  11:41:10
10723         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10724              To: perl5-porters@perl.org
10725              Cc: perl-xs@perl.org
10726              Subject: XSUB.h refinement [PATCH]
10727              Date: 18 Dec 1998 03:58:44 +0200
10728              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
10729      Branch: cfgperl
10730            ! XSUB.h
10731 ____________________________________________________________________________
10732 [  2518] By: jhi                                   on 1998/12/29  11:36:19
10733         Log: From: abigail@fnx.com
10734              To: perl5-porters@perl.org (Perl Porters)
10735              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
10736              Date: 28 Dec 1998 21:39:15 +0200
10737              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
10738      Branch: cfgperl
10739            ! lib/fields.pm
10740 ____________________________________________________________________________
10741 [  2517] By: jhi                                   on 1998/12/29  11:35:03
10742         Log: Document change #2516.
10743      Branch: cfgperl
10744            ! pod/perldelta.pod
10745 ____________________________________________________________________________
10746 [  2516] By: jhi                                   on 1998/12/29  11:32:26
10747         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10748              To: perl5-porters@perl.org (Mailing list Perl5)
10749              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
10750              Date: 9 Dec 1998 10:39:31 +0200
10751              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
10752      Branch: cfgperl
10753            ! pod/perldiag.pod regcomp.c toke.c
10754 ____________________________________________________________________________
10755 [  2515] By: jhi                                   on 1998/12/29  11:27:11
10756         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10757              To: perl5-porters@perl.org (Mailing list Perl5)
10758              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
10759              Date: 8 Dec 1998 09:02:04 +0200
10760              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
10761              
10762              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
10763      Branch: cfgperl
10764            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
10765 ____________________________________________________________________________
10766 [  2514] By: jhi                                   on 1998/12/29  11:21:31
10767         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10768              To: perl5-porters@perl.org (Mailing list Perl5)
10769              Subject: [PATCH 5.005_53] Regexp tests and UTF8
10770              Date: 8 Dec 1998 07:02:01 +0200
10771              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
10772      Branch: cfgperl
10773            ! regcomp.c
10774 ____________________________________________________________________________
10775 [  2513] By: jhi                                   on 1998/12/29  11:18:34
10776         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10777              Subject: [PATCH 5.005_*] Dumpvar.pm
10778              To: perl5-porters@perl.org (Mailing list Perl5)
10779              Date: 7 Dec 1998 10:17:35 +0200
10780              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
10781      Branch: cfgperl
10782            + lib/Dumpvalue.pm
10783            ! MANIFEST
10784 ____________________________________________________________________________
10785 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
10786         Log: From: jan.dubois@ibm.net (Jan Dubois)
10787              Date: Tue, 01 Dec 1998 00:07:33 +0100
10788              Message-ID: <366921b5.14512598@smtp1.ibm.net>
10789              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
10790              
10791              From: jan.dubois@ibm.net (Jan Dubois)
10792              Date: Wed, 02 Dec 1998 00:24:54 +0100
10793              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
10794              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
10795      Branch: maint-5.005/perl
10796            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
10797            ! win32/config.bc win32/config.gc win32/config.vc
10798            ! win32/config_sh.PL win32/makedef.pl
10799 ____________________________________________________________________________
10800 [  2509] By: jhi                                   on 1998/12/28  13:00:31
10801     Log: Kickstart AUTHORS and MAINTAIN.
10802  Branch: cfgperl
10803        + AUTHORS MAINTAIN
10804        ! MANIFEST
10805 ____________________________________________________________________________
10806 [  2508] By: jhi                                   on 1998/12/28  08:04:00
10807     Log: From: Nathan Torkington <gnat@frii.com>
10808          To: perlbug@perl.com
10809          Subject: [PATCH] perlxstut.pod fix
10810          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
10811          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
10812  Branch: cfgperl
10813        ! pod/perlxstut.pod
10814 ____________________________________________________________________________
10815 [  2507] By: jhi                                   on 1998/12/28  07:59:00
10816     Log: From: abigail@fnx.com
10817          To: perlbug@perl.com
10818          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
10819          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
10820          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
10821          (slightly modified, a part of the patch was rejected)
10822          (strange, I thought I had already submitted this one
10823          but Perforce disagrees with me...)
10824  Branch: cfgperl
10825        ! pod/perlop.pod
10826 ____________________________________________________________________________
10827 [  2506] By: jhi                                   on 1998/12/28  07:56:59
10828     Log: From: Artur <artur@vogon-solutions.com>
10829          To: perlbug@perl.com
10830          Subject: PATCH: perlmodlib.pod
10831          Date: Fri, 25 Dec 1998 00:48:39 +0000
10832          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
10833  Branch: cfgperl
10834        ! pod/perlmodlib.pod pod/perlop.pod
10835 ____________________________________________________________________________
10836 [  2505] By: jhi                                   on 1998/12/28  07:46:06
10837     Log: From: abigail@fnx.com
10838          To: perl5-porters@perl.org (Perl Porters)
10839          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
10840          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
10841          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
10842  Branch: cfgperl
10843        ! pod/pod2html.PL
10844 ____________________________________________________________________________
10845 [  2504] By: jhi                                   on 1998/12/28  07:44:35
10846     Log: From: Jim Avera <avera@fjst.com>
10847          To: perlbug@perl.com
10848          Subject: perlbug bug - shows dates reversed
10849          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
10850          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
10851  Branch: cfgperl
10852        ! utils/perlbug.PL
10853 ____________________________________________________________________________
10854 [  2503] By: jhi                                   on 1998/12/28  07:41:39
10855     Log: From: jan.dubois@ibm.net (Jan Dubois)
10856          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
10857          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
10858          Date: Wed, 23 Dec 1998 21:26:38 +0100
10859          Message-ID: <36895086.8849224@smtp1.ibm.net>
10860  Branch: cfgperl
10861        ! lib/ExtUtils/MakeMaker.pm
10862 ____________________________________________________________________________
10863 [  2502] By: jhi                                   on 1998/12/28  07:39:20
10864     Log: From: Blair Zajac <bzajac@geostaff.com>
10865          To: perl5-porters@perl.org
10866          Subject: Tie::SubstrHash patch
10867          Date: Wed, 23 Dec 1998 17:13:32 -0800
10868          Message-ID: <3681953C.8B6A90AA@geostaff.com>
10869  Branch: cfgperl
10870        ! lib/Tie/SubstrHash.pm
10871 ____________________________________________________________________________
10872 [  2501] By: jhi                                   on 1998/12/28  07:37:16
10873     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
10874          To: perlbug@perl.com
10875          Subject: perlfaq9 minor error
10876          Date: Wed, 23 Dec 1998 14:54:19 -0800
10877          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
10878  Branch: cfgperl
10879        ! pod/perlfaq9.pod
10880 ____________________________________________________________________________
10881 [  2500] By: jhi                                   on 1998/12/23  10:38:18
10882     Log: More porting notes about filesystems, AmigaOS, and MiNT.
10883  Branch: cfgperl
10884        ! pod/perlport.pod
10885 ____________________________________________________________________________
10886 [  2499] By: jhi                                   on 1998/12/22  09:26:49
10887     Log: Add few MSG_ and uio constants.
10888  Branch: cfgperl
10889        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
10890 ____________________________________________________________________________
10891 [  2498] By: jhi                                   on 1998/12/22  08:39:30
10892     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
10893          a Digital C compiler optimizer bug that broke the 'x'
10894          operator under certain circumstances.  See t/op/repeat.t
10895          test #20 for graphic details.  Reported in
10896          
10897          From: Gisle Aas <gisle@aas.no>
10898          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
10899          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
10900          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
10901          Date: 18 Dec 1998 14:27:40 +0100
10902          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
10903          
10904          and discussed further in the thread
10905          
10906          From: Jarkko Hietaniemi <jhi@iki.fi>
10907          To: Gisle Aas <gisle@aas.no>
10908          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
10909          cpan-testers@perl.org, perl5-porters@perl.org
10910          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
10911          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
10912          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
10913  Branch: cfgperl
10914        ! t/op/repeat.t util.c
10915 ____________________________________________________________________________
10916 [  2497] By: jhi                                   on 1998/12/21  14:18:57
10917     Log: Change #2483 update.
10918  Branch: cfgperl
10919        ! t/op/tr.t
10920 ____________________________________________________________________________
10921 [  2496] By: jhi                                   on 1998/12/21  14:07:41
10922     Log: Update on change #2493.
10923  Branch: cfgperl
10924        ! t/pragma/warn/op
10925 ____________________________________________________________________________
10926 [  2495] By: jhi                                   on 1998/12/21  13:52:00
10927     Log: Change #2487 aftershock.
10928  Branch: cfgperl
10929        ! warning.pl
10930 ____________________________________________________________________________
10931 [  2494] By: jhi                                   on 1998/12/21  12:35:00
10932     Log: From: Chris Nandor <pudge@pobox.com>
10933          To: perl5-porters@perl.org
10934          Subject: [PATCH] perlport.pod v1.37
10935          Date: Sat, 19 Dec 1998 12:54:34 -0500
10936          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
10937  Branch: cfgperl
10938        ! pod/perlport.pod
10939 ____________________________________________________________________________
10940 [  2493] By: jhi                                   on 1998/12/21  12:22:44
10941     Log: From: Mark-Jason Dominus <mjd@plover.com>
10942          To: perl5-porters@perl.com
10943          Subject: PATCH (5.005_02): Dejargonizing
10944          Date: Sun, 20 Dec 1998 14:35:20 -0500
10945          Message-ID: <19981220193520.11230.qmail@plover.com>
10946          
10947          From: Mark-Jason Dominus <mjd@plover.com>
10948          To: perl5-porters@perl.com
10949          Subject: PATCH (5.005_02): Spelling correction in warning message
10950          Date: Sun, 20 Dec 1998 13:51:30 -0500
10951          Message-ID: <19981220185130.11067.qmail@plover.com>
10952  Branch: cfgperl
10953        ! doio.c op.c
10954 ____________________________________________________________________________
10955 [  2492] By: jhi                                   on 1998/12/21  09:00:05
10956     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10957          To: perl5-porters@perl.org
10958          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
10959          Date: Sun, 20 Dec 1998 19:03:25 PST
10960          Message-ID: <19981221030326.27660.qmail@hotmail.com>
10961          
10962          (slightly reformatted)
10963  Branch: cfgperl
10964        ! ext/B/B/CC.pm
10965 ____________________________________________________________________________
10966 [  2491] By: nick                                  on 1998/12/20  14:21:29
10967     Log: Save _all_ GV's which have SV, AV or HV set.
10968  Branch: perl
10969        ! ext/B/B/C.pm
10970 ____________________________________________________________________________
10971 [  2490] By: jhi                                   on 1998/12/18  15:13:19
10972     Log: Add idea about generalising cpp symbol probing of Errno.
10973  Branch: cfgperl
10974        ! Todo
10975 ____________________________________________________________________________
10976 [  2489] By: jhi                                   on 1998/12/18  14:47:57
10977     Log: Address some of the issues of:
10978          
10979          From: Tom Christiansen <tchrist@jhereg.perl.com>
10980          To: perl-porters-active@jhereg.perl.com
10981          Subject: Undocumentation Issues for 5.005
10982          Date: Thu, 17 Dec 1998 14:46:24 -0700
10983          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
10984  Branch: cfgperl
10985        ! pod/perl5005delta.pod
10986 ____________________________________________________________________________
10987 [  2488] By: jhi                                   on 1998/12/18  11:26:32
10988     Log: From: root <root@dubravka.in-berlin.de>
10989          To: perlbug@perl.com
10990          Cc: k@dubravka.in-berlin.de
10991          Subject: Please add no_modify to PERL_POLLUTE
10992          Date: Fri, 18 Dec 1998 10:45:52 +0100
10993          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
10994          
10995          (Really from Andreas König)
10996  Branch: cfgperl
10997        ! embed.pl
10998 ____________________________________________________________________________
10999 [  2487] By: jhi                                   on 1998/12/17  14:05:52
11000     Log: Some (by far not all) issues of the below message addressed.
11001          
11002          From: Tom Christiansen <tchrist@jhereg.perl.com>
11003          To: The Perl Porters Mailing List <perl5-porters@perl.org>
11004          Subject: important UNDOC issues for 5.005_54
11005          Date: Wed, 16 Dec 1998 21:14:53 -0700
11006          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
11007  Branch: cfgperl
11008        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
11009 ____________________________________________________________________________
11010 [  2486] By: jhi                                   on 1998/12/17  12:47:15
11011     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11012          To: domo@computer.org
11013          Cc: jhi@iki.fi, perl5-porters@perl.org
11014          Subject: Re: stuff related to malloc.c
11015          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
11016          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
11017  Branch: cfgperl
11018        ! malloc.c
11019 ____________________________________________________________________________
11020 [  2485] By: jhi                                   on 1998/12/17  12:17:19
11021     Log: More porting notes.
11022  Branch: cfgperl
11023        ! Porting/pumpkin.pod
11024 ____________________________________________________________________________
11025 [  2484] By: jhi                                   on 1998/12/15  08:38:05
11026     Log: Undo #2386 and #2205.
11027  Branch: cfgperl
11028        ! pod/perlfunc.pod
11029 ____________________________________________________________________________
11030 [  2483] By: jhi                                   on 1998/12/14  17:58:35
11031     Log: lib was missing from @INC.
11032  Branch: cfgperl
11033        ! t/op/tr.t
11034 ____________________________________________________________________________
11035 [  2482] By: jhi                                   on 1998/12/14  17:52:42
11036     Log: Was missing use Text::Wrap.
11037  Branch: cfgperl
11038        ! t/lib/textfill.t
11039 ____________________________________________________________________________
11040 [  2481] By: jhi                                   on 1998/12/14  16:00:22
11041     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
11042          
11043          From: Jonathan Roy <roy@idle.com>
11044          To: perl5-porters@perl.org
11045          Subject: nlist.h add to Configure checks?
11046          Date: Sun, 13 Dec 1998 22:22:49 -0500
11047          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
11048  Branch: cfgperl
11049        + ext/DynaLoader/hints/linux.pl
11050        ! MANIFEST
11051 ____________________________________________________________________________
11052 [  2480] By: jhi                                   on 1998/12/14  15:02:44
11053     Log: Give up completely using nm in AIX.
11054          
11055          From: "Kurt D. Starsinic" <kstar@chapin.edu>
11056          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
11057          Cc: perl5-porters@perl.org
11058          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
11059          Date: Thu, 10 Dec 1998 00:51:46 -0500
11060          Message-ID: <19981210005146.B29986@O2.chapin.edu>
11061  Branch: cfgperl
11062        ! hints/aix.sh
11063 ____________________________________________________________________________
11064 [  2479] By: jhi                                   on 1998/12/14  14:39:52
11065     Log: AIX' error messages are different.
11066          
11067          From: "Kurt D. Starsinic" <kstar@chapin.edu>
11068          To: Gurusamy Sarathy <gsar@engin.umich.edu>
11069          Cc: perl5-porters@perl.org
11070          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
11071          Date: Thu, 10 Dec 1998 00:42:36 -0500
11072          Message-ID: <19981210004236.A29986@O2.chapin.edu>
11073          
11074          From: Michael Engel <engel@nms1.cc.huji.ac.il>
11075          To: perlbug@perl.com
11076          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
11077          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
11078          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
11079  Branch: cfgperl
11080        ! t/pragma/warn/doio
11081 ____________________________________________________________________________
11082 [  2475] By: jhi                                   on 1998/12/13  12:35:55
11083     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11084          To: jhi@iki.fi
11085          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
11086          Subject: Re: stuff related to malloc.c
11087          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
11088          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
11089  Branch: cfgperl
11090        ! malloc.c
11091 ____________________________________________________________________________
11092 [  2474] By: jhi                                   on 1998/12/13  12:32:42
11093     Log: Some notes about porting issues.
11094  Branch: cfgperl
11095        ! Porting/pumpkin.pod
11096 ____________________________________________________________________________
11097 [  2473] By: jhi                                   on 1998/12/13  12:03:58
11098     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
11099          To: Perl 5 Porters <perl5-porters@perl.org>
11100          Subject: [patch 5.005_02] dos-djgpp update
11101          Date: Sun, 13 Dec 1998 00:08:44 +0100
11102          Message-ID: <19981213000844.C264@beeblebrox>
11103  Branch: cfgperl
11104        ! djgpp/config.over
11105 ____________________________________________________________________________
11106 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
11107     Log: undo changes to Exporter.pm from #2312
11108  Branch: maint-5.005/perl
11109        ! lib/Exporter.pm
11110 ____________________________________________________________________________
11111 [  2465] By: jhi                                   on 1998/12/12  12:31:21
11112     Log: Document that qw() taints.
11113          
11114          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
11115          To: perlbug@perl.com 
11116          Subject: taint problems
11117          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
11118          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
11119  Branch: cfgperl
11120        ! pod/perlop.pod
11121 ____________________________________________________________________________
11122 [  2464] By: jhi                                   on 1998/12/11  14:09:51
11123     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
11124          To: dist-users@foretune.co.jp
11125          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
11126          Date: Mon, 07 Dec 1998 20:13:04 -0400
11127          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
11128  Branch: cfgperl
11129        ! Configure
11130 ____________________________________________________________________________
11131 [  2463] By: jhi                                   on 1998/12/11  13:29:54
11132     Log: MAXPATHLEN.
11133  Branch: cfgperl
11134        ! perl.h
11135 ____________________________________________________________________________
11136 [  2462] By: jhi                                   on 1998/12/11  08:37:58
11137     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
11138          To: perl5-porters@perl.org
11139          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
11140          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
11141          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
11142  Branch: cfgperl
11143        + hints/gnu.sh
11144 ____________________________________________________________________________
11145 [  2461] By: nick                                  on 1998/12/10  21:00:50
11146     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
11147          From: Vishal Bhatia <vishalb@hotmail.com>
11148          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
11149          2. Fixes the bug  regarding return value of c-functions generated out 
11150          of perl subs. ( Just includes the patch I sent earlier)
11151          3. Incorporates the other changes that need to be done to get CC.pm
11152          use ISA search for packages and methods on the same lines as C.pm
11153          
11154          Vishal would appreciate comments about B::Stackobj changes from 
11155          someone knowing that module well.
11156  Branch: perl
11157        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
11158 ____________________________________________________________________________
11159 [  2460] By: jhi                                   on 1998/12/08  08:11:27
11160     Log: Integrate from mainperl.
11161  Branch: cfgperl
11162       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11163       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
11164       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
11165       !> toke.c util.c
11166 ____________________________________________________________________________
11167 [  2459] By: jhi                                   on 1998/12/07  07:50:11
11168     Log: From: hansm@icgroup.nl 
11169          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11170          Reply-To: hansmu@xs4all.nl 
11171          To: perlbug@perl.com 
11172          Date: Sun, 6 Dec 98 22:19:54 +0100 
11173          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
11174  Branch: cfgperl
11175        ! util.c
11176 ____________________________________________________________________________
11177 [  2458] By: gsar                                  on 1998/12/07  06:00:55
11178     Log: fix dup lexical
11179  Branch: perl
11180        ! ext/B/B/Deparse.pm t/lib/io_unix.t
11181 ____________________________________________________________________________
11182 [  2457] By: gsar                                  on 1998/12/06  14:38:59
11183     Log: mention limit on line numbers reported by diagnostics
11184  Branch: perl
11185        ! pod/perl.pod toke.c
11186 ____________________________________________________________________________
11187 [  2456] By: gsar                                  on 1998/12/06  13:49:02
11188     Log: branch perldelta.pod
11189  Branch: maint-5.005/perl
11190       +> pod/perldelta.pod
11191 ____________________________________________________________________________
11192 [  2455] By: gsar                                  on 1998/12/06  13:47:21
11193     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
11194  Branch: maint-5.005/perl
11195        - pod/perldelta.pod
11196 ____________________________________________________________________________
11197 [  2454] By: gsar                                  on 1998/12/06  13:35:31
11198     Log: fix outdated/incorrect info about arbitrary limits
11199  Branch: perl
11200        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
11201        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
11202 ____________________________________________________________________________
11203 [  2453] By: nick                                  on 1998/12/05  16:14:42
11204     Log: Avoid hard-coding op numbers
11205          Update CC.pm to save %INC, and to co-exist with new C.pm
11206  Branch: perl
11207        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11208 ____________________________________________________________________________
11209 [  2452] By: nick                                  on 1998/12/05  10:44:28
11210     Log: B.xs had its own code to calculate hash() which differed from
11211          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
11212          which meant that run-time require was re-done.
11213          Removed some debug from C.pm
11214  Branch: perl
11215        ! ext/B/B.xs ext/B/B/C.pm
11216 ____________________________________________________________________________
11217 [  2451] By: nick                                  on 1998/12/04  21:58:49
11218     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
11219          well as _54, but with pre-scan for classes and save the ISA scheme.
11220  Branch: perl
11221        ! ext/B/B/C.pm
11222 ____________________________________________________________________________
11223 [  2450] By: nick                                  on 1998/12/04  17:58:44
11224     Log: Vishal Bhatia's patch as a basis.
11225  Branch: perl
11226        ! ext/B/B/C.pm ext/B/B/CC.pm
11227 ____________________________________________________________________________
11228 [  2449] By: jhi                                   on 1998/12/04  16:39:21
11229     Log: Integrate from mainperl.
11230  Branch: cfgperl
11231       !> t/op/goto.t t/op/tr.t
11232 ____________________________________________________________________________
11233 [  2448] By: gsar                                  on 1998/12/04  06:06:49
11234     Log: tweak test for UTEST
11235  Branch: perl
11236        ! t/op/tr.t
11237 ____________________________________________________________________________
11238 [  2444] By: jhi                                   on 1998/12/03  14:37:22
11239     Log: s/\bthe the\b/the/g *.pod
11240  Branch: cfgperl
11241        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
11242 ____________________________________________________________________________
11243 [  2443] By: jhi                                   on 1998/12/03  13:39:53
11244     Log: Change#2441 aftermath.
11245  Branch: cfgperl
11246        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11247        ! config_h.SH thread.h vms/subconfigure.com
11248 ____________________________________________________________________________
11249 [  2441] By: jhi                                   on 1998/12/03  08:15:13
11250     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11251          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
11252          Subject: [PATCH 5.005_54]Initial VMS patches
11253          Date: 3 Dec 1998 01:05:55 +0200
11254          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
11255          
11256          The patch to config_h.SH requires more study because
11257          metaconfig needs to agree.
11258  Branch: cfgperl
11259        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
11260        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
11261        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
11262 ____________________________________________________________________________
11263 [  2440] By: gsar                                  on 1998/12/03  01:32:16
11264     Log: add failed check-in of goto.t from change#1867
11265  Branch: perl
11266        ! t/op/goto.t
11267 ____________________________________________________________________________
11268 [  2437] By: jhi                                   on 1998/12/02  18:03:51
11269     Log: Fix most of the bad L<> links of
11270          
11271          From: Tom Christiansen <tchrist@jhereg.perl.com> 
11272          Subject: bad L<> links
11273          Reply-to: tchrist@perl.com 
11274          To: perlbug@jhereg.perl.com 
11275          Date: Tue, 11 Aug 1998 10:58:07 -0500 
11276          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
11277          
11278          The ones not fixed may require darker Pod::HTML magic,
11279          for example the perlguts.html#tags should work fine, IMHO.
11280  Branch: cfgperl
11281        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
11282        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
11283        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
11284        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
11285        ! pod/perlvar.pod
11286 ____________________________________________________________________________
11287 [  2436] By: jhi                                   on 1998/12/02  16:35:04
11288     Log: One paste too many in #2345.
11289  Branch: cfgperl
11290        ! lib/Pod/Html.pm
11291 ____________________________________________________________________________
11292 [  2435] By: jhi                                   on 1998/12/02  16:32:33
11293     Log: Pod::Html and Pod::Text were not locale-savvy:
11294          for example in =head1 all non-ASCII-\w-runs were
11295          turned into underscores in NAME tags.  This could
11296          result in several NAME tags becoming identical.
11297          Reported by:
11298          
11299          From: Fyodor Krasnov <fyodor@aha.ru> 
11300          Subject: pod2html vs Russian Characters
11301          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
11302          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
11303          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
11304  Branch: cfgperl
11305        ! lib/Pod/Html.pm lib/Pod/Text.pm
11306 ____________________________________________________________________________
11307 [  2434] By: jhi                                   on 1998/12/02  10:29:00
11308     Log: The real Mc5_54 integration.
11309  Branch: cfgperl
11310       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
11311 ____________________________________________________________________________
11312 [  2433] By: jhi                                   on 1998/12/02  08:52:13
11313     Log: From: Andy Dougherty <doughera@lafayette.edu>
11314          To: Perl Porters <perl5-porters@perl.org>
11315          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
11316          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
11317          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
11318  Branch: cfgperl
11319        ! Configure
11320 ____________________________________________________________________________
11321 [  2432] By: jhi                                   on 1998/12/02  08:49:47
11322     Log: From: Andy Dougherty <doughera@lafayette.edu>
11323          To: Perl Porters <perl5-porters@perl.org>
11324          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
11325          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
11326          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
11327  Branch: cfgperl
11328        ! Configure
11329 ____________________________________________________________________________
11330 [  2431] By: jhi                                   on 1998/12/01  16:11:50
11331     Log: From: achampio@lehman.com (Alan Champion)
11332          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
11333          To: perlbug@perl.com
11334          Date: 1 Dec 1998 17:36:33 +0200
11335          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
11336          
11337          Skip NIS includes.
11338  Branch: cfgperl
11339        ! t/op/pwent.t
11340 ____________________________________________________________________________
11341 [  2430] By: gsar                                  on 1998/12/01  12:12:50
11342     Log: 5.005_54, as released
11343  Branch: perl
11344        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
11345 ____________________________________________________________________________
11346 [  2429] By: jhi                                   on 1998/12/01  11:28:39
11347     Log: From: Anton Berezin <tobez@plab.ku.dk>
11348          To: perl5-porters@perl.org
11349          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
11350          Date: 30 Nov 1998 19:46:24 +0100
11351          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
11352  Branch: cfgperl
11353        ! hints/freebsd.sh
11354 ____________________________________________________________________________
11355 [  2428] By: jhi                                   on 1998/12/01  11:08:16
11356     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
11357  Branch: cfgperl
11358       +> (branch 30 files)
11359       !> (integrate 71 files)
11360 ____________________________________________________________________________
11361 [  2427] By: jhi                                   on 1998/12/01  10:51:37
11362     Log: Default to accepting a hinted $randfunc even when $csym
11363          does not find it.  (the previous defaylt behaviour was not
11364          to accept).
11365  Branch: cfgperl
11366        ! Configure
11367 ____________________________________________________________________________
11368 [  2426] By: jhi                                   on 1998/12/01  10:13:03
11369     Log: Separated the [:foo:] parsing to its own function.
11370          Passes all tests.
11371  Branch: cfgperl
11372        ! regcomp.c
11373 ____________________________________________________________________________
11374 [  2425] By: jhi                                   on 1998/12/01  08:22:49
11375     Log: Typo in comments.
11376  Branch: cfgperl
11377        ! regexec.c
11378 ____________________________________________________________________________
11379 [  2424] By: jhi                                   on 1998/12/01  08:21:38
11380     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11381          Subject: [PATCH 5.005_*] Debugger 'v' command
11382          To: perl5-porters@perl.org (Mailing list Perl5)
11383          Date: 1 Dec 1998 07:55:11 +0200
11384          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
11385  Branch: cfgperl
11386        ! lib/perl5db.pl
11387 ____________________________________________________________________________
11388 [  2423] By: jhi                                   on 1998/12/01  08:19:08
11389     Log: From: pvhp@forte.com (Peter Prymmer)
11390          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
11391          To: perl5-porters@perl.org
11392          Date: 1 Dec 1998 07:27:11 +0200
11393          Message-ID: <MLIST_9812010508.AA07791@forte.com>
11394  Branch: cfgperl
11395        ! hints/os390.sh
11396 ____________________________________________________________________________
11397 [  2417] By: jhi                                   on 1998/11/30  08:14:00
11398     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
11399  Branch: cfgperl
11400        ! ext/Socket/Socket.xs
11401 ____________________________________________________________________________
11402 [  2416] By: jhi                                   on 1998/11/30  08:00:15
11403     Log: Undo #2395, seems more like a problem in netbsd-current.
11404  Branch: cfgperl
11405        ! util.c
11406
11407 ----------------
11408 Version 5.005_54
11409 ----------------
11410
11411 ____________________________________________________________________________
11412 [  2414] By: gsar                                  on 1998/11/30  02:23:55
11413     Log: more JPL tweaks
11414  Branch: perl
11415        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
11416        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
11417 ____________________________________________________________________________
11418 [  2413] By: gsar                                  on 1998/11/30  01:35:56
11419     Log: stub bin/jpl that just runs JPL::Compile::files()
11420  Branch: perl
11421        + jpl/bin/jpl
11422 ____________________________________________________________________________
11423 [  2412] By: gsar                                  on 1998/11/30  01:32:14
11424     Log: delete symlink
11425  Branch: perl
11426        - jpl/bin/jpl
11427 ____________________________________________________________________________
11428 [  2410] By: gsar                                  on 1998/11/30  01:30:44
11429     Log: branch jpl from perlext to perl
11430  Branch: perl
11431       +> (branch 30 files)
11432 ____________________________________________________________________________
11433 [  2407] By: gsar                                  on 1998/11/30  01:24:53
11434     Log: JPL tweaks to build with 5.005
11435  Branch: perlext
11436        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
11437        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
11438 ____________________________________________________________________________
11439 [  2406] By: gsar                                  on 1998/11/30  00:55:54
11440     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
11441  Branch: perl
11442        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
11443 ____________________________________________________________________________
11444 [  2405] By: gsar                                  on 1998/11/30  00:28:55
11445     Log: patchlevel up to 54
11446  Branch: perl
11447        ! patchlevel.h win32/Makefile win32/config_H.bc
11448        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11449 ____________________________________________________________________________
11450 [  2403] By: gsar                                  on 1998/11/29  23:35:50
11451     Log: integrate cfgperl changes into mainline
11452  Branch: perl
11453       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11454       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
11455 ____________________________________________________________________________
11456 [  2402] By: gsar                                  on 1998/11/29  23:08:42
11457     Log: sync Text::Wrap version number
11458  Branch: perl
11459        ! lib/Text/Wrap.pm
11460 ____________________________________________________________________________
11461 [  2401] By: gsar                                  on 1998/11/29  22:56:21
11462     Log: textfill.t tweak
11463  Branch: perl
11464        ! t/lib/textfill.t
11465 ____________________________________________________________________________
11466 [  2400] By: gsar                                  on 1998/11/29  22:50:41
11467     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
11468          <muir@idiom.com>
11469  Branch: perl
11470        + t/lib/textfill.t
11471        ! MANIFEST lib/Text/Wrap.pm
11472 ____________________________________________________________________________
11473 [  2399] By: gsar                                  on 1998/11/29  22:28:05
11474     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
11475          has happened without the authors knowledge or consent; the subversive
11476          version (which is in 5.00502) breaks one of the tests in the
11477          authors testsuite; attempts are being made to find a fix that
11478          avoids breaking code already running with the 5.005_02 version
11479          From:    David Muir Sharnoff <muir@idiom.com>
11480          Date:    Sat, 28 Nov 1998 04:34:17 PST
11481          Message-Id: <199811281234.EAA03082@idiom.com>
11482          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
11483  Branch: perl
11484        ! lib/Text/Wrap.pm t/lib/textwrap.t
11485 ____________________________________________________________________________
11486 [  2397] By: nick                                  on 1998/11/29  20:13:58
11487     Log: Update docs and English.pm for $^C
11488  Branch: perl
11489        ! lib/English.pm pod/perlvar.pod
11490 ____________________________________________________________________________
11491 [  2396] By: jhi                                   on 1998/11/29  20:13:03
11492     Log: Mirror #2384.
11493  Branch: cfgperl
11494        ! t/op/pwent.t
11495 ____________________________________________________________________________
11496 [  2395] By: jhi                                   on 1998/11/29  19:59:12
11497     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
11498  Branch: cfgperl
11499        ! util.c
11500 ____________________________________________________________________________
11501 [  2394] By: gsar                                  on 1998/11/29  19:49:08
11502     Log: updated perlreftut.pod
11503  Branch: perl
11504        ! pod/perlreftut.pod
11505 ____________________________________________________________________________
11506 [  2393] By: gsar                                  on 1998/11/29  19:31:56
11507     Log: misc tweaks
11508  Branch: perl
11509        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
11510 ____________________________________________________________________________
11511 [  2392] By: gsar                                  on 1998/11/29  19:31:18
11512     Log: notes about -DPERL_POLLUTE
11513  Branch: perl
11514        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
11515 ____________________________________________________________________________
11516 [  2391] By: gsar                                  on 1998/11/29  19:13:52
11517     Log: explain various win32 build caveats more clearly
11518  Branch: perl
11519        ! README.win32 win32/Makefile win32/makefile.mk
11520 ____________________________________________________________________________
11521 [  2390] By: gsar                                  on 1998/11/29  16:51:59
11522     Log: remove I_POLL detection (Configure will do that now)
11523  Branch: perl
11524        ! ext/IO/Makefile.PL
11525 ____________________________________________________________________________
11526 [  2389] By: jhi                                   on 1998/11/29  16:39:16
11527     Log: Add I_POLL for IO 1.20.
11528  Branch: cfgperl
11529        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11530        ! config_h.SH
11531 ____________________________________________________________________________
11532 [  2388] By: gsar                                  on 1998/11/29  16:23:30
11533     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
11534  Branch: perl
11535        + Porting/p4desc
11536        ! MANIFEST
11537 ____________________________________________________________________________
11538 [  2387] By: gsar                                  on 1998/11/29  16:08:03
11539     Log: another threads reliability fix: serialize writes to thr->threadsv
11540          avoid most uses of PL_na (which is much more inefficient than a
11541          simple local); update docs to suit; PL_na now being thr->Tna may
11542          be a minor compatibility issue for extensions--will require dTHR
11543          outside of XSUBs (those get automatic dTHR)
11544  Branch: perl
11545        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
11546        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
11547        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
11548        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
11549        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
11550        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
11551        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
11552        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
11553        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
11554 ____________________________________________________________________________
11555 [  2386] By: jhi                                   on 1998/11/29  15:40:42
11556     Log: Tune the "if" entry.
11557  Branch: cfgperl
11558        ! pod/perlfunc.pod
11559 ____________________________________________________________________________
11560 [  2385] By: gsar                                  on 1998/11/29  12:40:28
11561     Log: various fixes for race conditions under threads: mutex locks based
11562          on PL_threadnum were seriously flawed, since it means more than one
11563          thread could enter the critical region; PL_na was global instead of
11564          thread-local; child thread could finish and free thr structures
11565          before Thread->new() got around to creating the Thread object;
11566          cv_clone() needed locking, as it mucks with PL_comppad and other
11567          global data; new_struct_thread() needed to lock template-thread's
11568          mutex while copying its data
11569  Branch: perl
11570        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
11571        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
11572 ____________________________________________________________________________
11573 [  2384] By: gsar                                  on 1998/11/29  10:54:38
11574     Log: s/warn/print/ on multiply defined groups
11575  Branch: perl
11576        ! t/op/grent.t
11577 ____________________________________________________________________________
11578 [  2383] By: gsar                                  on 1998/11/29  10:48:39
11579     Log: backout change#2334
11580  Branch: perl
11581        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
11582 ____________________________________________________________________________
11583 [  2382] By: jhi                                   on 1998/11/29  10:33:40
11584     Log: Better NetInfo behaviour.
11585  Branch: cfgperl
11586        ! t/op/grent.t t/op/pwent.t
11587 ____________________________________________________________________________
11588 [  2381] By: jhi                                   on 1998/11/29  10:08:15
11589     Log: Integrate from mainperl.
11590  Branch: cfgperl
11591       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
11592       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11593       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
11594       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
11595       +> t/lib/io_poll.t t/lib/io_unix.t
11596       !> (integrate 58 files)
11597 ____________________________________________________________________________
11598 [  2380] By: gsar                                  on 1998/11/29  08:22:49
11599     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
11600          Tim Bunce)
11601  Branch: perl
11602        ! gv.c
11603 ____________________________________________________________________________
11604 [  2379] By: gsar                                  on 1998/11/29  07:06:43
11605     Log: fix for pat.t failure under USE_THREADS
11606  Branch: perl
11607        ! pp_ctl.c regexec.c
11608 ____________________________________________________________________________
11609 [  2378] By: nick                                  on 1998/11/28  22:46:57
11610     Log: More C.pm tweaks
11611          Save globs even if we have saved cv itself before - may be imported.
11612          
11613          While we don't save "bootstrap" CV we need to provide a stub,
11614          so that if we require it later we don't fall through and attempt
11615          to DynaLoad module again.
11616          
11617          Attempt to save %INC so that "require" does not reload things
11618          we have compiled-in (does not work right yet - seems to be due
11619          to PL_incgv being created in perl_parse() current scheme setting 
11620          GvHV() is "better" than saving the glob, but still does not 
11621          work as I expect). 
11622  Branch: perl
11623        ! ext/B/B/C.pm
11624 ____________________________________________________________________________
11625 [  2377] By: gsar                                  on 1998/11/28  22:30:38
11626     Log: various tweaks; result passes all tests for normal build on Solaris;
11627          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
11628          win32 due to lack of select() that works on non-socket fds
11629  Branch: perl
11630        ! ext/IO/poll.c regcomp.c regexec.c scope.c
11631        ! t/lib/io_multihomed.t win32/makefile.mk
11632 ____________________________________________________________________________
11633 [  2376] By: gsar                                  on 1998/11/28  20:44:39
11634     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
11635  Branch: perl
11636        ! myconfig
11637 ____________________________________________________________________________
11638 [  2375] By: gsar                                  on 1998/11/28  20:42:58
11639     Log: integrate cfgperl changes into mainline
11640  Branch: perl
11641       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
11642       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
11643 ____________________________________________________________________________
11644 [  2374] By: gsar                                  on 1998/11/28  20:02:03
11645     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11646          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
11647          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
11648          Subject: [PATCH 5.00553] Yet another OS/2 patch
11649  Branch: perl
11650        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
11651 ____________________________________________________________________________
11652 [  2373] By: gsar                                  on 1998/11/28  19:30:06
11653     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11654          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
11655          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
11656          Subject: [PATCH 5.005_53] Change $#+
11657  Branch: perl
11658        ! mg.c pod/perlvar.pod t/op/pat.t
11659 ____________________________________________________________________________
11660 [  2372] By: gsar                                  on 1998/11/28  19:28:00
11661     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11662          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
11663          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
11664          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
11665  Branch: perl
11666        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
11667        ! thrdvar.h
11668 ____________________________________________________________________________
11669 [  2371] By: gsar                                  on 1998/11/28  19:23:53
11670     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11671          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
11672          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
11673          Subject: [PATCH 5.005_53] better -Mre=debugcolor
11674  Branch: perl
11675        ! embedvar.h objXSUB.h regexec.c thrdvar.h
11676 ____________________________________________________________________________
11677 [  2370] By: gsar                                  on 1998/11/28  19:21:17
11678     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11679          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
11680          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
11681          Subject: [PATCH 5.005_*] regcolors
11682  Branch: perl
11683        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
11684 ____________________________________________________________________________
11685 [  2369] By: gsar                                  on 1998/11/28  19:00:15
11686     Log: allow final period in a file (not followed by a newline) to
11687          terminate format spec
11688  Branch: perl
11689        ! toke.c
11690 ____________________________________________________________________________
11691 [  2368] By: gsar                                  on 1998/11/28  18:58:25
11692     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
11693          add C<$Config{installarchlib}/CORE> to the default locations searched
11694          on win32
11695  Branch: perl
11696        ! lib/ExtUtils/Liblist.pm
11697 ____________________________________________________________________________
11698 [  2367] By: gsar                                  on 1998/11/28  18:46:05
11699     Log: applied suggested patch with PERL_OBJECT tweaks
11700          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11701          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
11702          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
11703          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
11704  Branch: perl
11705        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
11706        ! regexec.c t/op/pat.t thrdvar.h
11707 ____________________________________________________________________________
11708 [  2366] By: gsar                                  on 1998/11/28  18:38:34
11709     Log: additional documentation for qr//
11710          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11711          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
11712          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
11713          Subject: [PATCH 5.005_*] Documentation (fwd)
11714  Branch: perl
11715        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
11716 ____________________________________________________________________________
11717 [  2365] By: gsar                                  on 1998/11/28  18:35:35
11718     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11719          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
11720          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
11721          Subject: [PATCH 5.005_*] Fix \G in REx without //g
11722  Branch: perl
11723        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
11724        ! regexp.h t/op/pat.t thrdvar.h
11725 ____________________________________________________________________________
11726 [  2364] By: gsar                                  on 1998/11/28  18:24:20
11727     Log: update Test.pm to Test-1.12; tweak 're' detection
11728  Branch: perl
11729        ! lib/Test.pm
11730 ____________________________________________________________________________
11731 [  2363] By: gsar                                  on 1998/11/28  18:12:04
11732     Log: avoid command-line quoting portability problems in lex_assign.t
11733  Branch: perl
11734        ! t/op/lex_assign.t
11735 ____________________________________________________________________________
11736 [  2362] By: gsar                                  on 1998/11/28  18:08:50
11737     Log: From: John Tobey <jtobey@channel1.com>
11738          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
11739          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
11740          Subject: PATCH: document English.pm sawampersand and thread issues
11741  Branch: perl
11742        ! lib/English.pm pod/perlvar.pod
11743 ____________________________________________________________________________
11744 [  2361] By: gsar                                  on 1998/11/28  18:03:04
11745     Log: fix uninitialized warnings
11746          From: Brian Callaghan <callagh@itginc.com>
11747          Date: Thu, 19 Nov 1998 17:49:10 -0800
11748          Message-Id: <3654CA96.B64FCAEB@itginc.com>
11749          Subject: Complete.pm patch (version 1.1)
11750  Branch: perl
11751        ! lib/Term/Complete.pm
11752 ____________________________________________________________________________
11753 [  2360] By: gsar                                  on 1998/11/28  17:59:16
11754     Log: s/Array/List/ suggested by John Tobey
11755  Branch: perl
11756        ! pod/perldata.pod
11757 ____________________________________________________________________________
11758 [  2359] By: gsar                                  on 1998/11/28  17:47:48
11759     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
11760  Branch: perl
11761        ! lib/Tie/Handle.pm pod/perlfunc.pod
11762 ____________________________________________________________________________
11763 [  2358] By: jhi                                   on 1998/11/28  17:23:15
11764     Log: Revamp the locale tests.
11765          (0) Instead of rewiring a few locales scan for them.
11766          (1) Bogus test #101 removed.
11767          (2) All the locales are checked, the lists of failed
11768          and non-failed ones are displayed.
11769          (3) The test #103 is again 'active' so that it may fail.
11770          (4) To balance (3) a hopefully pacifying message is shown
11771          if the #103 fails.
11772  Branch: cfgperl
11773        ! t/pragma/locale.t
11774 ____________________________________________________________________________
11775 [  2357] By: gsar                                  on 1998/11/28  17:21:07
11776     Log: add perlreftut.pod
11777  Branch: perl
11778        + pod/perlreftut.pod
11779        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
11780        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
11781        ! win32/pod.mak
11782 ____________________________________________________________________________
11783 [  2356] By: jhi                                   on 1998/11/28  16:58:01
11784     Log: Change #2346 fallout.
11785  Branch: cfgperl
11786        ! t/op/undef.t
11787 ____________________________________________________________________________
11788 [  2355] By: gsar                                  on 1998/11/28  16:46:43
11789     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
11790          ANSI prototypes
11791  Branch: perl
11792        ! ext/IO/IO.xs
11793 ____________________________________________________________________________
11794 [  2354] By: gsar                                  on 1998/11/28  16:08:07
11795     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
11796          keep platform hacks that aren't in the 1.20 dist; add new files
11797          to MANIFEST; hack Makefile.PL; result hasn't been tested
11798          anywhere
11799  Branch: perl
11800        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
11801        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11802        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
11803        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
11804        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
11805        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11806        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
11807        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
11808        ! t/lib/io_sock.t t/lib/io_udp.t
11809 ____________________________________________________________________________
11810 [  2353] By: jhi                                   on 1998/11/28  15:51:03
11811     Log: Locale collation, ctype, and numeric, were initialized wrong
11812          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
11813          as reported by
11814          
11815          From: Ilya.Sandler@etak.com (Ilya Sandler)
11816          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
11817          To: perlbug@perl.com
11818          Date: 25 Nov 1998 04:53:52 +0200
11819          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
11820  Branch: cfgperl
11821        ! util.c
11822 ____________________________________________________________________________
11823 [  2352] By: nick                                  on 1998/11/28  15:21:59
11824     Log: Implement $^C to allow perl access to -c flag - I think this 
11825          was agreed once...
11826  Branch: perl
11827        ! gv.c mg.c
11828 ____________________________________________________________________________
11829 [  2351] By: jhi                                   on 1998/11/28  15:14:24
11830     Log: Change #2251 fixup.
11831  Branch: cfgperl
11832        ! myconfig
11833 ____________________________________________________________________________
11834 [  2350] By: jhi                                   on 1998/11/28  14:58:19
11835     Log: Integrate from mainperl.
11836  Branch: cfgperl
11837       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
11838       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11839       +> pod/perl5005delta.pod
11840       !> (integrate 49 files)
11841 ____________________________________________________________________________
11842 [  2349] By: jhi                                   on 1998/11/28  14:27:36
11843     Log: Passwd and group file groveling.
11844  Branch: cfgperl
11845        ! t/op/grent.t t/op/pwent.t
11846 ____________________________________________________________________________
11847 [  2348] By: gsar                                  on 1998/11/28  14:09:50
11848     Log: more conservative version of changes#2345,2346,2347; those break
11849          C<defined(@{"foo::ISA"})> which seems to be extensively used in
11850          the libs :-(
11851  Branch: perl
11852        ! pp.c t/op/method.t
11853 ____________________________________________________________________________
11854 [  2347] By: gsar                                  on 1998/11/28  13:36:08
11855     Log: tweak bogus test
11856  Branch: perl
11857        ! t/op/method.t
11858 ____________________________________________________________________________
11859 [  2346] By: gsar                                  on 1998/11/28  13:20:34
11860     Log: test cases for previous change
11861  Branch: perl
11862        ! t/op/undef.t
11863 ____________________________________________________________________________
11864 [  2345] By: gsar                                  on 1998/11/28  13:07:17
11865     Log: fix typo in pp_defined() causing C<defined %tied> to fail
11866  Branch: perl
11867        ! pp.c
11868 ____________________________________________________________________________
11869 [  2344] By: gsar                                  on 1998/11/28  13:03:29
11870     Log: s/comment/comment_t/ tweak (suggested by John Gorman
11871          <jgorman@webbysoft.com>)
11872  Branch: perl
11873        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
11874 ____________________________________________________________________________
11875 [  2343] By: gsar                                  on 1998/11/28  12:52:40
11876     Log: add (stub) perldelta.pod
11877  Branch: perl
11878        + pod/perldelta.pod
11879 ____________________________________________________________________________
11880 [  2342] By: gsar                                  on 1998/11/28  12:49:26
11881     Log: rename perldelta.pod to perl5005delta.pod in preparation for
11882          starting a new one
11883  Branch: perl
11884       +> pod/perl5005delta.pod
11885        - pod/perldelta.pod
11886        ! MANIFEST pod/perl.pod
11887 ____________________________________________________________________________
11888 [  2341] By: gsar                                  on 1998/11/28  12:41:55
11889     Log: fix MALLOC_LOCK #define
11890  Branch: perl
11891        ! malloc.c
11892 ____________________________________________________________________________
11893 [  2340] By: gsar                                  on 1998/11/28  12:18:23
11894     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11895          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
11896          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
11897          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
11898  Branch: perl
11899        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
11900 ____________________________________________________________________________
11901 [  2339] By: jhi                                   on 1998/11/28  11:59:01
11902     Log: Add -lm to dynix/ptx POSIX hints.
11903          From: "Martin J. Bligh" <mbligh@sequent.com>
11904          To: jhi@iki.fi
11905          Subject: Re: Making Perl work on DYNIX/ptx
11906          Date: Wed, 25 Nov 1998 10:34:41 -0800
11907          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
11908  Branch: cfgperl
11909        ! ext/POSIX/hints/dynixptx.pl
11910 ____________________________________________________________________________
11911 [  2338] By: jhi                                   on 1998/11/28  11:57:19
11912     Log: Detypo.
11913  Branch: cfgperl
11914        ! lib/filetest.pm
11915 ____________________________________________________________________________
11916 [  2337] By: jhi                                   on 1998/11/28  11:56:29
11917     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
11918  Branch: cfgperl
11919        ! Configure
11920 ____________________________________________________________________________
11921 [  2336] By: gsar                                  on 1998/11/28  11:41:14
11922     Log: teach CPAN.pm to ignore beta perl distributions when looking for
11923          modules
11924          From: root@dogberry.rutgers.edu (root)
11925          Date: Thu, 12 Nov 1998 23:08:39 -0500
11926          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
11927          Subject: recompile tries getting a perl distribution
11928  Branch: perl
11929        ! lib/CPAN.pm
11930 ____________________________________________________________________________
11931 [  2335] By: gsar                                  on 1998/11/28  11:27:46
11932     Log: make $1 et al readonly under threads; make C<undef $1> fail like
11933          C<$1 = undef> does
11934  Branch: perl
11935        ! op.c pp.c t/op/undef.t
11936 ____________________________________________________________________________
11937 [  2334] By: gsar                                  on 1998/11/28  10:24:52
11938     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
11939  Branch: perl
11940        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
11941 ____________________________________________________________________________
11942 [  2333] By: gsar                                  on 1998/11/28  09:36:40
11943     Log: document changed PERL_HASH()
11944  Branch: perl
11945        ! pod/perlfunc.pod pod/perlguts.pod
11946 ____________________________________________________________________________
11947 [  2332] By: nick                                  on 1998/11/27  21:10:27
11948     Log: Handle INIT list in C.pm
11949          1. Provide init_av() from B.xs
11950          2. Export it in B.pm
11951          3. Use it in C.pm
11952          Also disable some pruning in savecv() which seems to undo
11953          my previous patch.
11954          Experimental feature - save pathnames of .so files in easily 
11955          grep-able form for use in wrapper to feed to linker.  
11956  Branch: perl
11957        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
11958 ____________________________________________________________________________
11959 [  2327] By: gsar                                  on 1998/11/27  15:12:01
11960     Log: integrate change#2315 from maint-5.005
11961  Branch: perl
11962        ! t/op/sort.t
11963       !> op.c sv.c
11964 ____________________________________________________________________________
11965 [  2326] By: gsar                                  on 1998/11/27  15:00:42
11966     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
11967  Branch: perl
11968       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
11969       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11970       !> lib/ExtUtils/typemap
11971 ____________________________________________________________________________
11972 [  2325] By: gsar                                  on 1998/11/27  14:46:18
11973     Log: malloc bugfix and documentation from Ilya Zakharevich
11974          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
11975          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
11976          Subject: [PATCH 5.005_*] Re: Internal coredump
11977          --
11978          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
11979          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
11980          Subject: [PATCH 5.005_*] malloc.c documentation
11981  Branch: perl
11982        ! malloc.c
11983 ____________________________________________________________________________
11984 [  2324] By: gsar                                  on 1998/11/27  14:41:38
11985     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
11986  Branch: perl
11987        ! ext/B/B/C.pm
11988 ____________________________________________________________________________
11989 [  2323] By: gsar                                  on 1998/11/27  14:33:44
11990     Log: From: maeda@src.ricoh.co.jp
11991          Date: Tue, 24 Nov 1998 10:37:45 +0900
11992          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
11993          Subject: format "..." bug
11994  Branch: perl
11995        ! pp_ctl.c t/op/write.t
11996 ____________________________________________________________________________
11997 [  2322] By: gsar                                  on 1998/11/27  14:20:12
11998     Log: add ext/Devel/Peek
11999          From: jan.dubois@ibm.net (Jan Dubois)
12000          Date: Mon, 23 Nov 1998 00:48:11 +0100
12001          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
12002          Subject: [PATCH 5.005_53] Devel::Peek integration
12003  Branch: perl
12004        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
12005        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12006        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
12007        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
12008        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
12009 ____________________________________________________________________________
12010 [  2321] By: gsar                                  on 1998/11/27  13:03:08
12011     Log: ensure 'make regen_headers' even without perl installed
12012          (suggested by Ilya Zakharevich)
12013  Branch: perl
12014        ! bytecode.pl warning.pl
12015 ____________________________________________________________________________
12016 [  2320] By: gsar                                  on 1998/11/27  12:58:36
12017     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12018          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
12019          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
12020          Subject: [PATCH 5.005_*] Cosmetic malloc patch
12021  Branch: perl
12022        ! malloc.c
12023 ____________________________________________________________________________
12024 [  2319] By: gsar                                  on 1998/11/27  12:56:13
12025     Log: eliminate dup hunk from integration
12026  Branch: perl
12027        ! lib/filetest.pm perl.h
12028 ____________________________________________________________________________
12029 [  2318] By: gsar                                  on 1998/11/27  12:50:08
12030     Log: integrate cfgperl changes into mainline
12031  Branch: perl
12032       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
12033        ! pod/perlfaq4.pod
12034       !> (integrate 30 files)
12035 ____________________________________________________________________________
12036 [  2317] By: jhi                                   on 1998/11/27  11:38:13
12037     Log: C<-x>.
12038  Branch: cfgperl
12039        ! lib/filetest.pm
12040 ____________________________________________________________________________
12041 [  2316] By: jhi                                   on 1998/11/27  11:10:22
12042     Log: Integrate from mainperl.
12043  Branch: cfgperl
12044       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
12045       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
12046       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
12047       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
12048       !> win32/win32sck.c
12049 ____________________________________________________________________________
12050 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
12051     Log: integrate change#2246 from mainline, while still allowing
12052          C<sort $globref @foo>
12053          
12054          allow C<sort $coderef @foo>
12055  Branch: maint-5.005/perl
12056        ! op.c sv.c
12057       !> t/op/sort.t
12058 ____________________________________________________________________________
12059 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
12060     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
12061          forwarded by Jarkko Hietaniemi from Mark Bixby
12062  Branch: maint-5.005/perl
12063        ! ext/DynaLoader/dl_mpeix.xs installperl
12064 ____________________________________________________________________________
12065 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
12066     Log: Allow PL_FILES to have multiple targets from one source by allowing
12067          an array ref as the value in the hash
12068  Branch: maint-5.005/perl
12069        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12070        ! lib/ExtUtils/MakeMaker.pm
12071 ____________________________________________________________________________
12072 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
12073     Log: fix unsigned variables to use SvUV and sv_setuv
12074  Branch: maint-5.005/perl
12075        ! lib/ExtUtils/typemap
12076 ____________________________________________________________________________
12077 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
12078     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
12079  Branch: maint-5.005/perl
12080        ! lib/ExtUtils/MM_Unix.pm
12081 ____________________________________________________________________________
12082 [  2301] By: gsar                                  on 1998/11/26  10:16:54
12083     Log: fix PL_defoutgv leak under threads
12084  Branch: perl
12085        ! ext/Thread/Thread.xs
12086 ____________________________________________________________________________
12087 [  2300] By: gsar                                  on 1998/11/26  09:04:44
12088     Log: properly free temporaries created by threads
12089  Branch: perl
12090        ! ext/Thread/Thread.xs
12091 ____________________________________________________________________________
12092 [  2299] By: gsar                                  on 1998/11/26  06:51:16
12093     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
12094          to set the package for the block properly
12095  Branch: perl
12096        ! op.c t/comp/package.t t/lib/dumper.t
12097 ____________________________________________________________________________
12098 [  2298] By: nick                                  on 1998/11/24  22:04:20
12099     Log: Part-1 of tweaks to allow Tk to be "compiled"
12100          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
12101          (May also need attention to exports etc. - to follow.)
12102  Branch: perl
12103        ! universal.c
12104 ____________________________________________________________________________
12105 [  2294] By: jhi                                   on 1998/11/23  10:44:26
12106     Log: The new socket tests need in some platforms
12107          to #include <sys/types.h>.
12108  Branch: cfgperl
12109        ! Configure
12110 ____________________________________________________________________________
12111 [  2293] By: jhi                                   on 1998/11/23  10:33:42
12112     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12113          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
12114          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12115          Date: Mon, 23 Nov 1998 10:07:04 +0100
12116          Message-Id: <9811230907.AA06484@AWT.nl>
12117          
12118          NeXTstep NetInfo uses nidump to get the user/group databases.
12119  Branch: cfgperl
12120        ! t/op/grent.t t/op/pwent.t
12121 ____________________________________________________________________________
12122 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
12123     Log: Updated Porting/patchls utility.
12124  Branch: maint-5.004/perl
12125        ! Porting/patchls
12126 ____________________________________________________________________________
12127 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
12128     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
12129          From:  Henrik Tougaard <ht.000@foa.dk>
12130          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
12131          Files:  lib/Sys/Syslog.pm
12132  Branch: maint-5.004/perl
12133        ! lib/Sys/Syslog.pm
12134 ____________________________________________________________________________
12135 [  2286] By: jhi                                   on 1998/11/22  19:08:42
12136     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
12137  Branch: cfgperl
12138        ! ext/Socket/Socket.xs
12139 ____________________________________________________________________________
12140 [  2285] By: jhi                                   on 1998/11/22  18:21:07
12141     Log: MSG_PROXY for GNU/Hurd (previously we believed that
12142          all GNU libc platforms have MSG_PROXY.  Untrue).
12143          In fact this ended up as a major MSG_* and SCM_*
12144          update.  The MSG_XXX known to be enums in some
12145          versions of the glibc are now probed for and respective
12146          HAS_MSG_XXX are defined.  While I was at it I noticed
12147          SCM_RIGHTS being similarly an enum.  This reminded me of
12148          an ancient discussion in perl5-porters:
12149          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
12150          The BSD socket interface has a nifty feature for passing
12151          file descriptors and credentials--via sockets.  It may be
12152          too late to add this functionality to the CORE but
12153          at least Configure now probes for the functions,
12154          structs, and includes, defining the appropriate
12155          HAS_YYY and I_ZZZ, and the Socket extension exports
12156          the constants, in case somebody wants to write an
12157          extension for this interface.
12158  Branch: cfgperl
12159        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12160        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
12161        ! iperlsys.h
12162 ____________________________________________________________________________
12163 [  2284] By: jhi                                   on 1998/11/22  18:13:21
12164     Log: perlhist.pod 1.54, containing 5_53.
12165  Branch: cfgperl
12166        ! pod/perlhist.pod
12167 ____________________________________________________________________________
12168 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
12169     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
12170  Branch: maint-5.004/perl
12171        ! doio.c
12172 ____________________________________________________________________________
12173 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
12174     Log: Improve op/die_exit.t test for implicit close changing $!
12175  Branch: maint-5.004/perl
12176        ! t/op/die_exit.t
12177 ____________________________________________________________________________
12178 [  2268] By: jhi                                   on 1998/11/22  14:44:11
12179     Log: Fix thinko.
12180  Branch: cfgperl
12181        ! hints/dynixptx.sh
12182 ____________________________________________________________________________
12183 [  2267] By: jhi                                   on 1998/11/22  13:19:41
12184     Log: Document the d_socket override.
12185  Branch: cfgperl
12186        ! hints/dynixptx.sh
12187 ____________________________________________________________________________
12188 [  2266] By: jhi                                   on 1998/11/22  12:12:29
12189     Log: From: John Tobey <jtobey@channel1.com>
12190          Subject: [PATCH] perlfaq typos
12191          To: perl5-porters@perl.com
12192          Date: 22 Nov 1998 04:25:15 +0200
12193          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
12194  Branch: cfgperl
12195        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12196        ! pod/perlfaq7.pod pod/perlfaq8.pod
12197 ____________________________________________________________________________
12198 [  2265] By: jhi                                   on 1998/11/22  12:06:29
12199     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12200          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
12201          Newsgroups: hut.lists.perl5-porters
12202          To: gsar@engin.umich.edu (Gurusamy Sarathy)
12203          Cc: perl5-porters@perl.org (Perl5 Porters)
12204          Date: 20 Nov 1998 12:20:41 +0200
12205  Branch: cfgperl
12206        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12207        ! ext/DB_File/DB_File.xs
12208 ____________________________________________________________________________
12209 [  2264] By: jhi                                   on 1998/11/22  11:55:09
12210     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
12211          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12212          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12213          To: perlbug@perl.com
12214          Date: 20 Nov 1998 18:39:06 +0200
12215          Lines: 47
12216          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
12217  Branch: cfgperl
12218        ! t/op/grent.t t/op/pwent.t
12219 ____________________________________________________________________________
12220 [  2263] By: jhi                                   on 1998/11/22  11:42:59
12221     Log: Permission testing is tricky when we have too much power.
12222          Problem reported in
12223          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12224          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12225          To: perlbug@perl.com
12226          Date: 20 Nov 1998 18:39:06 +0200
12227          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
12228  Branch: cfgperl
12229        ! t/op/filetest.t
12230 ____________________________________________________________________________
12231 [  2262] By: gsar                                  on 1998/11/22  11:37:02
12232     Log: fix broken CAPI generation
12233  Branch: perl
12234        ! win32/GenCAPI.pl
12235 ____________________________________________________________________________
12236 [  2261] By: jhi                                   on 1998/11/22  11:17:00
12237     Log: -x should be C<-x>, reported by Gerben Wierda.
12238  Branch: cfgperl
12239        ! pod/perlfunc.pod
12240 ____________________________________________________________________________
12241 [  2260] By: gsar                                  on 1998/11/22  11:12:02
12242     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
12243  Branch: perl
12244        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
12245        ! proto.h
12246 ____________________________________________________________________________
12247 [  2259] By: jhi                                   on 1998/11/22  11:06:40
12248     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12249          Subject: Re: [PATCH] Re: pod2man bug in date generated line
12250          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
12251          Cc: perlbug@perl.com
12252          Date: 20 Nov 1998 21:30:17 +0200
12253          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
12254  Branch: cfgperl
12255        ! pod/pod2man.PL
12256 ____________________________________________________________________________
12257 [  2256] By: jhi                                   on 1998/11/21  10:44:01
12258     Log: From: Thomas Bowditch <bowditch@inmet.com>
12259          Subject: Benchmark.pm suggestion
12260          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
12261          Date: Fri, 20 Nov 1998 17:43:46 -0500
12262          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
12263          
12264          Added timesum().
12265  Branch: cfgperl
12266        ! lib/Benchmark.pm
12267 ____________________________________________________________________________
12268 [  2255] By: gsar                                  on 1998/11/21  08:45:06
12269     Log: another win32 portability fix: make sysread() and syswrite()
12270          work on sockets
12271  Branch: perl
12272        ! pp_sys.c win32/win32.h
12273 ____________________________________________________________________________
12274 [  2254] By: gsar                                  on 1998/11/21  07:49:06
12275     Log: win32_recvfrom() compatibility fix
12276  Branch: perl
12277        ! win32/win32sck.c
12278 ____________________________________________________________________________
12279 [  2253] By: jhi                                   on 1998/11/20  08:22:06
12280     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12281          To: jhi@iki.fi
12282          Subject: MPE/iX Perl 5.005_02 oops
12283          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
12284          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
12285  Branch: cfgperl
12286        ! ext/DynaLoader/dl_mpeix.xs installperl
12287 ____________________________________________________________________________
12288 [  2252] By: gsar                                  on 1998/11/19  17:38:03
12289     Log: mess_sv tweak for change#2249
12290  Branch: perl
12291        ! util.c
12292 ____________________________________________________________________________
12293 [  2251] By: jhi                                   on 1998/11/18  12:32:19
12294     Log: Display use64bits and usemultiplicity but only if necessary.
12295  Branch: cfgperl
12296        ! myconfig
12297 ____________________________________________________________________________
12298 [  2250] By: jhi                                   on 1998/11/18  12:26:50
12299     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
12300          Subject: pp.c uses 'unsigned Quad_t'
12301          To: perlbug@perl.com 
12302          Date: Sun, 15 Nov 1998 20:57:05 -0300 
12303          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
12304  Branch: cfgperl
12305        ! perl.h pp.c
12306 ____________________________________________________________________________
12307 [  2249] By: gsar                                  on 1998/11/18  05:43:11
12308     Log: use PL_mess_sv only during global destruction (fixes problems with
12309          overlapping invocations of form()/warn()/die()/croak() trampling on
12310          each other's messages)
12311  Branch: perl
12312        ! mg.c util.c
12313 ____________________________________________________________________________
12314 [  2248] By: gsar                                  on 1998/11/18  05:39:36
12315     Log: tweak change#2245 to skip previous message if any
12316  Branch: perl
12317        ! pp_ctl.c t/pragma/warn/pp_ctl
12318 ____________________________________________________________________________
12319 [  2247] By: jhi                                   on 1998/11/17  11:46:56
12320     Log: Integrate from mainperl.
12321  Branch: cfgperl
12322       !> (integrate 26 files)
12323 ____________________________________________________________________________
12324 [  2246] By: gsar                                  on 1998/11/17  09:41:10
12325     Log: allow C<sort $coderef @foo>
12326  Branch: perl
12327        ! op.c t/op/sort.t t/pragma/overload.t
12328 ____________________________________________________________________________
12329 [  2245] By: gsar                                  on 1998/11/17  08:28:26
12330     Log: propagate failures in DESTROY() as (optional) warnings
12331  Branch: perl
12332        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
12333 ____________________________________________________________________________
12334 [  2244] By: gsar                                  on 1998/11/17  07:43:08
12335     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
12336  Branch: perl
12337        ! perl.c thrdvar.h
12338 ____________________________________________________________________________
12339 [  2243] By: gsar                                  on 1998/11/17  07:40:09
12340     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
12341  Branch: perl
12342        ! lib/warning.pm warning.h warning.pl
12343 ____________________________________________________________________________
12344 [  2242] By: gsar                                  on 1998/11/17  06:32:39
12345     Log: fix skipspace() to properly account for newlines in eval''-ed
12346          strings (caused bogus line numbers in diagnostics and debugger)
12347  Branch: perl
12348        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
12349 ____________________________________________________________________________
12350 [  2241] By: gsar                                  on 1998/11/17  03:48:12
12351     Log: s/Perl_utf8skip/PL_utf8skip/g
12352  Branch: perl
12353        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
12354 ____________________________________________________________________________
12355 [  2240] By: gsar                                  on 1998/11/14  06:09:06
12356     Log: rework op/groups.t
12357  Branch: perl
12358        ! t/op/filetest.t t/op/groups.t
12359 ____________________________________________________________________________
12360 [  2235] By: gsar                                  on 1998/11/14  00:17:05
12361     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
12362  Branch: perl
12363        ! op.c
12364 ____________________________________________________________________________
12365 [  2234] By: gsar                                  on 1998/11/14  00:14:02
12366     Log: update Changes
12367  Branch: perl
12368        ! Changes win32/config.bc win32/config.gc win32/config.vc
12369 ____________________________________________________________________________
12370 [  2233] By: gsar                                  on 1998/11/13  09:43:03
12371     Log: doc tweak
12372  Branch: perl
12373        ! README.win32
12374 ____________________________________________________________________________
12375 [  2230] By: jhi                                   on 1998/11/12  17:07:45
12376     Log: Allow hints file override for d_socket
12377          (based on Sequent-induced change #2229).
12378  Branch: cfgperl
12379        ! Configure
12380 ____________________________________________________________________________
12381 [  2229] By: jhi                                   on 1998/11/12  16:32:33
12382     Log: 
12383          From: "Martin J. Bligh" <mbligh@sequent.com>
12384          To: jhi@iki.fi
12385          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
12386          Subject: Re: Making Perl work on DYNIX/ptx
12387          Date: Tue, 10 Nov 1998 16:24:26 -0800
12388          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
12389  Branch: cfgperl
12390        ! hints/dynixptx.sh
12391 ____________________________________________________________________________
12392 [  2228] By: jhi                                   on 1998/11/12  11:40:37
12393     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
12394          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
12395          To: jhi@iki.fi
12396          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
12397          Subject: Re: Making Perl work on DYNIX/ptx
12398          Date: Tue, 10 Nov 1998 18:01:10 -0800
12399  Branch: cfgperl
12400        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
12401 ____________________________________________________________________________
12402 [  2227] By: jhi                                   on 1998/11/12  11:17:42
12403     Log: Integrate from mainperl.
12404  Branch: cfgperl
12405       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
12406       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
12407       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
12408       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
12409       !> win32/win32.c x2p/s2p.PL
12410 ____________________________________________________________________________
12411 [  2226] By: gsar                                  on 1998/11/11  21:05:42
12412     Log: provide -DPERL_POLLUTE
12413  Branch: perl
12414        ! embed.pl embedvar.h
12415 ____________________________________________________________________________
12416 [  2225] By: jhi                                   on 1998/11/09  07:45:12
12417     Log: From: Hans Mulder <hansm@icgroup.nl>
12418          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
12419          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
12420          perl5-porters@perl.org
12421          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
12422          (UNINSTALLED)
12423          Date: Sun,  8 Nov 98 22:20:23 +0100
12424          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
12425  Branch: cfgperl
12426        ! malloc.c perl.h
12427 ____________________________________________________________________________
12428 [  2224] By: gsar                                  on 1998/11/09  03:13:14
12429     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
12430          Christoph <lupe@alanya.m.isar.de>)
12431  Branch: perl
12432        ! lib/Text/Wrap.pm
12433 ____________________________________________________________________________
12434 [  2223] By: gsar                                  on 1998/11/09  02:09:06
12435     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
12436          <lionel.fourquaux@wanadoo.fr>)
12437  Branch: perl
12438        ! x2p/s2p.PL
12439 ____________________________________________________________________________
12440 [  2222] By: gsar                                  on 1998/11/09  01:56:24
12441     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
12442          Date: Wed, 04 Nov 1998 12:19:44 +0000
12443          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
12444          Subject: [PATCH] Re: [5.005_53] read overflow? 
12445          --
12446          Date: Wed, 04 Nov 1998 13:15:18 +0000
12447          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
12448          Subject: [PATCH 5.005_53] perl -V fix
12449  Branch: perl
12450        ! perl.c regexec.c
12451 ____________________________________________________________________________
12452 [  2221] By: gsar                                  on 1998/11/09  01:34:56
12453     Log: From: jan.dubois@ibm.net (Jan Dubois)
12454          Date: Sun, 01 Nov 1998 00:05:01 +0100
12455          Message-ID: <364294bd.18052307@smtp1.ibm.net>
12456          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
12457  Branch: perl
12458        ! Changes win32/makedef.pl
12459 ____________________________________________________________________________
12460 [  2220] By: gsar                                  on 1998/11/08  21:13:07
12461     Log: integrate changes#2120,2168,2218 from maint-5.005;
12462          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
12463          enum; make regen_headers
12464  Branch: perl
12465        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
12466        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
12467 ____________________________________________________________________________
12468 [  2219] By: gsar                                  on 1998/11/08  19:42:57
12469     Log: integrate cfgperl changes into mainline
12470  Branch: perl
12471       +> README.vmesa
12472       !> Configure MANIFEST Porting/Glossary Porting/config.sh
12473       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
12474       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
12475       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
12476       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
12477       !> thread.h vms/subconfigure.com vos/config.h
12478 ____________________________________________________________________________
12479 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
12480     Log: From: Graham Barr <gbarr@ti.com>
12481          Date: Mon, 2 Nov 1998 07:38:52 -0600
12482          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
12483          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
12484  Branch: maint-5.005/perl
12485        ! ext/IPC/SysV/Msg.pm
12486 ____________________________________________________________________________
12487 [  2215] By: gsar                                  on 1998/11/08  02:52:52
12488     Log: set close-on-exec bit on pipe() FDs
12489  Branch: perl
12490        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
12491 ____________________________________________________________________________
12492 [  2214] By: gsar                                  on 1998/11/08  02:27:57
12493     Log: typo in newHVhv()
12494  Branch: perl
12495        ! hv.c
12496 ____________________________________________________________________________
12497 [  2211] By: jhi                                   on 1998/11/07  21:14:18
12498     Log: Finalize the Mach CThreads support.
12499          
12500          From: Hans Mulder <hansm@icgroup.nl>
12501          Date: Sat,  7 Nov 98 22:06:20 +0100
12502          To: Gurusamy Sarathy <gsar@engin.umich.edu>
12503          Cc: jhi@iki.fi, perl5-porters@perl.org
12504          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
12505          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
12506  Branch: cfgperl
12507        ! malloc.c perl.h
12508 ____________________________________________________________________________
12509 [  2210] By: gsar                                  on 1998/11/06  20:36:50
12510     Log: fix AvREALISH bogusness
12511  Branch: perl
12512        ! av.c t/op/array.t
12513 ____________________________________________________________________________
12514 [  2209] By: jhi                                   on 1998/11/06  08:05:31
12515     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
12516          ASSERT() causes problems in {NeXTStep,OpenStep}.
12517          
12518          From: Hans Mulder <hansm@icgroup.nl>
12519          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
12520          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
12521          Date: Fri,  6 Nov 98 01:27:41 +0100
12522          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
12523          
12524          and
12525          
12526          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12527          Subject: Re: ASSERT() in malloc.c
12528          To: jhi@iki.fi
12529          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
12530          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
12531  Branch: cfgperl
12532        ! malloc.c
12533 ____________________________________________________________________________
12534 [  2208] By: jhi                                   on 1998/11/06  07:55:38
12535     Log: Mach CThreads needs #include <mach/cthreads.h>.
12536  Branch: cfgperl
12537        ! perl.h
12538 ____________________________________________________________________________
12539 [  2206] By: jhi                                   on 1998/11/05  14:54:52
12540     Log: PERL_BADLANG wrongly documented.
12541          
12542          From: ts <decoux@moulon.inra.fr>
12543          To: jhi@cc.hut.fi
12544          Subject: Re: Locale warning messages
12545          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
12546          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
12547          
12548          and
12549          
12550          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12551          Subject: Re: PERL_BADLANG
12552          To: jhi@iki.fi
12553          Subject: Re: PERL_BADLANG
12554          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
12555          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
12556  Branch: cfgperl
12557        ! pod/perllocale.pod
12558 ____________________________________________________________________________
12559 [  2205] By: jhi                                   on 1998/11/05  14:24:33
12560     Log: Document all the control flow keywords in perlfunc
12561          so that "perlfunc -f while" works.
12562  Branch: cfgperl
12563        ! pod/perlfunc.pod
12564 ____________________________________________________________________________
12565 [  2204] By: jhi                                   on 1998/11/05  12:46:02
12566     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
12567          (from vos/config.h).  Update Porting/{Glossary,config*}.
12568  Branch: cfgperl
12569        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12570        ! config_h.SH vos/config.h
12571 ____________________________________________________________________________
12572 [  2203] By: jhi                                   on 1998/11/05  08:34:39
12573     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
12574  Branch: cfgperl
12575        ! hints/vmesa.sh vms/subconfigure.com
12576 ____________________________________________________________________________
12577 [  2202] By: jhi                                   on 1998/11/05  08:03:20
12578     Log: Integrate from mainperl.
12579  Branch: cfgperl
12580       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
12581       !> win32/Makefile win32/makefile.mk win32/win32.c
12582 ____________________________________________________________________________
12583 [  2201] By: gsar                                  on 1998/11/05  04:40:44
12584     Log: another POPSTACK victim
12585  Branch: perl
12586        ! cop.h sv.c
12587 ____________________________________________________________________________
12588 [  2196] By: gsar                                  on 1998/11/05  02:07:54
12589     Log: fix a location affected by change#2191, add note about POPSTACK
12590  Branch: perl
12591        ! cop.h gv.c pp_ctl.c
12592 ____________________________________________________________________________
12593 [  2195] By: gsar                                  on 1998/11/05  02:04:45
12594     Log: makefile notes
12595  Branch: perl
12596        ! win32/Makefile win32/makefile.mk
12597 ____________________________________________________________________________
12598 [  2192] By: gsar                                  on 1998/11/04  23:48:53
12599     Log: indeterminate order-of-evaluation fixes
12600  Branch: perl
12601        ! mg.c
12602 ____________________________________________________________________________
12603 [  2191] By: gsar                                  on 1998/11/04  23:02:16
12604     Log: refetch local stack pointer in POPSTACK
12605  Branch: perl
12606        ! cop.h perl.c
12607 ____________________________________________________________________________
12608 [  2190] By: jhi                                   on 1998/11/04  08:50:40
12609     Log: Configure update.
12610          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
12611          
12612          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12613          To: Martin Bligh <mbligh@sequent.com>
12614          Cc: Jarkko Hietaniemi <jhi@iki.fi>
12615          Subject: Re: Perl 5's configure on DYNIX/ptx
12616          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
12617          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
12618          
12619          find sockets also from libsocket, not just libnet.
12620          OS390: $compile_ok instead of $compile for <inttypes.h>,
12621          
12622          From: pvhp@forte.com (Peter Prymmer)
12623          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
12624          Subject: _53 not OK on os390 but looking better than ever
12625          Date: Tue, 3 Nov 98 17:33:22 PST
12626          Message-Id: <9811040133.AA09450@forte.com>
12627  Branch: cfgperl
12628        ! Configure
12629 ____________________________________________________________________________
12630 [  2189] By: jhi                                   on 1998/11/04  07:43:58
12631     Log: sysio.t failure: fix undefined order of evaluation, from
12632          
12633          From: Spider Boardman <spider@web.zk3.dec.com>
12634          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
12635          To: perlbug@perl.com
12636          Date: 4 Nov 1998 01:22:30 +0200
12637          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
12638  Branch: cfgperl
12639        ! pp_sys.c
12640 ____________________________________________________________________________
12641 [  2188] By: gsar                                  on 1998/11/04  02:59:16
12642     Log: fix return value of win32_pclose()
12643  Branch: perl
12644        ! win32/win32.c
12645 ____________________________________________________________________________
12646 [  2187] By: gsar                                  on 1998/11/04  02:56:34
12647     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
12648  Branch: perl
12649        ! Changes doop.c gv.c util.c
12650 ____________________________________________________________________________
12651 [  2186] By: jhi                                   on 1998/11/03  08:17:52
12652     Log: Document quads in pack.
12653  Branch: cfgperl
12654        ! pod/perlfunc.pod
12655 ____________________________________________________________________________
12656 [  2185] By: jhi                                   on 1998/11/03  07:49:35
12657     Log: (IV) vs (I32) vs I_V()
12658          
12659          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
12660          From: Anton Berezin <tobez@plab.ku.dk> 
12661          To: "p5p" <perl5-porters@perl.org> 
12662          Date: 01 Nov 1998 15:09:11 +0100 
12663          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
12664          
12665          and
12666          
12667          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
12668          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
12669          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
12670  Branch: cfgperl
12671        ! sv.c
12672 ____________________________________________________________________________
12673 [  2184] By: jhi                                   on 1998/11/03  07:42:46
12674     Log: VM/ESA updates.
12675  Branch: cfgperl
12676        + README.vmesa
12677        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
12678 ____________________________________________________________________________
12679 [  2183] By: jhi                                   on 1998/11/02  12:58:13
12680     Log: The id(1)-parsing is real fun.
12681  Branch: cfgperl
12682        ! t/op/groups.t
12683 ____________________________________________________________________________
12684 [  2182] By: jhi                                   on 1998/11/02  12:07:43
12685     Log: Decommission the symlink test.
12686  Branch: cfgperl
12687        ! t/op/lex_assign.t
12688 ____________________________________________________________________________
12689 [  2181] By: jhi                                   on 1998/11/02  12:03:08
12690     Log: Replace ATTR_JOINABLE with true Configure probe
12691          for PTHREAD_CREATE_JOINABLE (or equivalent:
12692          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
12693          Remove ATTR_JOINABLE itself: Thread.xs uses
12694          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
12695          
12696          Really scan for <mach/cthreads.h> only if usethreads.
12697  Branch: cfgperl
12698        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
12699 ____________________________________________________________________________
12700 [  2180] By: jhi                                   on 1998/11/02  11:07:34
12701     Log: In HP-UX 10.X usethreads only if the required files are present.
12702  Branch: cfgperl
12703        ! hints/hpux.sh
12704 ____________________________________________________________________________
12705 [  2179] By: jhi                                   on 1998/11/02  09:10:33
12706     Log: Prefer groups(1).
12707          id -Gn can be broken.
12708          id -a can save the day.
12709  Branch: cfgperl
12710        ! t/op/groups.t
12711 ____________________________________________________________________________
12712 [  2178] By: jhi                                   on 1998/11/02  08:35:29
12713     Log: Detrail enum comma.
12714  Branch: cfgperl
12715        ! perl.h
12716 ____________________________________________________________________________
12717 [  2177] By: jhi                                   on 1998/11/02  08:24:12
12718     Log: 0**0 = 1, from
12719          
12720          From: d-lewart@uiuc.edu (Daniel S. Lewart)
12721          Subject: Math::Complex 0**0 patches
12722          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
12723          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
12724          To: jhi@iki.fi (Jarkko Hietaniemi),
12725          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
12726  Branch: cfgperl
12727        ! lib/Math/Complex.pm t/lib/complex.t
12728 ____________________________________________________________________________
12729 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
12730     Log: From: jan.dubois@ibm.net (Jan Dubois)   
12731          Date: Fri, 09 Oct 1998 23:28:31 +0200
12732          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
12733          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
12734  Branch: maint-5.005/perl
12735        ! XSUB.h
12736 ____________________________________________________________________________
12737 [  2164] By: jhi                                   on 1998/10/31  15:50:02
12738     Log: Integrate from mainperl.
12739  Branch: cfgperl
12740       +> t/op/lex_assign.t
12741       !> (integrate 45 files)
12742
12743 ----------------
12744 Version 5.005_53
12745 ----------------
12746
12747 ____________________________________________________________________________
12748 [  2163] By: gsar                                  on 1998/10/31  11:31:12
12749     Log: bump patchlevel; other minor fixes for clean build and test on
12750          Solaris and win32
12751  Branch: perl
12752        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
12753        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
12754        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
12755        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12756        ! x2p/a2p.c
12757 ____________________________________________________________________________
12758 [  2162] By: gsar                                  on 1998/10/31  09:40:31
12759     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12760          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
12761          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
12762          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
12763  Branch: perl
12764        ! pp.h
12765 ____________________________________________________________________________
12766 [  2161] By: gsar                                  on 1998/10/31  09:39:13
12767     Log: From: Albert Dvornik <bert@genscan.com>
12768          Date: 30 Oct 1998 17:50:04 -0500
12769          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
12770          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
12771  Branch: perl
12772        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
12773 ____________________________________________________________________________
12774 [  2160] By: gsar                                  on 1998/10/31  09:35:03
12775     Log: fix for bugs in -x mode
12776          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12777          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
12778          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
12779          Subject: [PATCH 5.00552] Fix h2xs
12780  Branch: perl
12781        ! utils/h2xs.PL
12782 ____________________________________________________________________________
12783 [  2159] By: gsar                                  on 1998/10/31  09:31:36
12784     Log: Data::Dumper update
12785  Branch: perl
12786        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
12787        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
12788 ____________________________________________________________________________
12789 [  2153] By: gsar                                  on 1998/10/30  21:40:09
12790     Log: add testsuite portion of patch
12791          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12792          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
12793          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
12794          Subject: [PATCH 5.00321 ;-)] 87% speedup
12795  Branch: perl
12796        + t/op/lex_assign.t
12797        ! MANIFEST
12798 ____________________________________________________________________________
12799 [  2152] By: gsar                                  on 1998/10/30  21:08:11
12800     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
12801  Branch: perl
12802        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
12803 ____________________________________________________________________________
12804 [  2151] By: gsar                                  on 1998/10/30  20:18:09
12805     Log: From: Mark-Jason Dominus <mjd@plover.com>
12806          Date: Fri, 30 Oct 1998 14:24:23 EST
12807          Message-Id: <19981030192423.27276.qmail@plover.com>
12808          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
12809  Branch: perl
12810        ! x2p/walk.c
12811 ____________________________________________________________________________
12812 [  2150] By: gsar                                  on 1998/10/30  20:08:57
12813     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12814          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
12815          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
12816          Subject: [PATCH 5.00552] Overloaded <> and deref again
12817  Branch: perl
12818        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
12819        ! t/pragma/overload.t toke.c
12820 ____________________________________________________________________________
12821 [  2149] By: gsar                                  on 1998/10/30  19:38:15
12822     Log: From: Roderick Schertler <roderick@argon.org>
12823          Date: Thu, 29 Oct 1998 14:50:18 -0500
12824          Message-ID: <17625.909690618@eeyore.ibcinc.com>
12825          Subject: patch for daemonization docs in perlipc
12826  Branch: perl
12827        ! pod/perlipc.pod
12828 ____________________________________________________________________________
12829 [  2148] By: gsar                                  on 1998/10/30  19:36:07
12830     Log: From: Anton Berezin <tobez@plab.ku.dk>
12831          Date: 29 Oct 1998 17:06:25 +0100
12832          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
12833          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
12834  Branch: perl
12835        ! win32/win32.c
12836 ____________________________________________________________________________
12837 [  2147] By: gsar                                  on 1998/10/30  19:31:37
12838     Log: tweaked version of suggested patch
12839          From: Anton Berezin <tobez@plab.ku.dk>
12840          Date: 29 Oct 1998 14:48:54 +0100
12841          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
12842          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
12843  Branch: perl
12844        ! win32/win32.c
12845 ____________________________________________________________________________
12846 [  2146] By: gsar                                  on 1998/10/30  19:03:50
12847     Log: hand-apply whitespace-mutiliated patch
12848          From: "vishal bhatia" <vishalb@hotmail.com>
12849          Date: Wed, 28 Oct 1998 23:45:32 PST
12850          Message-ID: <19981029074534.2334.qmail@hotmail.com>
12851          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
12852  Branch: perl
12853        ! ext/B/B/C.pm ext/B/B/CC.pm
12854 ____________________________________________________________________________
12855 [  2145] By: gsar                                  on 1998/10/30  18:46:58
12856     Log: remaining PL_foo stragglers
12857  Branch: perl
12858        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
12859        ! op.h os2/os2.c vms/gen_shrfls.pl
12860 ____________________________________________________________________________
12861 [  2144] By: gsar                                  on 1998/10/30  17:38:36
12862     Log: integrate cfgperl tweaks into mainline
12863  Branch: perl
12864       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
12865       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
12866 ____________________________________________________________________________
12867 [  2143] By: jhi                                   on 1998/10/30  13:27:39
12868     Log: There can be multiple yacc/bison errors.
12869  Branch: cfgperl
12870        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
12871 ____________________________________________________________________________
12872 [  2142] By: jhi                                   on 1998/10/30  13:18:43
12873     Log: README.posix-bc update.
12874  Branch: cfgperl
12875        ! README.posix-bc
12876 ____________________________________________________________________________
12877 [  2141] By: jhi                                   on 1998/10/30  09:12:59
12878     Log: #2133 fallout.
12879  Branch: cfgperl
12880        ! doio.c ext/POSIX/POSIX.xs
12881 ____________________________________________________________________________
12882 [  2140] By: jhi                                   on 1998/10/30  08:43:18
12883     Log: Integrate from mainperl.
12884  Branch: cfgperl
12885       +> globvar.sym pp.sym
12886        - objpp.h thread.sym
12887       !> (integrate 61 files)
12888 ____________________________________________________________________________
12889 [  2133] By: gsar                                  on 1998/10/30  02:51:39
12890     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
12891          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
12892          should soon be automated also; the global variables that
12893          escaped the PL_foo conversion are now reined in; renamed
12894          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
12895          type of same name; duplicated lists of pp_things in various
12896          places is now gone; result has only been tested on win32
12897  Branch: perl
12898        + globvar.sym pp.sym
12899        - objpp.h thread.sym
12900        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
12901        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
12902        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
12903        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
12904        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
12905        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
12906        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
12907        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
12908        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12909        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12910        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
12911 ____________________________________________________________________________
12912 [  2130] By: jhi                                   on 1998/10/29  15:31:26
12913     Log: Pure bison yylex() proto was broken.
12914  Branch: cfgperl
12915        ! proto.h
12916 ____________________________________________________________________________
12917 [  2126] By: jhi                                   on 1998/10/29  08:35:54
12918     Log: Integrate mainperl.
12919  Branch: cfgperl
12920       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
12921       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
12922       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
12923       !> t/pragma/warn/doio toke.c win32/makefile.mk
12924 ____________________________________________________________________________
12925 [  2125] By: jhi                                   on 1998/10/29  08:32:38
12926     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
12927  Branch: cfgperl
12928        ! Makefile.SH
12929 ____________________________________________________________________________
12930 [  2124] By: jhi                                   on 1998/10/29  08:06:44
12931     Log: EBCDIC Makefile.SH tuneup.
12932  Branch: cfgperl
12933        ! Makefile.SH
12934 ____________________________________________________________________________
12935 [  2119] By: gsar                                  on 1998/10/28  23:24:04
12936     Log: remove doubled hunk from integration
12937  Branch: perl
12938        ! pp.c
12939 ____________________________________________________________________________
12940 [  2118] By: gsar                                  on 1998/10/28  22:03:31
12941     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12942          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
12943          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
12944          Subject: [PATCH 5.00552] Minor debugger tweaks
12945  Branch: perl
12946        ! lib/perl5db.pl
12947 ____________________________________________________________________________
12948 [  2117] By: gsar                                  on 1998/10/28  22:02:30
12949     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12950          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
12951          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
12952          Subject: [PATCH 5.00552] Make sort respect overloading
12953  Branch: perl
12954        ! pp_ctl.c proto.h t/pragma/overload.t
12955 ____________________________________________________________________________
12956 [  2116] By: gsar                                  on 1998/10/28  21:51:11
12957     Log: MM patches from Ilya Zakharevich
12958          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
12959          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
12960          Subject: [PATCH 5.00552] Make MakeMaker more verbose
12961          --
12962          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
12963          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
12964          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
12965  Branch: perl
12966        ! lib/ExtUtils/MakeMaker.pm
12967 ____________________________________________________________________________
12968 [  2115] By: gsar                                  on 1998/10/28  21:46:19
12969     Log: add explicit references to perl source path in ld2 and gcc2
12970  Branch: perl
12971        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
12972 ____________________________________________________________________________
12973 [  2114] By: gsar                                  on 1998/10/28  21:39:56
12974     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12975          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
12976          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
12977          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
12978  Branch: perl
12979        ! INSTALL
12980 ____________________________________________________________________________
12981 [  2113] By: gsar                                  on 1998/10/28  21:21:16
12982     Log: integrate cfgperl into mainline
12983  Branch: perl
12984       +> t/op/filetest.t
12985       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
12986       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
12987       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
12988       !> thread.h toke.c vmesa/Makefile
12989 ____________________________________________________________________________
12990 [  2112] By: gsar                                  on 1998/10/28  21:14:18
12991     Log: minor cleanup
12992  Branch: perl
12993        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
12994 ____________________________________________________________________________
12995 [  2111] By: gsar                                  on 1998/10/28  18:52:10
12996     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
12997  Branch: perl
12998        ! toke.c
12999 ____________________________________________________________________________
13000 [  2110] By: jhi                                   on 1998/10/28  15:07:54
13001     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
13002  Branch: cfgperl
13003        ! Makefile.SH
13004 ____________________________________________________________________________
13005 [  2109] By: jhi                                   on 1998/10/28  13:39:54
13006     Log: a2p.y needs to generate also y.tab.h.
13007  Branch: cfgperl
13008        ! Makefile.SH
13009 ____________________________________________________________________________
13010 [  2108] By: jhi                                   on 1998/10/28  10:33:36
13011     Log: The "parse error" must be converted to "syntax error",
13012          just matching it aint' enough.
13013  Branch: cfgperl
13014        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13015        ! t/pragma/warning.t
13016 ____________________________________________________________________________
13017 [  2107] By: jhi                                   on 1998/10/28  10:23:05
13018     Log: Regen sig_n{ame,umber}* if slightest doubt.
13019  Branch: cfgperl
13020        ! Configure
13021 ____________________________________________________________________________
13022 [  2106] By: jhi                                   on 1998/10/28  08:44:49
13023     Log: Bison says 'parse error', not 'parser error'.
13024  Branch: cfgperl
13025        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13026        ! t/pragma/warning.t
13027 ____________________________________________________________________________
13028 [  2105] By: jhi                                   on 1998/10/28  08:42:09
13029     Log: yylex() parametrization.
13030  Branch: cfgperl
13031        ! proto.h toke.c
13032 ____________________________________________________________________________
13033 [  2104] By: jhi                                   on 1998/10/28  08:25:09
13034     Log: Bring in #2102.
13035  Branch: cfgperl
13036        ! pp.c
13037 ____________________________________________________________________________
13038 [  2103] By: jhi                                   on 1998/10/28  08:22:04
13039     Log: From: Dominic Dunlop <domo@vo.lu>
13040          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
13041          Date: 27 Oct 1998 20:47:25 +0200
13042          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
13043  Branch: cfgperl
13044        ! t/op/groups.t
13045 ____________________________________________________________________________
13046 [  2102] By: larry                                 on 1998/10/27  18:58:55
13047     Log: utf8 change to quotemeta broke EBCDIC
13048  Branch: perl
13049        ! pp.c
13050 ____________________________________________________________________________
13051 [  2101] By: jhi                                   on 1998/10/27  12:55:34
13052     Log: $Config{sig_num_init}.
13053          Also, a new approach to the 'pthreads-created-joinable': drop
13054          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
13055          directly. (See also #2096).
13056  Branch: cfgperl
13057        ! Configure config_h.SH
13058 ____________________________________________________________________________
13059 [  2100] By: jhi                                   on 1998/10/27  10:48:55
13060     Log: Regenerated perly_c.diff.
13061  Branch: cfgperl
13062        ! perly_c.diff
13063 ____________________________________________________________________________
13064 [  2099] By: jhi                                   on 1998/10/27  08:42:25
13065     Log: First the mangler was Netscape, then it was me.
13066  Branch: cfgperl
13067        ! vmesa/Makefile
13068 ____________________________________________________________________________
13069 [  2098] By: jhi                                   on 1998/10/27  08:34:40
13070     Log: `id -Gn` might be available where `groups` is not.
13071  Branch: cfgperl
13072        ! t/op/groups.t
13073 ____________________________________________________________________________
13074 [  2097] By: jhi                                   on 1998/10/27  08:05:17
13075     Log: Netscape had mangled the tabs.
13076  Branch: cfgperl
13077        ! vmesa/Makefile
13078 ____________________________________________________________________________
13079 [  2096] By: jhi                                   on 1998/10/27  08:03:05
13080     Log: ATTR_JOINABLE logic, based on (private email)
13081          
13082          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13083          Subject: Some little diffs
13084          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
13085          Date: Tue, 27 Oct 1998 13:44:42 +1300
13086  Branch: cfgperl
13087        ! thread.h
13088 ____________________________________________________________________________
13089 [  2095] By: jhi                                   on 1998/10/27  07:56:57
13090     Log: Mach cthreads support based on:
13091          
13092          From: brie@corp.home.net (Brian Harrison)
13093          Subject: perl5.005_02 patch for mthreads
13094          To: perl5-porters@perl.org
13095          Date: 24 Oct 1998 01:01:55 +0300
13096          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
13097          
13098          Pthread yield probe (dejavu)
13099          Cosmetic nanochange for the union semun output.
13100          Better inttypes.h probe.
13101          Undo the 'void *' $selecttype probe from #1971 because
13102          it breaks the $selectminbits test.
13103  Branch: cfgperl
13104        ! Configure config_h.SH perl.h thread.h
13105 ____________________________________________________________________________
13106 [  2094] By: jhi                                   on 1998/10/26  13:02:07
13107     Log: Also posix-bc wants to reyacc.
13108  Branch: cfgperl
13109        ! Makefile.SH
13110 ____________________________________________________________________________
13111 [  2093] By: jhi                                   on 1998/10/26  10:17:21
13112     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
13113          5_02 and really breaking things in non-ASCII worlds.
13114  Branch: cfgperl
13115        ! pp.c
13116 ____________________________________________________________________________
13117 [  2092] By: jhi                                   on 1998/10/26  09:08:00
13118     Log: More robustness.
13119  Branch: cfgperl
13120        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13121        ! t/pragma/warning.t
13122 ____________________________________________________________________________
13123 [  2091] By: jhi                                   on 1998/10/26  08:47:32
13124     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
13125          Bison really wants YYLEX_PARAM.
13126  Branch: cfgperl
13127        ! perly.y proto.h toke.c
13128 ____________________________________________________________________________
13129 [  2090] By: jhi                                   on 1998/10/26  08:21:25
13130     Log: s/YYLEX_PARAM/YYLEXPARAM/
13131  Branch: cfgperl
13132        ! perly.y
13133 ____________________________________________________________________________
13134 [  2089] By: jhi                                   on 1998/10/26  08:17:33
13135     Log: Indicate skipped subtests.
13136  Branch: cfgperl
13137        ! t/io/pipe.t
13138 ____________________________________________________________________________
13139 [  2088] By: jhi                                   on 1998/10/26  08:11:36
13140     Log: Integrate from mainperl.
13141  Branch: cfgperl
13142       !> (integrate 54 files)
13143 ____________________________________________________________________________
13144 [  2087] By: jhi                                   on 1998/10/26  08:08:02
13145     Log: Add test for filetests.
13146  Branch: cfgperl
13147        + t/op/filetest.t
13148        ! MANIFEST
13149 ____________________________________________________________________________
13150 [  2086] By: gsar                                  on 1998/10/26  02:44:44
13151     Log: various win32 tweaks; disable new xs_cpp section (it creates
13152          ambiguous inference graph for %.xs --> %.o)
13153  Branch: perl
13154        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
13155        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
13156        ! win32/config.gc win32/config_H.gc win32/makedef.pl
13157        ! win32/makefile.mk win32/win32.h
13158 ____________________________________________________________________________
13159 [  2085] By: gsar                                  on 1998/10/26  00:50:02
13160     Log: sanity-check $Config{drand01} in rand.t
13161  Branch: perl
13162        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
13163        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13164 ____________________________________________________________________________
13165 [  2078] By: gsar                                  on 1998/10/25  10:22:04
13166     Log: update win32/config*.?c
13167  Branch: perl
13168        ! Changes win32/config.bc win32/config.gc win32/config.vc
13169        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13170 ____________________________________________________________________________
13171 [  2077] By: gsar                                  on 1998/10/25  08:39:25
13172     Log: From: Graham Barr <gbarr@pobox.com>
13173          Date: Sat, 24 Oct 1998 21:45:50 -0500
13174          Message-ID: <19981024214550.C508@pobox.com>
13175          Subject: Re: die with a reference  should use overload "" operator
13176  Branch: perl
13177        ! pp_ctl.c
13178 ____________________________________________________________________________
13179 [  2076] By: gsar                                  on 1998/10/25  08:37:49
13180     Log: From: Graham Barr <gbarr@pobox.com>
13181          Date: Sat, 24 Oct 1998 12:45:21 -0500
13182          Message-ID: <19981024124521.C512@pobox.com>
13183          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
13184  Branch: perl
13185        ! sv.c
13186 ____________________________________________________________________________
13187 [  2075] By: gsar                                  on 1998/10/25  08:24:09
13188     Log: fix C<print $n += 5;> etc.
13189  Branch: perl
13190        ! toke.c
13191 ____________________________________________________________________________
13192 [  2074] By: gsar                                  on 1998/10/25  08:12:28
13193     Log: list builtins with portability caveats
13194          From: Jarkko Hietaniemi <jhi@iki.fi>
13195          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
13196          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
13197          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
13198  Branch: perl
13199        ! pod/perlfunc.pod
13200 ____________________________________________________________________________
13201 [  2073] By: gsar                                  on 1998/10/25  07:55:43
13202     Log: fix stack overrun in file test operators
13203  Branch: perl
13204        ! pp_sys.c
13205 ____________________________________________________________________________
13206 [  2072] By: gsar                                  on 1998/10/25  07:29:45
13207     Log: implement C<goto &func> and other fixes (via private mail)
13208          From:    "vishal bhatia" <vishalb@hotmail.com>
13209          Date:    Wed, 21 Oct 1998 22:59:03 PDT
13210          Message-Id: <19981022055904.20083.qmail@hotmail.com>
13211          Subject: [PATCH 5.005_52] More fixes for B
13212  Branch: perl
13213        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13214 ____________________________________________________________________________
13215 [  2071] By: gsar                                  on 1998/10/25  07:14:41
13216     Log: From: Graham Barr <gbarr@pobox.com>
13217          Date: Sat, 17 Oct 1998 20:42:41 -0500
13218          Message-ID: <19981017204241.G510@pobox.com>
13219          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
13220  Branch: perl
13221        ! pp_ctl.c
13222 ____________________________________________________________________________
13223 [  2070] By: gsar                                  on 1998/10/25  07:07:29
13224     Log: avoid bogus line number in XSUB redefined warnings
13225  Branch: perl
13226        ! op.c
13227 ____________________________________________________________________________
13228 [  2069] By: gsar                                  on 1998/10/25  06:59:03
13229     Log: From: Martijn Koster <mak@excitecorp.com>
13230          Date: Wed, 21 Oct 1998 13:12:03 +0100
13231          Message-ID: <19981021131203.A15661@excitecorp.com>
13232          Subject: File::Path::mkpath reports the wrong error
13233  Branch: perl
13234        ! lib/File/Path.pm
13235 ____________________________________________________________________________
13236 [  2068] By: gsar                                  on 1998/10/25  06:54:43
13237     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
13238          Date: Tue, 20 Oct 1998 20:52:20 -0500
13239          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
13240          Subject: Exporter.pm's export_to_level() argument handling buggy
13241  Branch: perl
13242        ! lib/Exporter.pm
13243 ____________________________________________________________________________
13244 [  2067] By: gsar                                  on 1998/10/25  06:50:19
13245     Log: From: jan.dubois@ibm.net (Jan Dubois)
13246          Date: Wed, 21 Oct 1998 00:55:51 +0200
13247          Message-ID: <36380269.55370608@smtp1.ibm.net>
13248          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
13249  Branch: perl
13250        ! ext/DynaLoader/DynaLoader_pm.PL
13251 ____________________________________________________________________________
13252 [  2066] By: gsar                                  on 1998/10/25  06:48:19
13253     Log: recognize '%' as a shell metachar for win32
13254          From: jan.dubois@ibm.net (Jan Dubois)
13255          Date: Tue, 20 Oct 1998 21:57:35 +0200
13256          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
13257          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
13258  Branch: perl
13259        ! win32/win32.c
13260 ____________________________________________________________________________
13261 [  2065] By: gsar                                  on 1998/10/25  06:46:30
13262     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
13263  Branch: perl
13264        ! sv.c
13265 ____________________________________________________________________________
13266 [  2064] By: gsar                                  on 1998/10/25  06:45:09
13267     Log: From: Gisle Aas <gisle@aas.no>
13268          Date: 20 Oct 1998 14:24:44 +0200
13269          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
13270          Subject: ord() and unpack("U*",...) should not be negative
13271  Branch: perl
13272        ! pp.c
13273 ____________________________________________________________________________
13274 [  2063] By: gsar                                  on 1998/10/25  06:42:29
13275     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13276          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
13277          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
13278          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
13279  Branch: perl
13280        ! os2/os2.c
13281 ____________________________________________________________________________
13282 [  2062] By: gsar                                  on 1998/10/25  06:41:26
13283     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13284          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
13285          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
13286          Subject: [PATCH 5.005_*] Speed up aassign
13287  Branch: perl
13288        ! pp_hot.c
13289 ____________________________________________________________________________
13290 [  2061] By: gsar                                  on 1998/10/25  06:39:04
13291     Log: From: Graham Barr <gbarr@pobox.com>
13292          Date: Sat, 17 Oct 1998 22:22:02 -0500
13293          Message-ID: <19981017222202.J510@pobox.com>
13294          Subject: Re: '*' prototype does not allow bareword with strict
13295  Branch: perl
13296        ! toke.c
13297 ____________________________________________________________________________
13298 [  2060] By: gsar                                  on 1998/10/25  06:37:34
13299     Log: handle '::' in section names properly
13300          From: Graham Barr <gbarr@pobox.com>
13301          Date: Sat, 17 Oct 1998 12:57:54 -0500
13302          Message-ID: <19981017125754.C510@pobox.com>
13303          Subject: Re: pod2html
13304  Branch: perl
13305        ! lib/Pod/Html.pm
13306 ____________________________________________________________________________
13307 [  2059] By: gsar                                  on 1998/10/25  06:33:43
13308     Log: integrate changes#1982,2014,2021 (from maint-5.005)
13309  Branch: perl
13310       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
13311       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
13312 ____________________________________________________________________________
13313 [  2058] By: gsar                                  on 1998/10/25  05:44:17
13314     Log: allow more win32 symbol exports (suggested by Jan Dubois)
13315  Branch: perl
13316        ! win32/makedef.pl
13317 ____________________________________________________________________________
13318 [  2057] By: gsar                                  on 1998/10/25  05:40:40
13319     Log: integrate change#2053 from maint-5.005
13320  Branch: perl
13321       !> cop.h t/cmd/while.t
13322 ____________________________________________________________________________
13323 [  2056] By: gsar                                  on 1998/10/25  05:16:41
13324     Log: commented version of a patch suggested by Drago Goricanec
13325          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13326          Date: 16 Oct 1998 15:24:45 +0300
13327          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
13328          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
13329  Branch: perl
13330        ! pp_sys.c
13331 ____________________________________________________________________________
13332 [  2055] By: gsar                                  on 1998/10/25  05:11:03
13333     Log: include eof() in description of buffering caveats
13334          From: Anton Berezin <tobez@plab.ku.dk>
13335          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
13336          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
13337          Subject: [DOCPATCH] pod/perlfunc.pod
13338  Branch: perl
13339        ! pod/perlfunc.pod
13340 ____________________________________________________________________________
13341 [  2054] By: gsar                                  on 1998/10/25  05:07:42
13342     Log: disallow 'x' in hex numbers (except leading '0x')
13343          From: Gisle Aas <gisle@aas.no>
13344          Date: 16 Oct 1998 16:33:12 +0200
13345          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
13346          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
13347  Branch: perl
13348        ! perlvars.h t/op/oct.t util.c
13349 ____________________________________________________________________________
13350 [  2052] By: gsar                                  on 1998/10/25  04:49:04
13351     Log: avoid the circular refcnt logic in magic_mutexfree()
13352  Branch: perl
13353        ! mg.c pp.c pp_hot.c
13354 ____________________________________________________________________________
13355 [  2051] By: gsar                                  on 1998/10/25  04:35:07
13356     Log: properly restore PL_rsfp_filters after require
13357  Branch: perl
13358        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
13359        ! scope.h
13360 ____________________________________________________________________________
13361 [  2050] By: gsar                                  on 1998/10/25  02:42:32
13362     Log: integrate cfgperl changes back into mainline
13363  Branch: perl
13364       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
13365       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
13366       !> (integrate 33 files)
13367 ____________________________________________________________________________
13368 [  2049] By: gsar                                  on 1998/10/25  01:30:48
13369     Log: avoid "mysterious" compile-time failures without messages
13370  Branch: perl
13371        ! gv.c
13372 ____________________________________________________________________________
13373 [  2041] By: gsar                                  on 1998/10/23  21:11:56
13374     Log: checkin jpl under //depot/perlext/jpl/...
13375  Branch: perlext
13376        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
13377        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
13378        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
13379        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
13380        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
13381        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
13382        + jpl/PerlInterpreter/Makefile.PL
13383        + jpl/PerlInterpreter/PerlInterpreter.c
13384        + jpl/PerlInterpreter/PerlInterpreter.h
13385        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
13386        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
13387        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
13388        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
13389        + jpl/get_jdk/jdk_hosts jpl/install-jpl
13390 ____________________________________________________________________________
13391 [  2040] By: larry                                 on 1998/10/23  19:31:42
13392     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
13393  Branch: perl
13394        ! pp.c
13395 ____________________________________________________________________________
13396 [  2039] By: larry                                 on 1998/10/23  18:48:34
13397     Log: tr///d does not seem to work
13398  Branch: perl
13399        ! lib/utf8_heavy.pl
13400 ____________________________________________________________________________
13401 [  2038] By: larry                                 on 1998/10/23  18:00:41
13402     Log: Program with utf8 identifiers fails to compile
13403  Branch: perl
13404        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
13405 ____________________________________________________________________________
13406 [  2037] By: jhi                                   on 1998/10/23  14:04:51
13407     Log: Test suite portability:
13408          - posix-bc does not write to broken pipes
13409          - filehand #11 only iff we have fork
13410          - warning.t can now match $expected using regular expressions
13411  Branch: cfgperl
13412        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
13413        ! t/pragma/warning.t
13414 ____________________________________________________________________________
13415 [  2036] By: jhi                                   on 1998/10/23  12:12:07
13416     Log: yacc clarification.
13417  Branch: cfgperl
13418        ! README.posix-bc
13419 ____________________________________________________________________________
13420 [  2035] By: jhi                                   on 1998/10/23  12:09:59
13421     Log: Some C compilers get upset about 8-bit characters in /* comments. */
13422  Branch: cfgperl
13423        ! mg.c
13424 ____________________________________________________________________________
13425 [  2034] By: jhi                                   on 1998/10/22  09:11:52
13426     Log: Configure update: both for pthread_yield more robust
13427          testing (all variants of pthread_attr_getdetachstate()) --
13428          and because Configure was broken in major way! About 1000
13429          last lines were truncated.
13430  Branch: cfgperl
13431        ! Configure
13432 ____________________________________________________________________________
13433 [  2033] By: jhi                                   on 1998/10/22  07:47:10
13434     Log: DJGPP feedback for #2028.
13435  Branch: cfgperl
13436        ! thread.h
13437 ____________________________________________________________________________
13438 [  2032] By: jhi                                   on 1998/10/21  13:03:57
13439     Log: yielding, the saga continues.
13440  Branch: cfgperl
13441        ! Configure config_h.SH
13442       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
13443       !> t/op/goto.t t/pragma/constant.t
13444 ____________________________________________________________________________
13445 [  2031] By: jhi                                   on 1998/10/21  09:15:42
13446     Log: VM/ESA feedback for #2028.
13447  Branch: cfgperl
13448        ! Configure config_h.SH thread.h
13449 ____________________________________________________________________________
13450 [  2030] By: gsar                                  on 1998/10/21  04:22:53
13451     Log: fix handling of mayhaps-extended @_ in goto &sub
13452  Branch: perl
13453        ! av.c pp_ctl.c t/op/goto.t
13454 ____________________________________________________________________________
13455 [  2029] By: gsar                                  on 1998/10/21  00:54:14
13456     Log: restore sanity to "constant" references
13457  Branch: perl
13458        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
13459 ____________________________________________________________________________
13460 [  2028] By: jhi                                   on 1998/10/20  15:01:20
13461     Log: OLD_PTHREADS_API reorganizing.
13462  Branch: cfgperl
13463        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
13464        ! vmesa/vmesaish.h
13465 ____________________________________________________________________________
13466 [  2027] By: jhi                                   on 1998/10/20  14:14:51
13467     Log: #2026 fallout.
13468  Branch: cfgperl
13469        ! Makefile.SH
13470 ____________________________________________________________________________
13471 [  2026] By: jhi                                   on 1998/10/20  11:47:21
13472     Log: VM/ESA update.
13473  Branch: cfgperl
13474        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
13475 ____________________________________________________________________________
13476 [  2025] By: jhi                                   on 1998/10/20  08:20:56
13477     Log: 64-bitness, based on
13478          
13479          From: Scott Henry <scotth@sgi.com>
13480          To: perl-64bit@perl.org
13481          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
13482          Subject: Re: Configure problems/questions...
13483          Date: 19 Oct 1998 22:38:06 -0700
13484  Branch: cfgperl
13485        ! hints/irix_6.sh perl.h
13486 ____________________________________________________________________________
13487 [  2024] By: jhi                                   on 1998/10/20  08:09:07
13488     Log: Add lseeksize.
13489  Branch: cfgperl
13490        ! config_h.SH
13491 ____________________________________________________________________________
13492 [  2023] By: jhi                                   on 1998/10/20  08:08:33
13493     Log: Mumble about _yields() only when threaded.
13494  Branch: cfgperl
13495        ! Configure
13496 ____________________________________________________________________________
13497 [  2022] By: jhi                                   on 1998/10/20  07:46:26
13498     Log: Thinko at PTHREADS_CREATED_JOINABLE.
13499  Branch: cfgperl
13500        ! thread.h
13501 ____________________________________________________________________________
13502 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
13503     Log: From: Chip Salzenberg <chip@perlsupport.com>
13504          Date: Tue, 6 Oct 1998 13:33:05 -0400
13505          Message-ID: <19981006133305.A2348@perlsupport.com>
13506          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
13507  Branch: maint-5.005/perl
13508        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
13509        ! t/op/tie.t
13510 ____________________________________________________________________________
13511 [  2020] By: jhi                                   on 1998/10/19  09:15:53
13512     Log: YIELD more robustly.
13513  Branch: cfgperl
13514        ! thread.h
13515 ____________________________________________________________________________
13516 [  2019] By: jhi                                   on 1998/10/19  08:48:33
13517     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
13518          the 'new' one (just like DJGPP, it seems).
13519  Branch: cfgperl
13520        ! thread.h
13521 ____________________________________________________________________________
13522 [  2018] By: jhi                                   on 1998/10/19  07:02:44
13523     Log: vmesaish.h doesn't exclude unixish.h.
13524  Branch: cfgperl
13525        ! perl.h
13526 ____________________________________________________________________________
13527 [  2017] By: jhi                                   on 1998/10/19  06:44:19
13528     Log: 1<<$randbits is not good for randbits=48.
13529  Branch: cfgperl
13530        ! t/op/rand.t
13531 ____________________________________________________________________________
13532 [  2016] By: jhi                                   on 1998/10/19  06:39:47
13533     Log: Make #2012 glob pattern more portable.
13534  Branch: cfgperl
13535        ! Makefile.SH
13536 ____________________________________________________________________________
13537 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
13538     Log: Fix POSIX::sigprocmask not to check type of $old parameter
13539          as it is output only
13540  Branch: maint-5.005/perl
13541        ! ext/POSIX/POSIX.xs
13542 ____________________________________________________________________________
13543 [  2012] By: jhi                                   on 1998/10/17  15:04:23
13544     Log: clean numbered core dumps and t/tmp[0-9]*.
13545  Branch: cfgperl
13546        ! Makefile.SH
13547 ____________________________________________________________________________
13548 [  2011] By: jhi                                   on 1998/10/17  14:59:15
13549     Log: More robust yacc/bison failure output handling.
13550  Branch: cfgperl
13551        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13552 ____________________________________________________________________________
13553 [  2010] By: jhi                                   on 1998/10/17  14:51:05
13554     Log: BC2000 POSIX update.
13555  Branch: cfgperl
13556        ! MANIFEST
13557 ____________________________________________________________________________
13558 [  2009] By: jhi                                   on 1998/10/17  14:49:46
13559     Log: POSIX BC2000 port from perl-mvs:
13560          
13561          Subject: Ported perl 5.005.02 to BS2000 / POSIX
13562          From: Dorner Thomas <Thomas.Dorner@start.de> 
13563          Date: Tue, 29 Sep 1998 13:29:36 +0100 
13564          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
13565  Branch: cfgperl
13566        + README.posix-bc hints/posix-bc.sh
13567        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
13568        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
13569        ! unixish.h
13570 ____________________________________________________________________________
13571 [  2008] By: jhi                                   on 1998/10/17  14:07:49
13572     Log: VM/ESA-update.
13573  Branch: cfgperl
13574        ! MANIFEST
13575 ____________________________________________________________________________
13576 [  2007] By: jhi                                   on 1998/10/17  13:55:34
13577     Log: Forgot few S_I* imports.
13578  Branch: cfgperl
13579        ! t/lib/ipc_sysv.t
13580 ____________________________________________________________________________
13581 [  2006] By: jhi                                   on 1998/10/17  13:43:54
13582     Log: The VM/ESA port essentials, based on
13583          
13584          perl-mvs:
13585          
13586          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13587          Subject: Re: Can't find Data/Dumper.pm
13588          Date: Mon, 28 Sep 1998 07:40:49 +1300
13589          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
13590          
13591          private email:
13592          
13593          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13594          Subject: Re: Perl thread problems in VM/ESA
13595          Date: Thu, 15 Oct 1998 07:18:35 +1300
13596          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
13597          
13598          and private email:
13599          
13600          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
13601          Subject:  perl archive
13602          Date:  Sun, 11 Oct 1998 19:28:54 EDT
13603          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
13604          which gave a pointer to
13605          
13606          http://pucc.princeton.edu/~neale/perl.tar
13607          
13608          (based on Perl 5.005_51)
13609  Branch: cfgperl
13610        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
13611        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
13612        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
13613        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
13614 ____________________________________________________________________________
13615 [  2005] By: jhi                                   on 1998/10/17  13:17:19
13616     Log: Integrate mainperl.
13617  Branch: cfgperl
13618       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
13619       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13620       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
13621       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
13622       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
13623       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
13624       !> win32/makefile.mk
13625 ____________________________________________________________________________
13626 [  2004] By: jhi                                   on 1998/10/17  11:19:06
13627     Log: Removed an extra ' from the int64_t test.
13628  Branch: cfgperl
13629        ! Configure
13630 ____________________________________________________________________________
13631 [  2003] By: gsar                                  on 1998/10/17  04:11:40
13632     Log: silence -w noises (suggested by Greg Bacon)
13633  Branch: perl
13634        ! lib/Term/Complete.pm
13635 ____________________________________________________________________________
13636 [  2002] By: gsar                                  on 1998/10/17  04:07:48
13637     Log: From: Gisle Aas <gisle@aas.no>
13638          Date: 14 Oct 1998 15:53:14 +0200
13639          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
13640          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
13641  Branch: perl
13642        ! util.c
13643 ____________________________________________________________________________
13644 [  2001] By: gsar                                  on 1998/10/17  04:06:10
13645     Log: From: Gisle Aas <gisle@aas.no>
13646          Date: 14 Oct 1998 15:17:44 +0200
13647          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
13648          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
13649  Branch: perl
13650        ! toke.c
13651 ____________________________________________________________________________
13652 [  2000] By: gsar                                  on 1998/10/17  03:06:33
13653     Log: From: Gisle Aas <gisle@aas.no>
13654          Date: 14 Oct 1998 00:38:06 +0200
13655          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
13656          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
13657  Branch: perl
13658        ! sv.c
13659 ____________________________________________________________________________
13660 [  1999] By: gsar                                  on 1998/10/17  03:04:48
13661     Log: From: Dan Sugalski <sugalskd@osshe.edu>
13662          Date: Tue, 13 Oct 1998 15:10:57 -0700
13663          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
13664          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
13665  Branch: perl
13666        ! vms/ext/Stdio/Stdio.pm
13667 ____________________________________________________________________________
13668 [  1998] By: gsar                                  on 1998/10/17  03:00:40
13669     Log: skip readonly vars and unref references when doing a reset()
13670  Branch: perl
13671        ! sv.c
13672 ____________________________________________________________________________
13673 [  1997] By: gsar                                  on 1998/10/17  02:49:19
13674     Log: fix buggy treatment of large checksums on unicode strings
13675          From: Gisle Aas <gisle@aas.no>
13676          Date: 13 Oct 1998 21:35:39 +0200
13677          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
13678          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
13679  Branch: perl
13680        ! pp.c
13681 ____________________________________________________________________________
13682 [  1996] By: gsar                                  on 1998/10/17  02:43:22
13683     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13684          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
13685          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
13686          Subject: [PATCH 5.005_52] Memory overrun in os2.c
13687  Branch: perl
13688        ! os2/Makefile.SHs os2/os2.c
13689 ____________________________________________________________________________
13690 [  1995] By: gsar                                  on 1998/10/17  02:42:01
13691     Log: clarify section name rules for typemaps
13692  Branch: perl
13693        ! pod/perlxs.pod
13694 ____________________________________________________________________________
13695 [  1994] By: gsar                                  on 1998/10/17  02:33:02
13696     Log: whitespace-proof grent.t
13697  Branch: perl
13698        ! t/op/grent.t
13699 ____________________________________________________________________________
13700 [  1993] By: gsar                                  on 1998/10/17  02:27:29
13701     Log: fix bug in B::CC::pp_sassign()
13702          From: "vishal bhatia" <vishalb@hotmail.com>
13703          Date: Sun, 11 Oct 1998 18:41:38 PDT
13704          Message-ID: <19981012014139.19614.qmail@hotmail.com>
13705          Subject: B::CC problems with pp_sassign routine
13706  Branch: perl
13707        ! ext/B/B/CC.pm
13708 ____________________________________________________________________________
13709 [  1992] By: gsar                                  on 1998/10/17  02:17:49
13710     Log: applied suggested patch with small doc tweak
13711          From: Gisle Aas <gisle@aas.no>
13712          Date: 11 Oct 1998 12:53:13 +0200
13713          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
13714          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
13715  Branch: perl
13716        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
13717        ! t/op/tiehandle.t
13718 ____________________________________________________________________________
13719 [  1991] By: gsar                                  on 1998/10/17  02:08:30
13720     Log: apply non-conflicting parts from suggested patch
13721          From: jan.dubois@ibm.net (Jan Dubois)
13722          Date: Sat, 10 Oct 1998 13:15:45 +0200
13723          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
13724          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
13725  Branch: perl
13726        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13727 ____________________________________________________________________________
13728 [  1990] By: gsar                                  on 1998/10/17  02:01:24
13729     Log: provide option to enable optimization with VC (suggested by Jan
13730          Dubois)
13731  Branch: perl
13732        ! win32/Makefile win32/makefile.mk
13733 ____________________________________________________________________________
13734 [  1989] By: gsar                                  on 1998/10/17  01:55:27
13735     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
13736          Dave Leppik <dleppik@gage.com>
13737  Branch: perl
13738        ! perl.h
13739 ____________________________________________________________________________
13740 [  1988] By: gsar                                  on 1998/10/17  01:49:05
13741     Log: stray typo found by Hugo van der Sanden
13742  Branch: perl
13743        ! op.c
13744 ____________________________________________________________________________
13745 [  1987] By: gsar                                  on 1998/10/17  01:45:52
13746     Log: perldoc pod update
13747          From: Daniel Grisinger <dgris@perrin.dimensional.com>
13748          Date: 06 Oct 1998 23:56:51 -0600
13749          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
13750          Subject: [PATCH _02 and _52] perldoc
13751  Branch: perl
13752        ! utils/perldoc.PL
13753 ____________________________________________________________________________
13754 [  1986] By: gsar                                  on 1998/10/17  01:41:40
13755     Log: qualify names of builtins
13756  Branch: perl
13757        ! ext/POSIX/POSIX.pm
13758 ____________________________________________________________________________
13759 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
13760     Log: From: Jochen Wiedmann <joe@ispsoft.de>
13761          Date: Thu, 17 Sep 1998 17:16:06 +0200
13762          Message-ID: <360127B6.E44564A@ispsoft.de>
13763          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
13764  Branch: maint-5.005/perl
13765        ! lib/ExtUtils/MakeMaker.pm
13766 ____________________________________________________________________________
13767 [  1978] By: gsar                                  on 1998/10/16  01:58:58
13768     Log: integrate cfgperl mods into mainline
13769  Branch: perl
13770       +> ext/DynaLoader/dl_vmesa.xs
13771        ! Porting/genlog
13772       !> Configure MANIFEST Makefile.SH config_h.SH
13773       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
13774       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
13775       !> x2p/Makefile.SH
13776 ____________________________________________________________________________
13777 [  1976] By: gsar                                  on 1998/10/16  00:10:52
13778     Log: stray tweak
13779  Branch: perl
13780        ! op.c
13781 ____________________________________________________________________________
13782 [  1975] By: gsar                                  on 1998/10/15  23:54:38
13783     Log: propagate typeness of lexicals while cloning them
13784  Branch: perl
13785        ! op.c
13786 ____________________________________________________________________________
13787 [  1974] By: gsar                                  on 1998/10/15  23:53:25
13788     Log: s/last/first/ typo in append_list()
13789  Branch: perl
13790        ! op.c
13791 ____________________________________________________________________________
13792 [  1973] By: gsar                                  on 1998/10/15  20:06:17
13793     Log: nuke confperl branch and contents
13794  Branch: confperl
13795        - (delete 1284 files)
13796 ____________________________________________________________________________
13797 [  1972] By: jhi                                   on 1998/10/15  07:07:35
13798     Log: Test #162 had been added but the "print 1..161" had not been updated.
13799  Branch: cfgperl
13800        ! t/op/pat.t
13801 ____________________________________________________________________________
13802 [  1971] By: gsar                                  on 1998/10/15  03:09:58
13803     Log: check in all confperl changes as of change#1964 into cfgperl
13804  Branch: cfgperl
13805        + ext/DynaLoader/dl_vmesa.xs
13806        ! Configure MANIFEST Makefile.SH config_h.SH
13807        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
13808        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
13809 ____________________________________________________________________________
13810 [  1970] By: gsar                                  on 1998/10/15  03:05:59
13811     Log: integrate mainline to get tr.t
13812  Branch: cfgperl
13813       +> t/op/tr.t
13814 ____________________________________________________________________________
13815 [  1969] By: gsar                                  on 1998/10/15  03:04:17
13816     Log: add missing tr.t to repository
13817  Branch: perl
13818        + t/op/tr.t
13819 ____________________________________________________________________________
13820 [  1968] By: gsar                                  on 1998/10/15  03:02:43
13821     Log: create cfgperl branch
13822  Branch: cfgperl
13823       +> (branch 1282 files)
13824 ____________________________________________________________________________
13825 [  1967] By: gsar                                  on 1998/10/15  02:46:08
13826     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
13827          (MAN3PODS cannot be set to ' '; stray stricture violation)
13828  Branch: perl
13829        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
13830        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
13831        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
13832        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
13833        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
13834        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
13835        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
13836        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
13837        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
13838        ! lib/ExtUtils/MM_Unix.pm
13839 ____________________________________________________________________________
13840 [  1966] By: gsar                                  on 1998/10/15  02:19:03
13841     Log: tweak to make fix in change#1944 behave correctly for closures
13842          created within eval''
13843  Branch: perl
13844        ! op.c t/op/eval.t
13845 ____________________________________________________________________________
13846 [  1965] By: gsar                                  on 1998/10/14  23:22:41
13847     Log: use better numbers for exitstatus test
13848  Branch: perl
13849        ! t/op/die_exit.t
13850 ____________________________________________________________________________
13851 [  1964] By: jhi                                   on 1998/10/14  17:25:41
13852     Log: Add VM/ESA dynaloading (uses <dll.h>).
13853  Branch: confperl
13854        + ext/DynaLoader/dl_vmesa.xs
13855        ! MANIFEST
13856 ____________________________________________________________________________
13857 [  1963] By: jhi                                   on 1998/10/14  17:17:10
13858     Log: Remove a2p.loadmap in 'clean' target.
13859  Branch: confperl
13860        ! x2p/Makefile.SH
13861 ____________________________________________________________________________
13862 [  1962] By: jhi                                   on 1998/10/14  17:13:11
13863     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
13864  Branch: confperl
13865        ! Makefile.SH
13866 ____________________________________________________________________________
13867 [  1961] By: jhi                                   on 1998/10/14  16:27:39
13868     Log: VM/ESA creates executable.loadmaps.
13869  Branch: confperl
13870        ! Makefile.SH
13871 ____________________________________________________________________________
13872 [  1960] By: jhi                                   on 1998/10/14  15:37:39
13873     Log: Introduce SCHED_YIELD (one of sched_yield(),
13874          pthread_yield(), or pthread_yield(NULL)).
13875          YIELD is then defined using SCHED_YIELD unless
13876          a platform-specific YIELD has already been defined.
13877          
13878          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
13879          
13880          The need for pthread_yield(NULL) and pthread_attr_setdet...
13881          introduced by (private email)
13882          
13883          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13884          Date: Sat, 10 Oct 1998 21:08:15 +1300
13885          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
13886          Subject: Re: Perl thread problems in VM/ESA
13887          
13888          Better select() protoprobe (for AIX), from (private email)
13889          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
13890          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
13891          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
13892          Subject: AIX select (fwd)
13893          From: Lars Hecking <lhecking@nmrc.ucc.ie>
13894          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
13895          Date: Fri, 2 Oct 1998 10:40:01 +0100
13896          Subject: AIX select
13897          
13898          Linux-avoid-so.X.Y, based on
13899          From: "Kurt D. Starsinic" <kstar@chapin.edu>
13900          Date: Tue, 13 Oct 1998 15:55:07 -0400
13901          Message-ID: <19981013155507.B4004@O2.chapin.edu>
13902          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
13903  Branch: confperl
13904        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
13905        ! thread.h
13906 ____________________________________________________________________________
13907 [  1959] By: jhi                                   on 1998/10/14  12:51:26
13908     Log: Some old pthread implementations have
13909          pthread_attr_setdetachstate(pthread_attr_t*, int*).
13910  Branch: confperl
13911        ! ext/Thread/Thread.xs
13912 ____________________________________________________________________________
13913 [  1958] By: jhi                                   on 1998/10/14  12:41:11
13914     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
13915          counterparts will follow soon.
13916  Branch: confperl
13917        ! thread.h
13918 ____________________________________________________________________________
13919 [  1957] By: jhi                                   on 1998/10/14  12:38:11
13920     Log: Add tr.t (MANIFEST already knew about it, strange)
13921  Branch: confperl
13922        + t/op/tr.t
13923 ____________________________________________________________________________
13924 [  1956] By: jhi                                   on 1998/10/14  12:24:35
13925     Log: Mutexen should be initialized only once.
13926  Branch: confperl
13927        ! gv.c op.c
13928 ____________________________________________________________________________
13929 [  1955] By: jhi                                   on 1998/10/14  12:19:38
13930     Log: os390 has its own cppstdin.
13931  Branch: confperl
13932        ! hints/os390.sh
13933 ____________________________________________________________________________
13934 [  1954] By: jhi                                   on 1998/10/14  12:15:06
13935     Log: Integrate with mainperl.
13936  Branch: confperl
13937       !> (integrate 1280 files)
13938 ____________________________________________________________________________
13939 [  1953] By: jhi                                   on 1998/10/14  11:48:08
13940     Log: Removed duplicate CMA threads code for HPUX 10.X.
13941          (probably residue of patch(1) being too understanding)
13942          Enhanced 64-bit settings. (redo change#1940)
13943  Branch: confperl
13944        ! hints/hpux.sh
13945 ____________________________________________________________________________
13946 [  1952] By: jhi                                   on 1998/10/14  11:45:16
13947     Log: (redo change#1949) Detypo in the d_open64 warning about
13948          the impending WHOA.
13949  Branch: confperl
13950        ! hints/irix_6.sh
13951 ____________________________________________________________________________
13952 [  1951] By: jhi                                   on 1998/10/14  10:54:16
13953     Log: Mutexen should only be inited once, after they have been New()ed.
13954  Branch: confperl
13955        ! gv.c op.c
13956 ____________________________________________________________________________
13957 [  1950] By: jhi                                   on 1998/10/14  10:41:43
13958     Log: Own cppstdin.
13959  Branch: confperl
13960        ! hints/os390.sh
13961 ____________________________________________________________________________
13962 [  1949] By: jhi                                   on 1998/10/14  10:34:23
13963     Log: Detypo in the d_open64 warning about the impending WHOA.
13964  Branch: confperl
13965        ! hints/irix_6.sh
13966 ____________________________________________________________________________
13967 [  1948] By: gsar                                  on 1998/10/14  05:38:01
13968     Log: two typos
13969  Branch: perl
13970        ! pp_hot.c t/op/eval.t
13971 ____________________________________________________________________________
13972 [  1947] By: gsar                                  on 1998/10/14  05:37:10
13973     Log: let docatch() pass the buck when restartop turns out to be null,
13974          making exceptions in BEGIN{} propagate as expected
13975  Branch: perl
13976        ! pp_ctl.c t/op/misc.t
13977 ____________________________________________________________________________
13978 [  1946] By: gsar                                  on 1998/10/13  03:41:49
13979     Log: add missing file from change#1943
13980  Branch: perl
13981        ! proto.h
13982 ____________________________________________________________________________
13983 [  1945] By: gsar                                  on 1998/10/13  03:32:02
13984     Log: defer "deep recursion" warnings until CXt_SUB context is properly
13985          set up
13986  Branch: perl
13987        ! pp_hot.c t/pragma/warn/pp_hot
13988 ____________________________________________________________________________
13989 [  1944] By: gsar                                  on 1998/10/13  03:15:50
13990     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
13991          fixup the cop_seq value that must be seen by lexical lookups that
13992          emanate within eval''
13993  Branch: perl
13994        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
13995 ____________________________________________________________________________
13996 [  1943] By: gsar                                  on 1998/10/13  02:06:09
13997     Log: ensure recursive attempts to findlex()icals know enough about where
13998          the last eval'' context was encountered
13999  Branch: perl
14000        ! op.c t/op/eval.t
14001 ____________________________________________________________________________
14002 [  1942] By: gsar                                  on 1998/10/13  02:01:24
14003     Log: force copy of substrings when matching against temporaries
14004  Branch: perl
14005        ! pp_hot.c t/op/pat.t
14006 ____________________________________________________________________________
14007 [  1941] By: gsar                                  on 1998/10/13  01:49:16
14008     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
14009          implementation)
14010  Branch: perl
14011        ! pp_ctl.c t/op/runlevel.t
14012 ____________________________________________________________________________
14013 [  1940] By: jhi                                   on 1998/10/12  09:57:44
14014     Log: Removed duplicate CMA threads code for HPUX 10.X.
14015          (probably residue of patch(1) being too understanding)
14016          Enhanced 64-bit settings.
14017  Branch: confperl
14018        ! hints/hpux.sh
14019 ____________________________________________________________________________
14020 [  1939] By: jhi                                   on 1998/10/12  09:53:11
14021     Log: Initial sync from mainline perl.
14022  Branch: confperl
14023        + (add 1282 files)
14024 ____________________________________________________________________________
14025 [  1937] By: gsar                                  on 1998/10/06  21:16:34
14026     Log: fix $/ init for USE_THREADS
14027  Branch: perl
14028        ! perl.c
14029 ____________________________________________________________________________
14030 [  1936] By: gsar                                  on 1998/10/06  07:19:39
14031     Log: fix globals caught by change#1927; builds and tests on Solaris
14032  Branch: perl
14033        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
14034        ! warning.h warning.pl
14035 ____________________________________________________________________________
14036 [  1935] By: gsar                                  on 1998/10/06  06:50:35
14037     Log: add test for previous fix
14038  Branch: perl
14039        ! ext/Thread/create.t
14040 ____________________________________________________________________________
14041 [  1934] By: gsar                                  on 1998/10/06  06:37:36
14042     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
14043  Branch: perl
14044        ! util.c
14045 ____________________________________________________________________________
14046 [  1933] By: gsar                                  on 1998/10/06  05:04:20
14047     Log: undo bogus part of change#1903 (as pointed out by Larry)
14048  Branch: perl
14049        ! pp_ctl.c
14050 ____________________________________________________________________________
14051 [  1932] By: gsar                                  on 1998/10/06  04:21:31
14052     Log: added tweaked version of suggested patch
14053          From: jan.dubois@ibm.net (Jan Dubois)
14054          Date: Sat, 03 Oct 1998 19:04:48 +0200
14055          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
14056          Subject: [PATCH 5.005_52] More MakeMaker  patches
14057  Branch: perl
14058        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14059        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14060 ____________________________________________________________________________
14061 [  1931] By: gsar                                  on 1998/10/06  04:04:33
14062     Log: use cpp symbols instead of hardwired constants
14063          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14064          Date: Mon, 05 Oct 1998 09:23:33 +0100
14065          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
14066          Subject: [PATCH 5.005_52] By the numbers (resend)
14067  Branch: perl
14068        ! op.c
14069 ____________________________________________________________________________
14070 [  1930] By: gsar                                  on 1998/10/06  04:01:55
14071     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14072          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
14073          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
14074          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
14075  Branch: perl
14076        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
14077        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
14078 ____________________________________________________________________________
14079 [  1929] By: gsar                                  on 1998/10/06  03:50:36
14080     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14081          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
14082          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
14083          Subject: [PATCH 5.00552] Minor test improvement
14084  Branch: perl
14085        ! t/op/magic.t
14086 ____________________________________________________________________________
14087 [  1928] By: gsar                                  on 1998/10/06  03:49:03
14088     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14089          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
14090          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
14091          Subject: [PATCH 5.00552] emacs/ptags inprovements
14092  Branch: perl
14093        ! emacs/ptags
14094 ____________________________________________________________________________
14095 [  1927] By: gsar                                  on 1998/10/06  03:47:44
14096     Log: disable C<#define dirty PL_dirty> et al.
14097  Branch: perl
14098        ! embed.pl embedvar.h
14099 ____________________________________________________________________________
14100 [  1926] By: gsar                                  on 1998/10/06  03:43:32
14101     Log: From: Mark-Jason Dominus <mjd@plover.com>
14102          Date: Sun, 04 Oct 1998 14:48:11 -0400
14103          Message-ID: <19981004184811.16048.qmail@plover.com>
14104          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
14105  Branch: perl
14106        ! utils/perldoc.PL
14107 ____________________________________________________________________________
14108 [  1925] By: gsar                                  on 1998/10/06  03:27:35
14109     Log: disable USE_THREADS when PERL_OBJECT is enabled
14110  Branch: perl
14111        ! win32/Makefile win32/makefile.mk
14112 ____________________________________________________________________________
14113 [  1924] By: gsar                                  on 1998/10/06  03:26:54
14114     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
14115  Branch: perl
14116        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
14117        ! vms/perly_c.vms
14118 ____________________________________________________________________________
14119 [  1923] By: gsar                                  on 1998/10/03  05:19:56
14120     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
14121          overridden
14122  Branch: perl
14123        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
14124        ! proto.h vms/perly_c.vms
14125 ____________________________________________________________________________
14126 [  1922] By: gsar                                  on 1998/10/03  03:59:50
14127     Log: suppress manifypods leak in extensions
14128  Branch: perl
14129        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
14130 ____________________________________________________________________________
14131 [  1921] By: gsar                                  on 1998/10/02  22:30:15
14132     Log: os390 fixes (suggested by Peter Prymmer)
14133  Branch: perl
14134        ! Makefile.SH regcomp.c
14135 ____________________________________________________________________________
14136 [  1920] By: gsar                                  on 1998/10/02  21:41:19
14137     Log: squelch undef warnings
14138          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14139          Date: Fri, 02 Oct 1998 11:01:14 +0100
14140          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
14141          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
14142  Branch: perl
14143        ! Changes lib/Math/BigInt.pm
14144 ____________________________________________________________________________
14145 [  1919] By: gsar                                  on 1998/10/02  04:59:13
14146     Log: add note to INSTALL about ANSI C
14147  Branch: perl
14148        ! INSTALL
14149 ____________________________________________________________________________
14150 [  1918] By: gsar                                  on 1998/10/02  04:21:10
14151     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
14152          From: jan.dubois@ibm.net (Jan Dubois)
14153          Date: Wed, 30 Sep 1998 23:35:30 +0200
14154          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
14155          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
14156  Branch: perl
14157        ! lib/ExtUtils/xsubpp
14158 ____________________________________________________________________________
14159 [  1917] By: gsar                                  on 1998/10/02  04:16:02
14160     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14161          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
14162          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
14163          Subject: Re: Configure test for selectbits busted
14164  Branch: perl
14165        ! Configure
14166 ____________________________________________________________________________
14167 [  1916] By: gsar                                  on 1998/10/02  04:14:17
14168     Log: From: Dan Sugalski <sugalskd@osshe.edu>
14169          Date: Wed, 30 Sep 1998 17:15:20 -0700
14170          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
14171          Subject: [PATCH 5.005_02]VMS config tweaks
14172  Branch: perl
14173        ! vms/descrip_mms.template vms/subconfigure.com
14174 ____________________________________________________________________________
14175 [  1915] By: gsar                                  on 1998/10/02  04:10:47
14176     Log: use Off_t to permit 64-bit seek()
14177          From: Scott Henry <scotth@sgi.com>
14178          Date: 29 Sep 1998 17:38:46 -0700
14179          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
14180          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
14181          --
14182          Date: 28 Sep 1998 18:55:37 -0700
14183          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
14184          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
14185  Branch: perl
14186        ! doio.c pp_sys.c proto.h sv.c
14187 ____________________________________________________________________________
14188 [  1914] By: gsar                                  on 1998/10/02  04:05:36
14189     Log: normalize tm struct passed to strftime() with mktime()
14190          From: Spider Boardman <spider@orb.nashua.nh.us>
14191          Date: Wed, 30 Sep 1998 15:12:09 -0400
14192          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
14193          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
14194  Branch: perl
14195        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14196 ____________________________________________________________________________
14197 [  1913] By: gsar                                  on 1998/10/02  03:59:46
14198     Log: don't try to run foo_SH.orig etc.
14199  Branch: perl
14200        ! Configure
14201 ____________________________________________________________________________
14202 [  1912] By: gsar                                  on 1998/10/02  03:45:37
14203     Log: make warning about glob process failure optional
14204  Branch: perl
14205        ! pod/perldiag.pod pp_hot.c
14206 ____________________________________________________________________________
14207 [  1911] By: gsar                                  on 1998/10/02  02:52:21
14208     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
14209          From: Dominic Dunlop <domo@vo.lu>
14210          Date: Tue, 29 Sep 1998 21:06:30 +0000
14211          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
14212          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
14213          --
14214          Date: Wed, 30 Sep 1998 11:46:44 +0000
14215          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
14216          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
14217  Branch: perl
14218        ! pod/perldiag.pod regcomp.c
14219 ____________________________________________________________________________
14220 [  1910] By: gsar                                  on 1998/10/02  02:48:48
14221     Log: minor Configure tweaks (via private mail)
14222          From: Jarkko Hietaniemi <jhi@iki.fi>
14223          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
14224          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
14225          Subject: [PATCH] 5.005_52: the drizzle continues
14226  Branch: perl
14227        ! Configure config_h.SH handy.h
14228 ____________________________________________________________________________
14229 [  1909] By: gsar                                  on 1998/10/02  02:46:39
14230     Log: update SCO hints for dynamic loading
14231          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14232          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
14233          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
14234          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
14235          --
14236          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
14237          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
14238          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
14239  Branch: perl
14240        ! hints/sco.sh
14241 ____________________________________________________________________________
14242 [  1908] By: gsar                                  on 1998/10/02  02:33:39
14243     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
14244  Branch: perl
14245        ! lib/File/Find.pm
14246 ____________________________________________________________________________
14247 [  1907] By: gsar                                  on 1998/10/02  02:21:52
14248     Log: applied patches, but retained old behavior for win32 (where compilers
14249          can't read from stdin at all)
14250          From: Graham Barr <gbarr@ti.com>
14251          Date: Mon, 28 Sep 1998 09:41:49 -0500
14252          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
14253          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
14254          --
14255          Date: Tue, 29 Sep 1998 12:35:43 -0500
14256          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
14257          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
14258  Branch: perl
14259        ! ext/Errno/Errno_pm.PL
14260 ____________________________________________________________________________
14261 [  1906] By: gsar                                  on 1998/10/02  02:02:19
14262     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
14263          Hietaniemi)
14264  Branch: perl
14265        ! t/op/grent.t
14266 ____________________________________________________________________________
14267 [  1905] By: gsar                                  on 1998/10/02  01:59:56
14268     Log: win32 caveats about truncate()
14269  Branch: perl
14270        ! pod/perlport.pod
14271 ____________________________________________________________________________
14272 [  1904] By: gsar                                  on 1998/10/02  01:53:25
14273     Log: various Configure and hints updates (prefer drand48() or random()
14274          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
14275          applied modulo SCO hints superceded by later patch
14276          From: Jarkko Hietaniemi <jhi@iki.fi>
14277          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
14278          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
14279          Subject: [PATCH] 5.005_52: Configure et al:
14280  Branch: perl
14281        + ext/IPC/SysV/hints/next_3.pl
14282        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
14283        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
14284        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
14285 ____________________________________________________________________________
14286 [  1903] By: gsar                                  on 1998/10/02  01:42:37
14287     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
14288          Date: Mon, 28 Sep 1998 17:41:49 +0100
14289          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
14290          Subject: [PATCH 5.005_52] Re: More on ?p 
14291          --
14292          Date: Thu, 01 Oct 1998 09:10:58 +0100
14293          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
14294          Subject: [PATCH 5.005_52] ?p fix
14295          --
14296          Date: Thu, 01 Oct 1998 10:45:56 +0100
14297          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
14298          Subject: [PATCH 5.005_52] more on ?p
14299  Branch: perl
14300        ! pp_ctl.c
14301 ____________________________________________________________________________
14302 [  1902] By: gsar                                  on 1998/10/02  01:36:14
14303     Log: From: Kenneth Duda <kjd@cisco.com>
14304          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
14305          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
14306          Subject: writemain dies when there are more than 4000 characters of extensions
14307  Branch: perl
14308        ! writemain.SH
14309 ____________________________________________________________________________
14310 [  1901] By: gsar                                  on 1998/10/02  01:33:16
14311     Log: tweak run_byacc recipe
14312  Branch: perl
14313        ! Makefile.SH Porting/pumpkin.pod
14314 ____________________________________________________________________________
14315 [  1900] By: gsar                                  on 1998/10/02  01:02:09
14316     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
14317  Branch: perl
14318        ! perl.h pp_ctl.c
14319 ____________________________________________________________________________
14320 [  1899] By: gsar                                  on 1998/09/28  20:46:30
14321     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
14322          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
14323          Dvornik)
14324  Branch: perl
14325        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
14326 ____________________________________________________________________________
14327 [  1898] By: gsar                                  on 1998/09/28  20:42:52
14328     Log: flush unsubmitted 5.00552 change
14329  Branch: perl
14330        ! MANIFEST
14331 ____________________________________________________________________________
14332 [  1897] By: gsar                                  on 1998/09/27  04:43:06
14333     Log: run vms_yfix.pl
14334  Branch: perl
14335        ! vms/perly_c.vms
14336 ____________________________________________________________________________
14337 [  1896] By: gsar                                  on 1998/09/27  03:38:55
14338     Log: small tweak on last change
14339  Branch: perl
14340        ! win32/win32.c
14341 ____________________________________________________________________________
14342 [  1895] By: gsar                                  on 1998/09/27  03:17:17
14343     Log: fix win32_stat() to do the right thing for share names
14344  Branch: perl
14345        ! win32/win32.c
14346 ____________________________________________________________________________
14347 [  1891] By: larry                                 on 1998/09/25  18:50:40
14348     Log: Fixed apostrophe problem from Mark Knutsen.
14349  Branch: perl
14350        ! sv.h
14351
14352 ----------------
14353 Version 5.005_52
14354 ----------------
14355
14356 ____________________________________________________________________________
14357 [  1890] By: gsar                                  on 1998/09/25  10:25:00
14358     Log: update template config.sh, add new config vars to win32 stuff
14359  Branch: perl
14360        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
14361        ! pp_sys.c proto.h win32/config.bc win32/config.gc
14362        ! win32/config.vc win32/config_H.bc win32/config_H.gc
14363        ! win32/config_H.vc win32/win32.h
14364 ____________________________________________________________________________
14365 [  1889] By: gsar                                  on 1998/09/25  07:13:13
14366     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
14367          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
14368          of full-fledged 64-bit support (including support for: fseeko/ftello,
14369          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
14370          in Fcntl)
14371          From: Jarkko Hietaniemi <jhi@iki.fi>
14372          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
14373          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
14374          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
14375          --
14376          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14377          Date: 12 Sep 1998 09:44:25 +0300
14378          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
14379          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
14380  Branch: perl
14381        + lib/filetest.pm
14382        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
14383        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
14384        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
14385        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
14386        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
14387        ! win32/makedef.pl
14388 ____________________________________________________________________________
14389 [  1888] By: gsar                                  on 1998/09/25  06:27:12
14390     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
14391  Branch: perl
14392        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
14393        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14394        ! win32/makedef.pl win32/makefile.mk win32/win32.c
14395 ____________________________________________________________________________
14396 [  1887] By: gsar                                  on 1998/09/25  04:50:49
14397     Log: win32.c tweak
14398  Branch: perl
14399        ! win32/win32.c
14400 ____________________________________________________________________________
14401 [  1886] By: gsar                                  on 1998/09/25  04:47:32
14402     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
14403  Branch: perl
14404        ! lib/ExtUtils/MakeMaker.pm
14405 ____________________________________________________________________________
14406 [  1885] By: gsar                                  on 1998/09/25  04:05:09
14407     Log: From: Dominic Dunlop <domo@vo.lu>
14408          Date: Thu, 10 Sep 1998 11:02:46 +0000
14409          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
14410          Subject: MM_Unix::canonpath erroneously turns leading // into /
14411  Branch: perl
14412        ! lib/ExtUtils/MM_Unix.pm
14413 ____________________________________________________________________________
14414 [  1884] By: gsar                                  on 1998/09/25  03:06:10
14415     Log: temporarily disable perl malloc for a2p until we clean up
14416          conflicting malloc() declarations everywhere
14417  Branch: perl
14418        ! x2p/Makefile.SH
14419 ____________________________________________________________________________
14420 [  1883] By: gsar                                  on 1998/09/25  02:27:00
14421     Log: remove obsolete win32/bin/*.pl
14422  Branch: perl
14423        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
14424        ! Changes MANIFEST win32/Makefile win32/makefile.mk
14425 ____________________________________________________________________________
14426 [  1882] By: gsar                                  on 1998/09/25  02:04:43
14427     Log: missing file in last submit
14428  Branch: perl
14429        ! proto.h
14430 ____________________________________________________________________________
14431 [  1881] By: gsar                                  on 1998/09/25  01:56:54
14432     Log: serial access to PL_x[inpr]v_root for USE_THREADS
14433  Branch: perl
14434        ! sv.c
14435 ____________________________________________________________________________
14436 [  1880] By: gsar                                  on 1998/09/25  01:19:38
14437     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
14438          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
14439          Date: Thu, 24 Sep 1998 22:01:09 +0900
14440          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
14441          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
14442  Branch: perl
14443        ! hv.c proto.h
14444 ____________________________________________________________________________
14445 [  1879] By: gsar                                  on 1998/09/25  00:20:07
14446     Log: tweaks to enable PERL_OBJECT to build & test on win32
14447  Branch: perl
14448        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
14449        ! win32/GenCAPI.pl
14450 ____________________________________________________________________________
14451 [  1878] By: gsar                                  on 1998/09/25  00:13:36
14452     Log: fix change#1861, which breaks default boot_xxx symbol generation
14453  Branch: perl
14454        ! lib/ExtUtils/Mksymlists.pm
14455 ____________________________________________________________________________
14456 [  1877] By: gsar                                  on 1998/09/24  10:29:54
14457     Log: two tweaks for clean build and test on Solaris
14458  Branch: perl
14459        ! op.c t/op/subst.t
14460 ____________________________________________________________________________
14461 [  1876] By: gsar                                  on 1998/09/24  09:04:43
14462     Log: From: Colin Kuskie <ckuskie@cadence.com>
14463          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
14464          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
14465          Subject: [PATCH 5.005_51] perlform.pod
14466  Branch: perl
14467        ! pod/perlform.pod
14468 ____________________________________________________________________________
14469 [  1875] By: gsar                                  on 1998/09/24  08:47:47
14470     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14471          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
14472          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
14473          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
14474  Branch: perl
14475        ! regexec.c
14476 ____________________________________________________________________________
14477 [  1874] By: gsar                                  on 1998/09/24  08:44:55
14478     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14479          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
14480          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
14481          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
14482  Branch: perl
14483        ! toke.c
14484 ____________________________________________________________________________
14485 [  1873] By: gsar                                  on 1998/09/24  08:39:41
14486     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14487          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
14488          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
14489          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
14490  Branch: perl
14491        ! Changes regcomp.c
14492 ____________________________________________________________________________
14493 [  1872] By: gsar                                  on 1998/09/24  08:37:00
14494     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
14495          Date: Sun, 23 Aug 1998 23:18:38 PDT
14496          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
14497          Subject: new irix_6.sh hints file
14498  Branch: perl
14499        ! hints/irix_6.sh
14500 ____________________________________________________________________________
14501 [  1871] By: gsar                                  on 1998/09/24  07:26:37
14502     Log: correct FSF address in various places
14503  Branch: perl
14504        ! Copying README ext/B/README lib/Getopt/Long.pm
14505 ____________________________________________________________________________
14506 [  1870] By: gsar                                  on 1998/09/24  07:11:56
14507     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
14508          Date:    Fri, 14 Aug 1998 09:20:16 PDT
14509          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
14510          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
14511  Branch: perl
14512        ! configure.com
14513 ____________________________________________________________________________
14514 [  1869] By: gsar                                  on 1998/09/24  06:55:59
14515     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
14516          From:    Scott Henry <scotth@sgi.com>
14517          Date:    13 Aug 1998 09:52:15 PDT
14518          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
14519          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
14520  Branch: perl
14521        ! hints/irix_6.sh
14522 ____________________________________________________________________________
14523 [  1868] By: gsar                                  on 1998/09/24  06:51:23
14524     Log: From:    Nathan Torkington <gnat@frii.com>
14525          Date:    Thu, 13 Aug 1998 10:59:48 MDT
14526          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
14527          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
14528  Branch: perl
14529        ! pod/perlfunc.pod
14530 ____________________________________________________________________________
14531 [  1867] By: gsar                                  on 1998/09/24  06:45:13
14532     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
14533          that are autoloaded)
14534  Branch: perl
14535        ! pp_ctl.c
14536 ____________________________________________________________________________
14537 [  1866] By: gsar                                  on 1998/09/24  05:21:19
14538     Log: grandfather deprecated "$$<digit>" no more
14539  Branch: perl
14540        ! pod/perldiag.pod toke.c
14541 ____________________________________________________________________________
14542 [  1865] By: gsar                                  on 1998/09/24  04:52:48
14543     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
14544          low bits (suggested by Ilya Zakharevich)
14545  Branch: perl
14546        ! hv.h
14547 ____________________________________________________________________________
14548 [  1864] By: gsar                                  on 1998/09/24  04:29:14
14549     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
14550          perly_c.diff
14551  Branch: perl
14552        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
14553        ! perly_c.diff toke.c
14554 ____________________________________________________________________________
14555 [  1863] By: gsar                                  on 1998/09/24  03:36:30
14556     Log: provide locked access to string table for USE_THREADS
14557  Branch: perl
14558        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
14559 ____________________________________________________________________________
14560 [  1862] By: gsar                                  on 1998/09/24  03:30:32
14561     Log: remove bogus warn()
14562  Branch: perl
14563        ! embed.pl
14564 ____________________________________________________________________________
14565 [  1861] By: gsar                                  on 1998/09/24  02:58:51
14566     Log: applied suggested patch, adapted for all platforms
14567          From: jan.dubois@ibm.net (Jan Dubois)
14568          Date: Sun, 20 Sep 1998 12:56:38 +0200
14569          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
14570          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
14571  Branch: perl
14572        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14573        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14574        ! lib/ExtUtils/MakeMaker.pm
14575 ____________________________________________________________________________
14576 [  1860] By: gsar                                  on 1998/09/24  02:16:14
14577     Log: upgrade to CPAN-1.40
14578  Branch: perl
14579        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
14580 ____________________________________________________________________________
14581 [  1859] By: gsar                                  on 1998/09/24  02:08:59
14582     Log: use $ENV{MAKEMAKEROPT} to set default command line args
14583  Branch: perl
14584        ! lib/ExtUtils/MakeMaker.pm
14585 ____________________________________________________________________________
14586 [  1857] By: gsar                                  on 1998/09/23  10:58:36
14587     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14588          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
14589          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
14590          Subject: More verbose Test::Harness [PATCH]
14591  Branch: perl
14592        ! lib/Test/Harness.pm
14593 ____________________________________________________________________________
14594 [  1856] By: gsar                                  on 1998/09/23  10:56:24
14595     Log: update hints for OPENSTEP 4.2 on i386
14596          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
14597          Date: Sun, 20 Sep 1998 01:03:18 +0200
14598          Message-Id: <9809192303.AA29190@Spike>
14599          Subject: Perl 5.005_02 compilation problems
14600  Branch: perl
14601        ! hints/next_4.sh
14602 ____________________________________________________________________________
14603 [  1855] By: gsar                                  on 1998/09/23  10:52:27
14604     Log: reset errno after C<require> search (as suggested by Larry)
14605  Branch: perl
14606        ! pp_ctl.c
14607 ____________________________________________________________________________
14608 [  1854] By: gsar                                  on 1998/09/23  10:50:26
14609     Log: misc pod tweaks
14610  Branch: perl
14611        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
14612 ____________________________________________________________________________
14613 [  1853] By: gsar                                  on 1998/09/23  10:46:06
14614     Log: make Pod/Html.pm handle the --title option properly (as suggested
14615          by gml4410@ggr.co.uk)
14616  Branch: perl
14617        ! lib/Pod/Html.pm
14618 ____________________________________________________________________________
14619 [  1852] By: gsar                                  on 1998/09/23  10:41:39
14620     Log: SSNEW() API for allocating memory on the savestack
14621          From: Albert Dvornik <bert@genscan.com>
14622          Date: 17 Sep 1998 19:23:07 -0400
14623          Message-Id: <tqemtae338.fsf@puma.genscan.com>
14624          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
14625  Branch: perl
14626        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
14627        ! perl.h proto.h scope.c scope.h t/io/tell.t
14628 ____________________________________________________________________________
14629 [  1851] By: gsar                                  on 1998/09/23  10:37:05
14630     Log: From: Jochen Wiedmann <joe@ispsoft.de>
14631          Date: Thu, 17 Sep 1998 17:16:06 +0200
14632          Message-ID: <360127B6.E44564A@ispsoft.de>
14633          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
14634  Branch: perl
14635        ! lib/ExtUtils/MakeMaker.pm
14636 ____________________________________________________________________________
14637 [  1850] By: gsar                                  on 1998/09/23  10:33:05
14638     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
14639          Date: 15 Sep 1998 01:32:31 +0200
14640          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
14641          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
14642  Branch: perl
14643        ! lib/ExtUtils/MM_Unix.pm
14644 ____________________________________________________________________________
14645 [  1849] By: gsar                                  on 1998/09/23  10:29:04
14646     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
14647          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
14648          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
14649          Subject: Re: extralibs.ld problem in MM_VMS.pm
14650  Branch: perl
14651        ! lib/ExtUtils/MM_VMS.pm
14652 ____________________________________________________________________________
14653 [  1848] By: gsar                                  on 1998/09/23  10:25:24
14654     Log: From: Roderick Schertler <roderick@argon.org>
14655          Date: 11 Sep 1998 16:19:21 -0400
14656          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
14657          Subject: Re: Open2 and memory leaks
14658  Branch: perl
14659        ! lib/IPC/Open3.pm
14660 ____________________________________________________________________________
14661 [  1847] By: gsar                                  on 1998/09/23  10:18:31
14662     Log: From: Roderick Schertler <roderick@argon.org>
14663          Date: Wed, 09 Sep 1998 23:52:48 -0400
14664          Message-ID: <20567.905399568@eeyore.ibcinc.com>
14665          Subject: seed srand from /dev/urandom when possible
14666  Branch: perl
14667        ! pod/perlfunc.pod pp.c
14668 ____________________________________________________________________________
14669 [  1846] By: gsar                                  on 1998/09/23  10:12:22
14670     Log: From: Roderick Schertler <roderick@argon.org>
14671          Date: Thu, 10 Sep 1998 00:32:17 -0400
14672          Message-ID: <21142.905401937@eeyore.ibcinc.com>
14673          Subject: doc update for crypt()'s salt
14674  Branch: perl
14675        ! pod/perlfunc.pod
14676 ____________________________________________________________________________
14677 [  1845] By: gsar                                  on 1998/09/23  10:09:23
14678     Log: fix h2ph handling of C<#error "foo">
14679          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
14680          Date: Thu, 10 Sep 1998 09:59:33 +0900
14681          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
14682          Subject: [5.005_02] h2ph problem
14683  Branch: perl
14684        ! utils/h2ph.PL
14685 ____________________________________________________________________________
14686 [  1844] By: gsar                                  on 1998/09/23  10:06:13
14687     Log: plug strictly private function leaks in API listing
14688  Branch: perl
14689        ! pod/perlguts.pod
14690 ____________________________________________________________________________
14691 [  1843] By: gsar                                  on 1998/09/23  10:02:57
14692     Log: hide symbol for static build
14693          From: Dominic Dunlop <domo@vo.lu>
14694          Date: Tue, 8 Sep 1998 21:40:46 +0000
14695          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
14696          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
14697  Branch: perl
14698        ! regcomp.c
14699 ____________________________________________________________________________
14700 [  1842] By: gsar                                  on 1998/09/23  09:52:46
14701     Log: define PUT_svindex(), PUT_opindex()
14702  Branch: perl
14703        ! ext/B/B/Assembler.pm
14704 ____________________________________________________________________________
14705 [  1841] By: gsar                                  on 1998/09/23  09:44:25
14706     Log: From: Dominic Dunlop <domo@vo.lu>
14707          Date: Tue, 8 Sep 1998 15:34:53 +0000
14708          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
14709          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
14710  Branch: perl
14711        ! t/pragma/warn/regexec
14712 ____________________________________________________________________________
14713 [  1840] By: gsar                                  on 1998/09/23  09:42:17
14714     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
14715  Branch: perl
14716        ! win32/bin/pl2bat.pl
14717 ____________________________________________________________________________
14718 [  1839] By: gsar                                  on 1998/09/23  09:38:18
14719     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
14720          Date: Mon, 7 Sep 1998 17:36:09 +0900
14721          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
14722          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
14723  Branch: perl
14724        ! ext/Thread/Thread.xs
14725 ____________________________________________________________________________
14726 [  1838] By: gsar                                  on 1998/09/23  09:21:11
14727     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
14728          Date: Thu, 10 Sep 1998 00:02:07 -0400
14729          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
14730          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
14731  Branch: perl
14732        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
14733        + vos/config.h vos/config_h.SH_orig vos/perl.bind
14734        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
14735        ! MANIFEST perl.c perl.h pod/perlport.pod
14736 ____________________________________________________________________________
14737 [  1837] By: gsar                                  on 1998/09/23  08:45:58
14738     Log: (via private mail)
14739          From: Charles Bailey <BAILEY@newman.upenn.edu>
14740          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
14741          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
14742          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
14743  Branch: perl
14744        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
14745        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
14746        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
14747        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
14748        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
14749        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
14750        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
14751        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
14752        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
14753        ! vms/writemain.pl
14754 ____________________________________________________________________________
14755 [  1836] By: gsar                                  on 1998/09/23  08:17:42
14756     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14757          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
14758          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
14759          Subject: [PATCH 5.005_*] OS/2 spawning typos
14760  Branch: perl
14761        ! os2/os2.c
14762 ____________________________________________________________________________
14763 [  1835] By: gsar                                  on 1998/09/23  08:09:55
14764     Log: warn on C<my($foo,$foo)>
14765  Branch: perl
14766        ! op.c pod/perldiag.pod
14767 ____________________________________________________________________________
14768 [  1834] By: gsar                                  on 1998/09/23  07:35:56
14769     Log: From: pvhp@forte.com (Peter Prymmer)
14770          Date: Fri, 4 Sep 98 13:27:41 PDT
14771          Message-Id: <9809042027.AA04463@forte.com>
14772          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
14773  Branch: perl
14774        ! README.vms
14775 ____________________________________________________________________________
14776 [  1833] By: gsar                                  on 1998/09/23  07:27:34
14777     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14778          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
14779          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
14780          Subject: PATCH: 5.005_02 hint/hpux.sh
14781  Branch: perl
14782        ! hints/hpux.sh
14783 ____________________________________________________________________________
14784 [  1832] By: gsar                                  on 1998/09/23  07:22:40
14785     Log: fix (some) installhtml bugs
14786          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
14787          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
14788          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
14789          Subject: installhtml script needs work
14790  Branch: perl
14791        ! installhtml
14792 ____________________________________________________________________________
14793 [  1831] By: gsar                                  on 1998/09/23  07:19:30
14794     Log: document 'U' magic with examples
14795          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
14796          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
14797          Message-Id: <199809011455.PAA00631@sale-wts>
14798          Subject: Re: Looking for some XS MAGIC examples...
14799  Branch: perl
14800        ! pod/perlguts.pod
14801 ____________________________________________________________________________
14802 [  1830] By: gsar                                  on 1998/09/23  07:16:43
14803     Log: From: pvhp@forte.com (Peter Prymmer)
14804          Date: Mon, 31 Aug 98 17:13:49 PDT
14805          Message-Id: <9809010013.AA06737@forte.com>
14806          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
14807  Branch: perl
14808        ! README.os390
14809 ____________________________________________________________________________
14810 [  1829] By: gsar                                  on 1998/09/23  07:15:08
14811     Log: fix problematic typecast in filter_del()
14812          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
14813          Date: Mon, 31 Aug 1998 21:13:11 GMT
14814          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
14815          Subject: perl5.005_02 does not build on Cray T90
14816  Branch: perl
14817        ! toke.c
14818 ____________________________________________________________________________
14819 [  1828] By: gsar                                  on 1998/09/23  07:11:34
14820     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14821          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
14822          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
14823          Subject: [PATCH 5.005_5*] (?>) broken in RE
14824  Branch: perl
14825        ! regexec.c t/op/re_tests
14826 ____________________________________________________________________________
14827 [  1827] By: gsar                                  on 1998/09/23  07:09:50
14828     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
14829  Branch: perl
14830        ! t/op/grent.t t/op/groups.t
14831 ____________________________________________________________________________
14832 [  1826] By: gsar                                  on 1998/09/23  07:03:16
14833     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14834          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
14835          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
14836          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
14837  Branch: perl
14838        - interp.sym
14839        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
14840 ____________________________________________________________________________
14841 [  1825] By: gsar                                  on 1998/09/23  06:56:40
14842     Log: re-introduce change#1703
14843  Branch: perl
14844        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
14845 ____________________________________________________________________________
14846 [  1824] By: gsar                                  on 1998/09/23  06:44:19
14847     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14848          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
14849          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
14850          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
14851  Branch: perl
14852        ! lib/perl5db.pl
14853 ____________________________________________________________________________
14854 [  1823] By: gsar                                  on 1998/09/23  06:41:34
14855         Log: From: Joe Buehler <jhpb@hekimian.com>
14856              Date: 29 Aug 1998 17:13:28 -0400
14857              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
14858              Subject: patches for perl 5.005_51 under U/WIN
14859      Branch: perl
14860            + hints/uwin.sh
14861            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
14862            ! t/lib/posix.t
14863 ____________________________________________________________________________
14864 [  1822] By: gsar                                  on 1998/09/23  06:36:59
14865         Log: add missing C<no utf8;> tweak from Larry
14866      Branch: perl
14867            ! t/op/subst.t
14868 ____________________________________________________________________________
14869 [  1821] By: gsar                                  on 1998/09/23  06:27:51
14870         Log: s/runops/CALLRUNOPS/
14871      Branch: perl
14872            ! cc_runtime.h
14873 ____________________________________________________________________________
14874 [  1820] By: gsar                                  on 1998/09/23  06:24:49
14875         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
14876      Branch: perl
14877           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
14878           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
14879           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
14880           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
14881           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
14882           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
14883           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
14884           +> t/pragma/warn/util
14885            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
14886            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
14887            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
14888            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
14889            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
14890            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
14891            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
14892            - t/pragma/warn-util
14893            ! MANIFEST t/pragma/warning.t
14894 ____________________________________________________________________________
14895 [  1819] By: gsar                                  on 1998/09/23  06:08:46
14896         Log: make \(%foo) return refs to values (not copies of values)
14897              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14898              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
14899              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
14900              --
14901              From: Roderick Schertler <roderick@argon.org>
14902              Date: Sat, 29 Aug 1998 00:58:33 -0400
14903              Message-ID: <29894.904366713@eeyore.ibcinc.com>
14904              Subject: Re: \(%x) problems
14905      Branch: perl
14906            ! doop.c pod/perlref.pod
14907 ____________________________________________________________________________
14908 [  1818] By: gsar                                  on 1998/09/23  06:05:08
14909         Log: make h2xs generate ANSI prototypes
14910      Branch: perl
14911            ! utils/h2xs.PL
14912 ____________________________________________________________________________
14913 [  1817] By: gsar                                  on 1998/09/23  05:57:16
14914         Log: updated usethreads hints for hpux 10.X
14915              From: Matthew T Harden <mthard@mthard1.monsanto.com>
14916              Date: Fri, 28 Aug 1998 14:10:42 GMT
14917              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
14918              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
14919      Branch: perl
14920            ! hints/hpux.sh perl.h
14921 ____________________________________________________________________________
14922 [  1816] By: gsar                                  on 1998/09/23  05:53:31
14923         Log: don't create empty directories in installperl
14924              From: Robin Barker <rmb1@cise.npl.co.uk>
14925              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
14926              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
14927              Subject: [PATCH 5.005_02] install: empty dirs
14928      Branch: perl
14929            ! installperl
14930 ____________________________________________________________________________
14931 [  1815] By: gsar                                  on 1998/09/23  05:50:36
14932         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
14933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14934              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
14935              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
14936              Subject: Re: your mail
14937      Branch: perl
14938            ! regexec.c t/op/re_tests
14939 ____________________________________________________________________________
14940 [  1814] By: gsar                                  on 1998/09/23  05:45:17
14941         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14942              Date: Thu, 20 Aug 1998 20:59:03 -0400
14943              Message-ID: <19980820205903.A12908@O2.chapin.edu>
14944              Subject: [PATCH] h2ph misquotes #error directives
14945      Branch: perl
14946            ! t/lib/h2ph.pht utils/h2ph.PL
14947 ____________________________________________________________________________
14948 [  1813] By: gsar                                  on 1998/09/23  05:42:41
14949         Log: patch to support computed regular subexpressions
14950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14951              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
14952              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
14953              Subject: [5.005_5* PATCH] Postponed RE - now!
14954      Branch: perl
14955            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
14956            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
14957 ____________________________________________________________________________
14958 [  1812] By: gsar                                  on 1998/09/23  05:26:26
14959         Log: better CR-handling on shebang line and in formats (fixed variant of
14960              patch suggested by Igor Sysoev <igor@nitek.ru>)
14961      Branch: perl
14962            ! perl.c toke.c
14963 ____________________________________________________________________________
14964 [  1811] By: gsar                                  on 1998/09/23  04:35:46
14965         Log: document non-loopish blocks better
14966              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14967              Date: Tue, 18 Aug 1998 12:28:36 +0100
14968              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
14969              Subject: Re: next in do {} while block gives error message
14970      Branch: perl
14971            ! pod/perlfunc.pod
14972 ____________________________________________________________________________
14973 [  1810] By: gsar                                  on 1998/09/23  04:12:05
14974         Log: fix bogus integerization of pop()'s return value
14975              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14976              Date: Sat, 15 Aug 1998 23:27:54 -0400
14977              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
14978              Subject: Re: Complex expression does integer arithmetic 
14979      Branch: perl
14980            ! opcode.h opcode.pl
14981 ____________________________________________________________________________
14982 [  1809] By: gsar                                  on 1998/09/23  04:09:43
14983         Log: tweak README.win32
14984      Branch: perl
14985            ! README.win32
14986 ____________________________________________________________________________
14987 [  1808] By: gsar                                  on 1998/09/23  03:40:57
14988         Log: better diagnostic for do{} used as lvalue
14989      Branch: perl
14990            ! op.c pod/perlport.pod
14991 ____________________________________________________________________________
14992 [  1807] By: gsar                                  on 1998/09/23  03:38:30
14993         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
14994              From: hansm@icgroup.nl
14995              Date: Tue, 11 Aug 98 21:08:51 +0200
14996              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
14997              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14998      Branch: perl
14999            ! malloc.c
15000 ____________________________________________________________________________
15001 [  1806] By: gsar                                  on 1998/09/23  03:36:08
15002         Log: support make written in perl (aka "pmake") on win32
15003      Branch: perl
15004            ! lib/ExtUtils/MM_Win32.pm
15005 ____________________________________________________________________________
15006 [  1805] By: gsar                                  on 1998/09/23  03:30:07
15007         Log: fix mismatched UV/U32 types for to_utf8_*()
15008      Branch: perl
15009            ! utf8.c
15010 ____________________________________________________________________________
15011 [  1804] By: gsar                                  on 1998/09/23  03:22:22
15012         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15013              Date: Sun, 9 Aug 1998 22:38:23 +0200
15014              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
15015              Subject: [PATCH 5.5002] dos-djgpp update
15016      Branch: perl
15017            ! t/io/fs.t
15018 ____________________________________________________________________________
15019 [  1803] By: gsar                                  on 1998/09/23  03:20:13
15020         Log: apply minimal variant of patch (sent via private mail)
15021              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
15022              Date: Wed, 12 Aug 1998 15:42:35 +0300
15023              Message-Id: <199808121242.PAA29761@comanche.spices>
15024              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
15025      Branch: perl
15026            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
15027            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
15028 ____________________________________________________________________________
15029 [  1802] By: gsar                                  on 1998/09/23  03:03:39
15030         Log: adjust searchdict.t for EBCDIC (still needs documenting)
15031              From: pvhp@forte.com (Peter Prymmer)
15032              Date: Thu, 6 Aug 98 18:09:39 PDT
15033              Message-Id: <9808070109.AA06158@forte.com>
15034              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
15035      Branch: perl
15036            ! README.os390 t/lib/searchdict.t
15037 ____________________________________________________________________________
15038 [  1801] By: gsar                                  on 1998/09/23  02:54:15
15039         Log: silence redefined warning for XS(INIT) {}
15040      Branch: perl
15041            ! op.c
15042 ____________________________________________________________________________
15043 [  1800] By: gsar                                  on 1998/09/23  02:42:23
15044         Log: support match indices via special variables @- and @+
15045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15046              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
15047              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
15048              Subject: [PATCH 5.004_76] @- and @+
15049      Branch: perl
15050            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
15051            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
15052 ____________________________________________________________________________
15053 [  1799] By: gsar                                  on 1998/09/23  01:44:31
15054         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15055              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
15056              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
15057              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
15058      Branch: perl
15059            ! regcomp.c t/op/re_tests
15060 ____________________________________________________________________________
15061 [  1798] By: gsar                                  on 1998/09/23  01:39:23
15062         Log: integrate maint-5.005 changes (except conflicting change#1794)
15063      Branch: perl
15064            ! Changes
15065           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
15066           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
15067           !> win32/win32.h
15068 ____________________________________________________________________________
15069 [  1797] By: gsar                                  on 1998/09/23  01:32:36
15070         Log: add note to win32/Makefile about setting CCHOME
15071      Branch: perl
15072            ! win32/Makefile win32/makefile.mk
15073 ____________________________________________________________________________
15074 [  1796] By: gsar                                  on 1998/09/23  01:31:32
15075         Log: perl.pod tweak
15076      Branch: perl
15077            ! pod/perl.pod
15078 ____________________________________________________________________________
15079 [  1795] By: gsar                                  on 1998/09/21  20:34:10
15080         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
15081      Branch: perl
15082            ! lib/ExtUtils/xsubpp
15083 ____________________________________________________________________________
15084 [  1789] By: gsar                                  on 1998/09/18  18:01:37
15085         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
15086      Branch: perl
15087            ! cop.h t/cmd/for.t
15088 ____________________________________________________________________________
15089 [  1788] By: gsar                                  on 1998/09/17  02:19:11
15090         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
15091      Branch: perl
15092            ! win32/config.bc win32/config.gc win32/config.vc
15093 ____________________________________________________________________________
15094 [  1787] By: gsar                                  on 1998/09/17  01:45:14
15095         Log: suppress bogus warning on C<sub x {} x()>
15096      Branch: perl
15097            ! toke.c
15098 ____________________________________________________________________________
15099 [  1786] By: gsar                                  on 1998/09/17  01:42:51
15100         Log: ntohl typo in objXSUB.h
15101      Branch: perl
15102            ! objXSUB.h
15103 ____________________________________________________________________________
15104 [  1785] By: gsar                                  on 1998/09/17  01:41:48
15105         Log: fill gaps in sig_* entries in win32/config.?c
15106      Branch: perl
15107            ! win32/config.bc win32/config.gc win32/config.vc
15108 ____________________________________________________________________________
15109 [  1781] By: larry                                 on 1998/09/05  23:48:24
15110         Log: tr/// logic was hosed under utf8
15111      Branch: perl
15112            ! doop.c op.c op.h pp.c proto.h
15113 ____________________________________________________________________________
15114 [  1780] By: larry                                 on 1998/09/05  23:44:16
15115         Log: several new tests needed tweaking to work under utf8
15116      Branch: perl
15117            ! t/comp/require.t t/op/pack.t t/op/substr.t
15118 ____________________________________________________________________________
15119 [  1779] By: larry                                 on 1998/09/05  23:41:42
15120         Log: index() applied BM optimization to wrong argument
15121      Branch: perl
15122            ! op.c util.c
15123 ____________________________________________________________________________
15124 [  1778] By: larry                                 on 1998/09/05  23:38:29
15125         Log: Implicit require during compile reset line numbering
15126      Branch: perl
15127            ! pp_ctl.c
15128
15129 ----------------
15130 Version 5.005_51
15131 ----------------
15132
15133 ____________________________________________________________________________
15134 [  1777] By: gsar                                  on 1998/08/10  07:02:38
15135         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
15136              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
15137              lexical warning testsuite for win32
15138      Branch: perl
15139            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
15140            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
15141            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
15142            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
15143            ! win32/Makefile win32/makefile.mk
15144 ____________________________________________________________________________
15145 [  1776] By: gsar                                  on 1998/08/09  17:53:48
15146         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
15147      Branch: perl
15148            ! Changes MANIFEST perl.c pod/perlhist.pod
15149 ____________________________________________________________________________
15150 [  1775] By: gsar                                  on 1998/08/09  14:35:33
15151         Log: tweak warning test
15152      Branch: perl
15153            ! t/pragma/warn-toke
15154 ____________________________________________________________________________
15155 [  1774] By: gsar                                  on 1998/08/09  14:13:46
15156         Log: add missing dTHR; notes for test failures due to small stacksize
15157      Branch: perl
15158            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
15159            ! toke.c universal.c util.c
15160 ____________________________________________________________________________
15161 [  1773] By: gsar                                  on 1998/08/09  11:31:53
15162         Log: lexical warnings; tweaks to places that didn't apply correctly
15163              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
15164              Date:    Wed, 29 Jul 1998 09:28:45 BST
15165              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
15166              Subject: lexical warnings patch for 5.005_50
15167      Branch: perl
15168            + README.lexwarn lib/warning.pm t/pragma/warn-2use
15169            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
15170            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
15171            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
15172            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
15173            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
15174            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
15175            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
15176            + warning.h warning.pl
15177            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
15178            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
15179            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
15180            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
15181            ! universal.c util.c
15182 ____________________________________________________________________________
15183 [  1772] By: gsar                                  on 1998/08/08  23:06:00
15184         Log: bump patchlevel to 5.005_51
15185      Branch: perl
15186            ! patchlevel.h win32/Makefile win32/config_H.bc
15187            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15188 ____________________________________________________________________________
15189 [  1771] By: gsar                                  on 1998/08/08  23:01:57
15190         Log: fix bogus warning on "\x{123}"
15191              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
15192              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
15193              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
15194              Subject: [5.005_50 PATCH] Some unicode problems
15195      Branch: perl
15196            ! regcomp.c toke.c
15197 ____________________________________________________________________________
15198 [  1770] By: gsar                                  on 1998/08/08  22:56:55
15199         Log: hide dup symbol for static build of ext/re
15200              From: Dominic Dunlop <domo@ppp72.vo.lu>
15201              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
15202              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
15203              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
15204      Branch: perl
15205            ! regcomp.c
15206 ____________________________________________________________________________
15207 [  1769] By: gsar                                  on 1998/08/08  22:45:06
15208         Log: fix double free on -Mutf8 -e '$b=uc("")'
15209              From: larry@wall.org (Larry Wall)
15210              Date: Fri, 7 Aug 1998 14:42:43 -0700
15211              Message-Id: <199808072142.OAA14920@wall.org>
15212              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
15213      Branch: perl
15214            ! pp.c
15215 ____________________________________________________________________________
15216 [  1768] By: gsar                                  on 1998/08/08  22:42:29
15217         Log: substr() assumes utf8 without say-so
15218              From: larry@wall.org (Larry Wall)
15219              Date: Fri, 7 Aug 1998 12:25:12 -0700
15220              Message-Id: <199808071925.MAA13436@wall.org>
15221              Subject: [PATCH 5.005_50] substr bug?
15222      Branch: perl
15223            ! pp.c
15224 ____________________________________________________________________________
15225 [  1767] By: gsar                                  on 1998/08/08  22:38:25
15226         Log: fix intolerance of SWASHes for blank lines
15227              From: Gisle Aas <aas@sn.no>
15228              Date: 06 Aug 1998 23:28:57 +0200
15229              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
15230              Subject: Re: Re[2]: another joyride begins
15231      Branch: perl
15232            ! lib/utf8_heavy.pl
15233 ____________________________________________________________________________
15234 [  1766] By: gsar                                  on 1998/08/08  22:33:10
15235         Log: utf8 doc tweak
15236              From: Gisle Aas <aas@sn.no>
15237              Date: 05 Aug 1998 00:41:04 +0200
15238              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
15239              Subject: Matching clumps
15240      Branch: perl
15241            ! lib/utf8.pm
15242 ____________________________________________________________________________
15243 [  1765] By: gsar                                  on 1998/08/08  22:31:37
15244         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
15245              From: Gisle Aas <aas@sn.no>
15246              Date: 04 Aug 1998 22:56:11 +0200
15247              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
15248              Subject: Re: another joyride begins
15249      Branch: perl
15250            ! lib/utf8_heavy.pl
15251 ____________________________________________________________________________
15252 [  1764] By: gsar                                  on 1998/08/08  22:28:43
15253         Log: From: larry@wall.org (Larry Wall)
15254              Date: Tue, 4 Aug 1998 17:04:51 -0700
15255              Message-Id: <199808050004.RAA22592@wall.org>
15256              Subject: [PATCH 5.005_50] \pX not implemented!
15257      Branch: perl
15258            ! regcomp.c
15259 ____________________________________________________________________________
15260 [  1763] By: gsar                                  on 1998/08/08  22:27:15
15261         Log: From: Stephen McCamant <alias@mcs.com>
15262              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
15263              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
15264              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
15265      Branch: perl
15266            ! op.c
15267 ____________________________________________________________________________
15268 [  1762] By: gsar                                  on 1998/08/08  22:26:09
15269         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15270              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
15271              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
15272              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
15273      Branch: perl
15274            + t/op/grent.t t/op/pwent.t
15275            ! MANIFEST
15276 ____________________________________________________________________________
15277 [  1761] By: gsar                                  on 1998/08/08  22:21:52
15278         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15279              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
15280              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
15281              Subject: [5.005_50 PATCH] misprint in RE engine
15282      Branch: perl
15283            ! regexec.c t/op/re_tests
15284 ____________________________________________________________________________
15285 [  1760] By: gsar                                  on 1998/08/08  22:18:54
15286         Log: integrate maint-5.005 changes into mainline
15287      Branch: perl
15288           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
15289           !> (integrate 138 files)
15290 ____________________________________________________________________________
15291 [  1672] By: gsar                                  on 1998/07/27  18:35:28
15292         Log: create new Changes
15293      Branch: perl
15294            + Changes
15295            ! Changes5.005 MANIFEST
15296 ____________________________________________________________________________
15297 [  1671] By: gsar                                  on 1998/07/27  18:30:57
15298         Log: rename Changes --> Changes5.005
15299      Branch: perl
15300           +> Changes5.005
15301            - Changes
15302 ____________________________________________________________________________
15303 [  1670] By: gsar                                  on 1998/07/27  18:10:14
15304         Log: integrate 5.005_01 changes from maint
15305      Branch: perl
15306            ! Changes
15307           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
15308           !> win32/win32.c
15309 ____________________________________________________________________________
15310 [  1667] By: nick                                  on 1998/07/26  14:31:01
15311         Log: Add dTHR so that it compiles miniperl in threaded mode
15312      Branch: perl
15313            ! doop.c mg.c regcomp.c regexec.c
15314 ____________________________________________________________________________
15315 [  1666] By: nick                                  on 1998/07/26  13:01:10
15316         Log: Resolve ansiperl against mainline (@1648?)
15317              Unclear that change number has "taken".
15318      Branch: ansiperl
15319           +> (branch 169 files)
15320            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
15321           !> (integrate 131 files)
15322
15323 ----------------
15324 Version 5.005_50
15325 ----------------
15326
15327 ____________________________________________________________________________
15328 [  1665] By: gsar                                  on 1998/07/26  05:38:48
15329         Log: add trailing newline to file
15330      Branch: perl
15331            ! Changes lib/unicode/blocks.txt
15332 ____________________________________________________________________________
15333 [  1664] By: gsar                                  on 1998/07/26  05:08:48
15334         Log: integrate proto.h additions from maint-5.005
15335      Branch: perl
15336           !> pod/perlhist.pod proto.h
15337 ____________________________________________________________________________
15338 [  1663] By: gsar                                  on 1998/07/26  05:07:05
15339         Log: add new files to MANIFEST; add missing prototypes to proto.h;
15340              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
15341              add typecasts to silence warnings; tweaks for win32 builds
15342      Branch: perl
15343            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
15344            ! win32/Makefile win32/makefile.mk
15345 ____________________________________________________________________________
15346 [  1662] By: gsar                                  on 1998/07/26  05:01:52
15347         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
15348      Branch: maint-5.005/perl
15349            ! pod/perlhist.pod proto.h
15350 ____________________________________________________________________________
15351 [  1661] By: gsar                                  on 1998/07/26  02:52:48
15352         Log: up patchlevel to 5.005_50
15353      Branch: perl
15354            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
15355            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15356 ____________________________________________________________________________
15357 [  1660] By: gsar                                  on 1998/07/26  02:43:57
15358         Log: integrate utfperl
15359      Branch: perl
15360           +> (branch 162 files)
15361           !> (integrate 29 files)
15362 ____________________________________________________________________________
15363 [  1659] By: gsar                                  on 1998/07/26  02:38:22
15364         Log: integrate maint-5.005 changes
15365      Branch: perl
15366           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
15367           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
15368           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
15369           !> vms/descrip_mms.template vms/subconfigure.com
15370 ____________________________________________________________________________
15371 [  1658] By: gsar                                  on 1998/07/26  02:23:46
15372         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
15373              Date: Fri, 24 Jul 1998 11:38:25 -0700
15374              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
15375              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
15376              --
15377              Date: Fri, 24 Jul 1998 12:30:36 -0700
15378              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
15379              Subject: [PATCH 5.005]Tweaks to README.vms
15380              --
15381              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
15382              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
15383              Subject: [PATCH 5.005] Final build cleanup patch
15384      Branch: maint-5.005/perl
15385            ! README.vms vms/descrip_mms.template vms/subconfigure.com
15386 ____________________________________________________________________________
15387 [  1657] By: gsar                                  on 1998/07/26  02:19:50
15388         Log: another platform where pp_sselect() needs a whole fd_set buffer
15389              From: Lupe Christoph <lupe@alanya.m.isar.de>
15390              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
15391              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
15392              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
15393      Branch: maint-5.005/perl
15394            ! pp_sys.c
15395 ____________________________________________________________________________
15396 [  1656] By: gsar                                  on 1998/07/26  02:12:46
15397         Log: fix problem building modules on dos-djgpp
15398              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15399              Date: Sat, 25 Jul 1998 00:53:39 +0200
15400              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
15401              Subject: [PATCH 5.005] dos-djgpp and modules problem
15402      Branch: maint-5.005/perl
15403            ! djgpp/fixpmain
15404 ____________________________________________________________________________
15405 [  1655] By: gsar                                  on 1998/07/26  02:11:09
15406         Log: From: Tom Spindler <dogcow@home.merit.edu>
15407              Date: Wed, 22 Jul 1998 16:11:07 -0400
15408              Message-ID: <19980722161107.A16813@home.merit.edu>
15409              Subject: [PATCH 5.005] BeOS tweak
15410      Branch: maint-5.005/perl
15411            ! hints/beos.sh
15412 ____________________________________________________________________________
15413 [  1654] By: gsar                                  on 1998/07/26  02:09:29
15414         Log: various pod tweaks
15415      Branch: maint-5.005/perl
15416            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
15417            ! pod/perltoc.pod
15418 ____________________________________________________________________________
15419 [  1653] By: gsar                                  on 1998/07/26  02:05:46
15420         Log: fix emacs/ptags for PL_* changes
15421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15422              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
15423              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
15424              Subject: [PATCH 5.004_76] Yet better ptags
15425      Branch: maint-5.005/perl
15426            ! emacs/ptags
15427 ____________________________________________________________________________
15428 [  1652] By: gsar                                  on 1998/07/26  02:03:01
15429         Log: fix behavior of <=> on bigints
15430              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15431              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
15432              Date: Fri, 24 Jul 1998 18:29:53 +0100
15433              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
15434      Branch: maint-5.005/perl
15435            ! lib/Math/BigInt.pm t/lib/bigintpm.t
15436 ____________________________________________________________________________
15437 [  1651] By: larry                                 on 1998/07/24  05:44:33
15438         Log: Here are the long-expected Unicode/UTF-8 modifications.
15439      Branch: utfperl
15440            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
15441            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
15442            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
15443            + lib/unicode/Decomposition.pl
15444            + lib/unicode/In/AlphabeticPresentationForms.pl
15445            + lib/unicode/In/Arabic.pl
15446            + lib/unicode/In/ArabicPresentationForms-A.pl
15447            + lib/unicode/In/ArabicPresentationForms-B.pl
15448            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15449            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15450            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15451            + lib/unicode/In/BoxDrawing.pl
15452            + lib/unicode/In/CJKCompatibility.pl
15453            + lib/unicode/In/CJKCompatibilityForms.pl
15454            + lib/unicode/In/CJKCompatibilityIdeographs.pl
15455            + lib/unicode/In/CJKSymbolsandPunctuation.pl
15456            + lib/unicode/In/CJKUnifiedIdeographs.pl
15457            + lib/unicode/In/CombiningDiacriticalMarks.pl
15458            + lib/unicode/In/CombiningHalfMarks.pl
15459            + lib/unicode/In/CombiningMarksforSymbols.pl
15460            + lib/unicode/In/ControlPictures.pl
15461            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15462            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15463            + lib/unicode/In/EnclosedAlphanumerics.pl
15464            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
15465            + lib/unicode/In/GeneralPunctuation.pl
15466            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15467            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15468            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15469            + lib/unicode/In/HalfwidthandFullwidthForms.pl
15470            + lib/unicode/In/HangulCompatibilityJamo.pl
15471            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15472            + lib/unicode/In/Hebrew.pl
15473            + lib/unicode/In/HighPrivateUseSurrogates.pl
15474            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15475            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
15476            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15477            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
15478            + lib/unicode/In/LatinExtended-A.pl
15479            + lib/unicode/In/LatinExtended-B.pl
15480            + lib/unicode/In/LatinExtendedAdditional.pl
15481            + lib/unicode/In/LetterlikeSymbols.pl
15482            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15483            + lib/unicode/In/MathematicalOperators.pl
15484            + lib/unicode/In/MiscellaneousSymbols.pl
15485            + lib/unicode/In/MiscellaneousTechnical.pl
15486            + lib/unicode/In/NumberForms.pl
15487            + lib/unicode/In/OpticalCharacterRecognition.pl
15488            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15489            + lib/unicode/In/SmallFormVariants.pl
15490            + lib/unicode/In/SpacingModifierLetters.pl
15491            + lib/unicode/In/Specials.pl
15492            + lib/unicode/In/SuperscriptsandSubscripts.pl
15493            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
15494            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15495            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15496            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
15497            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
15498            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
15499            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
15500            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
15501            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
15502            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
15503            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
15504            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
15505            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
15506            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
15507            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
15508            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
15509            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
15510            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
15511            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
15512            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
15513            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
15514            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
15515            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
15516            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
15517            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
15518            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
15519            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
15520            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
15521            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
15522            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
15523            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
15524            + lib/unicode/JamoShort.pl lib/unicode/Makefile
15525            + lib/unicode/Name.pl lib/unicode/Number.pl
15526            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
15527            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
15528            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
15529            + lib/unicode/blocks.txt lib/unicode/index2.txt
15530            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
15531            + lib/unicode/names2.txt lib/unicode/props2.txt
15532            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
15533            + utf8.c utf8.h
15534            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
15535            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
15536            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
15537            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
15538            ! t/op/vec.t toke.c util.c vms/vmsish.h
15539 ____________________________________________________________________________
15540 [  1650] By: gsar                                  on 1998/07/24  04:06:48
15541         Log: create utfperl branch
15542      Branch: utfperl
15543           +> (branch 1079 files)
15544 ____________________________________________________________________________
15545 [  1649] By: gsar                                  on 1998/07/24  03:56:56
15546         Log: create maint-5.005 branch
15547      Branch: maint-5.005/perl
15548           +> (branch 1079 files)
15549 ____________________________________________________________________________
15550 [  1648] By: gsar                                  on 1998/07/24  03:36:35
15551         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
15552      Branch: perl
15553            ! Changes
15554